att.augmentDots

Attributes that record the number of dots of augmentation.
Module
MEI.shared
Attributes
dots
dots(optional)Records the number of augmentation dots required by a written dotted duration. Value conforms to data.AUGMENTDOT.
dots(optional)Records the number of augmentation dots required by a written dotted duration. Value conforms to data.AUGMENTDOT.
Component declarations that are shared between two or more modules.
dots(optional)Records the number of augmentation dots required by a written dotted duration. Value conforms to data.AUGMENTDOT.
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.
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.
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.
Remarks

The dots attribute records the number of augmentation dots necessary to represent a non-power-of-two duration. This is usually, but not always, the number of dots displayed. For example, a note with this attribute will result in displayed dots, while a glissando will not.

Constraints
An element with a dots attribute must also have a dur attribute.
<sch:rule context="mei:*[@dots]">
<sch:assert test="@dur">An element with a dots attribute must also have a dur attribute.</sch:assert>
</sch:rule>
Declaration
<classSpec ident="att.augmentDots" module="MEI.shared" type="atts">
<desc>Attributes that record the number of dots of augmentation.</desc>
<attList org="group">
<attDef ident="dots" usage="opt">
<desc>Records the number of augmentation dots required by a written dotted duration.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.AUGMENTDOT" />
</datatype>
<constraintSpec ident="dots_attribute_requires_dur" scheme="isoschematron">
<constraint>
<sch:rule context="mei:*[@dots]">
<sch:assert test="@dur">An element with a dots attribute must also have a dur attribute.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
</attDef>
</attList>
<remarks>
<p part="N">The
<att scheme="TEI">dots</att>
attribute records the number of augmentation dots necessary to represent a non-power-of-two duration. This is usually, but not always, the number of dots displayed. For example, a note with this attribute will result in displayed dots, while a glissando will not.</p>
</remarks>
</classSpec>