[EMAIL PROTECTED] 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   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 


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

Reply via email to