lilypond-devel
[Top][All Lists]
Advanced

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

Re: Lilypond command line syntax


From: Felix Janda
Subject: Re: Lilypond command line syntax
Date: Sun, 3 Mar 2013 18:02:15 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On 03/03/13 at 04:18pm, Phil Holmes wrote:
> We're in dir Test.
> Get a list of all lilypond files that are currently in Test/input
> Use that list of files to run lilypond, with all output PNGs going to 
> Test/Pix and including file Test/include.ly.  The .png files should use the 
> root filename of each .ly file processed.

How about the following?

cd Test/Pix
ls ../input > list
lilypond --png --relocate -djob-count 4 -dread-file-list list

(Assuming that no input file name contains newlines)

Felix



reply via email to

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