Status: Accepted Owner: ---- Labels: Type-Critical Regression
New issue 2469 by [email protected]: stanza number fails to slide under time signature
http://code.google.com/p/lilypond/issues/detail?id=2469 % Stanza numbers, which are placed before first lyric syllable, % should not force the lyrics to the right. % instead, they should slide under time signature. % Here's a counter example (it worked properly in 2.14.2): \new Staff { \clef "treble_8" b % with 'a' 2.14.2 fails too } \addlyrics { \set stanza = "1." aaa } % it seems that the bug is related to clef ottavation. % interestingly, sometimes the stanza number is placed correctly: % deleting staff-size change introduces the bug #(set-global-staff-size 17) \new Staff { \clef "treble_8" e'2. % deleting these notes introduces the bug - % that's very strange, since they shouldn't affect lyrics at all b8. b16 } \addlyrics { \set stanza = "1." % changing this letter to a shorter (lower) one inroduces the bug Ż } Attachments: stanza number regression.png 8.6 KB good stanza.png 4.8 KB
