]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/paper.scm
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / scm / paper.scm
index 1879732834490180c566ae9bf4e89439c1cd2609..48f4a46cb1a5645ccf7808cf36d64ec7f70b7d65 100644 (file)
@@ -2,16 +2,11 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2004--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 (define-public (set-paper-dimension-variables mod)
   (module-define! mod 'dimension-variables
-                 '(after-title-space
-                   before-title-space
-                   between-system-padding
-                   between-system-space
-                   between-title-space
-                   blot-diameter
+                 '(blot-diameter
                    bottom-margin
                    cm
                    foot-separation
@@ -24,7 +19,6 @@
                    line-thickness
                    line-width
                    mm
-                   page-top-space
                    paper-height
                    paper-width
                    pt
     (setm! 'text-font-size (* 12 factor))
     
     (setm! 'output-scale ss)
-    (setm! 'fonts
-                   (if tex-backend?
-                       (make-cmr-tree factor)
-                       (make-century-schoolbook-tree factor)))
+    (setm! 'fonts (make-century-schoolbook-tree factor))
     (setm! 'staff-height staff-height)
     (setm! 'staff-space ss)