X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fparser.yy;h=b39eae1ec197cf79541c299680fb3407c96f5458;hb=91772cfd6dc0421f6c7da587c5697c36bc685cf7;hp=86b67fb02d904679674127a96b16f3e5e681ac62;hpb=f5d88b8b3b09ac724d7f2234b25fcbde4bc1b072;p=lilypond.git diff --git a/lily/parser.yy b/lily/parser.yy index 86b67fb02d..b39eae1ec1 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -499,7 +499,10 @@ intastint_list: | intastint_list int '*' int { $$->push ($2); $$->push ($4); } - ; + | intastint_list int { + $$->push ($2); $$->push (1); + } + ; /*