Skip to content
/ mxl2xlsx Public

MusicXML to cipher notation (partitur not angka)

License

Notifications You must be signed in to change notification settings

tbumi/mxl2xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mxl2xlsx

Converts MusicXML formatted files to Microsoft Excel formatted cipher notation (partitur not angka).

Installation and Usage

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.