att.numberPlacement

Attributes that record the placement and visibility of numbers that accompany a bowed notational feature.
Module
Attributes
num.place, num.visible
num.place(optional)States where the number will be placed in relation to the notational feature. Value conforms to data.STAFFREL.basic.
num.visible(optional)Determines if the number is visible. Value conforms to data.BOOLEAN.
num.place(optional)States where the number will be placed in relation to the notational feature. Value conforms to data.STAFFREL.basic.
num.visible(optional)Determines if the number is visible. Value conforms to data.BOOLEAN.
Common Music Notation (CMN) repertoire component declarations.
num.place(optional)States where the number will be placed in relation to the notational feature. Value conforms to data.STAFFREL.basic.
num.visible(optional)Determines if the number is visible. Value conforms to data.BOOLEAN.
Available at
bTremA rapid alternation on a single pitch or chord.
mRptAn indication that the previous measure should be repeated.
multiRestMultiple full measure rests compressed into a single bar, frequently found in performer parts.
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.
Common Music Notation (CMN) repertoire component declarations.
bTremA rapid alternation on a single pitch or chord.
mRptAn indication that the previous measure should be repeated.
multiRestMultiple full measure rests compressed into a single bar, frequently found in performer parts.
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.
Declaration
<classSpec ident="att.numberPlacement" module="MEI.cmn" type="atts">
<desc xml:lang="en">Attributes that record the placement and visibility of numbers that accompany a bowed notational feature.</desc>
<attList>
<attDef ident="num.place" usage="opt">
<gloss xml:lang="en">number placement</gloss>
<desc xml:lang="en">States where the number will be placed in relation to the notational feature.</desc>
<datatype>
<rng:ref name="data.STAFFREL.basic"/>
</datatype>
</attDef>
<attDef ident="num.visible" usage="opt">
<desc xml:lang="en">Determines if the number is visible.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>