From: Han-Wen Nienhuys Date: Wed, 7 Apr 2004 14:08:25 +0000 (+0000) Subject: * buildscripts/mf-to-table.py (parse_logfile): remove spaces from X-Git-Tag: release/2.3.0~63 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7de65923b48850033d7d7487a349b0e12bbf1cdd;p=lilypond.git * buildscripts/mf-to-table.py (parse_logfile): remove spaces from encoding field. * 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/ChangeLog b/ChangeLog index 524dc52225..adadae64c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-04-07 Han-Wen Nienhuys + * buildscripts/mf-to-table.py (parse_logfile): remove spaces from + encoding field. + * lily/stencil-scheme.cc: remove ly:fontify-atom * ly/portuges.ly (pitchnames): new file. diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 4694125658..86db11c1bb 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -94,7 +94,6 @@ def parse_logfile (fn): 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],