data.NEIGHBORINGLAYER

For musical material designated to appear on an adjacent layer or staff, the location of the layer relative to the current one; i.e., the layer above or the layer below.
Module
Used by
Allowed Values
aboveThe layer immediately above.
belowThe layer immediately below.
Declaration
<macroSpec rend="add" ident="data.NEIGHBORINGLAYER" module="MEI" type="dt">
<desc xml:lang="en">For musical material designated to appear on an adjacent layer or staff, the location of the layer relative to the current one;
<abbr>i.e.</abbr>
, the layer above or the layer below.</desc>
<content>
<valList type="closed">
<valItem ident="above">
<desc xml:lang="en">The layer immediately above.</desc>
</valItem>
<valItem ident="below">
<desc xml:lang="en">The layer immediately below.</desc>
</valItem>
</valList>
</content>
</macroSpec>