From: John Mandereau Date: Thu, 31 Jan 2008 09:12:27 +0000 (+0100) Subject: Typos X-Git-Tag: release/2.11.38-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bb3884026253aea79eac523cd473aafd4fd5f92f;p=lilypond.git Typos --- diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 9dfb81cfb7..8c775b7c5d 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -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 = []