att.duration.logical

Attributes that express duration in musical terms.
Module
MEI.shared
Attributes
dur
dur(optional)Records the duration of a feature using the relative durational values provided by the data.DURATION datatype. Value conforms to data.DURATION.
dur(optional)Records the duration of a feature using the relative durational values provided by the data.DURATION datatype. Value conforms to data.DURATION.
Component declarations that are shared between two or more modules.
dur(optional)Records the duration of a feature using the relative durational values provided by the data.DURATION datatype. Value conforms to data.DURATION.
Available at
bTrem(bowed tremolo) – A rapid alternation on a single pitch or chord.
fTrem(fingered tremolo) – A rapid alternation between a pair of notes (or chords or perhaps between a note and a chord) that are (usually) farther apart than a major second.
halfmRpt(half-measure repeat) – A half-measure repeat in any meter.
ambNoteHighest or lowest pitch in a score, staff, or layer.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
noteA single pitched event.
restA non-sounding event found in the source being transcribed.
spaceA placeholder used to fill an incomplete measure, layer, etc. most often so that the combined duration of the events equals the number of beats in the measure.
bTrem(bowed tremolo) – A rapid alternation on a single pitch or chord.
fTrem(fingered tremolo) – A rapid alternation between a pair of notes (or chords or perhaps between a note and a chord) that are (usually) farther apart than a major second.
halfmRpt(half-measure repeat) – A half-measure repeat in any meter.
ambNoteHighest or lowest pitch in a score, staff, or layer.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
noteA single pitched event.
restA non-sounding event found in the source being transcribed.
spaceA placeholder used to fill an incomplete measure, layer, etc. most often so that the combined duration of the events equals the number of beats in the measure.
Declaration
<classSpec ident="att.duration.logical" module="MEI.shared" type="atts">
<desc>Attributes that express duration in musical terms.</desc>
<attList org="group">
<attDef ident="dur" usage="opt">
<desc>Records the duration of a feature using the relative durational values provided by the data.DURATION datatype.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.DURATION" />
</datatype>
</attDef>
</attList>
</classSpec>