From: fred Date: Tue, 26 Mar 2002 22:47:54 +0000 (+0000) Subject: lilypond-1.3.62 X-Git-Tag: release/1.5.59~1775 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd8c1937eba9f525dc5d9d57074c80c22455313a;p=lilypond.git lilypond-1.3.62 --- diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index b206fcebdd..e592f9f38f 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -516,7 +516,7 @@ def try_parse_header_line (ln, state): check_clef(m.group(2)) else: __main__.global_key =compute_key (a)# ugh. - voices_append ('\\key %s;' % lily_key(a)) + voices_append ('\\key %s \\major;' % lily_key(a)) if g == 'O': # Origin header ['origin'] = a if g == 'X': # Reference Number