Dear lilypond team,
please find attached a small patch for a missing semicolon in the
2.1.19 source distribution
cheers,
/p
--
regards,
Patrick Atamaniuk
/"\ ASCII RIBBON CAMPAIGN
[EMAIL PROTECTED] \ / AGAINST HTML MAIL
http://foo42.de/ X AND NEWS
/ \
--- lily/parser.yy.orig Thu Feb 5 19:50:36 2004
+++ lily/parser.yy Thu Feb 5 19:50:42 2004
@@ -893,7 +893,7 @@
scm_gc_unprotect_object ($2->self_scm ());
$$ = unsmob_music (res);
scm_gc_protect_object (res);
- $$->set_spot (THIS->here_input())
+ $$->set_spot (THIS->here_input());
}
| PARTCOMBINE Music Music {
static SCM proc;
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond