From: Valentin Villenave Date: Sun, 6 Jul 2008 13:04:26 +0000 (+0200) Subject: Added new "octavo" paper size in paper.scm X-Git-Tag: release/2.11.51-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=46153fde3123b7c01c27d30328e71deb366ac2a9;p=lilypond.git Added new "octavo" paper size in paper.scm This addition was suggested off-list by James E. Bailey. --- diff --git a/scm/paper.scm b/scm/paper.scm index 04784c11f1..951addf12d 100644 --- a/scm/paper.scm +++ b/scm/paper.scm @@ -160,6 +160,7 @@ size. SZ is in points" ("statement" . (cons (* 5.5 in) (* 8.5 in))) ("half letter" . (cons (* 5.5 in) (* 8.5 in))) ("quarto" . (cons (* 8.0 in) (* 10.0 in))) + ("octavo" . (cons (* 6.75 in) (* 10.5 in))) ("executive" . (cons (* 7.25 in) (* 10.5 in))) ("monarch" . (cons (* 7.25 in) (* 10.5 in))) ("foolscap" . (cons (* 8.27 in) (* 13.0 in)))