Re: Can't package 2.8.1 for frugalware in a usable way

2006-05-06 Thread CSÉCSYLászló
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

Re: Staff doesn't extend to cover lyrics at line breaks

2006-05-06 Thread Colin Wilding
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

Reading the ly files from another program

2006-05-06 Thread Ed Ardzinski
(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