]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add comment to font.scm and lilypond-fonts.conf.in
authorJames Lowe <pkx166h@gmail.com>
Sun, 26 Jul 2015 08:17:25 +0000 (09:17 +0100)
committerJames Lowe <pkx166h@gmail.com>
Sun, 2 Aug 2015 09:08:40 +0000 (10:08 +0100)
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
scm/font.scm

index c26183f7546940e5d34527c2321b6a20d701b74c..e32baf81473a1e0f4880032e7e9a82bdedecf9de 100644 (file)
@@ -2,7 +2,11 @@
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
 
-  <!-- Define LilyPond default fonts -->
+  <!--
+  Define LilyPond default fonts. Where a character doesn't exist in the
+  first font listed, the next font listed will be used instead for that
+  character. Also see scm/font.scm.
+  -->
 
   <alias binding="strong">
     <family>LilyPond Serif</family>
index 82f6d489901782ef4038977e2c6350827d9941fe..cad14c9ec531cfd9b90a34712b3f4f45698a5087 100644 (file)
@@ -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")