att.curvature

Attributes that describe curvature.
Module MEI.shared
Members
curve (direct member of att.curvature)
att.phrase.vis.cmn (no elements directly inheriting from this class)
Attributes
@bezier(optional)Records the placement of Bezier control points as a series of pairs of space-separated values; e.g., 19 45 -32 118. One or more values, each consisting of a sequence of decimal and decimal sub-values. att.curvature
@bulge(optional)Describes a curve as one or more pairs of values with respect to an imaginary line connecting the starting and ending points of the curve. The first value captures a distance to the left (positive value) or right (negative value) of the line, expressed in virtual units. The second value of each pair represents a point along the line, expressed as a percentage of the line's length. N.B. An MEI virtual unit (VU) is half the distance between adjacent staff lines. One or more of decimal. att.curvature
@curvedir(optional)Describes a curve with a generic term indicating the direction of curvature. Allowed values are: "above" (Upward curve.), "below" (Downward curve.), "mixed" (A "meandering" curve, both above and below the items it pertains to.)att.curvature
Declaration
<attDef ident="bezier" usage="opt">
<desc>Records the placement of Bezier control points as a series of pairs of space-separated values; e.g., 19 45 -32 118.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:list>
<rng:oneOrMore>
<rng:data type="decimal"/>
<rng:data type="decimal"/>
</rng:oneOrMore>
</rng:list>
</datatype>
</attDef>
<attDef ident="bulge" usage="opt">
<desc>Describes a curve as one or more pairs of values with respect to an imaginary line connecting the starting and ending points of the curve. The first value captures a distance to the left (positive value) or right (negative value) of the line, expressed in virtual units. The second value of each pair represents a point along the line, expressed as a percentage of the line's length. N.B. An MEI virtual unit (VU) is half the distance between adjacent staff lines.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:list>
<rng:oneOrMore>
<rng:data type="decimal"/>
<rng:ref name="data.PERCENT" />
</rng:oneOrMore>
</rng:list>
</datatype>
</attDef>
<attDef ident="curvedir" usage="opt">
<desc>Describes a curve with a generic term indicating the direction of curvature.</desc>
<valList type="closed">
<valItem ident="above">
<desc>Upward curve.</desc>
</valItem>
<valItem ident="below">
<desc>Downward curve.</desc>
</valItem>
<valItem ident="mixed">
<desc>A "meandering" curve, both above and below the items it pertains to.</desc>
</valItem>
</valList>
</attDef>