From 754911d130c6131c0840f77ad3a6951208d2f9e1 Mon Sep 17 00:00:00 2001 From: fred <fred> Date: Tue, 26 Mar 2002 23:25:52 +0000 Subject: [PATCH] lilypond-1.3.78 --- lily/lexer.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/lexer.ll b/lily/lexer.ll index 9be2c94085..90f4ba43f4 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -325,7 +325,7 @@ HYPHEN -- } char c = s[s.length_i () - 1]; - if (c == '{' && c == '}') // brace open is for not confusing dumb tools. + if (c == '{' || c == '}') // brace open is for not confusing dumb tools. here_input ().warning ( "Brace found at end of lyric. Did you forget a space?"); yylval.scm = ly_str02scm (s.ch_C ()); -- 2.39.5