From eed7b5f33c8e40860924c414b0feae8e0393f39d Mon Sep 17 00:00:00 2001 From: James Lowe Date: Wed, 20 Jul 2011 23:03:48 +0100 Subject: [PATCH] Doc: Usage added command for transparent pngs Undocumented option to produce transparent png files using lilypond command. Even with @small example this line is too long (produces ugly black bars in PDF) but lilypond command cannot be used with '/' for new lines. So we have to list it on a single line. --- Documentation/usage/external.itely | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Documentation/usage/external.itely b/Documentation/usage/external.itely index 01e637bdc9..249e467a47 100644 --- a/Documentation/usage/external.itely +++ b/Documentation/usage/external.itely @@ -546,15 +546,24 @@ the following options @{ c1 @} @end example -To produce a useful @file{EPS} file, use +To produce useful image files: @example -lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly +EPS + +lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly + +PNG -@file{PNG}: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png myfile.ly + +A transparent PNG @end example +@smallexample +lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts -dpixmap-format=pngalpha --png myfile.ly +@end smallexample + @node Independent includes @section Independent @code{include}s -- 2.39.2