From: fred Date: Tue, 26 Mar 2002 21:25:37 +0000 (+0000) Subject: lilypond-1.0.8 X-Git-Tag: release/1.5.59~2899 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c51291f2a5b52cba89152a46a2a12961ff8a75fe;p=lilypond.git lilypond-1.0.8 --- diff --git a/lily/lexer.ll b/lily/lexer.ll index 7e8ab40af8..43fffba484 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -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 \\\[