Converts MusicXML formatted files to Microsoft Excel formatted cipher notation (partitur not angka).
Clone repo, and run 'python setup.py install'. Then run
mxl2xlsx MXL_PATH [OUTPUT_PATH]
where MXL_PATH is the path to the MusicXML file, and OUTPUT_PATH is the path to the desired output file. If not specified, defaults to partitur.xlsx
in the current directory.
This project is intended for Python 3.6 and above only.