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.)
@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>Container for score meta-information.
<scoreDef>Container for score meta-information.
Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" 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>