att.pitch

Attributes that record written pitch name.
Module
MEI.shared
Attributes
pname
pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
Component declarations that are shared between two or more modules.
pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
Available at
keyKey captures information about tonal center and mode.
keySig(key signature) – Written key signature.
chordMemberAn individual pitch in a chord defined by a chordDef element.
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".
keyAccid(key accidental) – Accidental in a key signature.
noteA single pitched event.
chordMemberAn individual pitch in a chord defined by a chordDef element.
keyKey captures information about tonal center and mode.
keySig(key signature) – Written key signature.
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".
keyAccid(key accidental) – Accidental in a key signature.
noteA single pitched event.
Declaration
<classSpec ident="att.pitch" module="MEI.shared" type="atts">
<desc>Attributes that record written pitch name.</desc>
<attList org="group">
<attDef ident="pname" usage="opt">
<desc>Contains a written pitch name.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PITCHNAME" />
</datatype>
</attDef>
</attList>
</classSpec>