comparison test.mup @ 10:b9727813e029

add more notes to generate >1 page
author Daniel O'Connor <darius@dons.net.au>
date Thu, 07 Apr 2016 23:35:19 +0930
parents b1aac55d2864
children
comparison
equal deleted inserted replaced
9:e9760224e992 10:b9727813e029
21 // The program numbers correspond to the 21 // The program numbers correspond to the
22 // General MIDI sounds as noted. 22 // General MIDI sounds as noted.
23 midi 1 1: 0 "channel=1"; 0 "program=1"; 0 "parameter=10,0"; 23 midi 1 1: 0 "channel=1"; 0 "program=1"; 0 "parameter=10,0";
24 24
25 // Bar 1 25 // Bar 1
26 1 1: 4a; 4b; 2d; 26 1 1: 1a;
27 endbar 27 endbar
28 28
29 // Bar 2 29 // Bar 2
30 1 1: 4c+#; 4r; 2e; 30 1 1: 1b;
31 endbar 31 endbar
32 32
33 // Bar 3 33 // Bar 3
34 1 1: 4c+; 4r; 2e; 34 1 1: 1c;
35 endbar 35 endbar
36
37 // Bar 4
38 1 1: 1d;
39 endbar
40
41 // Bar 5
42 1 1: 1e;
43 endbar
44
45 // Bar 6
46 1 1: 1f;
47 endbar
48
49 // Bar 7
50 1 1: 1g;
51 endbar
52
53 // Bar 8
54 1 1: 1a-;
55 endbar
56
57 // Bar 9
58 1 1: 1b-;
59 endbar
60
61 // Bar 10
62 1 1: 1c+;
63 endbar
64
65 // Bar 11
66 1 1: 1d+;
67 endbar
68
69 // Bar 12
70 1 1: 1e;
71 endbar