Description
The root-step type represents the pitch step of the root of the current chord within the harmony element.
Derived By
Extending step
Attributes
Referenced By
Definition
<xs:complexType name="root-step">
<xs:annotation>
<xs:documentation>The root-step type represents the pitch step of the root of the current chord within the harmony element. The text attribute indicates how the root should appear in a score if not using the element contents.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="step">
<xs:attribute name="text" type="xs:token">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attributeGroup ref="print-style" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>