att.verse.log

Logical domain attributes. The n attribute should be used for verse numbers. Numbers need not be consecutive; they may also be expressed as ranges, e.g. 2-3,6.
Module MEI.lyrics
Members
verse (direct member of att.verse.log)
Attributes
@refrain(optional)Used to indicate a common, usually centered, refrain. Value conforms to data.BOOLEAN. att.verse.log
@rhythm(optional)Used to specify a rhythm for the lyric syllables that differs from that of the notes on the staff, e.g. '4,4,4,4' when the rhythm of the notes is '4.,8,4.,8'. Value of datatype string. att.verse.log
Declaration
<attDef ident="refrain" usage="opt">
<desc>Used to indicate a common, usually centered, refrain.
<!-- (Mup User's Guide, p. 44) -->
</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="rhythm" usage="opt">
<desc>Used to specify a rhythm for the lyric syllables that differs from that of the notes on the staff, e.g. '4,4,4,4' when the rhythm of the notes is '4.,8,4.,8'.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="string"/>
</datatype>
</attDef>