defaults

The defaults type specifies score-wide defaults for scaling, layout, and appearance.

Complex Type Information

Model

Used By

Source

<xs:complexType name="defaults">
  <xs:annotation>
    <xs:documentation>The defaults type specifies score-wide defaults for scaling, layout, and appearance.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="scaling" type="scaling" minOccurs="0"/>
    <xs:group ref="layout"/>
    <xs:element name="appearance" type="appearance" minOccurs="0"/>
    <xs:element name="music-font" type="empty-font" minOccurs="0"/>
    <xs:element name="word-font" type="empty-font" minOccurs="0"/>
    <xs:element name="lyric-font" type="lyric-font" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="lyric-language" type="lyric-language" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>