att.ornamentAccid

Accidentals associated with ornaments.
Attributes
accidlower, accidlower.ges, accidupper, accidupper.ges
accidlower(optional)Records the written accidental associated with a lower neighboring note. Value conforms to data.ACCIDENTAL.WRITTEN.
accidlower.ges(optional)Records the sounding accidental associated with a lower neighboring note. Value conforms to data.ACCIDENTAL.GESTURAL.
accidupper(optional)Records the written accidental associated with an upper neighboring note. Value conforms to data.ACCIDENTAL.WRITTEN.
accidupper.ges(optional)Records the sounding accidental associated with an upper neighboring note. Value conforms to data.ACCIDENTAL.GESTURAL.
accidupper(optional)Records the written accidental associated with an upper neighboring note. Value conforms to data.ACCIDENTAL.WRITTEN.
accidlower(optional)Records the written accidental associated with a lower neighboring note. Value conforms to data.ACCIDENTAL.WRITTEN.
(MEI.gestural) Gestural accidentals associated with ornaments.
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.
CMN ornament component declarations.
accidlower(optional)Records the written accidental associated with a lower neighboring note. Value conforms to data.ACCIDENTAL.WRITTEN.
accidupper(optional)Records the written accidental associated with an upper neighboring note. Value conforms to data.ACCIDENTAL.WRITTEN.
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
mordentAn ornament indicating rapid alternation of the main note with a secondary note, usually a step below, but sometimes a step above.
trillRapid alternation of a note with another (usually at the interval of a second above).
turnAn ornament consisting of four notes — the upper neighbor of the written note, the written note, the lower neighbor, and the written note.
ornamAn element indicating an ornament that is not a mordent, turn, or trill.
CMN ornament component declarations.
mordentAn ornament indicating rapid alternation of the main note with a secondary note, usually a step below, but sometimes a step above.
trillRapid alternation of a note with another (usually at the interval of a second above).
turnAn 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.
ornamAn element indicating an ornament that is not a mordent, turn, or trill.
Declaration
<classSpec ident="att.ornamentAccid" module="MEI.cmnOrnaments" type="atts">
<desc xml:lang="en">Accidentals associated with ornaments.</desc>
<classes>
<memberOf key="att.ornamentAccid.ges"/>
</classes>
<attList>
<attDef ident="accidupper" usage="opt">
<desc xml:lang="en">Records the written accidental associated with an upper neighboring note.</desc>
<datatype>
<rng:ref name="data.ACCIDENTAL.WRITTEN"/>
</datatype>
</attDef>
<attDef ident="accidlower" usage="opt">
<desc xml:lang="en">Records the written accidental associated with a lower neighboring note.</desc>
<datatype>
<rng:ref name="data.ACCIDENTAL.WRITTEN"/>
</datatype>
</attDef>
</attList>
</classSpec>