> 
> Message: 4
> Date: Thu, 19 Mar 2015 20:06:23 +0000
> From: Craig Dabelstein <craig.dabelst...@gmail.com>
> Subject: musicxml2ly
> 
> Is there a command for converting a whole folder of xml files to lilypond,
> rather than doing them one by one?

In any OS with a bash-like shell:

for f in *.xml
do
  musicxml2ly [option...] $f
done

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

Reply via email to