att.staffItems

Attributes that describe items printed near (above, below, or between) staves
Module
MEI.shared
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(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.staffItems" module="MEI.shared" type="atts">
<desc>Attributes that describe items printed near (above, below, or between) staves</desc>
<attList org="group">
<attDef ident="aboveorder" usage="opt">
<desc>Describes vertical order of items printed above a staff, from closest to farthest away from the staff.</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:ref name="data.STAFFITEM" />
</datatype>
</attDef>
<attDef ident="beloworder" usage="opt">
<desc>Describes vertical order of items printed below a staff, from closest to farthest away from the staff.</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:ref name="data.STAFFITEM" />
</datatype>
</attDef>
<attDef ident="betweenorder" usage="opt">
<desc>Describes vertical order of items printed between staves, from top to bottom.</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:ref name="data.STAFFITEM" />
</datatype>
</attDef>
</attList>
</classSpec>