]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
* lily/self-aligment-interface.cc (set_align_self): new function
[lilypond.git] / scripts / etf2ly.py
index 2d0ea2dcba40bab996a08bb4abb2097d264e3254..c2f2245373dd6fb3d3d68c0ae5849aff2decf5cc 100644 (file)
@@ -819,7 +819,7 @@ Return: (value, rest-of-STR)
                        
                return (string.atoi (dec), str)
        else:
-               sys.stderr.write ("Can't convert `%s'\n" % str)
+               sys.stderr.write ("can't convert `%s'\n" % str)
                return (None, str)
 
 
@@ -1178,7 +1178,7 @@ This is free software.  It is covered by the GNU General Public License,
 and you are welcome to change it and/or distribute copies of it under
 certain conditions.  Invoke as `midi2ly --warranty' for more information.
 
-Copyright (c) 2000--2004 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Copyright (c) 2000--2005 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
 """ % version)