Re: [PATCH] Re: Creating books with Scheme

2009-08-30 Thread Nicolas Sceaux
Le 30 août 09 à 03:20, Carl Sorensen a écrit : On 8/29/09 7:01 PM, "Reinhold Kainhofer" wrote: You mean something like this patch: http://codereview.appspot.com/112044 LGTM. Just a question. In your regression test, you first define (add-one- score #f), then you set! it to a

Re: [PATCH] Re: Creating books with Scheme

2009-08-29 Thread Carl Sorensen
On 8/29/09 7:01 PM, "Reinhold Kainhofer" wrote: > > You mean something like this patch: >http://codereview.appspot.com/112044 LGTM. Just a question. In your regression test, you first define (add-one-score #f), then you set! it to a lambda function. Is that solely so that you can hav

[PATCH] Re: Creating books with Scheme

2009-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 29. August 2009 18:09:48 schrieb Nicolas Sceaux: > After playing for a while with handlers, it seems that properly mixing > programmaticaly-generated scores and explicit scores requires some > tweaks in the parser. The hacks exposed earlier

Re: [PATCH] Re: Creating books with Scheme

2009-08-18 Thread Nicolas Sceaux
Le 18 août 09 à 19:41, Reinhold Kainhofer a écrit : Thanks a lot, that's really cool. I hope you dont mind if I add this to the LSR? Be my guest :-) BTW, toplevel scores are printed twice... [...] I found out that this seems to be a small but in ly/init.ly file, as the scores are added t

[PATCH] Re: Creating books with Scheme

2009-08-18 Thread Reinhold Kainhofer
Am Montag, 17. August 2009 12:05:23 schrieb Nicolas Sceaux: > Le 17 août 09 à 09:23, Nicolas Sceaux a écrit : > > Le 17 août 09 à 02:41, Reinhold Kainhofer a écrit : > >> Hmm, to me it seems that you are effectively calling the parser to > >> interpret > >> \include "file.ly". That is a nice way ar