X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ffont.scm;h=f10809d00aa45ffb2f06b27977635caa467b3470;hb=2901f7acbc999ebd9ee16755119edaa9b7cce897;hp=82f6d489901782ef4038977e2c6350827d9941fe;hpb=28f58ecc2271956e9377dc61e5135ce3ade4abbd;p=lilypond.git diff --git a/scm/font.scm b/scm/font.scm index 82f6d48990..f10809d00a 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -249,6 +249,11 @@ used. This is used to select the proper design size for the text fonts. ; "emmentaler", "sans-serif", and "monospace", respectively. All fonts are ; still accesible through the usual scheme symbols: 'feta, 'roman, 'sans, and ; 'typewriter. +; +; Note that 'LilyPond Serif', 'LilyPond Sans Serif' and 'Lilypond Monospace' +; are aliases that are defined in mf/00-lilypond-fonts.conf.in (source file) +; or fonts/00-lilypond-fonts.conf (installed file). + (define*-public (set-global-fonts #:key (music "emmentaler") (brace "emmentaler") @@ -271,7 +276,7 @@ used. This is used to select the proper design size for the text fonts. (add-pango-fonts n 'typewriter typewrite-str factor) n)) -(define-public (make-century-schoolbook-tree factor) +(define-public (make-default-fonts-tree factor) (make-pango-font-tree "LilyPond Serif" "LilyPond Sans Serif"