-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 765 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>easyabcjs6 example</title>
</head>
<body>
<button id="play-button">play</button>
<div id="music-score"></div>
<textarea id="abc-notation" autofocus>[C8EGB]</textarea><br>
<script defer src="https://cdn.jsdelivr.net/npm/abcjs@6/dist/abcjs-basic-min.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/gh/cat2151/easyabcjs6/easyabcjs6.js"></script>
<script defer type="module">
// easyabcjs6.play = myPlay;
// function myPlay() {
// easyabcjs6.playSub("CDE", ABCJS, easyabcjs6.musicScoreId);
// }
// easyabcjs6.init();
</script>
<a href="https://github.com/cat2151/easyabcjs6/">GitHub</a>
</body>
</html>