]> git.donarmstrong.com Git - lilypond.git/commitdiff
(make-font-tree): new function.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 14 Mar 2004 18:25:09 +0000 (18:25 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 14 Mar 2004 18:25:09 +0000 (18:25 +0000)
Documentation/user/changing-defaults.itely
scm/define-grobs.scm
scm/new-font.scm

index dfb168d04f0c58234539d17ae853d08115328940..0b4f6affdd8795827477dcf98c0a816cd17f975f 100644 (file)
@@ -1,6 +1,79 @@
 @c -*-texinfo-*-
 @node Changing defaults
 @chapter Changing defaults
+
+
+The default output= 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 TODO: reorganise.
 
index 3a5941375368caaf2909f46cc6af584d7c0b349b..5d27dc56bc62e48fe6d70b4b78548440db6853dc 100644 (file)
        (thick-thickness . 6.6)
        (hair-thickness . 2.0)
        (padding . 1)
+       (font-encoding . music)
        (meta . ((interfaces . (multi-measure-rest-interface multi-measure-interface rest-interface font-interface staff-symbol-referencer-interface))))
        ))
     
        (breakable . #t)
        (style . C)
 ;      (text . (,time-signature-glue-markup)) 
-       (font-encoding . number)
        (meta . ((interfaces . (time-signature-interface break-aligned-interface font-interface item-interface ))))
        ))
 
index 5195b77dbe5709756ff4373fb0b0e18bf7c222cb..cf8470cae02aecca73e4b86ab69220c64b353ae9 100644 (file)
        ))
     n))
 
-(display-font-node (make-font-tree 1.0))
-
 (define-public (magstep x)
   (exp (* (/ x 6) (log 2))))