]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/error.ly
release: 0.0.29
[lilypond.git] / input / error.ly
index 49dd24665b95d15ad2b448263bec40332c803ac3..9aa92d0710327365ca9df97aaf941adcb3e15b2a 100644 (file)
@@ -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
        }
 }