other-notation

The other-notation type is used to define any notations not yet in the MusicXML format. This allows extended representation, though without application interoperability. It handles notations where more specific extension elements such as other-dynamics and other-technical are not appropriate.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
number number-level 1 optional
placement above-below optional
print-object yes-no optional
relative-x tenths optional
relative-y tenths optional
type start-stop-single required

Used By

Source

<xs:complexType name="other-notation">
  <xs:annotation>
    <xs:documentation>The other-notation type is used to define any notations not yet in the MusicXML format. This allows extended representation, though without application interoperability. It handles notations where more specific extension elements such as other-dynamics and other-technical are not appropriate.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="type" type="start-stop-single" use="required"/>
      <xs:attribute name="number" type="number-level" default="1"/>
      <xs:attributeGroup ref="print-object"/>
      <xs:attributeGroup ref="print-style"/>
      <xs:attributeGroup ref="placement"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>