lilypond-user
[Top][All Lists]
Advanced

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

Re: Landscape paper


From: Han-Wen Nienhuys
Subject: Re: Landscape paper
Date: Fri, 13 Sep 2002 22:55:47 +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

-- 

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




reply via email to

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