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