att.tuplet.vis

Visual domain attributes.
Module MEI.cmn
Members
tuplet (direct member of att.tuplet.vis)
Attributes
@bracket.place(optional)Used to state where a tuplet bracket will be placed in relation to the note heads. Value conforms to data.PLACE. att.tuplet.vis
@bracket.visible(optional)States whether a bracket should be rendered with a tuplet. Value conforms to data.BOOLEAN. att.tuplet.vis
@color(optional)Used to indicate visual appearance. Do not confuse this with the musical term 'color' as used in pre-CMN notation. Value conforms to data.COLOR. att.color
@dur.visible(optional)Determines if the tuplet duration is visible. Value conforms to data.BOOLEAN. att.tuplet.vis
@num.format(optional)Controls how the num:numbase ratio is to be displayed. Allowed values are: "count" (Only the num attribute is displayed, e.g., '7'.), "ratio" (Both the num and numbase attributes are displayed, e.g., '7:4'.)att.tuplet.vis
@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
<classes>
<memberOf key="att.color"/>
<memberOf key="att.numberplacement"/>
</classes>
<attDef ident="bracket.place" usage="opt">
<desc>Used to state where a tuplet bracket will be placed in relation to the note heads.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PLACE" />
</datatype>
</attDef>
<attDef ident="bracket.visible" usage="opt">
<desc>States whether a bracket should be rendered with a tuplet.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="dur.visible" usage="opt">
<desc>Determines if the tuplet duration is visible.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="num.format" usage="opt">
<desc>Controls how the num:numbase ratio is to be displayed.</desc>
<valList type="closed">
<valItem ident="count">
<desc>Only the num attribute is displayed, e.g., '7'.</desc>
</valItem>
<valItem ident="ratio">
<desc>Both the num and numbase attributes are displayed, e.g., '7:4'.</desc>
</valItem>
</valList>
</attDef>