att.pitchClass

Attributes that describe pitch class.
Module
MEI.analytical
Attributes
pclass
pclass(optional)Holds pitch class information. Value conforms to data.PITCHCLASS.
pclass(optional)Holds pitch class information. Value conforms to data.PITCHCLASS.
Analytical component declarations.
pclass(optional)Holds pitch class information. Value conforms to data.PITCHCLASS.
Available at
ncSign representing a single pitched event, although the exact pitch may not be known.
noteA single pitched event.
ncSign representing a single pitched event, although the exact pitch may not be known.
noteA single pitched event.
Declaration
<classSpec ident="att.pitchClass" module="MEI.analytical" type="atts">
<desc>Attributes that describe pitch class.</desc>
<attList org="group">
<attDef ident="pclass" usage="opt">
<desc>Holds pitch class information.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PITCHCLASS" />
</datatype>
</attDef>
</attList>
</classSpec>