]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 17 Mar 2005 23:13:45 +0000 (23:13 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 17 Mar 2005 23:13:45 +0000 (23:13 +0000)
scripts/midi2ly.py

index 777cfd1eaa640faced46a374f5fcf58012184850..2d7c22c37552a6b7def8274663fce6c3673794f3 100644 (file)
@@ -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':