Description
The part-symbol type indicates how a symbol for a multi-staff part is indicated in the score; brace is the default value. 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.
Derived By
Extending group-symbol-value
Attributes
Name |
Type |
Required? |
Default |
Description |
top-staff |
staff-number |
No |
|
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.
|
bottom-staff |
staff-number |
No |
|
The top-staff and bottom-staff attributes 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.
|
default-x |
tenths |
No |
|
|
default-y |
tenths |
No |
|
|
relative-x |
tenths |
No |
|
|
relative-y |
tenths |
No |
|
|
color |
color |
No |
|
|
Referenced By
Definition
<xs:complexType name="part-symbol">
<xs:annotation>
<xs:documentation>The part-symbol type indicates how a symbol for a multi-staff part is indicated in the score; brace is the default value. 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">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="bottom-staff" type="staff-number">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attributeGroup ref="position" />
<xs:attributeGroup ref="color" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>