summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-03-17 23:13:45 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-03-17 23:13:45 +0000
commitc0748184ac78681dfca4c2116b6aa4dcb41adf9a (patch)
treeab39164e52ff7eabc7836312641994d83ede2fa5 /scripts
parent83c97b87ac1673c7d67d663e62a41272944f13cc (diff)
*** empty log message ***
Diffstat (limited to 'scripts')
-rw-r--r--scripts/midi2ly.py1
1 files changed, 0 insertions, 1 deletions
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':