att.staffGroupingSym

Attributes that describe the symbol used to group a set of staves.
Module
Attributes
symbol
symbol(optional)Specifies the symbol used to group a set of staves. Allowed values are: "brace" (Curved symbol, , {.), "bracket" (Square symbol, , [, but with curved/angled top and bottom segments.), "bracketsq" (Square symbol, , [, with horizontal top and bottom segments.), "line" (Line symbol, , |, (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, , {.), "bracket" (Square symbol, , [, but with curved/angled top and bottom segments.), "bracketsq" (Square symbol, , [, with horizontal top and bottom segments.), "line" (Line symbol, , |, (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, , {.), "bracket" (Square symbol, , [, but with curved/angled top and bottom segments.), "bracketsq" (Square symbol, , [, with horizontal top and bottom segments.), "line" (Line symbol, , |, (wide) line without top and bottom curved/horizontal segments.), "none" (Grouping symbol missing.)
Available at
grpSymA brace or bracket used to group two or more staves of a score or part.
staffGrpA group of bracketed or braced staves.
Component declarations that are shared between two or more modules.
grpSymA brace or bracket used to group two or more staves of a score or part.
staffGrpA group of bracketed or braced staves.
Declaration
<classSpec ident="att.staffGroupingSym" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe the symbol used to group a set of staves.</desc>
<attList>
<attDef ident="symbol" usage="opt">
<desc xml:lang="en">Specifies the symbol used to group a set of staves.</desc>
<valList type="closed">
<valItem ident="brace">
<desc xml:lang="en">Curved symbol,
<abbr>i.e.</abbr>
, {.</desc>
</valItem>
<valItem ident="bracket">
<desc xml:lang="en">Square symbol,
<abbr>i.e.</abbr>
, [, but with curved/angled top and bottom segments.</desc>
</valItem>
<valItem ident="bracketsq">
<desc xml:lang="en">Square symbol,
<abbr>i.e.</abbr>
, [, with horizontal top and bottom segments.</desc>
</valItem>
<valItem ident="line">
<desc xml:lang="en">Line symbol,
<abbr>i.e.</abbr>
, |, (wide) line without top and bottom curved/horizontal segments.</desc>
</valItem>
<valItem ident="none">
<desc xml:lang="en">Grouping symbol missing.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>