att.note.ges.cmn

Gestural domain attributes.
Module MEI.cmn
Members
Attributes
@gliss(optional)Indicates that this element participates in a glissando. Value conforms to data.GLISSANDO. att.note.ges.cmn
@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
<classes>
<memberOf key="att.graced"/>
</classes>
<attDef ident="gliss" usage="opt">
<desc>Indicates that this element participates in a glissando.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.GLISSANDO" />
</datatype>
</attDef>