moved project into new repo

This commit is contained in:
2026-06-22 16:50:45 +00:00
commit 59cf49c026
101 changed files with 3557 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<script id="abcjs" src="https://cdn.jsdelivr.net/npm/abcjs@6.5.0/dist/abcjs-plugin-min.js"></script>
<script>
ABCJS.plugin.render_options = {
add_classes: true,
hint_measures: true,
responsive: 'resize',
tablature: [{instrument: 'guitar'}]
};
ABCJS.plugin.hide_abc = true;
</script>