Re: Including input files via command line

2024-01-16 Thread Benjamin Bruce
Actually the second solution (passing a variable via Scheme) works great! Basically I have multiple template files to render a score in different ways (paper sizes, etc) and this way I can use the same base file to generate PDFs using the different templates without editing the base file every

Re: Including input files via command line

2024-01-16 Thread Aaron Hill via LilyPond user discussion
On 2024-01-16 10:12 am, Benjamin Bruce wrote: Is there a way to compile multiple input files into one output file via the command line? Currently I am using \include, but I would like to be able to choose the included file on the fly without editing the main file. If I recall correctly,

Including input files via command line

2024-01-16 Thread Benjamin Bruce
Is there a way to compile multiple input files into one output file via the command line? Currently I am using \include, but I would like to be able to choose the included file on the fly without editing the main file. Another thought I had was maybe there is a way to pass a value to the .ly