]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.61
authorfred <fred>
Tue, 26 Mar 2002 22:47:51 +0000 (22:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:47:51 +0000 (22:47 +0000)
scripts/abc2ly.py

index aa9f7893de4647af6d8f60371093546d6597a575..b206fcebdd7a5e23055e507d7c880e8356dd5f6e 100644 (file)
@@ -310,7 +310,7 @@ def lily_key (k):
                key = key + 'es'
                k = k[1:]
        if not k:
-               return(key)
+               return '%s \\major' % key
 
        type = k[0:3]
        if key_lookup.has_key(type):