bug-lilypond
[Top][All Lists]
Advanced

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

papersize


From: Han-Wen Nienhuys
Subject: papersize
Date: Wed, 24 Mar 2004 13:25:33 +0100

address@hidden writes:
> http://www.lilypond.org/doc/v2.1/Documentation/user/out-www/lilypond/Page-layout.html#Page%20layout
> 
> says to set the page layout with
>             #(set-paper-size "letter")
> 
> This is just ignored by Lylipond 2.1.30
> 
> However, the old way (as described in the doc for 2.0)
> papersize = "letter" 
> works fine.

This is a bug in the documentation.  You should use #(set-paper-size
"letter") outside of \paper { }, i.e.


  \header { .. }
  #(set-paper-size "letter")
  \score {
     ..

  }

I have fixed this in cvs.


-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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