From: Neil Puttock Date: Tue, 20 Sep 2011 21:18:55 +0000 (+0100) Subject: parser.yy: Allow embedded_scm inside \book & and \bookpart X-Git-Tag: release/2.15.13-1~44^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a8b60abfdfec3bb33e22389c263a80ede175738e;p=lilypond.git parser.yy: Allow embedded_scm inside \book & and \bookpart --- diff --git a/lily/parser.yy b/lily/parser.yy index 3a966f13cf..82df956fa8 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -784,6 +784,7 @@ book_body: | book_body lilypond_header { $$->header_ = $2; } + | book_body embedded_scm { } | book_body error { $$->paper_ = 0; $$->scores_ = SCM_EOL; @@ -836,6 +837,7 @@ bookpart_body: | bookpart_body lilypond_header { $$->header_ = $2; } + | bookpart_body embedded_scm { } | bookpart_body error { $$->paper_ = 0; $$->scores_ = SCM_EOL;