att.augmentDots

Attributes that record the number of dots of augmentation.
Module
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>A rapid alternation on a single pitch or chord.
<fTrem>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.
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<note>A single pitched event.
<rest>A non-sounding event found in the source being transcribed.
<space>A 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.
<tabDurSym>A visual indication of the duration of a <tabGrp>.
<tabGrp>A group of simultaneous tab notes, comparable to a <chord> in CMN. Rarely, may also contain rests, as in some "German" lute tablatures.
Common Music Notation (CMN) repertoire component declarations.
<bTrem>A rapid alternation on a single pitch or chord.
<fTrem>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.
Component declarations that are shared between two or more modules.
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<note>A single pitched event.
<rest>A non-sounding event found in the source being transcribed.
<space>A 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.
Tablature component declarations.
<tabDurSym>A visual indication of the duration of a <tabGrp>.
<tabGrp>A group of simultaneous tab notes, comparable to a <chord> in CMN. Rarely, may also contain rests, as in some "German" lute tablatures.
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.

Declaration
<classSpec ident="att.augmentDots" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record the number of dots of augmentation.</desc>
<attList>
<attDef ident="dots" usage="opt">
<desc xml:lang="en">Records the number of augmentation dots required by a written dotted duration.</desc>
<datatype>
<rng:ref name="data.AUGMENTDOT"/>
</datatype>
<constraintSpec ident="dots_attribute_requires_dur" scheme="schematron">
<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 xml:lang="en">
<p>The <att>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>