]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/error.ly
release: 0.0.59
[lilypond.git] / input / error.ly
index 9a432233b0a7885a8c1283e9c4f46f7b1bf3da40..351ba8725a9941baf57c9c625e7eb1df9a0dcd7f 100644 (file)
@@ -1,17 +1,21 @@
-include "this-is-hopefully-a-nonexisting-file"
+\version "0.0.57";
 
-mwa = \music {
-       \meter{3/4}
+\include "this-is-hopefully-a-nonexisting-file"
+
+
+
+mwa = \melodic{
+       \meter 3/4;
        [ a8 a8 a8 a8 a8 ]      % 
        [ a8 ]  % 
 %       segfault
-       < { [ bes^"1"( )a bes-. g-. ] a4-.^"4" } { [ e ] } { [ c ] } > |
+       < { [ bes^"1"~  a bes-. g-. ] a4-.^"4" } { [ e ] } { [ c ] } > |
        a ) b ] c       % warning
        &               % ok; error
        a b ) ]         % ok; error
 %        a.........    % fatal error -- assert
        a b c
-       |||             % 
+       |.|             % 
        abc             % ok; print error, no \output
        \bla            %  STRING, reduced to lyric_elt.
        a [ b           % warning, still \output
@@ -23,17 +27,17 @@ mwa = \music {
        
 }
 
-bla = \lyric{
+bla = \lyric{
        These Gates will open just like windows. % ok; warning
 }
 
 
-include "this-is-hopefully-a-nonexisting-file"
-\score {
-       \staff { 
-               lyric \music { bla }
-       }
-       \staff { 
-               \melodic \music { mwa }
-       }
+% Setting up music ...lilypond: ../flower/include/cursor.inl:98: class Cursor<void *> Cursor<void *>::operator ++(int): Assertion 'pointer_' failed.
+%IOT trap/Abort
+% als geen music in staff
+
+\include "this-is-hopefully-a-nonexisting-file"
+\score{
+       \staff{ bla }
+       \staff{ mwa }
 }