att.graced

Attributes that mark a note or chord as a "grace", how it should "steal" time, and how much time should be allotted to the grace note/chord.
Module MEI.cmn
Members
att.chord.ges.cmn (no elements directly inheriting from this class)
att.note.ges.cmn (no elements directly inheriting from this class)
Attributes
@grace(optional)Marks a note or chord as a "grace" (without a definitive written duration) and records from which other note/chord it should "steal" time. Value conforms to data.GRACE. att.graced
@grace.time(optional)Records the amount of time to be "stolen" from a non-grace note/chord. Value conforms to data.PERCENT. att.graced
Declaration
<attDef ident="grace" usage="opt">
<desc>Marks a note or chord as a "grace" (without a definitive written duration) and records from which other note/chord it should "steal" time.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.GRACE" />
</datatype>
</attDef>
<attDef ident="grace.time" usage="opt">
<desc>Records the amount of time to be "stolen" from a non-grace note/chord.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PERCENT" />
</datatype>
</attDef>