gitbook-plugin-lilypond

Lilypond plugin for GitBook

Usage no npm install needed!

<script type="module">
  import gitbookPluginLilypond from 'https://cdn.skypack.dev/gitbook-plugin-lilypond';
</script>

README

gitbook-plugin-lilypond

Requirements

  • lilypond cli

Example

\`\`\`lilypond
  \new Staff <<
    {c''2}
    \\
    {e'2}
    \\
    {c'8}
    \\
    {d'8}
    \\
    {<e'>8}
    \\
    {b''8}
    \\
    {g'8}
    \\
    {f'8}
    \\
    {a'''8}
  >>
\`\`\`