att.staffgroupingsym

Attributes that describe the symbol used to group a set of staves.
Module MEI.shared
Members
Attributes
@symbol(optional)Specifies the symbol used to group a set of staves. Allowed values are: "brace" (Curved symbol, i.e., {.), "bracket" (Square symbol, i.e., [, but with curved/angled top and bottom segments.), "bracketsq" (Square symbol, i.e., [, with horizontal top and bottom segments.), "line" (Line symbol, i.e., |, (wide) line without top and bottom curved/horizontal segments.), "none" (Grouping symbol missing.)att.staffgroupingsym
Declaration
<attDef ident="symbol" usage="opt">
<desc>Specifies the symbol used to group a set of staves.</desc>
<valList type="closed">
<valItem ident="brace">
<desc>Curved symbol, i.e., {.</desc>
</valItem>
<valItem ident="bracket">
<desc>Square symbol, i.e., [, but with curved/angled top and bottom segments.</desc>
</valItem>
<valItem ident="bracketsq">
<desc>Square symbol, i.e., [, with horizontal top and bottom segments.</desc>
</valItem>
<valItem ident="line">
<desc>Line symbol, i.e., |, (wide) line without top and bottom curved/horizontal segments.</desc>
</valItem>
<valItem ident="none">
<desc>Grouping symbol missing.</desc>
</valItem>
</valList>
</attDef>