From: James Lowe Date: Sun, 26 Jul 2015 08:17:25 +0000 (+0100) Subject: Add comment to font.scm and lilypond-fonts.conf.in X-Git-Tag: release/2.19.25-1~21 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=07756d4f02ceaa6df8e0667bc3313bde61e76abf 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 --- 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")