att.curveRend

Attributes that record the visual rendition of curves.
Module
Attributes
lform, lwidth
lform(optional)Describes the line style of a curve. Value conforms to data.LINEFORM.
lwidth(optional)Width of a curved line. Value conforms to data.LINEWIDTH.
lform(optional)Describes the line style of a curve. Value conforms to data.LINEFORM.
lwidth(optional)Width of a curved line. Value conforms to data.LINEWIDTH.
Component declarations that are shared between two or more modules.
lform(optional)Describes the line style of a curve. Value conforms to data.LINEFORM.
lwidth(optional)Width of a curved line. Value conforms to data.LINEWIDTH.
Available at
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
bendA variation in pitch (often micro-tonal) upwards or downwards during the course of a note.
curveA curved line that cannot be represented by a more specific element, such as a slur.
lvA "tie-like" indication that a note should ring beyond its written duration.
slurIndication of 1) a "unified melodic idea" or 2) performance technique.
tieAn indication that two notes of the same pitch form a single note with their combined rhythmic values.
Common Music Notation (CMN) repertoire component declarations.
bendA variation in pitch (often micro-tonal) upwards or downwards during the course of a note.
lvA "tie-like" indication that a note should ring beyond its written duration.
slurIndication of 1) a "unified melodic idea" or 2) performance technique.
tieAn indication that two notes of the same pitch form a single note with their combined rhythmic values.
Component declarations that are shared between two or more modules.
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
User-defined symbols component declarations.
curveA curved line that cannot be represented by a more specific element, such as a slur.
Declaration
<classSpec ident="att.curveRend" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record the visual rendition of curves.</desc>
<attList>
<attDef ident="lform" usage="opt">
<desc xml:lang="en">Describes the line style of a curve.</desc>
<datatype>
<rng:ref name="data.LINEFORM"/>
</datatype>
</attDef>
<attDef ident="lwidth" usage="opt">
<desc xml:lang="en">Width of a curved line.</desc>
<datatype>
<rng:ref name="data.LINEWIDTH"/>
</datatype>
</attDef>
</attList>
</classSpec>