bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1483 in lilypond: Lyric alignment is wrong in 2.13.46


From: lilypond
Subject: Re: Issue 1483 in lilypond: Lyric alignment is wrong in 2.13.46
Date: Thu, 20 Jan 2011 17:38:01 +0000


Comment #4 on issue 1483 by address@hidden: 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.




reply via email to

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