arpeggiate

The arpeggiate type 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.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable 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

Used By

Source

<xs:complexType name="arpeggiate">
  <xs:annotation>
    <xs:documentation>The arpeggiate type 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>