lilypond-user
[Top][All Lists]
Advanced

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

Re: landscape orientation not working.


From: Ted Walther
Subject: Re: landscape orientation not working.
Date: Tue, 23 Jan 2007 22:48:28 -0800
User-agent: mutt-ng/devel-r804 (Debian)

Thank you, that worked very nicely.  Results here:

http://hymns.reactor-core.org/SacredHarp/Pilgrim.pdf

Ted

On Tue, Jan 23, 2007 at 10:08:03PM -0600, Walter Hofmeister wrote:
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




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
         There's a party in your skull.  And you're invited!

Eukleia: Ted Walther
Address: 2459 E 41 Ave, Vancouver, BC  V5R2W2 (Canada)
Contact: 604-435-5787




reply via email to

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