]> git.donarmstrong.com Git - lilypond.git/commitdiff
* buildscripts/mf-to-table.py (parse_logfile): remove spaces from
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 7 Apr 2004 14:08:25 +0000 (14:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 7 Apr 2004 14:08:25 +0000 (14:08 +0000)
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
buildscripts/mf-to-table.py

index 524dc52225cc6a5fa8e39ba031074cbe0f0c131f..adadae64c78029aba3fbeb273426a4ed249cd432 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * 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.
index 4694125658f25f5a98703bfe889d13df45daeb4d..86db11c1bbcf74426f9c3575e8bd27c72c0dbd57 100644 (file)
@@ -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],