att.tuplet.vis

Visual domain attributes.
Module
Attributes
@bracket.place, @bracket.slope, @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.slope(optional)Records the slope of a bracket; e.g., in terms of MEI virtual units. Positive values indicate upward slope, negative values indicate slope downward, and a zero value indicates the bracket is horizontal. Value conforms to data.MEASUREMENTSIGNED.
@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.slope(optional)Records the slope of a bracket; e.g., in terms of MEI virtual units. Positive values indicate upward slope, negative values indicate slope downward, and a zero value indicates the bracket is horizontal. Value conforms to data.MEASUREMENTSIGNED.
@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.
@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.
@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.
@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.slope(optional)Records the slope of a bracket; e.g., in terms of MEI virtual units. Positive values indicate upward slope, negative values indicate slope downward, and a zero value indicates the bracket is horizontal. Value conforms to data.MEASUREMENTSIGNED.
@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.
<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.
Remarks

The value in @bracket.slope is independent of the slope of the beam (if any) encompassing the events of the tuplet.

Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" 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>
<ref name="data.STAFFREL.basic"/>
</datatype>
</attDef>
<attDef ident="bracket.slope" usage="opt">
<desc xml:lang="en">Records the slope of a bracket; e.g., in terms of MEI virtual units. Positive values indicate upward slope, negative values indicate slope downward, and a zero value indicates the bracket is horizontal.</desc>
<datatype> </datatype>
</attDef>
<attDef ident="bracket.visible" usage="opt">
<desc xml:lang="en">States whether a bracket should be rendered with a tuplet.</desc>
<datatype>
<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>
<remarks xml:lang="en">
<p>The value in <att>bracket.slope</att> is independent of the slope of the beam (if any) encompassing the events of the tuplet.</p>
</remarks>
</classSpec>