]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
release: 1.0.8
[lilypond.git] / lily / lexer.ll
index 7e8ab40af8cf18500dea6be7cc3b0c60df847219..43fffba4849f405b0d1100f55d7055afc2f40fe4 100644 (file)
@@ -45,6 +45,12 @@ void strip_leading_white (String&);
 #define yylval (*(YYSTYPE*)lexval_l)
 
 #define YY_USER_ACTION add_lexed_char (YYLeng ());
+/*
+
+LYRICS         ({AA}|{TEX})[^0-9 \t\n\f]*
+
+*/
+
 %}
 
 %option c++
@@ -83,6 +89,7 @@ HORIZONTALWHITE               [ \t]
 BLACK          [^ \n\t\f\r]
 RESTNAME       [rs]
 NOTECOMMAND    \\{A}+
+ANDREWLYRICS           ([^ \n\t\f\\{}<>0-9";.|]|\\[^a-zA-Z\]\[<>])[^0-9 \t\n\f]
 LYRICS         ({AA}|{TEX})[^0-9 \t\n\f]*
 ESCAPED                [nt\\'"]
 PLET           \\\[