lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2469 in lilypond: stanza number fails to slide und


From: lilypond
Subject: [Lilypond-auto] Issue 2469 in lilypond: stanza number fails to slide under time signature
Date: Sat, 07 Apr 2012 09:52:04 +0000

Status: Accepted
Owner: ----
Labels: Type-Critical Regression

New issue 2469 by address@hidden: 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


reply via email to

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