att.staffItems

Attributes that describe items printed near (above, below, or between) staves
Module
Attributes
aboveorder, beloworder, betweenorder
aboveorderDescribes 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.
beloworderDescribes 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.
betweenorderDescribes vertical order of items printed between staves, from top to bottom. One or more values from data.STAFFITEM, separated by spaces.
aboveorderDescribes 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.
beloworderDescribes 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.
betweenorderDescribes 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.
aboveorderDescribes 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.
beloworderDescribes 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.
betweenorderDescribes vertical order of items printed between staves, from top to bottom. One or more values from data.STAFFITEM, separated by spaces.
Available at
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
staffDefContainer 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">
<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">
<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">
<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>