att.ornamentAccid

Accidentals associated with ornaments.
Module
MEI.cmnOrnaments
Attributes
accidlower, accidupper
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.
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.
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.
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.
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.
Declaration
<classSpec ident="att.ornamentAccid" module="MEI.cmnOrnaments" type="atts">
<desc>Accidentals associated with ornaments.</desc>
<attList org="group">
<attDef ident="accidupper" usage="opt">
<desc>Records the written accidental associated with an upper neighboring note.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ACCIDENTAL.WRITTEN" />
</datatype>
</attDef>
<attDef ident="accidlower" usage="opt">
<desc>Records the written accidental associated with a lower neighboring note.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ACCIDENTAL.WRITTEN" />
</datatype>
</attDef>
</attList>
</classSpec>