music-notation-converter
v1.0.3
Published
A javascript library that enables converting a music notation into different format with the support of many other libraries
Readme
music-notation
A javascript library that enables converting a music notation into different format with the support of many other libraries
Demo
https://dinukadesilva.github.io/music-notation/demo/index.html
How to Use
Include the following in the html
<script src="../dist/music-notation.dependencies.js"></script>
<script src="../dist/music-notation.js"></script>And then
new window.MusicNotation.MusicXml(xml).toSvg()
new window.MusicNotation.MusicXml(xml).toAbc()
