So I did essentially this (after a cvs update):
cd Documentation
make web
rm user/out-www/lily-* # make clean didn't work well enough
make web 2>&1 | tee makeweb.out
patch ../scripts/lilypond-book.py < refactor.patch
rm user/out-www/lily-*
make web 2>&1 | tee makeweb.out2
makewe
On Tue, 5 Apr 2005, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > No. Unfortunately, I just don't get excited about being on the bleeding
> > edge of every package like you guys do. I'm working off the binary rpm
> > version of lilypond. (Which means these patches are against the
> > p
[EMAIL PROTECTED] writes:
> No. Unfortunately, I just don't get excited about being on the bleeding
> edge of every package like you guys do. I'm working off the binary rpm
> version of lilypond. (Which means these patches are against the
> post-path-substituted version of lilypond-book.)
>
> I
[EMAIL PROTECTED] writes:
> No. Unfortunately, I just don't get excited about being on the bleeding
> edge of every package like you guys do. I'm working off the binary rpm
> version of lilypond. (Which means these patches are against the
> post-path-substituted version of lilypond-book.)
>
> I
On Mon, 4 Apr 2005, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > This patch looks large, but mainly it is just moving code around.
> >
> > It refactors the compose_ly procedure, making it into a method of
> > the Lilypond_snippet class. The option processing is broken off
> > the start
[EMAIL PROTECTED] writes:
> Thanks for including my bugfixes in the latest release.
>
> This patch looks large, but mainly it is just moving code around.
>
> It refactors the compose_ly procedure, making it into a method of
> the Lilypond_snippet class. The option processing is broken off
> the
Thanks for including my bugfixes in the latest release.
This patch looks large, but mainly it is just moving code around.
It refactors the compose_ly procedure, making it into a method of
the Lilypond_snippet class. The option processing is broken off
the start of compose_ly and put into a do_op