bug-lilypond
[Top][All Lists]
Advanced

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

Re: Landscape papers broken in 2.9.11


From: Trevor Bača
Subject: Re: Landscape papers broken in 2.9.11
Date: Sun, 16 Jul 2006 09:36:03 -0500

On 7/16/06, Han-Wen Nienhuys <address@hidden> wrote:
I suspect the recent patch by Guido Amoruso for setting papersizes. Is
the PS output also faulty?
IIRC, it only affected the PDF generation.

OK, yes this is right; the postscript is fine, the conversion to pdf
is the problem.

So some fiddling produces the following workaround:

1. make sure ps2pdf is in the PATH
2. set GS_LIB before calling ps2pdf
3. call ps2pdf on the source postscript file with PAPERSIZE set manually

The OS X step-by-step is then

 export PATH="/Applications/LilyPond.app/Contents/Resources/bin":$PATH
 export 
GS_LIB="/Applications/LilyPond.app/Contents/Resources/share/ghostscript/8.50/lib/"
 ps2pdf -sPAPERSIZE=11x17 foo.ps

Adjust /whatever/LilyPond.app accordingly for other OSes.



2006/7/15, Trevor Bača <address@hidden>:
> Hi,
>
> The 'landscape symbol supplied to set-default-paper-size appears to no
> longer work under 2.9.11. (Worked fine under 2.9.10.)
>
>
> %%% BEGIN BUG SNIPPET %%%
>
> \version "2.9.11"
>
> #(set-default-paper-size "a4" 'landscape)
>
> \new Staff {
>    c'4
> }
>
> %%% END SNIPPET %%%
>
>
> This one's fairly critical for me; is there a way to work around this?
> Possibly by setting something special for ghostscript? Or wasn't there
> work done on the papesize files recently ... possibly I can edit one
> of the .scm files for paper sizing and restore the landscape
> orientation?
>



--
Han-Wen Nienhuys
address@hidden
http://www.xs4all.nl/~hanwen



--
Trevor Bača
address@hidden
like the dew or like lightning

reply via email to

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