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