]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
release: 1.0.7
[lilypond.git] / 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);
+       }
+       ;       
 
 
 /*