DigitalLatin / guidelines

A repository for the LDLT Guidelines
GNU Affero General Public License v3.0
0 stars 3 forks source link

rendering for verse lines with non-conforming physical line breaks is suboptimal #14

Open paregorios opened 7 years ago

paregorios commented 7 years ago

Consider markup like:

<lb/><l>My chicken has a first name,</l>
<lb/><l>It's <lb/> R E B E L .</l>
<lb/><l>My chicken has a second name.</l>
<lb/><l>It's <lb/> R E B E L .</l>

one sees:

My chicken has a first name,

It's
R E B E L .

My chicken has a second name.

It's 
R E B E L .

No distinction seems to be made between verse lines and physical lines when both are specified in a single file.