buzcarter / UkeGeeks

UkeGeeks Scriptasaurus creates fingering diagrams by reading plain text or ChordPro ukulele songs. Examples and documentation at UkeGeeks.com
http://ukegeeks.com
103 stars 48 forks source link

allow rerendering song by calling run with the markup #13

Open hutzelknecht opened 8 years ago

hutzelknecht commented 8 years ago

This change will allow rerendering the song by calling

var markup = "{comment: Verse1}...";
ukeGeeks.scriptasaurus.run(markup);

I did this to allow a very light version of an editor with angular.js