[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Landscape paper
From: |
Mats Bengtsson |
Subject: |
Re: Landscape paper |
Date: |
Fri, 13 Sep 2002 23:28:49 +0200 |
> address@hidden writes:
> > Han-Wen and Jan, is there any nice way to automatically
> > switch \vsize and \hsize if orientation=landscape in
> > Lilypond? The problem is that these settings are done
> > in the initialization files and I can't figure out how
> > to call Scheme to be able to do a conditional setting
> > (ly-get-paper-variable needs a grob as input).
>
> When do you want this switch to happen exactly?
>
> You can always do
>
> tmp = \hsize
> hsize = vsize
> vsize = \tmp
I can figure that out myself, the problem is the
(if orientation == "landscape") part.
The next problem, as mentioned in another email, is that
papersize seems to be set to a4 in params-init.ly no matter
how it is set in the user .ly file.
/Mats