Re: delete-intermediate-files

2008-09-22 Thread James E. Bailey
On Tuesday, September 23, 2008, at 01:55AM, "Graham Percival" <[EMAIL PROTECTED]> wrote: >On Tue, 23 Sep 2008 01:51:09 +0200 >"James E. Bailey" <[EMAIL PROTECTED]> wrote: > >> On Sep 22, 2008, at 4:36 PM, Graham Percival wrote: >> > The AU *should* contain info about this, but it hasn't been >>

Re: delete-intermediate-files

2008-09-22 Thread Graham Percival
On Tue, 23 Sep 2008 01:51:09 +0200 "James E. Bailey" <[EMAIL PROTECTED]> wrote: > On Sep 22, 2008, at 4:36 PM, Graham Percival wrote: > > The AU *should* contain info about this, but it hasn't been > > rewritten yet and I don't know whether it contains this info. > > (and can't be bothered to chec

Re: delete-intermediate-files

2008-09-22 Thread James E. Bailey
On Sep 22, 2008, at 4:36 PM, Graham Percival wrote: > On Mon, 22 Sep 2008 16:28:07 -0700 (PDT) > Mark Polesky <[EMAIL PROTECTED]> wrote: > >> How do I set delete-intermediate-files? >> >> I saw it mentioned herebut I can't figure out how to make it work. > > Same way you set any other -d option. >

Re: delete-intermediate-files

2008-09-22 Thread Graham Percival
On Mon, 22 Sep 2008 16:28:07 -0700 (PDT) Mark Polesky <[EMAIL PROTECTED]> wrote: > How do I set delete-intermediate-files? > > I saw it mentioned herebut I can't figure out how to make it work. Same way you set any other -d option. lilypond -d delete-intermediate-files foo.ly The AU *should* co

Re: delete-intermediate-files

2008-09-22 Thread Neil Puttock
Hi Mark, 2008/9/23 Mark Polesky <[EMAIL PROTECTED]>: > How do I set delete-intermediate-files? > > I saw it mentioned herebut I can't figure out how to make it work. Command line: -ddelete-intermediate-files=#t .ly file: #(ly:set-option 'delete-intermediate-files #t) Regards, Neil