]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
release: 1.1.66
[lilypond.git] / lily / lexer.ll
index 472f2d0c49f2d4ac58d474e12a61022f90681387..4fa1396533e67b1e81a6d8c08177cdaa8c39c248 100644 (file)
@@ -327,6 +327,12 @@ HYPHEN             --
        \" {
                start_quote ();
        }
+       -  {
+               return CHORD_MINUS;
+       }
+       \^  {
+               return CHORD_CARET;
+       }
        . {
                return yylval.c = YYText ()[0];
        }