[EMAIL PROTECTED] writes:
> On 2004-09-13 at 14:25 -0300, Pedro Kroger wrote:
> 
> > In that case linewidth only affects the music, not the titles. You
> > should put linewidth inside \bookpaper. I also advise you tho put
> > bookpaper before any paper command.
> 
> Thanks! Your corrected example below works ok for portrait paper.
> However, I run into problems again if I want to get landscape pages:
> With
> 
>   \bookpaper {
>     #(set-default-paper-size "a4" 'landscape)
>     leftmargin = 50 \mm
>     linewidth = 100 \mm 
>   }
> 
> , I still get a portrait page. By moving set-default-paper-size to a new
> \paper section:

I think it should be

#(set-default-paper-size "a4" 'landscape)
\bookpaper {
           linewidth = ..
}


-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to