From: Han-Wen Nienhuys Date: Mon, 30 May 2005 09:50:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.27~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3fdd94a56964583aa4493ea9ed71b3077c005d76;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 396436c90b..d98f148ade 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-05-29 Laura Conrad + + * abc2ly.py: fix to syntax error in multi-part output. + 2005-05-30 Han-Wen Nienhuys * lily/span-bar.cc (print): sort bar line extents. Fixes problem diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 09dc7b27ce..8029dbea8f 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -286,11 +286,6 @@ def dump_score (outf): outf.write ("\n >>") outf.write ("\n\t\\layout {\n") - if part_names: - outf.write ("\t \\translator \n\t {\n") - outf.write ("\t\t\\StaffContext\n") -# outf.write ("\t\t\\consists Staff_margin_engraver\n") - outf.write ("\t }\n") outf.write ("\t}\n\t\\midi {%s}\n}\n" % midi_specs)