1.0.3 • Published 6 years ago

music-notation-converter v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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()