home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / Audio / Score / PatAPan.score < prev    next >
Text File  |  1993-08-08  |  23KB  |  1,245 lines

  1. /*
  2.     Pat-A-Pan
  3.     
  4.     A Burgundian carol, as found in the Oxford Book of Carols, in three verses.
  5.     
  6.     Here is carol that uses the Pluck synthPatch, but deserves something better.
  7.     This piece sounds beautiful when played by a consort of four recorders, one
  8.     of each of the bass, tenor, alto, and soprano sizes.
  9.     
  10.      Rendered by Christopher Kane on 12-06-90.
  11.      If you have any questions about this score, or suggestions, or scores you have
  12.      written, my e-mail addresses are:
  13.           INTERNET: kane@nic.gac.edu
  14.      BITNET: christopher@gacvax1.bitnet
  15. */
  16.  
  17. info tempo:144, headroom:0.33;
  18. noteTagRange = 1 to 6;
  19.  
  20. part sop,alto,ten,bass;
  21.  
  22. sop synthPatchCount:1, synthPatch:"Pluck";
  23. alto synthPatchCount:1, synthPatch:"Pluck";
  24. ten synthPatchCount:1, synthPatch:"Pluck";
  25. bass synthPatchCount:1, synthPatch:"Pluck";
  26.  
  27. var start = 0.01;
  28. var whole = 4.0;
  29. var half = whole / 2;
  30. var quart = whole / 4;
  31. var eigth = whole / 8;
  32. var sixt = whole / 16; 
  33. var breath = whole / 32;
  34.  
  35. BEGIN;
  36.  
  37. sop (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:-18.0, amp:0.6;
  38. alto (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:-6.0, amp:0.6;
  39. ten (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:6.0, amp:0.7;
  40. bass (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:18.0, amp:0.7;
  41.  
  42. t start;
  43.  
  44. /*---------------------------------*/
  45. sop (noteOn 1) freq:g4;
  46. alto (noteOn 2) freq:g4;
  47. t +quart;
  48.  
  49. sop (noteOn 1) freq:g4;
  50. alto (noteOn 2) freq:g4;
  51. ten (noteOn 3) freq:d3;
  52. bass (noteOn 4) freq:g2;
  53. t +eigth;
  54.  
  55. ten (noteOn 3) freq:d3;
  56. bass (noteOn 4) freq:g2;
  57. t +eigth;
  58.  
  59. /*---------------------------------*/
  60. sop (noteOn 1) freq:d5;
  61. alto (noteOn 2) freq:bf4;
  62. ten (noteOn 3) freq:d3;
  63. bass (noteOn 4) freq:g2;
  64. t +quart;
  65.  
  66. sop (noteOn 1) freq:d5;
  67. alto (noteOn 2) freq:bf4;
  68. ten (noteOn 3) freq:d3;
  69. bass (noteOn 4) freq:g2;
  70. t +eigth;
  71.  
  72. ten (noteOn 3) freq:d3;
  73. bass (noteOn 4) freq:g2;
  74. t +eigth;
  75.  
  76. sop (noteOn 1) freq:c5;
  77. alto (noteOn 2) freq:a4;
  78. ten (noteOn 3) freq:d3;
  79. bass (noteOn 4) freq:g2;
  80. t +quart;
  81.  
  82. sop (noteOn 1) freq:d5;
  83. alto (noteOn 2) freq:fs4;
  84. ten (noteOn 3) freq:d3;
  85. bass (noteOn 4) freq:g2;
  86. t +eigth;
  87.  
  88. ten (noteOn 3) freq:d3;
  89. bass (noteOn 4) freq:g2;
  90. t +eigth;
  91.  
  92. /*---------------------------------*/
  93. sop (noteOn 1) freq:bf4;
  94. alto (noteOn 2) freq:g4;
  95. ten (noteOn 3) freq:d3;
  96. bass (noteOn 4) freq:g2;
  97. t +quart;
  98.  
  99. sop (noteOn 1) freq:a4;
  100. alto (noteOn 2) freq:fs4;
  101. ten (noteOn 3) freq:d3;
  102. bass (noteOn 4) freq:g2;
  103. t +eigth;
  104.  
  105. sop (noteOn 1) freq:bf4;
  106. alto (noteOn 2) freq:fs4;
  107. ten (noteOn 3) freq:d3;
  108. bass (noteOn 4) freq:g2;
  109. t +eigth;
  110.  
  111. sop (noteOn 1) freq:c5;
  112. alto (noteOn 2) freq:e4;
  113. ten (noteOn 3) freq:d3;
  114. bass (noteOn 4) freq:g2;
  115. t +quart;
  116.  
  117. sop (noteOn 1) freq:a4;
  118. alto (noteOn 2) freq:fs4;
  119. ten (noteOn 3) freq:d3;
  120. bass (noteOn 4) freq:g2;
  121. t +eigth;
  122.  
  123. ten (noteOn 3) freq:d3;
  124. bass (noteOn 4) freq:g2;
  125. t +eigth;
  126.  
  127. /*---------------------------------*/
  128. sop (noteOn 1) freq:d5;
  129. alto (noteOn 2) freq:d4;
  130. ten (noteOn 3) freq:d3;
  131. bass (noteOn 4) freq:g2;
  132. t +quart;
  133.  
  134. ten (noteOn 3) freq:d3;
  135. bass (noteOn 4) freq:g2;
  136. t +eigth;
  137.  
  138. ten (noteOn 3) freq:d3;
  139. bass (noteOn 4) freq:g2;
  140. t +eigth;
  141.  
  142. sop (noteOn 1) freq:bf4;
  143. alto (noteOn 2) freq:g4;
  144. ten (noteOn 3) freq:d3;
  145. bass (noteOn 4) freq:g2;
  146. t +quart;
  147.  
  148. ten (noteOn 3) freq:d3;
  149. bass (noteOn 4) freq:g2;
  150. t +eigth;
  151.  
  152. ten (noteOn 3) freq:d3;
  153. bass (noteOn 4) freq:g2;
  154. t +eigth;
  155.  
  156. /*---------------------------------*/
  157. sop (noteOn 1) freq:a4;
  158. alto (noteOn 2) freq:fs4;
  159. ten (noteOn 3) freq:d3;
  160. bass (noteOn 4) freq:g2;
  161. t +quart;
  162.  
  163. ten (noteOn 3) freq:d3;
  164. bass (noteOn 4) freq:g2;
  165. t +eigth;
  166.  
  167. ten (noteOn 3) freq:d3;
  168. bass (noteOn 4) freq:g2;
  169. t +eigth;
  170.  
  171. sop (noteOn 1) freq:a4;
  172. alto (noteOn 2) freq:fs4;
  173. ten (noteOn 3) freq:d3;
  174. bass (noteOn 4) freq:g2;
  175. t +quart;
  176.  
  177. sop (noteOn 1) freq:bf4;
  178. alto (noteOn 2) freq:g4;
  179. ten (noteOn 3) freq:d3;
  180. bass (noteOn 4) freq:g2;
  181. t +eigth;
  182.  
  183. ten (noteOn 3) freq:d3;
  184. bass (noteOn 4) freq:g2;
  185. t +eigth;
  186.  
  187. /*---------------------------------*/
  188. sop (noteOn 1) freq:a4;
  189. alto (noteOn 2) freq:fs4;
  190. ten (noteOn 3) freq:d3;
  191. bass (noteOn 4) freq:g2;
  192. t +quart;
  193.  
  194. sop (noteOn 1) freq:fs4;
  195. alto (noteOn 2) freq:d4;
  196. ten (noteOn 3) freq:d3;
  197. bass (noteOn 4) freq:g2;
  198. t +eigth;
  199.  
  200. ten (noteOn 3) freq:d3;
  201. bass (noteOn 4) freq:g2;
  202. t +eigth;
  203.  
  204. sop (noteOn 1) freq:g4;
  205. alto (noteOn 2) freq:e4;
  206. ten (noteOn 3) freq:d3;
  207. bass (noteOn 4) freq:g2;
  208. t +quart;
  209.  
  210. sop (noteOn 1) freq:a4;
  211. alto (noteOn 2) freq:fs4;
  212. ten (noteOn 3) freq:d3;
  213. bass (noteOn 4) freq:g2;
  214. t +eigth;
  215.  
  216. ten (noteOn 3) freq:d3;
  217. bass (noteOn 4) freq:g2;
  218. t +eigth;
  219.  
  220. /*---------------------------------*/
  221. sop (noteOn 1) freq:bf4;
  222. alto (noteOn 2) freq:g4;
  223. ten (noteOn 3) freq:d3;
  224. bass (noteOn 4) freq:g2;
  225. t +quart;
  226.  
  227. ten (noteOn 3) freq:d4;
  228. bass (noteOn 4) freq:g3;
  229. t +eigth;
  230.  
  231. ten (noteOn 3) freq:d4;
  232. bass (noteOn 4) freq:g3;
  233. t +eigth;
  234.  
  235. sop (noteOn 1) freq:g4;
  236. alto (noteOn 2) freq:g4;
  237. ten (noteOn 3) freq:d4;
  238. bass (noteOn 4) freq:g3;
  239. t +eigth;
  240.  
  241. sop (noteOn 1) freq:a4;
  242. alto (noteOn 2) freq:a4;
  243. t +eigth;
  244.  
  245. sop (noteOn 1) freq:bf4;
  246. alto (noteOn 2) freq:g4;
  247. ten (noteOn 3) freq:d4;
  248. bass (noteOn 4) freq:g3;
  249. t +eigth;
  250.  
  251. sop (noteOn 1) freq:c5;
  252. alto (noteOn 2) freq:a4;
  253. ten (noteOn 3) freq:d4;
  254. bass (noteOn 4) freq:g3;
  255. t +eigth;
  256.  
  257. /*---------------------------------*/
  258. sop (noteOn 1) freq:d5;
  259. alto (noteOn 2) freq:bf4;
  260. ten (noteOn 3) freq:d4;
  261. bass (noteOn 4) freq:g3;
  262. t +quart;
  263.  
  264. ten (noteOn 3) freq:d4;
  265. bass (noteOn 4) freq:g3;
  266. t +eigth;
  267.  
  268. ten (noteOn 3) freq:d4;
  269. bass (noteOn 4) freq:g3;
  270. t +eigth;
  271.  
  272. sop (noteOn 1) freq:c5;
  273. alto (noteOn 2) freq:a4;
  274. ten (noteOn 3) freq:f4;
  275. bass (noteOn 4) freq:f3;
  276. t +eigth;
  277.  
  278. sop (noteOn 1) freq:d5;
  279. alto (noteOn 2) freq:bf4;
  280. t +eigth;
  281.  
  282. sop (noteOn 1) freq:c5;
  283. alto (noteOn 2) freq:a4;
  284. ten (noteOn 3) freq:d4;
  285. bass (noteOn 4) freq:g3;
  286. t +eigth;
  287.  
  288. sop (noteOn 1) freq:bf4;
  289. alto (noteOn 2) freq:g4;
  290. ten (noteOn 3) freq:d4;
  291. bass (noteOn 4) freq:g3;
  292. t +eigth;
  293.  
  294. /*---------------------------------*/
  295. sop (noteOn 1) freq:a4;
  296. alto (noteOn 2) freq:fs4;
  297. ten (noteOn 3) freq:d4;
  298. bass (noteOn 4) freq:d3;
  299. t +quart;
  300.  
  301. ten (noteOn 3) freq:a3;
  302. bass (noteOn 4) freq:d3;
  303. t +eigth;
  304.  
  305. ten (noteOn 3) freq:a3;
  306. bass (noteOn 4) freq:d3;
  307. t +eigth;
  308.  
  309. sop (noteOn 1) freq:a4;
  310. alto (noteOn 2) freq:fs4;
  311. ten (noteOn 3) freq:a3;
  312. bass (noteOn 4) freq:d3;
  313. t +quart;
  314.  
  315. sop (noteOn 1) freq:bf4;
  316. alto (noteOn 2) freq:g4;
  317. ten (noteOn 3) freq:g3;
  318. bass (noteOn 4) freq:c3;
  319. t +eigth;
  320.  
  321. ten (noteOn 3) freq:g3;
  322. bass (noteOn 4) freq:c3;
  323. t +eigth;
  324.  
  325. /*---------------------------------*/
  326. sop (noteOn 1) freq:a4;
  327. alto (noteOn 2) freq:fs4;
  328. ten (noteOn 3) freq:a3;
  329. bass (noteOn 4) freq:d3;
  330. t +quart;
  331.  
  332. sop (noteOn 1) freq:fs4;
  333. alto (noteOn 2) freq:d4;
  334. ten (noteOn 3) freq:a3;
  335. bass (noteOn 4) freq:d3;
  336. t +eigth;
  337.  
  338. ten (noteOn 3) freq:a3;
  339. bass (noteOn 4) freq:d3;
  340. t +eigth;
  341.  
  342. sop (noteOn 1) freq:g4;
  343. alto (noteOn 2) freq:e4;
  344. ten (noteOn 3) freq:g3;
  345. bass (noteOn 4) freq:c3;
  346. t +quart;
  347.  
  348. sop (noteOn 1) freq:a4;
  349. alto (noteOn 2) freq:fs4;
  350. ten (noteOn 3) freq:d3;
  351. bass (noteOn 4) freq:a2;
  352. t +eigth;
  353.  
  354. ten (noteOn 3) freq:d3;
  355. bass (noteOn 4) freq:a2;
  356. t +eigth;
  357.  
  358. /*---------------------------------*/
  359. sop (noteOn 1) freq:bf4;
  360. alto (noteOn 2) freq:g4;
  361. ten (noteOn 3) freq:d3;
  362. bass (noteOn 4) freq:g2;
  363. t +quart;
  364.  
  365. sop (noteOn 1) freq:a4;
  366. alto (noteOn 2) freq:fs4;
  367. ten (noteOn 3) freq:d4;
  368. bass (noteOn 4) freq:g3;
  369. t +eigth;
  370.  
  371. sop (noteOn 1) freq:bf4;
  372. alto (noteOn 2) freq:g4;
  373. ten (noteOn 3) freq:d4;
  374. bass (noteOn 4) freq:g3;
  375. t +eigth;
  376.  
  377. sop (noteOn 1) freq:c5;
  378. alto (noteOn 2) freq:a4;
  379. ten (noteOn 3) freq:c4;
  380. bass (noteOn 4) freq:f3;
  381. t +quart;
  382.  
  383. sop (noteOn 1) freq:bf4;
  384. alto (noteOn 2) freq:g4;
  385. ten (noteOn 3) freq:c4;
  386. bass (noteOn 4) freq:f3;
  387. t +eigth;
  388.  
  389. sop (noteOn 1) freq:a4;
  390. alto (noteOn 2) freq:a4;
  391. ten (noteOn 3) freq:c4;
  392. bass (noteOn 4) freq:f3;
  393. t +eigth;
  394.  
  395. /*---------------------------------*/
  396. sop (noteOn 1) freq:d5;
  397. alto (noteOn 2) freq:bf4;
  398. ten (noteOn 3) freq:g3;
  399. bass (noteOn 4) freq:d3;
  400. t +quart;
  401.  
  402. alto (noteOn 2) freq:a4;
  403. ten (noteOn 3) freq:g3;
  404. bass (noteOn 4) freq:d3;
  405. t +eigth;
  406.  
  407. alto (noteOn 2) freq:g4;
  408. ten (noteOn 3) freq:g3;
  409. bass (noteOn 4) freq:d3;
  410. t +eigth;
  411.  
  412. sop (noteOn 1) freq:a4;
  413. alto (noteOn 2) freq:fs4;
  414. ten (noteOn 3) freq:a3;
  415. bass (noteOn 4) freq:d3;
  416. t +quart;
  417.  
  418. alto (noteOn 2) freq:e4;
  419. ten (noteOn 3) freq:a3;
  420. bass (noteOn 4) freq:d3;
  421. t +quart;
  422.  
  423. /*---------------------------------*/
  424. sop (noteOn 1) freq:g4;
  425. alto (noteOn 2) freq:d4;
  426. ten (noteOn 3) freq:bf3;
  427. bass (noteOn 4) freq:g2;
  428. t +half+quart;
  429.  
  430. sop (noteOff 1);
  431. alto (noteOff 2);
  432. ten (noteOff 3);
  433. bass (noteOff 4);
  434. t +breath;
  435.  
  436. /*====================================================*/
  437.  
  438. /*---------------------------------*/
  439. ten (noteOn 3) freq:g3;
  440. bass (noteOn 4) freq:g3;                     /* added only to give g3 more volume */
  441. t +quart;
  442.  
  443. sop (noteOn 1) freq:d5, amp:0.35;
  444. alto (noteOn 2) freq:bf4, amp:0.35;
  445. ten (noteOn 3) freq:g3, amp:1.0;
  446. bass (noteOn 4) freq:g3, amp:0.6;
  447. t +eigth;
  448.  
  449. sop (noteOn 1) freq:ef5;
  450. alto (noteOn 2) freq:c5;
  451. bass (noteOn 4) freq:g3;
  452. t +eigth;
  453.  
  454. /*---------------------------------*/
  455. sop (noteOn 1) freq:d5;
  456. alto (noteOn 2) freq:bf4;
  457. ten (noteOn 3) freq:d4;
  458. bass (noteOn 4) freq:g3;
  459. t +quart;
  460.  
  461. sop (noteOn 1) freq:c5;
  462. alto (noteOn 2) freq:a4;
  463. ten (noteOn 3) freq:d4;
  464. bass (noteOn 4) freq:g3;
  465. t +eigth;
  466.  
  467. sop (noteOn 1) freq:bf4;
  468. alto (noteOn 2) freq:g4;
  469. bass (noteOn 4) freq:g3;
  470. t +eigth;
  471.  
  472. sop (noteOn 1) freq:c5;
  473. alto (noteOn 2) freq:a4;
  474. ten (noteOn 3) freq:c4;
  475. bass (noteOn 4) freq:f3;
  476. t +quart;
  477.  
  478. sop (noteOn 1) freq:bf4;
  479. alto (noteOn 2) freq:g4;
  480. ten (noteOn 3) freq:d4;
  481. bass (noteOn 4) freq:d3;
  482. t +eigth;
  483.  
  484. sop (noteOn 1) freq:a4;
  485. alto (noteOn 2) freq:fs4;
  486. bass (noteOn 4) freq:d3;
  487. t +eigth;
  488.  
  489. /*---------------------------------*/
  490. sop (noteOn 1) freq:bf4;
  491. alto (noteOn 2) freq:g4;
  492. ten (noteOn 3) freq:bf3;
  493. bass (noteOn 4) freq:g3;
  494. t +quart;
  495.  
  496. sop (noteOn 1) freq:c5;
  497. alto (noteOn 2) freq:g4;
  498. ten (noteOn 3) freq:a3;
  499. bass (noteOn 4) freq:g2;
  500. t +eigth;
  501.  
  502. sop (noteOn 1) freq:d5;
  503. alto (noteOn 2) freq:g4;
  504. ten (noteOn 3) freq:bf3;
  505. bass (noteOn 4) freq:g2;
  506. t +eigth;
  507.  
  508. sop (noteOn 1) freq:ef5;
  509. alto (noteOn 2) freq:g4;
  510. ten (noteOn 3) freq:c4;
  511. bass (noteOn 4) freq:g2;
  512. t +quart;
  513.  
  514. sop (noteOn 1) freq:d5;
  515. alto (noteOn 2) freq:g4;
  516. ten (noteOn 3) freq:a3;
  517. bass (noteOn 4) freq:g2;
  518. t +eigth;
  519.  
  520. sop (noteOn 1) freq:c5;
  521. alto (noteOn 2) freq:g4;
  522. bass (noteOn 4) freq:g2;
  523. t +eigth;
  524.  
  525. /*---------------------------------*/
  526. sop (noteOn 1) freq:bf4;
  527. alto (noteOn 2) freq:g4;
  528. ten (noteOn 3) freq:d4;
  529. bass (noteOn 4) freq:g2;
  530. t +quart;
  531.  
  532. sop (noteOn 1) freq:bf4;
  533. alto (noteOn 2) freq:g4;
  534. bass (noteOn 4) freq:g2;
  535. t +eigth;
  536.  
  537. sop (noteOn 1) freq:c5;
  538. alto (noteOn 2) freq:a4;
  539. bass (noteOn 4) freq:g2;
  540. t +eigth;
  541.  
  542. sop (noteOn 1) freq:d5;
  543. alto (noteOn 2) freq:bf4;
  544. ten (noteOn 3) freq:bf3;
  545. bass (noteOn 4) freq:g2;
  546. t +quart;
  547.  
  548. sop (noteOn 1) freq:d5;
  549. alto (noteOn 2) freq:g4;
  550. bass (noteOn 4) freq:g2;
  551. t +eigth;
  552.  
  553. sop (noteOn 1) freq:e5;
  554. alto (noteOn 2) freq:g4;
  555. bass (noteOn 4) freq:g2;
  556. t +eigth;
  557.  
  558. /*---------------------------------*/
  559. sop (noteOn 1) freq:fs5;
  560. alto (noteOn 2) freq:a4;
  561. ten (noteOn 3) freq:a3;
  562. bass (noteOn 4) freq:d3;
  563. t +quart;
  564.  
  565. sop (noteOn 1) freq:d5;
  566. alto (noteOn 2) freq:fs4;
  567. bass (noteOn 4) freq:d3;
  568. t +eigth;
  569.  
  570. sop (noteOn 1) freq:ef5;
  571. alto (noteOn 2) freq:g4;
  572. bass (noteOn 4) freq:d3;
  573. t +eigth;
  574.  
  575. sop (noteOn 1) freq:d5;
  576. alto (noteOn 2) freq:fs4;
  577. ten (noteOn 3) freq:a3;
  578. bass (noteOn 4) freq:d3;
  579. t +quart;
  580.  
  581. sop (noteOn 1) freq:d5;
  582. alto (noteOn 2) freq:g4;
  583. ten (noteOn 3) freq:bf3;
  584. bass (noteOn 4) freq:g2;
  585. t +eigth;
  586.  
  587. sop (noteOn 1) freq:ef5;
  588. alto (noteOn 2) freq:g4;
  589. bass (noteOn 4) freq:g2;
  590. t +eigth;
  591.  
  592. /*---------------------------------*/
  593. sop (noteOn 1) freq:d5;
  594. alto (noteOn 2) freq:fs4;
  595. ten (noteOn 3) freq:a3;
  596. bass (noteOn 4) freq:d3;
  597. t +quart;
  598.  
  599. sop (noteOn 1) freq:c5;
  600. alto (noteOn 2) freq:a4;
  601. ten (noteOn 3) freq:fs3;
  602. bass (noteOn 4) freq:d3;
  603. t +eigth;
  604.  
  605. sop (noteOn 1) freq:d5;
  606. alto (noteOn 2) freq:bf4;
  607. bass (noteOn 4) freq:d3;
  608. t +eigth;
  609.  
  610. sop (noteOn 1) freq:bf4;
  611. alto (noteOn 2) freq:g4;
  612. ten (noteOn 3) freq:g3;
  613. bass (noteOn 4) freq:e3;
  614. t +quart;
  615.  
  616. sop (noteOn 1) freq:a4;
  617. alto (noteOn 2) freq:fs4;
  618. ten (noteOn 3) freq:a3;
  619. bass (noteOn 4) freq:fs3;
  620. t +eigth;
  621.  
  622. sop (noteOn 1) freq:bf4;
  623. alto (noteOn 2) freq:e4;
  624. bass (noteOn 4) freq:fs3;
  625. t +eigth;
  626.  
  627. /*---------------------------------*/
  628. sop (noteOn 1) freq:g4;
  629. alto (noteOn 2) freq:d4;
  630. ten (noteOn 3) freq:bf3;
  631. bass (noteOn 4) freq:g3;
  632. t +quart;
  633.  
  634. sop (noteOn 1) freq:d5;
  635. alto (noteOn 2) freq:bf4;
  636. bass (noteOn 4) freq:g2;
  637. t +eigth;
  638.  
  639. sop (noteOn 1) freq:ef5;
  640. alto (noteOn 2) freq:c5;
  641. bass (noteOn 4) freq:g2;
  642. t +eigth;
  643.  
  644. sop (noteOn 1) freq:d5;
  645. alto (noteOn 2) freq:bf4;
  646. ten (noteOn 3) freq:g3;
  647. bass (noteOn 4) freq:g2;
  648. t +eigth;
  649.  
  650. ten (noteOn 3) freq:a3;
  651. t +eigth;
  652.  
  653. sop (noteOn 1) freq:d5;
  654. alto (noteOn 2) freq:a4;
  655. ten (noteOn 3) freq:bf3;
  656. bass (noteOn 4) freq:g2;
  657. t +eigth;
  658.  
  659. sop (noteOn 1) freq:ef5;
  660. alto (noteOn 2) freq:g4;
  661. ten (noteOn 3) freq:c4;
  662. bass (noteOn 4) freq:g2;
  663. t +eigth;
  664.  
  665. /*---------------------------------*/
  666. sop (noteOn 1) freq:d5;
  667. alto (noteOn 2) freq:fs4;
  668. ten (noteOn 3) freq:d4;
  669. bass (noteOn 4) freq:d3;
  670. t +quart;
  671.  
  672. sop (noteOn 1) freq:c5;
  673. alto (noteOn 2) freq:a4;
  674. bass (noteOn 4) freq:d3;
  675. t +eigth;
  676.  
  677. sop (noteOn 1) freq:bf4;
  678. alto (noteOn 2) freq:g4;
  679. bass (noteOn 4) freq:d3;
  680. t +eigth;
  681.  
  682. sop (noteOn 1) freq:a4;
  683. alto (noteOn 2) freq:fs4;
  684. ten (noteOn 3) freq:c4;
  685. bass (noteOn 4) freq:d3;
  686. t +eigth;
  687.  
  688. ten (noteOn 3) freq:d4;
  689. t +eigth;
  690.  
  691. sop (noteOn 1) freq:g4;
  692. alto (noteOn 2) freq:e4;
  693. ten (noteOn 3) freq:c4;
  694. bass (noteOn 4) freq:d3;
  695. t +eigth;
  696.  
  697. ten (noteOn 3) freq:bf3;
  698. bass (noteOn 4) freq:d3;
  699. t +eigth;
  700.  
  701. /*---------------------------------*/
  702. sop (noteOn 1) freq:fs4;
  703. alto (noteOn 2) freq:d4;
  704. ten (noteOn 3) freq:a3;
  705. bass (noteOn 4) freq:d3;
  706. t +quart;
  707.  
  708. sop (noteOn 1) freq:d5;
  709. alto (noteOn 2) freq:fs4;
  710. bass (noteOn 4) freq:d3;
  711. t +eigth;
  712.  
  713. sop (noteOn 1) freq:ef5;
  714. alto (noteOn 2) freq:g4;
  715. bass (noteOn 4) freq:d3;
  716. t +eigth;
  717.  
  718. sop (noteOn 1) freq:d5;
  719. alto (noteOn 2) freq:fs4;
  720. ten (noteOn 3) freq:a3;
  721. bass (noteOn 4) freq:d3;
  722. t +quart;
  723.  
  724. sop (noteOn 1) freq:bf4;
  725. alto (noteOn 2) freq:d4;
  726. ten (noteOn 3) freq:bf3;
  727. bass (noteOn 4) freq:g3;
  728. t +eigth;
  729.  
  730. bass (noteOn 4) freq:g3;
  731. t +eigth;
  732.  
  733. /*---------------------------------*/
  734. sop (noteOn 1) freq:c5;
  735. alto (noteOn 2) freq:f4;
  736. ten (noteOn 3) freq:a3;
  737. bass (noteOn 4) freq:fs3;
  738. t +quart;
  739.  
  740. sop (noteOn 1) freq:c5;
  741. alto (noteOn 2) freq:a4;
  742. ten (noteOn 3) freq:fs3;
  743. bass (noteOn 4) freq:d3;
  744. t +eigth;
  745.  
  746. sop (noteOn 1) freq:d5;
  747. alto (noteOn 2) freq:bf4;
  748. bass (noteOn 4) freq:d3;
  749. t +eigth;
  750.  
  751. sop (noteOn 1) freq:bf4;
  752. alto (noteOn 2) freq:g4;
  753. ten (noteOn 3) freq:g3;
  754. bass (noteOn 4) freq:e3;
  755. t +quart;
  756.  
  757. sop (noteOn 1) freq:a4;
  758. alto (noteOn 2) freq:fs4;
  759. ten (noteOn 3) freq:a3;
  760. bass (noteOn 4) freq:fs3;
  761. t +eigth;
  762.  
  763. sop (noteOn 1) freq:bf4;
  764. alto (noteOn 2) freq:e4;
  765. bass (noteOn 4) freq:fs3;
  766. t +eigth;
  767.  
  768. /*---------------------------------*/
  769. sop (noteOn 1) freq:g4;
  770. alto (noteOn 2) freq:d4;
  771. ten (noteOn 3) freq:bf3;
  772. bass (noteOn 4) freq:g3;
  773. t +quart;
  774.  
  775. sop (noteOn 1) freq:c5;
  776. alto (noteOn 2) freq:f4;
  777. ten (noteOn 3) freq:a3;
  778. bass (noteOn 4) freq:f3;
  779. t +eigth;
  780.  
  781. sop (noteOn 1) freq:bf4;
  782. alto (noteOn 2) freq:f4;
  783. ten (noteOn 3) freq:bf3;
  784. bass (noteOn 4) freq:f3;
  785. t +eigth;
  786.  
  787. sop (noteOn 1) freq:a4;
  788. alto (noteOn 2) freq:f4;
  789. ten (noteOn 3) freq:c4;
  790. bass (noteOn 4) freq:f4;
  791. t +quart;
  792.  
  793. sop (noteOn 1) freq:bf4;
  794. alto (noteOn 2) freq:g4;
  795. ten (noteOn 3) freq:bf3;
  796. bass (noteOn 4) freq:f3;
  797. t +eigth;
  798.  
  799. sop (noteOn 1) freq:c5;
  800. alto (noteOn 2) freq:a4;
  801. ten (noteOn 3) freq:a3;
  802. bass (noteOn 4) freq:f3;
  803. t +eigth;
  804.  
  805. /*---------------------------------*/
  806. sop (noteOn 1) freq:d5;
  807. alto (noteOn 2) freq:bf4;
  808. ten (noteOn 3) freq:d4;
  809. bass (noteOn 4) freq:bf2;
  810. t +quart;
  811.  
  812. sop (noteOn 1) freq:d5;
  813. alto (noteOn 2) freq:a4;
  814. bass (noteOn 4) freq:bf2;
  815. t +eigth;
  816.  
  817. sop (noteOn 1) freq:ef5;
  818. alto (noteOn 2) freq:g4;
  819. bass (noteOn 4) freq:c3;
  820. t +eigth;
  821.  
  822. sop (noteOn 1) freq:d5;
  823. alto (noteOn 2) freq:fs4;
  824. ten (noteOn 3) freq:a3;
  825. bass (noteOn 4) freq:d3;
  826. t +quart;
  827.  
  828. sop (noteOn 1) freq:d5;
  829. alto (noteOn 2) freq:d4;
  830. bass (noteOn 4) freq:fs2;
  831. t +eigth;
  832.  
  833. sop (noteOn 1) freq:c5;
  834. alto (noteOn 2) freq:d4;
  835. t +eigth;
  836.  
  837. /*---------------------------------*/
  838. sop (noteOn 1) freq:b4;
  839. alto (noteOn 2) freq:d4;
  840. ten (noteOn 3) freq:g3;
  841. bass (noteOn 4) freq:g2;
  842. t +half+quart;
  843.  
  844. sop (noteOff 1);
  845. alto (noteOff 2);
  846. ten (noteOff 3);
  847. bass (noteOff 4);
  848. t +breath;
  849.  
  850. /*====================================================*/
  851.  
  852. /*---------------------------------*/
  853. sop (noteOn 1) freq:g4, amp:0.6;
  854. alto (noteOn 2) freq:g4, amp:0.6;
  855. t +quart;
  856.  
  857. sop (noteOn 1) freq:g4;
  858. alto (noteOn 2) freq:g4;
  859. ten (noteOn 3) freq:d3, amp:0.7;
  860. bass (noteOn 4) freq:g2, amp:0.7;
  861. t +eigth;
  862.  
  863. ten (noteOn 3) freq:d3;
  864. bass (noteOn 4) freq:g2;
  865. t +eigth;
  866.  
  867. /*---------------------------------*/
  868. sop (noteOn 1) freq:d5;
  869. alto (noteOn 2) freq:bf4;
  870. ten (noteOn 3) freq:d3;
  871. bass (noteOn 4) freq:g2;
  872. t +quart;
  873.  
  874. sop (noteOn 1) freq:d5;
  875. alto (noteOn 2) freq:bf4;
  876. ten (noteOn 3) freq:d3;
  877. bass (noteOn 4) freq:g2;
  878. t +eigth;
  879.  
  880. ten (noteOn 3) freq:d3;
  881. bass (noteOn 4) freq:g2;
  882. t +eigth;
  883.  
  884. sop (noteOn 1) freq:c5;
  885. alto (noteOn 2) freq:a4;
  886. ten (noteOn 3) freq:d3;
  887. bass (noteOn 4) freq:g2;
  888. t +quart;
  889.  
  890. sop (noteOn 1) freq:d5;
  891. alto (noteOn 2) freq:fs4;
  892. ten (noteOn 3) freq:d3;
  893. bass (noteOn 4) freq:g2;
  894. t +eigth;
  895.  
  896. ten (noteOn 3) freq:d3;
  897. bass (noteOn 4) freq:g2;
  898. t +eigth;
  899.  
  900. /*---------------------------------*/
  901. sop (noteOn 1) freq:bf4;
  902. alto (noteOn 2) freq:g4;
  903. ten (noteOn 3) freq:d3;
  904. bass (noteOn 4) freq:g2;
  905. t +quart;
  906.  
  907. sop (noteOn 1) freq:a4;
  908. alto (noteOn 2) freq:fs4;
  909. ten (noteOn 3) freq:d3;
  910. bass (noteOn 4) freq:g2;
  911. t +eigth;
  912.  
  913. sop (noteOn 1) freq:bf4;
  914. alto (noteOn 2) freq:fs4;
  915. ten (noteOn 3) freq:d3;
  916. bass (noteOn 4) freq:g2;
  917. t +eigth;
  918.  
  919. sop (noteOn 1) freq:c5;
  920. alto (noteOn 2) freq:e4;
  921. ten (noteOn 3) freq:d3;
  922. bass (noteOn 4) freq:g2;
  923. t +quart;
  924.  
  925. sop (noteOn 1) freq:a4;
  926. alto (noteOn 2) freq:fs4;
  927. ten (noteOn 3) freq:d3;
  928. bass (noteOn 4) freq:g2;
  929. t +eigth;
  930.  
  931. ten (noteOn 3) freq:d3;
  932. bass (noteOn 4) freq:g2;
  933. t +eigth;
  934.  
  935. /*---------------------------------*/
  936. sop (noteOn 1) freq:d5;
  937. alto (noteOn 2) freq:d4;
  938. ten (noteOn 3) freq:d3;
  939. bass (noteOn 4) freq:g2;
  940. t +quart;
  941.  
  942. ten (noteOn 3) freq:d3;
  943. bass (noteOn 4) freq:g2;
  944. t +eigth;
  945.  
  946. ten (noteOn 3) freq:d3;
  947. bass (noteOn 4) freq:g2;
  948. t +eigth;
  949.  
  950. sop (noteOn 1) freq:bf4;
  951. alto (noteOn 2) freq:g4;
  952. ten (noteOn 3) freq:d3;
  953. bass (noteOn 4) freq:g2;
  954. t +quart;
  955.  
  956. ten (noteOn 3) freq:d3;
  957. bass (noteOn 4) freq:g2;
  958. t +eigth;
  959.  
  960. ten (noteOn 3) freq:d3;
  961. bass (noteOn 4) freq:g2;
  962. t +eigth;
  963.  
  964. /*---------------------------------*/
  965. sop (noteOn 1) freq:a4;
  966. alto (noteOn 2) freq:fs4;
  967. ten (noteOn 3) freq:d3;
  968. bass (noteOn 4) freq:g2;
  969. t +quart;
  970.  
  971. ten (noteOn 3) freq:d3;
  972. bass (noteOn 4) freq:g2;
  973. t +eigth;
  974.  
  975. ten (noteOn 3) freq:d3;
  976. bass (noteOn 4) freq:g2;
  977. t +eigth;
  978.  
  979. sop (noteOn 1) freq:a4;
  980. alto (noteOn 2) freq:fs4;
  981. ten (noteOn 3) freq:d3;
  982. bass (noteOn 4) freq:g2;
  983. t +quart;
  984.  
  985. sop (noteOn 1) freq:bf4;
  986. alto (noteOn 2) freq:g4;
  987. ten (noteOn 3) freq:d3;
  988. bass (noteOn 4) freq:g2;
  989. t +eigth;
  990.  
  991. ten (noteOn 3) freq:d3;
  992. bass (noteOn 4) freq:g2;
  993. t +eigth;
  994.  
  995. /*---------------------------------*/
  996. sop (noteOn 1) freq:a4;
  997. alto (noteOn 2) freq:fs4;
  998. ten (noteOn 3) freq:d3;
  999. bass (noteOn 4) freq:g2;
  1000. t +quart;
  1001.  
  1002. sop (noteOn 1) freq:fs4;
  1003. alto (noteOn 2) freq:d4;
  1004. ten (noteOn 3) freq:d3;
  1005. bass (noteOn 4) freq:g2;
  1006. t +eigth;
  1007.  
  1008. ten (noteOn 3) freq:d3;
  1009. bass (noteOn 4) freq:g2;
  1010. t +eigth;
  1011.  
  1012. sop (noteOn 1) freq:g4;
  1013. alto (noteOn 2) freq:e4;
  1014. ten (noteOn 3) freq:d3;
  1015. bass (noteOn 4) freq:g2;
  1016. t +quart;
  1017.  
  1018. sop (noteOn 1) freq:a4;
  1019. alto (noteOn 2) freq:fs4;
  1020. ten (noteOn 3) freq:d3;
  1021. bass (noteOn 4) freq:g2;
  1022. t +eigth;
  1023.  
  1024. ten (noteOn 3) freq:d3;
  1025. bass (noteOn 4) freq:g2;
  1026. t +eigth;
  1027.  
  1028. /*---------------------------------*/
  1029. sop (noteOn 1) freq:bf4;
  1030. alto (noteOn 2) freq:g4;
  1031. ten (noteOn 3) freq:d3;
  1032. bass (noteOn 4) freq:g2;
  1033. t +quart;
  1034.  
  1035. ten (noteOn 3) freq:d4;
  1036. bass (noteOn 4) freq:g3;
  1037. t +eigth;
  1038.  
  1039. ten (noteOn 3) freq:d4;
  1040. bass (noteOn 4) freq:g3;
  1041. t +eigth;
  1042.  
  1043. sop (noteOn 1) freq:g4;
  1044. alto (noteOn 2) freq:g4;
  1045. ten (noteOn 3) freq:d4;
  1046. bass (noteOn 4) freq:g3;
  1047. t +eigth;
  1048.  
  1049. sop (noteOn 1) freq:a4;
  1050. alto (noteOn 2) freq:a4;
  1051. t +eigth;
  1052.  
  1053. sop (noteOn 1) freq:bf4;
  1054. alto (noteOn 2) freq:g4;
  1055. ten (noteOn 3) freq:d4;
  1056. bass (noteOn 4) freq:g3;
  1057. t +eigth;
  1058.  
  1059. sop (noteOn 1) freq:c5;
  1060. alto (noteOn 2) freq:a4;
  1061. ten (noteOn 3) freq:d4;
  1062. bass (noteOn 4) freq:g3;
  1063. t +eigth;
  1064.  
  1065. /*---------------------------------*/
  1066. sop (noteOn 1) freq:d5;
  1067. alto (noteOn 2) freq:bf4;
  1068. ten (noteOn 3) freq:d4;
  1069. bass (noteOn 4) freq:g3;
  1070. t +quart;
  1071.  
  1072. ten (noteOn 3) freq:d4;
  1073. bass (noteOn 4) freq:g3;
  1074. t +eigth;
  1075.  
  1076. ten (noteOn 3) freq:d4;
  1077. bass (noteOn 4) freq:g3;
  1078. t +eigth;
  1079.  
  1080. sop (noteOn 1) freq:c5;
  1081. alto (noteOn 2) freq:a4;
  1082. ten (noteOn 3) freq:f4;
  1083. bass (noteOn 4) freq:f3;
  1084. t +eigth;
  1085.  
  1086. sop (noteOn 1) freq:d5;
  1087. alto (noteOn 2) freq:bf4;
  1088. t +eigth;
  1089.  
  1090. sop (noteOn 1) freq:c5;
  1091. alto (noteOn 2) freq:a4;
  1092. ten (noteOn 3) freq:d4;
  1093. bass (noteOn 4) freq:g3;
  1094. t +eigth;
  1095.  
  1096. sop (noteOn 1) freq:bf4;
  1097. alto (noteOn 2) freq:g4;
  1098. ten (noteOn 3) freq:d4;
  1099. bass (noteOn 4) freq:g3;
  1100. t +eigth;
  1101.  
  1102. /*---------------------------------*/
  1103. sop (noteOn 1) freq:a4;
  1104. alto (noteOn 2) freq:fs4;
  1105. ten (noteOn 3) freq:d4;
  1106. bass (noteOn 4) freq:d3;
  1107. t +quart;
  1108.  
  1109. ten (noteOn 3) freq:a3;
  1110. bass (noteOn 4) freq:d3;
  1111. t +eigth;
  1112.  
  1113. ten (noteOn 3) freq:a3;
  1114. bass (noteOn 4) freq:d3;
  1115. t +eigth;
  1116.  
  1117. sop (noteOn 1) freq:a4;
  1118. alto (noteOn 2) freq:fs4;
  1119. ten (noteOn 3) freq:a3;
  1120. bass (noteOn 4) freq:d3;
  1121. t +quart;
  1122.  
  1123. sop (noteOn 1) freq:bf4;
  1124. alto (noteOn 2) freq:g4;
  1125. ten (noteOn 3) freq:g3;
  1126. bass (noteOn 4) freq:c3;
  1127. t +eigth;
  1128.  
  1129. ten (noteOn 3) freq:g3;
  1130. bass (noteOn 4) freq:c3;
  1131. t +eigth;
  1132.  
  1133. /*---------------------------------*/
  1134. sop (noteOn 1) freq:a4;
  1135. alto (noteOn 2) freq:fs4;
  1136. ten (noteOn 3) freq:a3;
  1137. bass (noteOn 4) freq:d3;
  1138. t +quart;
  1139.  
  1140. sop (noteOn 1) freq:fs4;
  1141. alto (noteOn 2) freq:d4;
  1142. ten (noteOn 3) freq:a3;
  1143. bass (noteOn 4) freq:d3;
  1144. t +eigth;
  1145.  
  1146. ten (noteOn 3) freq:a3;
  1147. bass (noteOn 4) freq:d3;
  1148. t +eigth;
  1149.  
  1150. sop (noteOn 1) freq:g4;
  1151. alto (noteOn 2) freq:e4;
  1152. ten (noteOn 3) freq:g3;
  1153. bass (noteOn 4) freq:c3;
  1154. t +quart;
  1155.  
  1156. sop (noteOn 1) freq:a4;
  1157. alto (noteOn 2) freq:fs4;
  1158. ten (noteOn 3) freq:d3;
  1159. bass (noteOn 4) freq:a2;
  1160. t +eigth;
  1161.  
  1162. ten (noteOn 3) freq:d3;
  1163. bass (noteOn 4) freq:a2;
  1164. t +eigth;
  1165.  
  1166. /*---------------------------------*/
  1167. sop (noteOn 1) freq:bf4;
  1168. alto (noteOn 2) freq:g4;
  1169. ten (noteOn 3) freq:d3;
  1170. bass (noteOn 4) freq:g2;
  1171. t +quart;
  1172.  
  1173. sop (noteOn 1) freq:a4;
  1174. alto (noteOn 2) freq:fs4;
  1175. ten (noteOn 3) freq:d4;
  1176. bass (noteOn 4) freq:g3;
  1177. t +eigth;
  1178.  
  1179. sop (noteOn 1) freq:bf4;
  1180. alto (noteOn 2) freq:g4;
  1181. ten (noteOn 3) freq:d4;
  1182. bass (noteOn 4) freq:g3;
  1183. t +eigth;
  1184.  
  1185. sop (noteOn 1) freq:c5;
  1186. alto (noteOn 2) freq:a4;
  1187. ten (noteOn 3) freq:c4;
  1188. bass (noteOn 4) freq:f3;
  1189. t +quart;
  1190.  
  1191. sop (noteOn 1) freq:bf4;
  1192. alto (noteOn 2) freq:g4;
  1193. ten (noteOn 3) freq:c4;
  1194. bass (noteOn 4) freq:f3;
  1195. t +eigth;
  1196.  
  1197. sop (noteOn 1) freq:a4;
  1198. alto (noteOn 2) freq:a4;
  1199. ten (noteOn 3) freq:c4;
  1200. bass (noteOn 4) freq:f3;
  1201. t +eigth;
  1202.  
  1203. /*---------------------------------*/
  1204. sop (noteOn 1) freq:d5;
  1205. alto (noteOn 2) freq:bf4;
  1206. ten (noteOn 3) freq:g3;
  1207. bass (noteOn 4) freq:d3;
  1208. t +quart;
  1209.  
  1210. alto (noteOn 2) freq:a4;
  1211. ten (noteOn 3) freq:g3;
  1212. bass (noteOn 4) freq:d3;
  1213. t +eigth;
  1214.  
  1215. alto (noteOn 2) freq:g4;
  1216. ten (noteOn 3) freq:g3;
  1217. bass (noteOn 4) freq:d3;
  1218. t +eigth;
  1219.  
  1220. sop (noteOn 1) freq:a4;
  1221. alto (noteOn 2) freq:fs4;
  1222. ten (noteOn 3) freq:a3;
  1223. bass (noteOn 4) freq:d3;
  1224. t +quart;
  1225.  
  1226. alto (noteOn 2) freq:e4;
  1227. ten (noteOn 3) freq:a3;
  1228. bass (noteOn 4) freq:d3;
  1229. t +quart;
  1230.  
  1231. /*---------------------------------*/
  1232. sop (noteOn 1) freq:g4;
  1233. alto (noteOn 2) freq:d4;
  1234. ten (noteOn 3) freq:bf3;
  1235. bass (noteOn 4) freq:g2;
  1236. t +whole;
  1237.  
  1238.  
  1239. sop (noteOff 1);
  1240. alto (noteOff 2);
  1241. ten (noteOff 3);
  1242. bass (noteOff 4);
  1243. END;
  1244.  
  1245.