data.GRACE

Do grace notes get time from the current (acc) or previous (unacc) one?.
Module MEI
Used by
att.graced (@grace)
Allowed values
acc
Time "stolen" from following note.
unacc
Time "stolen" from previous note.
unknown
No interpretation regarding performed value of grace note.
Declaration
<content>
<valList type="closed">
<valItem ident="acc">
<desc>Time "stolen" from following note.</desc>
</valItem>
<valItem ident="unacc">
<desc>Time "stolen" from previous note.</desc>
</valItem>
<valItem ident="unknown">
<desc>No interpretation regarding performed value of grace note.</desc>
</valItem>
</valList>
</content>