att.numberplacement

Attributes that record the placement and visibility of numbers that accompany a bowed tremolo or tuplet.
Module MEI.cmn
Members
Attributes
@num.place(optional)States where the tuplet number will be placed in relation to the note heads. Value conforms to data.PLACE. att.numberplacement
@num.visible(optional)Determines if the tuplet number is visible. Value conforms to data.BOOLEAN. att.numberplacement
Declaration
<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.PLACE" />
</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>