From: fred Date: Tue, 26 Mar 2002 22:47:51 +0000 (+0000) Subject: lilypond-1.3.61 X-Git-Tag: release/1.5.59~1778 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c32565ecc973844c99a3742318e60b83c97297f3;p=lilypond.git lilypond-1.3.61 --- diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index aa9f7893de..b206fcebdd 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -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):