From 6d2e25a7a55c3a249e21b039f7d0801121e7bcd4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:30:52 +0000 Subject: [PATCH] lilypond-0.0.29 --- input/error.ly | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/input/error.ly b/input/error.ly index 49dd24665b..9aa92d0710 100644 --- a/input/error.ly +++ b/input/error.ly @@ -1,18 +1,24 @@ mwa = music { $ - ab % ok, warning, still output? -% \bla % ok, fatal -% & % ok, fatal -% c d ) ] % ok, fatal - c [ d -% c ) d ] e % no location :-( - + a ) b ] c % warning + & % ok; error + a b ) ] % ok; error +% a......... % fatal error -- assert + a b c + ||| % + abc % ok; print error, no output + \bla % no warning-> this STRING, reduced to lyric_elt. + a [ b % warning, still output + { a( b } % warning, still output + a b ,c + a b c-* + a b c& $ } bla = music { @ - These Gates will open just like windows. + These Gates will open just like windows. % ok; warning @ } @@ -24,6 +30,6 @@ score { melodic music { mwa } } commands { - meter 2*4 + meter 3*4 } } -- 2.39.5