lilypond-devel
[Top][All Lists]
Advanced

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

Re: Landscape mode broken in 2.7.38


From: Johannes Schindelin
Subject: Re: Landscape mode broken in 2.7.38
Date: Tue, 14 Mar 2006 16:14:26 +0100 (CET)

Hi,

On Tue, 14 Mar 2006, Laura Conrad wrote:

> When I include the line:
> 
> #(set-default-paper-size "letter" 'landscape)
> 
> I expect the postscript file to come out with the long side of the
> rectangle horizontal.
> 
> In 2.7.36, this worked.  In 2.7.38, when I look at the page in gv, I
> see a page with the title starting about half way down the paper, and
> the right half of the music clipped off.  This is on Debian Sid.

The problem is the line

%%DocumentMedia: letter 792.00 612.00 80 () ()

it should be 

%%DocumentMedia: letter 612.00 792.00 80 () ()

A quick workaround for you could be to edit framework-ps.scm and exchange 
the corresponding arguments. (This is just a hack...)

Ciao,
Dscho





reply via email to

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