From: Erik Sandberg Date: Wed, 20 Apr 2005 23:49:30 +0000 (+0000) Subject: scripts/abc2ly.py: Bugfix X-Git-Tag: release/2.5.21~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f68106c1eec8df4d43db68c1a6c48bd5a48de1af;p=lilypond.git scripts/abc2ly.py: Bugfix --- diff --git a/ChangeLog b/ChangeLog index a9e367ce61..c6b24027b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-21 Erik Sandberg + + * scripts/abc2ly: Bugfix + 2005-04-20 Han-Wen Nienhuys * python/fontextract.py (write_extracted_fonts): bugfix, too many diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 91344b1934..c17eb39591 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -142,7 +142,7 @@ def check_clef(s): s = s[4:] state.base_octave = -2 voices_append ("\\clef bass\n" ) - return s + return s def select_voice (name, rol): if not voice_idx_dict.has_key (name):