Give water to plants if dry amd pla meanwhile music the music vou can define with note length bind and breake also select several instruments for the sound

Dependencies:   mbed

Committer:
helmut
Date:
Wed Sep 19 14:16:56 2012 +0000
Revision:
0:5150b09127e3
plays mostly music that you can do with notes length breakes and bind; Some already defined; Tool is to start a pump for water to give plant is too dry.; Meanwhie plays music the most part of all

Who changed what in which revision?

UserRevisionLine numberNew contents of line
helmut 0:5150b09127e3 1 #include "note.h"
helmut 0:5150b09127e3 2 #include "loud.h"
helmut 0:5150b09127e3 3 #include "instrument.h"
helmut 0:5150b09127e3 4
helmut 0:5150b09127e3 5 void Play_Note(float note, float lengh, bool combine, float loud, int instrument);
helmut 0:5150b09127e3 6 void Play_Pause(float lengh);
helmut 0:5150b09127e3 7 void Play_Eine_kleine_Nachtmusik1();
helmut 0:5150b09127e3 8 void Play_Eine_kleine_Nachtmusik2();
helmut 0:5150b09127e3 9 void Play_5th_Symphonie1();
helmut 0:5150b09127e3 10 void Play_5th_Symphonie2();
helmut 0:5150b09127e3 11
helmut 0:5150b09127e3 12 void Play_Eine_kleine_Nachtmusik() {
helmut 0:5150b09127e3 13 //Nach Wolfgang Amadeus Mozard
helmut 0:5150b09127e3 14 //Bbasskey F-Dur, C C# D D# E F F# G G# A Bb H
helmut 0:5150b09127e3 15 Play_Eine_kleine_Nachtmusik1();
helmut 0:5150b09127e3 16 Play_Eine_kleine_Nachtmusik1();
helmut 0:5150b09127e3 17 Play_Eine_kleine_Nachtmusik2();
helmut 0:5150b09127e3 18 }
helmut 0:5150b09127e3 19
helmut 0:5150b09127e3 20 void Play_5th_Symphonie() {
helmut 0:5150b09127e3 21 Play_5th_Symphonie1();
helmut 0:5150b09127e3 22 Play_5th_Symphonie1();
helmut 0:5150b09127e3 23 Play_5th_Symphonie2();
helmut 0:5150b09127e3 24 }
helmut 0:5150b09127e3 25
helmut 0:5150b09127e3 26 void Play_Eine_kleine_Nachtmusik1() {
helmut 0:5150b09127e3 27 //Nach Wolfgang Amadeus Mozard
helmut 0:5150b09127e3 28 //Bbasskey F-Dur, C C# D D# E F F# G G# A Bb H
helmut 0:5150b09127e3 29 //- 1
helmut 0:5150b09127e3 30 Play_Note(G3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 31 Play_Pause(0.125);
helmut 0:5150b09127e3 32 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 33 Play_Note(G3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 34 Play_Pause(0.125);
helmut 0:5150b09127e3 35 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 36 //- 2
helmut 0:5150b09127e3 37 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 38 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 39 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 40 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 41 Play_Note(D2, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 42 Play_Pause(0.25);
helmut 0:5150b09127e3 43 //- 3
helmut 0:5150b09127e3 44 Play_Note(C2, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 45 Play_Pause(0.125);
helmut 0:5150b09127e3 46 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 47 Play_Note(C2, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 48 Play_Pause(0.125);
helmut 0:5150b09127e3 49 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 50 //- 4
helmut 0:5150b09127e3 51 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 52 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 53 Play_Note(E3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 54 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 55 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 56 Play_Pause(0.25);
helmut 0:5150b09127e3 57 //- 5
helmut 0:5150b09127e3 58 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 59 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 60 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 61 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 62 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 63 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 64 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 65 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 66 //- 6
helmut 0:5150b09127e3 67 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 68 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 69 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 70 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 71 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 72 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 73 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 74 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 75 //- 7
helmut 0:5150b09127e3 76 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 77 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 78 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 79 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 80 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 81 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 82 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 83 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 84 //- 8
helmut 0:5150b09127e3 85 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 86 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 87 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 88 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 89 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 90 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 91 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 92 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 93 //- 9
helmut 0:5150b09127e3 94 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 95 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 96 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 97 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 98 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 99 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 100 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 101 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 102 //- 10
helmut 0:5150b09127e3 103 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 104 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 105 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 106 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 107 Play_Note(H3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 108 Play_Pause(0.25);
helmut 0:5150b09127e3 109 //- 11
helmut 0:5150b09127e3 110 Play_Pause(1);
helmut 0:5150b09127e3 111 //- 12
helmut 0:5150b09127e3 112 Play_Note(Fs3, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 113 Play_Note(G3, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 114 //- 13
helmut 0:5150b09127e3 115 Play_Note(C4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 116 Play_Note(C4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 117 Play_Note(A3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 118 Play_Note(A3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 119 //- 14
helmut 0:5150b09127e3 120 Play_Note(H2, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 121 Play_Pause(0.125);
helmut 0:5150b09127e3 122 Play_Note(D3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 123 Play_Pause(0.125);
helmut 0:5150b09127e3 124 Play_Note(Fs3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 125 Play_Pause(0.25);
helmut 0:5150b09127e3 126 //- 15
helmut 0:5150b09127e3 127 Play_Pause(1);
helmut 0:5150b09127e3 128 //- 16
helmut 0:5150b09127e3 129 Play_Note(Fs3, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 130 Play_Note(G3, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 131 //- 17
helmut 0:5150b09127e3 132 Play_Note(C4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 133 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 134 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 135 Play_Note(A3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 136 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 137 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 138 //- 18
helmut 0:5150b09127e3 139 Play_Note(H3, 0.5, true, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 140 Play_Note(H3, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 141 Play_Note(H3, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 142 Play_Note(A3, 0.03125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 143 Play_Note(H3, 0.03125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 144 Play_Note(C4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 145 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 146 //- 19
helmut 0:5150b09127e3 147 Play_Note(G3, 0.125, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 148 Play_Note(G3, 0.125, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 149 Play_Note(G3, 0.125, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 150 Play_Note(G3, 0.125, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 151 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 152 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 153 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 154 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 155 //- 20
helmut 0:5150b09127e3 156 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 157 // Violinschl�ssel F-Dur
helmut 0:5150b09127e3 158 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 159 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 160 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 161 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 162 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 163 Play_Note(A4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 164 Play_Note(A4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 165 //- 21
helmut 0:5150b09127e3 166 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 167 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 168 Play_Note(F4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 169 Play_Note(F4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 170 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 171 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 172 Play_Note(D4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 173 Play_Note(D4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 174 //- Violinschl�ssel F-Dur
helmut 0:5150b09127e3 175 //- 22
helmut 0:5150b09127e3 176 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 177 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 178 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 179 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 180 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 181 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 182 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 183 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 184 //- 23
helmut 0:5150b09127e3 185 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 186 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 187 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 188 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 189 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 190 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 191 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 192 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 193 //- 24
helmut 0:5150b09127e3 194 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 195 Play_Note(G4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 196 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 197 Play_Note(G4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 198 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 199 Play_Note(G4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 200 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 201 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 202 //- 25
helmut 0:5150b09127e3 203 Play_Note(H4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 204 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 205 Play_Note(G4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 206 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 207 Play_Note(H4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 208 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 209 Play_Note(Gs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 210 Play_Note(H4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 211 //- 26
helmut 0:5150b09127e3 212 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 213 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 214 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 215 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 216 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 217 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 218 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 219 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 220 //- 27
helmut 0:5150b09127e3 221 Play_Pause(0.125);
helmut 0:5150b09127e3 222 // Bbassschl�ssel F-Dur
helmut 0:5150b09127e3 223 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 224 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 225 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 226 Play_Note(A3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 227 Play_Pause(0.25);
helmut 0:5150b09127e3 228 //- 28
helmut 0:5150b09127e3 229 Play_Pause(1);
helmut 0:5150b09127e3 230 //- 29
helmut 0:5150b09127e3 231 Play_Pause(1);
helmut 0:5150b09127e3 232 // Violinschl�ssel F-Dur
helmut 0:5150b09127e3 233 //- 30
helmut 0:5150b09127e3 234 Play_Note(Fs4, 0.3125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 235 Play_Note(E4, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 236 Play_Note(D4, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 237 Play_Note(Cs4, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 238 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 239 Play_Pause(0.125);
helmut 0:5150b09127e3 240 Play_Note(E4, 0.1275, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 241 Play_Pause(0.125);
helmut 0:5150b09127e3 242 //- 31
helmut 0:5150b09127e3 243 Play_Note(D4, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 244 Play_Note(Cs4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 245 Play_Pause(0.25);
helmut 0:5150b09127e3 246 //- 32
helmut 0:5150b09127e3 247 Play_Note(A4, 0.3125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 248 Play_Note(G4, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 249 Play_Note(Fs4, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 250 Play_Note(E4, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 251 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 252 Play_Pause(0.125);
helmut 0:5150b09127e3 253 Play_Note(H4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 254 Play_Pause(0.125);
helmut 0:5150b09127e3 255 //- 33
helmut 0:5150b09127e3 256 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 257 Play_Pause(0.125);
helmut 0:5150b09127e3 258 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 259 Play_Pause(0.125);
helmut 0:5150b09127e3 260 Play_Note(A4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 261 Play_Pause(0.125);
helmut 0:5150b09127e3 262 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 263 Play_Pause(0.125);
helmut 0:5150b09127e3 264 //- 34
helmut 0:5150b09127e3 265 Play_Note(E4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 266 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 267 Play_Pause(0.25);
helmut 0:5150b09127e3 268 Play_Pause(0.5);
helmut 0:5150b09127e3 269 //- 35
helmut 0:5150b09127e3 270 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 271 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 272 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 273 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 274 Play_Note(Fs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 275 Play_Note(Fs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 276 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 277 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 278 //- 36
helmut 0:5150b09127e3 279 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 280 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 281 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 282 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 283 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 284 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 285 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 286 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 287 //- 37
helmut 0:5150b09127e3 288 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 289 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 290 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 291 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 292 Play_Note(Fs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 293 Play_Note(Fs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 294 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 295 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 296 //- 38
helmut 0:5150b09127e3 297 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 298 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 299 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 300 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 301 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 302 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 303 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 304 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 305 //- 39
helmut 0:5150b09127e3 306 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 307 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 308 Play_Note(F4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 309 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 310 Play_Note(Ds4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 311 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 312 Play_Note(Cs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 313 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 314 //- 40
helmut 0:5150b09127e3 315 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 316 Play_Note(G4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 317 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 318 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 319 Play_Note(Cs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 320 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 321 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 322 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 323 //- 41
helmut 0:5150b09127e3 324 Play_Pause(0.125);
helmut 0:5150b09127e3 325 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 326 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 327 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 328 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 329 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 330 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 331 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 332 //- 42
helmut 0:5150b09127e3 333 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 334 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 335 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 336 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 337 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 338 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 339 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 340 Play_Note(G4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 341 //- 43
helmut 0:5150b09127e3 342 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 343 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 344 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 345 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 346 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 347 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 348 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 349 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 350 //- 44
helmut 0:5150b09127e3 351 Play_Note(Cs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 352 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 353 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 354 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 355 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 356 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 357 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 358 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 359 //- 45
helmut 0:5150b09127e3 360 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 361 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 362 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 363 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 364 Play_Note(F4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 365 Play_Note(F4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 366 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 367 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 368 //- 46
helmut 0:5150b09127e3 369 Play_Note(Cs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 370 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 371 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 372 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 373 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 374 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 375 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 376 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 377 //- 47
helmut 0:5150b09127e3 378 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 379 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 380 Play_Note(F4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 381 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 382 Play_Note(Ds4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 383 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 384 Play_Note(Cs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 385 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 386 //- 48
helmut 0:5150b09127e3 387 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 388 Play_Note(G4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 389 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 390 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 391 Play_Note(Cs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 392 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 393 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 394 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 395 //- 49
helmut 0:5150b09127e3 396 Play_Pause(0.125);
helmut 0:5150b09127e3 397 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 398 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 399 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 400 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 401 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 402 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 403 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 404 //- 50
helmut 0:5150b09127e3 405 Play_Note(D5, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 406 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 407 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 408 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 409 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 410 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 411 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 412 Play_Note(G4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 413 //- 51
helmut 0:5150b09127e3 414 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 415 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 416 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 417 Play_Note(Cs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 418 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 419 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 420 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 421 Play_Note(D4, 0.0625, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 422 Play_Note(E4, 0.0625, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 423 //- 52
helmut 0:5150b09127e3 424 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 425 Play_Note(Cs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 426 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 427 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 428 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 429 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 430 Play_Note(G4, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 431 Play_Note(Fs4, 0.0625, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 432 Play_Note(G4, 0.0625, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 433 //- 53
helmut 0:5150b09127e3 434 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 435 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 436 Play_Note(Bb4, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 437 Play_Note(Gs4, 0.0625, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 438 Play_Note(A4, 0.0625, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 439 Play_Note(H4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 440 Play_Pause(0.25);
helmut 0:5150b09127e3 441 //- 54
helmut 0:5150b09127e3 442 Play_Note(E4, 0.75, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 443 Play_Note(D4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 444 Play_Note(Cs4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 445 //- 55
helmut 0:5150b09127e3 446 Play_Note(D4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 447 Play_Pause(0.125);
helmut 0:5150b09127e3 448 Play_Note(Fs4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 449 Play_Pause(0.125);
helmut 0:5150b09127e3 450 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 451 Play_Pause(0.125);
helmut 0:5150b09127e3 452 Play_Pause(0.25);
helmut 0:5150b09127e3 453 }
helmut 0:5150b09127e3 454
helmut 0:5150b09127e3 455 void Play_Eine_kleine_Nachtmusik2() {
helmut 0:5150b09127e3 456 //Nach Wolfgang Amadeus Mozard
helmut 0:5150b09127e3 457 //- 56 Violinschl�ssel F-Dur
helmut 0:5150b09127e3 458 Play_Note(D4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 459 Play_Pause(0.125);
helmut 0:5150b09127e3 460 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 461 Play_Note(D4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 462 Play_Pause(0.125);
helmut 0:5150b09127e3 463 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 464 //- 57
helmut 0:5150b09127e3 465 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 466 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 467 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 468 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 469 Play_Note(A4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 470 Play_Pause(0.25);
helmut 0:5150b09127e3 471 //- 58
helmut 0:5150b09127e3 472 Play_Note(A4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 473 Play_Pause(0.125);
helmut 0:5150b09127e3 474 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 475 Play_Note(A4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 476 Play_Pause(0.125);
helmut 0:5150b09127e3 477 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 478 //- 59
helmut 0:5150b09127e3 479 Play_Note(A4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 480 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 481 Play_Note(Ds4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 482 Play_Note(Fs4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 483 Play_Note(H3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 484 Play_Pause(0.25);
helmut 0:5150b09127e3 485 //- 60
helmut 0:5150b09127e3 486 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 487 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 488 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 489 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 490 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 491 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 492 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 493 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 494 //- 61
helmut 0:5150b09127e3 495 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 496 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 497 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 498 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 499 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 500 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 501 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 502 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 503 //- 62
helmut 0:5150b09127e3 504 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 505 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 506 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 507 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 508 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 509 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 510 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 511 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 512 //- 63
helmut 0:5150b09127e3 513 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 514 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 515 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 516 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 517 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 518 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 519 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 520 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 521 //- 64
helmut 0:5150b09127e3 522 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 523 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 524 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 525 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 526 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 527 Play_Note(E4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 528 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 529 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 530 //- 65
helmut 0:5150b09127e3 531 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 532 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 533 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 534 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 535 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 536 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 537 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 538 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 539 //- 66
helmut 0:5150b09127e3 540 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 541 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 542 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 543 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 544 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 545 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 546 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 547 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 548 //- 67
helmut 0:5150b09127e3 549 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 550 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 551 Play_Note(Bb3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 552 Play_Note(Bb3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 553 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 554 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 555 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 556 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 557 //- 68 Bbassschl�ssel F-Dur
helmut 0:5150b09127e3 558 Play_Note(Bb3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 559 Play_Note(Bb3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 560 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 561 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 562 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 563 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 564 Play_Pause(0.25);
helmut 0:5150b09127e3 565 //- 69
helmut 0:5150b09127e3 566 Play_Pause(1);
helmut 0:5150b09127e3 567 //- 70
helmut 0:5150b09127e3 568 Play_Pause(0.25);
helmut 0:5150b09127e3 569 Play_Pause(0.125);
helmut 0:5150b09127e3 570 Play_Note(D3, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 571 Play_Note(E3, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 572 Play_Note(Fs3, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 573 Play_Note(G3, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 574 Play_Note(A3, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 575 //- 71
helmut 0:5150b09127e3 576 Play_Note(C4, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 577 Play_Note(Bb3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 578 Play_Pause(0.25);
helmut 0:5150b09127e3 579 Play_Pause(0.5);
helmut 0:5150b09127e3 580 //- 72
helmut 0:5150b09127e3 581 Play_Pause(0.25);
helmut 0:5150b09127e3 582 Play_Pause(0.125);
helmut 0:5150b09127e3 583 // Violinschl�ssel F-Dur
helmut 0:5150b09127e3 584 Play_Note(D4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 585 Play_Note(E4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 586 Play_Note(Fs4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 587 Play_Note(G4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 588 Play_Note(A4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 589 //- 73
helmut 0:5150b09127e3 590 Play_Note(Bb4, 0.25, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 591 Play_Note(H4, 0.25, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 592 Play_Note(C5, 0.25, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 593 Play_Note(Cs5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 594 //- 74
helmut 0:5150b09127e3 595 Play_Note(H4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 596 Play_Note(H4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 597 Play_Note(H4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 598 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 599 Play_Note(A4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 600 Play_Note(A4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 601 Play_Note(A4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 602 Play_Note(H4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 603 //- 75
helmut 0:5150b09127e3 604 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 605 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 606 Play_Note(G4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 607 Play_Note(H4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 608 Play_Note(H4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 609 Play_Note(A4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 610 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 611 Play_Note(D4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 612 //- 76
helmut 0:5150b09127e3 613 Play_Note(G4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 614 Play_Pause(0.125);
helmut 0:5150b09127e3 615 // Bbassschl�ssel F-Dur
helmut 0:5150b09127e3 616 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 617 Play_Note(G3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 618 Play_Pause(0.125);
helmut 0:5150b09127e3 619 Play_Note(D3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 620 //- 77
helmut 0:5150b09127e3 621 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 622 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 623 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 624 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 625 Play_Note(D4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 626 Play_Pause(0.25);
helmut 0:5150b09127e3 627 //- 78
helmut 0:5150b09127e3 628 Play_Note(C4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 629 Play_Pause(0.125);
helmut 0:5150b09127e3 630 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 631 Play_Note(C4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 632 Play_Pause(0.125);
helmut 0:5150b09127e3 633 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 634 //- 79
helmut 0:5150b09127e3 635 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 636 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 637 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 638 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 639 Play_Note(D3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 640 Play_Pause(0.25);
helmut 0:5150b09127e3 641 //- 80
helmut 0:5150b09127e3 642 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 643 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 644 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 645 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 646 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 647 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 648 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 649 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 650 //- 81
helmut 0:5150b09127e3 651 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 652 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 653 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 654 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 655 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 656 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 657 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 658 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 659 //- 82
helmut 0:5150b09127e3 660 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 661 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 662 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 663 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 664 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 665 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 666 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 667 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 668 //- 83
helmut 0:5150b09127e3 669 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 670 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 671 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 672 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 673 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 674 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 675 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 676 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 677 //- 84
helmut 0:5150b09127e3 678 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 679 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 680 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 681 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 682 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 683 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 684 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 685 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 686 //- 85
helmut 0:5150b09127e3 687 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 688 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 689 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 690 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 691 Play_Note(H3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 692 Play_Pause(0.25);
helmut 0:5150b09127e3 693 //- 86
helmut 0:5150b09127e3 694 Play_Pause(1);
helmut 0:5150b09127e3 695 //- 87
helmut 0:5150b09127e3 696 Play_Note(Fs3, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 697 Play_Note(G3, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 698 //- 88
helmut 0:5150b09127e3 699 Play_Note(C3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 700 Play_Note(C3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 701 Play_Note(D3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 702 Play_Note(D3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 703 //- 89
helmut 0:5150b09127e3 704 Play_Note(H2, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 705 Play_Pause(0.125);
helmut 0:5150b09127e3 706 Play_Note(D3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 707 Play_Pause(0.125);
helmut 0:5150b09127e3 708 Play_Note(G3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 709 Play_Pause(0.25);
helmut 0:5150b09127e3 710 //- 90
helmut 0:5150b09127e3 711 Play_Pause(1);
helmut 0:5150b09127e3 712 //- 91
helmut 0:5150b09127e3 713 Play_Note(Fs3, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 714 Play_Note(G3, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 715 //- 92
helmut 0:5150b09127e3 716 Play_Note(C4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 717 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 718 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 719 Play_Note(A3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 720 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 721 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 722 //- 93
helmut 0:5150b09127e3 723 Play_Note(H3, 0.5, true, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 724 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 725 Play_Note(H3, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 726 Play_Note(A3, 0.03125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 727 Play_Note(H3, 0.03125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 728 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 729 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 730 //- 94
helmut 0:5150b09127e3 731 Play_Note(G3, 0.125, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 732 Play_Note(G3, 0.125, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 733 Play_Note(G3, 0.125, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 734 Play_Note(G3, 0.125, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 735 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 736 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 737 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 738 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 739 //- 95
helmut 0:5150b09127e3 740 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 741 // Violinschl�ssel F-Dur
helmut 0:5150b09127e3 742 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 743 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 744 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 745 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 746 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 747 Play_Note(A4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 748 Play_Note(A4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 749 //- 96
helmut 0:5150b09127e3 750 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 751 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 752 Play_Note(Fs4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 753 Play_Note(Fs4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 754 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 755 Play_Note(G4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 756 Play_Note(E4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 757 Play_Note(E4, 0.125, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 758 //- 97
helmut 0:5150b09127e3 759 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 760 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 761 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 762 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 763 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 764 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 765 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 766 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 767 //- 98
helmut 0:5150b09127e3 768 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 769 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 770 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 771 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 772 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 773 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 774 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 775 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 776 //- 99
helmut 0:5150b09127e3 777 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 778 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 779 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 780 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 781 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 782 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 783 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 784 Play_Note(E4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 785 //- 100
helmut 0:5150b09127e3 786 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 787 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 788 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 789 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 790 Play_Note(D4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 791 Play_Pause(0.25);
helmut 0:5150b09127e3 792 //- 101 Bbassschl�ssel F-Dur
helmut 0:5150b09127e3 793 Play_Note(D4, 0.3125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 794 Play_Note(C4, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 795 Play_Note(H3, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 796 Play_Note(A3, 0.0625, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 797 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 798 Play_Pause(0.125);
helmut 0:5150b09127e3 799 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 800 Play_Pause(0.125);
helmut 0:5150b09127e3 801 //- 102
helmut 0:5150b09127e3 802 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 803 Play_Pause(0.125);
helmut 0:5150b09127e3 804 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 805 Play_Pause(0.125);
helmut 0:5150b09127e3 806 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 807 Play_Pause(0.125);
helmut 0:5150b09127e3 808 Play_Pause(0.25);
helmut 0:5150b09127e3 809 //- 103
helmut 0:5150b09127e3 810 Play_Pause(0.25);
helmut 0:5150b09127e3 811 Play_Note(Ds3, 0.25, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 812 Play_Note(E3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 813 Play_Pause(0.125);
helmut 0:5150b09127e3 814 Play_Note(C3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 815 Play_Pause(0.125);
helmut 0:5150b09127e3 816 //- 104
helmut 0:5150b09127e3 817 Play_Note(D3, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 818 Play_Note(D4, 0.375, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 819 Play_Note(Cs4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 820 Play_Note(C4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 821 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 822 //- 105 Violinschl�ssel F-Dur
helmut 0:5150b09127e3 823 Play_Note(D5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 824 Play_Note(D4, 0.25, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 825 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 826 Play_Pause(0.125);
helmut 0:5150b09127e3 827 //- 106
helmut 0:5150b09127e3 828 Play_Note(A4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 829 Play_Pause(0.125);
helmut 0:5150b09127e3 830 Play_Note(A4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 831 Play_Pause(0.125);
helmut 0:5150b09127e3 832 Play_Note(A4, 0.25, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 833 Play_Pause(0.125);
helmut 0:5150b09127e3 834 Play_Note(A4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 835 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 836 //- 107
helmut 0:5150b09127e3 837 Play_Note(A4, 0.125, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 838 Play_Note(G4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 839 Play_Pause(0.25);
helmut 0:5150b09127e3 840 Play_Pause(0.25);
helmut 0:5150b09127e3 841 Play_Pause(0.125);
helmut 0:5150b09127e3 842 // Bbassschl�ssel F-Dur
helmut 0:5150b09127e3 843 Play_Note(C4, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 844 //- 108
helmut 0:5150b09127e3 845 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 846 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 847 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 848 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 849 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 850 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 851 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 852 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 853 //- 109
helmut 0:5150b09127e3 854 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 855 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 856 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 857 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 858 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 859 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 860 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 861 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 862 //- 110
helmut 0:5150b09127e3 863 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 864 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 865 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 866 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 867 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 868 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 869 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 870 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 871 //- 111
helmut 0:5150b09127e3 872 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 873 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 874 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 875 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 876 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 877 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 878 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 879 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 880 //- 112
helmut 0:5150b09127e3 881 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 882 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 883 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 884 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 885 Play_Note(Gs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 886 Play_Note(E3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 887 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 888 Play_Note(Gs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 889 //- 113
helmut 0:5150b09127e3 890 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 891 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 892 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 893 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 894 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 895 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 896 Play_Note(E3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 897 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 898 //- 114
helmut 0:5150b09127e3 899 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 900 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 901 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 902 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 903 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 904 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 905 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 906 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 907 //- 115
helmut 0:5150b09127e3 908 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 909 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 910 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 911 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 912 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 913 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 914 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 915 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 916 //- 116
helmut 0:5150b09127e3 917 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 918 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 919 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 920 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 921 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 922 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 923 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 924 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 925 //- 117
helmut 0:5150b09127e3 926 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 927 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 928 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 929 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 930 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 931 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 932 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 933 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 934 //- 118
helmut 0:5150b09127e3 935 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 936 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 937 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 938 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 939 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 940 Play_Note(H3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 941 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 942 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 943 //- 119
helmut 0:5150b09127e3 944 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 945 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 946 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 947 Play_Note(G3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 948 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 949 Play_Note(A3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 950 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 951 Play_Note(Fs3, 0.125, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 952 //- 120
helmut 0:5150b09127e3 953 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 954 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 955 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 956 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 957 Play_Note(Gs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 958 Play_Note(E3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 959 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 960 Play_Note(Gs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 961 //- 121
helmut 0:5150b09127e3 962 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 963 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 964 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 965 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 966 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 967 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 968 Play_Note(E3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 969 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 970 //- 122
helmut 0:5150b09127e3 971 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 972 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 973 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 974 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 975 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 976 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 977 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 978 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 979 //- 123
helmut 0:5150b09127e3 980 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 981 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 982 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 983 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 984 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 985 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 986 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 987 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 988 //- 124
helmut 0:5150b09127e3 989 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 990 Play_Note(D3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 991 Play_Note(E3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 992 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 993 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 994 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 995 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 996 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 997 //- 125
helmut 0:5150b09127e3 998 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 999 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1000 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1001 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1002 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1003 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1004 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1005 Play_Note(C4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1006 //- 126
helmut 0:5150b09127e3 1007 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1008 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1009 Play_Note(Ds4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1010 Play_Note(Ds4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1011 Play_Note(E4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1012 Play_Pause(0.25);
helmut 0:5150b09127e3 1013 //- 127
helmut 0:5150b09127e3 1014 Play_Note(A3, 0.75, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 1015 Play_Note(G3, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 1016 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1017 //- 128
helmut 0:5150b09127e3 1018 Play_Note(A3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1019 Play_Pause(0.25);
helmut 0:5150b09127e3 1020 Play_Pause(0.5);
helmut 0:5150b09127e3 1021 //- 129
helmut 0:5150b09127e3 1022 Play_Note(A3, 0.75, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 1023 Play_Note(G3, 0.125, true, Forte, Piano_Forte);
helmut 0:5150b09127e3 1024 Play_Note(Fs3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1025 //- 130
helmut 0:5150b09127e3 1026 Play_Note(A3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1027 Play_Pause(0.25);
helmut 0:5150b09127e3 1028 Play_Pause(0.5);
helmut 0:5150b09127e3 1029 //- 131
helmut 0:5150b09127e3 1030 Play_Note(E4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1031 Play_Pause(0.25);
helmut 0:5150b09127e3 1032 Play_Note(D4, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1033 Play_Pause(0.25);
helmut 0:5150b09127e3 1034 //- 132
helmut 0:5150b09127e3 1035 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1036 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1037 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1038 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1039 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1040 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1041 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1042 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1043 //- 133
helmut 0:5150b09127e3 1044 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1045 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1046 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1047 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1048 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1049 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1050 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1051 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1052 //- 134
helmut 0:5150b09127e3 1053 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1054 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1055 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1056 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1057 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1058 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1059 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1060 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1061 //- 135
helmut 0:5150b09127e3 1062 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1063 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1064 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1065 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1066 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1067 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1068 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1069 Play_Note(A3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1070 //- 136
helmut 0:5150b09127e3 1071 Play_Note(G3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1072 Play_Pause(0.125);
helmut 0:5150b09127e3 1073 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1074 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1075 Play_Note(G3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1076 Play_Note(D4, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1077 Play_Note(H3, 0.125, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1078 //- 137
helmut 0:5150b09127e3 1079 Play_Note(G3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1080 Play_Note(G3, 0.1875, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1081 Play_Note(G3, 0.0625, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1082 Play_Note(G3, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1083 Play_Pause(0.25);
helmut 0:5150b09127e3 1084 }
helmut 0:5150b09127e3 1085
helmut 0:5150b09127e3 1086 void Play_5th_Symphonie1() {
helmut 0:5150b09127e3 1087 // nach Ludwig van Bbeethoven Violine
helmut 0:5150b09127e3 1088 // Ab, b, Eb
helmut 0:5150b09127e3 1089 //- 1
helmut 0:5150b09127e3 1090 Play_Pause(0.25);
helmut 0:5150b09127e3 1091 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1092 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1093 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1094 //- 2
helmut 0:5150b09127e3 1095 Play_Note(Eb4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1096 //- 3
helmut 0:5150b09127e3 1097 Play_Pause(0.25);
helmut 0:5150b09127e3 1098 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1099 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1100 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1101 //- 4
helmut 0:5150b09127e3 1102 Play_Note(D4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1103 //- 5
helmut 0:5150b09127e3 1104 Play_Pause(0.25);
helmut 0:5150b09127e3 1105 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1106 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1107 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1108 //- 6
helmut 0:5150b09127e3 1109 Play_Note(Eb4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 1110 //- 7
helmut 0:5150b09127e3 1111 Play_Note(Eb4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 1112 //- 8
helmut 0:5150b09127e3 1113 Play_Note(Eb4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 1114 //- 9
helmut 0:5150b09127e3 1115 Play_Note(Eb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1116 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1117 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1118 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1119 //- 10
helmut 0:5150b09127e3 1120 Play_Note(D4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 1121 //- 11
helmut 0:5150b09127e3 1122 Play_Note(D4, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1123 //- 12
helmut 0:5150b09127e3 1124 Play_Note(G4, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1125 //- 13
helmut 0:5150b09127e3 1126 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1127 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1128 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1129 Play_Note(F5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1130 //- 14
helmut 0:5150b09127e3 1131 Play_Note(Eb5, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1132 //- 15
helmut 0:5150b09127e3 1133 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1134 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1135 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1136 Play_Note(F5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1137 //- 16
helmut 0:5150b09127e3 1138 Play_Note(Eb5, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1139 //- 17
helmut 0:5150b09127e3 1140 Play_Note(D5, 0.25, false, Piano_Crescendo, Violine);
helmut 0:5150b09127e3 1141 Play_Note(G5, 0.25, false, Piano_Crescendo, Violine);
helmut 0:5150b09127e3 1142 Play_Note(G5, 0.25, false, Piano_Crescendo, Violine);
helmut 0:5150b09127e3 1143 Play_Note(F5, 0.25, false, Piano_Crescendo, Violine);
helmut 0:5150b09127e3 1144 //- 18
helmut 0:5150b09127e3 1145 Play_Note(Eb5, 0.5, false, Forte, Violine);
helmut 0:5150b09127e3 1146 Play_Pause(0.5);
helmut 0:5150b09127e3 1147 //- 19
helmut 0:5150b09127e3 1148 Play_Note(C5, 0.5, false, Forte, Violine);
helmut 0:5150b09127e3 1149 Play_Pause(0.5);
helmut 0:5150b09127e3 1150 //- 20
helmut 0:5150b09127e3 1151 Play_Note(G5, 1, false, Forte, Violine);
helmut 0:5150b09127e3 1152 //- 21
helmut 0:5150b09127e3 1153 Play_Pause(0.25);
helmut 0:5150b09127e3 1154 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1155 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1156 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1157 //- 22
helmut 0:5150b09127e3 1158 Play_Note(F5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1159 //- 23
helmut 0:5150b09127e3 1160 Play_Note(F5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1161 //- 24
helmut 0:5150b09127e3 1162 Play_Pause(1);
helmut 0:5150b09127e3 1163 //- 25
helmut 0:5150b09127e3 1164 Play_Pause(0.25);
helmut 0:5150b09127e3 1165 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1166 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1167 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1168 //- 26
helmut 0:5150b09127e3 1169 Play_Note(H3, 1, true, Piano, Violine);
helmut 0:5150b09127e3 1170 //- 27
helmut 0:5150b09127e3 1171 Play_Note(H3, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1172 //- 28
helmut 0:5150b09127e3 1173 // Play_Pause(1);
helmut 0:5150b09127e3 1174 Play_Pause(0.25);
helmut 0:5150b09127e3 1175 Play_Note(Ab4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1176 Play_Note(Ab4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1177 Play_Note(Ab4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1178
helmut 0:5150b09127e3 1179 //- 29
helmut 0:5150b09127e3 1180 Play_Pause(0.25);
helmut 0:5150b09127e3 1181 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1182 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1183 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1184 //- 30
helmut 0:5150b09127e3 1185 Play_Note(H3, 1, true, Piano, Violine);
helmut 0:5150b09127e3 1186 //- 31
helmut 0:5150b09127e3 1187 Play_Note(H3, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1188 //- 32
helmut 0:5150b09127e3 1189 Play_Note(C4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1190 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1191 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1192 Play_Note(Eb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1193 //- 33
helmut 0:5150b09127e3 1194 Play_Note(F4, 1, true, Crescendo, Violine);
helmut 0:5150b09127e3 1195 //- 34
helmut 0:5150b09127e3 1196 Play_Note(F4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1197 Play_Note(Ab4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1198 Play_Note(Ab4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1199 Play_Note(F4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1200 //- 35
helmut 0:5150b09127e3 1201 Play_Note(F4, 1, true, Crescendo, Violine);
helmut 0:5150b09127e3 1202 //- 36
helmut 0:5150b09127e3 1203 Play_Note(G4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1204 Play_Note(G4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1205 Play_Note(G4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1206 Play_Note(Eb4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1207 //- 37
helmut 0:5150b09127e3 1208 Play_Note(Ab4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1209 Play_Note(Ab4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1210 Play_Note(Ab4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1211 Play_Note(F4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1212 //- 38
helmut 0:5150b09127e3 1213 Play_Note(Bb4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1214 Play_Note(Bb4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1215 Play_Note(Bb4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1216 Play_Note(G4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1217 //- 39
helmut 0:5150b09127e3 1218 Play_Note(C5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1219 Play_Note(C4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1220 Play_Note(C4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1221 Play_Note(Ab3, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1222 //- 40
helmut 0:5150b09127e3 1223 Play_Note(E4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1224 Play_Note(E4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1225 Play_Note(E4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1226 Play_Note(Bb3, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1227 //- 41
helmut 0:5150b09127e3 1228 Play_Note(F4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1229 Play_Note(F4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1230 Play_Note(F4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1231 Play_Note(C4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1232 //- 42
helmut 0:5150b09127e3 1233 Play_Note(Ab4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1234 Play_Note(Ab4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1235 Play_Note(Ab4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1236 Play_Note(F3, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1237 //- 43
helmut 0:5150b09127e3 1238 Play_Note(G4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1239 Play_Note(Eb6, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1240 Play_Note(Eb6, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1241 Play_Note(Eb6, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1242 //- 44
helmut 0:5150b09127e3 1243 Play_Note(C6, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1244 Play_Note(G5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1245 Play_Note(G5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1246 Play_Note(G5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1247 //- 45
helmut 0:5150b09127e3 1248 Play_Note(Eb5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1249 Play_Note(C5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1250 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1251 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1252 //- 46
helmut 0:5150b09127e3 1253 Play_Note(Eb4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1254 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1255 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1256 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1257 //- 47
helmut 0:5150b09127e3 1258 Play_Note(H3, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1259 Play_Note(F6, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1260 Play_Note(D6, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1261 Play_Note(D6, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1262 // Play_Pause(0.25);
helmut 0:5150b09127e3 1263 // Play_Pause(0.5);
helmut 0:5150b09127e3 1264 //- 48
helmut 0:5150b09127e3 1265 // Play_Pause(0.25);
helmut 0:5150b09127e3 1266 Play_Note(A5, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 1267 Play_Note(G5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1268 Play_Note(F5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1269 Play_Note(F5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1270 //- 49
helmut 0:5150b09127e3 1271 Play_Note(D5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1272 Play_Note(H4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1273 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1274 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1275 //- 50
helmut 0:5150b09127e3 1276 Play_Note(D4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1277 Play_Note(H3, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1278 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1279 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1280 //- 51
helmut 0:5150b09127e3 1281 Play_Note(C4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1282 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1283 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1284 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1285 //- 52
helmut 0:5150b09127e3 1286 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1287 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1288 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1289 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1290 //- 53
helmut 0:5150b09127e3 1291 Play_Note(Gb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1292 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1293 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1294 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1295 //- 54
helmut 0:5150b09127e3 1296 Play_Note(C4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1297 Play_Note(A3, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1298 Play_Note(A3, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1299 Play_Note(A3, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1300 //- 55
helmut 0:5150b09127e3 1301 Play_Note(A3, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1302 Play_Pause(0.5);
helmut 0:5150b09127e3 1303 //- 56
helmut 0:5150b09127e3 1304 Play_Note(Bb3, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1305 Play_Pause(0.5);
helmut 0:5150b09127e3 1306 //- 57
helmut 0:5150b09127e3 1307 Play_Pause(0.25);
helmut 0:5150b09127e3 1308 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1309 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1310 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1311 //- 58
helmut 0:5150b09127e3 1312 Play_Note(Eb4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1313 //- 59
helmut 0:5150b09127e3 1314 Play_Note(F4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1315 //- 60
helmut 0:5150b09127e3 1316 Play_Note(Bb3, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1317 //- 61
helmut 0:5150b09127e3 1318 Play_Note(Bb4, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 1319 Play_Note(Eb5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 1320 // Play_Pause(1);
helmut 0:5150b09127e3 1321 //- 62
helmut 0:5150b09127e3 1322 Play_Note(D5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 1323 Play_Note(Eb5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 1324 // Play_Pause(1);
helmut 0:5150b09127e3 1325 //- 63
helmut 0:5150b09127e3 1326 Play_Note(F5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 1327 Play_Note(C5, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1328 // Play_Pause(1);
helmut 0:5150b09127e3 1329 //- 64
helmut 0:5150b09127e3 1330 Play_Note(C5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 1331 Play_Note(Bb4, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1332 // Play_Pause(1);
helmut 0:5150b09127e3 1333 //- 65
helmut 0:5150b09127e3 1334 Play_Note(Bb4, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1335 Play_Note(Eb5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1336 //- 66
helmut 0:5150b09127e3 1337 Play_Note(D5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1338 Play_Note(Eb5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1339 //- 67
helmut 0:5150b09127e3 1340 Play_Note(F5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1341 Play_Note(C5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1342 //- 68
helmut 0:5150b09127e3 1343 Play_Note(C5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1344 Play_Note(Bb4, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1345 //- 69
helmut 0:5150b09127e3 1346 Play_Note(Bb4, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1347 Play_Note(C5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1348 //- 70
helmut 0:5150b09127e3 1349 Play_Note(Db5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1350 Play_Note(C5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1351 //- 71
helmut 0:5150b09127e3 1352 Play_Note(Bb4, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1353 Play_Note(C5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1354 //- 72
helmut 0:5150b09127e3 1355 Play_Note(Bb4, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1356 Play_Note(Ab4, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1357 //- 73
helmut 0:5150b09127e3 1358 Play_Note(Db5, 0.5, true, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1359 Play_Note(Eb5, 0.5, true, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1360 // Play_Pause(1);
helmut 0:5150b09127e3 1361 //- 74
helmut 0:5150b09127e3 1362 Play_Note(F5, 0.5, true, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1363 Play_Note(Eb5, 0.5, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1364 // Play_Pause(1);
helmut 0:5150b09127e3 1365 //- 75
helmut 0:5150b09127e3 1366 Play_Note(Db5, 0.5, true, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1367 Play_Note(Eb5, 0.5, true, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1368 // Play_Pause(1);
helmut 0:5150b09127e3 1369 //- 76
helmut 0:5150b09127e3 1370 Play_Note(Db5, 0.5, true, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1371 Play_Note(C5, 0.5, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1372 // Play_Pause(1);
helmut 0:5150b09127e3 1373 //- 77
helmut 0:5150b09127e3 1374 Play_Note(Eb5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1375 Play_Note(F5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1376 //- 78
helmut 0:5150b09127e3 1377 Play_Note(Gb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1378 Play_Note(F5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1379 //- 79
helmut 0:5150b09127e3 1380 Play_Note(Eb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1381 Play_Note(F5, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 1382 //- 80
helmut 0:5150b09127e3 1383 Play_Note(Gb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1384 Play_Note(F5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1385 //- 81
helmut 0:5150b09127e3 1386 Play_Note(Eb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1387 Play_Note(F5, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 1388 //- 82
helmut 0:5150b09127e3 1389 Play_Note(Gb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1390 Play_Note(F5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1391 //- 83
helmut 0:5150b09127e3 1392 Play_Note(Eb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1393 Play_Note(F5, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 1394 //- 84
helmut 0:5150b09127e3 1395 Play_Note(Gb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1396 Play_Note(F5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1397 //- 85
helmut 0:5150b09127e3 1398 Play_Note(Eb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1399 Play_Note(F5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1400 //- 86
helmut 0:5150b09127e3 1401 Play_Note(Gb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1402 Play_Note(F5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1403 //- 87
helmut 0:5150b09127e3 1404 Play_Note(Gb5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 1405 Play_Note(A5, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 1406 //- 88
helmut 0:5150b09127e3 1407 Play_Note(Ab5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1408 //- 89
helmut 0:5150b09127e3 1409 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1410 Play_Note(C6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1411 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1412 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1413 //- 90
helmut 0:5150b09127e3 1414 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1415 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1416 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1417 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1418 //- 91
helmut 0:5150b09127e3 1419 Play_Note(Eb5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1420 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1421 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1422 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1423 //- 92
helmut 0:5150b09127e3 1424 Play_Note(F5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1425 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1426 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1427 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1428 //- 93
helmut 0:5150b09127e3 1429 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1430 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1431 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1432 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1433 //- 94
helmut 0:5150b09127e3 1434 Play_Note(C5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1435 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1436 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1437 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1438 //- 95
helmut 0:5150b09127e3 1439 Play_Note(Bb3, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1440 Play_Note(A5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1441 Play_Note(Bb5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1442 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1443 //- 96
helmut 0:5150b09127e3 1444 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1445 Play_Note(A5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1446 Play_Note(Bb5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1447 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1448 //- 97
helmut 0:5150b09127e3 1449 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1450 Play_Note(C6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1451 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1452 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1453 //- 98
helmut 0:5150b09127e3 1454 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1455 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1456 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1457 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1458 //- 99
helmut 0:5150b09127e3 1459 Play_Note(Eb5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1460 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1461 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1462 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1463 //- 100
helmut 0:5150b09127e3 1464 Play_Note(F5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1465 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1466 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1467 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1468 //- 101
helmut 0:5150b09127e3 1469 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1470 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1471 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1472 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1473 //- 102
helmut 0:5150b09127e3 1474 Play_Note(C5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1475 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1476 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1477 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1478 //- 103
helmut 0:5150b09127e3 1479 Play_Note(Eb3, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1480 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1481 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1482 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1483 //- 104
helmut 0:5150b09127e3 1484 Play_Note(Eb5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1485 //- 105
helmut 0:5150b09127e3 1486 Play_Note(Eb5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1487 //- 106
helmut 0:5150b09127e3 1488 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1489 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1490 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1491 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1492 //- 107
helmut 0:5150b09127e3 1493 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1494 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1495 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1496 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1497 //- 108
helmut 0:5150b09127e3 1498 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1499 Play_Note(F6, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1500 Play_Note(F6, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1501 Play_Note(F6, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1502 // Play_Pause(0.25);
helmut 0:5150b09127e3 1503 // Play_Pause(0.5);
helmut 0:5150b09127e3 1504 //- 109
helmut 0:5150b09127e3 1505 Play_Note(Eb6, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1506 Play_Note(Bb5, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1507 Play_Note(Bb5, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1508 Play_Note(Bb5, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1509 // Play_Pause(1);
helmut 0:5150b09127e3 1510 //- 110
helmut 0:5150b09127e3 1511 Play_Note(G5, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1512 // Play_Pause(0.25);
helmut 0:5150b09127e3 1513 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1514 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1515 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1516 //- 111
helmut 0:5150b09127e3 1517 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1518 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1519 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1520 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1521 //- 112
helmut 0:5150b09127e3 1522 Play_Note(Bb5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1523 Play_Pause(0.5);
helmut 0:5150b09127e3 1524 //- 113
helmut 0:5150b09127e3 1525 Play_Pause(0.25);
helmut 0:5150b09127e3 1526 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1527 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1528 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1529 //- 114
helmut 0:5150b09127e3 1530 Play_Note(Bb5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1531 Play_Pause(0.5);
helmut 0:5150b09127e3 1532 //- 115
helmut 0:5150b09127e3 1533 Play_Pause(0.25);
helmut 0:5150b09127e3 1534 Play_Note(D6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1535 Play_Note(D6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1536 Play_Note(D6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1537 //- 116
helmut 0:5150b09127e3 1538 Play_Note(Eb6, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1539 Play_Pause(0.5);
helmut 0:5150b09127e3 1540 //- 117
helmut 0:5150b09127e3 1541 Play_Pause(1);
helmut 0:5150b09127e3 1542 //- 118
helmut 0:5150b09127e3 1543 Play_Pause(1);
helmut 0:5150b09127e3 1544 }
helmut 0:5150b09127e3 1545
helmut 0:5150b09127e3 1546 void Play_5th_Symphonie2() {
helmut 0:5150b09127e3 1547 // nach Ludwig van Bbeethoven Violine
helmut 0:5150b09127e3 1548 // Ab, b, Eb
helmut 0:5150b09127e3 1549 //- 119
helmut 0:5150b09127e3 1550 Play_Pause(0.25);
helmut 0:5150b09127e3 1551 Play_Note(Bb4, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1552 Play_Note(Bb4, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1553 Play_Note(Bb4, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1554 // Play_Pause(1);
helmut 0:5150b09127e3 1555 //- 120
helmut 0:5150b09127e3 1556 Play_Pause(0.25);
helmut 0:5150b09127e3 1557 Play_Note(Db4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1558 Play_Note(Db4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1559 Play_Note(Db4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1560 //- 121
helmut 0:5150b09127e3 1561 Play_Note(C4, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1562 //- 122
helmut 0:5150b09127e3 1563 Play_Note(C4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1564 //- 123
helmut 0:5150b09127e3 1565 Play_Pause(0.25);
helmut 0:5150b09127e3 1566 Play_Note(C5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1567 Play_Note(C5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1568 Play_Note(C5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1569 // Play_Pause(1);
helmut 0:5150b09127e3 1570 //- 124
helmut 0:5150b09127e3 1571 Play_Pause(0.25);
helmut 0:5150b09127e3 1572 Play_Note(Db5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1573 Play_Note(Db5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1574 Play_Note(Db5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1575 //- 125
helmut 0:5150b09127e3 1576 Play_Note(C5, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1577 //- 126
helmut 0:5150b09127e3 1578 Play_Pause(0.25);
helmut 0:5150b09127e3 1579 Play_Note(Db4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1580 Play_Note(Db4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1581 Play_Note(Db4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1582 //- 127
helmut 0:5150b09127e3 1583 Play_Note(C4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1584 //- 128
helmut 0:5150b09127e3 1585 Play_Pause(0.25);
helmut 0:5150b09127e3 1586 Play_Note(Db5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1587 Play_Note(Db5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1588 Play_Note(Db5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1589 //- 129
helmut 0:5150b09127e3 1590 Play_Note(C5, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1591 //- 130
helmut 0:5150b09127e3 1592 Play_Pause(0.25);
helmut 0:5150b09127e3 1593 Play_Note(Db4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1594 Play_Note(Db4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1595 Play_Note(Db4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1596 //- 131
helmut 0:5150b09127e3 1597 Play_Note(C4, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1598 //- 132
helmut 0:5150b09127e3 1599 Play_Note(Ab4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1600 Play_Note(Ab4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1601 Play_Note(Ab4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1602 Play_Note(Bb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1603 //- 133
helmut 0:5150b09127e3 1604 Play_Note(C5, 1, true, Piano, Violine);
helmut 0:5150b09127e3 1605 //- 134
helmut 0:5150b09127e3 1606 Play_Note(C5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1607 Play_Note(Ab4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1608 Play_Note(Ab4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1609 Play_Note(Bb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1610 //- 135
helmut 0:5150b09127e3 1611 Play_Note(G5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1612 Play_Note(C5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1613 Play_Note(C5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1614 Play_Note(Bb5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1615 // Play_Pause(1);
helmut 0:5150b09127e3 1616 //- 136
helmut 0:5150b09127e3 1617 Play_Note(Ab5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1618 // Play_Pause(0.25);
helmut 0:5150b09127e3 1619 Play_Note(Ab5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1620 Play_Note(Ab5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1621 Play_Note(G5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1622 //- 137
helmut 0:5150b09127e3 1623 Play_Note(D5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1624 // Play_Pause(0.25);
helmut 0:5150b09127e3 1625 // Play_Pause(0.5);
helmut 0:5150b09127e3 1626 Play_Note(F5, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 1627 Play_Note(F5, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 1628 Play_Note(Eb5, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 1629 //- 138
helmut 0:5150b09127e3 1630 Play_Note(D5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1631 Play_Note(D5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1632 Play_Note(D5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1633 Play_Note(C5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1634 // Play_Pause(1);
helmut 0:5150b09127e3 1635 //- 139
helmut 0:5150b09127e3 1636 Play_Note(H4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1637 // Play_Pause(0.25);
helmut 0:5150b09127e3 1638 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1639 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1640 Play_Note(F4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1641 //- 140
helmut 0:5150b09127e3 1642 Play_Note(Eb4, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1643 //- 141
helmut 0:5150b09127e3 1644 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1645 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1646 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1647 Play_Note(Eb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1648 //- 142
helmut 0:5150b09127e3 1649 Play_Note(Eb4, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1650 //- 143
helmut 0:5150b09127e3 1651 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1652 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1653 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1654 Play_Note(F4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1655 //- 144
helmut 0:5150b09127e3 1656 Play_Note(Eb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1657 Play_Note(Eb5, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 1658 Play_Note(Eb5, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 1659 Play_Note(D5, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 1660 // Play_Pause(0.25);
helmut 0:5150b09127e3 1661 // Play_Pause(0.5);
helmut 0:5150b09127e3 1662 //- 145
helmut 0:5150b09127e3 1663 Play_Note(C5, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 1664 // Play_Pause(0.25);
helmut 0:5150b09127e3 1665 Play_Note(C5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1666 Play_Note(C5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1667 Play_Note(Bb5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1668 //- 146
helmut 0:5150b09127e3 1669 Play_Note(A4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1670 Play_Note(A4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1671 Play_Note(A4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1672 Play_Note(G4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1673 //- 147
helmut 0:5150b09127e3 1674 Play_Note(Fs4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1675 Play_Note(D6, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1676 Play_Note(D6, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1677 Play_Note(C6, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1678 // Play_Pause(0.25);
helmut 0:5150b09127e3 1679 // Play_Pause(0.5);
helmut 0:5150b09127e3 1680 //- 148
helmut 0:5150b09127e3 1681 Play_Note(Bb5, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1682 // Play_Pause(0.25);
helmut 0:5150b09127e3 1683 Play_Note(G4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1684 Play_Note(G4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1685 Play_Note(A4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1686 //- 149
helmut 0:5150b09127e3 1687 Play_Note(Fs4, 0.5, false, Piano, Violine);
helmut 0:5150b09127e3 1688 Play_Note(D6, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1689 Play_Note(C6, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1690 // Play_Pause(0.5);
helmut 0:5150b09127e3 1691 //- 150
helmut 0:5150b09127e3 1692 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1693 Play_Note(Bb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1694 Play_Note(Bb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1695 Play_Note(C5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1696 //- 151
helmut 0:5150b09127e3 1697 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1698 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1699 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1700 Play_Note(C5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1701 //- 152
helmut 0:5150b09127e3 1702 Play_Note(Bb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1703 Play_Note(Bb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1704 Play_Note(Bb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1705 Play_Note(A4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1706 //- 153
helmut 0:5150b09127e3 1707 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1708 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1709 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1710 Play_Note(F4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1711 //- 154
helmut 0:5150b09127e3 1712 Play_Note(Eb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1713 Play_Note(Eb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1714 Play_Note(Eb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1715 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1716 //- 155
helmut 0:5150b09127e3 1717 Play_Note(C4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1718 Play_Note(C5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1719 Play_Note(C5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1720 Play_Note(Bb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1721 //- 156
helmut 0:5150b09127e3 1722 Play_Note(A4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1723 Play_Note(A4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1724 Play_Note(A4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1725 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1726 //- 157
helmut 0:5150b09127e3 1727 Play_Note(Fs4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1728 Play_Note(Fs4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1729 Play_Note(Fs4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1730 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1731 //- 158
helmut 0:5150b09127e3 1732 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1733 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1734 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1735 Play_Note(C4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1736 //- 159
helmut 0:5150b09127e3 1737 Play_Note(Bb3, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1738 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1739 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1740 Play_Note(C5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 1741 //- 160
helmut 0:5150b09127e3 1742 Play_Note(Bb4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1743 Play_Note(Bb4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1744 Play_Note(Bb4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1745 Play_Note(A4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1746 //- 161
helmut 0:5150b09127e3 1747 Play_Note(G4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1748 Play_Note(F4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1749 Play_Note(Eb4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1750 Play_Note(D4, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 1751 //- 162
helmut 0:5150b09127e3 1752 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1753 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1754 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1755 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1756 //- 163
helmut 0:5150b09127e3 1757 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1758 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1759 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1760 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1761 //- 164
helmut 0:5150b09127e3 1762 Play_Note(C4, 0.5, false, Forte, Violine);
helmut 0:5150b09127e3 1763 Play_Pause(0.5);
helmut 0:5150b09127e3 1764 //- 165
helmut 0:5150b09127e3 1765 Play_Pause(0.25);
helmut 0:5150b09127e3 1766 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1767 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1768 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1769 //- 166
helmut 0:5150b09127e3 1770 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1771 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1772 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1773 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1774 //- 167
helmut 0:5150b09127e3 1775 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1776 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1777 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1778 Play_Note(E5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 1779 //- 168
helmut 0:5150b09127e3 1780 Play_Note(E5, 0.5, false, Forte, Violine);
helmut 0:5150b09127e3 1781 Play_Pause(0.5);
helmut 0:5150b09127e3 1782 //- 169
helmut 0:5150b09127e3 1783 Play_Pause(0.25);
helmut 0:5150b09127e3 1784 Play_Note(D6, 0.25, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1785 Play_Note(D6, 0.25, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1786 Play_Note(D6, 0.25, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1787 //- 170
helmut 0:5150b09127e3 1788 Play_Note(D6, 0.5, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1789 Play_Pause(0.5);
helmut 0:5150b09127e3 1790 //- 171
helmut 0:5150b09127e3 1791 Play_Pause(0.5);
helmut 0:5150b09127e3 1792 Play_Note(Cs6, 0.25, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1793 Play_Note(Cs6, 0.25, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1794 //- 172
helmut 0:5150b09127e3 1795 Play_Note(Cs6, 0.5, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1796 Play_Note(D6, 0.25, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1797 Play_Note(D6, 0.25, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1798 //- 173
helmut 0:5150b09127e3 1799 Play_Note(E5, 0.25, false, Piu_Forte, Violine);
helmut 0:5150b09127e3 1800 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1801 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1802 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1803 //- 174
helmut 0:5150b09127e3 1804 Play_Note(G5, 1, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1805 //- 175
helmut 0:5150b09127e3 1806 Play_Note(A5, 1, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1807 //- 176
helmut 0:5150b09127e3 1808 Play_Note(D5, 1, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1809 //- 177
helmut 0:5150b09127e3 1810 Play_Note(G3, 0.5, false, Sempre_Forte, Cello);
helmut 0:5150b09127e3 1811 Play_Note(E3, 0.5, false, Sempre_Forte, Cello);
helmut 0:5150b09127e3 1812 // Play_Pause(1);
helmut 0:5150b09127e3 1813 //- 178
helmut 0:5150b09127e3 1814 Play_Note(Cs3, 0.5, false, Sempre_Forte, Cello);
helmut 0:5150b09127e3 1815 // Play_Pause(0.5);
helmut 0:5150b09127e3 1816 Play_Note(C5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1817 Play_Note(C5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1818 //- 179
helmut 0:5150b09127e3 1819 Play_Note(C5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1820 Play_Note(Fs5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1821 Play_Note(Fs5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1822 //- 180
helmut 0:5150b09127e3 1823 Play_Note(Fs5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1824 Play_Note(A5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1825 Play_Note(A5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1826 //- 181
helmut 0:5150b09127e3 1827 Play_Note(H5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1828 Play_Note(D5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1829 Play_Note(D5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1830 Play_Note(D5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1831 //- 182
helmut 0:5150b09127e3 1832 Play_Note(C5, 1, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1833 //- 183
helmut 0:5150b09127e3 1834 Play_Note(D5, 1, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1835 //- 184
helmut 0:5150b09127e3 1836 Play_Note(G4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1837 Play_Note(H3, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1838 Play_Note(H3, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1839 //- 185
helmut 0:5150b09127e3 1840 Play_Note(H3, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1841 Play_Note(F4, 0.25, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 1842 Play_Note(F4, 0.25, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 1843 // Play_Pause(0.5);
helmut 0:5150b09127e3 1844 //- 186
helmut 0:5150b09127e3 1845 Play_Note(F4, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 1846 // Play_Pause(0.5);
helmut 0:5150b09127e3 1847 Play_Note(H4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1848 Play_Note(H4, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1849 //- 187
helmut 0:5150b09127e3 1850 Play_Note(H4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1851 Play_Note(F5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1852 Play_Note(F5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1853 //- 188
helmut 0:5150b09127e3 1854 Play_Note(F5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1855 Play_Note(H5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1856 Play_Note(H5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1857 //- 189
helmut 0:5150b09127e3 1858 Play_Note(F5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 1859 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1860 Play_Note(H5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1861 Play_Note(H5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1862 //- 190
helmut 0:5150b09127e3 1863 Play_Note(F5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1864 //- 191
helmut 0:5150b09127e3 1865 Play_Note(G5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1866 //- 192
helmut 0:5150b09127e3 1867 Play_Note(E4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1868 // Play_Pause(1);
helmut 0:5150b09127e3 1869 //- 193
helmut 0:5150b09127e3 1870 Play_Note(F4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1871 // Play_Pause(1);
helmut 0:5150b09127e3 1872 //- 194
helmut 0:5150b09127e3 1873 Play_Note(F5, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1874 // Play_Pause(1);
helmut 0:5150b09127e3 1875 //- 195
helmut 0:5150b09127e3 1876 Play_Note(G5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1877 //- 196
helmut 0:5150b09127e3 1878 Play_Note(E4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1879 // Play_Pause(1);
helmut 0:5150b09127e3 1880 //- 197
helmut 0:5150b09127e3 1881 Play_Note(F4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1882 // Play_Pause(1);
helmut 0:5150b09127e3 1883 //- 198
helmut 0:5150b09127e3 1884 Play_Note(F5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1885 //- 199
helmut 0:5150b09127e3 1886 Play_Note(Gb5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1887 //- 200
helmut 0:5150b09127e3 1888 Play_Note(E4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1889 // Play_Pause(1);
helmut 0:5150b09127e3 1890 //- 201
helmut 0:5150b09127e3 1891 Play_Note(A4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1892 // Play_Pause(1);
helmut 0:5150b09127e3 1893 //- 202
helmut 0:5150b09127e3 1894 Play_Note(A5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1895 //- 203
helmut 0:5150b09127e3 1896 Play_Note(Bb5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1897 //- 204
helmut 0:5150b09127e3 1898 Play_Note(Bb4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1899 //- 205
helmut 0:5150b09127e3 1900 Play_Note(Cb4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1901 // Play_Pause(1);
helmut 0:5150b09127e3 1902 //- 206
helmut 0:5150b09127e3 1903 Play_Note(Bb4, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1904 //- 207
helmut 0:5150b09127e3 1905 Play_Note(Db5, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1906 // Play_Pause(1);
helmut 0:5150b09127e3 1907 //- 208
helmut 0:5150b09127e3 1908 Play_Note(Db5, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1909 //- 209
helmut 0:5150b09127e3 1910 Play_Note(Cs5, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1911 // Play_Pause(1);
helmut 0:5150b09127e3 1912 //- 210
helmut 0:5150b09127e3 1913 Play_Note(Fs4, 1, false, Piano, Violine);
helmut 0:5150b09127e3 1914 //- 211
helmut 0:5150b09127e3 1915 Play_Note(Cs5, 1, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 1916 // Play_Pause(1);
helmut 0:5150b09127e3 1917 //- 212
helmut 0:5150b09127e3 1918 Play_Note(Fs4, 1, false, Sempre_Pui_Piano, Violine);
helmut 0:5150b09127e3 1919 //- 213
helmut 0:5150b09127e3 1920 Play_Note(Cs5, 1, false, Sempre_Pui_Piano, Piano_Forte);
helmut 0:5150b09127e3 1921 // Play_Pause(1);
helmut 0:5150b09127e3 1922 //- 214
helmut 0:5150b09127e3 1923 Play_Note(Fs4, 1, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 1924 //- 215
helmut 0:5150b09127e3 1925 Play_Note(D5, 1, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 1926 // Play_Pause(1);
helmut 0:5150b09127e3 1927 //- 216
helmut 0:5150b09127e3 1928 Play_Note(D4, 1, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 1929 //- 217
helmut 0:5150b09127e3 1930 Play_Note(D5, 1, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 1931 // Play_Pause(1);
helmut 0:5150b09127e3 1932 //- 218
helmut 0:5150b09127e3 1933 Play_Note(D4, 1, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 1934 //- 219
helmut 0:5150b09127e3 1935 Play_Note(D4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1936 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1937 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1938 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1939 //- 220
helmut 0:5150b09127e3 1940 Play_Note(H4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1941 //- 221
helmut 0:5150b09127e3 1942 Play_Note(C5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1943 //- 222
helmut 0:5150b09127e3 1944 Play_Note(A4, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1945 //- 223
helmut 0:5150b09127e3 1946 Play_Note(A4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1947 //- 224
helmut 0:5150b09127e3 1948 Play_Note(D5, 1, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 1949 // Play_Pause(1);
helmut 0:5150b09127e3 1950 //- 225
helmut 0:5150b09127e3 1951 Play_Note(D4, 1, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 1952 //- 226
helmut 0:5150b09127e3 1953 Play_Note(D5, 1, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 1954 // Play_Pause(1);
helmut 0:5150b09127e3 1955 //- 227
helmut 0:5150b09127e3 1956 Play_Note(D4, 1, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 1957 //- 228
helmut 0:5150b09127e3 1958 Play_Note(D5, 1, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 1959 // Play_Pause(1);
helmut 0:5150b09127e3 1960 //- 229
helmut 0:5150b09127e3 1961 Play_Note(D4, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1962 Play_Note(Ab4, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1963 Play_Note(Ab4, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 1964 // Play_Pause(0.5);
helmut 0:5150b09127e3 1965 //- 230
helmut 0:5150b09127e3 1966 Play_Pause(0.25);
helmut 0:5150b09127e3 1967 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1968 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1969 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1970 //- 231
helmut 0:5150b09127e3 1971 Play_Note(F4, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1972 //- 232
helmut 0:5150b09127e3 1973 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1974 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1975 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1976 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1977 //- 233
helmut 0:5150b09127e3 1978 Play_Note(F4, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 1979 //- 234
helmut 0:5150b09127e3 1980 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1981 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1982 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1983 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1984 //- 235
helmut 0:5150b09127e3 1985 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1986 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1987 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1988 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1989 //- 236
helmut 0:5150b09127e3 1990 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1991 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1992 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1993 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1994 //- 237
helmut 0:5150b09127e3 1995 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1996 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1997 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1998 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 1999 //- 238
helmut 0:5150b09127e3 2000 Play_Note(Es4, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2001 //- 239
helmut 0:5150b09127e3 2002 Play_Pause(0.25);
helmut 0:5150b09127e3 2003 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2004 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2005 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2006 //- 240
helmut 0:5150b09127e3 2007 Play_Note(D5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2008 //- 241
helmut 0:5150b09127e3 2009 Play_Note(D5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2010 //- 242
helmut 0:5150b09127e3 2011 Play_Pause(0.25);
helmut 0:5150b09127e3 2012 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2013 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2014 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2015 //- 243
helmut 0:5150b09127e3 2016 Play_Note(Eb4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 2017 //- 244
helmut 0:5150b09127e3 2018 Play_Note(Eb4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 2019 //- 245
helmut 0:5150b09127e3 2020 Play_Note(Eb4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 2021 //- 246
helmut 0:5150b09127e3 2022 Play_Note(Eb4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2023 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2024 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2025 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2026 //- 247
helmut 0:5150b09127e3 2027 Play_Note(D4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 2028 //- 248
helmut 0:5150b09127e3 2029 Play_Note(D4, 1, false, Piano, Violine);
helmut 0:5150b09127e3 2030 //- 249
helmut 0:5150b09127e3 2031 Play_Note(G4, 1, true, Piano, Violine);
helmut 0:5150b09127e3 2032 //- 250
helmut 0:5150b09127e3 2033 Play_Note(G4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2034 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2035 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2036 Play_Note(F5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2037 //- 251
helmut 0:5150b09127e3 2038 Play_Note(Eb5, 1, false, Piano, Violine);
helmut 0:5150b09127e3 2039 //- 252
helmut 0:5150b09127e3 2040 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2041 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2042 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2043 Play_Note(F5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2044 //- 253
helmut 0:5150b09127e3 2045 Play_Note(Eb5, 1, false, Piano, Violine);
helmut 0:5150b09127e3 2046 //- 254
helmut 0:5150b09127e3 2047 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2048 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2049 Play_Note(G5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2050 Play_Note(F5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2051 //- 255
helmut 0:5150b09127e3 2052 Play_Note(Eb5, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 2053 Play_Pause(0.5);
helmut 0:5150b09127e3 2054 //- 256
helmut 0:5150b09127e3 2055 Play_Note(C5, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 2056 Play_Pause(0.5);
helmut 0:5150b09127e3 2057 //- 257
helmut 0:5150b09127e3 2058 Play_Note(G5, 1, false, Forte, Violine);
helmut 0:5150b09127e3 2059 //- 258
helmut 0:5150b09127e3 2060 Play_Pause(0.25);
helmut 0:5150b09127e3 2061 Play_Note(Ab4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2062 Play_Note(Ab4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2063 Play_Note(Ab4, 0.25, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2064 // Play_Pause(1);
helmut 0:5150b09127e3 2065 //- 259
helmut 0:5150b09127e3 2066 Play_Pause(0.25);
helmut 0:5150b09127e3 2067 Play_Note(D4, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2068 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2069 Play_Note(D5, 0.25, false, Piano, Violine);
helmut 0:5150b09127e3 2070 //- 260
helmut 0:5150b09127e3 2071 Play_Note(H3, 1, true, Piano, Violine);
helmut 0:5150b09127e3 2072 //- 261
helmut 0:5150b09127e3 2073 Play_Note(H3, 1, false, Piano, Violine);
helmut 0:5150b09127e3 2074 //- 262
helmut 0:5150b09127e3 2075 Play_Note(Eb4, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 2076 Play_Note(Ab4, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 2077 Play_Note(Ab4, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 2078 Play_Note(Ab4, 0.25, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 2079 // Play_Pause(1);
helmut 0:5150b09127e3 2080 //- 263
helmut 0:5150b09127e3 2081 Play_Pause(0.25);
helmut 0:5150b09127e3 2082 Play_Note(D5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 2083 Play_Note(D5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 2084 Play_Note(D5, 0.25, false, Crescendo, Violine);
helmut 0:5150b09127e3 2085 //- 264
helmut 0:5150b09127e3 2086 Play_Note(H3, 1, true, Crescendo, Violine);
helmut 0:5150b09127e3 2087 //- 265
helmut 0:5150b09127e3 2088 Play_Note(H3, 1, false, Crescendo, Violine);
helmut 0:5150b09127e3 2089 //- 266
helmut 0:5150b09127e3 2090 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2091 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2092 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2093 Play_Note(Eb4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2094 //- 267
helmut 0:5150b09127e3 2095 Play_Note(F4, 1, true, Crescendo, Violine);
helmut 0:5150b09127e3 2096 //- 268
helmut 0:5150b09127e3 2097 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2098 Play_Note(Ab4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2099 Play_Note(Ab4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2100 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2101 //- 269
helmut 0:5150b09127e3 2102 Play_Note(G4, 1, true, Forte, Violine);
helmut 0:5150b09127e3 2103 //- 270
helmut 0:5150b09127e3 2104 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2105 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2106 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2107 Play_Note(Eb4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2108 //- 271
helmut 0:5150b09127e3 2109 Play_Note(Ab4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2110 Play_Note(Ab4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2111 Play_Note(Ab4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2112 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2113 //- 272
helmut 0:5150b09127e3 2114 Play_Note(Bb4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2115 Play_Note(Bb4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2116 Play_Note(Bb4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2117 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2118 //- 273
helmut 0:5150b09127e3 2119 Play_Note(C5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2120 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2121 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2122 Play_Note(Ab3, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2123 //- 274
helmut 0:5150b09127e3 2124 Play_Note(E4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2125 Play_Note(E4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2126 Play_Note(E4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2127 Play_Note(Bb3, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2128 //- 275
helmut 0:5150b09127e3 2129 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2130 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2131 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2132 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2133 //- 276
helmut 0:5150b09127e3 2134 Play_Note(Ab4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2135 Play_Note(Ab4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2136 Play_Note(Ab4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2137 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2138 //- 277
helmut 0:5150b09127e3 2139 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2140 Play_Note(Eb6, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2141 Play_Note(Eb6, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2142 Play_Note(Eb6, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2143 //- 278
helmut 0:5150b09127e3 2144 Play_Note(C6, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2145 Play_Note(G5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2146 Play_Note(G5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2147 Play_Note(G5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2148 //- 279
helmut 0:5150b09127e3 2149 Play_Note(Eb5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2150 Play_Note(C5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2151 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2152 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2153 //- 280
helmut 0:5150b09127e3 2154 Play_Note(Eb4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2155 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2156 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2157 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2158 //- 281
helmut 0:5150b09127e3 2159 Play_Note(H3, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2160 // Play_Pause(0.25);
helmut 0:5150b09127e3 2161 // Play_Pause(0.5);
helmut 0:5150b09127e3 2162 Play_Note(F6, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 2163 Play_Note(D6, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 2164 Play_Note(D6, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 2165 //- 282
helmut 0:5150b09127e3 2166 Play_Note(H5, 0.25, false, Forte, Piano_Forte);
helmut 0:5150b09127e3 2167 // Play_Pause(0.25);
helmut 0:5150b09127e3 2168 Play_Note(G5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2169 Play_Note(F5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2170 Play_Note(F5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2171 //- 283
helmut 0:5150b09127e3 2172 Play_Note(D5, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2173 Play_Note(H4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2174 Play_Note(G4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2175 Play_Note(F4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2176 //- 284
helmut 0:5150b09127e3 2177 Play_Note(D4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2178 Play_Note(H3, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2179 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2180 Play_Note(C4, 0.25, false, Forte, Violine);
helmut 0:5150b09127e3 2181 //- 285
helmut 0:5150b09127e3 2182 Play_Note(C4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2183 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2184 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2185 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2186 //- 286
helmut 0:5150b09127e3 2187 Play_Note(C6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2188 Play_Note(A5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2189 Play_Note(A5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2190 Play_Note(A5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2191 //- 287
helmut 0:5150b09127e3 2192 Play_Note(Fs5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2193 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2194 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2195 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2196 //- 288
helmut 0:5150b09127e3 2197 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2198 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2199 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2200 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2201 //- 289
helmut 0:5150b09127e3 2202 Play_Note(Fs4, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2203 Play_Pause(0.5);
helmut 0:5150b09127e3 2204 //- 290
helmut 0:5150b09127e3 2205 Play_Note(G4, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2206 Play_Pause(0.5);
helmut 0:5150b09127e3 2207 //- 291
helmut 0:5150b09127e3 2208 Play_Pause(0.25);
helmut 0:5150b09127e3 2209 Play_Note(G3, 0.25, false, Forte_Forte, Cello);
helmut 0:5150b09127e3 2210 Play_Note(G3, 0.25, false, Forte_Forte, Cello);
helmut 0:5150b09127e3 2211 Play_Note(G3, 0.25, false, Forte_Forte, Cello);
helmut 0:5150b09127e3 2212 // Play_Pause(1);
helmut 0:5150b09127e3 2213 //- 292
helmut 0:5150b09127e3 2214 Play_Note(C3, 1, false, Forte_Forte, Cello);
helmut 0:5150b09127e3 2215 // Play_Pause(1);
helmut 0:5150b09127e3 2216 //- 293
helmut 0:5150b09127e3 2217 Play_Note(D3, 1, false, Sempre_Forte, Cello);
helmut 0:5150b09127e3 2218 // Play_Pause(1);
helmut 0:5150b09127e3 2219 //- 294
helmut 0:5150b09127e3 2220 Play_Note(G2, 1, false, Sempre_Forte, Cello);
helmut 0:5150b09127e3 2221 // Play_Pause(1);
helmut 0:5150b09127e3 2222 //- 295
helmut 0:5150b09127e3 2223 Play_Note(G4, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2224 Play_Note(C5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2225 //- 296
helmut 0:5150b09127e3 2226 Play_Note(H4, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2227 Play_Note(C5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2228 //- 297
helmut 0:5150b09127e3 2229 Play_Note(D5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2230 Play_Note(A4, 0.5, false, Piano, Violine);
helmut 0:5150b09127e3 2231 //- 298
helmut 0:5150b09127e3 2232 Play_Note(A4, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2233 Play_Note(G4, 0.5, false, Piano, Violine);
helmut 0:5150b09127e3 2234 //- 299
helmut 0:5150b09127e3 2235 Play_Note(G5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2236 Play_Note(C6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2237 // Play_Pause(1);
helmut 0:5150b09127e3 2238 //- 300
helmut 0:5150b09127e3 2239 Play_Note(H5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2240 Play_Note(C6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2241 // Play_Pause(1);
helmut 0:5150b09127e3 2242 //- 301
helmut 0:5150b09127e3 2243 Play_Note(D6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2244 Play_Note(H5, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2245 // Play_Pause(1);
helmut 0:5150b09127e3 2246 //- 302
helmut 0:5150b09127e3 2247 Play_Note(H5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2248 Play_Note(G6, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2249 // Play_Pause(1);
helmut 0:5150b09127e3 2250 //- 303
helmut 0:5150b09127e3 2251 Play_Note(G4, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2252 Play_Note(C5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2253 //- 304
helmut 0:5150b09127e3 2254 Play_Note(H4, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2255 Play_Note(C5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2256 //- 305
helmut 0:5150b09127e3 2257 Play_Note(D5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2258 Play_Note(A4, 0.5, false, Piano, Violine);
helmut 0:5150b09127e3 2259 //- 306
helmut 0:5150b09127e3 2260 Play_Note(A4, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2261 Play_Note(G4, 0.5, false, Piano, Violine);
helmut 0:5150b09127e3 2262 //- 307
helmut 0:5150b09127e3 2263 Play_Note(G5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2264 Play_Note(C6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2265 // Play_Pause(1);
helmut 0:5150b09127e3 2266 //- 308
helmut 0:5150b09127e3 2267 Play_Note(H5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2268 Play_Note(C6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2269 // Play_Pause(1);
helmut 0:5150b09127e3 2270 //- 309
helmut 0:5150b09127e3 2271 Play_Note(D6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2272 Play_Note(A5, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2273 // Play_Pause(1);
helmut 0:5150b09127e3 2274 //- 310
helmut 0:5150b09127e3 2275 Play_Note(A5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2276 Play_Note(G5, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2277 // Play_Pause(1);
helmut 0:5150b09127e3 2278 //- 311
helmut 0:5150b09127e3 2279 Play_Note(Bb4, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2280 Play_Note(C5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2281 //- 312
helmut 0:5150b09127e3 2282 Play_Note(Db5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2283 Play_Note(C5, 0.5, false, Piano, Violine);
helmut 0:5150b09127e3 2284 //- 313
helmut 0:5150b09127e3 2285 Play_Note(H5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2286 Play_Note(C6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2287 // Play_Pause(1);
helmut 0:5150b09127e3 2288 //- 314
helmut 0:5150b09127e3 2289 Play_Note(H5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2290 Play_Note(A5, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2291 // Play_Pause(1);
helmut 0:5150b09127e3 2292 //- 315
helmut 0:5150b09127e3 2293 Play_Note(C5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2294 Play_Note(D5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2295 //- 316
helmut 0:5150b09127e3 2296 Play_Note(Eb5, 0.5, true, Piano, Violine);
helmut 0:5150b09127e3 2297 Play_Note(D5, 0.5, false, Piano, Violine);
helmut 0:5150b09127e3 2298 //- 317
helmut 0:5150b09127e3 2299 Play_Note(C6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2300 Play_Note(D6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2301 // Play_Pause(1);
helmut 0:5150b09127e3 2302 //- 318
helmut 0:5150b09127e3 2303 Play_Note(C6, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2304 Play_Note(H5, 0.5, false, Piano, Piano_Forte);
helmut 0:5150b09127e3 2305 // Play_Pause(1);
helmut 0:5150b09127e3 2306 //- 319
helmut 0:5150b09127e3 2307 Play_Note(F5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2308 Play_Note(G5, 0.5, true, Piano, Piano_Forte);
helmut 0:5150b09127e3 2309 // Play_Pause(1);
helmut 0:5150b09127e3 2310 //- 320
helmut 0:5150b09127e3 2311 Play_Note(Ab5, 0.5, true, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 2312 Play_Note(G5, 0.5, false, Crescendo, Piano_Forte);
helmut 0:5150b09127e3 2313 // Play_Pause(1);
helmut 0:5150b09127e3 2314 //- 321
helmut 0:5150b09127e3 2315 Play_Note(F4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2316 Play_Note(G4, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 2317 //- 322
helmut 0:5150b09127e3 2318 Play_Note(Ab4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2319 Play_Note(G4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2320 //- 323
helmut 0:5150b09127e3 2321 Play_Note(F4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2322 Play_Note(G4, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 2323 //- 324
helmut 0:5150b09127e3 2324 Play_Note(Ab4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2325 Play_Note(G4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2326 //- 325
helmut 0:5150b09127e3 2327 Play_Note(F4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2328 Play_Note(G4, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 2329 //- 326
helmut 0:5150b09127e3 2330 Play_Note(Ab4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2331 Play_Note(G4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2332 //- 327
helmut 0:5150b09127e3 2333 Play_Note(Fs4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2334 Play_Note(G4, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 2335 //- 328
helmut 0:5150b09127e3 2336 Play_Note(A4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2337 Play_Note(G4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2338 //- 329
helmut 0:5150b09127e3 2339 Play_Note(Fs4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2340 Play_Note(G4, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 2341 //- 330
helmut 0:5150b09127e3 2342 Play_Note(A4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2343 Play_Note(G4, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2344 //- 331
helmut 0:5150b09127e3 2345 Play_Note(Fs5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2346 Play_Note(G5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2347 //- 332
helmut 0:5150b09127e3 2348 Play_Note(Fs5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2349 Play_Note(G5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2350 //- 333
helmut 0:5150b09127e3 2351 Play_Note(Fs5, 0.5, true, Crescendo, Violine);
helmut 0:5150b09127e3 2352 Play_Note(G5, 0.5, false, Crescendo, Violine);
helmut 0:5150b09127e3 2353 //- 334
helmut 0:5150b09127e3 2354 Play_Note(G5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2355 //- 335
helmut 0:5150b09127e3 2356 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2357 Play_Note(A5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2358 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2359 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2360 //- 336
helmut 0:5150b09127e3 2361 Play_Note(F5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2362 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2363 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2364 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2365 //- 337
helmut 0:5150b09127e3 2366 Play_Note(C5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2367 Play_Note(H4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2368 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2369 Play_Note(H4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2370 //- 338
helmut 0:5150b09127e3 2371 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2372 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2373 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2374 Play_Note(E4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2375 //- 339
helmut 0:5150b09127e3 2376 Play_Note(H4, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2377 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2378 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2379 Play_Note(C4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2380 //- 340
helmut 0:5150b09127e3 2381 Play_Note(A4, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2382 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2383 Play_Note(E4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2384 Play_Note(C4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2385 //- 341
helmut 0:5150b09127e3 2386 Play_Note(G3, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2387 Play_Note(Fs5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2388 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2389 Play_Note(Fs5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2390 //- 342
helmut 0:5150b09127e3 2391 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2392 Play_Note(Fs5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2393 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2394 Play_Note(Fs5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2395 //- 343
helmut 0:5150b09127e3 2396 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2397 Play_Note(A5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2398 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2399 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2400 //- 344
helmut 0:5150b09127e3 2401 Play_Note(F5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2402 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2403 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2404 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2405 //- 345
helmut 0:5150b09127e3 2406 Play_Note(C5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2407 Play_Note(H4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2408 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2409 Play_Note(H4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2410 //- 346
helmut 0:5150b09127e3 2411 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2412 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2413 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2414 Play_Note(E4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2415 //- 347
helmut 0:5150b09127e3 2416 Play_Note(H4, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2417 Play_Note(A4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2418 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2419 Play_Note(C4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2420 //- 348
helmut 0:5150b09127e3 2421 Play_Note(A4, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2422 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2423 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2424 Play_Note(C4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2425 //- 349
helmut 0:5150b09127e3 2426 Play_Note(G3, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2427 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2428 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2429 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2430 //- 350
helmut 0:5150b09127e3 2431 Play_Note(C5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2432 //- 351
helmut 0:5150b09127e3 2433 Play_Note(C5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2434 //- 352
helmut 0:5150b09127e3 2435 Play_Note(C5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2436 //- 353
helmut 0:5150b09127e3 2437 Play_Note(C5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2438 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2439 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2440 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2441 //- 354
helmut 0:5150b09127e3 2442 Play_Note(E5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2443 //- 355
helmut 0:5150b09127e3 2444 Play_Note(E5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2445 //- 356
helmut 0:5150b09127e3 2446 Play_Note(E5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2447 //- 357
helmut 0:5150b09127e3 2448 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2449 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2450 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2451 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2452 //- 358
helmut 0:5150b09127e3 2453 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2454 Play_Pause(0.5);
helmut 0:5150b09127e3 2455 //- 359
helmut 0:5150b09127e3 2456 Play_Pause(0.25);
helmut 0:5150b09127e3 2457 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2458 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2459 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2460 //- 360
helmut 0:5150b09127e3 2461 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2462 Play_Pause(0.5);
helmut 0:5150b09127e3 2463 //- 361
helmut 0:5150b09127e3 2464 Play_Pause(0.25);
helmut 0:5150b09127e3 2465 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2466 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2467 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2468 //- 362
helmut 0:5150b09127e3 2469 Play_Note(E5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2470 Play_Pause(0.5);
helmut 0:5150b09127e3 2471 //- 363
helmut 0:5150b09127e3 2472 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2473 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2474 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2475 Play_Note(E5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2476 //- 364
helmut 0:5150b09127e3 2477 Play_Note(F5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2478 Play_Pause(0.5);
helmut 0:5150b09127e3 2479 //- 365
helmut 0:5150b09127e3 2480 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2481 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2482 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2483 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2484 //- 366
helmut 0:5150b09127e3 2485 Play_Note(G5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2486 Play_Pause(0.5);
helmut 0:5150b09127e3 2487 //- 367
helmut 0:5150b09127e3 2488 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2489 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2490 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2491 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2492 //- 368
helmut 0:5150b09127e3 2493 Play_Note(Ab5, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2494 Play_Pause(0.5);
helmut 0:5150b09127e3 2495 //- 369
helmut 0:5150b09127e3 2496 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2497 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2498 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2499 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2500 //- 370
helmut 0:5150b09127e3 2501 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2502 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2503 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2504 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2505 //- 371
helmut 0:5150b09127e3 2506 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2507 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2508 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2509 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2510 //- 372
helmut 0:5150b09127e3 2511 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2512 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2513 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2514 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2515 //- 373
helmut 0:5150b09127e3 2516 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2517 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2518 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2519 Play_Note(Db6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2520 //- 374
helmut 0:5150b09127e3 2521 Play_Note(Db6, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2522 Play_Pause(0.5);
helmut 0:5150b09127e3 2523 //- 375
helmut 0:5150b09127e3 2524 Play_Pause(0.25);
helmut 0:5150b09127e3 2525 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2526 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2527 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2528 //- 376
helmut 0:5150b09127e3 2529 Play_Note(Ab4, 0.5, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2530 Play_Pause(0.5);
helmut 0:5150b09127e3 2531 //- 377
helmut 0:5150b09127e3 2532 Play_Pause(1);
helmut 0:5150b09127e3 2533 //- 378
helmut 0:5150b09127e3 2534 Play_Pause(0.25);
helmut 0:5150b09127e3 2535 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2536 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2537 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2538 //- 379
helmut 0:5150b09127e3 2539 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2540 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2541 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2542 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2543 //- 380
helmut 0:5150b09127e3 2544 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2545 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2546 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2547 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2548 //- 381
helmut 0:5150b09127e3 2549 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2550 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2551 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2552 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2553 //- 382
helmut 0:5150b09127e3 2554 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2555 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2556 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2557 Play_Note(Eb6, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2558 //- 383
helmut 0:5150b09127e3 2559 Play_Note(Eb6, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2560 Play_Pause(0.5);
helmut 0:5150b09127e3 2561 //- 384
helmut 0:5150b09127e3 2562 Play_Pause(0.25);
helmut 0:5150b09127e3 2563 Play_Note(C5, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2564 Play_Note(C5, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2565 Play_Note(C5, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2566 // Play_Pause(1);
helmut 0:5150b09127e3 2567 //- 385
helmut 0:5150b09127e3 2568 Play_Note(Eb5, 0.5, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2569 Play_Pause(0.5);
helmut 0:5150b09127e3 2570 // Play_Pause(1);
helmut 0:5150b09127e3 2571 //- 386
helmut 0:5150b09127e3 2572 Play_Pause(0.25);
helmut 0:5150b09127e3 2573 Play_Note(G4, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2574 Play_Note(G4, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2575 Play_Note(G4, 0.25, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2576 // Play_Pause(1);
helmut 0:5150b09127e3 2577 //- 387
helmut 0:5150b09127e3 2578 Play_Note(Eb4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2579 // Play_Pause(1);
helmut 0:5150b09127e3 2580 //- 388
helmut 0:5150b09127e3 2581 Play_Note(H4, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2582 Play_Note(C5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2583 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2584 Play_Note(Eb5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2585 //- 389
helmut 0:5150b09127e3 2586 Play_Note(F5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2587 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2588 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2589 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2590 //- 390
helmut 0:5150b09127e3 2591 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2592 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2593 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2594 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2595 //- 391
helmut 0:5150b09127e3 2596 Play_Note(Eb4, 1, false, Forte_Forte, Piano_Forte);
helmut 0:5150b09127e3 2597 // Play_Pause(1);
helmut 0:5150b09127e3 2598 //- 392
helmut 0:5150b09127e3 2599 Play_Note(H4, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2600 Play_Note(C5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2601 Play_Note(D5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2602 Play_Note(Eb5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2603 //- 393
helmut 0:5150b09127e3 2604 Play_Note(F5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2605 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2606 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2607 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2608 //- 394
helmut 0:5150b09127e3 2609 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2610 Play_Note(G5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2611 Play_Note(Ab5, 0.25, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2612 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2613 //- 395
helmut 0:5150b09127e3 2614 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2615 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2616 Play_Note(Bb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2617 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2618 //- 396
helmut 0:5150b09127e3 2619 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2620 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2621 Play_Note(Ab5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2622 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2623 //- 397
helmut 0:5150b09127e3 2624 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2625 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2626 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2627 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2628 //- 398
helmut 0:5150b09127e3 2629 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2630 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2631 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2632 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2633 //- 399
helmut 0:5150b09127e3 2634 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2635 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2636 Play_Note(Eb5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2637 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2638 //- 400
helmut 0:5150b09127e3 2639 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2640 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2641 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2642 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2643 //- 401
helmut 0:5150b09127e3 2644 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2645 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2646 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2647 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2648 //- 402
helmut 0:5150b09127e3 2649 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2650 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2651 Play_Note(Bb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2652 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2653 //- 403
helmut 0:5150b09127e3 2654 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2655 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2656 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2657 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2658 //- 404
helmut 0:5150b09127e3 2659 Play_Note(D4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2660 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2661 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2662 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2663 //- 405
helmut 0:5150b09127e3 2664 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2665 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2666 Play_Note(Eb4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2667 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2668 //- 406
helmut 0:5150b09127e3 2669 Play_Note(F4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2670 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2671 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2672 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2673 //- 407
helmut 0:5150b09127e3 2674 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2675 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2676 Play_Note(G4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2677 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2678 //- 408
helmut 0:5150b09127e3 2679 Play_Note(Ab4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2680 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2681 Play_Note(H4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2682 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2683 //- 409
helmut 0:5150b09127e3 2684 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2685 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2686 Play_Note(H4, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2687 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2688 //- 410
helmut 0:5150b09127e3 2689 Play_Note(C5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2690 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2691 Play_Note(D5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2692 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2693 //- 411
helmut 0:5150b09127e3 2694 Play_Note(Eb5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2695 Play_Note(C5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2696 //- 412
helmut 0:5150b09127e3 2697 Play_Note(D5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2698 Play_Note(Eb5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2699 //- 413
helmut 0:5150b09127e3 2700 Play_Note(F5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2701 Play_Note(D5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2702 //- 414
helmut 0:5150b09127e3 2703 Play_Note(Eb5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2704 Play_Note(F5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2705 //- 415
helmut 0:5150b09127e3 2706 Play_Note(G5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2707 Play_Note(Eb5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2708 //- 416
helmut 0:5150b09127e3 2709 Play_Note(F5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2710 Play_Note(G5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2711 //- 417
helmut 0:5150b09127e3 2712 Play_Note(Ab5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2713 Play_Note(F5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2714 //- 418
helmut 0:5150b09127e3 2715 Play_Note(G5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2716 Play_Note(A5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2717 //- 419
helmut 0:5150b09127e3 2718 Play_Note(H5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2719 Play_Note(G5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2720 //- 420
helmut 0:5150b09127e3 2721 Play_Note(A5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2722 Play_Note(H5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2723 //- 421
helmut 0:5150b09127e3 2724 Play_Note(C6, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2725 Play_Note(G5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2726 //- 422
helmut 0:5150b09127e3 2727 Play_Note(Ab5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2728 Play_Note(Eb5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2729 //- 423
helmut 0:5150b09127e3 2730 Play_Note(F5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2731 Play_Note(D5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2732 //- 424
helmut 0:5150b09127e3 2733 Play_Note(Eb5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2734 Play_Note(F5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2735 //- 425
helmut 0:5150b09127e3 2736 Play_Note(G5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2737 Play_Note(Fs5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2738 //- 426
helmut 0:5150b09127e3 2739 Play_Note(G5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2740 Play_Note(G4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2741 //- 427
helmut 0:5150b09127e3 2742 Play_Note(C5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2743 Play_Pause(0.5);
helmut 0:5150b09127e3 2744 //- 428
helmut 0:5150b09127e3 2745 Play_Note(D6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2746 Play_Note(Eb6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2747 // Play_Pause(1);
helmut 0:5150b09127e3 2748 //- 429
helmut 0:5150b09127e3 2749 Play_Note(F6, 0.5, true, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2750 Play_Note(D6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2751 // Play_Pause(1);
helmut 0:5150b09127e3 2752 //- 430
helmut 0:5150b09127e3 2753 Play_Note(Eb5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2754 Play_Note(F5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2755 //- 431
helmut 0:5150b09127e3 2756 Play_Note(G5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2757 Play_Note(Eb5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2758 //- 432
helmut 0:5150b09127e3 2759 Play_Note(F6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2760 Play_Note(G6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2761 // Play_Pause(1);
helmut 0:5150b09127e3 2762 //- 433
helmut 0:5150b09127e3 2763 Play_Note(Ab6, 0.5, true, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2764 Play_Note(F6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2765 // Play_Pause(1);
helmut 0:5150b09127e3 2766 //- 434
helmut 0:5150b09127e3 2767 Play_Note(H3, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2768 Play_Note(C4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2769 //- 435
helmut 0:5150b09127e3 2770 Play_Note(D4, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2771 Play_Note(H3, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2772 //- 436
helmut 0:5150b09127e3 2773 Play_Note(C6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2774 Play_Note(D6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2775 // Play_Pause(1);
helmut 0:5150b09127e3 2776 //- 437
helmut 0:5150b09127e3 2777 Play_Note(Eb6, 0.5, true, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2778 Play_Note(C6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2779 // Play_Pause(1);
helmut 0:5150b09127e3 2780 //- 438
helmut 0:5150b09127e3 2781 Play_Note(H3, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2782 Play_Note(C4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2783 //- 439
helmut 0:5150b09127e3 2784 Play_Note(D4, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2785 Play_Note(H3, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2786 //- 440
helmut 0:5150b09127e3 2787 Play_Note(C4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2788 Play_Note(D4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2789 //- 441
helmut 0:5150b09127e3 2790 Play_Note(Eb4, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2791 Play_Note(D4, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2792 //- 442
helmut 0:5150b09127e3 2793 Play_Note(C4, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2794 Play_Note(Bb3, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2795 //- 443
helmut 0:5150b09127e3 2796 Play_Note(Ab3, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2797 Play_Note(G3, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2798 //- 444
helmut 0:5150b09127e3 2799 Play_Note(Ab4, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2800 Play_Note(G4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2801 //- 445
helmut 0:5150b09127e3 2802 Play_Note(Ab6, 0.5, true, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2803 Play_Note(G6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2804 // Play_Pause(1);
helmut 0:5150b09127e3 2805 //- 446
helmut 0:5150b09127e3 2806 Play_Note(Ab5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2807 Play_Note(G5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2808 //- 447
helmut 0:5150b09127e3 2809 Play_Note(C5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2810 Play_Note(G6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2811 // Play_Pause(0.5);
helmut 0:5150b09127e3 2812 //- 448
helmut 0:5150b09127e3 2813 Play_Note(H5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2814 Play_Note(G6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2815 // Play_Pause(0.5);
helmut 0:5150b09127e3 2816 //- 449
helmut 0:5150b09127e3 2817 Play_Note(Eb5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2818 Play_Note(D5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2819 //- 450
helmut 0:5150b09127e3 2820 Play_Note(C5, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2821 Play_Note(Bb4, 0.5, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2822 //- 451
helmut 0:5150b09127e3 2823 Play_Note(Ab4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2824 Play_Note(G4, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2825 //- 452
helmut 0:5150b09127e3 2826 Play_Note(C5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2827 Play_Note(G6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2828 // Play_Pause(0.5);
helmut 0:5150b09127e3 2829 //- 453
helmut 0:5150b09127e3 2830 Play_Note(H5, 0.5, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2831 Play_Note(G6, 0.5, false, Sempre_Forte, Piano_Forte);
helmut 0:5150b09127e3 2832 // Play_Pause(0.5);
helmut 0:5150b09127e3 2833 //- 454
helmut 0:5150b09127e3 2834 Play_Note(C5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2835 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2836 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2837 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2838 //- 455
helmut 0:5150b09127e3 2839 Play_Note(G5, 1, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2840 //- 456
helmut 0:5150b09127e3 2841 Play_Note(G5, 1, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2842 //- 457
helmut 0:5150b09127e3 2843 Play_Note(G5, 1, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2844 //- 458
helmut 0:5150b09127e3 2845 Play_Note(G5, 1, true, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2846 //- 459
helmut 0:5150b09127e3 2847 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2848 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2849 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2850 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2851 //- 460
helmut 0:5150b09127e3 2852 Play_Note(C5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2853 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2854 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2855 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2856 //- 461
helmut 0:5150b09127e3 2857 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2858 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2859 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2860 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2861 //- 462
helmut 0:5150b09127e3 2862 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2863 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2864 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2865 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2866 //- 463
helmut 0:5150b09127e3 2867 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2868 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2869 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2870 Play_Note(G5, 0.25, false, Sempre_Forte, Violine);
helmut 0:5150b09127e3 2871 //- 464
helmut 0:5150b09127e3 2872 Play_Note(G5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2873 //- 465
helmut 0:5150b09127e3 2874 Play_Pause(0.25);
helmut 0:5150b09127e3 2875 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2876 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2877 Play_Note(F5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2878 //- 466
helmut 0:5150b09127e3 2879 Play_Note(D5, 1, true, Forte_Forte, Violine);
helmut 0:5150b09127e3 2880 //- 467
helmut 0:5150b09127e3 2881 Play_Note(D5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2882 //- 468
helmut 0:5150b09127e3 2883 Play_Pause(0.25);
helmut 0:5150b09127e3 2884 Play_Note(G4, 0.25, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 2885 Play_Note(G4, 0.25, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 2886 Play_Note(G4, 0.25, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 2887 // Play_Pause(1);
helmut 0:5150b09127e3 2888 //- 469
helmut 0:5150b09127e3 2889 Play_Pause(0.25);
helmut 0:5150b09127e3 2890 Play_Note(Ab4, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2891 Play_Note(Ab4, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2892 Play_Note(Ab4, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2893 //- 470
helmut 0:5150b09127e3 2894 Play_Note(G4, 0.5, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2895 Play_Pause(0.5);
helmut 0:5150b09127e3 2896 //- 471
helmut 0:5150b09127e3 2897 Play_Note(C5, 1, false, Piano_Piano, Piano_Forte);
helmut 0:5150b09127e3 2898 // Play_Pause(1);
helmut 0:5150b09127e3 2899 //- 472
helmut 0:5150b09127e3 2900 Play_Pause(0.25);
helmut 0:5150b09127e3 2901 Play_Note(Ab4, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2902 Play_Note(Ab4, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2903 Play_Note(Ab4, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2904 //- 473
helmut 0:5150b09127e3 2905 Play_Note(G4, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2906 Play_Note(Eb5, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2907 Play_Note(Eb5, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2908 Play_Note(Eb5, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2909 //- 474
helmut 0:5150b09127e3 2910 Play_Note(C5, 1, true, Piano_Piano, Violine);
helmut 0:5150b09127e3 2911 //- 475
helmut 0:5150b09127e3 2912 Play_Note(C5, 0.25, false, Piano_Piano, Violine);
helmut 0:5150b09127e3 2913 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2914 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2915 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2916 //- 476
helmut 0:5150b09127e3 2917 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2918 Play_Pause(0.5);
helmut 0:5150b09127e3 2919 //- 477
helmut 0:5150b09127e3 2920 Play_Pause(0.25);
helmut 0:5150b09127e3 2921 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2922 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2923 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2924 //- 478
helmut 0:5150b09127e3 2925 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2926 Play_Pause(0.5);
helmut 0:5150b09127e3 2927 //- 479
helmut 0:5150b09127e3 2928 Play_Pause(0.25);
helmut 0:5150b09127e3 2929 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2930 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2931 Play_Note(G5, 0.25, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2932 //- 480
helmut 0:5150b09127e3 2933 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2934 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2935 //- 481
helmut 0:5150b09127e3 2936 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2937 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2938 //- 482
helmut 0:5150b09127e3 2939 Play_Note(G5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2940 Play_Note(H5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2941 //- 483
helmut 0:5150b09127e3 2942 Play_Note(C6, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2943 Play_Note(H5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2944 //- 484
helmut 0:5150b09127e3 2945 Play_Note(C6, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2946 Play_Pause(0.5);
helmut 0:5150b09127e3 2947 //- 485
helmut 0:5150b09127e3 2948 Play_Note(H4, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2949 Play_Pause(0.5);
helmut 0:5150b09127e3 2950 //- 486
helmut 0:5150b09127e3 2951 Play_Note(C5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2952 Play_Pause(0.5);
helmut 0:5150b09127e3 2953 }
helmut 0:5150b09127e3 2954 void Play_ladder() {
helmut 0:5150b09127e3 2955 Play_Note(C5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2956 Play_Note(C5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2957 Play_Note(C5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2958 Play_Note(C5, 1, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2959 Play_Note(C5, 0.5, false, Forte_Forte, Violine);
helmut 0:5150b09127e3 2960
helmut 0:5150b09127e3 2961 }