]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.66
authorfred <fred>
Tue, 26 Mar 2002 22:24:27 +0000 (22:24 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:24:27 +0000 (22:24 +0000)
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];
        }