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
Attributes
grace, grace.time
grace(optional)Marks a note or chord as a "grace" (without a definite performed duration) and records from which other note/chord it should "steal" time. Value conforms to data.GRACE.
grace.time(optional)Records the amount of time to be "stolen" from a non-grace note/chord. Value conforms to data.PERCENT.
grace(optional)Marks a note or chord as a "grace" (without a definite performed duration) and records from which other note/chord it should "steal" time. Value conforms to data.GRACE.
grace.time(optional)Records the amount of time to be "stolen" from a non-grace note/chord. Value conforms to data.PERCENT.
Common Music Notation (CMN) repertoire component declarations.
grace(optional)Marks a note or chord as a "grace" (without a definite performed duration) and records from which other note/chord it should "steal" time. Value conforms to data.GRACE.
grace.time(optional)Records the amount of time to be "stolen" from a non-grace note/chord. Value conforms to data.PERCENT.
Available at
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
graceGrpA container for a sequence of grace notes.
noteA single pitched event.
graceGrpA container for a sequence of grace notes.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
noteA single pitched event.
Declaration
<classSpec ident="att.graced" module="MEI.cmn" type="atts">
<desc>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.</desc>
<attList org="group">
<attDef ident="grace" usage="opt">
<desc>Marks a note or chord as a "grace" (without a definite performed 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>
</attList>
</classSpec>