att.staffItems

Attributes that describe items printed near (above, below, or between) staves
Module
Attributes
@aboveorder, @beloworder, @betweenorder
@aboveorder(optional)Describes vertical order of items printed above a staff, from closest to farthest away from the staff. One or more values from data.STAFFITEM, separated by spaces.
@beloworder(optional)Describes vertical order of items printed below a staff, from closest to farthest away from the staff. One or more values from data.STAFFITEM, separated by spaces.
@betweenorder(optional)Describes vertical order of items printed between staves, from top to bottom. One or more values from data.STAFFITEM, separated by spaces.
@aboveorder(optional)Describes vertical order of items printed above a staff, from closest to farthest away from the staff. One or more values from data.STAFFITEM, separated by spaces.
@beloworder(optional)Describes vertical order of items printed below a staff, from closest to farthest away from the staff. One or more values from data.STAFFITEM, separated by spaces.
@betweenorder(optional)Describes vertical order of items printed between staves, from top to bottom. One or more values from data.STAFFITEM, separated by spaces.
Component declarations that are shared between two or more modules.
@aboveorder(optional)Describes vertical order of items printed above a staff, from closest to farthest away from the staff. One or more values from data.STAFFITEM, separated by spaces.
@beloworder(optional)Describes vertical order of items printed below a staff, from closest to farthest away from the staff. One or more values from data.STAFFITEM, separated by spaces.
@betweenorder(optional)Describes vertical order of items printed between staves, from top to bottom. One or more values from data.STAFFITEM, separated by spaces.
Available at
<scoreDef>Container for score meta-information.
<staffDef>Container for staff meta-information.
Component declarations that are shared between two or more modules.
<scoreDef>Container for score meta-information.
<staffDef>Container for staff meta-information.
Declaration
<classSpec ident="att.staffItems" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe items printed near (above, below, or between) staves</desc>
<attList>
<attDef ident="aboveorder" usage="opt">
<desc xml:lang="en">Describes vertical order of items printed above a staff, from closest to farthest away from the staff.</desc>
<datatype maxOccurs="unbounded">
<rng:ref name="data.STAFFITEM"/>
</datatype>
</attDef>
<attDef ident="beloworder" usage="opt">
<desc xml:lang="en">Describes vertical order of items printed below a staff, from closest to farthest away from the staff.</desc>
<datatype maxOccurs="unbounded">
<rng:ref name="data.STAFFITEM"/>
</datatype>
</attDef>
<attDef ident="betweenorder" usage="opt">
<desc xml:lang="en">Describes vertical order of items printed between staves, from top to bottom.</desc>
<datatype maxOccurs="unbounded">
<rng:ref name="data.STAFFITEM"/>
</datatype>
</attDef>
</attList>
</classSpec>