]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
Fixes bug in abc2ly and abc2ly regtest
[lilypond.git] / scripts / abc2ly.py
index d04068fa31cdaa25a51aef3d902ac3a36a1951ec..60900ca8315d78890eebea3a208b4a139790c8f0 100644 (file)
@@ -433,6 +433,8 @@ key_lookup = {         # abc to lilypond key mode names
 }
 
 def lily_key (k):
+    if k == 'none':
+        return
     orig = "" + k
     # UGR
     k = k.lower ()