att.staffLoc.pitched

Attributes that identify location on a staff in terms of pitch and octave.
Module
Attributes
@oloc, @ploc
@oloc(optional)Records staff location in terms of written octave. Value conforms to data.OCTAVE.
@ploc(optional)Captures staff location in terms of written pitch name. Value conforms to data.PITCHNAME.
@ploc(optional)Captures staff location in terms of written pitch name. Value conforms to data.PITCHNAME.
@oloc(optional)Records staff location in terms of written octave. Value conforms to data.OCTAVE.
Component declarations that are shared between two or more modules.
@oloc(optional)Records staff location in terms of written octave. Value conforms to data.OCTAVE.
@ploc(optional)Captures staff location in terms of written pitch name. Value conforms to data.PITCHNAME.
Available at
<accid>Records a temporary alteration to the pitch of a note.
<artic>An indication of how to play a note or chord.
<breath>An indication of a point at which the performer on an instrument requiring breath (including the voice) may breathe.
<caesura>Break, pause, or interruption in the normal tempo of a composition. Typically indicated by "railroad tracks", i.e., two diagonal slashes.
<dot>Dot of augmentation or division.
<mRest>Complete measure rest in any meter.
<multiRest>Multiple full measure rests compressed into a single bar, frequently found in performer parts.
<rest>A non-sounding event found in the source being transcribed.
Common Music Notation (CMN) repertoire component declarations.
<breath>An indication of a point at which the performer on an instrument requiring breath (including the voice) may breathe.
<mRest>Complete measure rest in any meter.
<multiRest>Multiple full measure rests compressed into a single bar, frequently found in performer parts.
Component declarations that are shared between two or more modules.
<accid>Records a temporary alteration to the pitch of a note.
<artic>An indication of how to play a note or chord.
<caesura>Break, pause, or interruption in the normal tempo of a composition. Typically indicated by "railroad tracks", i.e., two diagonal slashes.
<dot>Dot of augmentation or division.
<rest>A non-sounding event found in the source being transcribed.
Declaration
<classSpec ident="att.staffLoc.pitched" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that identify location on a staff in terms of pitch and octave.</desc>
<attList>
<attDef ident="ploc" usage="opt">
<desc xml:lang="en">Captures staff location in terms of written pitch name.</desc>
<datatype>
<rng:ref name="data.PITCHNAME"/>
</datatype>
</attDef>
<attDef ident="oloc" usage="opt">
<desc xml:lang="en">Records staff location in terms of written octave.</desc>
<datatype>
<rng:ref name="data.OCTAVE"/>
</datatype>
</attDef>
</attList>
</classSpec>