Comment #4 on issue 1483 by [email protected]: Lyric alignment is wrong
in 2.13.46
http://code.google.com/p/lilypond/issues/detail?id=1483
This is a misuse of the current spacing system. In order to use the
current spacing system correctly, we need to have the staff-affinity of a
Lyrics context above a staff be set to DOWN.
\paper {
system-system-spacing #'basic-distance = #20
% between-system-space = 5 \cm
}
\score {
\new ChoirStaff <<
\new Lyrics = sopranos \with {
\override VerticalAxisGroup #'staff-affinity = #DOWN
} { s1 }
\new Staff = women <<
\new Voice = "sopranos" {
\voiceOne
fis4 fis fis fis | \break
fis4 fis fis fis
}
>>
\context Lyrics = sopranos \lyricsto sopranos { La la la la la la la la
}
>>
}
I don't believe it's a Critical regression in the current form. If there
is a Critical regression, it should be that "Lyrics above the top staff in
a system are spaced too closely for the first system".
See http://lists.gnu.org/archive/html/lilypond-user/2011-01/msg00416.html
for a discussion of the relevant spacing issues involved.
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond