Hi, in some situations I used to override the Y-extent of the Clef.
With 2.17.10 it doesn't work any more. \version "2.16.1" %\version "2.17.10" #(ly:set-option 'debug-skylines #t) verticalSpace = { % None of the following commands work with 2.17.10 \override Staff.Clef #'Y-extent = #'(-20 . 20) \override Staff.Clef #'minimum-Y-extent = #'(-20 . 20) \override Staff.Clef #'extra-spacing-height = #'(-20 . 20) } mus = { \verticalSpace \clef alto R1 } << \new Staff \mus \new Staff \mus >> It still works for StaffSymbol, TimeSignature and MultimeasureRest. (So far I tested) I think it would be quite easy to write a scheme-procedure which adds some space to the clef, but I wonder why it doesn't work any more. Is there any other command which does it now? Cheers, Harm _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user