]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
initial.
[lilypond.git] / scripts / abc2ly.py
index e28577fb1c88b9eaed15d91b6b3309c5f42fc616..26a726a9fc049708b112f65cdc9e796800f80dcd 100644 (file)
@@ -328,7 +328,7 @@ def gulp_file(f):
         n = i.tell ()
         i.seek (0,0)
     except:
-        sys.stderr.write ("can't open file: `%s'\n" % f)
+        sys.stderr.write (cannot open file: `%s'\n" % f)
         return ''
     s = i.read (n)
     if len (s) <= 0: