att.tuplet.vis

Visual domain attributes.
Module
Attributes
@bracket.place, @bracket.visible, @color, @num.format, @num.place, @num.visible
@bracket.place(optional)Used to state where a tuplet bracket will be placed in relation to the note heads. Value conforms to data.STAFFREL.basic.
@bracket.visible(optional)States whether a bracket should be rendered with a tuplet. Value conforms to data.BOOLEAN.
@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.
@num.format(optional)Controls how the num:numbase ratio is to be displayed. Allowed values are: "count" (Only the num attribute is displayed, , '7'.), "ratio" (Both the num and numbase attributes are displayed, , '7:4'.)
@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.
@bracket.place(optional)Used to state where a tuplet bracket will be placed in relation to the note heads. Value conforms to data.STAFFREL.basic.
@bracket.visible(optional)States whether a bracket should be rendered with a tuplet. Value conforms to data.BOOLEAN.
@num.format(optional)Controls how the num:numbase ratio is to be displayed. Allowed values are: "count" (Only the num attribute is displayed, , '7'.), "ratio" (Both the num and numbase attributes are displayed, , '7:4'.)
(MEI.shared) Visual color attributes.
@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.
(MEI.cmn) Attributes that record the placement and visibility of numbers that accompany a bowed notational feature.
@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.
Component declarations that are shared between two or more modules.
@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.
Visual component declarations.
@bracket.place(optional)Used to state where a tuplet bracket will be placed in relation to the note heads. Value conforms to data.STAFFREL.basic.
@bracket.visible(optional)States whether a bracket should be rendered with a tuplet. Value conforms to data.BOOLEAN.
@num.format(optional)Controls how the num:numbase ratio is to be displayed. Allowed values are: "count" (Only the num attribute is displayed, , '7'.), "ratio" (Both the num and numbase attributes are displayed, , '7:4'.)
Available at
<tuplet>A 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>Alternative element for encoding tuplets, especially useful for tuplets that extend across bar lines.
Common Music Notation (CMN) repertoire component declarations.
<tuplet>A 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>Alternative element for encoding tuplets, especially useful for tuplets that extend across bar lines.
Declaration
<classSpec ident="att.tuplet.vis" module="MEI.visual" type="atts">
<desc xml:lang="en">Visual domain attributes.</desc>
<classes>
<memberOf key="att.color"/>
<memberOf key="att.numberPlacement"/>
</classes>
<attList>
<attDef ident="bracket.place" usage="opt">
<desc xml:lang="en">Used to state where a tuplet bracket will be placed in relation to the note heads.</desc>
<datatype>
<rng:ref name="data.STAFFREL.basic"/>
</datatype>
</attDef>
<attDef ident="bracket.visible" usage="opt">
<desc xml:lang="en">States whether a bracket should be rendered with a tuplet.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="num.format" usage="opt">
<desc xml:lang="en">Controls how the num:numbase ratio is to be displayed.</desc>
<valList type="closed">
<valItem ident="count">
<desc xml:lang="en">Only the num attribute is displayed,
<abbr>e.g.</abbr>
, '7'.</desc>
</valItem>
<valItem ident="ratio">
<desc xml:lang="en">Both the num and numbase attributes are displayed,
<abbr>e.g.</abbr>
, '7:4'.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>