Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type part-symbol
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml32.tmp#id88 musicxml33.tmp#id295 musicxml33.tmp#id296 musicxml31.tmp#id133 musicxml2.tmp#id102
Type extension of group-symbol-value
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use 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
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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute part-symbol/@top-staff
Namespace No namespace
Type staff-number
Properties
content: simple
Used by
Complex Type part-symbol
Source
<xs:attribute name="top-staff" type="staff-number"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute part-symbol/@bottom-staff
Namespace No namespace
Type staff-number
Properties
content: simple
Used by
Complex Type part-symbol
Source
<xs:attribute name="bottom-staff" type="staff-number"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd