From: Han-Wen Nienhuys Date: Sun, 14 Mar 2004 18:25:09 +0000 (+0000) Subject: (make-font-tree): new function. X-Git-Tag: release/2.1.31~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dfcd2cec937d721243f863e2737f2e5350b1fd89;p=lilypond.git (make-font-tree): new function. --- diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index dfb168d04f..0b4f6affdd 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -1,6 +1,79 @@ @c -*-texinfo-*- @node Changing defaults @chapter Changing defaults + + +The default output= + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TODO: reorganise. diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 3a59413753..5d27dc56bc 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -572,6 +572,7 @@ (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)))) )) @@ -1164,7 +1165,6 @@ (breakable . #t) (style . C) ; (text . (,time-signature-glue-markup)) - (font-encoding . number) (meta . ((interfaces . (time-signature-interface break-aligned-interface font-interface item-interface )))) )) diff --git a/scm/new-font.scm b/scm/new-font.scm index 5195b77dbe..cf8470cae0 100644 --- a/scm/new-font.scm +++ b/scm/new-font.scm @@ -229,7 +229,5 @@ )) n)) -(display-font-node (make-font-tree 1.0)) - (define-public (magstep x) (exp (* (/ x 6) (log 2))))