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