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
<beamSpan>Alternative element for explicitly encoding beams, particularly those which extend across bar lines.
<bend>A variation in pitch (often micro-tonal) upwards or downwards during the course of a note.
<bracketSpan>Marks a sequence of notational events grouped by a bracket.
<gliss>A continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
<hairpin>Indicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g., < and >.
<halfmRpt>A half-measure repeat in any meter.
<mRest>Complete measure rest in any meter.
<mSpace>A measure containing only empty space in any meter.
<octave>An indication that a passage should be performed one or more octaves above or below its written pitch.
<slur>Indication of 1) a "unified melodic idea" or 2) performance technique.
<tuplet>A 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.
<tupletSpan>Alternative element for encoding tuplets, especially useful for tuplets that extend across bar lines.
<trill>Rapid alternation of a note with another (usually at the interval of a second above).
<fing>An individual finger in a fingering indication.
<fingGrp>A group of individual fingers in a fingering indication.
<f>Single element of a figured bass indication.
<harm>An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
<annot>Provides a statement explaining the text or indicating the basis for an assertion.
<dir>An 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>.
<dynam>Indication of the volume of a note, phrase, or section of music.
<ornam>An element indicating an ornament that is not a mordent, turn, or trill.
<phrase>Indication 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.
<line>A visual line that cannot be represented by a more specific; i.e., semantic, element.
Common Music Notation (CMN) repertoire component declarations.
<beamSpan>Alternative element for explicitly encoding beams, particularly those which extend across bar lines.
<bend>A variation in pitch (often micro-tonal) upwards or downwards during the course of a note.
<bracketSpan>Marks a sequence of notational events grouped by a bracket.
<gliss>A continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
<hairpin>Indicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g., < and >.
<halfmRpt>A half-measure repeat in any meter.
<mRest>Complete measure rest in any meter.
<mSpace>A measure containing only empty space in any meter.
<octave>An 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.
<slur>Indication of 1) a "unified melodic idea" or 2) performance technique.
<tuplet>A 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.
<tupletSpan>Alternative element for encoding tuplets, especially useful for tuplets that extend across bar lines.
CMN ornament component declarations.
<trill>Rapid alternation of a note with another (usually at the interval of a second above).
Fingering component declarations.
<fing>An individual finger in a fingering indication.
<fingGrp>A group of individual fingers in a fingering indication.
Harmony component declarations.
<f>Single element of a figured bass indication.
<harm>An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
Component declarations that are shared between two or more modules.
<annot>Provides a statement explaining the text or indicating the basis for an assertion.
<dir>An 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>.
<dynam>Indication of the volume of a note, phrase, or section of music.
<ornam>An element indicating an ornament that is not a mordent, turn, or trill.
<phrase>Indication of 1) a "unified melodic idea" or 2) performance technique.
User-defined symbols component declarations.
<line>A 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 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>