data.EVENTREL.extended

Location of musical material relative to a symbol other than a staff.
Module
MEI
Used by
These other Data Types reference data.EVENTREL.extended
Allowed Values
above-leftAbove and left; north-west.
above-rightAbove and right; north-east.
below-leftBelow and left; south-west.
below-rightBelow and right; south-east.
Declaration
<macroSpec ident="data.EVENTREL.extended" module="MEI" type="dt">
<desc>Location of musical material relative to a symbol other than a staff.</desc>
<content>
<valList type="closed">
<valItem ident="above-left">
<desc>Above and left; north-west.</desc>
</valItem>
<valItem ident="above-right">
<desc>Above and right; north-east.</desc>
</valItem>
<valItem ident="below-left">
<desc>Below and left; south-west.</desc>
</valItem>
<valItem ident="below-right">
<desc>Below and right; south-east.</desc>
</valItem>
</valList>
</content>
</macroSpec>