From: fred Date: Sun, 24 Mar 2002 19:30:52 +0000 (+0000) Subject: lilypond-0.0.29 X-Git-Tag: release/1.5.59~5441 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6d2e25a7a55c3a249e21b039f7d0801121e7bcd4;p=lilypond.git lilypond-0.0.29 --- 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 } }