Le 29/03/2022 à 19:41, K. Blum a écrit :
Dear LilyPond community,

up to Ly 2.23.4, the use of
    \include "lilypond-book-preamble.ly"
removed any whitespace around the score.

As of Ly 2.23.5, the music is moved to the upper left corner, but the
paper size remains unchanged.

Is this a new (intended) behavior? Or have I just been missing something
important?
What do I need to do to get an entirely cropped image again? Thanks for
any hint.


This is

https://gitlab.com/lilypond/lilypond/-/issues/6235

You can get cropping with -dcrop in the command line or #(ly:set-option 'crop) in your .ly file, but it is different in that it generates a separate .cropped.xxx file in addition to a non-cropped main .xxx file (with xxx = pdf most of the time).

Jean


Reply via email to