att.tuplet.vis

Visual domain attributes.
Module
MEI.visual
Attributes
bracket.place, bracket.visible, color, dur.visible, 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.
dur.visible(optional)Determines if the tuplet duration is visible. 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, e.g., '7'.), "ratio" (Both the num and numbase attributes are displayed, e.g., '7:4'.)
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.
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.
dur.visible(optional)Determines if the tuplet duration is visible. 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, e.g., '7'.), "ratio" (Both the num and numbase attributes are displayed, e.g., '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 tremolo or tuplet.
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.
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.
dur.visible(optional)Determines if the tuplet duration is visible. 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, e.g., '7'.), "ratio" (Both the num and numbase attributes are displayed, e.g., '7:4'.)
Available at
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.
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.tuplet.vis" module="MEI.visual" type="atts">
<desc>Visual domain attributes.</desc>
<classes>
<memberOf key="att.color"/>
<memberOf key="att.numberPlacement"/>
</classes>
<attList org="group">
<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.STAFFREL.basic" />
</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>
</attList>
</classSpec>