data.GLISSANDO

Analytical glissando attribute values.
Module
Used by
These class-based attributes use data.GLISSANDO
att.glissPresent/@glissIndicates that this element participates in a glissando. If visual information about the glissando needs to be recorded, then a gliss element should be employed instead.
Allowed Values
iFirst note/chord in glissando.
mNote/chord that’s neither first nor last in glissando.
tLast note in glissando.
Declaration
<macroSpec ident="data.GLISSANDO" module="MEI" type="dt">
<desc xml:lang="en">Analytical glissando attribute values.</desc>
<content>
<valList type="closed">
<valItem ident="i">
<desc xml:lang="en">First note/chord in glissando.</desc>
</valItem>
<valItem ident="m">
<desc xml:lang="en">Note/chord that’s neither first nor last in glissando.</desc>
</valItem>
<valItem ident="t">
<desc xml:lang="en">Last note in glissando.</desc>
</valItem>
</valList>
</content>
</macroSpec>