att.tieRend

Attributes that describe the rendition of ties.
Module
MEI.cmn
Attributes
tie.lform, tie.lwidth
tie.lform(optional) Value conforms to data.LINEFORM.
tie.lwidth(optional) Value conforms to data.LINEWIDTH.
tie.lform(optional) Value conforms to data.LINEFORM.
tie.lwidth(optional) Value conforms to data.LINEWIDTH.
Common Music Notation (CMN) repertoire component declarations.
tie.lform(optional) Value conforms to data.LINEFORM.
tie.lwidth(optional) Value conforms to data.LINEWIDTH.
Available at
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.tieRend" module="MEI.cmn" type="atts">
<desc>Attributes that describe the rendition of ties.</desc>
<attList org="group">
<attDef ident="tie.lform" usage="opt">
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINEFORM" />
</datatype>
</attDef>
<attDef ident="tie.lwidth" usage="opt">
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINEWIDTH" />
</datatype>
</attDef>
</attList>
</classSpec>