On 7/16/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>:
> 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
[EMAIL PROTECTED]
http://www.xs4all.nl/~hanwen



--
Trevor Bača
[EMAIL PROTECTED]
like the dew or like lightning
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to