data.SLUR
i=initial, m=medial, t=terminal. Number is used to match endpoints of the slur when
slurs
are nested or overlap.
Used by
Attribute Classes These class-based attributes use data.SLUR
att.slurPresent /@slur Indicates 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>