bass-alter

The bass-alter type represents the chromatic alteration of the bass of the current chord within the harmony element. In some chord styles, the text for the bass-step element may include bass-alter information. In that case, the print-object attribute of the bass-alter element can be set to no. The location attribute indicates whether the alteration should appear to the left or the right of the bass-step; it is right by default.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
location left-right optional
print-object yes-no optional
relative-x tenths optional
relative-y tenths optional

Used By

Element bass/bass-alter

Source

<xs:complexType name="bass-alter">
  <xs:annotation>
    <xs:documentation>The bass-alter type represents the chromatic alteration of the bass of the current chord within the harmony element. In some chord styles, the text for the bass-step element may include bass-alter information. In that case, the print-object attribute of the bass-alter element can be set to no. The location attribute indicates whether the alteration should appear to the left or the right of the bass-step; it is right by default.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="semitones">
      <xs:attributeGroup ref="print-object"/>
      <xs:attributeGroup ref="print-style"/>
      <xs:attribute name="location" type="left-right"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>