att.accidental

Attributes for capturing momentary pitch inflection.
Module
MEI.shared
Attributes
accid
accid(optional)Captures a written accidental. Value conforms to data.ACCIDENTAL.WRITTEN.
accid(optional)Captures a written accidental. Value conforms to data.ACCIDENTAL.WRITTEN.
Component declarations that are shared between two or more modules.
accid(optional)Captures a written accidental. Value conforms to data.ACCIDENTAL.WRITTEN.
Available at
keyKey captures information about tonal center and mode.
keySig(key signature) – Written key signature.
noteA single pitched event.
accid(accidental) – Records a temporary alteration to the pitch of a note.
ambNoteHighest or lowest pitch in a score, staff, or layer.
keyAccid(key accidental) – Accidental in a key signature.
keyKey captures information about tonal center and mode.
keySig(key signature) – Written key signature.
noteA single pitched event.
accid(accidental) – Records a temporary alteration to the pitch of a note.
ambNoteHighest or lowest pitch in a score, staff, or layer.
keyAccid(key accidental) – Accidental in a key signature.
Declaration
<classSpec ident="att.accidental" module="MEI.shared" type="atts">
<desc>Attributes for capturing momentary pitch inflection.</desc>
<attList org="group">
<attDef ident="accid" usage="opt">
<desc>Captures a written accidental.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ACCIDENTAL.WRITTEN" />
</datatype>
</attDef>
</attList>
</classSpec>