Han-Wen Nienhuys lilypond.org> writes:
> I suspect you have remnants of the old build. Clean out the lilypond
> build and retry.
Hm, looks like this solved the problem - the weird thing is that our pkgs are
built in chroot with ccache, but the ccache dir was empty...
Thanks for pointing it out
You can fix this problem by adding this context setting:
\layout { \context { \Score \override PaperColumn #'keep-inside-line = ##t }
}
That seems to work in both your examples. There is a more subtle problem,
though, with lyric extender lines, which stick out beyond the break (and
even into t
(v2.6.5 on Windows XP Home)
I am trying to create an editor for the ly files. Lilypad lacks a few features
I can easily design using MFC (Visual C++).
I'm running into a problem reading the file into my program. Seems that there
is an extra space character inserted in to the last lines. I do