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.
@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
<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.
<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.
Declaration
<classSpec rend="add" 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 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>