att.duration.ratio

Attributes that describe duration as a ratio.
Module
Attributes
num, numbase
num(optional)Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value is a positive integer.
numbase(optional)Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value is a positive integer.
num(optional)Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value is a positive integer.
numbase(optional)Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value is a positive integer.
Component declarations that are shared between two or more modules.
num(optional)Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value is a positive integer.
numbase(optional)Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second. Value is a positive integer.
Available at
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.
noteA single pitched event.
proportDescription of note duration as arithmetic ratio.
restA non-sounding event found in the source being transcribed.
mensurCollects information about the metrical relationship between a note value and the next smaller value; that is, either triple or duple.
mensurationCaptures information about mensuration within bibliographic descriptions.
Common Music Notation (CMN) repertoire component declarations.
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.
Metadata header component declarations.
mensurationCaptures information about mensuration within bibliographic descriptions.
Mensural repertoire component declarations.
mensurCollects information about the metrical relationship between a note value and the next smaller value; that is, either triple or duple.
proportDescription of note duration as arithmetic ratio.
Component declarations that are shared between two or more modules.
noteA single pitched event.
restA non-sounding event found in the source being transcribed.
Declaration
<classSpec ident="att.duration.ratio" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe duration as a ratio.</desc>
<attList>
<attDef ident="num" usage="opt">
<gloss versionDate="2022-10-18" xml:lang="en">number</gloss>
<desc xml:lang="en">Along with numbase, describes duration as a ratio. num is the first value in the ratio, while numbase is the second.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
<attDef ident="numbase" usage="opt">
<desc xml:lang="en">Along with num, describes duration as a ratio. num is the first value in the ratio, while numbase is the second.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>