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

New issue 2365 by pkx1...@gmail.com: 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 ?


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to