From 3fdd94a56964583aa4493ea9ed71b3077c005d76 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 30 May 2005 09:50:37 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ scripts/abc2ly.py | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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) -- 2.39.2