CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/05/30 09:50:37
Modified files:
. : ChangeLog
scripts : abc2ly.py
Log message:
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3676&tr2=1.3677&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/abc2ly.py.diff?tr1=1.51&tr2=1.52&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3676 lilypond/ChangeLog:1.3677
--- lilypond/ChangeLog:1.3676 Mon May 30 09:45:13 2005
+++ lilypond/ChangeLog Mon May 30 09:50:36 2005
@@ -1,3 +1,7 @@
+2005-05-29 Laura Conrad <[EMAIL PROTECTED]>
+
+ * abc2ly.py: fix to syntax error in multi-part output.
+
2005-05-30 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* lily/span-bar.cc (print): sort bar line extents. Fixes problem
Index: lilypond/scripts/abc2ly.py
diff -u lilypond/scripts/abc2ly.py:1.51 lilypond/scripts/abc2ly.py:1.52
--- lilypond/scripts/abc2ly.py:1.51 Tue Apr 26 14:04:15 2005
+++ lilypond/scripts/abc2ly.py Mon May 30 09:50:37 2005
@@ -286,11 +286,6 @@
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)
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs