projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a03f3
)
*** empty log message ***
author
Jan Nieuwenhuizen
<janneke@gnu.org>
Thu, 10 Mar 2005 13:39:33 +0000
(13:39 +0000)
committer
Jan Nieuwenhuizen
<janneke@gnu.org>
Thu, 10 Mar 2005 13:39:33 +0000
(13:39 +0000)
lily/parser.yy
patch
|
blob
|
history
diff --git
a/lily/parser.yy
b/lily/parser.yy
index 064323bcf5e782791dbb83ad68a297ebb37fad04..21076e39300578e515f0a319d45a5b675653f09a 100644
(file)
--- 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;
}