Browser based music score editor with basic MusicXML import/export. Uses Vexflow for music engraving into HTML5 svg element. Provides mouse interactivity for manipulation with musical score.
You can see live demo here.
Vexflow, jQuery and Bootstrap
You are welcome to contribute!
Fork, clone, make your feature branch, implement feature, make pull request :-)
Running project locally: Run following command in project directory:
$ python -m SimpleHTTPServer
Open localhost:8000 in your browser.
This project was initially created as a bachelor thesis.