lilypond-0.0.33
[lilypond.git] / input / error.ly
blob74924e9b25da244a09d0cd8be8846c31b9a2659c
1 include "this-is-hopefully-a-nonexisting-file"
3 mwa = music {
5 [ a8 a8 a8 a8 a8 ] %
6 [ a8 ] %
7 % segfault
8 % { \music{ [ bes^"1"( )a bes-. g-. ] a4-.^"4" } \music{ [ e ] } \music{ [ c ] } } |
9 a ) b ] c % warning
10 & % ok; error
11 a b ) ] % ok; error
12 % a......... % fatal error -- assert
13 a b c
14 ||| %
15 abc % ok; print error, no output
16 \bla % no warning-> this STRING, reduced to lyric_elt.
17 a [ b % warning, still output
18 { a( b } % warning, still output
19 a b ,c
20 a b c-*
21 a b c&
22 { a-. b-. }
26 bla = music {
28 These Gates will open just like windows. % ok; warning
33 include "this-is-hopefully-a-nonexisting-file"
35 score {
36 staff {
37 lyric music { bla }
39 staff {
40 melodic music { mwa }
42 commands {
43 meter {3*4}