att.endings

Attributes that record ending style information
Module
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
scoreDefContainer for score meta-information.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
Declaration
<classSpec ident="att.endings" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record ending style information</desc>
<attList>
<attDef ident="ending.rend" usage="opt">
<desc xml:lang="en">Describes where ending marks should be displayed.</desc>
<valList type="closed">
<valItem ident="top">
<desc xml:lang="en">Ending rendered only above top staff.</desc>
</valItem>
<valItem ident="barred">
<desc xml:lang="en">Ending rendered above staves that have bar lines drawn across them.</desc>
</valItem>
<valItem ident="grouped">
<desc xml:lang="en">Endings rendered above staff groups.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>