JSPDF

Find traditional instrumental music
Revision as of 13:45, 19 May 2017 by WikiSysop (talk | contribs)

<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <script type="text/javascript">

window.onload = function() { abc_editor = new window.ABCJS.Editor("abc", {

                                              paper_id: "paper0",

midi_id: "midi", warnings_id: "warnings",

                                              onchange: editorChanged, 
                                              indicate_change: true 

}); } </script>

</head> <body> <p>Type or paste an abc tune in the area below and see it rendered as you type. Also notice that you can click on the drawn notes and see the place in the text where that note is defined.</p> <textarea name="ABCSandbox" id="abc" cols="80" rows="15"> X:0 T: No Score C: The Traditional Tune Archive M: K: x </textarea>

<div class="output"> <div id="warnings"></div> <div class="clear_both"><br /></div> <div id="paper0" class="paper"></div> <div id="paper1" class="paper"></div> <div id="paper2" class="paper"></div> <div id="paper3" class="paper"></div> </div>


<p>Based on abcjs. For more information, see <a href="http://abcjs.net" >the project page</a>. </p>

<p>Author: <a href=" mailto:paul@paulrosen.net ">Paul Rosen</a></p> </body> </html>