From: hanwen <hanwen>
Date: Mon, 30 May 2005 09:50:37 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: release/2.5.32^2~117
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=27bda1a0d8d0bb54dcd817a2bc52dd9f93a91212;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 <lconrad@laymusic.org>
+	
+	* abc2ly.py: fix to syntax error in multi-part output.
+
 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 	* 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)