]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
* lily/lexer.ll: lex \score separately.
[lilypond.git] / lily / lexer.ll
index b8a502edc127113667e558202797cd6ebd2ab10a..70d6a8ba573b6378e613a4405242f18c1ea6fbca 100644 (file)
@@ -494,6 +494,9 @@ HYPHEN              --
        \> {
                return '>';
        }
+       \\score {
+               return SCORE;
+       }
        {MARKUPCOMMAND} {
                String str (YYText () + 1);
                SCM s = lookup_markup_command (str);