data.GRACE

Do grace notes get time from the current (acc) or previous (unacc) one?
Module
MEI
Used by
These class-based attributes use data.GRACE
att.graced/@grace
Allowed Values
accTime "stolen" from following note.
unaccTime "stolen" from previous note.
unknownNo interpretation regarding performed value of grace note.
Declaration
<macroSpec ident="data.GRACE" module="MEI" type="dt">
<desc>Do grace notes get time from the current (acc) or previous (unacc) one?</desc>
<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>
</macroSpec>