]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
new file: perform drum notes.
[lilypond.git] / lily / parser.yy
index 91e83eed8d936761bde937f54e32c9fae2616b96..e9024a2e7e183fa890357935ade92c9da1f6b9ad 100644 (file)
@@ -893,7 +893,7 @@ Composite_music:
                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;