att.curveRend

Attributes that record the visual rendition of curves.
Module
MEI.shared
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.
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.
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
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>Attributes that record the visual rendition of curves.</desc>
<attList org="group">
<attDef ident="lform" usage="opt">
<desc>Describes the line style of a curve.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINEFORM" />
</datatype>
</attDef>
<attDef ident="lwidth" usage="opt">
<desc>Width of a curved line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINEWIDTH" />
</datatype>
</attDef>
</attList>
</classSpec>