[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Landscape cancels linewidth (was: Titles don't follow leftmargin and lin
From: |
Han-Wen Nienhuys |
Subject: |
Landscape cancels linewidth (was: Titles don't follow leftmargin and linewidth) |
Date: |
Thu, 16 Sep 2004 01:00:06 +0200 |
address@hidden 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 | address@hidden | http://www.xs4all.nl/~hanwen