data.OTHERSTAFF

For musical material designated to appear on another staff, the location of the staff relative to the current one; i.e., the staff above or the staff below.
Module
MEI
Used by
These class-based attributes use data.OTHERSTAFF
att.beamedWith/@beam.withatt.stems.cmn/@stem.with
Allowed Values
aboveThe staff immediately above.
belowThe staff immediately below.
Declaration
<macroSpec ident="data.OTHERSTAFF" module="MEI" type="dt">
<desc>For musical material designated to appear on another staff, the location of the staff relative to the current one; i.e., the staff above or the staff below.</desc>
<content>
<valList type="closed">
<valItem ident="above">
<desc>The staff immediately above.</desc>
</valItem>
<valItem ident="below">
<desc>The staff immediately below.</desc>
</valItem>
</valList>
</content>
</macroSpec>