implemented single note practice
This commit is contained in:
parent
e690ef14c1
commit
62c9c1395f
5 changed files with 243 additions and 57 deletions
|
@ -7,6 +7,12 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div id="note-render"></div>
|
||||
<div class="checkboxes">
|
||||
<input type="checkbox" id="naturals" checked><label for="naturals">Natural</label>
|
||||
<input type="checkbox" id="sharps"><label for="sharps">Sharps</label>
|
||||
<input type="checkbox" id="flats"><label for="flats">Flats</label>
|
||||
<input type="checkbox" id="extended"><label for="extended">Extended</label>
|
||||
</div>
|
||||
<object id="piano" data="assets/img/piano-keyboard.svg" type="image/svg+xml" width="100%" type="image/svg+xml"></object>
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vexflow@4.0.3/build/cjs/vexflow.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue