Pitch is represented as a combination of the step of the diatonic scale, the chromatic alteration, and the octave. |
Element | full-note/pitch |
<xs:complexType name="pitch"> <xs:annotation> <xs:documentation>Pitch is represented as a combination of the step of the diatonic scale, the chromatic alteration, and the octave.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="step" type="step"/> <xs:element name="alter" type="semitones" minOccurs="0"/> <xs:element name="octave" type="octave"/> </xs:sequence> </xs:complexType> |