bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1309 in lilypond: Consecutive interrupted lyrics from differen


From: lilypond
Subject: Re: Issue 1309 in lilypond: Consecutive interrupted lyrics from different staves are no longer aligned
Date: Wed, 10 Nov 2010 03:31:48 +0000


Comment #6 on issue 1309 by address@hidden: Consecutive interrupted lyrics from different staves are no longer aligned
http://code.google.com/p/lilypond/issues/detail?id=1309

Well I am not a famous name, but I expect LilyPond to cooperate if I politely ask her to let the baselines of the lyrics come together, and version 2.13.38 does not cooperate :
\layout {\context
  \override VerticalAxisGroup #'non-affinity-spacing #'minimum-distance = #0
}}

I can get the requested behavior, by putting at least as much padding on the 'affinity' side as there is on the 'non-affinity' side :
\layout { \context {
  \ChoirStaff \override StaffGrouper #'between-staff-spacing #'space = #16
  } \context {
  \Lyrics
\override VerticalAxisGroup #'non-affinity-spacing = #'((space . 8) (padding . 1.0)) \override VerticalAxisGroup #'inter-staff-spacing = #'((space . 8) (padding . 1.0))
}}
I inserted more space to create a situation where I think padding *should* have no effect. LilyPond seems confused in how she responds to changes in these two paddings.

(We started discussing how to get truly centered lyrics, with the LilyPond we have, at http://lists.gnu.org/archive/html/lilypond-user/2010-11/msg00064.html)

Attachments:
        workaround1309.png  16.0 KB




reply via email to

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