]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
* scm/framework-ps.scm (ps-font-command): use string-hash for
[lilypond.git] / lily / parser.yy
index 064323bcf5e782791dbb83ad68a297ebb37fad04..c2e714d3e6890b388c3cce8b31162467ff47205f 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;
        }
@@ -2071,6 +2074,7 @@ bass_number:
                                $$);
        }
        | STRING { $$ = $1; }
+       | full_markup { $$ = $1; }
        ;
 
 bass_mod: