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
<key>Key captures information about tonal center and mode.
<keySig>Written key signature.
<note>A single pitched event.
<accid>Records a temporary alteration to the pitch of a note.
<ambNote>Highest or lowest pitch in a score, staff, or layer.
<custos>Symbol placed at the end of a line of music to indicate the first note of the next line. Sometimes called a "direct".
<keyAccid>Accidental in a key signature.
<course>Describes the tuning of a course on a stringed instrument (e.g., guitar, lute).
<string>Used to modify tuning information given by the course element. Describes the tuning of an individual string within a course on a stringed instrument (e.g., guitar, lute).
Metadata header component declarations.
<key>Key captures information about tonal center and mode.
Component declarations that are shared between two or more modules.
<accid>Records a temporary alteration to the pitch of a note.
<ambNote>Highest or lowest pitch in a score, staff, or layer.
<custos>Symbol placed at the end of a line of music to indicate the first note of the next line. Sometimes called a "direct".
<keyAccid>Accidental in a key signature.
<keySig>Written key signature.
<note>A single pitched event.
Tablature component declarations.
<course>Describes the tuning of a course on a stringed instrument (e.g., guitar, lute).
<string>Used to modify tuning information given by the course element. Describes the tuning of an individual string within a course on a stringed instrument (e.g., guitar, lute).
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>