Showing:

Annotations
Diagrams
Properties
Source
Used by
Element transpose/diatonic
Namespace No namespace
Annotations
The diatonic element specifies the number of pitch steps needed to go from written to sounding pitch. This allows for correct spelling of enharmonic transpositions.
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="diatonic" type="xs:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The diatonic element specifies the number of pitch steps needed to go from written to sounding pitch. This allows for correct spelling of enharmonic transpositions.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element transpose/chromatic
Namespace No namespace
Annotations
The chromatic element represents the number of semitones needed to get from written to sounding pitch. This value does not include octave-change values; the values for both elements need to be added to the written pitch to get the correct sounding pitch.
Diagram
Diagram musicxml79.tmp#id81
Type semitones
Properties
content: simple
Source
<xs:element name="chromatic" type="semitones">
  <xs:annotation>
    <xs:documentation>The chromatic element represents the number of semitones needed to get from written to sounding pitch. This value does not include octave-change values; the values for both elements need to be added to the written pitch to get the correct sounding pitch.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element transpose/octave-change
Namespace No namespace
Annotations
The octave-change element indicates how many octaves to add to get from written pitch to sounding pitch.
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="octave-change" type="xs:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The octave-change element indicates how many octaves to add to get from written pitch to sounding pitch.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element transpose/double
Namespace No namespace
Annotations
If the double element is present, it indicates that the music is doubled one octave down from what is currently written (as is the case for mixed cello / bass parts in orchestral literature).
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
Source
<xs:element name="double" type="empty" minOccurs="0">
  <xs:annotation>
    <xs:documentation>If the double element is present, it indicates that the music is doubled one octave down from what is currently written (as is the case for mixed cello / bass parts in orchestral literature).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type transpose
Namespace No namespace
Annotations
The transpose type represents what must be added to a written pitch to get a correct sounding pitch.
Diagram
Diagram musicxml229.tmp#id324 musicxml229.tmp#id325 musicxml229.tmp#id326 musicxml229.tmp#id327
Used by
Model diatonic{0,1} , chromatic , octave-change{0,1} , double{0,1}
Children chromatic, diatonic, double, octave-change
Source
<xs:complexType name="transpose">
  <xs:annotation>
    <xs:documentation>The transpose type represents what must be added to a written pitch to get a correct sounding pitch.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="diatonic" type="xs:integer" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The diatonic element specifies the number of pitch steps needed to go from written to sounding pitch. This allows for correct spelling of enharmonic transpositions.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="chromatic" type="semitones">
      <xs:annotation>
        <xs:documentation>The chromatic element represents the number of semitones needed to get from written to sounding pitch. This value does not include octave-change values; the values for both elements need to be added to the written pitch to get the correct sounding pitch.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="octave-change" type="xs:integer" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The octave-change element indicates how many octaves to add to get from written pitch to sounding pitch.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="double" type="empty" minOccurs="0">
      <xs:annotation>
        <xs:documentation>If the double element is present, it indicates that the music is doubled one octave down from what is currently written (as is the case for mixed cello / bass parts in orchestral literature).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd