Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_15_42
Comment #5 on issue 2661 by [email protected]: Patch: parser.yy: remove
`fraction'
http://code.google.com/p/lilypond/issues/detail?id=2661
Pushed to staging as
commit 88278cd226d402224d66e4a4313060ac6e0b5e4d
Author: David Kastrup <[email protected]>
Date: Sat Jul 14 11:19:59 2012 +0200
Issue 2661: parser.yy: remove `fraction'
Previously the parser recognized fractions as well as the lexer. The
effect
was that in certain contexts it was possible to use spaces around the
slash.
This necessitated lookahead in parsing and is not apparently used
anywhere.
It also does not help in making the input look consistent.