Skip to content

Commit

Permalink
link GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
cat2151 committed Dec 11, 2023
1 parent 244b8e9 commit c0facde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ https://cat2151.github.io/easyabcjs6/
- 五線譜が表示されたことを確認します。
- 音が出たことを確認します。
- より複雑な ABC music notationを書きます。
- サンプル
- [実用abc譜](https://www.asahi-net.or.jp/~mf4n-nmr/abc_notation.html)
- ページ内を「program」で検索すると、
- MIDI Program Changeを使った作例があります
- サンプル
- [実用abc譜](https://www.asahi-net.or.jp/~mf4n-nmr/abc_notation.html)
- ページ内を「program」で検索すると、
- MIDI Program Changeを使った作例があります

# easyabcjs6 を index.html に組み込む手順
see `index.html`.
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<button id="play-button">play</button>
<div id="music-score"></div>
<textarea id="abc-notation">[C8EGB]</textarea>
<textarea id="abc-notation">[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">
Expand All @@ -17,5 +17,6 @@
// }
// easyabcjs6.init();
</script>
<a href="https://github.com/cat2151/easyabcjs6">GitHub</a>
</body>
</html>

0 comments on commit c0facde

Please sign in to comment.