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
accidRecords a temporary alteration to the pitch of a note.
articAn indication of how to play a note or chord.
breathAn indication of a point at which the performer on an instrument requiring breath (including the voice) may breathe.
caesuraBreak, pause, or interruption in the normal tempo of a composition. Typically indicated by "railroad tracks", i.e., two diagonal slashes.
dotDot of augmentation or division.
mRestComplete measure rest in any meter.
multiRestMultiple measures of rest compressed into a single symbol, frequently found in performer parts.
restA non-sounding event found in the source being transcribed.
Common Music Notation (CMN) repertoire component declarations.
breathAn indication of a point at which the performer on an instrument requiring breath (including the voice) may breathe.
mRestComplete measure rest in any meter.
multiRestMultiple measures of rest compressed into a single symbol, frequently found in performer parts.
Component declarations that are shared between two or more modules.
accidRecords a temporary alteration to the pitch of a note.
articAn indication of how to play a note or chord.
caesuraBreak, pause, or interruption in the normal tempo of a composition. Typically indicated by "railroad tracks", i.e., two diagonal slashes.
dotDot of augmentation or division.
restA 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>