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.
@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
<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.
<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.
Declaration
<classSpec rend="add" 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>
<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>
<ref name="data.OCTAVE"/>
</datatype>
</attDef>
</attList>
</classSpec>