Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type root-alter
Namespace No namespace
Annotations
The root-alter type represents the chromatic alteration of the root of the current chord within the harmony element. In some chord styles, the text for the root-step element may include root-alter information. In that case, the print-object attribute of the root-alter element can be set to no. The location attribute indicates whether the alteration should appear to the left or the right of the root-step; it is right by default.
Diagram
Diagram musicxml79.tmp#id81 musicxml4.tmp#id138 musicxml6.tmp#id142 musicxml80.tmp#id541
Type extension of semitones
Type hierarchy
Used by
Element root/root-alter
Attributes
QName Type Fixed Default Use 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
Source
<xs:complexType name="root-alter">
  <xs:annotation>
    <xs:documentation>The root-alter type represents the chromatic alteration of the root of the current chord within the harmony element. In some chord styles, the text for the root-step element may include root-alter information. In that case, the print-object attribute of the root-alter element can be set to no. The location attribute indicates whether the alteration should appear to the left or the right of the root-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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute root-alter/@location
Namespace No namespace
Type left-right
Properties
content: simple
Facets
enumeration left, right
Used by
Complex Type root-alter
Source
<xs:attribute name="location" type="left-right"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd