bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tweak on Clef’s X-extent influences on Beam’s vertical position


From: Phil Holmes
Subject: Re: Tweak on Clef’s X-extent influences on Beam’s vertical position
Date: Tue, 24 Nov 2015 13:21:05 -0000

"Simon Albrecht" <address@hidden> wrote in message news:address@hidden
\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





reply via email to

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