att.numberPlacement

Attributes that record the placement and visibility of numbers that accompany a bowed tremolo or tuplet.
Module
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
bTremA rapid alternation on a single pitch or chord.
mRptAn indication that the previous measure should be repeated.
multiRestMultiple measures of rest compressed into a single symbol, 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 measures of rest compressed into a single symbol, 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 tremolo or tuplet.</desc>
<attList>
<attDef ident="num.place" usage="opt">
<gloss versionDate="2022-10-30" xml:lang="en">number placement</gloss>
<desc xml:lang="en">States where the tuplet number will be placed in relation to the note heads.</desc>
<datatype>
<rng:ref name="data.STAFFREL.basic"/>
</datatype>
</attDef>
<attDef ident="num.visible" usage="opt">
<desc xml:lang="en">Determines if the tuplet number is visible.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>