lilypond-user
[Top][All Lists]
Advanced

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

Re: musicxml2ly in python


From: Jean Abou Samra
Subject: Re: musicxml2ly in python
Date: Fri, 25 Feb 2022 08:04:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Le 25/02/2022 à 00:27, Sebastian Adams a écrit :
Does anybody out there have a Python script for converting a folder of musicxml (.xml) files into .ly or know how to do this?



Welcome to the list.

This question sounds like you want to learn about what your shell
can do. Assuming UNIX (not Windows, that is):

find . -name "*.xml" -exec musicxml2ly {} \;


Best,
Jean




reply via email to

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