]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.78
authorfred <fred>
Tue, 26 Mar 2002 23:25:52 +0000 (23:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:25:52 +0000 (23:25 +0000)
lily/lexer.ll

index 9be2c940854c4aa06e5984c719e1828054bf8a11..90f4ba43f4091e1a2a77187a8a268b5502969709 100644 (file)
@@ -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 ());