<lg>
<lg> (line group) contains a group of verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. 3.12.1 Core Tags for Verse 3.12 Passages of Verse or Drama 7.2.4 Speech Contents | |
Module | core — 3 Elements Available in All TEI Documents |
Attributes | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) att.divLike (@org, @sample, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype) att.declaring (@decls) |
Used by | |
Contained by | header: handNote scriptNote typeNote msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance source support surrogates tagdocs: specGrp |
May contain | |
Declaration |
element lg { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.divLike.attributes, att.metrical.attributes, att.typed.attributes, att.declaring.attributes, ( ( model.divTop | model.global )*, ( model.lLike | lg ), ( model.lLike | lg | model.global )*, ( ( model.divBottom ), model.global* )* ) } |
Example |
<lg type="free">
<l>Let me be my own fool</l> <l>of my own making, the sum of it</l> </lg> <lg type="free"> <l>is equivocal.</l> <l>One says of the drunken farmer:</l> </lg> <lg type="free"> <l>leave him lay off it. And this is</l> <l>the explanation.</l> </lg> |
Note |
contains verse lines or nested line groups only, possibly prefixed by a
heading.
|