lilypond-1.5.14
[lilypond.git] / input / error.ly
blob118dba144d4c62ad673f7c6b0915f39e559ddf80
1 \version "0.0.58";
3 \include "this-is-hopefully-a-nonexisting-file"
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-. >
30 bla = \lyric{
31 These Gates will open just like windows. % ok; warning
35 \include "this-is-hopefully-a-nonexisting-file"
36 \score{
37 \staff{ bla }
38 \staff{ mwa }