]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper20-init.ly
*** empty log message ***
[lilypond.git] / ly / paper20-init.ly
index c981c38dfd3d0726d5758344d6ed0b2f0a431021..616c2c404d15c7ad3fd73b10e6ce0d788e389eb9 100644 (file)
@@ -5,9 +5,21 @@
 
 paperTwenty = \paper {
        staffheight = 20.0\pt
-       #(define fonts (make-font-list 'paper20))
+       #(define fonts (scale-font-list  1.0))
        
        \include "params-init.ly"
 }
 
 \paper { \paperTwenty }
+
+
+%{
+
+; note:
+; you can add fonts manually  in the paper block by issuing
+
+#(set! fonts (append ...myfonts... fonts))
+
+for the format of myfonts, see font.scm
+
+%}