]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/error.ly
release: 0.0.44
[lilypond.git] / input / error.ly
index 570300af987159d0a14ae219e3028bb6b8b3da5f..9a432233b0a7885a8c1283e9c4f46f7b1bf3da40 100644 (file)
@@ -1,7 +1,7 @@
 include "this-is-hopefully-a-nonexisting-file"
 
 mwa = \music {
-       
+       \meter{3/4}
        [ a8 a8 a8 a8 a8 ]      % 
        [ a8 ]  % 
 %       segfault
@@ -13,33 +13,27 @@ mwa = \music {
        a b c
        |||             % 
        abc             % ok; print error, no \output
-       \bla            % no warning-> this STRING, reduced to lyric_elt.
+       \bla            %  STRING, reduced to lyric_elt.
        a [ b           % warning, still \output
-        { a( b }       % warning, still \output
+        < a( b >       % warning, still \output
        a b ,c
        a b c-*
        a b c&
-       { a-. b-. }
+       < a-. b-. >
        
 }
 
-bla = \music {
-       @ 
+bla = \lyrics {
        These Gates will open just like windows. % ok; warning
-       @
 }
 
 
 include "this-is-hopefully-a-nonexisting-file"
-
-score {
+\score {
        \staff { 
                lyric \music { bla }
        }
        \staff { 
                \melodic \music { mwa }
        }
-       \co\mmands {
-               \meter {3/4}
-       }
 }