From e9212fd072f951b73f1523e5b58f4493b6085ac3 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:25:30 +0000 Subject: [PATCH] lilypond-1.0.7 --- lily/parser.yy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); + } + ; /* -- 2.39.5