]> git.donarmstrong.com Git - lilypond.git/blob - input/martien.ly
b3917c6209437fe647da42bde316a2e08117e8c3
[lilypond.git] / input / martien.ly
1 %%%%%%%%% HAS TO BE ADJUSTED to pl32
2
3
4 % martien.ly
5 %
6 % Viola Quartet
7 % Martien Lohman (194x-????) 
8 %
9 % quite alive at the time of writing; 
10 % copyright by ml
11 %
12 % lilypond: src/\stem.cc:42: void Stem::set_\stemend(double): Assertion `(dir > 0 && se >= maxnote) || (se <= minnote && dir <0)' failed.
13
14 % The purpose of this file is to demonstrate features of LilyPond;
15 % respect the copyright.
16 %
17 % \barnumbering5
18 % \barnumberstyle\boxed
19
20 globalmusic= \melodic{
21                 \meter {2/4}
22 %               \key fis
23                 \skip {56*2}
24 %               \key bes es as
25                 \skip {8*2}
26                 \meter {6/8}
27                 \skip{ 48*8}
28                 \meter {2/4}
29                 \skip {16*2}
30 %               \key fis
31 }
32
33 include "mlalt.ly"
34 include "mlvio1.ly"
35 include "mlvio2.ly"
36 include "mlcello.ly"
37
38 \score{
39         \staff{ globalmusic alto }
40         \staff{ globalmusic violinI }
41         \staff{ globalmusic violinII }
42         \staff{ globalmusic cello }
43         \paper{
44                 \unitspace 24\mm
45                 \width 195\mm
46                 \output "martien.out"
47         }
48         \midi{ 
49                 \tempo 4:80
50         }
51 }