From c0748184ac78681dfca4c2116b6aa4dcb41adf9a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 17 Mar 2005 23:13:45 +0000 Subject: [PATCH] *** empty log message *** --- scripts/midi2ly.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/midi2ly.py b/scripts/midi2ly.py index 777cfd1eaa..2d7c22c375 100644 --- a/scripts/midi2ly.py +++ b/scripts/midi2ly.py @@ -1063,7 +1063,6 @@ for opt in options: else: flats = - alterations key = Key (sharps, flats, minor) - print key elif o == '--start-quant' or o == '-s': start_quant = string.atoi (a) elif o == '--allow-tuplet' or o == '-t': -- 2.39.5