diff options
author | Masamichi Hosoda <trueroad@trueroad.jp> | 2015-09-15 23:39:48 +0900 |
---|---|---|
committer | Masamichi Hosoda <trueroad@trueroad.jp> | 2015-09-21 18:34:33 +0900 |
commit | 9bc1b1d10c48ca88fb3475b398f5afc69bafeabc (patch) | |
tree | 489704be0cca75dada18a33c204c5c2b2df4ee80 /input | |
parent | 2ffb2f01c37e98372767af3cdbb3d40ec0830408 (diff) |
Issue 4608: Change scheme function name for default font
This commit changes the function name for default font
because Century Schoolbook is no longer the default font.
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/font-postscript.ly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/input/regression/font-postscript.ly b/input/regression/font-postscript.ly index 54f4607628..bac5349608 100644 --- a/input/regression/font-postscript.ly +++ b/input/regression/font-postscript.ly @@ -1,7 +1,7 @@ \header { texidoc = "This file demonstrates how to load different (postscript) fonts. The file @file{font.scm} shows how to define the scheme-function -@code{make-century-schoolbook-tree}." +@code{make-default-fonts-tree}." } \version "2.16.0" @@ -12,7 +12,7 @@ fonts. The file @file{font.scm} shows how to define the scheme-function (baseline-skip . 2) (word-space . 0.6))) - #(set! fonts (make-century-schoolbook-tree 1.0)) + #(set! fonts (make-default-fonts-tree 1.0)) } \layout { |