]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 30 May 2005 09:50:37 +0000 (09:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 30 May 2005 09:50:37 +0000 (09:50 +0000)
ChangeLog
scripts/abc2ly.py

index 396436c90b4d1d4c9837eaef60fffae9e1816545..d98f148ade2465c03135a62234140d42778b69c7 100644 (file)
--- 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
index 09dc7b27cea30a9201518f1898839c8e66a0a5e6..8029dbea8f222ce93ab42137e46cc72a8939cef1 100644 (file)
@@ -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)