att.endings

Attributes that record ending style information
Module
MEI.shared
Attributes
ending.rend
ending.rend(optional)Describes where ending marks should be displayed. Allowed values are: "top" (Ending rendered only above top staff.), "barred" (Ending rendered above staves that have bar lines drawn across them.), "grouped" (Endings rendered above staff groups.)
ending.rend(optional)Describes where ending marks should be displayed. Allowed values are: "top" (Ending rendered only above top staff.), "barred" (Ending rendered above staves that have bar lines drawn across them.), "grouped" (Endings rendered above staff groups.)
Component declarations that are shared between two or more modules.
ending.rend(optional)Describes where ending marks should be displayed. Allowed values are: "top" (Ending rendered only above top staff.), "barred" (Ending rendered above staves that have bar lines drawn across them.), "grouped" (Endings rendered above staff groups.)
Available at
scoreDef(score definition) – Container for score meta-information.
scoreDef(score definition) – Container for score meta-information.
Declaration
<classSpec ident="att.endings" module="MEI.shared" type="atts">
<desc>Attributes that record ending style information</desc>
<attList org="group">
<attDef ident="ending.rend" usage="opt">
<desc>Describes where ending marks should be displayed.</desc>
<valList type="closed">
<valItem ident="top">
<desc>Ending rendered only above top staff.</desc>
</valItem>
<valItem ident="barred">
<desc>Ending rendered above staves that have bar lines drawn across them.</desc>
</valItem>
<valItem ident="grouped">
<desc>Endings rendered above staff groups.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>