From: James Lowe Date: Wed, 20 Jul 2011 22:03:48 +0000 (+0100) Subject: Doc: Usage added command for transparent pngs X-Git-Tag: release/2.15.6-1~3^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eed7b5f33c8e40860924c414b0feae8e0393f39d;p=lilypond.git 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. --- 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