att.ornamentAccid.ges

Gestural accidentals associated with ornaments.
Module
Attributes
@accidlower.ges, @accidupper.ges
@accidlower.ges(optional)Records the sounding accidental associated with a lower neighboring note. Value conforms to data.ACCIDENTAL.GESTURAL.
@accidupper.ges(optional)Records the sounding accidental associated with an upper neighboring note. Value conforms to data.ACCIDENTAL.GESTURAL.
@accidupper.ges(optional)Records the sounding accidental associated with an upper neighboring note. Value conforms to data.ACCIDENTAL.GESTURAL.
@accidlower.ges(optional)Records the sounding accidental associated with a lower neighboring note. Value conforms to data.ACCIDENTAL.GESTURAL.
Gestural component declarations.
@accidlower.ges(optional)Records the sounding accidental associated with a lower neighboring note. Value conforms to data.ACCIDENTAL.GESTURAL.
@accidupper.ges(optional)Records the sounding accidental associated with an upper neighboring note. Value conforms to data.ACCIDENTAL.GESTURAL.
Available at
<mordent>An ornament indicating rapid alternation of the main note with a secondary note, usually a step below, but sometimes a step above.
<trill>Rapid alternation of a note with another (usually at the interval of a second above).
<turn>An ornament consisting of four notes — the upper neighbor of the written note, the written note, the lower neighbor, and the written note.
<ornam>An element indicating an ornament that is not a mordent, turn, or trill.
CMN ornament component declarations.
<mordent>An ornament indicating rapid alternation of the main note with a secondary note, usually a step below, but sometimes a step above.
<trill>Rapid alternation of a note with another (usually at the interval of a second above).
<turn>An ornament consisting of four notes — the upper neighbor of the written note, the written note, the lower neighbor, and the written note.
Component declarations that are shared between two or more modules.
<ornam>An element indicating an ornament that is not a mordent, turn, or trill.
Declaration
<classSpec ident="att.ornamentAccid.ges" module="MEI.gestural" type="atts">
<desc xml:lang="en">Gestural accidentals associated with ornaments.</desc>
<attList>
<attDef ident="accidupper.ges" usage="opt">
<desc xml:lang="en">Records the sounding accidental associated with an upper neighboring note.</desc>
<datatype>
<rng:ref name="data.ACCIDENTAL.GESTURAL"/>
</datatype>
</attDef>
<attDef ident="accidlower.ges" usage="opt">
<desc xml:lang="en">Records the sounding accidental associated with a lower neighboring note.</desc>
<datatype>
<rng:ref name="data.ACCIDENTAL.GESTURAL"/>
</datatype>
</attDef>
</attList>
</classSpec>