ABC Notation integration into GitBook to display music in written in ABC format
npm install gitbook-plugin-abc2svg
Abc2Svg.js integration with GitBook
==============
This plugin uses Abc2Svg.js to display ABC notation. This is not an official plugin.
Add it to your book.json configuration:
```
{
"plugins": ["abc2svg"]
}
Install your plugins using:
``
$ gitbook install ./
You can now add ABC notation to your book using the {% abc %} block:
`
{% abc %} X:1 % ABC notation here... {% endabc %}
``