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

--
         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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to