home *** CD-ROM | disk | FTP | other *** search
- unit Sounds;
-
- Interface
- uses crt, dos;
- var
- A, C, D : Integer;
- B, E : Boolean;
-
- procedure wr;
- procedure s0;
- procedure s1;
- procedure s2;
- procedure s3;
- procedure s4;
- procedure s5;
- procedure s6;
- procedure s7;
- procedure s8;
- procedure s9;
- procedure s10;
- procedure s11;
- procedure s12;
- procedure s13;
- procedure s14;
- procedure s15;
- procedure s16;
- procedure s17;
- procedure s18;
- procedure s19;
- procedure s20;
- procedure s21;
- procedure s22;
- procedure s23;
- procedure s24;
- procedure s25;
- procedure s26;
- procedure Taps;
- procedure Sw;
- procedure Swars;
- procedure Yd;
- procedure Od;
- procedure Ld;
- procedure Jb;
- procedure row;
- procedure march;
-
- Implementation
- procedure wr;
- begin
- ClrScr;
- InsLine;
- InsLine;
- end;
- procedure S0;
- begin
- A:=1;
- for A:=1 to 10 do
- begin
- D:=1;
- while D<1900 do
- begin
- Sound(3000-D); Delay(33); NoSound;
- D:=D+600;
- end;
- end;
- end;
- procedure S1;
- begin
- A:=1;
- for A:=1 to 10 do
- begin
- D:=45;
- while D<900 do
- begin
- Sound(99+D); Delay(33); NoSound;
- D:=D+300
- end;
- end;
- end;
- procedure S2;
- begin
- A:=1;
- for A:=1 to 5 do
- begin
- D:=450;
- while D>1 do
- begin
- Sound(99+D); Delay(30); NoSound;
- D:=D-80;
- end;
- end;
- end;
- procedure S3;
- begin
- A:=1;
- for A:=1 to 10 do
- begin
- D:=1;
- while D<300 do
- begin
- Sound(200+D); Delay(34); NoSound;
- D:=D+50;
- end;
- end;
- end;
- procedure S4;
- begin
- A:=1;
- for A:=1 to 15 do
- begin
- D:=1;
- while D<200 do
- begin
- Sound(800+d); Delay(10); NoSound;
- D:=d+80;
- end;
- end;
- end;
- procedure S5;
- begin
- A:=1;
- for A:=1 to 15 do
- begin
- D:=1;
- while D<450 do
- begin
- Sound(400+d); Delay(30); NoSound;
- D:=d+200;
- end;
- end;
- end;
- procedure S6;
- begin
- A:=1;
- for A:=1 to 5 do
- begin
- Sound(700); Delay(300); NoSound;
- Sound(500); Delay(300); NoSound;
- end;
- end;
- procedure S7;
- begin
- A:=1;
- for A:=1 to 10 do
- begin
- D:=18;
- while D<2500 do
- begin
- Sound(D); Delay(A); NoSound;
- D:=D+100;
- end;
- end;
- end;
- procedure S8;
- begin
- A:=1;
- for A:=1 to 5 do
- begin
- D:=9;
- while D<2500 do
- begin
- Sound(D); Delay(a); NoSound;
- D:=D+10;
- end;
- end;
- end;
- procedure S9;
- begin
- A:=1;
- for A:=1 to 5 do
- begin
- D:=9;
- while D<10000 do
- begin
- Sound(D); Delay(5); NoSound;
- D:=D+100;
- end;
- D:=10000;
- while D>1 do
- begin
- Sound(D); Delay(3); NoSound;
- D:=D-100;
- end;
- end;
- end;
- procedure s10;
- begin
- A:=1;
- for A:=1 to 4 do
- begin
- Sound(523); Delay(10); NoSound;
- Sound(587); Delay(10); NoSound;
- Sound(659); Delay(10); NoSound;
- Sound(698); Delay(100); NoSound;
- Sound(783); Delay(10); NoSound;
- Sound(880); Delay(10); NoSound;
- Sound(987); Delay(10); NoSound;
- Sound(1046); Delay(500); NoSound;
- Delay(100);
- Sound(1046); Delay(10); NoSound;
- Sound(987); Delay(10); NoSound;
- Sound(880); Delay(10); NoSound;
- Sound(783); Delay(10); NoSound;
- Sound(698); Delay(100); NoSound;
- Sound(659); Delay(10); NoSound;
- Sound(587); Delay(10); NoSound;
- Sound(523); Delay(500); NoSound;
- end;
- end;
- procedure s11;
- begin
- Delay(100);
- B := False;
- A := 10;
- repeat
- C := A+10; A := C;
- Sound(C); Delay(10); NoSound;
- if C >= 5000 then B:= true;
- until B;
- Sound(19); Delay (50); Sound(2000); Delay(50);
- Sound(29); Delay (40); Sound(1800); Delay(40);
- Sound(39); Delay (30); Sound(1600); Delay(30);
- Sound(49); Delay (20); Sound(1400); Delay(20);
- Sound(59); Delay (10); Sound(1200); Delay(10);
- Sound(69); Delay (20); Sound(1000); Delay(20);
- Sound(79); Delay (30); Sound(900); Delay(30);
- Sound(89); Delay (40); Sound(800); Delay(40);
- Sound(100); Delay(50); Sound(700); Delay(50); NoSound;
- end;
- procedure s12;
- begin
- Sound(523); Delay(100); NoSound;
- Sound(587); Delay(100); NoSound;
- Sound(659); Delay(100); NoSound;
- Sound(698); Delay(100); NoSound;
- Sound(783); Delay(100); NoSound;
- Sound(880); Delay(100); NoSound;
- Sound(987); Delay(100); NoSound;
- Sound(1046); Delay(100); NoSound;
- Delay(100);
- Sound(1046); Delay(100); NoSound;
- Sound(987); Delay(100); NoSound;
- Sound(880); Delay(100); NoSound;
- Sound(783); Delay(100); NoSound;
- Sound(698); Delay(100); NoSound;
- Sound(659); Delay(100); NoSound;
- Sound(587); Delay(100); NoSound;
- Sound(523); Delay(100); NoSound;
- end;
- procedure S13;
- begin
- D:=10000;
- while D>19 do
- begin
- Sound(d); Delay(5); NoSound;
- D:=D-10;
- end;
- end;
- procedure S14;
- begin
- for A:=1 to 5 do
- begin
- D:=20000;
- while D>19 do
- begin
- Sound(d); Delay(1); NoSound;
- D:=D-100;
- end;
- end;
- end;
- procedure S15;
- begin
- D:=20000;
- while D>19 do
- begin
- Sound(d); Delay(1); NoSound;
- D:=D-10;
- end;
- end;
- procedure S16;
- begin
- for A:=1 to 5 do
- begin
- D:=20000;
- while D>19 do
- begin
- Sound(D); Delay(2); NoSound;
- D:=D-200;
- end;
- end;
- end;
- procedure S17;
- begin
- for A:=1 to 5 do
- begin
- D:=5000;
- while D>19 do
- begin
- Sound(D); Delay(5); NoSound;
- D:=d-50;
- end;
- end;
- end;
- procedure S18;
- begin
- for A:=1 to 10 do
- begin
- D:=19;
- while D<20000 do
- begin
- Sound(D); Delay(5); NoSound;
- D:=d+1000;
- end;
- end;
- end;
- procedure S19;
- begin
- for A:=1 to 5 do
- begin
- D:=19;
- while D<20000 do
- begin
- Sound(D); Delay(20); NoSound;
- D:=d+1000;
- end;
- end;
- end;
- procedure S20;
- begin
- for A:=1 to 5 do
- begin
- D:=19;
- while D<10000 do
- begin
- Sound(D); Delay(5); NoSound;
- D:=d+250;
- end;
- end;
- end;
- procedure S21;
- begin
- A:=1;
- for A:=1 to 10 do
- begin
- D:=9;
- while D<1000 do
- begin
- Sound(D); Delay(10); NoSound;
- D:=D+100;
- end;
- D:=1000;
- while D>1 do
- begin
- Sound(D); Delay(10); NoSound;
- D:=D-100;
- end;
- end;
- end;
- procedure S22;
- begin
- A:=1;
- for A:=1 to 1 do
- begin
- D:=9;
- while D<1000 do
- begin
- Sound(D); Delay(5); NoSound;
- D:=D+5;
- end;
- while D>1 do
- begin
- Sound(D); Delay(9); NoSound;
- D:=D-5;
- end;
- end;
- end;
- procedure S23;
- begin
- A:=10;
- for A:=10 to 991 do
- begin
- D:=9;
- while D<1000 do
- begin
- Sound(d); Delay(1); NoSound;
- D:=D+A;
- end;
- D:=1000;
- while D>1 do
- begin
- Sound(D); Delay(1); NoSound;
- D:=D-A;
- end;
- end;
- end;
- procedure S24;
- begin
- A:=1;
- for A:=1 to 5 do
- begin
- D:=9;
- while D<1000 do
- begin
- Sound(D); Delay(21); NoSound;
- D:=D+34;
- end;
- D:=1000;
- while D>1 do
- begin
- Sound(D); Delay(31); NoSound;
- D:=D-100;
- end;
- end;
- end;
- procedure S25;
- begin
- A:=1;
- for A:=1 to 5 do
- begin
- D:=9;
- while D<1000 do
- begin
- Sound(D); Delay(11); NoSound;
- D:=D+100;
- end;
- end;
- A:=1;
- for A:=1 to 5 do
- begin
- D:=1000;
- while D>1 do
- begin
- Sound(D); Delay(11); NoSound;
- D:=D-100;
- end;
- end;
- D:=1000;
- while D>1 do
- begin
- Sound(D); Delay(21); NoSound;
- D:=D-10;
- end;
- A:=1;
- for A:=1 to 100 do
- begin
- Sound(random(200)+18); Delay(11); NoSound;
- Sound(random(1200)+18); Delay(11); NoSound;
- end;
- end;
- procedure s26;
- begin
- A:=1;
- for A:=1 to 100 do
- begin
- Sound(19);Delay(a);
- Sound(37);Delay(1);
- Nosound;
- end
- end;
- procedure Taps;
- begin
- if E then
- begin
- wr;
- write('Taps');
- end;
- Sound(523); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(698); Delay(750); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(698); Delay(250); NoSound;
- Sound(880); Delay(750); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(698); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(698); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(698); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(698); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(1046); Delay(1000); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(698); Delay(250); NoSound;
- Sound(523); Delay(1000); NoSound;Delay(15);
- Sound(523); Delay(500); NoSound;Delay(15);
- Sound(523); Delay(250); NoSound;
- Sound(698); Delay(2000); NoSound;
- end;
- procedure Sw;
- begin
- if E then
- begin
- wr;
- write('A Small World');
- end;
- Sound(784); Delay(750); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(784); Delay(500); NoSound;
- Sound(880); Delay(750); NoSound;
- Sound(880); Delay(250); NoSound;Delay(10);
- Sound(880); Delay(1000); NoSound;Delay(10);
- Sound(880); Delay(750); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(1046); Delay(500); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(987); Delay(750); NoSound;
- Sound(987); Delay(250); NoSound;Delay(10);
- Sound(987); Delay(1000); NoSound;Delay(10);
- Sound(987); Delay(750); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(1174); Delay(500); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(523); Delay(750); NoSound;
- Sound(523); Delay(250); NoSound;Delay(10);
- Sound(523); Delay(500); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(587); Delay(500); NoSound;
- Sound(739); Delay(500); NoSound;
- Sound(784); Delay(1000); NoSound;
- end;
- procedure Swars;
- begin
- if E then
- begin
- wr;
- write('Star Wars');
- end;
- A:=1;
- C:=0;
- for A:=1 to 2 do
- begin
- Sound(523); Delay(500+C); NoSound;
- Sound(783); Delay(250+C); NoSound;
- Sound(698); Delay(100+C); NoSound;
- Sound(659); Delay(100+C); NoSound;
- Sound(587); Delay(100+C); NoSound;
- Sound(1046); Delay(500+C); NoSound;
- Sound(783); Delay(250+C); NoSound;
- Sound(698); Delay(100+C); NoSound;
- Sound(659); Delay(100+C); NoSound;
- Sound(587); Delay(100+C); NoSound;
- Sound(1046); Delay(500+C); NoSound;
- Sound(783); Delay(250+C); NoSound;
- Sound(698); Delay(100+C); NoSound;delay(10);
- Sound(659); Delay(100+C); NoSound;delay(10);
- Sound(698); Delay(100+C); NoSound;
- Sound(587); Delay(750+C); NoSound;
- C:=C+100
- end;
- end;
- procedure Yd;
- begin
- if E then
- begin
- wr;
- write('Yankee Doodle');
- end;
- Sound(784); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(783); Delay(500); NoSound;
- Sound(739); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(739); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(659); Delay(250); NoSound;
- Sound(739); Delay(250); NoSound;
- Sound(783); Delay(500); NoSound;
- Sound(784); Delay(500); NoSound;
- end;
- procedure Od;
- begin
- if E then
- begin
- wr;
- write('Ode to Joy');
- end;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(1046); Delay(250); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(1046); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(1046); Delay(250); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(1046); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(500); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(1046); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(1046); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(1046); Delay(250); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(1046); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- end;
- procedure Ld;
- begin
- if E then
- begin
- wr;
- write('This Land Is Your Land');
- end;
- Sound(783); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(1046); Delay(500); NoSound;
- Sound(1046); Delay(750); NoSound;delay(10);
- Sound(1046); Delay(250); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(987); Delay(750); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(880); Delay(750); NoSound;delay(10);
- Sound(880); Delay(125); NoSound;
- Sound(880); Delay(125); NoSound;
- Sound(784); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(987); Delay(750); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(784); Delay(125); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(523); Delay(500); NoSound;
- Sound(523); Delay(750); NoSound;delay(10);
- Sound(523); Delay(150); NoSound;
- Sound(523); Delay(150); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(987); Delay(1000); NoSound;
- Sound(880); Delay(150); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(739); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(739); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(784); Delay(1000); NoSound;
- end;
- procedure Jb;
- begin
- if E then
- begin
- wr;
- write('Jingle Bells');
- end;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;delay(10);
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;delay(10);
- Sound(987); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;delay(10);
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(1000); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;delay(10);
- Sound(523); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;delay(10);
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(587); Delay(500); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;delay(10);
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;delay(10);
- Sound(987); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(1000); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;delay(10);
- Sound(523); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;delay(10);
- Sound(587); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(783); Delay(1000); NoSound;
- end;
- procedure Row;
- begin
- if E then
- begin
- wr;
- write('Lightly Row');
- end;
- Sound(587); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(587); Delay(500); NoSound;delay(10);
- Sound(587); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(987); Delay(1000); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;delay(10);
- Sound(880); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(523); Delay(500); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;delay(10);
- Sound(987); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(587); Delay(500); NoSound;delay(10);
- Sound(587); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(500); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(1000); NoSound;
- end;
- procedure March;
- begin
- if E then
- begin
- wr;
- write('Little March');
- end;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(523); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(523); Delay(125); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(523); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;delay(10);
- Sound(783); Delay(250); NoSound;
- delay(1000);
- Sound(783); Delay(500); NoSound;
- Sound(587); Delay(225); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(500); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;delay(10);
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;delay(10);
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(587); Delay(500); NoSound;
- Sound(783); Delay(500); NoSound;
- Sound(587); Delay(225); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(500); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(587); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;delay(10);
- Sound(783); Delay(250); NoSound;
- delay(1000);
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(523); Delay(250); NoSound;
- Sound(987); Delay(250); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(523); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(500); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(523); Delay(125); NoSound;
- Sound(1174); Delay(250); NoSound;
- Sound(523); Delay(125); NoSound;
- Sound(987); Delay(125); NoSound;
- Sound(880); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;
- Sound(783); Delay(250); NoSound;delay(10);
- Sound(783); Delay(250); NoSound;
- end;
-
- begin
- E:=False;
- end.