]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
* The grand 2005-2006 replace.
[lilypond.git] / scripts / etf2ly.py
index 3ed9c05feef698ace3f12a1f8758889c28930a68..225d23397b5ccd1c03ba62b5d5b0d2a63156cdfe 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)
 
 
@@ -1165,7 +1165,9 @@ Enigma Transport Format is a format used by Coda Music Technology's
 Finale product. This program will convert a subset of ETF to a
 ready-to-use lilypond file.
 
-Report bugs to bug-lilypond@gnu.org.
+Report bugs via
+
+  http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
 
 Written by  Han-Wen Nienhuys <hanwen@cs.uu.nl>.
 
@@ -1178,7 +1180,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--2005 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Copyright (c) 2000--2006 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
 """ % version)