part-symbol

The part-symbol element indicates how a symbol for a multi-staff part is indicated in the score. Values include none, brace, line, and bracket; brace is the default. The top-staff and bottom-staff elements are used when the brace does not extend across the entire part. For example, in a 3-staff organ part, the top-staff will typically be 1 for the right hand, while the bottom-staff will typically be 2 for the left hand. Staff 3 for the pedals is usually outside the brace.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bottom-staff staff-number optional
color color optional
default-x tenths optional
default-y tenths optional
relative-x tenths optional
relative-y tenths optional
top-staff staff-number optional

Used By

Source

<xs:complexType name="part-symbol">
  <xs:annotation>
    <xs:documentation>The part-symbol element indicates how a symbol for a multi-staff part is indicated in the score. Values include none, brace, line, and bracket; brace is the default. The top-staff and bottom-staff elements are used when the brace does not extend across the entire part. For example, in a 3-staff organ part, the top-staff will typically be 1 for the right hand, while the bottom-staff will typically be 2 for the left hand. Staff 3 for the pedals is usually outside the brace.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="group-symbol-value">
      <xs:attribute name="top-staff" type="staff-number"/>
      <xs:attribute name="bottom-staff" type="staff-number"/>
      <xs:attributeGroup ref="position"/>
      <xs:attributeGroup ref="color"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>