lilypond-user
[Top][All Lists]
Advanced

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

musicxml2ly


From: Cynthia Karl
Subject: musicxml2ly
Date: Thu, 19 Mar 2015 15:26:00 -0500

> 
> Message: 4
> Date: Thu, 19 Mar 2015 20:06:23 +0000
> From: Craig Dabelstein <address@hidden>
> 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



reply via email to

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