att.tremForm

Attributes describing the form of a tremolo.
Module
Attributes
form
form(optional)Describes the style of the tremolo. Allowed values are: "meas" (Measured tremolo.), "unmeas" (Unmeasured tremolo.)
form(optional)Describes the style of the tremolo. Allowed values are: "meas" (Measured tremolo.), "unmeas" (Unmeasured tremolo.)
Common Music Notation (CMN) repertoire component declarations.
form(optional)Describes the style of the tremolo. Allowed values are: "meas" (Measured tremolo.), "unmeas" (Unmeasured tremolo.)
Available at
bTremA rapid alternation on a single pitch or chord.
fTremA rapid alternation between a pair of notes (or chords or perhaps between a note and a chord) that are (usually) farther apart than a major second.
Common Music Notation (CMN) repertoire component declarations.
bTremA rapid alternation on a single pitch or chord.
fTremA rapid alternation between a pair of notes (or chords or perhaps between a note and a chord) that are (usually) farther apart than a major second.
Declaration
<classSpec ident="att.tremForm" module="MEI.cmn" type="atts">
<desc>Attributes describing the form of a tremolo.</desc>
<attList>
<attDef ident="form" usage="opt">
<desc xml:lang="en">Describes the style of the tremolo.</desc>
<valList type="closed">
<valItem ident="meas">
<desc xml:lang="en">Measured tremolo.</desc>
</valItem>
<valItem ident="unmeas">
<desc xml:lang="en">Unmeasured tremolo.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>