]> git.donarmstrong.com Git - lilypond.git/blob - input/martien.ly
release: 0.0.47
[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. %% VAAG!
11 %
12 % \barnumbering5
13 % \barnumberstyle\boxed
14
15 globalmusic= \melodic{
16                 \meter {2/4}
17 %               \key fis
18                 \skip {2*56}
19 %               \key bes es as
20                 \skip {2*8}
21                 \meter {6/8}
22                 \skip{ 8*48}
23                 \meter {2/4}
24                 \skip {2*16}
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{ melodicregs globalmusic alto }
35         \staff{melodicregs  globalmusic violinI }
36         \staff{ melodicregs globalmusic violinII }
37         \staff{ melodicregs 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 }