bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Infinity or NaN encountered when omitting NoteHead


From: Jean Abou Samra
Subject: Re: Infinity or NaN encountered when omitting NoteHead
Date: Mon, 16 Mar 2020 17:43:02 +0100 (CET)

   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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]