On Wed, 21 Sep 2016, tapani wrote:
> I need to process several dozen lytex files at once for a single project (on
> Ubuntu). Is there a way of processing every lytex file in a given location
> with a single command, rather than having to compile each one separately?

for fn in *.lytex ; do lilypond-book $fn ; done

-- 
Matthew Skala
msk...@ansuz.sooke.bc.ca                 People before principles.
http://ansuz.sooke.bc.ca/

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to