From: fred Date: Tue, 26 Mar 2002 22:24:27 +0000 (+0000) Subject: lilypond-1.1.66 X-Git-Tag: release/1.5.59~2220 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=134a0fa6456121f76f92e12e30d03985901bea5e;p=lilypond.git lilypond-1.1.66 --- diff --git a/lily/lexer.ll b/lily/lexer.ll index 472f2d0c49..4fa1396533 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -327,6 +327,12 @@ HYPHEN -- \" { start_quote (); } + - { + return CHORD_MINUS; + } + \^ { + return CHORD_CARET; + } . { return yylval.c = YYText ()[0]; }