Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type arpeggiate
Namespace No namespace
Annotations
The arpeggiate element indicates that this note is part of an arpeggiated chord. The number attribute can be used to distinguish between two simultaneous chords arpeggiated separately (different numbers) or together (same number). The up-down attribute is used if there is an arrow on the arpeggio sign. By default, arpeggios go from the lowest to highest note.
Diagram
Diagram musicxml83.tmp#id634 musicxml83.tmp#id635 musicxml31.tmp#id133 musicxml7.tmp#id131 musicxml2.tmp#id102
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
direction up-down optional
number number-level optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:complexType name="arpeggiate">
  <xs:annotation>
    <xs:documentation>The arpeggiate element indicates that this note is part of an arpeggiated chord. The number attribute can be used to distinguish between two simultaneous chords arpeggiated separately (different numbers) or together (same number). The up-down attribute is used if there is an arrow on the arpeggio sign. By default, arpeggios go from the lowest to highest note.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="number" type="number-level"/>
  <xs:attribute name="direction" type="up-down"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="placement"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute arpeggiate/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type arpeggiate
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute arpeggiate/@direction
Namespace No namespace
Type up-down
Properties
content: simple
Facets
enumeration up, down
Used by
Complex Type arpeggiate
Source
<xs:attribute name="direction" type="up-down"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd