bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lyrics alignment - lyricsto vs. explicit length


From: Bertalan Fodor
Subject: Lyrics alignment - lyricsto vs. explicit length
Date: Mon, 12 Apr 2004 00:47:34 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]