att.duration.additive

Attributes that permit total duration to be represented by multiple values.
Module
Attributes
dur
dur(optional)When a duration cannot be represented as a single power-of-two value, multiple space-separated values that add up to the total duration may be used. One or more values from data.DURATION, separated by spaces.
dur(optional)When a duration cannot be represented as a single power-of-two value, multiple space-separated values that add up to the total duration may be used. One or more values from data.DURATION, separated by spaces.
Component declarations that are shared between two or more modules.
dur(optional)When a duration cannot be represented as a single power-of-two value, multiple space-separated values that add up to the total duration may be used. One or more values from data.DURATION, separated by spaces.
Available at
beamSpanAlternative element for explicitly encoding beams, particularly those which extend across bar lines.
bendA variation in pitch (often micro-tonal) upwards or downwards during the course of a note.
bracketSpanMarks a sequence of notational events grouped by a bracket.
glissA continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
hairpinIndicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g., < and >.
halfmRptA half-measure repeat in any meter.
mRestComplete measure rest in any meter.
mSpaceA measure containing only empty space in any meter.
octaveAn indication that a passage should be performed one or more octaves above or below its written pitch.
slurIndication of 1) a "unified melodic idea" or 2) performance technique.
tupletA group of notes with "irregular" (sometimes called "irrational") rhythmic values, for example, three notes in the time normally occupied by two or nine in the time of five.
tupletSpanAlternative element for encoding tuplets, especially useful for tuplets that extend across bar lines.
trillRapid alternation of a note with another (usually at the interval of a second above).
fingAn individual finger in a fingering indication.
fingGrpA group of individual fingers in a fingering indication.
fSingle element of a figured bass indication.
harmAn indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
annotProvides a statement explaining the text or indicating the basis for an assertion.
dirAn instruction expressed as a combination of text and symbols, typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like tempo, dynam or repeatMark.
dynamIndication of the volume of a note, phrase, or section of music.
ornamAn element indicating an ornament that is not a mordent, turn, or trill.
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
repeatMark An instruction expressed as a combination of text and symbols – segno and coda – typically above, below, or between staves, but not on the staff.
lineA visual line that cannot be represented by a more specific; i.e., semantic, element.
Common Music Notation (CMN) repertoire component declarations.
beamSpanAlternative element for explicitly encoding beams, particularly those which extend across bar lines.
bendA variation in pitch (often micro-tonal) upwards or downwards during the course of a note.
bracketSpanMarks a sequence of notational events grouped by a bracket.
glissA continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
hairpinIndicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g., < and >.
halfmRptA half-measure repeat in any meter.
mRestComplete measure rest in any meter.
mSpaceA measure containing only empty space in any meter.
octaveAn indication that a passage should be performed one or more octaves above or below its written pitch.
repeatMark An instruction expressed as a combination of text and symbols – segno and coda – typically above, below, or between staves, but not on the staff.
slurIndication of 1) a "unified melodic idea" or 2) performance technique.
tupletA group of notes with "irregular" (sometimes called "irrational") rhythmic values, for example, three notes in the time normally occupied by two or nine in the time of five.
tupletSpanAlternative element for encoding tuplets, especially useful for tuplets that extend across bar lines.
CMN ornament component declarations.
trillRapid alternation of a note with another (usually at the interval of a second above).
Fingering component declarations.
fingAn individual finger in a fingering indication.
fingGrpA group of individual fingers in a fingering indication.
Harmony component declarations.
fSingle element of a figured bass indication.
harmAn indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
Component declarations that are shared between two or more modules.
annotProvides a statement explaining the text or indicating the basis for an assertion.
dirAn instruction expressed as a combination of text and symbols, typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like tempo, dynam or repeatMark.
dynamIndication of the volume of a note, phrase, or section of music.
ornamAn element indicating an ornament that is not a mordent, turn, or trill.
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
User-defined symbols component declarations.
lineA visual line that cannot be represented by a more specific; i.e., semantic, element.
Declaration
<classSpec ident="att.duration.additive" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that permit total duration to be represented by multiple values.</desc>
<attList>
<attDef ident="dur" usage="opt">
<gloss versionDate="2022-10-18" xml:lang="en">duration</gloss>
<desc xml:lang="en">When a duration cannot be represented as a single power-of-two value, multiple space-separated values that add up to the total duration may be used.</desc>
<datatype maxOccurs="unbounded">
<rng:ref name="data.DURATION"/>
</datatype>
</attDef>
</attList>
</classSpec>