Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element non-traditional-key/key-step
Namespace No namespace
Annotations
Non-traditional key signatures can be represented using the Humdrum/Scot concept of a list of altered tones. The key-step element indicates the pitch step to be altered, represented using the same names as in the step element.
Diagram
Diagram musicxml60.tmp#id84
Type step
Properties
content: simple
Facets
enumeration A, B, C, D, E, F, G
Source
<xs:element name="key-step" type="step">
  <xs:annotation>
    <xs:documentation>Non-traditional key signatures can be represented using the Humdrum/Scot concept of a list of altered tones. The key-step element indicates the pitch step to be altered, represented using the same names as in the step element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element non-traditional-key/key-alter
Namespace No namespace
Annotations
Non-traditional key signatures can be represented using the Humdrum/Scot concept of a list of altered tones. The key-alter element represents the alteration for a given pitch step, represented with semitones in the same manner as the alter element.
Diagram
Diagram musicxml79.tmp#id81
Type semitones
Properties
content: simple
Source
<xs:element name="key-alter" type="semitones">
  <xs:annotation>
    <xs:documentation>Non-traditional key signatures can be represented using the Humdrum/Scot concept of a list of altered tones. The key-alter element represents the alteration for a given pitch step, represented with semitones in the same manner as the alter element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group non-traditional-key
Namespace No namespace
Diagram
Diagram musicxml242.tmp#id278 musicxml242.tmp#id279
Used by
Complex Type key
Model key-step , key-alter
Children key-alter, key-step
Source
<xs:group name="non-traditional-key">
  <xs:annotation>
    <xs:documentation>The non-traditional-key group represents a single alteration within a non-traditional key signature. A sequence of these groups makes up a non-traditional key signature</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="key-step" type="step">
      <xs:annotation>
        <xs:documentation>Non-traditional key signatures can be represented using the Humdrum/Scot concept of a list of altered tones. The key-step element indicates the pitch step to be altered, represented using the same names as in the step element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="key-alter" type="semitones">
      <xs:annotation>
        <xs:documentation>Non-traditional key signatures can be represented using the Humdrum/Scot concept of a list of altered tones. The key-alter element represents the alteration for a given pitch step, represented with semitones in the same manner as the alter element.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd