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 <
craig.dabelst...@gmail.com> 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 <classicalja...@gmail.com>
> wrote:
>
>> if you use linux you can do
>>
>>
>> for i in ... ;
>> do ....;
>> done
>>
>> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to