Do not confuse this element with the line element, which is used for graphical lines that occur in music notation. This element is modelled on elements in the Text Encoding Initiative (TEI) standard.
<elementSpec ident="l" module="MEI.text">
<desc>(line of text) – Contains a single line of text within a line group.</desc>
<classes>
<memberOf
key="att.common"/>
<memberOf
key="att.facsimile"/>
<memberOf
key="att.lang"/>
<memberOf
key="model.lLike"/>
</classes>
<content>
<rng:choice>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref
name="model.editLike"
/>
<rng:ref
name="model.sylLike"
/>
<rng:ref
name="model.textPhraseLike"
/>
<rng:ref
name="model.transcriptionLike"
/>
</rng:choice>
</rng:zeroOrMore>
</rng:choice>
</content>
<attList org="group">
<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>
</attList>
<remarks>
<p part="N">Do not confuse this element with the
<gi scheme="MEI">line</gi> element, which is used for
graphical lines that occur in music notation.</p>
</remarks>
<remarks>
<p part="N">This element is modelled on elements in the Text Encoding Initiative (TEI) standard.</p>
</remarks>
</elementSpec>