1.0.3 • Published 5 years ago
gitbook-plugin-lilypond v1.0.3
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}
  >>
\`\`\`