[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lilypond book preamble not cropping page
From: |
K. Blum |
Subject: |
Re: lilypond book preamble not cropping page |
Date: |
Sat, 30 Dec 2023 18:09:04 +0100 |
User-agent: |
Mozilla Thunderbird |
Hi Gilberto,
try adding these options to your LY file:
#(ly:set-option 'tall-page-formats 'eps,png,pdf)
#(ly:set-option 'separate-page-formats 'eps,png,pdf)
Alternatively, you can add these options to your command line:
-dtall-page-formats=eps,png,pdf
-dseparate-page-formats=eps,png,pdf
Here is where I got my knowledge from:
https://gitlab.com/lilypond/lilypond/-/issues/6235
Hope this helps,
Klaus