]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/paper.scm
Some dutch language updates.
[lilypond.git] / scm / paper.scm
index 117bbb0fffb0bcbfd2048b4e9584a54f088b23bd..6223e5392ecdb0cfd05b0f1179925650b5dfee05 100644 (file)
@@ -69,7 +69,9 @@
        (setm! (lambda (sym val)
                (module-define! module sym val))))
 
-    (setm! 'text-font-size (* 12 factor))
+    ;; Synchronized with the `text-font-size'
+    ;; binding in add-pango-fonts (see font.scm).
+    (setm! 'text-font-size (* 11 factor))
 
     (setm! 'output-scale ss)
     (setm! 'fonts (make-century-schoolbook-tree factor))