]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/midi2ly.py
* stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
[lilypond.git] / 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':