att.staffLoc

Attributes that identify location on a staff in terms of lines and spaces.
Module
MEI.shared
Attributes
loc
loc(optional)Holds the staff location of the feature. Value conforms to data.STAFFLOC.
loc(optional)Holds the staff location of the feature. Value conforms to data.STAFFLOC.
Component declarations that are shared between two or more modules.
loc(optional)Holds the staff location of the feature. Value conforms to data.STAFFLOC.
Available at
accid(accidental) – Records a temporary alteration to the pitch of a note.
ambNoteHighest or lowest pitch in a score, staff, or layer.
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.
custosSymbol placed at the end of a line of music to indicate the first note of the next line. Sometimes called a "direct".
dotDot of augmentation or division.
keyAccid(key accidental) – Accidental in a key signature.
mensur(mensuration) – Collects information about the metrical relationship between a note value and the next smaller value; that is, either triple or duple.
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.
ncSign representing a single pitched event, although the exact pitch may not be known.
ncGrpCollection of one or more neume components.
neumeSign representing one or more musical pitches.
noteA single pitched event.
proport(proportion) – Description of note duration as arithmetic ratio.
restA non-sounding event found in the source being transcribed.
signifLetSignificantive letter(s).
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.
mensur(mensuration) – Collects information about the metrical relationship between a note value and the next smaller value; that is, either triple or duple.
proport(proportion) – Description of note duration as arithmetic ratio.
episemaEpisema.
hispanTickHispanic tick.
liquescentLiquescent.
ncSign representing a single pitched event, although the exact pitch may not be known.
ncGrpCollection of one or more neume components.
neumeSign representing one or more musical pitches.
oriscusOriscus.
quilismaQuilisma.
signifLetSignificantive letter(s).
strophicusStrophicus.
accid(accidental) – Records a temporary alteration to the pitch of a note.
ambNoteHighest or lowest pitch in a score, staff, or layer.
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.
custosSymbol placed at the end of a line of music to indicate the first note of the next line. Sometimes called a "direct".
dotDot of augmentation or division.
keyAccid(key accidental) – Accidental in a key signature.
noteA single pitched event.
restA non-sounding event found in the source being transcribed.
Declaration
<classSpec ident="att.staffLoc" module="MEI.shared" type="atts">
<desc>Attributes that identify location on a staff in terms of lines and spaces.</desc>
<attList org="group">
<attDef ident="loc" usage="opt">
<desc>Holds the staff location of the feature.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STAFFLOC" />
</datatype>
</attDef>
</attList>
</classSpec>