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
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.
Common Music Notation (CMN) repertoire component declarations.
graceGrpA container for a sequence of grace notes.
Component declarations that are shared between two or more modules.
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 xml:lang="en">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>
<attDef ident="grace" usage="opt">
<desc xml:lang="en">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>
<rng:ref name="data.GRACE"/>
</datatype>
</attDef>
<attDef ident="grace.time" usage="opt">
<desc xml:lang="en">Records the amount of time to be "stolen" from a non-grace note/chord.</desc>
<datatype>
<rng:ref name="data.PERCENT"/>
</datatype>
</attDef>
</attList>
</classSpec>