staff-line

The staff-line type indicates the line on a given staff. Staff lines are numbered from bottom to top, with 1 being the bottom line on a staff. Staff line values can be used to specify positions outside the staff, such as a C clef positioned in the middle of a grand staff.

Simple Type Information

Used By

Source

<xs:simpleType name="staff-line">
  <xs:annotation>
    <xs:documentation>The staff-line type indicates the line on a given staff. Staff lines are numbered from bottom to top, with 1 being the bottom line on a staff. Staff line values can be used to specify positions outside the staff, such as a C clef positioned in the middle of a grand staff.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer"/>
</xs:simpleType>