lilypond-user
[Top][All Lists]
Advanced

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

Re: landscape orientation not working.


From: Walter Hofmeister
Subject: Re: landscape orientation not working.
Date: Tue, 23 Jan 2007 22:08:03 -0600
User-agent: Microsoft-Entourage/11.1.0.040913

On 1/23/07 9:42 PM, "Ted Walther" <address@hidden> wrote:

> I put orientation = "landscape" in my \paper { } section, but lilypond
> is ignoring it when it makes the Postscript and PDF files.  What am I
> doing wrong?
> 
> Here is the minimal example as requested:
> 
> %%% start of example
> \version "2.10.11"
> 
> \paper { orientation = "landscape" }
> 
> soprano = \relative g' {
> r2 cis | fis4. e8 cis4 cis | fis,4. gis8 a4 a | e'4. fis8 dis4
> cis | cis1 | r2 cis | a4. gis8 fis4 a | cis2 cis4 cis | b4. a8
> gis4 a8[ b] | cis2. fis8[ e] | fis4. e8 cis4 cis | fis,4. gis8
> a4 a | e'4. fis8 dis4 cis | cis1 \bar "|."
> }
> 
> \score {
>    \new Staff << \key fis \minor \soprano >>
>    \layout { }
> }
> %%% end of example
> 
> Ted
Hi Ted,
    I just checked the docs and it suggests that you set this in statement
that selects the paper size:

#(set-default-paper-size "letter" 'landscape)

I checked this and it worked here in 2.11.8

Walter Hofmeister






reply via email to

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