From: fred Date: Tue, 26 Mar 2002 21:25:30 +0000 (+0000) Subject: lilypond-1.0.7 X-Git-Tag: release/1.5.59~2905 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e9212fd072f951b73f1523e5b58f4493b6085ac3;p=lilypond.git lilypond-1.0.7 --- 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); + } + ; /*