Re: lilypond-book refactor patch

2005-04-06 Thread John Williams
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

Re: lilypond-book refactor patch

2005-04-05 Thread John Williams
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

Re: lilypond-book refactor patch

2005-04-04 Thread Han-Wen Nienhuys
[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

Re: lilypond-book refactor patch

2005-04-04 Thread Han-Wen Nienhuys
[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

Re: lilypond-book refactor patch

2005-04-04 Thread John Williams
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

lilypond-book refactor patch

2005-04-04 Thread Han-Wen Nienhuys
[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

lilypond-book refactor patch

2005-04-04 Thread John Williams
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