lilypond-devel
[Top][All Lists]
Advanced

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

Re: DOCS: include a sample "Makefile"?


From: Werner LEMBERG
Subject: Re: DOCS: include a sample "Makefile"?
Date: Fri, 15 May 2009 18:41:31 +0200 (CEST)

> My bash-fu is minimal to non-existent, but couldn't you do something
> like
> 
>   for LILYFILE in Parts/*.ly ; do $(LILY_CMD) "$$LILYFILE" & ; done
>   wait
>   mv *.pdf $(OUTDIR)/
> 
> ?
> 
> I'm sure there's a command, and I think it is "wait", that says to
> wait and collect status from all the jobs you've just spawned, so
> the mv wouldn't run until all the LILY_CMD commands had completed.

It's time consuming to call lilypond again and again.  Far better to
call it once only, processing all files in one run.


    Werner




reply via email to

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