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.
- Host: GitHub
- URL: https://github.com/breqdev/remark-abcjs
- Owner: breqdev
- License: mit
- Created: 2022-01-04T04:30:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T18:12:26.000Z (over 3 years ago)
- Last Synced: 2024-05-02T04:32:38.863Z (almost 2 years ago)
- Topics: abcjs, remark
- Language: JavaScript
- Homepage:
- Size: 331 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |
```
````