Skip to content

Commit 10aee3d

Browse files
committed
abc notation requirement update
Update foot.ejs abc notation requirement update the bass fingering will conflict with each other if there is more than one fingering annotation. example ```abc `X:1 T:Simple Scale M:4/4 L:1/4 K:C "_1" "_2" C D E F|G A B c|]` ``` Signed-off-by: Matt Li <[email protected]>
1 parent f00df50 commit 10aee3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/codimd/foot.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script src="https://cdnjs.cloudflare.com/ajax/libs/viz.js/2.1.2/viz.js" integrity="sha256-8RHyK+AFzq9iXwbFo2unqidwPbwHU5FFWe3RwkcVtuU=" crossorigin="anonymous" defer></script>
2121
<script src="https://cdnjs.cloudflare.com/ajax/libs/viz.js/2.1.2/full.render.js" integrity="sha256-Ogqs510LFnekr9o7OLdpelaaAmNss9egQRTyzCqV2NQ=" crossorigin="anonymous" defer></script>
2222
23-
<script src="https://cdnjs.cloudflare.com/ajax/libs/abcjs/3.1.1/abcjs_basic-min.js" integrity="sha256-Sq1r2XXWXQoShQKsS0Wrf5r7fRkErd9Fat9vHYeU68s=" crossorigin="anonymous" defer></script>
23+
<script src="https://cdnjs.cloudflare.com/ajax/libs/abcjs/6.2.3/abcjs_basic-min.js" integrity="sha256-Sq1r2XXWXQoShQKsS0Wrf5r7fRkErd9Fat9vHYeU68s=" crossorigin="anonymous" defer></script>
2424
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega/5.17.1/vega.min.js" integrity="sha512-VaNhWxxm7c02xaYMBd8FTS1V89mnFLopQ2/ClJkrSmh421NROVQNJMqeL5KnwpFW14POUzFIzEIETV/5SAbH/Q==" crossorigin="anonymous" defer></script>
2525
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega-lite/4.17.0/vega-lite.min.js" integrity="sha512-GUsnbKvdacPXIFZvHFFFnWEulYU74fanU2z9aie8g3/F/xcX9vxZuQFLwv9NjdV261fxj9SyAJ3Cf65jvYWMxw==" crossorigin="anonymous" defer></script>
2626
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega-embed/6.14.2/vega-embed.min.js" integrity="sha512-Nhf4uoYFL/Mu9UESXLF9Mo22qmhuWEhAQWHAZOHpNntSvtzjsg5dWn8PBQN6l573WPNWgL6F7VwzTY9Y+l+RPg==" crossorigin="anonymous" defer></script>

0 commit comments

Comments
 (0)