]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/include/lily-guile.hh: many new ly_ functions. Thanks to
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 7 Apr 2004 14:06:53 +0000 (14:06 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 7 Apr 2004 14:06:53 +0000 (14:06 +0000)
Michael Welsh Duggan

* lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan

* buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
from infile.

buildscripts/mf-to-table.py

index 36e00febae2f0bc5efb7c1d2f93d4d5dfe8d687f..4694125658f25f5a98703bfe889d13df45daeb4d 100644 (file)
@@ -91,8 +91,10 @@ def parse_logfile (fn):
                        #urg
                        if 0: #testing
                                tags.append ('Regular')
+                       tags[5] = re.sub (' ','-', tags[5])
                        name = tags[1:]
                        global_info['DesignSize'] = string.atof (tags[4])
+                       print tags
                        global_info['FontName'] = string.join (name,'-')
                        global_info['FullName'] = string.join (name,' ')
                        global_info['FamilyName'] = string.join (name[1:-1],
@@ -101,6 +103,7 @@ def parse_logfile (fn):
                                global_info['Weight'] = tags[4]
                        else: #testing
                                global_info['Weight'] = tags[-1]
+                               
                        global_info['FontBBox'] = '0 0 1000 1000'
                        global_info['Ascender'] = '0'
                        global_info['Descender'] = '0'