att.numberPlacement

Attributes that record the placement and visibility of numbers that accompany a bowed tremolo or tuplet.
Module
MEI.cmn
Attributes
num.place, num.visible
num.place(optional)States where the tuplet number will be placed in relation to the note heads. Value conforms to data.STAFFREL.basic.
num.visible(optional)Determines if the tuplet number is visible. Value conforms to data.BOOLEAN.
num.place(optional)States where the tuplet number will be placed in relation to the note heads. Value conforms to data.STAFFREL.basic.
num.visible(optional)Determines if the tuplet number is visible. Value conforms to data.BOOLEAN.
Common Music Notation (CMN) repertoire component declarations.
num.place(optional)States where the tuplet number will be placed in relation to the note heads. Value conforms to data.STAFFREL.basic.
num.visible(optional)Determines if the tuplet number is visible. Value conforms to data.BOOLEAN.
Available at
bTrem(bowed tremolo) – A rapid alternation on a single pitch or chord.
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.
bTrem(bowed tremolo) – A rapid alternation on a single pitch or chord.
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.
Declaration
<classSpec ident="att.numberPlacement" module="MEI.cmn" type="atts">
<desc>Attributes that record the placement and visibility of numbers that accompany a bowed tremolo or tuplet.</desc>
<attList org="group">
<attDef ident="num.place" usage="opt">
<desc>States where the tuplet number will be placed in relation to the note heads.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STAFFREL.basic" />
</datatype>
</attDef>
<attDef ident="num.visible" usage="opt">
<desc>Determines if the tuplet number is visible.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
</attList>
</classSpec>