appearance

The appearance type controls general graphical settings for the music's final form appearance on a printed page of display. Currently this includes support for line widths and definitions for note sizes, plus an extension element for other aspects of appearance.

Complex Type Information

Model

Used By

Source

<xs:complexType name="appearance">
  <xs:annotation>
    <xs:documentation>The appearance type controls general graphical settings for the music's final form appearance on a printed page of display. Currently this includes support for line widths and definitions for note sizes, plus an extension element for other aspects of appearance.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="line-width" type="line-width" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="note-size" type="note-size" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="other-appearance" type="other-appearance" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>