< Score11 file used to create Eastman Csound Tutorial soundfile example ex1-1 :
< Tutorial orchestra file needed to create a soundfile: ex1-1
*f1 0 1024 10 1.;    < sine wave
*f2 0 1024 10 1. 0 .33 0 .2 0 .14 0 .11 0 .09; < odd harmonics
*f3 0 1024 10 0 .2 0 .4 0 .6 0 .8 0 1. 0 .8 0 .6 0 .4 0 .2 ; < even harmonics
 < function 4 includes harmonics 11 through 20
*f4 0 1024 10 0 0 0 0 0 0 0 0 0 0 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. ; 
 < f5 = harmonics 1, 6, 11, 16, 21 , 26 , 31 ,36
*f5 0 1024 10 1 0 0 0 0   .8 0 0 0 0   .7 0 0 0 0   .6 0 0 0 0   .5 0 0 0 0 
 .35 0 0 0 0   .2 0 0 0 0   .1;

i1 0 0 10;  < play 10 notes
p3 4;
du .95;
p4 nu 220 * 5 / 27.5 * 5 ;   < frequency :
                             <  5 notes at 220 hz, then 5 notes at 27.5 hz
p5 15000;  < amplitude (constant here for all notes)
p6 nu 1 / 2 / 3 / 4 / 5;
end;

