bug-lilypond
[Top][All Lists]
Advanced

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

Re: Add 6x9 Paper Size


From: address@hidden
Subject: Re: Add 6x9 Paper Size
Date: Fri, 30 Sep 2011 19:47:11 +0200

On Sep 30, 2011, at 7:43 PM, Peekay Ex wrote:

> hello
> 
> On Fri, Sep 30, 2011 at 6:39 PM, Jay Anderson <address@hidden> wrote:
>> 6 x 9 in. isn't currently available. I haven't found a standard name
>> for this size. Lulu calls it 'US Trade',
>> http://en.wikipedia.org/wiki/Book_size calls it 'octavo'. In any case
>> it seems to be a fairly common size that would be useful to add (and
>> custom sizes are clunky to add and maintain - is there a better way
>> besides modifying paper.scm?). My recommendation to add to paper.scm:
>> 
>> ("6x9" . (cons (* 6 in) (* 9 in)))
>> 
>> Thanks.
>> 
>> -----Jay
> 
> Thanks. Added as
> 
> http://code.google.com/p/lilypond/issues/detail?id=1949
> 
> -- 
> --
> James


#(set! paper-alist (cons '("6x9" cons (* 6 in) (* 9 in)) paper-alist))
#(set-default-paper-size "6x9")

Is a workaround that you can use without modifying paper.scm.  But, of course, 
there's nothing wrong with modifying paper.scm!

Cheers,
MS


reply via email to

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