att.staffGroupingSym

Attributes that describe the symbol used to group a set of staves.
Module
MEI.shared
Attributes
symbol
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.)
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.)
Component declarations that are shared between two or more modules.
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.)
Available at
grpSym(group symbol) – A brace or bracket used to group two or more staves of a score or part.
staffGrp(staff group) – A group of bracketed or braced staves.
grpSym(group symbol) – A brace or bracket used to group two or more staves of a score or part.
staffGrp(staff group) – A group of bracketed or braced staves.
Declaration
<classSpec ident="att.staffGroupingSym" module="MEI.shared" type="atts">
<desc>Attributes that describe the symbol used to group a set of staves.</desc>
<attList org="group">
<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>
</attList>
</classSpec>