Sometimes you come across a problem that you need to solve.
Great thing about the open source community is that very often someone else has tried to solve that problem too.
In this case, need a quick way of rendering music notation for various reason.
Looks like Chris Lamb and the LilyPond team have given the building blocks for this:
[music]
<<
\chords {c2 f2 }
\relative
{ r4 c
\times 2/3 { f g g }
\times 2/3 { g4( a2) }
}
\addlyrics {I want to break free_ }
>>
[/music]
Also – I’ve found a list plugin (Thanks Navid)
This means that I can add a list to a page or sidebar but manage it in admin
[music]
<<
\relative
{ e8 d c d e e e4 d8 d d4 e8 e e2 }
>>
[/music]