lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom paper size


From: Hans Aikema
Subject: Re: Custom paper size
Date: Tue, 07 Feb 2012 20:42:39 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0

On 6-2-2012 12:19, Jan-Peter Voigt wrote:
Hello Joe,

I sometimes use this:
--snip--
#(set! paper-alist (cons '("wide" . (cons (* 15 cm) (* 3 cm))) paper-alist))
\paper {
  #(set-paper-size "wide")
}

\score {
  \relative c'' {
    bes4 a c b
  }
}
--snip--

\paper {
    paper-width = 15\cm
    paper-height = 3\cm
}

Also does the job AFAIK and seems more intuitive for the common user I would say. Any idea whether using paper-width/paper-heigt settings instead of defining a new paper size has (unwanted) implications on other parts of the lay-out that can be avoided by using the paper-alist?

regards,
Hans Aikema





reply via email to

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