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
>>
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
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.
>
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
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