]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
* Documentation/topdocs/NEWS.tely (Top): add entry for percent
[lilypond.git] / lily / parser.yy
index 5662c99439d3fe89088d8a654e0b5077a95db4ee..3b72ec290b2d4674412423b4bfd87c362f3f08ac 100644 (file)
@@ -1779,7 +1779,6 @@ command_element:
                SCM proc = ly_lily_module_constant ("make-mark-set");
 
                SCM result = scm_call_1 (proc, $2);
-               scm_gc_protect_object (result);
                $$ = unsmob_music (result);
                $$->protect ();
        }