]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.7
authorfred <fred>
Tue, 26 Mar 2002 21:25:30 +0000 (21:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:25:30 +0000 (21:25 +0000)
lily/parser.yy

index 86b67fb02d904679674127a96b16f3e5e681ac62..b39eae1ec197cf79541c299680fb3407c96f5458 100644 (file)
@@ -499,7 +499,10 @@ intastint_list:
        | intastint_list int '*' int    {
                $$->push ($2); $$->push ($4);
        }
-       ;
+       | intastint_list int    {
+               $$->push ($2); $$->push (1);
+       }
+       ;       
 
 
 /*