> 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


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to