]> git.donarmstrong.com Git - lilypond.git/blob - input/error.ly
3c7967eef53b5da771da20db807efcf874574001
[lilypond.git] / input / error.ly
1 include "this-is-hopefully-a-nonexisting-file"
2
3
4 mwa = \melodic{
5         \meter 3/4;
6         [ a8 a8 a8 a8 a8 ]      % 
7         [ a8 ]  % 
8 %       segfault
9         < { [ bes^"1"( )a bes-. g-. ] a4-.^"4" } { [ e ] } { [ c ] } > |
10         a ) b ] c       % warning
11         &               % ok; error
12         a b ) ]         % ok; error
13 %        a.........     % fatal error -- assert
14         a b c
15         |||             % 
16         abc             % ok; print error, no \output
17         \bla            %  STRING, reduced to lyric_elt.
18         a [ b           % warning, still \output
19         < a( b >        % warning, still \output
20         a b ,c
21         a b c-*
22         a b c&
23         < a-. b-. >
24         
25 }
26
27 bla = \lyric{
28         These Gates will open just like windows. % ok; warning
29 }
30
31
32 % Setting up music ...lilypond: ../flower/include/cursor.inl:98: class Cursor<void *> Cursor<void *>::operator ++(int): Assertion 'pointer_' failed.
33 %IOT trap/Abort
34 % als geen music in staff
35
36 include "this-is-hopefully-a-nonexisting-file"
37 \score{
38         \staff{ bla }
39         \staff{ mwa }
40 }