From: janneke Date: Thu, 10 Mar 2005 13:39:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.23~379 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e63d15800b5c8f22294767a11eeb8f4280ea9096;p=lilypond.git *** empty log message *** --- diff --git a/lily/parser.yy b/lily/parser.yy index 064323bcf5..21076e3930 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -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; }