]> git.donarmstrong.com Git - lilypond.git/commitdiff
Changed custom paper size in scm file
authorJames Lowe <james.lowe@datacore.com>
Mon, 2 May 2011 16:10:02 +0000 (17:10 +0100)
committerJames Lowe <james.lowe@datacore.com>
Tue, 3 May 2011 09:04:41 +0000 (10:04 +0100)
This changes commit 71e0343fdf2a1936b07db0a5892155351c72d553

c9landscape was too small. Added new a8landscape so that @lilypond[] can
use this new landscape size for very small examples.

scm/paper.scm

index fb753ba0cc5e42579f656253862c58640ecc73e2..3208f4b82a90654b9fc5e1a55d0df0366303aa0a 100644 (file)
     ;; 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.