data.SLUR

i=initial, m=medial, t=terminal. Number is used to match endpoints of the slur when slurs are nested or overlap.
Module
Used by
These class-based attributes use data.SLUR
att.slurPresent/@slurIndicates that this element participates in a slur. If visual information about the slur needs to be recorded, then a slur element should be employed.
Declaration
<macroSpec ident="data.SLUR" module="MEI" type="dt">
<desc xml:lang="en">i=initial, m=medial, t=terminal. Number is used to match endpoints of the slur when slurs are nested or overlap.</desc>
<content>
<rng:data type="token">
<rng:param name="pattern">[i|m|t][1-6]</rng:param>
</rng:data>
</content>
<exemplum>
<egXML xml:space="preserve" valid="feasible">
<note slur="i1 i2"/>
<note slur="t1"/>
<note slur="t2"/>
</egXML>
</exemplum>
</macroSpec>