From: fred Date: Tue, 26 Mar 2002 23:25:52 +0000 (+0000) Subject: lilypond-1.3.78 X-Git-Tag: release/1.5.59~1419 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=754911d130c6131c0840f77ad3a6951208d2f9e1;p=lilypond.git lilypond-1.3.78 --- 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 ());