lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PNG output


From: K. Blum
Subject: Re: PNG output
Date: Thu, 2 Mar 2023 15:52:40 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

Hi John,

Am 02.03.2023 um 15:16 schrieb lilypond-user-request@gnu.org:
Is there any way to effect a "-fpng" using Scheme in an input file?

some time ago I asked for help for a similar problem.
This has been working for me:

% ---------------------------------------------
\version "2.24.1"
#(ly:set-option 'resolution 300)
#(ly:set-option 'tall-page-formats 'png)
{c'}
% ---------------------------------------------

But you will need Ly 2.23.5 or newer.
If you want to use lilypond-book-preamble.ly for cropped images, use
separate-page-formats instead of tall-page-formats.

Cheers,
Klaus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]