att.staffLoc.pitched

Attributes that identify location on a staff in terms of pitch and octave.
Module
MEI.shared
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(accidental) – Records a temporary alteration to the pitch of a note.
artic(articulation) – An indication of how to play a note or chord.
breath(breath mark) – An 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.
mRest(measure rest) – Complete measure rest in any meter.
multiRest(multiple rest) – Multiple measures of rest compressed into a single symbol, frequently found in performer parts.
restA non-sounding event found in the source being transcribed.
breath(breath mark) – An indication of a point at which the performer on an instrument requiring breath (including the voice) may breathe.
mRest(measure rest) – Complete measure rest in any meter.
multiRest(multiple rest) – Multiple measures of rest compressed into a single symbol, frequently found in performer parts.
accid(accidental) – Records a temporary alteration to the pitch of a note.
artic(articulation) – An 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>Attributes that identify location on a staff in terms of pitch and octave.</desc>
<attList org="group">
<attDef ident="ploc" usage="opt">
<desc>Captures staff location in terms of written pitch name.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PITCHNAME" />
</datatype>
</attDef>
<attDef ident="oloc" usage="opt">
<desc>Records staff location in terms of written octave.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.OCTAVE" />
</datatype>
</attDef>
</attList>
</classSpec>