]> git.donarmstrong.com Git - lilypond.git/commit
Issue3571: Stop \lyricmode { \skip 1.*3 } from failing.
authorDavid Kastrup <dak@gnu.org>
Sun, 22 Sep 2013 16:34:11 +0000 (18:34 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 27 Sep 2013 09:57:39 +0000 (11:57 +0200)
commit0d37800d2790ea999cf5f8867bf9cba3ddd0e9ed
tree0e6ed2c0315d6754cc96850a2d9d70124b1bf20a
parent8d67240d58e2003d35a9ef526b03c48f7ed16d2c
Issue3571: Stop \lyricmode { \skip 1.*3 } from failing.

The problem was that the lexer preferred to match ".*" as a word since
the matched pattern was longer than the explicit pattern matching ".".
The word pattern is now amended so that it does not compete with the
single-character patterns.
lily/lexer.ll