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