]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typos
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 31 Jan 2008 09:12:27 +0000 (10:12 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Thu, 31 Jan 2008 09:12:27 +0000 (10:12 +0100)
scripts/musicxml2ly.py

index 9dfb81cfb7867f61a6993709d3c6ab30c94c32f3..8c775b7c5df6da17735ec6cd24daf11753e4929d 100644 (file)
@@ -25,11 +25,11 @@ from rational import Rational
 options = None
 
 def progress (str):
-    stderr_write (str + '\n')
+    ly.stderr_write (str + '\n')
     sys.stderr.flush ()
 
 def error_message (str):
-    stderr_write (str + '\n')
+    ly.stderr_write (str + '\n')
     sys.stderr.flush ()
 
 needed_additional_definitions = []