<lb>

<lb> (salto de línea) marca el comienzo de una nueva línea (topográfica) en alguna edición o versión del texto. 3.10.3 Milestone Elements 7.2.4 Speech Contents
Módulocore — 3 Elements Available in All TEI Documents
Atributos att.typed (@type, @subtype) att.sourced (@ed)
Usado por
Puede contenerElemento vacío
Declaración

<rng:element name="lb">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.sourced.attributes"/>
<rng:empty/>
</rng:element>
element lb
{
   att.global.attributes,
   att.typed.attributes,
   att.sourced.attributes,
   empty
}
Ejemplo

Indicating typographical line breaks within metrical lines, where they occur at different places in different editions:

<l>Of Mans First Disobedience,<lb ed="1674"/> and<lb ed="1667"/> the Fruit</l>
<l>Of that Forbidden Tree, whose<lb ed="1667 1674"/> mortal tast</l>
<l>Brought Death into the World,<lb ed="1667"/> and all<lb ed="1674"/> our woe,</l>
Ejemplo

Indicating line structure of title page, display text, etc.:

<docTitle>
 <titlePart type="main">
  <lb/>THE <lb/>Pilgrim's Progress <lb/>FROM <lb/>THIS WORLD, <lb/>TO <lb/>That
   which is to come: </titlePart>
<!-- etc. -->
</docTitle>