lilypond-user
[Top][All Lists]
Advanced

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

Re: musicxml2ly


From: Stephen MacNeil
Subject: Re: musicxml2ly
Date: Thu, 19 Mar 2015 19:45:27 -0400

for i in *.xml; do path/musicxml2ly  --nd --nrp --npl --no-beaming -m --language=english $i; done

path shouldn't be needed if musicxml2lyis in your path
 so this should be fine

for i in *.xml; do musicxml2ly  --nd --nrp --npl --no-beaming -m --language=english $i; done

Stephen


On Thu, Mar 19, 2015 at 6:56 PM, Craig Dabelstein <address@hidden> wrote:
Thanks for your responses everyone. I'm on a Mac.

Do I append "for f in *.xml" to the end of my command; e.g.

/Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly  --nd --nrp --npl --no-beaming -m --language=english for f in *.xml

Craig



On Fri, 20 Mar 2015 at 06:58 Stephen MacNeil <address@hidden> wrote:
if you use linux you can do


for i in ... ;
do ....;
done

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


reply via email to

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