Thomas Morley <thomasmorley65 <at> googlemail.com> writes: > > in some situations I used to override the Y-extent of the Clef. > > With 2.17.10 it doesn't work any more. >
I noticed this, too, and found the change that caused it. https://lists.gnu.org/archive/html/lilypond-user/2013-01/msg00559.html Now that I think more about it, I see a reasonable way to make it work again: verticalSpace = { \override Staff.Clef #'minimum-Y-extent = #'(-20 . 20) \override Staff.Clef #'vertical-skylines = #'() } This is good, because it minimum-X-extent is very useful for getting extra space just where you need it. _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
