data.LINEFORM

Visual form of a line.
Module
Used by
These class-based attributes use data.LINEFORM
att.slurRend/@slur.lform
att.tieRend/@tie.lform
att.lineRend.base/@lformDescribes the style of a line.
att.line.vis/@formVisual form of the line.
Allowed Values
dashedDashed line.
dottedDotted line.
solidStraight, uninterrupted line.
wavyUndulating line.
Declaration
<macroSpec ident="data.LINEFORM" module="MEI" type="dt">
<desc xml:lang="en">Visual form of a line.</desc>
<content>
<valList type="closed">
<valItem ident="dashed">
<desc xml:lang="en">Dashed line.</desc>
</valItem>
<valItem ident="dotted">
<desc xml:lang="en">Dotted line.</desc>
</valItem>
<valItem ident="solid">
<desc xml:lang="en">Straight, uninterrupted line.</desc>
</valItem>
<valItem ident="wavy">
<desc xml:lang="en">Undulating line.</desc>
</valItem>
</valList>
</content>
</macroSpec>