pitch

Pitch is represented as a combination of the step of the diatonic scale, the chromatic alteration, and the octave.

Complex Type Information

Model

Children: alter, octave, step

Used By

Element full-note/pitch

Source

<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>