lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

thanks to whomever put this in the LSR...


From: chip
Subject: thanks to whomever put this in the LSR...
Date: Tue, 02 Jun 2009 16:46:22 -0700
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

I was just browsing around in the LSR and found this very useful bit that is just fantastic, I hadn't come across it in any docs - LM, NR, or IR (I did a browser Edit/Find for output-suffix on all of those) -

#(define output-suffix "you-put-something-here")


It's for use in a multi-bookpart .ly file that generates multiple .pdf files. Typically the file names are appended with -1, -2, -3, etc which isn't very helpful. That little bit of code lets you append any bit of text to the file name, so instead of

filename-1.pdf

you get

filename-you-put-something-here-1.pdf

Here's where it's located to save someone the time to dig it up - http://lsr.dsi.unimi.it/LSR/Item?id=389

I don't know who added this to the LSR, but Thankyou very much, you just saved me much extra work as I have had to manually edit many, many file names to include the instrument name for that particular part.

Regards,
Chip




reply via email to

[Prev in Thread] Current Thread [Next in Thread]