From: James Lowe Date: Mon, 2 May 2011 16:10:02 +0000 (+0100) Subject: Changed custom paper size in scm file X-Git-Tag: release/2.15.0-1~57 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b7878ed5b1fe275110d39ff2f1d6bb6bc780b898;p=lilypond.git Changed custom paper size in scm file This changes commit 71e0343fdf2a1936b07db0a5892155351c72d553 c9landscape was too small. Added new a8landscape so that @lilypond[] can use this new landscape size for very small examples. --- diff --git a/scm/paper.scm b/scm/paper.scm index fb753ba0cc..3208f4b82a 100644 --- a/scm/paper.scm +++ b/scm/paper.scm @@ -225,8 +225,8 @@ ;; F4 used in southeast Asia and Australia ("f4" . (cons (* 210 mm) (* 330 mm))) ;; Used for very small @lilypond examples in the Documentation - ;; based on c9 envelope size but landscape not portrait - ("c9landscape" . (cons (* 57 mm) (* 40 mm))) + ;; based on a8 size but landscape not portrait + ("a8landscape" . (cons (* 74 mm) (* 52 mm))) )) ;; todo: take dimension arguments.