]> git.donarmstrong.com Git - lilypond.git/blob - input/error.ly
49dd24665b95d15ad2b448263bec40332c803ac3
[lilypond.git] / input / error.ly
1 mwa = music {
2         $
3         ab % ok, warning, still output?
4 %       \bla % ok, fatal
5 %       &   %  ok, fatal
6 %       c d ) ] % ok, fatal
7         c [ d 
8 %       c ) d ] e % no location :-(
9         
10         $
11 }
12
13 bla = music {
14         @ 
15         These Gates will open just like windows.
16         @
17 }
18
19 score {
20         staff { 
21                 lyric music { bla }
22         }
23         staff { 
24                 melodic music { mwa }
25         }
26         commands {
27                 meter 2*4
28         }
29 }