]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
Issue3571: Stop \lyricmode { \skip 1.*3 } from failing.
[lilypond.git] / lily / lexer.ll
index cebbd19627190c2504fbe5b547f8be83435cd16f..e896de3d638bc14a34c20037d7f72dfa4a9fae89 100644 (file)
@@ -585,7 +585,7 @@ BOM_UTF8    \357\273\277
                 yylval = SCM_UNSPECIFIED;
                return YYText ()[0];
        }
-       [^$#{}\"\\ \t\n\r\f0-9]+ {
+       [^|*.=$#{}\"\\ \t\n\r\f0-9][^$#{}\"\\ \t\n\r\f0-9]* {
                /* ugr. This sux. */
                string s (YYText_utf8 ());
                 yylval = SCM_UNSPECIFIED;