att.pitch.ges

Gestural attributes about pitch.
Module
Attributes
oct.ges, pname.ges, pnum
oct.ges(optional)Records performed octave information that differs from the written value. Value conforms to data.OCTAVE.
pname.ges(optional)Contains a performed pitch name that differs from the written value. Value conforms to data.PITCHNAME.GESTURAL.
pnum(optional)Holds a pitch-to-number mapping, a base-40 or MIDI note number, for example. Value conforms to data.PITCHNUMBER.
oct.ges(optional)Records performed octave information that differs from the written value. Value conforms to data.OCTAVE.
pname.ges(optional)Contains a performed pitch name that differs from the written value. Value conforms to data.PITCHNAME.GESTURAL.
pnum(optional)Holds a pitch-to-number mapping, a base-40 or MIDI note number, for example. Value conforms to data.PITCHNUMBER.
Gestural component declarations.
oct.ges(optional)Records performed octave information that differs from the written value. Value conforms to data.OCTAVE.
pname.ges(optional)Contains a performed pitch name that differs from the written value. Value conforms to data.PITCHNAME.GESTURAL.
pnum(optional)Holds a pitch-to-number mapping, a base-40 or MIDI note number, for example. Value conforms to data.PITCHNUMBER.
Available at
ncSign representing a single pitched event, although the exact pitch may not be known.
noteA single pitched event.
Neume repertoire component declarations.
ncSign representing a single pitched event, although the exact pitch may not be known.
Component declarations that are shared between two or more modules.
noteA single pitched event.
Declaration
<classSpec ident="att.pitch.ges" module="MEI.gestural" type="atts">
<desc xml:lang="en">Gestural attributes about pitch.</desc>
<attList>
<attDef ident="oct.ges" usage="opt">
<desc xml:lang="en">Records performed octave information that differs from the written value.</desc>
<datatype>
<rng:ref name="data.OCTAVE"/>
</datatype>
</attDef>
<attDef ident="pname.ges" usage="opt">
<desc xml:lang="en">Contains a performed pitch name that differs from the written value.</desc>
<datatype>
<rng:ref name="data.PITCHNAME.GESTURAL"/>
</datatype>
</attDef>
<attDef ident="pnum" usage="opt">
<gloss versionDate="2022-10-30" xml:lang="en">pitch number</gloss>
<desc xml:lang="en">Holds a pitch-to-number mapping, a base-40 or MIDI note number, for example.</desc>
<datatype>
<rng:ref name="data.PITCHNUMBER"/>
</datatype>
</attDef>
</attList>
</classSpec>