]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
release: 1.1.48
[lilypond.git] / lily / parser.yy
index 66e5b059b29b6404c623bd6dcd8f612517aa7346..edf2ee95579a1dd725ea80fc020447e0b4ae20b8 100644 (file)
@@ -1076,7 +1076,7 @@ verbose_request:
                $$ = sp_p;
        }
        | abbrev_type   {
-               Abbreviation_req* a = new Abbreviation_req;
+               Tremolo_req* a = new Tremolo_req;
                a->set_spot (THIS->here_input ());
                a->type_i_ = $1;
                $$ = a;