att.accidental

Attributes for capturing momentary pitch inflection.
Module
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.
keySigWritten key signature.
noteA single pitched event.
accidRecords a temporary alteration to the pitch of a note.
ambNoteHighest or lowest pitch in a score, staff, or layer.
custosSymbol placed at the end of a line of music to indicate the first note of the next line. Sometimes called a "direct".
keyAccidAccidental in a key signature.
Metadata header component declarations.
keyKey captures information about tonal center and mode.
Component declarations that are shared between two or more modules.
accidRecords a temporary alteration to the pitch of a note.
ambNoteHighest or lowest pitch in a score, staff, or layer.
custosSymbol placed at the end of a line of music to indicate the first note of the next line. Sometimes called a "direct".
keyAccidAccidental in a key signature.
keySigWritten key signature.
noteA single pitched event.
Declaration
<classSpec ident="att.accidental" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes for capturing momentary pitch inflection.</desc>
<attList>
<attDef ident="accid" usage="opt">
<desc xml:lang="en">Captures a written accidental.</desc>
<datatype>
<rng:ref name="data.ACCIDENTAL.WRITTEN"/>
</datatype>
</attDef>
</attList>
</classSpec>