From: Han-Wen Nienhuys Date: Wed, 7 Apr 2004 14:06:53 +0000 (+0000) Subject: * lily/include/lily-guile.hh: many new ly_ functions. Thanks to X-Git-Tag: release/2.3.0~64 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cc596a61733e168e993fe8e42c3e76666bc5d97e;p=lilypond.git * lily/include/lily-guile.hh: many new ly_ functions. Thanks to Michael Welsh Duggan * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme from infile. --- diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 36e00febae..4694125658 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -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'