bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2365 in lilypond: Add 'tabloid' (as valid string) to paper.scm


From: lilypond
Subject: Issue 2365 in lilypond: Add 'tabloid' (as valid string) to paper.scm
Date: Wed, 29 Feb 2012 10:51:22 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 2365 by address@hidden: Add 'tabloid' (as valid string) to paper.scm
http://code.google.com/p/lilypond/issues/detail?id=2365

Hi,

In NR 4.1.2 I read:

"Common paper sizes are available, including a4, letter, legal, and 11x17 (also known as tabloid)."

It is "known", but lilypond does not allow to use it!

       #(set-default-paper-size "tabloid")


It's quite easy (even for me) to add this line:

       ("tabloid" . (cons (* 11.0 in) (* 17.0 in)))

to the list in paper.scm, as an alias for "11x17", which should also stay.

If this is ok, can someone add this in a next Lilypond release ?




reply via email to

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