att.duration.default

Attributes that provide a durational default value.
Module
Attributes
dur.default, num.default, numbase.default
dur.default(optional)Contains a default duration in those situations when the first note, rest, chord, etc. in a measure does not have a duration specified. Value conforms to data.DURATION.
num.default(optional)Along with numbase.default, describes the default duration as a ratio. num.default is the first value in the ratio. Value is a positive integer.
numbase.default(optional)Along with num.default, describes the default duration as a ratio. numbase.default is the second value in the ratio. Value is a positive integer.
dur.default(optional)Contains a default duration in those situations when the first note, rest, chord, etc. in a measure does not have a duration specified. Value conforms to data.DURATION.
num.default(optional)Along with numbase.default, describes the default duration as a ratio. num.default is the first value in the ratio. Value is a positive integer.
numbase.default(optional)Along with num.default, describes the default duration as a ratio. numbase.default is the second value in the ratio. Value is a positive integer.
Component declarations that are shared between two or more modules.
dur.default(optional)Contains a default duration in those situations when the first note, rest, chord, etc. in a measure does not have a duration specified. Value conforms to data.DURATION.
num.default(optional)Along with numbase.default, describes the default duration as a ratio. num.default is the first value in the ratio. Value is a positive integer.
numbase.default(optional)Along with num.default, describes the default duration as a ratio. numbase.default is the second value in the ratio. Value is a positive integer.
Available at
layerDefContainer for layer meta-information.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Component declarations that are shared between two or more modules.
layerDefContainer for layer meta-information.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Declaration
<classSpec ident="att.duration.default" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that provide a durational default value.</desc>
<attList>
<attDef ident="dur.default" usage="opt">
<desc xml:lang="en">Contains a default duration in those situations when the first note, rest, chord, etc. in a measure does not have a duration specified.</desc>
<datatype>
<rng:ref name="data.DURATION"/>
</datatype>
</attDef>
<attDef ident="num.default" usage="opt">
<desc xml:lang="en">Along with numbase.default, describes the default duration as a ratio. num.default is the first value in the ratio.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
<attDef ident="numbase.default" usage="opt">
<desc xml:lang="en">Along with num.default, describes the default duration as a ratio. numbase.default is the second value in the ratio.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>