]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
parser/lexer: eliminate LYRIC_MARKUP as a token separate from MARKUP (2996/2)
[lilypond.git] / lily / lexer.ll
index cad07005488f63644f61b655e26b79b971c9156e..63d58527e89578cac863adb9b63ffb13a0b7836a 100644 (file)
@@ -902,8 +902,7 @@ Lily_lexer::scan_escaped_word (string str)
 
         yylval = SCM_UNSPECIFIED;
        int i = lookup_keyword (str);
-       if (i == MARKUP && is_lyric_state ())
-               return LYRIC_MARKUP;
+
        if (i != -1)
                return i;