Hi,

   Eventually, I found a workaround for this:

   \version "2.21.0"
   {
      <<
        { a }
        \\
        {
        \override NoteHead.stencil =
          #(lambda (grob) (grob-interpret-markup grob
          #{
            \markup
            \transparent
            \filled-box #'(-0.01 . 0) #'(-1 . 0) #0
         #}))
      g
      }
     >>
   }
   Not very comfortable but works.
   Cheers,
   Jean Abou Samra
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to