]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/paper.scm
Remove tex and texstr backends (part 1).
[lilypond.git] / scm / paper.scm
index 1879732834490180c566ae9bf4e89439c1cd2609..81f1fa78ce85095a8707f051bbfdcfc683647a63 100644 (file)
     (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)