From bb3884026253aea79eac523cd473aafd4fd5f92f Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Thu, 31 Jan 2008 10:12:27 +0100 Subject: [PATCH] Typos --- scripts/musicxml2ly.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [] -- 2.39.2