bug-lilypond
[Top][All Lists]
Advanced

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

orientation="landscape"


From: Han-Wen Nienhuys
Subject: orientation="landscape"
Date: Tue, 16 Dec 2003 00:55:38 +0100

address@hidden writes:
> Answering a question on lilypond-user today, I realize that lilypond
> still doesn't take the paper orientation into account when setting
> the linewidth based on hsize and vsize.
> I'm repeating the question from 
> http://mail.gnu.org/archive/html/lilypond-user/2002-09/msg00168.html
> Is it possible to introduce a condition in ly/paper-init.ly,
> setting linewidth based on vsize instead of hsize if
> orientation="landscape"?

This should now be possible.  Something like

  #(define linewidth (if (eq? orientation "landscape") A B)) 

(patch appreciated)

-- 

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




reply via email to

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