]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 10 Mar 2005 13:39:33 +0000 (13:39 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 10 Mar 2005 13:39:33 +0000 (13:39 +0000)
lily/parser.yy

index 064323bcf5e782791dbb83ad68a297ebb37fad04..21076e39300578e515f0a319d45a5b675653f09a 100644 (file)
@@ -670,6 +670,9 @@ book_body:
                $$->add_score (s);
                scm_gc_unprotect_object (s);
        }
+       | book_body full_markup {
+               $$->add_score ($2);
+       }
        | book_body lilypond_header {
                $$->header_ = $2;
        }