non-arpeggiate

The non-arpeggiate type indicates that this note is at the top or bottom of a bracket indicating to not arpeggiate these notes. Since this does not involve playback, it is only used on the top or bottom notes, not on each note as for the arpeggiate type.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
default-x tenths optional
default-y tenths optional
number number-level optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
type top-bottom required

Used By

Source

<xs:complexType name="non-arpeggiate">
  <xs:annotation>
    <xs:documentation>The non-arpeggiate type indicates that this note is at the top or bottom of a bracket indicating to not arpeggiate these notes. Since this does not involve playback, it is only used on the top or bottom notes, not on each note as for the arpeggiate type.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="top-bottom" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="placement"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>