]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Font_info): Build fix: add 'ss'
authorjanneke <janneke>
Mon, 22 Sep 2003 17:08:28 +0000 (17:08 +0000)
committerjanneke <janneke>
Mon, 22 Sep 2003 17:08:28 +0000 (17:08 +0000)
ChangeLog
buildscripts/make-font-dir.py

index 3c0a4bf248ea3962191d379e079cce3606fead32..2f6a2986d62f9299f4a40e8443c67357d43d664d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * cygwin/mknetrel.doc: Typo.
+
+       * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
+
        * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
 
 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
index 3b2a33c1c010adbbb600664074040d4de5b19491..4397bdba8c34c00ae7f949509b4c3aa05d98d8bf 100644 (file)
@@ -56,6 +56,7 @@ class Font_info:
                'bxti' : ('bold', 'italic'),
                'csc' : ('smallcaps', 'roman'),
                'r' : ('regular', 'roman'),
+               'ss' : ('regular', 'sansserif'),
                'tt' : ('regular', 'typewriter'),
                'ti' : ('regular', 'italic'),
                }