]> git.donarmstrong.com Git - lilypond.git/blob - input/error.ly
release: 0.0.77.jcn1
[lilypond.git] / input / error.ly
1 \version "0.0.58";
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 \include "this-is-hopefully-a-nonexisting-file"
36 \score{
37         \staff{ bla }
38         \staff{ mwa }
39 }