measure-style

A measure-style indicates a special way to print partial to multiple measures within a part. This includes multiple rests over several measures, repeats of beats, single, or multiple measures, and use of slash notation.

The multiple-rest and measure-repeat symbols indicate the number of measures covered in the element content. The beat-repeat and slash elements can cover partial measures. All but the multiple-rest element use a type attribute to indicate starting and stopping the use of the style. The optional number attribute specifies the staff number from top to bottom on the system, as with clef.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
number staff-number optional

Used By

Source

<xs:complexType name="measure-style">
  <xs:annotation>
    <xs:documentation>A measure-style indicates a special way to print partial to multiple measures within a part. This includes multiple rests over several measures, repeats of beats, single, or multiple measures, and use of slash notation. The multiple-rest and measure-repeat symbols indicate the number of measures covered in the element content. The beat-repeat and slash elements can cover partial measures. All but the multiple-rest element use a type attribute to indicate starting and stopping the use of the style. The optional number attribute specifies the staff number from top to bottom on the system, as with clef.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="multiple-rest" type="multiple-rest"/>
    <xs:element name="measure-repeat" type="measure-repeat"/>
    <xs:element name="beat-repeat" type="beat-repeat"/>
    <xs:element name="slash" type="slash"/>
  </xs:choice>
  <xs:attribute name="number" type="staff-number"/>
  <xs:attributeGroup ref="font"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>