0
|
1 header
|
|
2 title(22) "Test"
|
|
3
|
|
4 score
|
|
5 scale = 0.75
|
|
6 packfact = 0.5
|
|
7 units = cm
|
|
8 // pageheight = 29.7
|
|
9 // pagewidth = 21
|
|
10 topmargin = 1
|
|
11 botmargin = 1
|
|
12 leftmargin = 1
|
|
13 rightmargin = 1
|
|
14 measnum = y
|
|
15 staffs = 1
|
|
16
|
|
17 music
|
|
18
|
|
19 // Put each voice on a different channel
|
|
20 // using a different instrument sound.
|
|
21 // The program numbers correspond to the
|
|
22 // General MIDI sounds as noted.
|
|
23 midi 1 1: 0 "channel=1"; 0 "program=1"; 0 "parameter=10,0";
|
|
24
|
|
25 // Bar 1
|
|
26 1 1: 4a; 4b; 2d;
|
|
27 endbar
|
|
28
|
|
29 // Bar 2
|
|
30 1 1: 4c+#; 4r; 2e;
|
|
31 endbar |