Phil Holmes <mail <at> philholmes.net> writes:
> 
> I think what I'm seeing is actually a different bug.  I've just spent the 
> last hour trying to reproduce it with a smaller example and failing.  It's 
> quite odd.  If I reduce the music I'm setting in almost any way, the 
> collision disappears and LilyPond sets the lyrics much more "sensibly". 

Working around is sensible, but if you are curious to isolate the bug, 
I suspect it requires
1) lyrics far enough from staves that they can slide past the clefs 
2) tight line spacing

\paper {line-width = 9\cm } %% artificially tighten the horizontal space
\score { <<
  \new Staff \new Voice = "duke" {
    \override Score.PaperColumn #'keep-inside-line = ##t
    \override Score.NonMusicalPaperColumn #'keep-inside-line = ##t
    \clef tenor  %%% use a clef that doesn't stick out
    a2. b8 c' |
  }
  \new Lyrics \lyricsto "duke" \lyricmode {
    fords_a_man_of_noble_range_congeni- al em- ploy- ment; Of
  }
  \new Staff {\clef bass <g, g>1 }
%{%}>> 

I think its a not-so-bad bug, and that \whiteout might be a better solution 
than resolving the collision.


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to