From 134a0fa6456121f76f92e12e30d03985901bea5e Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:24:27 +0000 Subject: [PATCH] lilypond-1.1.66 --- lily/lexer.ll | 6 ++++++ 1 file changed, 6 insertions(+) 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]; } -- 2.39.5