]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.119
authorfred <fred>
Wed, 27 Mar 2002 00:34:59 +0000 (00:34 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:34:59 +0000 (00:34 +0000)
lily/parser.yy

index 2cf1bf94a3803c3aae1aea74a1b1a601abf7b730..7366cea832ac4a2b83c15d93a3e1cb75d51d3c55 100644 (file)
@@ -532,7 +532,7 @@ score_body:
                $$->set_spot (THIS->here_input ());
        }
        | score_body lilypond_header    {
-               scm_unprotect_object ( $1->self_scm ()); 
+               scm_unprotect_object ($2->self_scm ()); 
                $$->header_p_ = $2;
        }
        | score_body output_def {
@@ -629,8 +629,6 @@ Music_list: /* empty */ {
                SCM s = $$;
                SCM c = gh_cons ($2->self_scm (), SCM_EOL);
                scm_unprotect_object ($2->self_scm ()); /* UGH */
-
-       
                if (gh_pair_p (gh_cdr (s)))
                        gh_set_cdr_x (gh_cdr (s), c); /* append */
                else