data.EVENTREL.basic

Location of musical material relative to a symbol other than a staff.
Module
Used by
These other Data Types reference data.EVENTREL.basic
data.EVENTRELLocation of musical material relative to a symbol on a staff instead of the staff.
Allowed Values
aboveAbove.
belowBelow.
leftLeft.
Declaration
<macroSpec ident="data.EVENTREL.basic" module="MEI" type="dt">
<desc xml:lang="en">Location of musical material relative to a symbol other than a staff.</desc>
<content>
<valList type="closed">
<valItem ident="above">
<desc xml:lang="en">Above.</desc>
</valItem>
<valItem ident="below">
<desc xml:lang="en">Below.</desc>
</valItem>
<valItem ident="left">
<desc xml:lang="en">Left.</desc>
</valItem>
<valItem ident="right">
<desc xml:lang="en">Right.</desc>
</valItem>
</valList>
</content>
</macroSpec>