]> git.donarmstrong.com Git - lilypond.git/commit
parser.yy: FRACTION does not require a closed expression before it
authorDavid Kastrup <dak@gnu.org>
Tue, 2 Oct 2012 14:45:44 +0000 (16:45 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 25 Oct 2012 18:29:25 +0000 (20:29 +0200)
commitacc82015cd07a2021e373a9fe43cb8c84c365146
tree59ba27fab7310888bd85517919cb708ebab0d11d
parent6950b3e065410d54e1c55fa5c5c296318842709c
parser.yy: FRACTION does not require a closed expression before it

FRACTION items can't trail any other valid expression without
separating '*' or similar, so the argument list before them does not
need to be of "closed" type.
lily/parser.yy