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

Reply via email to