Description
Formatting specified in the group-name-display element overrides formatting specified in the group-name element.
Derived By
Type name-display
Attributes
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
1..1 |
|
|
|
|
0..* |
|
|
accidental-text |
accidental-text |
1..1 |
|
The accidental-text type represents an element with an accidental value and text-formatting attributes.
|
display-text |
formatted-text |
1..1 |
|
The name-display type is used for exact formatting of multi-font text in part and group names to the left of the system. The print-object attribute can be used to determine what, if anything, is printed at the start of each system. Enclosure for the display-text element is none by default. Language for the display-text element is Italian ("it") by default.
|
|
|
|
|
|
|
|
|
|
|
Referenced By
Example
<part-group number="3" type="start">
<group-name>Trumpet in B flat</group-name>
<group-name-display>
<display-text>Trumpet in B</display-text>
<accidental-text>flat</accidental-text>
</group-name-display>
<group-abbreviation>Trp. in B flat</group-abbreviation>
<group-abbreviation-display>
<display-text>Trp. in B</display-text>
<accidental-text>flat</accidental-text>
</group-abbreviation-display>
<group-symbol default-x="-10">square</group-symbol>
<group-barline>yes</group-barline>
</part-group>
Definition
See part-group