Hello,

the lyrics alignment with explicit syllables is not good (v. 2.1.31).

Syllables are not centered as with lyricsto.


\score {
        <<      
        \new Staff {
                \notes \relative c' { c d8 e f4. g8 }
        }
        \lyricsto "" \new Lyrics \lyrics { one two three four eight }
        \new Lyrics \lyrics { one4 two8 three four4. eight8 }
        >>
}

When using stanza numbers they are not aligned:

\score {
        <<      
        \new Staff {
                \notes \relative c' { c d8 e f4. g8 }
        }
        \lyricsto "" \new Lyrics \lyrics { 
        \set stanza = "1."
        one two three four eight }
        \new Lyrics \lyrics { 
        \set stanza = "2."
        one4 two8 three four4. eight8 }
        >>
}

Regards,

Bert



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to