staff-layout

Staff layout includes the vertical distance from the bottom line of the previous staff in this system to the top line of the staff specified by the number attribute. The optional number attribute refers to staff numbers within the part, from top to bottom on the system. A value of 1 is assumed if not present. When used in the defaults element, the values apply to all parts. This value is ignored for the first staff in a system.

Complex Type Information

Model

Children: staff-distance

Attributes

QName Type Fixed Default Use Inheritable Annotation
number staff-number optional

Used By

Source

<xs:complexType name="staff-layout">
  <xs:annotation>
    <xs:documentation>Staff layout includes the vertical distance from the bottom line of the previous staff in this system to the top line of the staff specified by the number attribute. The optional number attribute refers to staff numbers within the part, from top to bottom on the system. A value of 1 is assumed if not present. When used in the defaults element, the values apply to all parts. This value is ignored for the first staff in a system.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="staff-distance" type="tenths" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="number" type="staff-number"/>
</xs:complexType>