Re: landscape orientation not working.

2007-01-23 Thread ted

On Tue, Jan 23, 2007 at 10:48:28PM -0800, Ted Walther wrote:

Thank you, that worked very nicely.  Results here:

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


And of course, you can hear the music by changing the pdf extension to
mp3:

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

And you'll find more in the same vein at

http://hymns.reactor-core.org/all/mp3/SacredHarp/

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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: landscape orientation not working.

2007-01-23 Thread Ted Walther

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" <[EMAIL PROTECTED]> 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
lilypond-user@gnu.org
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


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: landscape orientation not working.

2007-01-23 Thread Walter Hofmeister
On 1/23/07 9:42 PM, "Ted Walther" <[EMAIL PROTECTED]> 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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


landscape orientation not working.

2007-01-23 Thread Ted Walther

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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user