chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / docs / sample.ps
1 %!PS-Adobe-1.0
2 %%Creator: Mup
3 %%Title: music:  from /home/johnkr/mup/5.3/doc/arkkra/sample.mup
4 %%CreationDate: Sat Dec 9 16:59:22 2006
5 %%Pages: (atend)
6 %%DocumentFonts: (atend)
7 %%BoundingBox: 0 0 612 792
8 %%EndComments
9 % Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004 by Arkkra Enterprises
10 % All rights reserved
11
12 % Mup PostScript Prolog 5.3 for use with Mup 5.3
13
14 % lwid is used as the width of a standard (thin) line in the music
15 % character definitions.
16 /lwid 70 def
17 /halflwid lwid 2 div def
18
19 % Define the following for use in do_upshortnote, do_dnshortnote, and
20 % do_shortrest; it has to be done outside of the music font definition.
21 /utildict 10 dict def
22 utildict begin
23         /setnumflags    {       /numflags       exch def } def
24         /sethooksm1     {       /hooksm1        exch def } def
25         /setoffsets     {       /offsets        exch def } def
26         /setx           {       /x              exch def } def
27         /sety           {       /y              exch def } def
28 end
29
30 % Define a music character font.  Each music character is defined as if it
31 % were a normal ASCII character in a strange font where "A" looks like a
32 % treble clef, "B" looks like a bass clef, etc.
33
34 /mfont0 100 dict def
35 mfont0 begin
36         /FontType 3 def
37         /FontMatrix [ .001 0 0 0.001 0 0 ] def
38         /FontBBox [ -2000 -4030 2000 4030 ] def
39         /FontName (Mfont0) def
40
41         % set up Encoding vector with standard names
42         /Encoding 256 array def
43         StandardEncoding Encoding copy
44         pop
45
46         % the following definitions are used for quarter rests
47         /topx -170 def /topy 950 def
48         /cor1x 250 def /cor1y 450 def
49         /cor2x -300 def /cor2y 200 def
50         /cor3x 250 def /cor3y -400 def
51
52         % the following definitions are used for double sharps
53         /limit 300 halflwid add def
54         /off 70 def
55         /inbendsmall limit 200 sub def
56         /inbendbig limit 20 sub def
57         /outbendsmall 100 def
58         /outbendbig outbendsmall off add def
59
60         %%%%% define routines that will be used by multiple characters %%%%%
61         /do_1n {
62                 gsave
63                 newpath -10 rotate 1.6 1 scale
64                 0 0 325 0 360 arc               %outer ellipse
65                 1 1.6 div 1 scale 10 rotate     %back to original
66                 35 rotate 0.85 1.1 scale
67                 0 0 275 0 360 arc               %inner ellipse
68                 eofill
69                 grestore
70         } def
71         /do_upflag {
72                 -315 0 moveto
73                 -300 100 -100 480 0 600 curveto
74                 300 960 350 1500 200 1700 curveto
75                 130 1700 lineto
76                 350 1200 50 650 -315 600 curveto
77                 fill
78         } def
79         /do_flat {
80                 -250 -400 moveto        %outer edge of loop
81                 500 0 350 650 -250 160 curveto
82                 -250 160 lwid sub lineto %inner edge of loop
83                 100 400 300 0 -250 -400 lwid add curveto
84                 fill
85
86                 lwid setlinewidth       %stem
87                 -250 1100 moveto -250 -400 lineto stroke
88         } def
89         /do_diamond {
90                 newpath
91                 420 0 moveto 0 300 lineto -420 0 lineto
92                 0 -300 lineto closepath
93                 259 -29 moveto -41 185 lineto -259 29 lineto
94                 41 -185 lineto closepath
95                 eofill
96         } def
97         /do_2n {
98                 gsave
99                 newpath 25 rotate 1.4 1 scale
100                 0 0 315 0 360 arc               %outer ellipse
101                 1 1.4 div 1 scale               %back to original
102                 1.3 0.5 scale
103                 0 0 310 0 360 arc               %inner ellipse
104                 eofill
105                 grestore
106         } def
107         /do_4n {
108                 gsave
109                 newpath 25 rotate 1.35 1 scale
110                 0 0 310 0 360 arc fill
111                 grestore
112         } def
113         /do_com {
114                 newpath
115                 330 250 150 0 360 arc fill      %knob at upper right
116                 465 300 moveto                  %outer boundary
117                 410 500 200 635 0 635 curveto
118                 -750 635 -750 -635 0 -635 curveto
119                 350 -635 480 -300 500 -100 curveto
120                 430 -100 lineto                 %inner boundary
121                 380 -300 250 -565 0 -565 curveto
122                 -450 -565 -450 565 0 565 curveto
123                 200 565 370 350 395 300 curveto
124                 fill
125         } def
126         /do_ferm {
127                 0 0 800 lwid sub 0 180 arc      %inner arc
128                 -800 0 lineto
129                 0 270 lwid sub 800 180 0 arcn   %outer arc
130                 800 0 lineto fill
131                 0 120 120 0 360 arc fill        %the dot
132         } def
133         /do_mor {
134                 gsave
135                 0.7 1 scale     %scrunch the following horizontally
136                 45 rotate       %to pretend all lines horz or vertical
137                 0 1 1 {
138                         pop     %we don't need the loop variable
139                         %one half of the mordent
140                         0 40 moveto 350 40 lineto 350 -460 lineto
141                         750 -460 lineto 750 -540 lineto
142                         150 -540 lineto 150 -40 lineto
143                         0 -40 lineto fill
144                         180 rotate      %to do the other half
145                 } for
146                 grestore
147         } def
148         /do_turn {
149                 gsave
150                 0 1 1 {
151                         pop     %we don't need the loop variable
152                         0 -100 moveto   %outer boundary
153                         200 -400 625 -400 625 0 curveto
154                         625 200 500 325 300 325 curveto
155                         300 185 lineto  %inner boundary
156                         450 255 555 150 555 0 curveto
157                         555 -350 250 -250 0 100 curveto
158                         fill
159                         300 255 70 0 360 arc fill %knob on end
160                         180 rotate      %to do the other half
161                 } for
162                 grestore
163         } def
164
165         /do_upshortnote {
166                 utildict begin
167                 setnumflags             %set numflags from the stack
168                 gsave
169                 -330 0 translate        %half a flag width
170                 do_4n                   %do a quarter note head
171                 lwid setlinewidth
172                 370 0 moveto
173                 370 2100 numflags 2 sub flagsep mul add lineto stroke
174                 670 2100 numflags 2 sub flagsep mul add translate
175                 1 -1 scale              %reflect across X axis
176                 0 1 numflags 1 sub {
177                         do_upflag       %do an upflag
178                         pop             %we don't need the loop variable
179                         0 flagsep translate
180                 } for
181                 grestore
182                 end
183         } def
184
185         /do_dnshortnote {
186                 utildict begin
187                 setnumflags             %set numflags from the stack
188                 do_4n                   %do a quarter note head
189                 lwid setlinewidth
190                 -370 0 moveto
191                 -370 -2100 numflags 2 sub flagsep mul sub lineto stroke
192                 gsave
193                 -70 -2100 numflags 2 sub flagsep mul sub translate
194                 0 1 numflags 1 sub {
195                         do_upflag       %do an upflag
196                         pop             %we don't need the loop variable
197                         0 flagsep translate
198                 } for
199                 grestore
200                 end
201         } def
202
203         /do_shortrest {
204                 utildict begin
205                 sety setx setoffsets sethooksm1 %set variable from the stack
206                 gsave
207                 -105.8 offsets mul -600 offsets mul translate
208                 0 1 hooksm1 {           %loop once per hook
209                         newpath
210                         1 setlinewidth
211                         gsave
212                         1 1.2 scale
213                         -150 300 1.2 div 140 0 360 arc fill     %the dot
214                         grestore
215                         lwid setlinewidth
216                         -50 700 550 255 315 arc         %rest of the hook
217                         hooksm1 lt { stroke 105.8 600 translate } if
218                 } for
219                 x y lineto stroke
220                 grestore
221                 end
222         } def
223
224
225         % subsidiary dictionary of character definitions
226         /CharStrings 128 dict def
227         CharStrings begin
228
229                 /.notdef {} def
230
231                 % Here are the definitions of the characters.  A stepsize here
232                 % is 300 units (assuming the character is drawn at its default
233                 % size).
234
235                 % gclef
236                 /A {
237                         newpath
238                         %start with inner curl, inside boundary
239                         -50 -300 moveto
240                         -450 600 700 700 750 0 curveto
241                         750 -800 -700 -800 -700 200 curveto
242                         -700 900 500 1400 520 2250 curveto
243                         520 2900 300 3000 200 3000 curveto
244                         100 3000 -400 2500 -200 1800 curveto
245                         350 -600 lineto
246                         720 -1600 0 -1650 -400 -1400 curveto
247
248                         %go back to start, drawing the other boundary
249                         -400 -1480 lineto
250                         0 -1700 800 -1700 430 -600 curveto
251                         -120 1800 lineto
252                         -300 2400 200 2800 250 2800 curveto
253                         400 2800 430 2700 430 2450 curveto
254                         430 1800 -900 1200 -900 300 curveto
255                         -750 -900 800 -900 850 0 curveto
256                         900 1100 -750 900 -120 -300 curveto fill
257
258                         %circle at the bottom
259                         -300 -1250 250 0 360 arc fill
260                 } def
261
262                 % fclef
263                 /B {
264                         newpath
265                         %start with outside boundary, at bottom
266                         -1000 -1700 moveto
267                         100 -1100 500 -600 450 0 curveto
268                         450 850 -1100 850 -950 0 curveto
269
270                         %go back to start, drawing the other boundary
271                         -880 0 lineto
272                         -920 400 -600 560 -300 560 curveto
273                         0 560 150 400 150 0 curveto
274                         150 -400 100 -900 -1000 -1620 curveto fill
275
276                         %circle at the left
277                         newpath
278                         -700 0 250 0 360 arc fill
279
280                         %do the two dots after the main curve
281                         700 -300 100 0 360 arc fill
282                         700 300 100 0 360 arc fill
283                 } def
284
285                 % cclef
286                 /C {
287                         gsave
288                         %do upper curved part, then scale to do mirror image
289                         0 1 1 {
290                                 pop     %we don't need the loop variable
291                                 %outer boundary of curve
292                                 -170 0 moveto 100 300 lineto
293                                 400 -200 750 300 750 650 curveto
294                                 750 1100 450 1235 250 1235 curveto
295                                 0 1235 -143 1100 -143 950 curveto
296
297                                 %inner boundary of curve
298                                 0 950 lineto
299                                 0 1100 30 1165 250 1165 curveto
300                                 300 1165 450 1100 450 650 curveto
301                                 450 400 400 -100 100 400 curveto
302                                 -270 0 lineto fill
303                                 %stroke
304                                 %-270 0 moveto 100 400 lineto
305                                 %400 -100 450 400 450 650 curveto
306                                 %450 1100 300 1165 250 1165 curveto
307                                 %30 1165 0 1100 0 950 curveto
308                                 %stroke
309
310                                 %elliptical ball at end of curve
311                                 gsave
312                                 1.3 1 scale
313                                 10 950 120 0 360 arc fill
314                                 grestore
315                                 1 -1 scale      %reflect across X axis
316                         } for
317                         grestore
318
319                         % two vertical lines on the left
320                         300 setlinewidth -600 -1200 halflwid sub moveto
321                         -600 1200 halflwid add lineto stroke
322                         lwid setlinewidth -300 -1200 halflwid sub moveto
323                         -300 1200 halflwid add lineto stroke
324                 } def
325
326                 % dblwhole
327                 /D {
328                         do_1n           %do a whole note
329                         lwid setlinewidth
330                         -490 -600 moveto -490 600 lineto stroke
331                         490 -600 moveto 490 600 lineto stroke
332                 } def
333
334                 % 1n
335                 /E {
336                         do_1n           %do a whole note
337                 } def
338
339                 % 2n
340                 /F {
341                         do_2n           %do a half note
342                 } def
343
344                 % 4n
345                 /G {
346                         do_4n           %do a quarter note head
347                 } def
348
349                 % upflag
350                 /H {
351                         do_upflag               %do an upflag
352                 } def
353
354                 % dnflag
355                 /I {
356                         gsave
357                         1 -1 scale      %reflect across X axis
358                         do_upflag               %do an upflag
359                         grestore
360                 } def
361
362                 % dwhrest
363                 /J {
364                         300 setlinewidth
365                         0 0 moveto 0 600 lineto stroke
366                 } def
367
368                 % 1rest
369                 /K {
370                         lwid setlinewidth
371                         -750 600 moveto 750 600 lineto stroke
372                         300 setlinewidth
373                         -400 450 moveto 400 450 lineto stroke
374                 } def
375
376                 % 2rest
377                 /L {
378                         lwid setlinewidth
379                         -750 0 moveto 750 0 lineto stroke
380                         300 setlinewidth
381                         -400 150 moveto 400 150 lineto stroke
382                 } def
383
384                 % 4rest
385                 /M {
386                         newpath
387                         cor3x cor3y halflwid add moveto
388                         %-400 -200 -450 -650 50 -950 lwid add curveto
389                         -450 -50 -450 -650 50 -950 lwid add curveto
390                         -150 -650 -100 -250 cor3x cor3y halflwid sub curveto
391                         fill
392
393                         cor1x cor1y moveto cor1x 200 sub cor1y 200 add lineto
394                         cor2x cor2y lineto cor2x 200 add cor2y 200 sub lineto
395                         fill
396
397                         lwid setlinewidth
398                         topx topy moveto cor1x cor1y lineto stroke
399                         cor2x cor2y moveto cor3x cor3y lineto stroke
400                 } def
401
402                 % 8rest
403                 /N {
404                         0 0 0 -600 do_shortrest
405                 } def
406
407                 % 16rest
408                 /O {
409                         1 1 100 -1200 do_shortrest
410                 } def
411
412                 % 32rest
413                 /P {
414                         2 1 0 -1800 do_shortrest
415                 } def
416
417                 % 64rest
418                 /Q {
419                         3 2 -80 -2100 do_shortrest
420                 } def
421
422                 % 128rest
423                 /R {
424                         4 2 -150 -2700 do_shortrest
425                 } def
426
427                 % 256rest
428                 /S {
429                         5 3 -280 -3300 do_shortrest
430                 } def
431
432                 % dot
433                 /T {
434                         newpath
435                         0 0 120 0 360 arc fill
436                 } def
437
438                 % nat
439                 /U {
440                         % fill crossbars so that we can do parallelograms
441                         -235 -470 moveto -235 -270 lineto
442                         235 -130 lineto 235 -330 lineto fill
443                         -235 130 moveto -235 330 lineto
444                         235 470 lineto 235 270 lineto fill
445
446                         % vertical strokes
447                         lwid setlinewidth
448                         -200 -380 moveto -200 850 lineto stroke
449                         200 -850 moveto 200 380 lineto stroke
450                 } def
451
452                 % sharp
453                 /V {
454                         % fill crossbars so that we can do parallelograms
455                         -325 -480 moveto -325 -280 lineto
456                         325 -120 lineto 325 -320 lineto fill
457                         -325 120 moveto -325 320 lineto
458                         325 480 lineto 325 280 lineto fill
459
460                         % vertical strokes
461                         lwid setlinewidth
462                         -150 -930 moveto -150 880 lineto stroke
463                         150 -880 moveto 150 930 lineto stroke
464                 } def
465
466                 % flat
467                 /W {
468                         do_flat         %do a flat
469                 } def
470
471                 % dblsharp
472                 /X {
473                         gsave
474                         0 1 3 {         %loop once for each of 4 sticks
475                                 pop     %we don't need the loop variable
476                                 0 off neg moveto
477                                 outbendbig outbendsmall lineto
478                                 inbendbig inbendsmall lineto
479                                 limit limit lineto
480                                 inbendsmall inbendbig lineto
481                                 outbendsmall outbendbig lineto
482                                 off neg 0 lineto
483                                 fill
484                                 -90 rotate
485                         } for
486                         grestore
487                 } def
488
489                 % dblflat
490                 /Y {
491                         -290 580 290 {  %loop once for each flat
492
493                                 gsave
494                                 1 setlinewidth
495                                 0 translate     %translate left/right (loop var)
496                                 do_flat         %do a flat
497                                 grestore
498
499                         } for
500                 } def
501
502                 % xnote
503                 /Z {
504                         gsave
505                         1.15 1 scale 120 setlinewidth 1 setlinecap      %round
506                         -300 -300 moveto 300 300 lineto stroke
507                         -300 300 moveto 300 -300 lineto stroke
508                         grestore
509                 } def
510
511                 % dwhdiamond
512                 /a {
513                         do_diamond      %do a diamond
514                         lwid setlinewidth
515                         -420 -600 moveto -420 600 lineto stroke
516                         420 -600 moveto 420 600 lineto stroke
517                 } def
518
519                 % diamond
520                 /b {
521                         do_diamond      %do a diamond
522                 } def
523
524                 % filldiamond
525                 /c {
526                         420 0 moveto 0 300 lineto
527                         -420 0 lineto 0 -300 lineto fill
528                 } def
529
530                 % up2n
531                 /d {
532                         lwid setlinewidth
533                         380 0 moveto 380 2100 lineto stroke
534                         do_2n           %do a half note
535                 } def
536
537                 % dn2n
538                 /e {
539                         lwid setlinewidth
540                         -380 0 moveto -380 -2100 lineto stroke
541                         do_2n           %do a half note
542                 } def
543
544                 % up4n
545                 /f {
546                         do_4n           %do a quarter note head
547                         lwid setlinewidth
548                         370 0 moveto 370 2100 lineto stroke
549                 } def
550
551                 % dn4n
552                 /g {
553                         do_4n           %do a quarter note head
554                         lwid setlinewidth
555                         -370 0 moveto -370 -2100 lineto stroke
556                 } def
557
558                 % up8n
559                 /h {
560                         gsave
561                         -330 0 translate        % half a flag width
562                         do_4n           %do a quarter note head
563                         lwid setlinewidth
564                         370 0 moveto 370 2100 lineto stroke
565                         670 2100 translate
566                         1 -1 scale      %reflect across X axis
567                         do_upflag               %do an upflag
568                         grestore
569                 } def
570
571                 % dn8n
572                 /i {
573                         do_4n           %do a quarter note head
574                         lwid setlinewidth
575                         -370 0 moveto -370 -2100 lineto stroke
576                         gsave
577                         -70 -2100 translate
578                         do_upflag               %do an upflag
579                         grestore
580                 } def
581
582                 % up16n
583                 /j {
584                         2 do_upshortnote
585                 } def
586
587                 % dn16n
588                 /k {
589                         2 do_dnshortnote
590                 } def
591
592                 % up32n
593                 /l {
594                         3 do_upshortnote
595                 } def
596
597                 % dn32n
598                 /m {
599                         3 do_dnshortnote
600                 } def
601
602                 % up64n
603                 /n {
604                         4 do_upshortnote
605                 } def
606
607                 % dn64n
608                 /o {
609                         4 do_dnshortnote
610                 } def
611
612                 % up128n
613                 /p {
614                         5 do_upshortnote
615                 } def
616
617                 % dn128n
618                 /q {
619                         5 do_dnshortnote
620                 } def
621
622                 % up256n
623                 /r {
624                         6 do_upshortnote
625                 } def
626
627                 % dn256n
628                 /s {
629                         6 do_dnshortnote
630                 } def
631
632                 % com
633                 /t {
634                         do_com          %do a common time symbol
635                 } def
636
637                 % cut
638                 /u {
639                         do_com          %do a common time symbol
640                         lwid setlinewidth
641                         0 -900 moveto 0 900 lineto stroke
642                 } def
643
644                 % begped
645                 /v {
646                         lwid setlinewidth
647                         -200 600 moveto -200 0 lineto 200 0 lineto stroke
648                 } def
649
650                 % pedal
651                 /w {
652                         lwid setlinewidth
653                         -500 0 moveto -450 0 lineto 0 600 lineto
654                         450 0 lineto 500 0 lineto stroke
655                 } def
656
657                 % endped
658                 /x {
659                         lwid setlinewidth
660                         200 600 moveto 200 0 lineto -200 0 lineto stroke
661                 } def
662
663                 % dnbow
664                 /y {
665                         lwid setlinewidth
666                         -350 0 moveto -350 900 lineto stroke
667                         350 0 moveto 350 900 lineto stroke
668                         200 setlinewidth
669                         -350 800 moveto 350 800 lineto stroke
670                 } def
671
672                 % upbow
673                 /z {
674                         lwid setlinewidth
675                         -300 900 moveto 0 0 lineto 300 900 lineto stroke
676                 } def
677
678                 % wedge
679                 /one {
680                         0 0 moveto -150 500 lineto 150 500 lineto fill
681                 } def
682
683                 % uwedge
684                 /two {
685                         -150 0 moveto 150 0 lineto 0 500 lineto fill
686                 } def
687
688                 % ferm
689                 /three {
690                         newpath
691                         do_ferm         %do a right side up fermata
692                 } def
693
694                 % uferm
695                 /four {
696                         newpath
697                         gsave
698                         0 270 lwid sub 800 add translate %baseline at bottom
699                         180 rotate                      %upside down
700                         do_ferm         %do a right side up fermata
701                         grestore
702                 } def
703
704                 % sign
705                 /five {
706                         gsave
707                         %do upper left curved part, upper right dot;
708                         %then rotate 180 to do other half
709                         0 1 1 {
710                                 pop     %we don't need the loop variable
711                                 0 100 moveto            %inner boundary
712                                 -1000 300 -400 750 -200 700 curveto
713                                 -200 800 lineto         %outer boundary
714                                 -550 900 -1100 100 0 -100 curveto
715                                 fill
716                                 %dot at end of curve
717                                 -200 700 100 0 360 arc fill
718                                 %dot in upper right quadrant
719                                 500 200 70 0 360 arc fill
720                                 180 rotate
721                         } for
722                         grestore
723
724                         %slash through middle
725                         lwid setlinewidth
726                         -400 -800 moveto 400 800 lineto stroke
727                 } def
728
729                 % coda
730                 /six {
731                         newpath
732                         gsave
733                         0.6 1 scale
734                         0 0 550 0 360 arc       %outside boundary
735                         1 0.6 div 1 scale       %back to original
736                         0.9 1 scale
737                         0 0 650 0 360 arc       %inside boundary
738                         eofill
739                         grestore
740                         lwid setlinewidth
741                         0 -850 moveto 0 850 lineto stroke
742                         -800 0 moveto 800 0 lineto stroke
743                 } def
744
745                 % mor
746                 /seven {
747                         do_mor          %do a mordent
748                 } def
749
750                 % invmor
751                 /eight {
752                         do_mor          %do a mordent
753                         lwid setlinewidth
754                         0 -450 moveto 0 450 lineto stroke
755                 } def
756
757                 % turn
758                 /nine {
759                         do_turn         %do a turn
760                 } def
761
762                 % invturn
763                 /zero {
764                         gsave
765                         1 -1 scale      %reflect across X axis
766                         do_turn         %do a turn
767                         grestore
768                 } def
769
770                 % acc_gt
771                 /numbersign {
772                         lwid setlinewidth
773                         -500 300 moveto 500 0 lineto -500 -300 lineto stroke
774                 } def
775
776                 % acc_hat
777                 /dollar {
778                         newpath
779                         -365 0 moveto 0 860 lineto 365 0 lineto
780                         150 0 lineto -75 530 lineto -300 0 lineto fill
781                 } def
782
783                 % acc_uhat
784                 /quotedbl {
785                         newpath
786                         365 860 moveto 0 0 lineto -365 860 lineto
787                         -150 860 lineto 75 330 lineto 300 860 lineto fill
788                 } def
789
790                 % tr
791                 /asterisk {
792                         %vertical bar of t
793                         -350 1000 moveto -550 200 lineto
794                         -612.5 -50 -212.5 -50 -160 200 curveto
795                         -230 200 lineto
796                         -300 50 -420 50 -400 200 curveto
797                         -200 1000 lineto fill
798
799                         %crossbar of t and vertical bar of r
800                         -700 600 moveto -160 600 lineto
801                         20 600 30 520 60 440 curveto
802                         -50 0 lineto 70 0 lineto 180 440 lineto
803                         190 480 100 670 -150 670 curveto
804                         -690 670 lineto fill
805
806                         %horizontal curve of r
807                         100 480 moveto
808                         300 630 450 700 650 550 curveto
809                         560 480 lineto
810                         450 630 300 560 100 390 curveto
811                         fill
812
813                         %knob at end of r
814                         600 460 100 0 360 arc fill
815                 } def
816
817                 % leg
818                 /comma {
819                         100 setlinewidth
820                         -400 0 moveto 400 0 lineto stroke
821                 } def
822
823                 % rr
824                 /hyphen {
825                         100 setlinewidth
826                         -400 0 moveto 0 1000 lineto stroke
827                         0 0 moveto 400 1000 lineto stroke
828                 } def
829
830                 % measrpt
831                 /period {
832                         newpath -450 400 150 0 360 arc fill
833                         newpath 450 -400 150 0 360 arc fill
834                         200 setlinewidth
835                         -550 -600 moveto 550 600 lineto stroke
836                 } def
837
838                 % copyright
839                 /slash {
840                         lwid setlinewidth
841                         newpath 0 400 400 0 360 arc stroke
842                         newpath 0 400 200 45 315 arc stroke
843                 } def
844
845                 % dim
846                 /quoteleft {
847                         50 setlinewidth
848                         newpath 0 640 220 0 360 arc stroke
849                 } def
850
851                 % halfdim
852                 /quoteright {
853                         50 setlinewidth
854                         newpath 0 640 220 0 360 arc stroke
855                         newpath -340 300 moveto 340 980 lineto stroke
856                 } def
857
858                 % triangle
859                 /asciicircum {
860                         50 setlinewidth
861                         newpath -340 -10 moveto 0 710 lineto
862                         340 -10 lineto closepath stroke
863                 } def
864
865                 % qwhrest
866                 /ampersand {
867                         300 setlinewidth
868                         0 -600 moveto 0 600 lineto stroke
869                 } def
870
871                 % ll1rest
872                 /exclam {
873                         310 setlinewidth
874                         -400 455 moveto 400 450 lineto stroke
875                 } def
876
877                 % ll2rest
878                 /at {
879                         310 setlinewidth
880                         -400 145 moveto 400 150 lineto stroke
881                 } def
882         end
883
884         /BuildChar {
885
886                 exch begin
887                 Encoding exch get
888
889                 dup
890                 Mcbbox0 exch get
891                 aload pop setcachedevice
892
893                 CharStrings exch get
894                 exec
895                 end
896         } def
897 end
898
899
900 % Define another music character font, since there are too many to fit in one
901 % font.  It works the same way as the first one.
902
903 /mfont1 100 dict def
904 mfont1 begin
905         /FontType 3 def
906         /FontMatrix [ .001 0 0 0.001 0 0 ] def
907         /FontBBox [ -2000 -4030 2000 4030 ] def
908         /FontName (Mfont1) def
909
910         % set up Encoding vector with standard names
911         /Encoding 256 array def
912         StandardEncoding Encoding copy
913         pop
914
915         %%%%% define routines that will be used by multiple characters %%%%%
916
917         /do_dwh_bars {
918                 % the two bars surrounding a double whole note
919                 lwid setlinewidth
920                 -420 -600 moveto -420 600 lineto stroke
921                 420 -600 moveto 420 600 lineto stroke
922         } def
923         /do_righttriangle {
924                 newpath
925                 420 270 moveto -420 270 lineto 350 -300 lineto 420 -300 lineto
926                 350 150 moveto -140 150 lineto 350 -213 lineto
927                 eofill
928         } def
929         /do_fillrighttriangle {
930                 newpath
931                 420 270 moveto -420 270 lineto 350 -300 lineto 420 -300 lineto
932                 fill
933         } def
934         /do_rectangle {
935                 newpath
936                 420 270 moveto -420 270 lineto -420 -270 lineto 420 -270 lineto
937                 350 150 moveto -350 150 lineto -350 -150 lineto 350 -150 lineto
938                 eofill
939         } def
940         /do_isostriangle {
941                 newpath
942                 0 300 moveto -420 -270 lineto 420 -270 lineto
943                 0 182 moveto -245 -150 lineto 245 -150 lineto
944                 eofill
945         } def
946         /do_piewedge {
947                 newpath
948                 0 -300 moveto 0 -244 514 35 145 arc
949                 0 -209 moveto 0 -244 394 43 137 arc
950                 eofill
951         } def
952         /do_semicircle {
953                 newpath
954                 gsave
955                 1 1.357 scale 420 199 moveto 0 199 420 180 360 arc
956                 1 1.09 scale 350 111 moveto 0 199 350 194.1 345.9 arc
957                 eofill
958                 grestore
959         } def
960         /do_slashhead {
961                 newpath
962                 lwid setlinewidth
963                 -620 -530 moveto -480 -670 lineto 620 530 lineto 480 670 lineto
964                 closepath stroke
965         } def
966
967         % subsidiary dictionary of character definitions
968         /CharStrings 128 dict def
969         CharStrings begin
970
971                 /.notdef {} def
972
973                 % Here are the definitions of the characters.  A stepsize here
974                 % is 300 units (assuming the character is drawn at its default
975                 % size).
976
977                 % dwhrighttriangle
978                 /A {
979                         do_righttriangle
980                         do_dwh_bars
981                 } def
982
983                 % righttriangle
984                 /B {
985                         do_righttriangle
986                 } def
987
988                 % fillrighttriangle
989                 /C {
990                         newpath
991                         420 270 moveto -420 270 lineto 350 -300 lineto
992                         420 -300 lineto
993                         fill
994                 } def
995
996                 % udwhrighttriangle
997                 /D {
998                         gsave
999                         180 rotate
1000                         do_righttriangle
1001                         do_dwh_bars
1002                         grestore
1003                 } def
1004
1005                 % urighttriangle
1006                 /E {
1007                         gsave
1008                         180 rotate
1009                         do_righttriangle
1010                         grestore
1011                 } def
1012
1013                 % ufillrighttriangle
1014                 /F {
1015                         gsave
1016                         180 rotate
1017                         do_fillrighttriangle
1018                         grestore
1019                 } def
1020
1021                 % dwhrectangle
1022                 /G {
1023                         do_rectangle
1024                         do_dwh_bars
1025                 } def
1026
1027                 % rectangle
1028                 /H {
1029                         do_rectangle
1030                 } def
1031
1032                 % fillrectangle
1033                 /I {
1034                         newpath
1035                         420 270 moveto -420 270 lineto -420 -270 lineto
1036                         420 -270 lineto
1037                         fill
1038                 } def
1039
1040                 % dwhisostriangle
1041                 /J {
1042                         do_isostriangle
1043                         do_dwh_bars
1044                 } def
1045
1046                 % isostriangle
1047                 /K {
1048                         do_isostriangle
1049                 } def
1050
1051                 % fillisostriangle
1052                 /L {
1053                         newpath
1054                         0 300 moveto -420 -270 lineto 420 -270 lineto
1055                         fill
1056                 } def
1057
1058                 % dwhpiewedge
1059                 /M {
1060                         do_piewedge
1061                         do_dwh_bars
1062                 } def
1063
1064                 % piewedge
1065                 /N {
1066                         do_piewedge
1067                 } def
1068
1069                 % fillpiewedge
1070                 /O {
1071                         newpath
1072                         0 -300 moveto 0 -244 514 35 145 arc
1073                         fill
1074                 } def
1075
1076                 % dwhsemicircle
1077                 /P {
1078                         do_semicircle
1079                         do_dwh_bars
1080                 } def
1081
1082                 % semicircle
1083                 /Q {
1084                         do_semicircle
1085                 } def
1086
1087                 % fillsemicircle
1088                 /R {
1089                         newpath
1090                         gsave
1091                         1 570 420 div scale
1092                         420 199 moveto 0 199 420 180 360 arc
1093                         fill
1094                         grestore
1095                 } def
1096
1097                 % dwhslashhead
1098                 /S {
1099                         do_slashhead
1100                         lwid setlinewidth
1101                         -650 -600 moveto -650 600 lineto stroke
1102                         650 -600 moveto 650 600 lineto stroke
1103                 } def
1104
1105                 % slashhead
1106                 /T {
1107                         do_slashhead
1108                 } def
1109
1110                 % fillslashhead
1111                 /U {
1112                         newpath
1113                         200 setlinewidth
1114                         -550 -600 moveto 550 600 lineto stroke
1115                 } def
1116
1117                 % blankhead
1118                 /V {
1119                         %print nothing
1120                 } def
1121         end
1122
1123         /BuildChar {
1124
1125                 exch begin
1126                 Encoding exch get
1127
1128                 dup
1129                 Mcbbox1 exch get
1130                 aload pop setcachedevice
1131
1132                 CharStrings exch get
1133                 exec
1134                 end
1135         } def
1136 end
1137
1138
1139 % General routines for printing any music character, invoked by each music
1140 % character's specific routine below.  The scaling factor (default 1) needs
1141 % to be multiplied by 10 to get the actual size.  These routines restore the
1142 % preexisting current font when they are done.
1143
1144 /printmchar0 {
1145         gsave
1146         /musicchar exch def
1147         /Mfont0 findfont exch 10 mul scalefont setfont moveto 
1148         musicchar show
1149         grestore
1150 } def
1151 /printmchar1 {
1152         gsave
1153         /musicchar exch def
1154         /Mfont1 findfont exch 10 mul scalefont setfont moveto 
1155         musicchar show
1156         grestore
1157 } def
1158
1159 % Define each music character name to be a routine that prints the character.
1160 % Each character is to be invoked as in this example:
1161 %       100 200 1 gclef         % at (100, 200), scale to default size & print
1162
1163 /gclef                  { (A) printmchar0 } def
1164 /fclef                  { (B) printmchar0 } def
1165 /cclef                  { (C) printmchar0 } def
1166 /dblwhole               { (D) printmchar0 } def
1167 /1n                     { (E) printmchar0 } def
1168 /2n                     { (F) printmchar0 } def
1169 /4n                     { (G) printmchar0 } def
1170 /upflag                 { (H) printmchar0 } def
1171 /dnflag                 { (I) printmchar0 } def
1172 /dwhrest                { (J) printmchar0 } def
1173 /1rest                  { (K) printmchar0 } def
1174 /2rest                  { (L) printmchar0 } def
1175 /4rest                  { (M) printmchar0 } def
1176 /8rest                  { (N) printmchar0 } def
1177 /16rest                 { (O) printmchar0 } def
1178 /32rest                 { (P) printmchar0 } def
1179 /64rest                 { (Q) printmchar0 } def
1180 /128rest                { (R) printmchar0 } def
1181 /256rest                { (S) printmchar0 } def
1182 /dot                    { (T) printmchar0 } def
1183 /nat                    { (U) printmchar0 } def
1184 /sharp                  { (V) printmchar0 } def
1185 /flat                   { (W) printmchar0 } def
1186 /dblsharp               { (X) printmchar0 } def
1187 /dblflat                { (Y) printmchar0 } def
1188 /xnote                  { (Z) printmchar0 } def
1189 /dwhdiamond             { (a) printmchar0 } def
1190 /diamond                { (b) printmchar0 } def
1191 /filldiamond            { (c) printmchar0 } def
1192 /up2n                   { (d) printmchar0 } def
1193 /dn2n                   { (e) printmchar0 } def
1194 /up4n                   { (f) printmchar0 } def
1195 /dn4n                   { (g) printmchar0 } def
1196 /up8n                   { (h) printmchar0 } def
1197 /dn8n                   { (i) printmchar0 } def
1198 /up16n                  { (j) printmchar0 } def
1199 /dn16n                  { (k) printmchar0 } def
1200 /up32n                  { (l) printmchar0 } def
1201 /dn32n                  { (m) printmchar0 } def
1202 /up64n                  { (n) printmchar0 } def
1203 /dn64n                  { (o) printmchar0 } def
1204 /up128n                 { (p) printmchar0 } def
1205 /dn128n                 { (q) printmchar0 } def
1206 /up256n                 { (r) printmchar0 } def
1207 /dn256n                 { (s) printmchar0 } def
1208 /com                    { (t) printmchar0 } def
1209 /cut                    { (u) printmchar0 } def
1210 /begped                 { (v) printmchar0 } def
1211 /pedal                  { (w) printmchar0 } def
1212 /endped                 { (x) printmchar0 } def
1213 /dnbow                  { (y) printmchar0 } def
1214 /upbow                  { (z) printmchar0 } def
1215 /wedge                  { (1) printmchar0 } def
1216 /uwedge                 { (2) printmchar0 } def
1217 /ferm                   { (3) printmchar0 } def
1218 /uferm                  { (4) printmchar0 } def
1219 /sign                   { (5) printmchar0 } def
1220 /coda                   { (6) printmchar0 } def
1221 /mor                    { (7) printmchar0 } def
1222 /invmor                 { (8) printmchar0 } def
1223 /turn                   { (9) printmchar0 } def
1224 /invturn                { (0) printmchar0 } def
1225 /acc_gt                 { (#) printmchar0 } def
1226 /acc_hat                { ($) printmchar0 } def
1227 /acc_uhat               { (") printmchar0 } def
1228 /tr                     { (*) printmchar0 } def
1229 /leg                    { (,) printmchar0 } def
1230 /rr                     { (-) printmchar0 } def
1231 /measrpt                { (.) printmchar0 } def
1232 /copyright              { (/) printmchar0 } def
1233 /dim                    { (`) printmchar0 } def
1234 /halfdim                { (') printmchar0 } def
1235 /triangle               { (^) printmchar0 } def
1236 /qwhrest                { (&) printmchar0 } def
1237 /ll1rest                { (!) printmchar0 } def
1238 /ll2rest                { (@) printmchar0 } def
1239 /dwhrighttriangle       { (A) printmchar1 } def
1240 /righttriangle          { (B) printmchar1 } def
1241 /fillrighttriangle      { (C) printmchar1 } def
1242 /udwhrighttriangle      { (D) printmchar1 } def
1243 /urighttriangle         { (E) printmchar1 } def
1244 /ufillrighttriangle     { (F) printmchar1 } def
1245 /dwhrectangle           { (G) printmchar1 } def
1246 /rectangle              { (H) printmchar1 } def
1247 /fillrectangle          { (I) printmchar1 } def
1248 /dwhisostriangle        { (J) printmchar1 } def
1249 /isostriangle           { (K) printmchar1 } def
1250 /fillisostriangle       { (L) printmchar1 } def
1251 /dwhpiewedge            { (M) printmchar1 } def
1252 /piewedge               { (N) printmchar1 } def
1253 /fillpiewedge           { (O) printmchar1 } def
1254 /dwhsemicircle          { (P) printmchar1 } def
1255 /semicircle             { (Q) printmchar1 } def
1256 /fillsemicircle         { (R) printmchar1 } def
1257 /dwhslashhead           { (S) printmchar1 } def
1258 /slashhead              { (T) printmchar1 } def
1259 /fillslashhead          { (U) printmchar1 } def
1260 /blankhead              { (V) printmchar1 } def
1261
1262
1263 % Define routines for Mup output other than music characters.
1264
1265 /stepsize 3 def    % define a step size as 3 points (at default magnification)
1266
1267 % x1 y1 x2 lines dist staffscale staff
1268 %               draw a staff starting at x1, y1 and extending to x2 with "lines"
1269 %               lines, 2*dist*stepsize apart, scaled by staffscale
1270 /staff {
1271         /staffscale exch def
1272         /dist exch def
1273         /lines exch def
1274         /x2 exch def
1275         /y1 exch def
1276         /x1 exch def
1277         0.7 staffscale mul sb setlinewidth
1278         1 lines sub  2  lines 1 sub {   % loop from bottom line to top line
1279                 dup stepsize mul staffscale mul dist mul y1 add x1 exch moveto
1280                 stepsize mul staffscale mul dist mul y1 add x2 exch lineto stroke
1281         } for
1282 } def
1283
1284 % x y1 y2 bracket       draw a bracket; y1 is the top
1285 /bracket {
1286         /y2 exch def
1287         /y1 exch def
1288         /x exch def
1289         gsave
1290         3 setlinewidth
1291         x 2 sub y1 1 add moveto
1292         x 2 sub y2 1 sub lineto
1293         stroke
1294         x 2 sub y1 1 add moveto
1295         x 1 sub y1 1 add   x 3 add y1 1 add   x 5 add y1 6 add   curveto
1296         x 6 add y1 5 add lineto
1297         x 5 add y1 2 add   x 1 add y1 2 sub   x 2 sub y1 2 sub   curveto
1298         fill
1299         x 2 sub y2 1 sub moveto
1300         x 1 sub y2 1 sub   x 3 add y2 1 sub   x 5 add y2 6 sub   curveto
1301         x 6 add y2 5 sub lineto
1302         x 5 add y2 2 sub   x 1 add y2 2 add   x 2 sub y2 2 add   curveto
1303         fill
1304         grestore
1305 } def
1306
1307 % x y1 y2 brace         draw a brace; y1 is the top
1308 /brace {
1309         /y2 exch def
1310         /y1 exch def
1311         /x exch def
1312         gsave
1313         x 9 sub y1 y2 add 2 div translate
1314         /topy y1 y2 sub 2 div 1 sub def
1315         0 1 1 {
1316                 pop
1317                 %0 topy moveto 0 0 lineto stroke
1318                 0 0 moveto
1319                 16 topy 0.2 mul   -11 topy 0.6 mul   8 topy   curveto
1320                 8.7 topy lineto
1321                 -7 topy 0.7 mul   20 topy 0.3 mul   1 0   curveto
1322                 fill
1323                 1 -1 scale      % flip to do bottom half
1324         } for
1325         grestore
1326 } def
1327
1328 % endx endy wavy staffscale     draw a wavy line from current point to here,
1329 %                               scaled by staffscale
1330 /wavy {
1331         /staffscale exch def
1332         /endy exch def          % define the end point of the line
1333         /endx exch def
1334         currentpoint            % line starts at current point
1335         /begy exch def          % define the beginning point of the line
1336         /begx exch def
1337         gsave
1338         /dx endx begx sub def   % find delta x and delta y
1339         /dy endy begy sub def
1340         /r dx dx mul dy dy mul add sqrt def     % hypotenuse
1341         /theta dy dx atan def                   % angle with positive x axis
1342         begx begy translate     % change axes so that we can draw the line
1343         theta rotate            %   from (0, 0) to (r, 0)
1344         staffscale staffscale scale     % scale everything by staffscale
1345         /scaledr r staffscale div def   % but scale r in reverse to keep length
1346
1347         % Each outer loop draws one cycle of the squiggle.  It continues until
1348         % we are at or beyond the desired end point.
1349         0 0 moveto
1350         0 6 scaledr {
1351                 gsave
1352                 % first loop draws left half of squiggle; second draws right
1353                 0 1 1 {
1354                         0.0 0.4 moveto
1355                         2.0 1.9 3.4 2.3 3.9 0.0 curveto
1356                         2.1 0.0 lineto
1357                         1.9 0.8 1.4 0.7 0.0 -0.4 curveto
1358                         fill
1359                         pop 180 rotate -6 0 translate
1360                 } for
1361                 grestore
1362
1363                 pop 6 0 translate       % shift axes right one squiggle
1364         } for
1365
1366         grestore
1367 } def
1368
1369 % x y space frets fretno numvert curvel curver [ f1 f2 f3 ... ] grid
1370 %                               print a guitar grid diagram
1371 /grid {
1372         /grid_positions exch def % 0="o", -1="x", -2=nothing, positive=dot
1373         /curver exch def        % right string for curve, 0 if none
1374         /curvel exch def        % left string for curve, 0 if none
1375         /numvert exch def       % vertical position to print fretno, 0 if none
1376         /fretno exch def        % fret no. to print at right, 0 if none
1377         /frets exch def         % number of fret lines
1378         /space exch def         % points between two neighboring lines
1379         /y exch def             % y coord of top fret line
1380         /x exch def             % x coord of left strings
1381
1382         gsave
1383         /strings grid_positions length def      % number of strings
1384         /lmarky 0.4 space mul y add def         % lowest Y of a "o" or "x"
1385         space 10 div setlinewidth
1386         2 setlinecap
1387
1388         % draw the lines of the grid
1389         0  1  strings 1 sub {   % loop from left string to right string
1390                 dup space mul x add y moveto
1391                 space mul x add frets 1 sub space mul y exch sub lineto stroke
1392         } for
1393         0  -1  1 frets sub {    % loop from top fret (nut) to bottom fret
1394                 dup space mul y add x exch moveto
1395                 space mul y add strings 1 sub space mul x add exch lineto stroke
1396         } for
1397
1398         % draw the curved line if there is one
1399         curvel 0 gt {
1400                 % within strings curvel to curver, find smallest positive fret
1401                 /minfret 1000 def
1402                 curvel 1 curver {
1403                         /strno exch def
1404                         /grid_p grid_positions strno 1 sub get def
1405                         grid_p 0 gt grid_p minfret lt and {
1406                                 /minfret grid_p def
1407                         } if
1408                 } for
1409
1410                 % if curve goes above top fret, other marks must be higher
1411                 minfret 1 eq {
1412                         /hmarky 1.2 space mul y add def
1413                 } {
1414                         /hmarky lmarky def
1415                 } ifelse
1416
1417                 /strdiff curver curvel sub def
1418                 space 8 div setlinewidth
1419
1420                 % set endpoint coords of curve; higher if curve is short
1421                 /curvex1 curvel 1 sub space mul x add def
1422                 /curvex2 curver 1 sub space mul x add def
1423                 /curvey 1 minfret sub space mul y add def
1424                 strdiff 3 lt {
1425                         /curvey 0.2 strdiff div space mul curvey add def
1426                 } if
1427
1428                 % move to left end, set other points, draw curve
1429                 curvex1 curvey moveto
1430
1431                 curvex1 curvex2 curvex1 sub 3 div add
1432                 curvey space 0.4 strdiff sqrt mul mul add
1433
1434                 curvex2 curvex2 curvex1 sub 3 div sub
1435                 curvey space 0.4 strdiff sqrt mul mul add
1436
1437                 curvex2 curvey curveto stroke
1438         } if
1439
1440         space 10 div setlinewidth
1441
1442         % draw dots and x and o marks
1443         0  1  strings 1 sub {   % loop from left string to right string
1444                 /strno exch def % first string is 0
1445                 /grid_p grid_positions strno get def
1446                 /strx strno space mul x add def
1447
1448                 % set Y of mark higher if curved line covers this string
1449                 strno 1 add curvel ge  strno 1 add curver le  and {
1450                         /marky hmarky def
1451                 } {
1452                         /marky lmarky def
1453                 } ifelse
1454
1455                 grid_p -1 eq {          % draw an X above the string
1456                         /xhwid space 3 div def
1457                         strx xhwid sub marky xhwid sub moveto
1458                         strx xhwid add marky xhwid add lineto stroke
1459                         strx xhwid sub marky xhwid add moveto
1460                         strx xhwid add marky xhwid sub lineto stroke
1461                 } if
1462                 grid_p 0 eq {           % draw a circle above the string
1463                         strx marky space 0.3 mul 0 360 arc stroke
1464                 } if
1465                 grid_p 1 ge {           % draw a dot by the proper fret
1466                         strx y grid_p space mul sub space 3 div add
1467                         space 3 div 0 360 arc fill
1468                 } if
1469         } for
1470
1471         % print "X fr" if requested
1472         fretno 0 gt {
1473                 /Palatino-Roman findfont space 1.9 mul scalefont setfont
1474                 x strings 0.5 sub space mul add
1475                 y space numvert 0.3 add mul sub moveto
1476                 fretno 2 string cvs show ( fr) show
1477         } if
1478         grestore
1479 } def
1480
1481 % x1 y1 x2 y2 whitebox          draw a white rectangle with opposite
1482 %                               corners of (x1,y1) and (x2,y2)
1483 /whitebox {
1484         /y2 exch def
1485         /x2 exch def
1486         /y1 exch def
1487         /x1 exch def
1488         1.0 setgray
1489         newpath
1490         x1 y1 moveto
1491         x1 y2 lineto
1492         x2 y2 lineto
1493         x2 y1 lineto
1494         closepath
1495         fill
1496         stroke
1497         0.0 setgray
1498 } def
1499
1500
1501 /LineNum 0 def
1502 /InputFile (unknown) def
1503
1504 % n linenum
1505 /linenum {
1506         /LineNum exch def
1507 } def
1508
1509 % (inputfilename) inputfile
1510 /inputfile {
1511         /InputFile exch def
1512 } def
1513
1514 % find size of Encoding and make a dictionary
1515 % that size for bounding box information
1516 mfont0 begin
1517 /dictsize Encoding length def
1518 mfont0 /Mcbbox0 dictsize dict put
1519
1520 % temporarily redefine printmchar0 to get code
1521 5 dict begin
1522 /printmchar0 { {} forall } def
1523
1524 Mcbbox0 Encoding 128rest get [ 1140.0 0 -515.0 -1515.0 615.0 1685.0 ] put
1525 Mcbbox0 Encoding 16rest get [ 830.0 0 -415.0 -1215.0 405.0 485.0 ] put
1526 Mcbbox0 Encoding 1n get [ 1080.0 0 -535.0 -335.0 535.0 345.0 ] put
1527 Mcbbox0 Encoding 1rest get [ 1540.0 0 -765.0 -5.0 765.0 645.0 ] put
1528 Mcbbox0 Encoding 256rest get [ 1250.0 0 -625.0 -2115.0 615.0 1685.0 ] put
1529 Mcbbox0 Encoding 2n get [ 880.0 0 -435.0 -345.0 435.0 355.0 ] put
1530 Mcbbox0 Encoding 2rest get [ 1540.0 0 -765.0 -45.0 765.0 315.0 ] put
1531 Mcbbox0 Encoding 32rest get [ 940.0 0 -415.0 -1215.0 515.0 1085.0 ] put
1532 Mcbbox0 Encoding 4n get [ 840.0 0 -415.0 -335.0 415.0 345.0 ] put
1533 Mcbbox0 Encoding 4rest get [ 650.0 0 -345.0 -885.0 295.0 985.0 ] put
1534 Mcbbox0 Encoding 64rest get [ 1040.0 0 -515.0 -1515.0 515.0 1085.0 ] put
1535 Mcbbox0 Encoding 8rest get [ 750.0 0 -305.0 -615.0 435.0 485.0 ] put
1536 Mcbbox0 Encoding acc_gt get [ 1170.0 0 -525.0 -335.0 635.0 345.0 ] put
1537 Mcbbox0 Encoding acc_hat get [ 780.0 0 -385.0 -5.0 385.0 875.0 ] put
1538 Mcbbox0 Encoding acc_uhat get [ 780.0 0 -385.0 -5.0 385.0 875.0 ] put
1539 Mcbbox0 Encoding begped get [ 470.0 0 -245.0 -45.0 215.0 615.0 ] put
1540 Mcbbox0 Encoding cclef get [ 1540.0 0 -765.0 -1245.0 765.0 1255.0 ] put
1541 Mcbbox0 Encoding coda get [ 1640.0 0 -815.0 -855.0 815.0 865.0 ] put
1542 Mcbbox0 Encoding com get [ 1100.0 0 -575.0 -635.0 515.0 655.0 ] put
1543 Mcbbox0 Encoding copyright get [ 920.0 0 -455.0 -45.0 455.0 855.0 ] put
1544 Mcbbox0 Encoding cut get [ 1100.0 0 -575.0 -905.0 515.0 915.0 ] put
1545 Mcbbox0 Encoding dblflat get [ 1170.0 0 -595.0 -405.0 565.0 1115.0 ] put
1546 Mcbbox0 Encoding dblsharp get [ 720.0 0 -355.0 -345.0 355.0 355.0 ] put
1547 Mcbbox0 Encoding dblwhole get [ 1090.0 0 -535.0 -605.0 545.0 615.0 ] put
1548 Mcbbox0 Encoding diamond get [ 880.0 0 -435.0 -305.0 435.0 315.0 ] put
1549 Mcbbox0 Encoding dim get [ 540.0 0 -265.0 -5.0 265.0 905.0 ] put
1550 Mcbbox0 Encoding dn128n get [ 840.0 0 -415.0 -3545.0 415.0 345.0 ] put
1551 Mcbbox0 Encoding dn16n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1552 Mcbbox0 Encoding dn256n get [ 840.0 0 -415.0 -3965.0 415.0 345.0 ] put
1553 Mcbbox0 Encoding dn2n get [ 880.0 0 -435.0 -2105.0 435.0 355.0 ] put
1554 Mcbbox0 Encoding dn32n get [ 840.0 0 -415.0 -2585.0 415.0 345.0 ] put
1555 Mcbbox0 Encoding dn4n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1556 Mcbbox0 Encoding dn64n get [ 840.0 0 -415.0 -3065.0 415.0 345.0 ] put
1557 Mcbbox0 Encoding dn8n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1558 Mcbbox0 Encoding dnbow get [ 810.0 0 -395.0 -5.0 405.0 915.0 ] put
1559 Mcbbox0 Encoding dnflag get [ 640.0 0 -335.0 -1705.0 295.0 15.0 ] put
1560 Mcbbox0 Encoding dot get [ 280.0 0 -135.0 -125.0 135.0 135.0 ] put
1561 Mcbbox0 Encoding dwhdiamond get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1562 Mcbbox0 Encoding dwhrest get [ 340.0 0 -165.0 -5.0 165.0 615.0 ] put
1563 Mcbbox0 Encoding endped get [ 480.0 0 -215.0 -45.0 255.0 615.0 ] put
1564 Mcbbox0 Encoding fclef get [ 1840.0 0 -1015.0 -1705.0 815.0 655.0 ] put
1565 Mcbbox0 Encoding ferm get [ 1640.0 0 -815.0 -5.0 815.0 1015.0 ] put
1566 Mcbbox0 Encoding filldiamond get [ 880.0 0 -435.0 -305.0 435.0 315.0 ] put
1567 Mcbbox0 Encoding flat get [ 580.0 0 -295.0 -405.0 275.0 1115.0 ] put
1568 Mcbbox0 Encoding gclef get [ 1790.0 0 -915.0 -1605.0 865.0 3015.0 ] put
1569 Mcbbox0 Encoding halfdim get [ 760.0 0 -375.0 -5.0 375.0 1015.0 ] put
1570 Mcbbox0 Encoding invmor get [ 1320.0 0 -655.0 -455.0 655.0 465.0 ] put
1571 Mcbbox0 Encoding invturn get [ 1300.0 0 -645.0 -335.0 645.0 345.0 ] put
1572 Mcbbox0 Encoding leg get [ 840.0 0 -415.0 -55.0 415.0 65.0 ] put
1573 Mcbbox0 Encoding ll1rest get [ 840.0 0 -415.0 -5.0 415.0 625.0 ] put
1574 Mcbbox0 Encoding ll2rest get [ 840.0 0 -415.0 -15.0 415.0 315.0 ] put
1575 Mcbbox0 Encoding measrpt get [ 1300.0 0 -645.0 -675.0 645.0 685.0 ] put
1576 Mcbbox0 Encoding mor get [ 1320.0 0 -655.0 -285.0 655.0 295.0 ] put
1577 Mcbbox0 Encoding nat get [ 520.0 0 -255.0 -855.0 255.0 865.0 ] put
1578 Mcbbox0 Encoding pedal get [ 1040.0 0 -515.0 -45.0 515.0 675.0 ] put
1579 Mcbbox0 Encoding qwhrest get [ 340.0 0 -165.0 -605.0 165.0 615.0 ] put
1580 Mcbbox0 Encoding rr get [ 940.0 0 -465.0 -25.0 465.0 1035.0 ] put
1581 Mcbbox0 Encoding sharp get [ 700.0 0 -345.0 -935.0 345.0 945.0 ] put
1582 Mcbbox0 Encoding sign get [ 1340.0 0 -665.0 -825.0 665.0 835.0 ] put
1583 Mcbbox0 Encoding tr get [ 1440.0 0 -715.0 -5.0 715.0 1015.0 ] put
1584 Mcbbox0 Encoding triangle get [ 800.0 0 -395.0 -45.0 395.0 785.0 ] put
1585 Mcbbox0 Encoding turn get [ 1300.0 0 -645.0 -325.0 645.0 345.0 ] put
1586 Mcbbox0 Encoding uferm get [ 1640.0 0 -815.0 -5.0 815.0 1015.0 ] put
1587 Mcbbox0 Encoding up128n get [ 1390.0 0 -745.0 -335.0 635.0 3555.0 ] put
1588 Mcbbox0 Encoding up16n get [ 1390.0 0 -745.0 -335.0 635.0 2115.0 ] put
1589 Mcbbox0 Encoding up256n get [ 1390.0 0 -745.0 -335.0 635.0 3975.0 ] put
1590 Mcbbox0 Encoding up2n get [ 880.0 0 -435.0 -345.0 435.0 2115.0 ] put
1591 Mcbbox0 Encoding up32n get [ 1390.0 0 -745.0 -335.0 635.0 2595.0 ] put
1592 Mcbbox0 Encoding up4n get [ 850.0 0 -415.0 -335.0 425.0 2115.0 ] put
1593 Mcbbox0 Encoding up64n get [ 1390.0 0 -745.0 -335.0 635.0 3075.0 ] put
1594 Mcbbox0 Encoding up8n get [ 1390.0 0 -745.0 -335.0 635.0 2115.0 ] put
1595 Mcbbox0 Encoding upbow get [ 720.0 0 -355.0 -115.0 355.0 925.0 ] put
1596 Mcbbox0 Encoding upflag get [ 640.0 0 -335.0 -5.0 295.0 1715.0 ] put
1597 Mcbbox0 Encoding uwedge get [ 340.0 0 -165.0 -5.0 165.0 505.0 ] put
1598 Mcbbox0 Encoding wedge get [ 340.0 0 -165.0 5.0 165.0 515.0 ] put
1599 Mcbbox0 Encoding xnote get [ 880.0 0 -435.0 -365.0 435.0 375.0 ] put
1600
1601 end
1602 end
1603
1604 /Mfont0 mfont0 definefont
1605
1606
1607 % find size of Encoding and make a dictionary
1608 % that size for bounding box information
1609 mfont1 begin
1610 /dictsize Encoding length def
1611 mfont1 /Mcbbox1 dictsize dict put
1612
1613 % temporarily redefine printmchar1 to get code
1614 5 dict begin
1615 /printmchar1 { {} forall } def
1616
1617 Mcbbox1 Encoding blankhead get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1618 Mcbbox1 Encoding dwhisostriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1619 Mcbbox1 Encoding dwhpiewedge get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1620 Mcbbox1 Encoding dwhrectangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1621 Mcbbox1 Encoding dwhrighttriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1622 Mcbbox1 Encoding dwhsemicircle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1623 Mcbbox1 Encoding dwhslashhead get [ 1410.0 0 -695.0 -725.0 705.0 735.0 ] put
1624 Mcbbox1 Encoding fillisostriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1625 Mcbbox1 Encoding fillpiewedge get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1626 Mcbbox1 Encoding fillrectangle get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1627 Mcbbox1 Encoding fillrighttriangle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1628 Mcbbox1 Encoding fillsemicircle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1629 Mcbbox1 Encoding fillslashhead get [ 1300.0 0 -645.0 -675.0 645.0 685.0 ] put
1630 Mcbbox1 Encoding isostriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1631 Mcbbox1 Encoding piewedge get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1632 Mcbbox1 Encoding rectangle get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1633 Mcbbox1 Encoding righttriangle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1634 Mcbbox1 Encoding semicircle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1635 Mcbbox1 Encoding slashhead get [ 1380.0 0 -685.0 -725.0 685.0 735.0 ] put
1636 Mcbbox1 Encoding udwhrighttriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1637 Mcbbox1 Encoding ufillrighttriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1638 Mcbbox1 Encoding urighttriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1639
1640 end
1641 end
1642
1643 /Mfont1 mfont1 definefont
1644
1645 /makeExtEncoding {
1646         /extendedencoding 256 array def
1647         StandardEncoding extendedencoding copy
1648         extendedencoding 32 /exclamdown put
1649         extendedencoding 33 /cent put
1650         extendedencoding 34 /sterling put
1651         extendedencoding 35 /yen put
1652         extendedencoding 36 /quotedblleft put
1653         extendedencoding 37 /guillemotleft put
1654         extendedencoding 38 /guillemotright put
1655         extendedencoding 39 /guilsinglleft put
1656         extendedencoding 40 /guilsinglright put
1657         extendedencoding 41 /dagger put
1658         extendedencoding 42 /daggerdbl put
1659         extendedencoding 43 /bullet put
1660         extendedencoding 44 /quotedblbase put
1661         extendedencoding 45 /quotedblright put
1662         extendedencoding 46 /questiondown put
1663         extendedencoding 47 /grave put
1664         extendedencoding 48 /acute put
1665         extendedencoding 49 /macron put
1666         extendedencoding 50 /breve put
1667         extendedencoding 51 /dotaccent put
1668         extendedencoding 52 /dieresis put
1669         extendedencoding 53 /ring put
1670         extendedencoding 54 /cedilla put
1671         extendedencoding 55 /hungarumlaut put
1672         extendedencoding 56 /ogonek put
1673         extendedencoding 57 /caron put
1674         extendedencoding 58 /emdash put
1675         extendedencoding 59 /AE put
1676         extendedencoding 60 /ae put
1677         extendedencoding 61 /ordfeminine put
1678         extendedencoding 62 /ordmasculine put
1679         extendedencoding 63 /Lslash put
1680         extendedencoding 64 /lslash put
1681         extendedencoding 65 /Oslash put
1682         extendedencoding 66 /oslash put
1683         extendedencoding 67 /OE put
1684         extendedencoding 68 /oe put
1685         extendedencoding 69 /dotlessi put
1686         extendedencoding 70 /germandbls put
1687         extendedencoding 71 /Aacute put
1688         extendedencoding 72 /aacute put
1689         extendedencoding 73 /Acircumflex put
1690         extendedencoding 74 /acircumflex put
1691         extendedencoding 75 /Adieresis put
1692         extendedencoding 76 /adieresis put
1693         extendedencoding 77 /Agrave put
1694         extendedencoding 78 /agrave put
1695         extendedencoding 79 /Aring put
1696         extendedencoding 80 /aring put
1697         extendedencoding 81 /Atilde put
1698         extendedencoding 82 /atilde put
1699         extendedencoding 83 /Ccedilla put
1700         extendedencoding 84 /ccedilla put
1701         extendedencoding 85 /Eacute put
1702         extendedencoding 86 /eacute put
1703         extendedencoding 87 /Ecircumflex put
1704         extendedencoding 88 /ecircumflex put
1705         extendedencoding 89 /Edieresis put
1706         extendedencoding 90 /edieresis put
1707         extendedencoding 91 /Egrave put
1708         extendedencoding 92 /egrave put
1709         extendedencoding 93 /Iacute put
1710         extendedencoding 94 /iacute put
1711         extendedencoding 95 /Icircumflex put
1712         extendedencoding 96 /icircumflex put
1713         extendedencoding 97 /Idieresis put
1714         extendedencoding 98 /idieresis put
1715         extendedencoding 99 /Igrave put
1716         extendedencoding 100 /igrave put
1717         extendedencoding 101 /Ntilde put
1718         extendedencoding 102 /ntilde put
1719         extendedencoding 103 /Oacute put
1720         extendedencoding 104 /oacute put
1721         extendedencoding 105 /Ocircumflex put
1722         extendedencoding 106 /ocircumflex put
1723         extendedencoding 107 /Odieresis put
1724         extendedencoding 108 /odieresis put
1725         extendedencoding 109 /Ograve put
1726         extendedencoding 110 /ograve put
1727         extendedencoding 111 /Otilde put
1728         extendedencoding 112 /otilde put
1729         extendedencoding 113 /Scaron put
1730         extendedencoding 114 /scaron put
1731         extendedencoding 115 /Uacute put
1732         extendedencoding 116 /uacute put
1733         extendedencoding 117 /Ucircumflex put
1734         extendedencoding 118 /ucircumflex put
1735         extendedencoding 119 /Udieresis put
1736         extendedencoding 120 /udieresis put
1737         extendedencoding 121 /Ugrave put
1738         extendedencoding 122 /ugrave put
1739         extendedencoding 123 /Ydieresis put
1740         extendedencoding 124 /ydieresis put
1741         extendedencoding 125 /Zcaron put
1742         extendedencoding 126 /zcaron put
1743         extendedencoding 127 /space put
1744 } def
1745
1746 /makeExtendedFont {
1747         findfont
1748         dup length dict /newdict exch def
1749         { 1 index /FID ne
1750                 { newdict 3 1 roll put }
1751                 { pop pop }
1752                 ifelse
1753         } forall
1754         newdict /Encoding extendedencoding put
1755         newdict /UniqueID newdict /UniqueID get 1 add put
1756         newdict definefont pop
1757 } def
1758 /flagsep 1.60 300 mul def        % 1.60 stepsizes
1759 /scv 147460 def /sf 962 string def
1760 /fa {/p 0 def /chr exch -3 bitshift 127 and def {sf exch p add dup /p exch def chr put} forall} def
1761 [ 74 62 70 54 29 55 36 37 19 26 45 40 41 50 45 52 19 73 11 68 ] 1567304784 fa
1762 [ 961 ] 1341740116 fa
1763 [ 12 4 5 4 4 2 4 3 3 7 7 3 5 5 4 5 4 2 5 3 ] 1969419526 fa
1764 [ 96 4 4 3 2 4 11 2 6 23 13 16 8 3 28 13 8 3 6 11 ] 387152134 fa
1765 [ 268 4 13 12 5 4 4 5 4 5 3 2 4 3 4 8 3 3 9 2 ] 305899779 fa
1766 [ 369 3 4 9 3 3 9 2 4 3 4 7 4 4 4 9 5 3 5 4 ] 477458695 fa
1767 [ 498 4 36 4 37 4 42 4 4 37 4 4 35 4 4 5 13 3 4 4 ] 1130513667 fa
1768 [ 759 3 5 33 4 5 9 29 5 4 3 5 4 4 5 4 4 5 4 3 ] 1205319942 fa
1769 [ 902 8 4 2 3 4 3 4 4 3 2 3 9 ] 1708988675 fa
1770 [ 468 6 4 10 3 30 5 3 24 40 4 3 3 3 3 8 23 1 1 1 ] 123455756 fa
1771 [ 664 23 4 2 13 66 4 5 9 ] 2061720845 fa
1772 [ 795 ] 1622189328 fa
1773 [ 463 45 40 41 50 45 84 ] 304180545 fa
1774 [ 494 40 41 49 45 43 84 ] 251711819 fa
1775 [ 149 203 37 144 ] 358262127 fa
1776 [ 456 142 52 ] 95949173 fa
1777 [ 0 13 13 10 65 36 6 26 38 17 13 53 4 13 13 25 36 183 7 140 ] 1751712121 fa
1778 [ 839 5 13 12 13 13 48 ] 1943250302 fa
1779 [ 30 164 254 7 42 4 36 4 18 1 18 4 46 3 1 41 4 39 4 41 ] 499619205 fa
1780 [ 798 1 3 1 ] 1277775234 fa
1781 [ 76 32 135 79 99 8 246 43 30 160 ] 734015880 fa
1782 [ 265 70 36 12 25 87 4 36 4 37 4 46 4 41 43 83 4 83 41 3 ] 1546658194 fa
1783 [ 193 49 180 8 17 134 ] 831070621 fa
1784 [ 353 366 ] 1033403809 fa
1785 [ 266 1 190 39 40 41 50 45 43 45 ] 1758436783 fa
1786 [ 423 8 109 ] 508918194 fa
1787 [ 328 6 30 6 31 6 269 ] 212071871 fa
1788 [ 390 357 2 ] 1671244225 fa
1789 [ 500 ] 347047368 fa
1790 [ 558 ] 1276946910 fa
1791 [ 651 ] 2109048312 fa
1792 [ 644 ] 1914352160 fa
1793 [ 520 ] 471204394 fa
1794 [ 512 5 2 ] 1930983991 fa
1795 [ 665 ] 154021439 fa
1796 [ 513 ] 777103941 fa
1797 [ 514 ] 260959830 fa
1798 [ 530 239 ] 1284535922 fa
1799 [ 510 ] 1982423675 fa
1800 [ 150 ] 1969948305 fa
1801 [ 511 7 134 ] 1407991454 fa
1802 [ 144 371 ] 1896661664 fa
1803 [ 464 52 ] 1444653737 fa
1804 [ 509 81 ] 1712172720 fa
1805 [ 110 11 32 24 22 18 40 12 54 7 17 19 18 19 22 13 377 94 9 11 ] 889612 fa
1806 [ 954 ] 1802916616 fa
1807 [ 80 146 51 78 37 84 8 8 73 5 44 45 33 9 73 9 130 9 11 12 ] 1808121621 fa
1808 [ 19 42 3 22 8 82 63 23 25 13 8 5 176 248 40 73 12 13 13 12 ] 1752602397 fa
1809 [ 22 10 37 42 1 2 19 26 6 38 17 13 38 11 21 13 16 9 27 9 ] 1598682919 fa
1810 [ 405 9 13 46 49 50 50 213 18 12 13 13 12 45 10 ] 160257827 fa
1811 [ 1 8 8 6 10 10 16 11 14 8 23 19 13 19 13 7 15 3 9 8 ] 882894639 fa
1812 [ 234 40 9 15 6 7 6 25 36 37 19 6 47 16 40 41 50 45 43 6 ] 185215791 fa
1813 [ 733 19 37 16 12 13 3 3 12 6 6 6 7 6 7 6 6 6 45 10 ] 1706915629 fa
1814 [ 24 10 37 45 2 17 5 1 15 4 7 5 8 8 17 17 13 11 8 26 ] 1713964852 fa
1815 [ 284 21 13 25 18 18 19 18 28 1 7 28 2 4 106 24 3 2 32 36 ] 1218620208 fa
1816 [ 695 62 1 7 13 1 7 2 37 4 8 5 13 12 13 13 12 45 5 1 ] 1317868340 fa
1817 [ 960 ] 75399990 fa
1818 [ 45 9 155 6 245 68 21 98 60 109 ] 1430691640 fa
1819 [ 20 27 15 25 8 33 173 13 45 37 83 170 5 34 8 115 40 12 13 13 ] 841629509 fa
1820 [ 901 ] 422446918 fa
1821 [ 27 25 37 13 3 40 12 73 49 77 4 33 4 68 89 219 21 27 3 4 ] 560155470 fa
1822 [ 466 6 135 41 7 6 36 6 89 ] 803193686 fa
1823 [ 42 80 1 55 80 1 80 36 37 155 1 263 40 65 ] 189315943 fa
1824 [ 6 31 36 9 43 21 6 185 36 37 210 ] 1031359337 fa
1825 [ 44 9 101 4 4 20 8 80 3 23 30 5 19 17 20 17 15 7 7 36 ] 586694517 fa
1826 [ 552 22 20 16 3 55 42 31 10 33 ] 343336822 fa
1827 [ 7 4 54 54 10 22 10 20 8 8 53 5 226 12 115 38 17 42 26 13 ] 1808462718 fa
1828 [ 780 32 ] 847653755 fa
1829 [ 3 63 31 408 18 4 18 6 22 13 15 3 32 9 17 4 15 5 18 4 ] 1627872128 fa
1830 [ 724 83 7 ] 1643402114 fa
1831 [ 228 296 8 25 39 16 159 14 34 ] 670118796 fa
1832 [ 2 2 47 69 19 34 23 20 35 5 187 10 51 2 38 2 39 2 48 2 ] 888380310 fa
1833 [ 680 2 41 2 2 5 13 11 10 40 2 50 80 ] 1392580498 fa
1834 [ 14 25 10 7 22 49 21 22 1 4 10 23 4 13 15 5 16 15 12 3 ] 2114772893 fa
1835 [ 295 30 24 9 28 9 23 19 13 1 8 24 67 16 3 30 3 3 53 9 ] 453068702 fa
1836 [ 694 6 9 20 11 23 1 23 23 22 8 5 1 24 41 9 11 4 5 1 ] 1393470366 fa
1837 [ 944 8 ] 1770206109 fa
1838 [ 10 5 25 6 4 7 42 39 25 20 4 4 7 2 14 17 126 5 32 5 ] 113705892 fa
1839 [ 442 25 4 6 114 27 38 42 32 25 20 47 19 112 ] 998588323 fa
1840 [ 79 19 131 109 36 37 74 70 1 59 8 34 3 25 5 9 3 80 11 27 ] 1221405612 fa
1841 [ 912 9 11 ] 273962927 fa
1842 [ 8 230 25 23 6 17 130 31 61 64 16 127 32 ] 1881483187 fa
1843 [ 130 683 ] 1406620603 fa
1844 [ 18 10 32 25 5 3 10 3 143 50 13 9 61 93 86 1 1 180 48 58 ] 1980878788 fa
1845 [ 861 13 9 4 12 8 17 3 ] 1447963591 fa
1846 [ 67 143 8 128 115 435 19 2 ] 477757388 fa
1847 [ 490 35 ] 1151262673 fa
1848 [ 5 70 67 32 37 16 14 7 27 18 142 301 17 90 103 ] 1523362782 fa
1849 [ 117 14 33 38 17 13 20 26 3 453 89 3 8 113 10 ] 1908448236 fa
1850 sf cvx exec
1851
1852 % set up extended character set fonts
1853 makeExtEncoding
1854 /Ext-Helvetica-Oblique /Helvetica-Oblique makeExtendedFont
1855 %%EndProlog
1856 %%Page: 1 1
1857 save
1858 1216322504 1216321786 sv
1859 0.770000 0.770000 scale
1860 %  S_SSV
1861 (/home/johnkr/mup/5.3/doc/arkkra/sample.mup) inputfile
1862 53 linenum
1863 %  S_SSV
1864 141 linenum
1865 %  S_SSV
1866 144 linenum
1867 %  S_SSV
1868 155 linenum
1869 %  S_SSV
1870 159 linenum
1871 %  S_SSV
1872 167 linenum
1873 %  S_SSV
1874 174 linenum
1875 %  S_SSV
1876 177 linenum
1877 %  S_SSV
1878 189 linenum
1879 %  S_FEED
1880 46 linenum
1881 /Times-Roman findfont
1882 13 scalefont
1883 setfont
1884 360.43 884.59 moveto
1885 (First Movement) show
1886 274.11 1314.68 738.70 5 1.000000 1.000000 stf
1887 274.11 1234.26 738.70 5 1.000000 1.000000 stf
1888 274.11 1170.66 738.70 5 1.000000 0.800000 stf
1889 274.11 1107.06 738.70 1 1.000000 1.000000 stf
1890 274.11 1028.13 738.70 5 1.000000 1.000000 stf
1891 274.11 946.01 738.70 5 1.000000 1.000000 stf
1892 274.11 831.00 738.70 5 1.000000 1.000000 stf
1893 274.11 750.98 738.70 6 1.735000 1.000000 stf
1894 274.11 670.95 738.70 5 1.000000 1.000000 stf
1895 /Times-Roman findfont
1896 12 scalefont
1897 setfont
1898 83.90 766.44 moveto
1899 (Choir) show
1900 /Palatino-Roman findfont
1901 11 scalefont
1902 setfont
1903 78.07 669.93 moveto
1904 (foghorn) show
1905 84.99 657.45 moveto
1906 (in G) show
1907 107.90 659.39 0.583333 flat
1908 110.08 657.45 moveto
1909 /Times-Roman findfont
1910 12 scalefont
1911 setfont
1912 66.62 480.26 moveto
1913 (keyboard) show
1914 /Times-Roman findfont
1915 12 scalefont
1916 setfont
1917 80.59 282.96 moveto
1918 (Guitar) show
1919 /Palatino-Roman findfont
1920 14 scalefont
1921 setfont
1922 65.45 164.05 moveto
1923 (Soprano) show
1924 128.11 825.68 715.26 bracket
1925 129.61 536.13 430.01 brace
1926 128.11 342.00 217.95 bracket
1927 0.70 setlinewidth
1928 130.11 822.68 moveto
1929 130.11 154.95 lineto stroke
1930 %  S_CLEFSIG
1931 141.91 804.68 1.000000 gclef
1932 142.16 736.26 1.000000 fclef
1933 138.54 676.26 0.800000 cclef
1934 136.11 595.56 moveto
1935 136.11 610.56 lineto stroke
1936 138.21 595.56 moveto
1937 138.21 610.56 lineto stroke
1938 141.91 518.13 1.000000 gclef
1939 142.16 448.01 1.000000 fclef
1940 141.91 321.00 1.000000 gclef
1941 /Helvetica-Bold findfont
1942 20 scalefont
1943 setfont
1944 133.11 256.92 moveto
1945 (T) show
1946 /Helvetica-Bold findfont
1947 20 scalefont
1948 setfont
1949 133.11 239.04 moveto
1950 (A) show
1951 /Helvetica-Bold findfont
1952 20 scalefont
1953 setfont
1954 133.11 221.16 moveto
1955 (B) show
1956 141.91 160.95 1.000000 gclef
1957 155.95 810.68 1.000000 flat
1958 161.43 819.68 1.000000 flat
1959 166.92 807.68 1.000000 flat
1960 155.95 724.26 1.000000 flat
1961 161.43 733.26 1.000000 flat
1962 166.92 721.26 1.000000 flat
1963 156.06 666.66 0.800000 sharp
1964 161.51 676.26 0.800000 sharp
1965 166.97 669.06 0.800000 sharp
1966 155.95 524.13 1.000000 flat
1967 161.43 533.13 1.000000 flat
1968 166.92 521.13 1.000000 flat
1969 155.95 436.01 1.000000 flat
1970 161.43 445.01 1.000000 flat
1971 166.92 433.01 1.000000 flat
1972 155.95 327.00 1.000000 flat
1973 161.43 336.00 1.000000 flat
1974 166.92 324.00 1.000000 flat
1975 155.95 166.95 1.000000 flat
1976 161.43 175.95 1.000000 flat
1977 166.92 163.95 1.000000 flat
1978 /NewCenturySchlbk-Bold findfont
1979 16 scalefont
1980 setfont
1981 172.67 810.68 moveto
1982 (9) show
1983 /NewCenturySchlbk-Bold findfont
1984 16 scalefont
1985 setfont
1986 172.67 798.48 moveto
1987 (8) show
1988 /NewCenturySchlbk-Bold findfont
1989 16 scalefont
1990 setfont
1991 172.67 730.26 moveto
1992 (9) show
1993 /NewCenturySchlbk-Bold findfont
1994 16 scalefont
1995 setfont
1996 172.67 718.05 moveto
1997 (8) show
1998 /NewCenturySchlbk-Bold findfont
1999 13 scalefont
2000 setfont
2001 172.67 666.66 moveto
2002 (9) show
2003 /NewCenturySchlbk-Bold findfont
2004 13 scalefont
2005 setfont
2006 172.67 656.72 moveto
2007 (8) show
2008 /NewCenturySchlbk-Bold findfont
2009 16 scalefont
2010 setfont
2011 172.67 603.06 moveto
2012 (9) show
2013 /NewCenturySchlbk-Bold findfont
2014 16 scalefont
2015 setfont
2016 172.67 590.85 moveto
2017 (8) show
2018 /NewCenturySchlbk-Bold findfont
2019 16 scalefont
2020 setfont
2021 172.67 524.13 moveto
2022 (9) show
2023 /NewCenturySchlbk-Bold findfont
2024 16 scalefont
2025 setfont
2026 172.67 511.92 moveto
2027 (8) show
2028 /NewCenturySchlbk-Bold findfont
2029 16 scalefont
2030 setfont
2031 172.67 442.01 moveto
2032 (9) show
2033 /NewCenturySchlbk-Bold findfont
2034 16 scalefont
2035 setfont
2036 172.67 429.80 moveto
2037 (8) show
2038 /NewCenturySchlbk-Bold findfont
2039 16 scalefont
2040 setfont
2041 172.67 327.00 moveto
2042 (9) show
2043 /NewCenturySchlbk-Bold findfont
2044 16 scalefont
2045 setfont
2046 172.67 314.79 moveto
2047 (8) show
2048 /NewCenturySchlbk-Bold findfont
2049 16 scalefont
2050 setfont
2051 172.67 166.95 moveto
2052 (9) show
2053 /NewCenturySchlbk-Bold findfont
2054 16 scalefont
2055 setfont
2056 172.67 154.74 moveto
2057 (8) show
2058 %  S_CHHEAD
2059 %  S_STAFF
2060 % staff 1
2061 save
2062 331 linenum
2063 /Helvetica-Oblique findfont
2064 11 scalefont
2065 setfont
2066 211.06 776.32 moveto
2067 (These) show
2068 /Helvetica-Oblique findfont
2069 11 scalefont
2070 setfont
2071 285.74 776.32 moveto
2072 (are) show
2073 /Helvetica-Oblique findfont
2074 11 scalefont
2075 setfont
2076 366.84 776.32 moveto
2077 (the) show
2078 331 linenum
2079 /Helvetica-Oblique findfont
2080 11 scalefont
2081 setfont
2082 211.06 764.51 moveto
2083 (This) show
2084 /Helvetica-Oblique findfont
2085 11 scalefont
2086 setfont
2087 287.74 764.51 moveto
2088 (is) show
2089 /Helvetica-Oblique findfont
2090 11 scalefont
2091 setfont
2092 363.95 764.51 moveto
2093 (verse) show
2094 219.06 804.68 1.000000 4n
2095 228.32 807.68 1.000000 dot
2096 219.06 798.68 1.000000 4n
2097 228.32 801.68 1.000000 dot
2098 219.06 792.68 1.000000 4n
2099 228.32 795.68 1.000000 dot
2100 212.83 792.68 moveto
2101 225.29 792.68 lineto stroke
2102 222.74 793.43 moveto
2103 222.74 825.68 lineto stroke
2104 289.72 804.68 1.000000 4n
2105 298.98 807.68 1.000000 dot
2106 289.72 798.68 1.000000 4n
2107 298.98 801.68 1.000000 dot
2108 289.72 792.68 1.000000 4n
2109 298.98 795.68 1.000000 dot
2110 283.49 792.68 moveto
2111 295.95 792.68 lineto stroke
2112 293.40 793.43 moveto
2113 293.40 825.68 lineto stroke
2114 370.67 810.68 1.000000 4n
2115 379.93 813.68 1.000000 dot
2116 370.67 801.68 1.000000 4n
2117 379.93 801.68 1.000000 dot
2118 370.67 795.68 1.000000 4n
2119 379.93 795.68 1.000000 dot
2120 374.35 796.43 moveto
2121 374.35 831.68 lineto stroke
2122 /Palatino-Roman findfont
2123 14 scalefont
2124 setfont
2125 213.60 835.46 moveto
2126 (Andante ) show
2127 restore
2128 %  S_STAFF
2129 % staff 2
2130 save
2131 219.06 727.26 1.000000 4n
2132 228.32 727.26 1.000000 dot
2133 0.70 setlinewidth
2134 222.74 728.01 moveto
2135 222.74 748.26 lineto stroke
2136 289.72 727.26 1.000000 4n
2137 286.04 726.51 moveto
2138 286.04 707.32 lineto stroke
2139 318.60 724.26 1.000000 8rest
2140 344.67 733.26 1.000000 4n
2141 340.98 732.51 moveto
2142 340.98 713.32 lineto stroke
2143 370.67 736.26 1.000000 4n
2144 379.93 739.26 1.000000 dot
2145 366.99 735.51 moveto
2146 366.99 715.26 lineto stroke
2147 newpath
2148 285.69 708.82 moveto
2149 341.33 714.82 lineto
2150 341.33 711.82 lineto
2151 285.69 705.82 lineto
2152 closepath
2153 fill
2154 219.81 751.26 moveto
2155 219.80 751.41 lineto
2156 263.09 755.16 306.44 756.06 349.85 754.11 curveto
2157 393.25 752.17 436.35 747.40 479.13 739.79 curveto
2158 479.09 739.50 lineto
2159 436.24 746.30 393.13 750.67 349.78 752.62 curveto
2160 306.43 754.56 263.10 754.06 219.81 751.11 curveto
2161 fill
2162 restore
2163 %  S_STAFF
2164 % staff 3
2165 save
2166 202.61 666.66 0.466667 4n
2167 198.01 666.66 0.466667 dblsharp
2168 0.56 setlinewidth
2169 204.21 667.05 moveto
2170 204.21 678.66 lineto stroke
2171 205.72 678.66 0.466667 dnflag
2172 newpath
2173 201.61 669.66 moveto
2174 201.61 670.86 lineto
2175 206.81 676.46 lineto
2176 206.81 675.26 lineto
2177 closepath
2178 fill
2179 219.06 673.86 0.800000 2n
2180 211.55 673.86 0.800000 sharp
2181 226.64 673.86 0.800000 dot
2182 /Palatino-Roman findfont
2183 11 scalefont
2184 setfont
2185 212.92 680.53 moveto
2186 219.06 680.53 0.916667 acc_gt
2187 225.20 680.53 moveto
2188 215.94 673.26 moveto
2189 215.94 657.06 lineto stroke
2190 370.67 666.66 0.800000 4rest
2191 377.52 669.06 0.800000 dot
2192 restore
2193 %  S_STAFF
2194 % staff 4
2195 save
2196 325.58 597.06 1.000000 ll1rest
2197 restore
2198 %  S_STAFF
2199 % staff 5
2200 save
2201 219.06 527.13 1.000000 4n
2202 0.70 setlinewidth
2203 222.74 527.88 moveto
2204 222.74 548.13 lineto stroke
2205 256.90 518.13 1.000000 4n
2206 260.59 518.88 moveto
2207 260.59 539.13 lineto stroke
2208 289.72 527.13 1.000000 4n
2209 298.98 527.13 1.000000 dot
2210 293.40 527.88 moveto
2211 293.40 548.13 lineto stroke
2212 370.67 536.13 1.000000 4n
2213 374.35 536.88 moveto
2214 374.35 557.13 lineto stroke
2215 425.61 536.13 1.000000 4n
2216 429.29 536.88 moveto
2217 429.29 555.63 lineto stroke
2218 443.17 536.13 1.000000 4n
2219 446.85 536.88 moveto
2220 446.85 555.63 lineto stroke
2221 /NewCenturySchlbk-BoldItalic findfont
2222 11 scalefont
2223 setfont
2224 234.81 545.91 moveto
2225 (2) show
2226 215.03 554.41 moveto
2227 232.81 550.77 lineto stroke
2228 243.15 549.06 moveto
2229 260.94 545.41 lineto stroke
2230 215.03 554.41 moveto
2231 215.03 551.41 lineto stroke
2232 260.94 545.41 moveto
2233 260.94 542.41 lineto stroke
2234 newpath
2235 428.94 557.13 moveto
2236 447.20 557.13 lineto
2237 447.20 554.13 lineto
2238 428.94 554.13 lineto
2239 closepath
2240 fill
2241 newpath
2242 428.94 552.13 moveto
2243 447.20 552.13 lineto
2244 447.20 549.13 lineto
2245 428.94 549.13 lineto
2246 closepath
2247 fill
2248 219.06 506.13 1.000000 2n
2249 228.54 503.13 1.000000 dot
2250 212.61 506.13 moveto
2251 225.51 506.13 lineto stroke
2252 215.16 505.38 moveto
2253 215.16 485.13 lineto stroke
2254 370.67 509.13 1.000000 4n
2255 379.93 509.13 1.000000 dot
2256 366.99 508.38 moveto
2257 366.99 488.13 lineto stroke
2258 300.22 512.13 1.000000 4n
2259 303.90 512.88 moveto
2260 303.90 532.22 lineto stroke
2261 318.60 515.13 1.000000 4n
2262 322.28 515.88 moveto
2263 322.28 534.68 lineto stroke
2264 344.67 518.13 1.000000 4n
2265 348.35 518.88 moveto
2266 348.35 538.17 lineto stroke
2267 379.67 521.13 1.000000 4n
2268 371.22 521.13 1.000000 nat
2269 383.35 521.88 moveto
2270 383.35 542.13 lineto stroke
2271 386.38 542.13 1.000000 dnflag
2272 400.18 521.13 1.000000 4n
2273 403.86 521.88 moveto
2274 403.86 542.13 lineto stroke
2275 newpath
2276 303.55 533.72 moveto
2277 348.70 539.67 lineto
2278 348.70 536.67 lineto
2279 303.55 530.72 lineto
2280 closepath
2281 fill
2282 376.70 541.23 moveto
2283 376.68 541.37 lineto
2284 384.59 544.22 392.75 545.64 401.16 545.64 curveto
2285 409.56 545.64 417.72 544.22 425.63 541.37 curveto
2286 425.59 541.08 lineto
2287 417.57 543.12 409.43 544.14 401.16 544.14 curveto
2288 392.88 544.14 384.74 543.12 376.72 541.08 curveto
2289 fill
2290 /Palatino-Roman findfont
2291 14 scalefont
2292 setfont
2293 365.63 561.91 moveto
2294 (VII) show
2295 388.72 569.09 moveto
2296 /Palatino-Roman findfont
2297 9 scalefont
2298 setfont
2299 (6) show
2300 385.12 558.82 moveto
2301 386.92 562.11 0.416667 sharp
2302 388.72 558.82 moveto
2303 388.72 559.64 moveto
2304 (5) show
2305 393.20 561.91 moveto
2306 /Palatino-Roman findfont
2307 14 scalefont
2308 setfont
2309 ( ) show
2310 /Palatino-Roman findfont
2311 14 scalefont
2312 setfont
2313 217.04 562.91 moveto
2314 (i ) show
2315 restore
2316 %  S_STAFF
2317 % staff 6
2318 save
2319 219.06 418.01 1.000000 4n
2320 228.32 421.01 1.000000 dot
2321 0.70 setlinewidth
2322 212.83 418.01 moveto
2323 225.29 418.01 lineto stroke
2324 212.83 424.01 moveto
2325 225.29 424.01 lineto stroke
2326 219.06 397.01 1.000000 4n
2327 228.32 397.01 1.000000 dot
2328 212.83 400.01 moveto
2329 225.29 400.01 lineto stroke
2330 212.83 406.01 moveto
2331 225.29 406.01 lineto stroke
2332 212.83 412.01 moveto
2333 225.29 412.01 lineto stroke
2334 212.83 418.01 moveto
2335 225.29 418.01 lineto stroke
2336 212.83 424.01 moveto
2337 225.29 424.01 lineto stroke
2338 222.74 397.76 moveto
2339 222.74 442.01 lineto stroke
2340 289.72 418.01 1.000000 4n
2341 298.98 421.01 1.000000 dot
2342 283.49 418.01 moveto
2343 295.95 418.01 lineto stroke
2344 283.49 424.01 moveto
2345 295.95 424.01 lineto stroke
2346 289.72 397.01 1.000000 4n
2347 298.98 397.01 1.000000 dot
2348 283.49 400.01 moveto
2349 295.95 400.01 lineto stroke
2350 283.49 406.01 moveto
2351 295.95 406.01 lineto stroke
2352 283.49 412.01 moveto
2353 295.95 412.01 lineto stroke
2354 283.49 418.01 moveto
2355 295.95 418.01 lineto stroke
2356 283.49 424.01 moveto
2357 295.95 424.01 lineto stroke
2358 293.40 397.76 moveto
2359 293.40 442.01 lineto stroke
2360 370.67 421.01 1.000000 4n
2361 379.93 421.01 1.000000 dot
2362 364.44 424.01 moveto
2363 376.90 424.01 lineto stroke
2364 370.67 400.01 1.000000 4n
2365 379.93 403.01 1.000000 dot
2366 364.44 400.01 moveto
2367 376.90 400.01 lineto stroke
2368 364.44 406.01 moveto
2369 376.90 406.01 lineto stroke
2370 364.44 412.01 moveto
2371 376.90 412.01 lineto stroke
2372 364.44 418.01 moveto
2373 376.90 418.01 lineto stroke
2374 364.44 424.01 moveto
2375 376.90 424.01 lineto stroke
2376 374.35 400.76 moveto
2377 374.35 442.01 lineto stroke
2378 /Palatino-Roman findfont
2379 14 scalefont
2380 setfont
2381 213.60 466.79 moveto
2382 (Andante ) show
2383 219.06 377.80 moveto
2384 219.06 370.81 lineto stroke
2385 219.06 370.81 moveto
2386 221.59 370.81 lineto stroke
2387 220.92 370.81 moveto
2388 339.96 370.81 lineto stroke
2389 339.63 370.81 moveto
2390 344.67 377.80 lineto stroke
2391 344.67 377.80 moveto
2392 349.71 370.81 lineto stroke
2393 /Palatino-Roman findfont
2394 14 scalefont
2395 setfont
2396 368.43 381.58 moveto
2397 368.43 388.76 moveto
2398 /Palatino-Roman findfont
2399 9 scalefont
2400 setfont
2401 (6) show
2402 368.43 379.31 moveto
2403 (5) show
2404 gsave
2405 0.58 setlinewidth
2406 368.43 380.78 moveto
2407 372.91 383.71 lineto stroke
2408 grestore
2409 372.91 379.31 moveto
2410 372.91 381.58 moveto
2411 /Palatino-Roman findfont
2412 14 scalefont
2413 setfont
2414 ( ) show
2415 restore
2416 %  S_STAFF
2417 % staff 7
2418 save
2419 219.06 321.00 1.000000 4n
2420 228.32 324.00 1.000000 dot
2421 219.06 315.00 1.000000 4n
2422 228.32 318.00 1.000000 dot
2423 219.06 309.00 1.000000 4n
2424 228.32 312.00 1.000000 dot
2425 0.70 setlinewidth
2426 212.83 309.00 moveto
2427 225.29 309.00 lineto stroke
2428 222.74 309.75 moveto
2429 222.74 342.00 lineto stroke
2430 289.72 309.00 1.000000 4n
2431 283.49 309.00 moveto
2432 295.95 309.00 lineto stroke
2433 293.40 309.75 moveto
2434 293.40 325.50 lineto stroke
2435 318.60 300.00 1.000000 4n
2436 312.37 303.00 moveto
2437 324.83 303.00 lineto stroke
2438 312.37 309.00 moveto
2439 324.83 309.00 lineto stroke
2440 322.28 300.75 moveto
2441 322.28 325.50 lineto stroke
2442 344.67 309.00 1.000000 4n
2443 338.43 309.00 moveto
2444 350.90 309.00 lineto stroke
2445 348.35 309.75 moveto
2446 348.35 325.50 lineto stroke
2447 370.67 339.00 1.000000 4n
2448 379.93 342.00 1.000000 dot
2449 370.67 333.00 1.000000 4n
2450 379.93 336.00 1.000000 dot
2451 370.67 324.00 1.000000 4n
2452 362.22 324.00 1.000000 nat
2453 379.93 324.00 1.000000 dot
2454 370.67 312.00 1.000000 4n
2455 379.93 312.00 1.000000 dot
2456 374.35 312.75 moveto
2457 374.35 360.00 lineto stroke
2458 newpath
2459 293.05 327.00 moveto
2460 348.70 327.00 lineto
2461 348.70 324.00 lineto
2462 293.05 324.00 lineto
2463 closepath
2464 fill
2465 restore
2466 %  S_STAFF
2467 % staff 8
2468 save
2469 215.71 246.71 222.41 257.65 whitebox
2470 /Helvetica-Bold findfont
2471 12 scalefont
2472 setfont
2473 215.71 247.86 moveto
2474 (0) show
2475 215.71 236.51 222.41 247.03 whitebox
2476 /Helvetica-Bold findfont
2477 12 scalefont
2478 setfont
2479 215.71 237.52 moveto
2480 (1) show
2481 215.71 225.89 222.41 236.83 whitebox
2482 /Helvetica-Bold findfont
2483 12 scalefont
2484 setfont
2485 215.71 227.11 moveto
2486 (3) show
2487 286.37 225.89 293.07 236.83 whitebox
2488 /Helvetica-Bold findfont
2489 12 scalefont
2490 setfont
2491 286.37 227.11 moveto
2492 (3) show
2493 315.25 215.48 321.95 226.42 whitebox
2494 /Helvetica-Bold findfont
2495 12 scalefont
2496 setfont
2497 315.25 216.70 moveto
2498 (3) show
2499 341.32 225.89 348.01 236.83 whitebox
2500 /Helvetica-Bold findfont
2501 12 scalefont
2502 setfont
2503 341.32 227.11 moveto
2504 (3) show
2505 367.32 267.74 374.02 278.26 whitebox
2506 /Helvetica-Bold findfont
2507 12 scalefont
2508 setfont
2509 367.32 268.75 moveto
2510 (1) show
2511 367.32 257.12 374.02 268.06 whitebox
2512 /Helvetica-Bold findfont
2513 12 scalefont
2514 setfont
2515 367.32 258.34 moveto
2516 (3) show
2517 367.32 246.82 374.02 257.54 whitebox
2518 /Helvetica-Bold findfont
2519 12 scalefont
2520 setfont
2521 367.32 247.75 moveto
2522 (2) show
2523 367.32 236.30 374.02 247.24 whitebox
2524 /Helvetica-Bold findfont
2525 12 scalefont
2526 setfont
2527 367.32 237.45 moveto
2528 (0) show
2529 restore
2530 %  S_STAFF
2531 % staff 9
2532 save
2533 331 linenum
2534 0.70 setlinewidth
2535 232.87 138.97 moveto
2536 484.11 138.97 lineto stroke
2537 /Helvetica-Oblique findfont
2538 11 scalefont
2539 setfont
2540 214.45 138.97 moveto
2541 (ah) show
2542 219.06 169.95 1.000000 fillrectangle
2543 228.54 169.95 1.000000 dot
2544 215.16 169.95 moveto
2545 215.16 148.95 lineto stroke
2546 289.72 175.95 1.000000 fillisostriangle
2547 285.82 173.55 moveto
2548 285.82 153.45 lineto stroke
2549 318.60 169.95 1.000000 fillrectangle
2550 314.70 169.95 moveto
2551 314.70 153.45 lineto stroke
2552 344.67 175.95 1.000000 fillisostriangle
2553 340.77 173.55 moveto
2554 340.77 153.45 lineto stroke
2555 370.67 178.95 1.000000 fillsemicircle
2556 380.15 181.95 1.000000 dot
2557 366.77 181.35 moveto
2558 366.77 157.95 lineto stroke
2559 newpath
2560 285.47 154.95 moveto
2561 341.12 154.95 lineto
2562 341.12 151.95 lineto
2563 285.47 151.95 lineto
2564 closepath
2565 fill
2566 restore
2567 %  S_BAR
2568 331 linenum
2569 0.70 setlinewidth
2570 461.45 822.68 moveto
2571 461.45 798.68 lineto stroke
2572 461.45 742.26 moveto
2573 461.45 718.26 lineto stroke
2574 461.45 676.26 moveto
2575 461.45 657.06 lineto stroke
2576 461.45 609.06 moveto
2577 461.45 597.06 lineto stroke
2578 461.45 536.13 moveto
2579 461.45 430.01 lineto stroke
2580 461.45 339.00 moveto
2581 461.45 220.95 lineto stroke
2582 461.45 178.95 moveto
2583 461.45 154.95 lineto stroke
2584 /Palatino-Bold findfont
2585 12 scalefont
2586 setfont
2587 gsave
2588 newpath
2589 1.000000 1.000000 scale
2590 461.45 355.72 7.72 0 360 arc
2591 1.000000 1.000000 scale
2592 1.000000 1.000000 scale
2593 461.45 355.72 7.22 0 360 arc
2594 eofill
2595 grestore
2596 456.77 351.65 moveto
2597 (A) show
2598 /Palatino-Bold findfont
2599 12 scalefont
2600 setfont
2601 gsave
2602 newpath
2603 1.000000 1.000000 scale
2604 461.45 552.85 7.72 0 360 arc
2605 1.000000 1.000000 scale
2606 1.000000 1.000000 scale
2607 461.45 552.85 7.22 0 360 arc
2608 eofill
2609 grestore
2610 456.77 548.78 moveto
2611 (A) show
2612 /Palatino-Bold findfont
2613 12 scalefont
2614 setfont
2615 gsave
2616 newpath
2617 1.000000 1.000000 scale
2618 461.45 839.41 7.72 0 360 arc
2619 1.000000 1.000000 scale
2620 1.000000 1.000000 scale
2621 461.45 839.41 7.22 0 360 arc
2622 eofill
2623 grestore
2624 456.77 835.34 moveto
2625 (A) show
2626 0.70 setlinewidth
2627 349.37 370.81 moveto
2628 460.45 370.81 lineto stroke
2629 %  S_CHHEAD
2630 %  S_STAFF
2631 % staff 1
2632 save
2633 331 linenum
2634 /Helvetica-Oblique findfont
2635 11 scalefont
2636 setfont
2637 470.24 776.32 moveto
2638 (words!) show
2639 331 linenum
2640 /Helvetica-Oblique findfont
2641 11 scalefont
2642 setfont
2643 465.97 764.51 moveto
2644 (two) show
2645 /Ext-Helvetica-Oblique findfont
2646 11 scalefont
2647 setfont
2648 (\7f) show
2649 /Helvetica-Oblique findfont
2650 11 scalefont
2651 setfont
2652 (oh) show
2653 /Ext-Helvetica-Oblique findfont
2654 11 scalefont
2655 setfont
2656 (\7f) show
2657 /Helvetica-Oblique findfont
2658 11 scalefont
2659 setfont
2660 (yes.) show
2661 479.86 813.68 1.000000 2n
2662 489.34 813.68 1.000000 dot
2663 479.86 804.68 1.000000 2n
2664 489.34 807.68 1.000000 dot
2665 479.86 792.68 1.000000 2n
2666 489.34 795.68 1.000000 dot
2667 473.41 792.68 moveto
2668 486.31 792.68 lineto stroke
2669 483.76 793.43 moveto
2670 483.76 834.68 lineto stroke
2671 682.24 810.68 1.000000 4rest
2672 690.54 813.68 1.000000 dot
2673 /Palatino-Italic findfont
2674 13 scalefont
2675 setfont
2676 674.54 845.57 moveto
2677 (To coda ) show
2678 727.93 854.86 1.083333 coda
2679 737.72 845.57 moveto
2680 /Times-Roman findfont
2681 13 scalefont
2682 setfont
2683 674.54 831.68 moveto
2684 restore
2685 %  S_STAFF
2686 % staff 2
2687 save
2688 479.86 733.26 1.000000 2n
2689 489.34 733.26 1.000000 dot
2690 479.86 727.26 1.000000 2n
2691 489.34 727.26 1.000000 dot
2692 0.70 setlinewidth
2693 475.96 732.51 moveto
2694 475.96 706.26 lineto stroke
2695 682.24 730.26 1.000000 4rest
2696 690.54 733.26 1.000000 dot
2697 restore
2698 %  S_STAFF
2699 % staff 3
2700 save
2701 479.86 673.86 0.800000 2n
2702 470.53 673.86 0.800000 dblflat
2703 487.44 673.86 0.800000 dot
2704 0.56 setlinewidth
2705 476.74 673.26 moveto
2706 476.74 657.06 lineto stroke
2707 682.24 666.66 0.800000 4rest
2708 689.09 669.06 0.800000 dot
2709 restore
2710 %  S_STAFF
2711 % staff 4
2712 save
2713 479.86 603.06 1.000000 4n
2714 489.12 606.06 1.000000 dot
2715 0.70 setlinewidth
2716 483.54 603.81 moveto
2717 483.54 624.06 lineto stroke
2718 574.99 603.06 1.000000 ll2rest
2719 584.26 606.06 1.000000 dot
2720 restore
2721 %  S_STAFF
2722 % staff 5
2723 save
2724 479.86 548.13 1.000000 2n
2725 489.34 551.13 1.000000 dot
2726 0.70 setlinewidth
2727 473.41 548.13 moveto
2728 486.31 548.13 lineto stroke
2729 473.41 542.13 moveto
2730 486.31 542.13 lineto stroke
2731 483.76 548.88 moveto
2732 483.76 569.13 lineto stroke
2733 682.24 536.13 1.000000 4rest
2734 690.54 539.13 1.000000 dot
2735 479.86 512.13 1.000000 4n
2736 476.18 511.38 moveto
2737 476.18 495.63 lineto stroke
2738 522.39 518.13 1.000000 4n
2739 518.71 517.38 moveto
2740 518.71 495.63 lineto stroke
2741 549.56 512.13 1.000000 4n
2742 545.88 511.38 moveto
2743 545.88 495.63 lineto stroke
2744 574.99 518.13 1.000000 4n
2745 571.31 517.38 moveto
2746 571.31 495.63 lineto stroke
2747 591.72 512.13 1.000000 4n
2748 588.03 511.38 moveto
2749 588.03 495.63 lineto stroke
2750 608.44 518.13 1.000000 4n
2751 604.76 517.38 moveto
2752 604.76 495.63 lineto stroke
2753 625.17 512.13 1.000000 4n
2754 621.48 511.38 moveto
2755 621.48 495.63 lineto stroke
2756 641.89 518.13 1.000000 4n
2757 638.21 517.38 moveto
2758 638.21 495.63 lineto stroke
2759 658.78 512.13 1.000000 4n
2760 655.09 511.38 moveto
2761 655.09 495.63 lineto stroke
2762 682.24 512.13 1.000000 4rest
2763 690.54 515.13 1.000000 dot
2764 newpath
2765 475.83 497.13 moveto
2766 546.23 497.13 lineto
2767 546.23 494.13 lineto
2768 475.83 494.13 lineto
2769 closepath
2770 fill
2771 newpath
2772 570.96 497.13 moveto
2773 655.44 497.13 lineto
2774 655.44 494.13 lineto
2775 570.96 494.13 lineto
2776 closepath
2777 fill
2778 newpath
2779 570.96 502.13 moveto
2780 588.38 502.13 lineto
2781 588.38 499.13 lineto
2782 570.96 499.13 lineto
2783 closepath
2784 fill
2785 newpath
2786 604.41 502.13 moveto
2787 621.83 502.13 lineto
2788 621.83 499.13 lineto
2789 604.41 499.13 lineto
2790 closepath
2791 fill
2792 newpath
2793 637.86 502.13 moveto
2794 655.44 502.13 lineto
2795 655.44 499.13 lineto
2796 637.86 499.13 lineto
2797 closepath
2798 fill
2799 restore
2800 %  S_STAFF
2801 % staff 6
2802 save
2803 479.86 418.01 1.000000 2n
2804 489.34 421.01 1.000000 dot
2805 0.70 setlinewidth
2806 473.41 418.01 moveto
2807 486.31 418.01 lineto stroke
2808 473.41 424.01 moveto
2809 486.31 424.01 lineto stroke
2810 483.76 418.76 moveto
2811 483.76 440.51 lineto stroke
2812 newpath
2813 483.76 434.01 moveto
2814 483.76 437.01 lineto
2815 578.89 455.94 lineto
2816 578.89 452.94 lineto
2817 closepath
2818 fill
2819 newpath
2820 483.76 439.01 moveto
2821 483.76 442.01 lineto
2822 578.89 460.94 lineto
2823 578.89 457.94 lineto
2824 closepath
2825 fill
2826 574.99 439.01 1.000000 2n
2827 584.47 439.01 1.000000 dot
2828 578.89 439.76 moveto
2829 578.89 459.44 lineto stroke
2830 682.24 442.01 1.000000 4rest
2831 690.54 445.01 1.000000 dot
2832 460.45 370.81 moveto
2833 475.15 370.81 lineto stroke
2834 474.82 370.81 moveto
2835 479.86 377.80 lineto stroke
2836 479.86 377.80 moveto
2837 484.90 370.81 lineto stroke
2838 484.57 370.81 moveto
2839 639.62 370.81 lineto stroke
2840 638.95 370.81 moveto
2841 641.89 370.81 lineto stroke
2842 641.89 377.80 moveto
2843 641.89 370.81 lineto stroke
2844 restore
2845 %  S_STAFF
2846 % staff 7
2847 save
2848 479.86 342.00 1.000000 2n
2849 489.34 342.00 1.000000 dot
2850 479.86 330.00 1.000000 2n
2851 489.34 330.00 1.000000 dot
2852 479.86 321.00 1.000000 2n
2853 489.34 324.00 1.000000 dot
2854 479.86 315.00 1.000000 2n
2855 489.34 318.00 1.000000 dot
2856 0.70 setlinewidth
2857 475.96 341.25 moveto
2858 475.96 289.20 lineto stroke
2859 newpath
2860 470.96 300.50 moveto
2861 470.96 303.50 lineto
2862 480.96 307.90 lineto
2863 480.96 304.90 lineto
2864 closepath
2865 fill
2866 newpath
2867 470.96 295.50 moveto
2868 470.96 298.50 lineto
2869 480.96 302.90 lineto
2870 480.96 299.90 lineto
2871 closepath
2872 fill
2873 newpath
2874 470.96 290.50 moveto
2875 470.96 293.50 lineto
2876 480.96 297.90 lineto
2877 480.96 294.90 lineto
2878 closepath
2879 fill
2880 682.24 327.00 1.000000 4rest
2881 690.54 330.00 1.000000 dot
2882 restore
2883 %  S_STAFF
2884 % staff 8
2885 save
2886 476.51 267.53 483.21 278.47 whitebox
2887 /Helvetica-Bold findfont
2888 12 scalefont
2889 setfont
2890 476.51 268.75 moveto
2891 (3) show
2892 476.51 257.33 483.21 267.85 whitebox
2893 /Helvetica-Bold findfont
2894 12 scalefont
2895 setfont
2896 476.51 258.34 moveto
2897 (1) show
2898 476.51 246.71 483.21 257.65 whitebox
2899 /Helvetica-Bold findfont
2900 12 scalefont
2901 setfont
2902 476.51 247.86 moveto
2903 (0) show
2904 476.51 236.51 483.21 247.03 whitebox
2905 /Helvetica-Bold findfont
2906 12 scalefont
2907 setfont
2908 476.51 237.52 moveto
2909 (1) show
2910 newpath
2911 474.86 227.27 moveto
2912 474.86 230.27 lineto
2913 484.86 234.67 lineto
2914 484.86 231.67 lineto
2915 closepath
2916 fill
2917 newpath
2918 474.86 222.27 moveto
2919 474.86 225.27 lineto
2920 484.86 229.67 lineto
2921 484.86 226.67 lineto
2922 closepath
2923 fill
2924 newpath
2925 474.86 217.27 moveto
2926 474.86 220.27 lineto
2927 484.86 224.67 lineto
2928 484.86 221.67 lineto
2929 closepath
2930 fill
2931 restore
2932 %  S_STAFF
2933 % staff 9
2934 save
2935 479.86 175.95 1.000000 isostriangle
2936 489.34 175.95 1.000000 dot
2937 0.70 setlinewidth
2938 475.96 173.55 moveto
2939 475.96 154.95 lineto stroke
2940 682.24 166.95 1.000000 4rest
2941 690.54 169.95 1.000000 dot
2942 restore
2943 %  S_BAR
2944 331 linenum
2945 0.70 setlinewidth
2946 735.35 822.68 moveto
2947 735.35 798.68 lineto stroke
2948 738.35 822.68 moveto
2949 738.35 798.68 lineto stroke
2950 735.35 742.26 moveto
2951 735.35 718.26 lineto stroke
2952 738.35 742.26 moveto
2953 738.35 718.26 lineto stroke
2954 735.35 676.26 moveto
2955 735.35 657.06 lineto stroke
2956 738.35 676.26 moveto
2957 738.35 657.06 lineto stroke
2958 735.35 609.06 moveto
2959 735.35 597.06 lineto stroke
2960 738.35 609.06 moveto
2961 738.35 597.06 lineto stroke
2962 735.35 536.13 moveto
2963 735.35 430.01 lineto stroke
2964 738.35 536.13 moveto
2965 738.35 430.01 lineto stroke
2966 735.35 339.00 moveto
2967 735.35 220.95 lineto stroke
2968 738.35 339.00 moveto
2969 738.35 220.95 lineto stroke
2970 735.35 178.95 moveto
2971 735.35 154.95 lineto stroke
2972 738.35 178.95 moveto
2973 738.35 154.95 lineto stroke
2974 %  S_FEED
2975 336 linenum
2976 %  Printing header/footer
2977 /Times-Roman findfont
2978 18 scalefont
2979 setfont
2980 251.47 939.19 moveto
2981 (Sample Song to Show What Mup Can Do) show
2982 /Palatino-Italic findfont
2983 12 scalefont
2984 setfont
2985 362.15 925.15 moveto
2986 (This is a subtitle) show
2987 /Times-Roman findfont
2988 12 scalefont
2989 setfont
2990 65.45 912.33 moveto
2991 (Text: Ann Onymous) show
2992 /Times-Roman findfont
2993 12 scalefont
2994 setfont
2995 625.73 912.33 moveto
2996 (Tune: Arthur Unknown) show
2997 /Times-Roman findfont
2998 12 scalefont
2999 setfont
3000 65.45 899.51 moveto
3001 /Times-Roman findfont
3002 12 scalefont
3003 setfont
3004 706.88 899.51 moveto
3005 (\(1995\)) show
3006 /Times-Roman findfont
3007 12 scalefont
3008 setfont
3009 323.99 103.77 moveto
3010 (This is a sample of a Mup footer) show
3011 /Times-Roman findfont
3012 12 scalefont
3013 setfont
3014 400.57 90.96 moveto
3015 ( ) show
3016 /Times-Roman findfont
3017 11 scalefont
3018 setfont
3019 65.45 79.21 moveto
3020 (Published by Arkkra Enterprises) show
3021 /Times-Roman findfont
3022 11 scalefont
3023 setfont
3024 320.17 79.21 moveto
3025 (P. O. Box 315 Warrenville, IL 60555) show
3026 /Times-Roman findfont
3027 11 scalefont
3028 setfont
3029 636.34 79.21 moveto
3030 (http://www.arkkra.com) show
3031 showpage
3032 restore
3033 %%Page: 2 2
3034 save
3035 1361190600 1361190394 sv
3036 0.770000 0.770000 scale
3037 /Times-Roman findfont
3038 12 scalefont
3039 setfont
3040 364.28 930.22 moveto
3041 (First movement) show
3042 240.05 1338.43 1098.70 5 1.000000 1.000000 stf
3043 /Helvetica-Oblique findfont
3044 9 scalefont
3045 setfont
3046 100.55 860.43 moveto
3047 (3) show
3048 240.05 1255.27 1098.70 5 1.000000 1.000000 stf
3049 240.05 1191.67 1098.70 5 1.000000 0.800000 stf
3050 240.05 1125.09 1098.70 1 1.000000 1.000000 stf
3051 240.05 1052.07 1098.70 5 1.000000 1.000000 stf
3052 /Helvetica-Oblique findfont
3053 9 scalefont
3054 setfont
3055 100.55 574.07 moveto
3056 (3) show
3057 240.05 979.83 1098.70 5 1.000000 1.000000 stf
3058 240.05 895.55 1098.70 5 1.000000 1.000000 stf
3059 /Helvetica-Oblique findfont
3060 9 scalefont
3061 setfont
3062 100.55 417.55 moveto
3063 (3) show
3064 240.05 791.31 1098.70 6 1.735000 1.000000 stf
3065 240.05 711.29 1098.70 5 1.000000 1.000000 stf
3066 /Times-Roman findfont
3067 12 scalefont
3068 setfont
3069 72.08 788.82 moveto
3070 (Ch) show
3071 /Times-Roman findfont
3072 12 scalefont
3073 setfont
3074 65.45 507.92 moveto
3075 (Kbd) show
3076 /Times-Roman findfont
3077 12 scalefont
3078 setfont
3079 70.13 335.40 moveto
3080 (Gtr) show
3081 94.05 849.43 736.27 bracket
3082 95.55 560.07 463.83 brace
3083 94.05 406.55 258.29 bracket
3084 0.70 setlinewidth
3085 96.05 846.43 moveto
3086 96.05 195.29 lineto stroke
3087 316.27 429.55 moveto
3088 316.27 440.55 lineto stroke
3089 /Times-Roman findfont
3090 12 scalefont
3091 setfont
3092 319.27 430.55 moveto
3093 (1.) show
3094 316.27 440.55 moveto
3095 419.86 440.55 lineto stroke
3096 419.86 440.55 moveto
3097 419.86 429.55 lineto stroke
3098 316.27 578.09 moveto
3099 316.27 589.09 lineto stroke
3100 /Times-Roman findfont
3101 12 scalefont
3102 setfont
3103 319.27 579.09 moveto
3104 (1.) show
3105 316.27 589.09 moveto
3106 419.86 589.09 lineto stroke
3107 419.86 589.09 moveto
3108 419.86 578.09 lineto stroke
3109 316.27 899.98 moveto
3110 316.27 910.98 lineto stroke
3111 /Times-Roman findfont
3112 12 scalefont
3113 setfont
3114 319.27 900.98 moveto
3115 (1.) show
3116 316.27 910.98 moveto
3117 419.86 910.98 lineto stroke
3118 419.86 910.98 moveto
3119 419.86 899.98 lineto stroke
3120 423.86 429.55 moveto
3121 423.86 440.55 lineto stroke
3122 /Times-Roman findfont
3123 12 scalefont
3124 setfont
3125 426.86 430.55 moveto
3126 (2.) show
3127 423.86 440.55 moveto
3128 579.34 440.55 lineto stroke
3129 423.86 578.09 moveto
3130 423.86 589.09 lineto stroke
3131 /Times-Roman findfont
3132 12 scalefont
3133 setfont
3134 426.86 579.09 moveto
3135 (2.) show
3136 423.86 589.09 moveto
3137 579.34 589.09 lineto stroke
3138 423.86 899.98 moveto
3139 423.86 910.98 lineto stroke
3140 /Times-Roman findfont
3141 12 scalefont
3142 setfont
3143 426.86 900.98 moveto
3144 (2.) show
3145 423.86 910.98 moveto
3146 579.34 910.98 lineto stroke
3147 %  S_CLEFSIG
3148 107.84 828.43 1.000000 gclef
3149 108.09 757.27 1.000000 fclef
3150 104.47 697.27 0.800000 cclef
3151 102.05 613.59 moveto
3152 102.05 628.59 lineto stroke
3153 104.15 613.59 moveto
3154 104.15 628.59 lineto stroke
3155 107.84 542.07 1.000000 gclef
3156 108.09 481.83 1.000000 fclef
3157 107.84 385.55 1.000000 gclef
3158 107.84 201.29 1.000000 gclef
3159 121.88 834.43 1.000000 flat
3160 127.37 843.43 1.000000 flat
3161 132.85 831.43 1.000000 flat
3162 121.88 745.27 1.000000 flat
3163 127.37 754.27 1.000000 flat
3164 132.85 742.27 1.000000 flat
3165 121.99 687.67 0.800000 sharp
3166 127.45 697.27 0.800000 sharp
3167 132.90 690.07 0.800000 sharp
3168 121.88 548.07 1.000000 flat
3169 127.37 557.07 1.000000 flat
3170 132.85 545.07 1.000000 flat
3171 121.88 469.83 1.000000 flat
3172 127.37 478.83 1.000000 flat
3173 132.85 466.83 1.000000 flat
3174 121.88 391.55 1.000000 flat
3175 127.37 400.55 1.000000 flat
3176 132.85 388.55 1.000000 flat
3177 121.88 207.29 1.000000 flat
3178 127.37 216.29 1.000000 flat
3179 132.85 204.29 1.000000 flat
3180 %  S_CHHEAD
3181 %  S_STAFF
3182 % staff 1
3183 save
3184 165.79 816.43 1.000000 2n
3185 175.27 819.43 1.000000 dot
3186 159.34 816.43 moveto
3187 172.24 816.43 lineto stroke
3188 169.69 817.18 moveto
3189 169.69 837.43 lineto stroke
3190 267.32 828.43 1.000000 4n
3191 276.59 831.43 1.000000 dot
3192 271.01 829.18 moveto
3193 271.01 849.43 lineto stroke
3194 /Times-Roman findfont
3195 14 scalefont
3196 setfont
3197 155.67 887.89 moveto
3198 (Cm) show
3199 153.79 880.03 4.80 5 3 1 2 6 [ -2 1 3 3 2 1 ] grid
3200 restore
3201 %  S_STAFF
3202 % staff 2
3203 save
3204 165.79 754.27 1.000000 4n
3205 175.06 754.27 1.000000 dot
3206 0.70 setlinewidth
3207 162.11 753.52 moveto
3208 162.11 733.27 lineto stroke
3209 213.33 754.27 1.000000 4n
3210 222.59 754.27 1.000000 dot
3211 229.06 754.27 1.000000 dot
3212 209.65 753.52 moveto
3213 209.65 729.77 lineto stroke
3214 242.03 757.27 1.000000 4n
3215 238.35 756.52 moveto
3216 238.35 733.85 lineto stroke
3217 252.89 760.27 1.000000 4n
3218 249.20 759.52 moveto
3219 249.20 735.39 lineto stroke
3220 267.32 748.27 1.000000 4n
3221 276.59 748.27 1.000000 dot
3222 271.01 749.02 moveto
3223 271.01 769.27 lineto stroke
3224 newpath
3225 209.30 731.27 moveto
3226 249.55 736.89 lineto
3227 249.55 733.89 lineto
3228 209.30 728.27 lineto
3229 closepath
3230 fill
3231 newpath
3232 238.00 740.35 moveto
3233 229.94 739.21 lineto
3234 229.94 736.21 lineto
3235 238.00 737.35 lineto
3236 closepath
3237 fill
3238 newpath
3239 238.00 745.35 moveto
3240 229.94 744.21 lineto
3241 229.94 741.21 lineto
3242 238.00 742.35 lineto
3243 closepath
3244 fill
3245 198.10 722.27 moveto
3246 278.32 726.27 lineto stroke
3247 198.10 722.27 moveto
3248 278.32 718.26 lineto stroke
3249 restore
3250 %  S_STAFF
3251 % staff 3
3252 save
3253 165.79 690.07 0.800000 2n
3254 158.97 690.07 0.800000 nat
3255 173.38 690.07 0.800000 dot
3256 178.70 690.07 0.800000 dot
3257 0.56 setlinewidth
3258 162.67 689.47 moveto
3259 162.67 673.27 lineto stroke
3260 289.31 690.07 0.800000 4n
3261 286.37 689.47 moveto
3262 286.37 673.27 lineto stroke
3263 /Palatino-Roman findfont
3264 11 scalefont
3265 setfont
3266 282.58 701.96 moveto
3267 289.31 701.96 0.916667 turn
3268 296.04 701.96 moveto
3269 173.15 703.79 moveto
3270 267.32 703.79 0.800000 wavy
3271 /Palatino-Roman findfont
3272 11 scalefont
3273 setfont
3274 158.43 698.99 moveto
3275 165.79 698.99 0.916667 tr
3276 173.15 698.99 moveto
3277 restore
3278 %  S_STAFF
3279 % staff 4
3280 save
3281 165.79 621.09 1.000000 2n
3282 175.27 624.09 1.000000 dot
3283 0.70 setlinewidth
3284 169.69 621.84 moveto
3285 169.69 642.09 lineto stroke
3286 newpath
3287 164.69 628.39 moveto
3288 164.69 631.39 lineto
3289 174.69 635.79 lineto
3290 174.69 632.79 lineto
3291 closepath
3292 fill
3293 newpath
3294 164.69 633.39 moveto
3295 164.69 636.39 lineto
3296 174.69 640.79 lineto
3297 174.69 637.79 lineto
3298 closepath
3299 fill
3300 267.32 621.09 1.000000 4n
3301 276.59 624.09 1.000000 dot
3302 /Palatino-Roman findfont
3303 14 scalefont
3304 setfont
3305 264.72 614.55 moveto
3306 267.32 614.55 1.166667 dot
3307 269.93 614.55 moveto
3308 271.01 621.84 moveto
3309 271.01 642.09 lineto stroke
3310 restore
3311 %  S_STAFF
3312 % staff 5
3313 save
3314 165.79 542.07 1.000000 4n
3315 175.06 545.07 1.000000 dot
3316 165.79 536.07 1.000000 4n
3317 175.06 539.07 1.000000 dot
3318 165.79 530.07 1.000000 4n
3319 175.06 533.07 1.000000 dot
3320 0.70 setlinewidth
3321 159.56 530.07 moveto
3322 172.02 530.07 lineto stroke
3323 169.47 530.82 moveto
3324 169.47 563.07 lineto stroke
3325 154.76 545.35 moveto
3326 154.76 526.79 1.000000 wavy
3327 154.76 548.35 moveto
3328 150.76 540.35 lineto stroke
3329 154.76 548.35 moveto
3330 158.76 540.35 lineto stroke
3331 213.33 542.07 1.000000 4n
3332 222.59 545.07 1.000000 dot
3333 213.33 536.07 1.000000 4n
3334 222.59 539.07 1.000000 dot
3335 213.33 530.07 1.000000 4n
3336 222.59 533.07 1.000000 dot
3337 207.10 530.07 moveto
3338 219.56 530.07 lineto stroke
3339 217.01 530.82 moveto
3340 217.01 563.07 lineto stroke
3341 202.30 545.35 moveto
3342 202.30 526.79 1.000000 wavy
3343 202.30 523.79 moveto
3344 198.30 531.79 lineto stroke
3345 202.30 523.79 moveto
3346 206.30 531.79 lineto stroke
3347 267.32 542.07 1.000000 4n
3348 276.59 545.07 1.000000 dot
3349 267.32 536.07 1.000000 4n
3350 276.59 539.07 1.000000 dot
3351 267.32 530.07 1.000000 4n
3352 276.59 533.07 1.000000 dot
3353 261.09 530.07 moveto
3354 273.56 530.07 lineto stroke
3355 271.01 530.82 moveto
3356 271.01 563.07 lineto stroke
3357 256.29 545.35 moveto
3358 256.29 526.79 1.000000 wavy
3359 /Times-BoldItalic findfont
3360 14 scalefont
3361 setfont
3362 265.01 512.04 moveto
3363 (ff ) show
3364 restore
3365 %  S_STAFF
3366 % staff 6
3367 save
3368 164.02 478.83 0.583333 2n
3369 175.27 478.83 1.000000 dot
3370 165.79 472.83 1.000000 2n
3371 175.27 472.83 1.000000 dot
3372 0.70 setlinewidth
3373 161.89 478.34 moveto
3374 161.89 451.83 lineto stroke
3375 267.32 478.83 1.000000 4n
3376 263.64 478.08 moveto
3377 263.64 457.83 lineto stroke
3378 266.67 457.83 1.000000 upflag
3379 289.31 472.83 1.000000 4n
3380 292.99 473.58 moveto
3381 292.99 493.83 lineto stroke
3382 269.32 483.93 moveto
3383 269.33 484.16 lineto
3384 272.99 485.22 276.63 485.20 280.27 484.11 curveto
3385 283.91 483.01 286.97 481.02 289.43 478.12 curveto
3386 289.19 477.73 lineto
3387 286.48 480.14 283.39 481.87 279.92 482.92 curveto
3388 276.44 483.96 272.91 484.22 269.32 483.69 curveto
3389 fill
3390 restore
3391 %  S_STAFF
3392 % staff 7
3393 save
3394 165.79 409.55 1.000000 4n
3395 157.34 409.55 1.000000 nat
3396 175.06 412.55 1.000000 dot
3397 0.70 setlinewidth
3398 159.56 409.55 moveto
3399 172.02 409.55 lineto stroke
3400 169.47 410.30 moveto
3401 169.47 430.55 lineto stroke
3402 213.33 412.55 1.000000 4n
3403 222.59 412.55 1.000000 dot
3404 207.10 409.55 moveto
3405 219.56 409.55 lineto stroke
3406 217.01 413.30 moveto
3407 217.01 433.55 lineto stroke
3408 267.32 412.55 1.000000 4n
3409 258.87 412.55 1.000000 nat
3410 261.09 409.55 moveto
3411 273.56 409.55 lineto stroke
3412 271.01 413.30 moveto
3413 271.01 433.55 lineto stroke
3414 274.03 433.55 1.000000 dnflag
3415 289.31 409.55 1.000000 4n
3416 283.08 409.55 moveto
3417 295.54 409.55 lineto stroke
3418 292.99 410.30 moveto
3419 292.99 430.55 lineto stroke
3420 165.79 385.55 1.000000 4n
3421 175.06 382.55 1.000000 dot
3422 162.11 384.80 moveto
3423 162.11 364.55 lineto stroke
3424 213.33 385.55 1.000000 4n
3425 209.65 384.80 moveto
3426 209.65 364.55 lineto stroke
3427 252.89 385.55 1.000000 4n
3428 249.20 384.80 moveto
3429 249.20 364.55 lineto stroke
3430 252.23 364.55 1.000000 upflag
3431 267.32 385.55 1.000000 4n
3432 276.59 382.55 1.000000 dot
3433 263.64 384.80 moveto
3434 263.64 364.55 lineto stroke
3435 273.36 417.65 moveto
3436 281.86 418.94 lineto stroke
3437 281.86 418.94 moveto
3438 289.31 414.65 lineto stroke
3439 227.59 417.65 moveto
3440 247.46 425.75 lineto stroke
3441 247.46 425.75 moveto
3442 267.32 417.65 lineto stroke
3443 180.06 414.65 moveto
3444 195.97 424.22 lineto stroke
3445 195.97 424.22 moveto
3446 213.33 417.65 lineto stroke
3447 restore
3448 %  S_STAFF
3449 % staff 8
3450 save
3451 162.44 307.87 169.14 318.81 whitebox
3452 /Helvetica-Bold findfont
3453 12 scalefont
3454 setfont
3455 162.44 309.09 moveto
3456 (5) show
3457 /Helvetica findfont
3458 12 scalefont
3459 setfont
3460 204.98 331.11 moveto
3461 (1/2) show
3462 0.70 setlinewidth
3463 171.64 314.34 moveto
3464 173.72 314.22 175.81 314.22 177.89 314.34 curveto
3465 185.58 314.76 193.26 315.32 200.82 316.86 curveto
3466 202.25 317.15 203.69 317.42 204.99 318.12 curveto
3467 208.24 319.87 211.64 321.45 213.33 325.06 curveto
3468 213.63 325.69 213.63 326.32 213.33 326.95 curveto
3469 stroke
3470 213.33 324.53 1.000000 uwedge
3471 /Helvetica findfont
3472 12 scalefont
3473 setfont
3474 259.66 346.72 moveto
3475 (full) show
3476 213.33 327.95 moveto
3477 216.03 327.82 218.73 327.82 221.43 327.95 curveto
3478 231.38 328.44 241.31 329.08 251.13 330.88 curveto
3479 252.97 331.21 254.82 331.51 256.53 332.34 curveto
3480 260.63 334.33 265.07 335.89 267.32 340.38 curveto
3481 267.69 341.11 267.69 341.84 267.32 342.57 curveto
3482 stroke
3483 267.32 340.15 1.000000 uwedge
3484 267.32 343.57 moveto
3485 268.42 343.80 269.52 343.80 270.62 343.57 curveto
3486 275.03 342.64 279.11 340.95 282.72 338.21 curveto
3487 283.66 337.49 284.36 336.57 284.92 335.53 curveto
3488 287.37 330.91 288.56 325.91 289.31 320.78 curveto
3489 289.51 319.44 289.51 318.10 289.31 316.76 curveto
3490 stroke
3491 289.31 314.34 1.000000 wedge
3492 162.44 287.05 169.14 297.99 whitebox
3493 /Helvetica-Bold findfont
3494 12 scalefont
3495 setfont
3496 162.44 288.20 moveto
3497 (0) show
3498 209.98 287.05 216.68 297.99 whitebox
3499 /Helvetica-Bold findfont
3500 12 scalefont
3501 setfont
3502 209.98 288.20 moveto
3503 (0) show
3504 249.54 287.05 256.23 297.99 whitebox
3505 /Helvetica-Bold findfont
3506 12 scalefont
3507 setfont
3508 249.54 288.20 moveto
3509 (0) show
3510 263.98 287.05 270.67 297.99 whitebox
3511 /Helvetica-Bold findfont
3512 12 scalefont
3513 setfont
3514 263.98 288.20 moveto
3515 (0) show
3516 restore
3517 %  S_STAFF
3518 % staff 9
3519 save
3520 165.79 210.29 1.000000 fillrectangle
3521 0.70 setlinewidth
3522 161.89 210.29 moveto
3523 161.89 191.55 lineto stroke
3524 180.19 207.29 1.000000 4n
3525 176.51 206.54 moveto
3526 176.51 188.89 lineto stroke
3527 198.10 204.29 1.000000 ufillrighttriangle
3528 189.43 204.29 1.000000 nat
3529 194.20 204.29 moveto
3530 194.20 185.57 lineto stroke
3531 213.33 201.29 1.000000 filldiamond
3532 217.23 201.29 moveto
3533 217.23 216.99 lineto stroke
3534 227.77 189.29 1.000000 fillrectangle
3535 221.32 189.29 moveto
3536 234.22 189.29 lineto stroke
3537 231.67 189.29 moveto
3538 231.67 214.26 lineto stroke
3539 252.89 192.29 1.000000 fillpiewedge
3540 256.78 192.59 moveto
3541 256.78 209.52 lineto stroke
3542 267.32 195.29 1.000000 fillisostriangle
3543 276.80 198.29 1.000000 dot
3544 271.22 192.89 moveto
3545 271.22 216.29 lineto stroke
3546 newpath
3547 161.54 193.05 moveto
3548 194.55 187.07 lineto
3549 194.55 184.07 lineto
3550 161.54 190.05 lineto
3551 closepath
3552 fill
3553 newpath
3554 216.88 218.49 moveto
3555 257.13 211.02 lineto
3556 257.13 208.02 lineto
3557 216.88 215.49 lineto
3558 closepath
3559 fill
3560 restore
3561 %  S_LINE
3562 345 linenum
3563 gsave
3564 179.04 816.43 translate
3565 9.1 rotate
3566 /Palatino-Italic findfont
3567 11 scalefont
3568 setfont
3569 26.65 6.89 moveto
3570 (gliss.) show
3571 grestore
3572 179.04 816.43 moveto
3573 254.29 828.43 1.000000 wavy
3574 %  S_CURVE
3575 480 linenum
3576 441.19 484.83 moveto
3577 441.10 484.94 lineto
3578 461.94 513.57 488.54 535.07 520.90 549.43 curveto
3579 547.42 561.20 574.40 569.92 603.93 562.46 curveto
3580 641.95 552.86 670.65 531.02 690.05 496.95 curveto
3581 689.87 496.71 lineto
3582 670.10 530.27 641.31 551.71 603.49 561.03 curveto
3583 574.36 568.21 547.73 559.54 521.55 548.08 curveto
3584 489.27 533.95 462.52 512.83 441.29 484.71 curveto
3585 fill
3586 %  S_BAR
3587 388 linenum
3588 0.70 setlinewidth
3589 314.27 846.43 moveto
3590 314.27 822.43 lineto stroke
3591 314.27 763.27 moveto
3592 314.27 739.27 lineto stroke
3593 314.27 697.27 moveto
3594 314.27 678.07 lineto stroke
3595 314.27 627.09 moveto
3596 314.27 615.09 lineto stroke
3597 314.27 560.07 moveto
3598 314.27 463.83 lineto stroke
3599 314.27 403.55 moveto
3600 314.27 261.29 lineto stroke
3601 314.27 219.29 moveto
3602 314.27 195.29 lineto stroke
3603 %  S_CHHEAD
3604 %  S_STAFF
3605 % staff 1
3606 save
3607 1.50 setlinewidth
3608 331.38 828.43 moveto
3609 331.38 840.43 lineto stroke
3610 400.24 828.43 moveto
3611 400.24 840.43 lineto stroke
3612 3.00 setlinewidth
3613 331.38 834.43 moveto
3614 400.24 834.43 lineto stroke
3615 /NewCenturySchlbk-Bold findfont
3616 16 scalefont
3617 setfont
3618 361.20 849.43 moveto
3619 (2) show
3620 restore
3621 %  S_STAFF
3622 % staff 2
3623 save
3624 1.50 setlinewidth
3625 331.38 745.27 moveto
3626 331.38 757.27 lineto stroke
3627 400.24 745.27 moveto
3628 400.24 757.27 lineto stroke
3629 3.00 setlinewidth
3630 331.38 751.27 moveto
3631 400.24 751.27 lineto stroke
3632 /NewCenturySchlbk-Bold findfont
3633 16 scalefont
3634 setfont
3635 361.20 766.27 moveto
3636 (2) show
3637 restore
3638 %  S_STAFF
3639 % staff 3
3640 save
3641 1.20 setlinewidth
3642 335.22 682.87 moveto
3643 335.22 692.47 lineto stroke
3644 396.40 682.87 moveto
3645 396.40 692.47 lineto stroke
3646 2.40 setlinewidth
3647 335.22 687.67 moveto
3648 396.40 687.67 lineto stroke
3649 /NewCenturySchlbk-Bold findfont
3650 13 scalefont
3651 setfont
3652 362.07 699.67 moveto
3653 (2) show
3654 restore
3655 %  S_STAFF
3656 % staff 4
3657 save
3658 1.50 setlinewidth
3659 331.38 615.09 moveto
3660 331.38 627.09 lineto stroke
3661 400.24 615.09 moveto
3662 400.24 627.09 lineto stroke
3663 3.00 setlinewidth
3664 331.38 621.09 moveto
3665 400.24 621.09 lineto stroke
3666 /NewCenturySchlbk-Bold findfont
3667 16 scalefont
3668 setfont
3669 361.20 627.09 moveto
3670 (2) show
3671 restore
3672 %  S_STAFF
3673 % staff 5
3674 save
3675 1.50 setlinewidth
3676 331.38 542.07 moveto
3677 331.38 554.07 lineto stroke
3678 400.24 542.07 moveto
3679 400.24 554.07 lineto stroke
3680 3.00 setlinewidth
3681 331.38 548.07 moveto
3682 400.24 548.07 lineto stroke
3683 /NewCenturySchlbk-Bold findfont
3684 16 scalefont
3685 setfont
3686 361.20 563.07 moveto
3687 (2) show
3688 restore
3689 %  S_STAFF
3690 % staff 6
3691 save
3692 1.50 setlinewidth
3693 331.38 469.83 moveto
3694 331.38 481.83 lineto stroke
3695 400.24 469.83 moveto
3696 400.24 481.83 lineto stroke
3697 3.00 setlinewidth
3698 331.38 475.83 moveto
3699 400.24 475.83 lineto stroke
3700 /NewCenturySchlbk-Bold findfont
3701 16 scalefont
3702 setfont
3703 361.20 490.83 moveto
3704 (2) show
3705 restore
3706 %  S_STAFF
3707 % staff 7
3708 save
3709 1.50 setlinewidth
3710 331.38 385.55 moveto
3711 331.38 397.55 lineto stroke
3712 400.24 385.55 moveto
3713 400.24 397.55 lineto stroke
3714 3.00 setlinewidth
3715 331.38 391.55 moveto
3716 400.24 391.55 lineto stroke
3717 /NewCenturySchlbk-Bold findfont
3718 16 scalefont
3719 setfont
3720 361.20 406.55 moveto
3721 (2) show
3722 restore
3723 %  S_STAFF
3724 % staff 8
3725 save
3726 restore
3727 %  S_STAFF
3728 % staff 9
3729 save
3730 1.50 setlinewidth
3731 331.38 201.29 moveto
3732 331.38 213.29 lineto stroke
3733 400.24 201.29 moveto
3734 400.24 213.29 lineto stroke
3735 3.00 setlinewidth
3736 331.38 207.29 moveto
3737 400.24 207.29 lineto stroke
3738 /NewCenturySchlbk-Bold findfont
3739 16 scalefont
3740 setfont
3741 361.20 222.29 moveto
3742 (2) show
3743 restore
3744 %  S_BAR
3745 394 linenum
3746 417.86 837.43 1.000000 dot
3747 417.86 831.43 1.000000 dot
3748 0.70 setlinewidth
3749 421.86 846.43 moveto
3750 421.86 822.43 lineto stroke
3751 3.00 setlinewidth
3752 425.86 846.43 moveto
3753 425.86 822.43 lineto stroke
3754 0.70 setlinewidth
3755 417.86 754.27 1.000000 dot
3756 417.86 748.27 1.000000 dot
3757 421.86 763.27 moveto
3758 421.86 739.27 lineto stroke
3759 3.00 setlinewidth
3760 425.86 763.27 moveto
3761 425.86 739.27 lineto stroke
3762 0.70 setlinewidth
3763 417.86 690.07 0.800000 dot
3764 417.86 685.27 0.800000 dot
3765 421.86 697.27 moveto
3766 421.86 678.07 lineto stroke
3767 3.00 setlinewidth
3768 425.86 697.27 moveto
3769 425.86 678.07 lineto stroke
3770 0.70 setlinewidth
3771 417.86 624.09 1.000000 dot
3772 417.86 618.09 1.000000 dot
3773 421.86 627.09 moveto
3774 421.86 615.09 lineto stroke
3775 3.00 setlinewidth
3776 425.86 627.09 moveto
3777 425.86 615.09 lineto stroke
3778 0.70 setlinewidth
3779 417.86 551.07 1.000000 dot
3780 417.86 545.07 1.000000 dot
3781 417.86 478.83 1.000000 dot
3782 417.86 472.83 1.000000 dot
3783 421.86 560.07 moveto
3784 421.86 463.83 lineto stroke
3785 3.00 setlinewidth
3786 425.86 560.07 moveto
3787 425.86 463.83 lineto stroke
3788 0.70 setlinewidth
3789 417.86 394.55 1.000000 dot
3790 417.86 388.55 1.000000 dot
3791 417.86 297.72 1.000000 dot
3792 417.86 276.90 1.000000 dot
3793 421.86 403.55 moveto
3794 421.86 261.29 lineto stroke
3795 3.00 setlinewidth
3796 425.86 403.55 moveto
3797 425.86 261.29 lineto stroke
3798 0.70 setlinewidth
3799 417.86 210.29 1.000000 dot
3800 417.86 204.29 1.000000 dot
3801 421.86 219.29 moveto
3802 421.86 195.29 lineto stroke
3803 3.00 setlinewidth
3804 425.86 219.29 moveto
3805 425.86 195.29 lineto stroke
3806 0.70 setlinewidth
3807 %  S_SSV
3808 398 linenum
3809 %  S_CHHEAD
3810 %  S_STAFF
3811 % staff 1
3812 save
3813 423 linenum
3814 /Helvetica-Oblique findfont
3815 14 scalefont
3816 setfont
3817 466.96 787.40 moveto
3818 (-) show
3819 /Helvetica-Oblique findfont
3820 11 scalefont
3821 setfont
3822 435.17 787.40 moveto
3823 /Helvetica-Oblique findfont
3824 14 scalefont
3825 setfont
3826 (Ma) show
3827 /Helvetica-Oblique findfont
3828 14 scalefont
3829 setfont
3830 511.97 787.40 moveto
3831 (-) show
3832 /Helvetica-Oblique findfont
3833 14 scalefont
3834 setfont
3835 482.26 787.40 moveto
3836 /Ext-Helvetica-Oblique findfont
3837 14 scalefont
3838 setfont
3839 (f) show
3840 /Helvetica-Oblique findfont
3841 14 scalefont
3842 setfont
3843 (a) show
3844 /Helvetica-Oblique findfont
3845 14 scalefont
3846 setfont
3847 529.04 787.40 moveto
3848 (na) show
3849 441.19 822.43 1.000000 4n
3850 450.46 825.43 1.000000 dot
3851 441.19 816.43 1.000000 4n
3852 450.46 819.43 1.000000 dot
3853 434.96 816.43 moveto
3854 447.43 816.43 lineto stroke
3855 444.88 817.18 moveto
3856 444.88 843.43 lineto stroke
3857 487.32 828.43 1.000000 4n
3858 496.59 831.43 1.000000 dot
3859 487.32 822.43 1.000000 4n
3860 496.59 825.43 1.000000 dot
3861 491.01 823.18 moveto
3862 491.01 849.43 lineto stroke
3863 532.95 822.43 1.000000 4n
3864 542.21 825.43 1.000000 dot
3865 532.95 816.43 1.000000 4n
3866 542.21 819.43 1.000000 dot
3867 526.72 816.43 moveto
3868 539.18 816.43 lineto stroke
3869 536.63 817.18 moveto
3870 536.63 843.43 lineto stroke
3871 441.94 810.16 moveto
3872 441.95 810.31 lineto
3873 483.13 806.43 524.40 804.99 565.75 805.99 curveto
3874 607.10 806.99 648.25 810.43 689.19 816.31 curveto
3875 689.22 816.01 lineto
3876 648.34 809.33 607.20 805.50 565.79 804.49 curveto
3877 524.38 803.49 483.09 805.33 441.94 810.01 curveto
3878 fill
3879 /Times-Roman findfont
3880 14 scalefont
3881 setfont
3882 431.07 887.89 moveto
3883 (Cm) show
3884 429.19 880.03 4.80 5 3 1 2 6 [ -2 1 3 3 2 1 ] grid
3885 restore
3886 %  S_STAFF
3887 % staff 2
3888 save
3889 441.19 760.27 1.000000 4n
3890 450.46 760.27 1.000000 dot
3891 441.19 748.27 1.000000 4n
3892 450.46 748.27 1.000000 dot
3893 0.70 setlinewidth
3894 437.51 759.52 moveto
3895 437.51 727.27 lineto stroke
3896 487.32 754.27 1.000000 4n
3897 496.59 754.27 1.000000 dot
3898 487.32 748.27 1.000000 4n
3899 496.59 748.27 1.000000 dot
3900 483.64 753.52 moveto
3901 483.64 727.27 lineto stroke
3902 532.95 760.27 1.000000 4n
3903 542.21 760.27 1.000000 dot
3904 532.95 748.27 1.000000 4n
3905 542.21 748.27 1.000000 dot
3906 529.27 759.52 moveto
3907 529.27 727.27 lineto stroke
3908 441.94 766.54 moveto
3909 441.94 766.69 lineto
3910 483.09 771.38 524.38 773.21 565.79 772.21 curveto
3911 607.20 771.20 648.34 767.37 689.22 760.69 curveto
3912 689.19 760.39 lineto
3913 648.25 766.27 607.10 769.71 565.75 770.71 curveto
3914 524.40 771.71 483.13 770.27 441.95 766.39 curveto
3915 fill
3916 restore
3917 %  S_STAFF
3918 % staff 3
3919 save
3920 441.19 699.67 0.800000 4n
3921 433.86 699.67 0.800000 sharp
3922 448.61 699.67 0.800000 dot
3923 0.56 setlinewidth
3924 438.25 699.07 moveto
3925 438.25 682.87 lineto stroke
3926 487.32 702.07 0.800000 4n
3927 494.74 704.47 0.800000 dot
3928 482.34 702.07 moveto
3929 492.31 702.07 lineto stroke
3930 484.38 701.47 moveto
3931 484.38 685.27 lineto stroke
3932 532.95 699.67 0.800000 4n
3933 /Times-Roman findfont
3934 10 scalefont
3935 setfont
3936 515.68 697.15 moveto
3937 (\() show
3938 522.58 699.67 0.800000 sharp
3939 /Times-Roman findfont
3940 10 scalefont
3941 setfont
3942 526.18 697.15 moveto
3943 (\)) show
3944 540.36 699.67 0.800000 dot
3945 530.00 699.07 moveto
3946 530.00 682.87 lineto stroke
3947 restore
3948 %  S_STAFF
3949 % staff 4
3950 save
3951 441.19 624.09 1.000000 xnote
3952 450.67 624.09 1.000000 dot
3953 0.70 setlinewidth
3954 445.09 627.09 moveto
3955 445.09 645.09 lineto stroke
3956 487.32 624.09 1.000000 xnote
3957 496.80 624.09 1.000000 dot
3958 491.22 627.09 moveto
3959 491.22 645.09 lineto stroke
3960 532.95 624.09 1.000000 xnote
3961 536.85 627.09 moveto
3962 536.85 643.59 lineto stroke
3963 548.18 624.09 1.000000 xnote
3964 552.07 627.09 moveto
3965 552.07 643.59 lineto stroke
3966 564.28 624.09 1.000000 xnote
3967 568.18 627.09 moveto
3968 568.18 643.59 lineto stroke
3969 newpath
3970 536.50 645.09 moveto
3971 568.53 645.09 lineto
3972 568.53 642.09 lineto
3973 536.50 642.09 lineto
3974 closepath
3975 fill
3976 441.19 618.09 1.000000 4n
3977 450.67 618.09 1.000000 dot
3978 437.51 617.34 moveto
3979 437.51 597.09 lineto stroke
3980 487.32 618.09 1.000000 4n
3981 496.80 618.09 1.000000 dot
3982 483.64 617.34 moveto
3983 483.64 597.09 lineto stroke
3984 532.95 618.09 1.000000 4n
3985 542.43 618.09 1.000000 dot
3986 529.27 617.34 moveto
3987 529.27 597.09 lineto stroke
3988 restore
3989 %  S_STAFF
3990 % staff 5
3991 save
3992 532.95 530.07 1.000000 4n
3993 0.70 setlinewidth
3994 526.72 530.07 moveto
3995 539.18 530.07 lineto stroke
3996 529.27 529.32 moveto
3997 529.27 508.67 lineto stroke
3998 548.18 536.07 1.000000 4n
3999 544.49 535.32 moveto
4000 544.49 514.67 lineto stroke
4001 564.28 542.07 1.000000 4n
4002 560.60 541.32 moveto
4003 560.60 521.02 lineto stroke
4004 newpath
4005 444.53 477.21 moveto
4006 560.95 522.52 lineto
4007 560.95 519.52 lineto
4008 444.53 474.21 lineto
4009 closepath
4010 fill
4011 restore
4012 %  S_STAFF
4013 % staff 6
4014 save
4015 441.19 451.83 1.000000 4n
4016 0.70 setlinewidth
4017 434.96 451.83 moveto
4018 447.43 451.83 lineto stroke
4019 434.96 457.83 moveto
4020 447.43 457.83 lineto stroke
4021 444.88 452.58 moveto
4022 444.88 475.71 lineto stroke
4023 456.81 457.83 1.000000 4n
4024 450.58 457.83 moveto
4025 463.04 457.83 lineto stroke
4026 460.49 458.58 moveto
4027 460.49 481.86 lineto stroke
4028 471.69 463.83 1.000000 4n
4029 475.37 464.58 moveto
4030 475.37 487.72 lineto stroke
4031 487.32 472.83 1.000000 4n
4032 491.01 473.58 moveto
4033 491.01 493.88 lineto stroke
4034 502.57 478.83 1.000000 4n
4035 506.25 479.58 moveto
4036 506.25 499.88 lineto stroke
4037 517.88 484.83 1.000000 4n
4038 521.56 485.58 moveto
4039 521.56 505.92 lineto stroke
4040 restore
4041 %  S_STAFF
4042 % staff 7
4043 save
4044 441.19 406.55 1.000000 2n
4045 450.67 406.55 1.000000 dot
4046 441.19 400.55 1.000000 2n
4047 450.67 400.55 1.000000 dot
4048 441.19 394.55 1.000000 2n
4049 450.67 394.55 1.000000 dot
4050 441.19 385.55 1.000000 2n
4051 450.67 388.55 1.000000 dot
4052 441.19 373.55 1.000000 2n
4053 450.67 376.55 1.000000 dot
4054 0.70 setlinewidth
4055 434.75 373.55 moveto
4056 447.64 373.55 lineto stroke
4057 445.09 374.30 moveto
4058 445.09 427.55 lineto stroke
4059 532.95 406.55 1.000000 4n
4060 542.21 406.55 1.000000 dot
4061 532.95 400.55 1.000000 4n
4062 542.21 400.55 1.000000 dot
4063 532.95 394.55 1.000000 4n
4064 542.21 394.55 1.000000 dot
4065 532.95 385.55 1.000000 4n
4066 542.21 388.55 1.000000 dot
4067 532.95 373.55 1.000000 4n
4068 542.21 376.55 1.000000 dot
4069 526.72 373.55 moveto
4070 539.18 373.55 lineto stroke
4071 536.63 374.30 moveto
4072 536.63 427.55 lineto stroke
4073 534.95 368.45 moveto
4074 534.97 368.60 lineto
4075 543.73 366.33 552.62 365.19 561.67 365.19 curveto
4076 570.71 365.19 579.61 366.33 588.37 368.60 curveto
4077 588.41 368.30 lineto
4078 579.76 365.23 570.85 363.69 561.67 363.69 curveto
4079 552.49 363.69 543.58 365.23 534.93 368.30 curveto
4080 fill
4081 547.21 385.55 moveto
4082 547.24 385.73 lineto
4083 553.16 384.21 559.17 383.45 565.28 383.45 curveto
4084 571.40 383.45 577.41 384.21 583.33 385.73 curveto
4085 583.38 385.37 lineto
4086 577.53 383.27 571.50 382.22 565.28 382.22 curveto
4087 559.07 382.22 553.04 383.27 547.19 385.37 curveto
4088 fill
4089 547.21 394.55 moveto
4090 547.24 394.73 lineto
4091 553.16 393.21 559.17 392.45 565.28 392.45 curveto
4092 571.40 392.45 577.41 393.21 583.33 394.73 curveto
4093 583.38 394.37 lineto
4094 577.53 392.27 571.50 391.22 565.28 391.22 curveto
4095 559.07 391.22 553.04 392.27 547.19 394.37 curveto
4096 fill
4097 547.21 400.55 moveto
4098 547.24 400.73 lineto
4099 553.16 399.21 559.17 398.45 565.28 398.45 curveto
4100 571.40 398.45 577.41 399.21 583.33 400.73 curveto
4101 583.38 400.37 lineto
4102 577.53 398.27 571.50 397.22 565.28 397.22 curveto
4103 559.07 397.22 553.04 398.27 547.19 400.37 curveto
4104 fill
4105 547.21 411.65 moveto
4106 547.19 411.81 lineto
4107 554.17 414.33 561.38 415.58 568.80 415.58 curveto
4108 576.22 415.58 583.43 414.33 590.41 411.81 curveto
4109 590.36 411.49 lineto
4110 583.29 413.29 576.10 414.19 568.80 414.19 curveto
4111 561.50 414.19 554.31 413.29 547.24 411.49 curveto
4112 fill
4113 restore
4114 %  S_STAFF
4115 % staff 8
4116 save
4117 437.85 307.87 444.54 318.81 whitebox
4118 /Helvetica-Bold findfont
4119 12 scalefont
4120 setfont
4121 437.85 309.09 moveto
4122 (3) show
4123 437.85 297.67 444.54 308.19 whitebox
4124 /Helvetica-Bold findfont
4125 12 scalefont
4126 setfont
4127 437.85 298.68 moveto
4128 (4) show
4129 437.85 287.05 444.54 297.99 whitebox
4130 /Helvetica-Bold findfont
4131 12 scalefont
4132 setfont
4133 437.85 288.27 moveto
4134 (5) show
4135 437.85 276.64 444.54 287.58 whitebox
4136 /Helvetica-Bold findfont
4137 12 scalefont
4138 setfont
4139 437.85 277.86 moveto
4140 (5) show
4141 437.85 266.23 444.54 277.17 whitebox
4142 /Helvetica-Bold findfont
4143 12 scalefont
4144 setfont
4145 437.85 267.45 moveto
4146 (3) show
4147 529.60 307.87 536.30 318.81 whitebox
4148 /Helvetica-Bold findfont
4149 12 scalefont
4150 setfont
4151 529.60 309.09 moveto
4152 (3) show
4153 529.60 297.67 536.30 308.19 whitebox
4154 /Helvetica-Bold findfont
4155 12 scalefont
4156 setfont
4157 529.60 298.68 moveto
4158 (4) show
4159 529.60 287.05 536.30 297.99 whitebox
4160 /Helvetica-Bold findfont
4161 12 scalefont
4162 setfont
4163 529.60 288.27 moveto
4164 (5) show
4165 529.60 276.64 536.30 287.58 whitebox
4166 /Helvetica-Bold findfont
4167 12 scalefont
4168 setfont
4169 529.60 277.86 moveto
4170 (5) show
4171 529.60 266.23 536.30 277.17 whitebox
4172 /Helvetica-Bold findfont
4173 12 scalefont
4174 setfont
4175 529.60 267.45 moveto
4176 (3) show
4177 restore
4178 %  S_STAFF
4179 % staff 9
4180 save
4181 441.19 201.29 1.000000 filldiamond
4182 0.70 setlinewidth
4183 445.09 201.29 moveto
4184 445.09 219.99 lineto stroke
4185 456.81 195.29 1.000000 fillisostriangle
4186 460.71 192.89 moveto
4187 460.71 216.90 lineto stroke
4188 471.69 195.29 1.000000 fillisostriangle
4189 475.59 192.89 moveto
4190 475.59 213.95 lineto stroke
4191 487.32 207.29 1.000000 fillslashhead
4192 498.89 210.29 1.000000 dot
4193 481.34 201.89 moveto
4194 481.34 186.29 lineto stroke
4195 532.95 207.29 1.000000 fillslashhead
4196 544.52 210.29 1.000000 dot
4197 526.96 201.89 moveto
4198 526.96 186.29 lineto stroke
4199 newpath
4200 444.74 221.49 moveto
4201 475.94 215.45 lineto
4202 475.94 212.45 lineto
4203 444.74 218.49 lineto
4204 closepath
4205 fill
4206 restore
4207 %  S_BAR
4208 454 linenum
4209 0.70 setlinewidth
4210 581.34 846.43 moveto
4211 581.34 822.43 lineto stroke
4212 581.34 763.27 moveto
4213 581.34 739.27 lineto stroke
4214 581.34 697.27 moveto
4215 581.34 678.07 lineto stroke
4216 581.34 627.09 moveto
4217 581.34 615.09 lineto stroke
4218 581.34 560.07 moveto
4219 581.34 463.83 lineto stroke
4220 581.34 403.55 moveto
4221 581.34 261.29 lineto stroke
4222 581.34 219.29 moveto
4223 581.34 195.29 lineto stroke
4224 %  S_CHHEAD
4225 %  S_STAFF
4226 % staff 1
4227 save
4228 459 linenum
4229 /Helvetica-Oblique findfont
4230 14 scalefont
4231 setfont
4232 585.52 787.40 moveto
4233 (am) show
4234 /Helvetica-Oblique findfont
4235 14 scalefont
4236 setfont
4237 670.61 787.40 moveto
4238 (-) show
4239 /Helvetica-Oblique findfont
4240 14 scalefont
4241 setfont
4242 626.45 787.40 moveto
4243 (gr) show
4244 /Ext-Helvetica-Oblique findfont
4245 14 scalefont
4246 setfont
4247 (lF) show
4248 /Helvetica-Oblique findfont
4249 14 scalefont
4250 setfont
4251 (t) show
4252 /Helvetica-Oblique findfont
4253 14 scalefont
4254 setfont
4255 685.09 787.40 moveto
4256 (en,) show
4257 590.39 822.43 1.000000 4n
4258 599.65 825.43 1.000000 dot
4259 590.39 816.43 1.000000 4n
4260 599.65 819.43 1.000000 dot
4261 584.16 816.43 moveto
4262 596.62 816.43 lineto stroke
4263 594.07 817.18 moveto
4264 594.07 843.43 lineto stroke
4265 635.77 828.43 1.000000 4n
4266 645.04 831.43 1.000000 dot
4267 635.77 822.43 1.000000 4n
4268 645.04 825.43 1.000000 dot
4269 639.46 823.18 moveto
4270 639.46 849.43 lineto stroke
4271 689.96 828.43 1.000000 4n
4272 699.22 831.43 1.000000 dot
4273 689.96 822.43 1.000000 4n
4274 699.22 825.43 1.000000 dot
4275 693.64 823.18 moveto
4276 693.64 849.43 lineto stroke
4277 /Palatino-Italic findfont
4278 14 scalefont
4279 setfont
4280 newpath
4281 583.35 858.43 moveto
4282 583.35 891.02 lineto
4283 693.94 891.02 lineto
4284 693.94 858.43 lineto
4285 closepath
4286 stroke
4287 585.35 879.09 moveto
4288 (A special note, on) show
4289 585.35 862.71 moveto
4290 (two lines, in a box.) show
4291 restore
4292 %  S_STAFF
4293 % staff 2
4294 save
4295 590.39 760.27 1.000000 4n
4296 599.65 760.27 1.000000 dot
4297 590.39 748.27 1.000000 4n
4298 599.65 748.27 1.000000 dot
4299 0.70 setlinewidth
4300 586.71 759.52 moveto
4301 586.71 727.27 lineto stroke
4302 635.77 754.27 1.000000 4n
4303 645.04 754.27 1.000000 dot
4304 635.77 748.27 1.000000 4n
4305 645.04 748.27 1.000000 dot
4306 632.09 753.52 moveto
4307 632.09 727.27 lineto stroke
4308 689.96 754.27 1.000000 4n
4309 699.22 754.27 1.000000 dot
4310 689.96 748.27 1.000000 4n
4311 699.22 748.27 1.000000 dot
4312 686.28 753.52 moveto
4313 686.28 727.27 lineto stroke
4314 restore
4315 %  S_STAFF
4316 % staff 3
4317 save
4318 659.85 687.67 0.800000 measrpt
4319 /Times-Roman findfont
4320 9 scalefont
4321 setfont
4322 657.61 699.67 moveto
4323 (2) show
4324 restore
4325 %  S_STAFF
4326 % staff 4
4327 save
4328 590.39 624.09 1.000000 xnote
4329 599.87 624.09 1.000000 dot
4330 0.70 setlinewidth
4331 594.29 627.09 moveto
4332 594.29 645.09 lineto stroke
4333 635.77 624.09 1.000000 xnote
4334 645.25 624.09 1.000000 dot
4335 639.67 627.09 moveto
4336 639.67 645.09 lineto stroke
4337 689.96 624.09 1.000000 xnote
4338 693.86 627.09 moveto
4339 693.86 643.59 lineto stroke
4340 705.19 624.09 1.000000 xnote
4341 709.08 627.09 moveto
4342 709.08 643.59 lineto stroke
4343 721.29 624.09 1.000000 xnote
4344 725.19 627.09 moveto
4345 725.19 643.59 lineto stroke
4346 newpath
4347 693.51 645.09 moveto
4348 725.54 645.09 lineto
4349 725.54 642.09 lineto
4350 693.51 642.09 lineto
4351 closepath
4352 fill
4353 590.39 618.09 1.000000 2n
4354 599.87 618.09 1.000000 dot
4355 586.49 617.34 moveto
4356 586.49 597.09 lineto stroke
4357 689.96 618.09 1.000000 4n
4358 699.44 618.09 1.000000 dot
4359 686.28 617.34 moveto
4360 686.28 597.09 lineto stroke
4361 /Palatino-Italic findfont
4362 14 scalefont
4363 setfont
4364 gsave
4365 newpath
4366 1.941964 1.000000 scale
4367 308.62 656.08 9.99 0 360 arc
4368 0.514943 1.000000 scale
4369 2.018418 1.000000 scale
4370 296.93 656.08 9.49 0 360 arc
4371 eofill
4372 grestore
4373 584.93 651.62 moveto
4374 (mute) show
4375 restore
4376 %  S_STAFF
4377 % staff 5
4378 save
4379 restore
4380 %  S_STAFF
4381 % staff 6
4382 save
4383 590.39 551.07 1.000000 4n
4384 590.39 536.07 1.000000 4n
4385 0.70 setlinewidth
4386 586.71 550.32 moveto
4387 586.71 477.33 lineto stroke
4388 606.18 542.07 1.000000 4n
4389 606.18 493.83 1.000000 4n
4390 599.95 493.83 moveto
4391 612.41 493.83 lineto stroke
4392 602.50 541.32 moveto
4393 602.50 473.49 lineto stroke
4394 621.41 536.07 1.000000 4n
4395 621.41 484.83 1.000000 4n
4396 617.73 535.32 moveto
4397 617.73 469.79 lineto stroke
4398 635.77 493.83 1.000000 4n
4399 629.54 493.83 moveto
4400 642.01 493.83 lineto stroke
4401 635.77 478.83 1.000000 4n
4402 632.09 493.08 moveto
4403 632.09 462.33 lineto stroke
4404 659.57 484.83 1.000000 4n
4405 655.89 484.08 moveto
4406 655.89 462.33 lineto stroke
4407 674.80 478.83 1.000000 4n
4408 671.12 478.08 moveto
4409 671.12 462.33 lineto stroke
4410 689.96 472.83 1.000000 4n
4411 699.22 472.83 1.000000 dot
4412 693.64 473.58 moveto
4413 693.64 493.83 lineto stroke
4414 newpath
4415 586.36 478.83 moveto
4416 618.08 471.29 lineto
4417 618.08 468.29 lineto
4418 586.36 475.83 lineto
4419 closepath
4420 fill
4421 newpath
4422 631.74 463.83 moveto
4423 671.47 463.83 lineto
4424 671.47 460.83 lineto
4425 631.74 460.83 lineto
4426 closepath
4427 fill
4428 restore
4429 %  S_STAFF
4430 % staff 7
4431 save
4432 590.39 406.55 1.000000 4n
4433 599.65 406.55 1.000000 dot
4434 590.39 400.55 1.000000 4n
4435 599.65 400.55 1.000000 dot
4436 590.39 394.55 1.000000 4n
4437 599.65 394.55 1.000000 dot
4438 590.39 385.55 1.000000 4n
4439 599.65 388.55 1.000000 dot
4440 590.39 373.55 1.000000 4n
4441 599.65 376.55 1.000000 dot
4442 0.70 setlinewidth
4443 584.16 373.55 moveto
4444 596.62 373.55 lineto stroke
4445 594.07 374.30 moveto
4446 594.07 427.55 lineto stroke
4447 635.77 406.55 1.000000 2n
4448 645.25 406.55 1.000000 dot
4449 635.77 400.55 1.000000 2n
4450 645.25 400.55 1.000000 dot
4451 635.77 394.55 1.000000 2n
4452 645.25 394.55 1.000000 dot
4453 635.77 385.55 1.000000 2n
4454 645.25 388.55 1.000000 dot
4455 635.77 373.55 1.000000 2n
4456 645.25 376.55 1.000000 dot
4457 629.33 373.55 moveto
4458 642.22 373.55 lineto stroke
4459 639.67 374.30 moveto
4460 639.67 427.55 lineto stroke
4461 restore
4462 %  S_STAFF
4463 % staff 8
4464 save
4465 632.43 307.87 639.12 318.81 whitebox
4466 /Helvetica-Bold findfont
4467 12 scalefont
4468 setfont
4469 632.43 309.09 moveto
4470 (3) show
4471 632.43 297.67 639.12 308.19 whitebox
4472 /Helvetica-Bold findfont
4473 12 scalefont
4474 setfont
4475 632.43 298.68 moveto
4476 (4) show
4477 632.43 287.05 639.12 297.99 whitebox
4478 /Helvetica-Bold findfont
4479 12 scalefont
4480 setfont
4481 632.43 288.27 moveto
4482 (5) show
4483 632.43 276.64 639.12 287.58 whitebox
4484 /Helvetica-Bold findfont
4485 12 scalefont
4486 setfont
4487 632.43 277.86 moveto
4488 (5) show
4489 632.43 266.23 639.12 277.17 whitebox
4490 /Helvetica-Bold findfont
4491 12 scalefont
4492 setfont
4493 632.43 267.45 moveto
4494 (3) show
4495 restore
4496 %  S_STAFF
4497 % staff 9
4498 save
4499 659.85 207.29 1.000000 measrpt
4500 /Times-Roman findfont
4501 11 scalefont
4502 setfont
4503 657.11 222.29 moveto
4504 (2) show
4505 restore
4506 %  S_BAR
4507 476 linenum
4508 0.70 setlinewidth
4509 738.35 846.43 moveto
4510 738.35 822.43 lineto stroke
4511 738.35 763.27 moveto
4512 738.35 739.27 lineto stroke
4513 738.35 697.27 moveto
4514 738.35 678.07 lineto stroke
4515 738.35 627.09 moveto
4516 738.35 615.09 lineto stroke
4517 738.35 560.07 moveto
4518 738.35 463.83 lineto stroke
4519 738.35 403.55 moveto
4520 738.35 261.29 lineto stroke
4521 738.35 219.29 moveto
4522 738.35 195.29 lineto stroke
4523 %  S_SSV
4524 %  S_SSV
4525 %  S_SSV
4526 %  S_SSV
4527 %  S_FEED
4528 %  Printing header/footer
4529 /Times-Roman findfont
4530 12 scalefont
4531 setfont
4532 65.45 944.05 moveto
4533 (Sample Songs) show
4534 /Times-Roman findfont
4535 12 scalefont
4536 setfont
4537 366.29 944.05 moveto
4538 (This is the title) show
4539 /Times-Roman findfont
4540 12 scalefont
4541 setfont
4542 685.13 944.05 moveto
4543 (page 2 of 3) show
4544 /Times-Roman findfont
4545 12 scalefont
4546 setfont
4547 65.45 78.33 moveto
4548 (This is a sample remark at the bottom of the page) show
4549 showpage
4550 restore
4551 %%Page: 3 3
4552 save
4553 41125291 41125529 sv
4554 0.770000 0.770000 scale
4555 /Times-Roman findfont
4556 12 scalefont
4557 setfont
4558 364.28 930.22 moveto
4559 (First movement) show
4560 168.05 901.55 1170.70 5 1.000000 1.000000 stf
4561 /Helvetica-Oblique findfont
4562 9 scalefont
4563 setfont
4564 100.55 855.55 moveto
4565 (8) show
4566 168.05 815.56 1170.70 5 1.000000 1.000000 stf
4567 168.05 745.63 1170.70 1 1.000000 1.000000 stf
4568 168.05 638.83 1170.70 5 1.000000 1.000000 stf
4569 /Helvetica-Oblique findfont
4570 9 scalefont
4571 setfont
4572 100.55 592.83 moveto
4573 (8) show
4574 168.05 570.53 1170.70 5 1.000000 1.000000 stf
4575 168.05 483.17 1170.70 5 1.000000 1.000000 stf
4576 /Helvetica-Oblique findfont
4577 9 scalefont
4578 setfont
4579 100.55 437.17 moveto
4580 (8) show
4581 168.05 369.28 1170.70 6 1.735000 1.000000 stf
4582 168.05 289.25 1170.70 5 1.000000 1.000000 stf
4583 /Times-Roman findfont
4584 12 scalefont
4585 setfont
4586 72.08 782.52 moveto
4587 (Ch) show
4588 /Times-Roman findfont
4589 12 scalefont
4590 setfont
4591 65.45 528.65 moveto
4592 (Kbd) show
4593 /Times-Roman findfont
4594 12 scalefont
4595 setfont
4596 70.13 350.19 moveto
4597 (Gtr) show
4598 94.05 844.55 728.56 bracket
4599 95.55 578.83 486.53 brace
4600 94.05 426.17 268.25 bracket
4601 0.70 setlinewidth
4602 96.05 841.55 moveto
4603 96.05 205.25 lineto stroke
4604 338.46 842.55 362.46 204.25 whitebox
4605 359.46 844.55 728.56 bracket
4606 360.96 578.83 486.53 brace
4607 359.46 426.17 268.25 bracket
4608 362.11 841.55 moveto
4609 362.11 205.25 lineto stroke
4610 %  S_CLEFSIG
4611 107.84 823.55 1.000000 gclef
4612 108.09 749.56 1.000000 fclef
4613 102.05 666.13 moveto
4614 102.05 681.13 lineto stroke
4615 104.15 666.13 moveto
4616 104.15 681.13 lineto stroke
4617 107.84 560.83 1.000000 gclef
4618 108.09 504.53 1.000000 fclef
4619 107.84 405.17 1.000000 gclef
4620 107.84 211.25 1.000000 gclef
4621 121.88 829.55 1.000000 flat
4622 127.37 838.55 1.000000 flat
4623 132.85 826.55 1.000000 flat
4624 121.88 737.56 1.000000 flat
4625 127.37 746.56 1.000000 flat
4626 132.85 734.56 1.000000 flat
4627 121.88 566.83 1.000000 flat
4628 127.37 575.83 1.000000 flat
4629 132.85 563.83 1.000000 flat
4630 121.88 492.53 1.000000 flat
4631 127.37 501.53 1.000000 flat
4632 132.85 489.53 1.000000 flat
4633 121.88 411.17 1.000000 flat
4634 127.37 420.17 1.000000 flat
4635 132.85 408.17 1.000000 flat
4636 121.88 217.25 1.000000 flat
4637 127.37 226.25 1.000000 flat
4638 132.85 214.25 1.000000 flat
4639 %  S_CHHEAD
4640 %  S_STAFF
4641 % staff 1
4642 save
4643 489 linenum
4644 /Helvetica-Oblique findfont
4645 14 scalefont
4646 setfont
4647 176.94 791.60 moveto
4648 (tr) show
4649 /Ext-Helvetica-Oblique findfont
4650 14 scalefont
4651 setfont
4652 (\\) show
4653 /Helvetica-Oblique findfont
4654 14 scalefont
4655 setfont
4656 (s) show
4657 /Helvetica-Oblique findfont
4658 14 scalefont
4659 setfont
4660 223.12 791.60 moveto
4661 (bien!) show
4662 182.75 829.55 1.000000 4n
4663 174.30 829.55 1.000000 nat
4664 192.02 832.55 1.000000 dot
4665 182.75 811.55 1.000000 4n
4666 173.29 811.55 1.000000 dblsharp
4667 192.02 814.55 1.000000 dot
4668 176.52 811.55 moveto
4669 188.98 811.55 lineto stroke
4670 186.43 812.30 moveto
4671 186.43 850.55 lineto stroke
4672 230.72 829.55 1.000000 2n
4673 240.20 832.55 1.000000 dot
4674 230.72 811.55 1.000000 2n
4675 240.20 814.55 1.000000 dot
4676 224.27 811.55 moveto
4677 237.17 811.55 lineto stroke
4678 234.62 812.30 moveto
4679 234.62 850.55 lineto stroke
4680 /Palatino-Italic findfont
4681 15 scalefont
4682 setfont
4683 266.44 854.60 moveto
4684 (D.C. al Coda ) show
4685 /Times-Roman findfont
4686 14 scalefont
4687 setfont
4688 175.47 887.81 moveto
4689 (G) show
4690 185.55 894.53 moveto
4691 /Times-Roman findfont
4692 9 scalefont
4693 setfont
4694 (9) show
4695 185.55 885.67 moveto
4696 (7) show
4697 170.75 879.95 4.80 6 0 0 0 0 [ 3 -1 0 0 0 5 ] grid
4698 restore
4699 %  S_STAFF
4700 % staff 2
4701 save
4702 182.75 749.56 1.000000 4n
4703 192.02 752.56 1.000000 dot
4704 182.75 731.56 1.000000 4n
4705 192.02 734.56 1.000000 dot
4706 0.70 setlinewidth
4707 186.43 732.31 moveto
4708 186.43 770.56 lineto stroke
4709 230.72 749.56 1.000000 2n
4710 240.20 752.56 1.000000 dot
4711 230.72 731.56 1.000000 2n
4712 240.20 734.56 1.000000 dot
4713 234.62 732.31 moveto
4714 234.62 770.56 lineto stroke
4715 restore
4716 %  S_STAFF
4717 % staff 3
4718 save
4719 restore
4720 %  S_STAFF
4721 % staff 4
4722 save
4723 182.75 691.63 1.000000 4rest
4724 191.05 694.63 1.000000 dot
4725 230.72 676.63 1.000000 4n
4726 239.98 676.63 1.000000 dot
4727 0.70 setlinewidth
4728 234.40 677.38 moveto
4729 234.40 697.63 lineto stroke
4730 283.91 676.63 1.000000 4n
4731 293.17 676.63 1.000000 dot
4732 287.59 677.38 moveto
4733 287.59 697.63 lineto stroke
4734 182.75 670.63 1.000000 4n
4735 192.02 670.63 1.000000 dot
4736 179.07 669.88 moveto
4737 179.07 649.63 lineto stroke
4738 230.72 655.63 1.000000 4rest
4739 239.02 658.63 1.000000 dot
4740 283.91 655.63 1.000000 4rest
4741 292.21 658.63 1.000000 dot
4742 restore
4743 %  S_STAFF
4744 % staff 5
4745 save
4746 182.75 566.83 1.000000 4n
4747 174.30 566.83 1.000000 nat
4748 199.38 569.83 1.000000 dot
4749 190.12 560.83 1.000000 4n
4750 199.38 563.83 1.000000 dot
4751 182.75 557.83 1.000000 4n
4752 199.38 557.83 1.000000 dot
4753 182.75 551.83 1.000000 4n
4754 199.38 551.83 1.000000 dot
4755 0.70 setlinewidth
4756 186.43 552.58 moveto
4757 186.43 587.83 lineto stroke
4758 230.72 566.83 1.000000 4n
4759 247.35 569.83 1.000000 dot
4760 238.08 560.83 1.000000 4n
4761 247.35 563.83 1.000000 dot
4762 230.72 557.83 1.000000 4n
4763 247.35 557.83 1.000000 dot
4764 230.72 551.83 1.000000 4n
4765 247.35 551.83 1.000000 dot
4766 234.40 552.58 moveto
4767 234.40 587.83 lineto stroke
4768 283.91 563.83 1.000000 4n
4769 275.45 563.83 1.000000 nat
4770 293.17 563.83 1.000000 dot
4771 283.91 557.83 1.000000 4n
4772 293.17 557.83 1.000000 dot
4773 283.91 551.83 1.000000 4n
4774 293.17 551.83 1.000000 dot
4775 287.59 552.58 moveto
4776 287.59 584.83 lineto stroke
4777 restore
4778 %  S_STAFF
4779 % staff 6
4780 save
4781 182.75 498.53 1.000000 4n
4782 192.02 501.53 1.000000 dot
4783 0.70 setlinewidth
4784 186.43 499.28 moveto
4785 186.43 519.53 lineto stroke
4786 230.72 495.53 1.000000 4n
4787 239.98 495.53 1.000000 dot
4788 234.40 496.28 moveto
4789 234.40 516.53 lineto stroke
4790 271.53 492.53 0.750000 gclef
4791 283.91 504.53 1.000000 4n
4792 293.17 507.53 1.000000 dot
4793 280.22 503.78 moveto
4794 280.22 483.53 lineto stroke
4795 restore
4796 %  S_STAFF
4797 % staff 7
4798 save
4799 156.58 426.17 0.583333 4n
4800 /Times-Roman findfont
4801 7 scalefont
4802 setfont
4803 150.92 424.40 moveto
4804 (\() show
4805 /Times-Roman findfont
4806 7 scalefont
4807 setfont
4808 159.93 424.40 moveto
4809 (\)) show
4810 156.58 405.17 0.583333 4n
4811 /Times-Roman findfont
4812 7 scalefont
4813 setfont
4814 150.92 403.40 moveto
4815 (\() show
4816 /Times-Roman findfont
4817 7 scalefont
4818 setfont
4819 159.93 403.40 moveto
4820 (\)) show
4821 182.75 429.17 1.000000 4n
4822 174.30 429.17 1.000000 nat
4823 192.02 432.17 1.000000 dot
4824 0.70 setlinewidth
4825 176.52 429.17 moveto
4826 188.98 429.17 lineto stroke
4827 182.75 408.17 1.000000 4n
4828 174.30 408.17 1.000000 nat
4829 192.02 408.17 1.000000 dot
4830 179.07 428.42 moveto
4831 179.07 387.17 lineto stroke
4832 230.72 426.17 1.000000 4n
4833 239.98 426.17 1.000000 dot
4834 230.72 405.17 1.000000 4n
4835 239.98 408.17 1.000000 dot
4836 227.04 425.42 moveto
4837 227.04 384.17 lineto stroke
4838 272.99 420.17 0.583333 4n
4839 267.65 420.17 0.583333 nat
4840 275.00 420.66 moveto
4841 275.00 435.17 lineto stroke
4842 276.76 432.05 0.583333 dnflag
4843 276.76 435.17 0.583333 dnflag
4844 283.91 423.17 1.000000 4n
4845 293.17 426.17 1.000000 dot
4846 280.22 422.42 moveto
4847 280.22 402.17 lineto stroke
4848 298.17 423.17 moveto
4849 307.17 426.17 lineto stroke
4850 182.75 403.07 moveto
4851 202.63 393.49 lineto stroke
4852 202.63 393.49 moveto
4853 223.69 400.07 lineto stroke
4854 184.75 434.27 moveto
4855 207.29 440.85 lineto stroke
4856 207.29 440.85 moveto
4857 228.72 431.27 lineto stroke
4858 158.58 401.57 moveto
4859 165.07 399.50 lineto stroke
4860 165.07 399.50 moveto
4861 170.88 403.07 lineto stroke
4862 157.58 433.37 moveto
4863 168.96 439.08 lineto stroke
4864 168.96 439.08 moveto
4865 180.75 434.27 lineto stroke
4866 restore
4867 %  S_STAFF
4868 % staff 8
4869 save
4870 179.40 307.42 186.10 318.37 whitebox
4871 /Helvetica-Bold findfont
4872 12 scalefont
4873 setfont
4874 179.40 308.57 moveto
4875 (8) show
4876 /Helvetica findfont
4877 12 scalefont
4878 setfont
4879 175.08 352.94 moveto
4880 (full) show
4881 176.06 276.19 189.45 287.14 whitebox
4882 /Helvetica-Bold findfont
4883 12 scalefont
4884 setfont
4885 176.06 277.34 moveto
4886 (10) show
4887 /Helvetica findfont
4888 12 scalefont
4889 setfont
4890 175.08 342.07 moveto
4891 (full) show
4892 0.70 setlinewidth
4893 182.75 319.37 moveto
4894 182.75 338.92 lineto stroke
4895 182.75 335.50 1.000000 uwedge
4896 227.37 307.42 234.07 318.37 whitebox
4897 /Helvetica-Bold findfont
4898 12 scalefont
4899 setfont
4900 227.37 308.57 moveto
4901 (8) show
4902 224.02 276.19 237.41 287.14 whitebox
4903 /Helvetica-Bold findfont
4904 12 scalefont
4905 setfont
4906 224.02 277.34 moveto
4907 (10) show
4908 182.75 338.92 moveto
4909 185.15 339.08 187.55 339.08 189.95 338.92 curveto
4910 198.81 338.35 207.66 337.58 216.33 335.49 curveto
4911 217.99 335.09 219.65 334.70 221.13 333.78 curveto
4912 225.01 331.34 228.84 328.84 230.72 324.36 curveto
4913 231.08 323.50 231.08 322.64 230.72 321.79 curveto
4914 stroke
4915 230.72 319.37 1.000000 wedge
4916 272.54 319.20 277.56 327.41 whitebox
4917 /Helvetica-Bold findfont
4918 9 scalefont
4919 setfont
4920 272.54 320.06 moveto
4921 (0) show
4922 280.56 318.05 287.25 328.56 whitebox
4923 /Helvetica-Bold findfont
4924 12 scalefont
4925 setfont
4926 280.56 319.06 moveto
4927 (1) show
4928 289.25 323.30 moveto
4929 298.25 326.30 lineto stroke
4930 restore
4931 %  S_STAFF
4932 % staff 9
4933 save
4934 503 linenum
4935 0.70 setlinewidth
4936 196.56 186.28 moveto
4937 335.46 186.28 lineto stroke
4938 /Helvetica-Oblique findfont
4939 11 scalefont
4940 setfont
4941 178.15 186.28 moveto
4942 (oo) show
4943 182.75 211.25 1.000000 diamond
4944 192.23 214.25 1.000000 dot
4945 186.65 211.25 moveto
4946 186.65 232.25 lineto stroke
4947 283.91 211.25 1.000000 filldiamond
4948 293.39 214.25 1.000000 dot
4949 287.80 211.25 moveto
4950 287.80 232.25 lineto stroke
4951 184.75 206.15 moveto
4952 184.77 206.30 lineto
4953 200.65 201.85 216.84 199.62 233.33 199.62 curveto
4954 249.82 199.62 266.01 201.85 281.88 206.30 curveto
4955 281.93 206.01 lineto
4956 266.16 200.75 249.96 198.12 233.33 198.12 curveto
4957 216.70 198.12 200.50 200.75 184.73 206.01 curveto
4958 fill
4959 restore
4960 %  S_BAR
4961 505 linenum
4962 0.70 setlinewidth
4963 335.11 841.55 moveto
4964 335.11 817.55 lineto stroke
4965 338.11 841.55 moveto
4966 338.11 817.55 lineto stroke
4967 335.11 755.56 moveto
4968 335.11 731.56 lineto stroke
4969 338.11 755.56 moveto
4970 338.11 731.56 lineto stroke
4971 335.11 679.63 moveto
4972 335.11 667.63 lineto stroke
4973 338.11 679.63 moveto
4974 338.11 667.63 lineto stroke
4975 335.11 578.83 moveto
4976 335.11 486.53 lineto stroke
4977 338.11 578.83 moveto
4978 338.11 486.53 lineto stroke
4979 335.11 423.17 moveto
4980 335.11 271.25 lineto stroke
4981 338.11 423.17 moveto
4982 338.11 271.25 lineto stroke
4983 335.11 229.25 moveto
4984 335.11 205.25 lineto stroke
4985 338.11 229.25 moveto
4986 338.11 205.25 lineto stroke
4987 %  S_CHHEAD
4988 %  S_STAFF
4989 % staff 1
4990 save
4991 restore
4992 %  S_STAFF
4993 % staff 2
4994 save
4995 restore
4996 %  S_STAFF
4997 % staff 3
4998 save
4999 restore
5000 %  S_STAFF
5001 % staff 4
5002 save
5003 restore
5004 %  S_STAFF
5005 % staff 5
5006 save
5007 restore
5008 %  S_STAFF
5009 % staff 6
5010 save
5011 restore
5012 %  S_STAFF
5013 % staff 7
5014 save
5015 restore
5016 %  S_STAFF
5017 % staff 8
5018 save
5019 restore
5020 %  S_STAFF
5021 % staff 9
5022 save
5023 restore
5024 %  S_BAR
5025 513 linenum
5026 0.70 setlinewidth
5027 %  S_SSV
5028 516 linenum
5029 %  S_CLEFSIG
5030 374.25 823.55 1.000000 gclef
5031 374.50 749.56 1.000000 fclef
5032 374.25 560.83 1.000000 gclef
5033 374.50 504.53 1.000000 fclef
5034 374.25 405.17 1.000000 gclef
5035 374.25 211.25 1.000000 gclef
5036 388.29 829.55 1.000000 flat
5037 393.78 838.55 1.000000 flat
5038 399.26 826.55 1.000000 flat
5039 388.29 737.56 1.000000 flat
5040 393.78 746.56 1.000000 flat
5041 399.26 734.56 1.000000 flat
5042 388.29 566.83 1.000000 flat
5043 393.78 575.83 1.000000 flat
5044 399.26 563.83 1.000000 flat
5045 388.29 492.53 1.000000 flat
5046 393.78 501.53 1.000000 flat
5047 399.26 489.53 1.000000 flat
5048 388.29 411.17 1.000000 flat
5049 393.78 420.17 1.000000 flat
5050 399.26 408.17 1.000000 flat
5051 388.29 217.25 1.000000 flat
5052 393.78 226.25 1.000000 flat
5053 399.26 214.25 1.000000 flat
5054 %  S_CHHEAD
5055 %  S_STAFF
5056 % staff 1
5057 save
5058 434.45 823.55 1.000000 2n
5059 443.93 826.55 1.000000 dot
5060 434.45 814.55 1.000000 2n
5061 425.45 814.55 1.000000 flat
5062 443.93 814.55 1.000000 dot
5063 438.34 815.30 moveto
5064 438.34 844.55 lineto stroke
5065 510.12 829.55 1.000000 4n
5066 501.67 829.55 1.000000 nat
5067 510.12 823.55 1.000000 4n
5068 513.80 824.30 moveto
5069 513.80 850.55 lineto stroke
5070 543.54 829.55 1.000000 4n
5071 543.54 823.55 1.000000 4n
5072 547.23 824.30 moveto
5073 547.23 850.55 lineto stroke
5074 /NewCenturySchlbk-BoldItalic findfont
5075 11 scalefont
5076 setfont
5077 523.67 852.84 moveto
5078 (2) show
5079 506.09 856.84 moveto
5080 521.67 856.84 lineto stroke
5081 532.00 856.84 moveto
5082 547.58 856.84 lineto stroke
5083 506.09 856.84 moveto
5084 506.09 853.84 lineto stroke
5085 547.58 856.84 moveto
5086 547.58 853.84 lineto stroke
5087 /Times-Roman findfont
5088 14 scalefont
5089 setfont
5090 505.08 891.01 moveto
5091 (G) show
5092 498.12 883.15 4.80 5 0 0 0 0 [ 3 -1 0 0 0 3 ] grid
5093 /Times-Roman findfont
5094 14 scalefont
5095 setfont
5096 421.80 883.01 moveto
5097 (G) show
5098 436.00 883.18 1.166667 dim
5099 440.12 883.01 moveto
5100 (7) show
5101 422.45 875.15 4.80 5 0 0 0 0 [ 0 1 2 0 2 0 ] grid
5102 /Palatino-Italic findfont
5103 15 scalefont
5104 setfont
5105 429.45 899.74 moveto
5106 (Coda ) show
5107 /Palatino-Roman findfont
5108 13 scalefont
5109 setfont
5110 382.66 866.84 moveto
5111 392.45 866.84 1.083333 coda
5112 402.24 866.84 moveto
5113 restore
5114 %  S_STAFF
5115 % staff 2
5116 save
5117 434.45 758.56 1.000000 2n
5118 425.45 758.56 1.000000 flat
5119 443.93 758.56 1.000000 dot
5120 434.45 749.56 1.000000 2n
5121 422.47 749.56 1.000000 flat
5122 443.93 752.56 1.000000 dot
5123 0.70 setlinewidth
5124 430.55 757.81 moveto
5125 430.55 728.56 lineto stroke
5126 510.12 752.56 1.000000 4n
5127 510.12 743.56 1.000000 4n
5128 501.67 743.56 1.000000 nat
5129 /Times-Roman findfont
5130 12 scalefont
5131 setfont
5132 494.29 740.53 moveto
5133 (\() show
5134 /Times-Roman findfont
5135 12 scalefont
5136 setfont
5137 515.15 740.53 moveto
5138 (\)) show
5139 510.12 722.56 1.000000 4n
5140 501.67 722.56 1.000000 nat
5141 503.89 725.56 moveto
5142 516.35 725.56 lineto stroke
5143 513.80 723.31 moveto
5144 513.80 773.56 lineto stroke
5145 543.54 758.56 1.000000 4n
5146 535.09 758.56 1.000000 nat
5147 543.54 743.56 1.000000 4n
5148 539.86 757.81 moveto
5149 539.86 722.56 lineto stroke
5150 /NewCenturySchlbk-BoldItalic findfont
5151 11 scalefont
5152 setfont
5153 523.67 709.92 moveto
5154 (2) show
5155 506.09 712.28 moveto
5156 521.67 713.58 lineto stroke
5157 532.00 714.26 moveto
5158 547.58 715.56 lineto stroke
5159 506.09 712.28 moveto
5160 506.09 715.28 lineto stroke
5161 547.58 715.56 moveto
5162 547.58 718.56 lineto stroke
5163 restore
5164 %  S_STAFF
5165 % staff 3
5166 save
5167 restore
5168 %  S_STAFF
5169 % staff 4
5170 save
5171 restore
5172 %  S_STAFF
5173 % staff 5
5174 save
5175 434.45 620.83 1.000000 2n
5176 425.45 620.83 1.000000 flat
5177 443.93 623.83 1.000000 dot
5178 0.70 setlinewidth
5179 428.00 620.83 moveto
5180 440.89 620.83 lineto stroke
5181 428.00 614.83 moveto
5182 440.89 614.83 lineto stroke
5183 428.00 608.83 moveto
5184 440.89 608.83 lineto stroke
5185 428.00 602.83 moveto
5186 440.89 602.83 lineto stroke
5187 428.00 596.83 moveto
5188 440.89 596.83 lineto stroke
5189 428.00 590.83 moveto
5190 440.89 590.83 lineto stroke
5191 428.00 584.83 moveto
5192 440.89 584.83 lineto stroke
5193 434.45 614.83 1.000000 2n
5194 417.97 614.83 1.000000 flat
5195 443.93 617.83 1.000000 dot
5196 428.00 614.83 moveto
5197 440.89 614.83 lineto stroke
5198 428.00 608.83 moveto
5199 440.89 608.83 lineto stroke
5200 428.00 602.83 moveto
5201 440.89 602.83 lineto stroke
5202 428.00 596.83 moveto
5203 440.89 596.83 lineto stroke
5204 428.00 590.83 moveto
5205 440.89 590.83 lineto stroke
5206 428.00 584.83 moveto
5207 440.89 584.83 lineto stroke
5208 434.45 608.83 1.000000 2n
5209 443.93 611.83 1.000000 dot
5210 428.00 608.83 moveto
5211 440.89 608.83 lineto stroke
5212 428.00 602.83 moveto
5213 440.89 602.83 lineto stroke
5214 428.00 596.83 moveto
5215 440.89 596.83 lineto stroke
5216 428.00 590.83 moveto
5217 440.89 590.83 lineto stroke
5218 428.00 584.83 moveto
5219 440.89 584.83 lineto stroke
5220 434.45 602.83 1.000000 2n
5221 443.93 605.83 1.000000 dot
5222 428.00 602.83 moveto
5223 440.89 602.83 lineto stroke
5224 428.00 596.83 moveto
5225 440.89 596.83 lineto stroke
5226 428.00 590.83 moveto
5227 440.89 590.83 lineto stroke
5228 428.00 584.83 moveto
5229 440.89 584.83 lineto stroke
5230 438.34 603.58 moveto
5231 438.34 635.83 lineto stroke
5232 510.12 623.83 1.000000 4n
5233 519.39 623.83 1.000000 dot
5234 503.89 620.83 moveto
5235 516.35 620.83 lineto stroke
5236 503.89 614.83 moveto
5237 516.35 614.83 lineto stroke
5238 503.89 608.83 moveto
5239 516.35 608.83 lineto stroke
5240 503.89 602.83 moveto
5241 516.35 602.83 lineto stroke
5242 503.89 596.83 moveto
5243 516.35 596.83 lineto stroke
5244 503.89 590.83 moveto
5245 516.35 590.83 lineto stroke
5246 503.89 584.83 moveto
5247 516.35 584.83 lineto stroke
5248 510.12 614.83 1.000000 4n
5249 519.39 617.83 1.000000 dot
5250 503.89 614.83 moveto
5251 516.35 614.83 lineto stroke
5252 503.89 608.83 moveto
5253 516.35 608.83 lineto stroke
5254 503.89 602.83 moveto
5255 516.35 602.83 lineto stroke
5256 503.89 596.83 moveto
5257 516.35 596.83 lineto stroke
5258 503.89 590.83 moveto
5259 516.35 590.83 lineto stroke
5260 503.89 584.83 moveto
5261 516.35 584.83 lineto stroke
5262 510.12 608.83 1.000000 4n
5263 501.67 608.83 1.000000 nat
5264 519.39 611.83 1.000000 dot
5265 503.89 608.83 moveto
5266 516.35 608.83 lineto stroke
5267 503.89 602.83 moveto
5268 516.35 602.83 lineto stroke
5269 503.89 596.83 moveto
5270 516.35 596.83 lineto stroke
5271 503.89 590.83 moveto
5272 516.35 590.83 lineto stroke
5273 503.89 584.83 moveto
5274 516.35 584.83 lineto stroke
5275 510.12 602.83 1.000000 4n
5276 519.39 605.83 1.000000 dot
5277 503.89 602.83 moveto
5278 516.35 602.83 lineto stroke
5279 503.89 596.83 moveto
5280 516.35 596.83 lineto stroke
5281 503.89 590.83 moveto
5282 516.35 590.83 lineto stroke
5283 503.89 584.83 moveto
5284 516.35 584.83 lineto stroke
5285 513.80 603.58 moveto
5286 513.80 638.83 lineto stroke
5287 434.45 581.83 1.000000 2n
5288 443.93 581.83 1.000000 dot
5289 434.45 560.83 1.000000 2n
5290 443.93 557.83 1.000000 dot
5291 430.55 581.08 moveto
5292 430.55 539.83 lineto stroke
5293 510.12 581.83 1.000000 4n
5294 519.39 581.83 1.000000 dot
5295 510.12 560.83 1.000000 4n
5296 519.39 557.83 1.000000 dot
5297 506.44 581.08 moveto
5298 506.44 539.83 lineto stroke
5299 1.00 setlinewidth
5300 [0.1 5] 0 setdash
5301 1 setlinecap
5302 1 setlinejoin
5303 434.45 555.73 moveto
5304 445.63 552.30 457.07 550.59 468.77 550.59 curveto
5305 480.47 550.59 491.91 552.30 503.09 555.73 curveto
5306 stroke
5307 448.93 581.83 moveto
5308 457.75 579.13 466.78 577.77 476.01 577.77 curveto
5309 485.24 577.77 494.27 579.13 503.09 581.83 curveto
5310 stroke
5311 1.00 setlinewidth
5312 [3 3] 0 setdash
5313 448.93 602.83 moveto
5314 457.75 605.54 466.78 606.90 476.01 606.90 curveto
5315 485.24 606.90 494.27 605.54 503.09 602.83 curveto
5316 stroke
5317 448.93 608.83 moveto
5318 456.64 611.20 464.52 612.38 472.59 612.38 curveto
5319 480.65 612.38 488.54 611.20 496.25 608.83 curveto
5320 stroke
5321 448.93 614.83 moveto
5322 457.75 617.54 466.78 618.90 476.01 618.90 curveto
5323 485.24 618.90 494.27 617.54 503.09 614.83 curveto
5324 stroke
5325 448.93 625.93 moveto
5326 458.75 629.48 468.87 631.51 479.30 632.02 curveto
5327 489.73 632.53 500.00 631.50 510.12 628.93 curveto
5328 stroke
5329 restore
5330 %  S_STAFF
5331 % staff 6
5332 save
5333 restore
5334 %  S_STAFF
5335 % staff 7
5336 save
5337 442.24 420.17 1.000000 2n
5338 425.78 420.17 1.000000 nat
5339 451.72 420.17 1.000000 dot
5340 434.45 417.17 1.000000 2n
5341 418.61 417.17 1.000000 flat
5342 451.72 414.17 1.000000 dot
5343 434.45 405.17 1.000000 2n
5344 451.72 408.17 1.000000 dot
5345 434.45 399.17 1.000000 2n
5346 425.78 399.17 1.000000 nat
5347 451.72 402.17 1.000000 dot
5348 434.45 390.17 1.000000 2n
5349 451.72 390.17 1.000000 dot
5350 0.70 setlinewidth
5351 [] 0 setdash
5352 0 setlinecap
5353 0 setlinejoin
5354 428.00 393.17 moveto
5355 440.89 393.17 lineto stroke
5356 434.45 378.17 1.000000 2n
5357 425.78 378.17 1.000000 nat
5358 451.72 378.17 1.000000 dot
5359 428.00 381.17 moveto
5360 440.89 381.17 lineto stroke
5361 428.00 387.17 moveto
5362 440.89 387.17 lineto stroke
5363 428.00 393.17 moveto
5364 440.89 393.17 lineto stroke
5365 438.34 378.92 moveto
5366 438.34 441.17 lineto stroke
5367 newpath
5368 433.34 432.47 moveto
5369 433.34 435.47 lineto
5370 443.34 439.87 lineto
5371 443.34 436.87 lineto
5372 closepath
5373 fill
5374 510.12 426.17 1.000000 4n
5375 519.39 426.17 1.000000 dot
5376 510.12 411.17 1.000000 4n
5377 501.67 411.17 1.000000 nat
5378 519.39 414.17 1.000000 dot
5379 510.12 405.17 1.000000 4n
5380 519.39 408.17 1.000000 dot
5381 510.12 396.17 1.000000 4n
5382 519.39 396.17 1.000000 dot
5383 510.12 384.17 1.000000 4n
5384 519.39 384.17 1.000000 dot
5385 503.89 387.17 moveto
5386 516.35 387.17 lineto stroke
5387 503.89 393.17 moveto
5388 516.35 393.17 lineto stroke
5389 513.80 384.92 moveto
5390 513.80 447.17 lineto stroke
5391 restore
5392 %  S_STAFF
5393 % staff 8
5394 save
5395 431.10 317.83 437.79 328.78 whitebox
5396 /Helvetica-Bold findfont
5397 12 scalefont
5398 setfont
5399 431.10 318.98 moveto
5400 (0) show
5401 431.10 307.53 437.79 318.26 whitebox
5402 /Helvetica-Bold findfont
5403 12 scalefont
5404 setfont
5405 431.10 308.47 moveto
5406 (2) show
5407 431.10 297.01 437.79 307.96 whitebox
5408 /Helvetica-Bold findfont
5409 12 scalefont
5410 setfont
5411 431.10 298.16 moveto
5412 (0) show
5413 431.10 286.71 437.79 297.44 whitebox
5414 /Helvetica-Bold findfont
5415 12 scalefont
5416 setfont
5417 431.10 287.65 moveto
5418 (2) show
5419 431.10 276.41 437.79 286.92 whitebox
5420 /Helvetica-Bold findfont
5421 12 scalefont
5422 setfont
5423 431.10 277.42 moveto
5424 (1) show
5425 431.10 265.78 437.79 276.73 whitebox
5426 /Helvetica-Bold findfont
5427 12 scalefont
5428 setfont
5429 431.10 266.93 moveto
5430 (0) show
5431 newpath
5432 429.45 251.55 moveto
5433 429.45 254.55 lineto
5434 439.45 258.95 lineto
5435 439.45 255.95 lineto
5436 closepath
5437 fill
5438 506.77 317.83 513.47 328.78 whitebox
5439 /Helvetica-Bold findfont
5440 12 scalefont
5441 setfont
5442 506.77 319.06 moveto
5443 (3) show
5444 506.77 307.42 513.47 318.37 whitebox
5445 /Helvetica-Bold findfont
5446 12 scalefont
5447 setfont
5448 506.77 308.57 moveto
5449 (0) show
5450 506.77 297.01 513.47 307.96 whitebox
5451 /Helvetica-Bold findfont
5452 12 scalefont
5453 setfont
5454 506.77 298.16 moveto
5455 (0) show
5456 506.77 286.60 513.47 297.55 whitebox
5457 /Helvetica-Bold findfont
5458 12 scalefont
5459 setfont
5460 506.77 287.75 moveto
5461 (0) show
5462 506.77 265.78 513.47 276.73 whitebox
5463 /Helvetica-Bold findfont
5464 12 scalefont
5465 setfont
5466 506.77 267.01 moveto
5467 (3) show
5468 restore
5469 %  S_STAFF
5470 % staff 9
5471 save
5472 548 linenum
5473 /Helvetica-Oblique findfont
5474 11 scalefont
5475 setfont
5476 431.86 186.28 moveto
5477 (At) show
5478 /Helvetica-Oblique findfont
5479 11 scalefont
5480 setfont
5481 506.29 186.28 moveto
5482 (the) show
5483 434.45 211.25 1.000000 diamond
5484 443.93 214.25 1.000000 dot
5485 0.70 setlinewidth
5486 438.34 211.25 moveto
5487 438.34 232.25 lineto stroke
5488 510.12 217.25 1.000000 4n
5489 501.67 217.25 1.000000 nat
5490 519.39 220.25 1.000000 dot
5491 506.44 216.50 moveto
5492 506.44 196.25 lineto stroke
5493 restore
5494 %  S_BAR
5495 551 linenum
5496 0.70 setlinewidth
5497 573.54 841.55 moveto
5498 573.54 817.55 lineto stroke
5499 573.54 755.56 moveto
5500 573.54 731.56 lineto stroke
5501 573.54 679.63 moveto
5502 573.54 667.63 lineto stroke
5503 573.54 578.83 moveto
5504 573.54 486.53 lineto stroke
5505 573.54 423.17 moveto
5506 573.54 271.25 lineto stroke
5507 573.54 229.25 moveto
5508 573.54 205.25 lineto stroke
5509 %  S_SSV
5510 555 linenum
5511 %  S_CLEFSIG
5512 /NewCenturySchlbk-Bold findfont
5513 16 scalefont
5514 setfont
5515 577.04 829.55 moveto
5516 (2) show
5517 /NewCenturySchlbk-Bold findfont
5518 16 scalefont
5519 setfont
5520 577.04 817.53 moveto
5521 (4) show
5522 /NewCenturySchlbk-Bold findfont
5523 16 scalefont
5524 setfont
5525 586.25 825.67 moveto
5526 (+) show
5527 /NewCenturySchlbk-Bold findfont
5528 16 scalefont
5529 setfont
5530 595.95 829.55 moveto
5531 (3) show
5532 /NewCenturySchlbk-Bold findfont
5533 16 scalefont
5534 setfont
5535 595.95 817.34 moveto
5536 (8) show
5537 /NewCenturySchlbk-Bold findfont
5538 16 scalefont
5539 setfont
5540 577.04 743.56 moveto
5541 (2) show
5542 /NewCenturySchlbk-Bold findfont
5543 16 scalefont
5544 setfont
5545 577.04 731.54 moveto
5546 (4) show
5547 /NewCenturySchlbk-Bold findfont
5548 16 scalefont
5549 setfont
5550 586.25 739.68 moveto
5551 (+) show
5552 /NewCenturySchlbk-Bold findfont
5553 16 scalefont
5554 setfont
5555 595.95 743.56 moveto
5556 (3) show
5557 /NewCenturySchlbk-Bold findfont
5558 16 scalefont
5559 setfont
5560 595.95 731.35 moveto
5561 (8) show
5562 /NewCenturySchlbk-Bold findfont
5563 16 scalefont
5564 setfont
5565 577.04 673.63 moveto
5566 (2) show
5567 /NewCenturySchlbk-Bold findfont
5568 16 scalefont
5569 setfont
5570 577.04 661.61 moveto
5571 (4) show
5572 /NewCenturySchlbk-Bold findfont
5573 16 scalefont
5574 setfont
5575 586.25 669.75 moveto
5576 (+) show
5577 /NewCenturySchlbk-Bold findfont
5578 16 scalefont
5579 setfont
5580 595.95 673.63 moveto
5581 (3) show
5582 /NewCenturySchlbk-Bold findfont
5583 16 scalefont
5584 setfont
5585 595.95 661.42 moveto
5586 (8) show
5587 /NewCenturySchlbk-Bold findfont
5588 16 scalefont
5589 setfont
5590 577.04 566.83 moveto
5591 (2) show
5592 /NewCenturySchlbk-Bold findfont
5593 16 scalefont
5594 setfont
5595 577.04 554.82 moveto
5596 (4) show
5597 /NewCenturySchlbk-Bold findfont
5598 16 scalefont
5599 setfont
5600 586.25 562.96 moveto
5601 (+) show
5602 /NewCenturySchlbk-Bold findfont
5603 16 scalefont
5604 setfont
5605 595.95 566.83 moveto
5606 (3) show
5607 /NewCenturySchlbk-Bold findfont
5608 16 scalefont
5609 setfont
5610 595.95 554.63 moveto
5611 (8) show
5612 /NewCenturySchlbk-Bold findfont
5613 16 scalefont
5614 setfont
5615 577.04 498.53 moveto
5616 (2) show
5617 /NewCenturySchlbk-Bold findfont
5618 16 scalefont
5619 setfont
5620 577.04 486.52 moveto
5621 (4) show
5622 /NewCenturySchlbk-Bold findfont
5623 16 scalefont
5624 setfont
5625 586.25 494.66 moveto
5626 (+) show
5627 /NewCenturySchlbk-Bold findfont
5628 16 scalefont
5629 setfont
5630 595.95 498.53 moveto
5631 (3) show
5632 /NewCenturySchlbk-Bold findfont
5633 16 scalefont
5634 setfont
5635 595.95 486.33 moveto
5636 (8) show
5637 /NewCenturySchlbk-Bold findfont
5638 16 scalefont
5639 setfont
5640 577.04 411.17 moveto
5641 (2) show
5642 /NewCenturySchlbk-Bold findfont
5643 16 scalefont
5644 setfont
5645 577.04 399.15 moveto
5646 (4) show
5647 /NewCenturySchlbk-Bold findfont
5648 16 scalefont
5649 setfont
5650 586.25 407.29 moveto
5651 (+) show
5652 /NewCenturySchlbk-Bold findfont
5653 16 scalefont
5654 setfont
5655 595.95 411.17 moveto
5656 (3) show
5657 /NewCenturySchlbk-Bold findfont
5658 16 scalefont
5659 setfont
5660 595.95 398.96 moveto
5661 (8) show
5662 /NewCenturySchlbk-Bold findfont
5663 16 scalefont
5664 setfont
5665 577.04 217.25 moveto
5666 (2) show
5667 /NewCenturySchlbk-Bold findfont
5668 16 scalefont
5669 setfont
5670 577.04 205.24 moveto
5671 (4) show
5672 /NewCenturySchlbk-Bold findfont
5673 16 scalefont
5674 setfont
5675 586.25 213.38 moveto
5676 (+) show
5677 /NewCenturySchlbk-Bold findfont
5678 16 scalefont
5679 setfont
5680 595.95 217.25 moveto
5681 (3) show
5682 /NewCenturySchlbk-Bold findfont
5683 16 scalefont
5684 setfont
5685 595.95 205.05 moveto
5686 (8) show
5687 %  S_CHHEAD
5688 %  S_STAFF
5689 % staff 1
5690 save
5691 623.87 832.55 1.000000 2n
5692 623.87 823.55 1.000000 2n
5693 623.87 817.55 1.000000 2n
5694 627.77 818.30 moveto
5695 627.77 853.55 lineto stroke
5696 684.61 832.55 1.000000 4n
5697 693.87 832.55 1.000000 dot
5698 684.61 823.55 1.000000 4n
5699 693.87 826.55 1.000000 dot
5700 684.61 817.55 1.000000 4n
5701 693.87 820.55 1.000000 dot
5702 688.29 818.30 moveto
5703 688.29 853.55 lineto stroke
5704 625.87 812.45 moveto
5705 625.89 812.60 lineto
5706 635.19 810.16 644.64 808.94 654.24 808.94 curveto
5707 663.85 808.94 673.30 810.16 682.59 812.60 curveto
5708 682.63 812.30 lineto
5709 673.45 809.06 663.98 807.44 654.24 807.44 curveto
5710 644.50 807.44 635.04 809.06 625.85 812.30 curveto
5711 fill
5712 630.12 823.55 moveto
5713 630.14 823.70 lineto
5714 637.92 821.72 645.82 820.74 653.85 820.74 curveto
5715 661.87 820.74 669.78 821.72 677.56 823.70 curveto
5716 677.60 823.40 lineto
5717 669.93 820.63 662.01 819.24 653.85 819.24 curveto
5718 645.69 819.24 637.77 820.63 630.10 823.40 curveto
5719 fill
5720 630.12 837.65 moveto
5721 630.10 837.80 lineto
5722 638.92 840.92 648.01 842.48 657.37 842.48 curveto
5723 666.72 842.48 675.81 840.92 684.63 837.80 curveto
5724 684.59 837.50 lineto
5725 675.66 839.82 666.59 840.98 657.37 840.98 curveto
5726 648.14 840.98 639.07 839.82 630.14 837.50 curveto
5727 fill
5728 /Palatino-Roman findfont
5729 14 scalefont
5730 setfont
5731 674.07 855.72 moveto
5732 684.61 855.72 1.166667 ferm
5733 695.15 855.72 moveto
5734 /Times-Roman findfont
5735 14 scalefont
5736 setfont
5737 613.75 884.01 moveto
5738 (Cm) show
5739 611.87 876.15 4.80 5 3 1 2 6 [ -2 1 3 3 2 1 ] grid
5740 restore
5741 %  S_STAFF
5742 % staff 2
5743 save
5744 623.87 761.56 1.000000 2n
5745 0.70 setlinewidth
5746 617.42 761.56 moveto
5747 630.32 761.56 lineto stroke
5748 623.87 752.56 1.000000 2n
5749 623.87 746.56 1.000000 2n
5750 619.97 760.81 moveto
5751 619.97 725.56 lineto stroke
5752 684.61 761.56 1.000000 4n
5753 693.87 764.56 1.000000 dot
5754 678.38 761.56 moveto
5755 690.84 761.56 lineto stroke
5756 684.61 752.56 1.000000 4n
5757 693.87 752.56 1.000000 dot
5758 684.61 746.56 1.000000 4n
5759 693.87 746.56 1.000000 dot
5760 680.93 760.81 moveto
5761 680.93 725.56 lineto stroke
5762 623.87 741.46 moveto
5763 623.89 741.61 lineto
5764 632.69 739.32 641.64 738.18 650.73 738.18 curveto
5765 659.81 738.18 668.76 739.32 677.56 741.61 curveto
5766 677.60 741.31 lineto
5767 668.91 738.22 659.95 736.68 650.73 736.68 curveto
5768 641.50 736.68 632.54 738.22 623.85 741.31 curveto
5769 fill
5770 630.12 752.56 moveto
5771 630.10 752.71 lineto
5772 637.77 755.48 645.69 756.87 653.85 756.87 curveto
5773 662.01 756.87 669.93 755.48 677.60 752.71 curveto
5774 677.56 752.41 lineto
5775 669.78 754.38 661.87 755.37 653.85 755.37 curveto
5776 645.82 755.37 637.92 754.38 630.14 752.41 curveto
5777 fill
5778 625.87 766.66 moveto
5779 625.85 766.81 lineto
5780 635.04 770.04 644.50 771.66 654.24 771.66 curveto
5781 663.98 771.66 673.45 770.04 682.63 766.81 curveto
5782 682.59 766.51 lineto
5783 673.30 768.95 663.85 770.16 654.24 770.16 curveto
5784 644.64 770.16 635.19 768.95 625.89 766.51 curveto
5785 fill
5786 /Palatino-Roman findfont
5787 14 scalefont
5788 setfont
5789 674.07 773.06 moveto
5790 684.61 773.06 1.166667 ferm
5791 695.15 773.06 moveto
5792 restore
5793 %  S_STAFF
5794 % staff 3
5795 save
5796 restore
5797 %  S_STAFF
5798 % staff 4
5799 save
5800 668.85 679.63 1.000000 1rest
5801 668.85 661.63 1.000000 1rest
5802 /Palatino-Roman findfont
5803 14 scalefont
5804 setfont
5805 658.30 687.86 moveto
5806 668.85 687.86 1.166667 ferm
5807 679.39 687.86 moveto
5808 restore
5809 %  S_STAFF
5810 % staff 5
5811 save
5812 623.87 548.83 1.000000 2n
5813 0.70 setlinewidth
5814 617.42 548.83 moveto
5815 630.32 548.83 lineto stroke
5816 627.77 549.58 moveto
5817 627.77 569.83 lineto stroke
5818 684.61 548.83 1.000000 4n
5819 693.87 551.83 1.000000 dot
5820 678.38 548.83 moveto
5821 690.84 548.83 lineto stroke
5822 688.29 549.58 moveto
5823 688.29 569.83 lineto stroke
5824 625.87 543.73 moveto
5825 625.89 543.88 lineto
5826 635.19 541.45 644.64 540.23 654.24 540.23 curveto
5827 663.85 540.23 673.30 541.45 682.59 543.88 curveto
5828 682.63 543.59 lineto
5829 673.45 540.35 663.98 538.73 654.24 538.73 curveto
5830 644.50 538.73 635.04 540.35 625.85 543.59 curveto
5831 fill
5832 /Palatino-Roman findfont
5833 14 scalefont
5834 setfont
5835 674.07 581.01 moveto
5836 684.61 581.01 1.166667 ferm
5837 695.15 581.01 moveto
5838 restore
5839 %  S_STAFF
5840 % staff 6
5841 save
5842 623.87 495.53 1.000000 2n
5843 0.70 setlinewidth
5844 627.77 496.28 moveto
5845 627.77 516.53 lineto stroke
5846 684.61 495.53 1.000000 4n
5847 693.87 495.53 1.000000 dot
5848 688.29 496.28 moveto
5849 688.29 516.53 lineto stroke
5850 625.87 490.43 moveto
5851 625.89 490.58 lineto
5852 635.19 488.15 644.64 486.93 654.24 486.93 curveto
5853 663.85 486.93 673.30 488.15 682.59 490.58 curveto
5854 682.63 490.29 lineto
5855 673.45 487.05 663.98 485.43 654.24 485.43 curveto
5856 644.50 485.43 635.04 487.05 625.85 490.29 curveto
5857 fill
5858 /Palatino-Roman findfont
5859 14 scalefont
5860 setfont
5861 674.07 518.71 moveto
5862 684.61 518.71 1.166667 ferm
5863 695.15 518.71 moveto
5864 1.00 setlinewidth
5865 [3 3] 0 setdash
5866 644.16 479.18 moveto
5867 726.21 479.18 lineto stroke
5868 726.21 479.18 moveto
5869 726.21 488.18 lineto stroke
5870 0.70 setlinewidth
5871 [] 0 setdash
5872 0 setlinecap
5873 0 setlinejoin
5874 /Palatino-Italic findfont
5875 12 scalefont
5876 setfont
5877 620.88 474.68 moveto
5878 (8va) show
5879 restore
5880 %  S_STAFF
5881 % staff 7
5882 save
5883 623.87 456.17 1.000000 2n
5884 0.70 setlinewidth
5885 617.42 453.17 moveto
5886 630.32 453.17 lineto stroke
5887 617.42 447.17 moveto
5888 630.32 447.17 lineto stroke
5889 617.42 441.17 moveto
5890 630.32 441.17 lineto stroke
5891 617.42 435.17 moveto
5892 630.32 435.17 lineto stroke
5893 617.42 429.17 moveto
5894 630.32 429.17 lineto stroke
5895 619.97 455.42 moveto
5896 619.97 411.17 lineto stroke
5897 684.61 456.17 1.000000 4n
5898 693.87 456.17 1.000000 dot
5899 678.38 453.17 moveto
5900 690.84 453.17 lineto stroke
5901 678.38 447.17 moveto
5902 690.84 447.17 lineto stroke
5903 678.38 441.17 moveto
5904 690.84 441.17 lineto stroke
5905 678.38 435.17 moveto
5906 690.84 435.17 lineto stroke
5907 678.38 429.17 moveto
5908 690.84 429.17 lineto stroke
5909 680.93 455.42 moveto
5910 680.93 411.17 lineto stroke
5911 625.87 461.27 moveto
5912 625.85 461.42 lineto
5913 635.04 464.65 644.50 466.27 654.24 466.27 curveto
5914 663.98 466.27 673.45 464.65 682.63 461.42 curveto
5915 682.59 461.12 lineto
5916 673.30 463.56 663.85 464.77 654.24 464.77 curveto
5917 644.64 464.77 635.19 463.56 625.89 461.12 curveto
5918 fill
5919 restore
5920 %  S_STAFF
5921 % staff 8
5922 save
5923 617.18 317.83 630.57 328.78 whitebox
5924 /Helvetica-Bold findfont
5925 12 scalefont
5926 setfont
5927 617.18 318.98 moveto
5928 (20) show
5929 restore
5930 %  S_STAFF
5931 % staff 9
5932 save
5933 573 linenum
5934 /Helvetica-Oblique findfont
5935 11 scalefont
5936 setfont
5937 618.51 186.28 moveto
5938 (end.) show
5939 623.87 220.25 1.000000 rectangle
5940 0.70 setlinewidth
5941 619.97 220.25 moveto
5942 619.97 199.25 lineto stroke
5943 684.61 220.25 1.000000 fillrectangle
5944 694.09 220.25 1.000000 dot
5945 680.71 220.25 moveto
5946 680.71 199.25 lineto stroke
5947 625.87 225.35 moveto
5948 625.85 225.50 lineto
5949 635.04 228.74 644.50 230.36 654.24 230.36 curveto
5950 663.98 230.36 673.45 228.74 682.63 225.50 curveto
5951 682.59 225.21 lineto
5952 673.30 227.64 663.85 228.86 654.24 228.86 curveto
5953 644.64 228.86 635.19 227.64 625.89 225.21 curveto
5954 fill
5955 restore
5956 %  S_BAR
5957 576 linenum
5958 0.70 setlinewidth
5959 733.20 841.55 moveto
5960 733.20 817.55 lineto stroke
5961 3.00 setlinewidth
5962 737.20 841.55 moveto
5963 737.20 817.55 lineto stroke
5964 0.70 setlinewidth
5965 733.20 755.56 moveto
5966 733.20 731.56 lineto stroke
5967 3.00 setlinewidth
5968 737.20 755.56 moveto
5969 737.20 731.56 lineto stroke
5970 0.70 setlinewidth
5971 733.20 679.63 moveto
5972 733.20 667.63 lineto stroke
5973 3.00 setlinewidth
5974 737.20 679.63 moveto
5975 737.20 667.63 lineto stroke
5976 0.70 setlinewidth
5977 733.20 578.83 moveto
5978 733.20 486.53 lineto stroke
5979 3.00 setlinewidth
5980 737.20 578.83 moveto
5981 737.20 486.53 lineto stroke
5982 0.70 setlinewidth
5983 733.20 423.17 moveto
5984 733.20 271.25 lineto stroke
5985 3.00 setlinewidth
5986 737.20 423.17 moveto
5987 737.20 271.25 lineto stroke
5988 0.70 setlinewidth
5989 733.20 229.25 moveto
5990 733.20 205.25 lineto stroke
5991 3.00 setlinewidth
5992 737.20 229.25 moveto
5993 737.20 205.25 lineto stroke
5994 0.70 setlinewidth
5995 %  S_SSV
5996 %  S_SSV
5997 %  S_SSV
5998 %  S_SSV
5999 %  Printing header/footer
6000 /Times-Roman findfont
6001 12 scalefont
6002 setfont
6003 65.45 944.05 moveto
6004 (Sample Songs) show
6005 /Times-Roman findfont
6006 12 scalefont
6007 setfont
6008 366.29 944.05 moveto
6009 (This is the title) show
6010 /Times-Roman findfont
6011 12 scalefont
6012 setfont
6013 685.13 944.05 moveto
6014 (page 3 of 3) show
6015 /Times-Roman findfont
6016 12 scalefont
6017 setfont
6018 65.45 78.33 moveto
6019 (This is a sample remark at the bottom of the page) show
6020 showpage
6021 restore
6022 %%Trailer
6023 %%DocumentFonts: /Times-Roman /Times-BoldItalic /Helvetica /Helvetica-Oblique /Helvetica-Bold /NewCenturySchlbk-Bold /NewCenturySchlbk-BoldItalic /Palatino-Roman /Palatino-Italic /Palatino-Bold /Ext-Helvetica-Oblique 
6024 %%Pages: 3