]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
* lily/staff-symbol.cc (print): subtract thickness from staff line
[lilypond.git] / lily / parser.yy
index 0d8f000b125f7f83cdcbfa415f0a055ce0877f9d..ea56d48e60d1edcd40777562ecb1d61e3aa1c060 100644 (file)
@@ -649,13 +649,6 @@ book_body:
                $$->scores_.push (score);
                scm_gc_unprotect_object (score->self_scm ());
        }
-       | book_body Composite_music {
-               Music *music = $2;
-               Score *score
-                       = unsmob_score (ly_music_scorify (music->self_scm ()));
-               $$->scores_.push (score);
-               scm_gc_unprotect_object (music->self_scm ());
-       }
        | book_body lilypond_header {
                $$->header_ = $2;
        }