]> git.donarmstrong.com Git - lilypond.git/blob - input/martien.ly
release: 0.0.34
[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 include "mlalt.ly"
21 include "mlvio1.ly"
22 include "mlvio2.ly"
23 include "mlcello.ly"
24
25 score {
26         staff { 
27                 melodic 
28                 music { alto }
29         }
30         staff { 
31                 melodic 
32                 music { violin1 }
33         }
34         staff { 
35                 melodic 
36                 music { violin2 }
37         } 
38         staff { 
39                 melodic 
40                 music { cello }
41         } 
42         commands {
43                 meter {2*4}
44 %               key $fis$
45                 skip {56*2}
46 %               key $bes es as$
47                 skip {8*2}
48                 meter {6*8}
49                 skip{ 48*8}
50                 meter {2*4}
51                 skip {16*2}
52 %               key $fis$
53         }
54         paper {
55                 unitspace 24mm
56                 width 195mm
57                 output "martien.out"
58         }
59         midi { 
60                 tempo 4:80
61         }
62 }