It seems to be a bug. Worked as expected in 2.18.2, doesn’t work in 2.19.81 and current master.

-------- Weitergeleitete Nachricht --------
Betreff: stanza alignment
Datum: Sat, 11 Nov 2017 12:08:53 +0100
Von: Malte Meyn <lilyp...@maltemeyn.de>
An: lilypond-user <lilypond-u...@gnu.org>

Hi list,

when I have multiple verses the stanza numbers are aligned. This works also I put some verses above the a staff and some below. But it doesn’t work anymore if I then add another staff. Any ideas how to solve this problem? Is this a bug?

Cheers,
Malte

%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.19.80"

<<
   % uncommenting the following line will break (?) the stanza alignment
   %\new Staff { b b b b }
   \lyrics {
     \set stanza = "3." a a a a
   }
   \new Staff { b b b b }
   \lyrics {
     \set stanza = "1." aaaaaaaaaaaaaaaaaaaaaaaaaa a a a
   }
   \lyrics {
     \set stanza = "2." a a a a
   }
 >>

_______________________________________________
lilypond-user mailing list
lilypond-u...@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to