From 07756d4f02ceaa6df8e0667bc3313bde61e76abf Mon Sep 17 00:00:00 2001 From: James Lowe Date: Sun, 26 Jul 2015 09:17:25 +0100 Subject: [PATCH] Add comment to font.scm and lilypond-fonts.conf.in From comments in: http://lists.gnu.org/archive/html/ lilypond-devel/2015-06/msg00175.html Added appropriate comments in scm/font.scm and mf/lilypond-fonts.conf.in --- mf/lilypond-fonts.conf.in | 6 +++++- scm/font.scm | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/mf/lilypond-fonts.conf.in b/mf/lilypond-fonts.conf.in index c26183f754..e32baf8147 100644 --- a/mf/lilypond-fonts.conf.in +++ b/mf/lilypond-fonts.conf.in @@ -2,7 +2,11 @@ - + LilyPond Serif diff --git a/scm/font.scm b/scm/font.scm index 82f6d48990..cad14c9ec5 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/lilypond-fonts.conf.in (source file) +; or fonts/lilypond-fonts.conf (installed file). + (define*-public (set-global-fonts #:key (music "emmentaler") (brace "emmentaler") -- 2.39.2