Comment #8 on issue 2462 by [email protected]: unnecessarily wide
spacing caused by Lyrics
http://code.google.com/p/lilypond/issues/detail?id=2462
Keith:
i posted two source files together with pdf output on nabble (since we're
running out of diskspace on tracker) and linked to them in comment #4.
Sorry for not making this more clear.
Also, here is the code of the la la straight straight example - it's really
straightforward:
\score {
\relative f' { \repeat unfold 8 a4 }
\addlyrics { \repeat unfold 4 la \repeat unfold 4 straight }
\layout {
ragged-right = ##f
}
}