]> git.donarmstrong.com Git - lilypond.git/blob - input/martien.ly
release: 0.0.42.pre3
[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= \music {
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 { 
40                 \melodic 
41                 \music { alto }
42                 \music { globalmusic }
43         }
44         \staff { 
45                 \melodic 
46                 \music { violinI }
47                 \music { globalmusic }
48         }
49         \staff { 
50                 \melodic 
51                 \music { violinII }
52                 \music { globalmusic }
53         } 
54         \staff { 
55                 \melodic 
56                 \music { cello }
57                 \music { globalmusic }
58         } 
59         \paper {
60                 \unitspace 24\mm
61                 \width 195\mm
62                 \output "martien.out"
63         }
64         \midi { 
65                 \tempo 4:80
66         }
67 }