On 2020-01-11 5:59 pm, nagymusic wrote:
I'm still trying to figure out how to create a custom notehead (extendedblack rectangle)
Something like this might be a good place to start:
%%%%
\version "2.18.2"
{
\tweak Stem.transparent ##t
\tweak stencil #(lambda (grob)
(grob-interpret-markup grob #{
\markup \filled-box #'(0 . 4) #'(-0.5 . 0.5) #0.1 #}))
b'
}
%%%%
-- Aaron Hill
