From 8a758a465c22cdc10cba6e4e0b9fe0664d5b87d0 Mon Sep 17 00:00:00 2001 From: hanwen Date: Wed, 7 Apr 2004 14:08:25 +0000 Subject: [PATCH] * 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. --- ChangeLog | 3 +++ buildscripts/mf-to-table.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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], -- 2.39.5