An open API service indexing awesome lists of open source software.

https://github.com/breqdev/remark-abcjs

Remark plugin for rendering sheet music with ABCjs.
https://github.com/breqdev/remark-abcjs

abcjs remark

Last synced: about 1 year ago
JSON representation

Remark plugin for rendering sheet music with ABCjs.

Awesome Lists containing this project

README

          

# remark-abcjs

This is a [remark](https://github.com/remarkjs/remark) plugin for [abcjs](https://paulrosen.github.io/abcjs/). It allows you to embed [ABC music notation](https://abcnotation.com/) in your Markdown.

````md
This is an example Markdown file containing ABC notation:

```abc
X: 1
T: Nokia Tune
M: 3/4
L: 1/8
K: Amaj
| e'd' f2 g2 | c'b d2 e2 | ba c2 e2 | a6 |
```
````