]> git.donarmstrong.com Git - lilypond.git/blob - input/martien.ly
683f14d46466e4028a3e1bb1094644a7232ec24d
[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 16mm
56                 unitspace 24mm
57                 width 195mm
58                 output "martien.out"
59         }
60         staff { 
61                 midi_track 
62                 music { alto }
63         }
64         staff { 
65                 midi_track 
66                 music { violin1 }
67         }
68         staff { 
69                 midi_track 
70                 music { violin2 }
71         } 
72         staff { 
73                 midi_track 
74                 music { cello }
75         } 
76         midi { 
77                 tempo 4:80
78         }
79 }