"Simon Albrecht" <simon.albre...@mail.de> wrote in message news:56536880.1060...@mail.de...
\version "2.19.31"
{
  a'8
  \once\override Staff.Clef.X-extent = #'(0 . .8)
  \clef bass a, b, c

  \clef treble a'8
  \once\override Staff.Clef.X-extent = #'(0 . 0)
  \clef bass a, b, c
}
%%%%%%%%%%

Yours, Simon


I presume that this is because you've set it's width to zero and there is therefore nothing for the beam to avoid. Set its extent to a small positive value (e.g. 0.001) and the beam is back where it was.

--
Phil Holmes



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to