att.duration.additive

Attributes that permit total duration to be represented by multiple values.
Module
MEI.shared
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(beam span) – Alternative 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.
gliss(glissando) – A 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 >.
mRest(measure rest) – Complete measure rest in any meter.
mSpace(measure space) – A 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.
tupletSpan(tuplet span) – Alternative 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).
fingfinger – An individual finger in a fingering indication.
fingGrp(finger group)– A group of individual fingers in a fingering indication.
f(figure) – Single element of a figured bass indication.
harm(harmony) – An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
annot(annotation) – Provides a statement explaining the text or indicating the basis for an assertion.
dir(directive) – An instruction expressed as a combination of text and symbols — such as segno and coda symbols, fermatas over a bar line, etc., typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like tempo or dynam.
dynam(dynamic) – Indication 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.
lineA visual line that cannot be represented by a more specific; i.e., semantic, element.
beamSpan(beam span) – Alternative 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.
gliss(glissando) – A 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 >.
mRest(measure rest) – Complete measure rest in any meter.
mSpace(measure space) – A 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.
tupletSpan(tuplet span) – Alternative 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).
fingfinger – An individual finger in a fingering indication.
fingGrp(finger group)– A group of individual fingers in a fingering indication.
f(figure) – Single element of a figured bass indication.
harm(harmony) – An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
annot(annotation) – Provides a statement explaining the text or indicating the basis for an assertion.
dir(directive) – An instruction expressed as a combination of text and symbols — such as segno and coda symbols, fermatas over a bar line, etc., typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like tempo or dynam.
dynam(dynamic) – Indication 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.
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>Attributes that permit total duration to be represented by multiple values.</desc>
<attList org="group">
<attDef ident="dur" usage="opt">
<desc>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" minOccurs="1">
<rng:ref name="data.DURATION" />
</datatype>
</attDef>
</attList>
</classSpec>