Comment #2 on issue 1584 by k-ohara5...@oco.net: removing parser DIGIT rule http://code.google.com/p/lilypond/issues/detail?id=1584
What is puzzling, however, is that the unpatched Lilypond works: the same problem (namely being unable to parse 0\mm) should occur since 0 is clearly a DIGIT
While reading input where 0\mm is legal, the lexer is in start-condition INITIAL, for which DIGIT is not a match condition. (The start-conditions are strangely named and strangely used, probably for historical reasons, but it is maddening to try to follow.)
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond