chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / sample.ps
CommitLineData
69695f33
MW
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
22utildict 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
28end
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
35mfont0 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
897end
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
904mfont1 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
1136end
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
1516mfont0 begin
1517/dictsize Encoding length def
1518mfont0 /Mcbbox0 dictsize dict put
1519
1520% temporarily redefine printmchar0 to get code
15215 dict begin
1522/printmchar0 { {} forall } def
1523
1524Mcbbox0 Encoding 128rest get [ 1140.0 0 -515.0 -1515.0 615.0 1685.0 ] put
1525Mcbbox0 Encoding 16rest get [ 830.0 0 -415.0 -1215.0 405.0 485.0 ] put
1526Mcbbox0 Encoding 1n get [ 1080.0 0 -535.0 -335.0 535.0 345.0 ] put
1527Mcbbox0 Encoding 1rest get [ 1540.0 0 -765.0 -5.0 765.0 645.0 ] put
1528Mcbbox0 Encoding 256rest get [ 1250.0 0 -625.0 -2115.0 615.0 1685.0 ] put
1529Mcbbox0 Encoding 2n get [ 880.0 0 -435.0 -345.0 435.0 355.0 ] put
1530Mcbbox0 Encoding 2rest get [ 1540.0 0 -765.0 -45.0 765.0 315.0 ] put
1531Mcbbox0 Encoding 32rest get [ 940.0 0 -415.0 -1215.0 515.0 1085.0 ] put
1532Mcbbox0 Encoding 4n get [ 840.0 0 -415.0 -335.0 415.0 345.0 ] put
1533Mcbbox0 Encoding 4rest get [ 650.0 0 -345.0 -885.0 295.0 985.0 ] put
1534Mcbbox0 Encoding 64rest get [ 1040.0 0 -515.0 -1515.0 515.0 1085.0 ] put
1535Mcbbox0 Encoding 8rest get [ 750.0 0 -305.0 -615.0 435.0 485.0 ] put
1536Mcbbox0 Encoding acc_gt get [ 1170.0 0 -525.0 -335.0 635.0 345.0 ] put
1537Mcbbox0 Encoding acc_hat get [ 780.0 0 -385.0 -5.0 385.0 875.0 ] put
1538Mcbbox0 Encoding acc_uhat get [ 780.0 0 -385.0 -5.0 385.0 875.0 ] put
1539Mcbbox0 Encoding begped get [ 470.0 0 -245.0 -45.0 215.0 615.0 ] put
1540Mcbbox0 Encoding cclef get [ 1540.0 0 -765.0 -1245.0 765.0 1255.0 ] put
1541Mcbbox0 Encoding coda get [ 1640.0 0 -815.0 -855.0 815.0 865.0 ] put
1542Mcbbox0 Encoding com get [ 1100.0 0 -575.0 -635.0 515.0 655.0 ] put
1543Mcbbox0 Encoding copyright get [ 920.0 0 -455.0 -45.0 455.0 855.0 ] put
1544Mcbbox0 Encoding cut get [ 1100.0 0 -575.0 -905.0 515.0 915.0 ] put
1545Mcbbox0 Encoding dblflat get [ 1170.0 0 -595.0 -405.0 565.0 1115.0 ] put
1546Mcbbox0 Encoding dblsharp get [ 720.0 0 -355.0 -345.0 355.0 355.0 ] put
1547Mcbbox0 Encoding dblwhole get [ 1090.0 0 -535.0 -605.0 545.0 615.0 ] put
1548Mcbbox0 Encoding diamond get [ 880.0 0 -435.0 -305.0 435.0 315.0 ] put
1549Mcbbox0 Encoding dim get [ 540.0 0 -265.0 -5.0 265.0 905.0 ] put
1550Mcbbox0 Encoding dn128n get [ 840.0 0 -415.0 -3545.0 415.0 345.0 ] put
1551Mcbbox0 Encoding dn16n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1552Mcbbox0 Encoding dn256n get [ 840.0 0 -415.0 -3965.0 415.0 345.0 ] put
1553Mcbbox0 Encoding dn2n get [ 880.0 0 -435.0 -2105.0 435.0 355.0 ] put
1554Mcbbox0 Encoding dn32n get [ 840.0 0 -415.0 -2585.0 415.0 345.0 ] put
1555Mcbbox0 Encoding dn4n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1556Mcbbox0 Encoding dn64n get [ 840.0 0 -415.0 -3065.0 415.0 345.0 ] put
1557Mcbbox0 Encoding dn8n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1558Mcbbox0 Encoding dnbow get [ 810.0 0 -395.0 -5.0 405.0 915.0 ] put
1559Mcbbox0 Encoding dnflag get [ 640.0 0 -335.0 -1705.0 295.0 15.0 ] put
1560Mcbbox0 Encoding dot get [ 280.0 0 -135.0 -125.0 135.0 135.0 ] put
1561Mcbbox0 Encoding dwhdiamond get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1562Mcbbox0 Encoding dwhrest get [ 340.0 0 -165.0 -5.0 165.0 615.0 ] put
1563Mcbbox0 Encoding endped get [ 480.0 0 -215.0 -45.0 255.0 615.0 ] put
1564Mcbbox0 Encoding fclef get [ 1840.0 0 -1015.0 -1705.0 815.0 655.0 ] put
1565Mcbbox0 Encoding ferm get [ 1640.0 0 -815.0 -5.0 815.0 1015.0 ] put
1566Mcbbox0 Encoding filldiamond get [ 880.0 0 -435.0 -305.0 435.0 315.0 ] put
1567Mcbbox0 Encoding flat get [ 580.0 0 -295.0 -405.0 275.0 1115.0 ] put
1568Mcbbox0 Encoding gclef get [ 1790.0 0 -915.0 -1605.0 865.0 3015.0 ] put
1569Mcbbox0 Encoding halfdim get [ 760.0 0 -375.0 -5.0 375.0 1015.0 ] put
1570Mcbbox0 Encoding invmor get [ 1320.0 0 -655.0 -455.0 655.0 465.0 ] put
1571Mcbbox0 Encoding invturn get [ 1300.0 0 -645.0 -335.0 645.0 345.0 ] put
1572Mcbbox0 Encoding leg get [ 840.0 0 -415.0 -55.0 415.0 65.0 ] put
1573Mcbbox0 Encoding ll1rest get [ 840.0 0 -415.0 -5.0 415.0 625.0 ] put
1574Mcbbox0 Encoding ll2rest get [ 840.0 0 -415.0 -15.0 415.0 315.0 ] put
1575Mcbbox0 Encoding measrpt get [ 1300.0 0 -645.0 -675.0 645.0 685.0 ] put
1576Mcbbox0 Encoding mor get [ 1320.0 0 -655.0 -285.0 655.0 295.0 ] put
1577Mcbbox0 Encoding nat get [ 520.0 0 -255.0 -855.0 255.0 865.0 ] put
1578Mcbbox0 Encoding pedal get [ 1040.0 0 -515.0 -45.0 515.0 675.0 ] put
1579Mcbbox0 Encoding qwhrest get [ 340.0 0 -165.0 -605.0 165.0 615.0 ] put
1580Mcbbox0 Encoding rr get [ 940.0 0 -465.0 -25.0 465.0 1035.0 ] put
1581Mcbbox0 Encoding sharp get [ 700.0 0 -345.0 -935.0 345.0 945.0 ] put
1582Mcbbox0 Encoding sign get [ 1340.0 0 -665.0 -825.0 665.0 835.0 ] put
1583Mcbbox0 Encoding tr get [ 1440.0 0 -715.0 -5.0 715.0 1015.0 ] put
1584Mcbbox0 Encoding triangle get [ 800.0 0 -395.0 -45.0 395.0 785.0 ] put
1585Mcbbox0 Encoding turn get [ 1300.0 0 -645.0 -325.0 645.0 345.0 ] put
1586Mcbbox0 Encoding uferm get [ 1640.0 0 -815.0 -5.0 815.0 1015.0 ] put
1587Mcbbox0 Encoding up128n get [ 1390.0 0 -745.0 -335.0 635.0 3555.0 ] put
1588Mcbbox0 Encoding up16n get [ 1390.0 0 -745.0 -335.0 635.0 2115.0 ] put
1589Mcbbox0 Encoding up256n get [ 1390.0 0 -745.0 -335.0 635.0 3975.0 ] put
1590Mcbbox0 Encoding up2n get [ 880.0 0 -435.0 -345.0 435.0 2115.0 ] put
1591Mcbbox0 Encoding up32n get [ 1390.0 0 -745.0 -335.0 635.0 2595.0 ] put
1592Mcbbox0 Encoding up4n get [ 850.0 0 -415.0 -335.0 425.0 2115.0 ] put
1593Mcbbox0 Encoding up64n get [ 1390.0 0 -745.0 -335.0 635.0 3075.0 ] put
1594Mcbbox0 Encoding up8n get [ 1390.0 0 -745.0 -335.0 635.0 2115.0 ] put
1595Mcbbox0 Encoding upbow get [ 720.0 0 -355.0 -115.0 355.0 925.0 ] put
1596Mcbbox0 Encoding upflag get [ 640.0 0 -335.0 -5.0 295.0 1715.0 ] put
1597Mcbbox0 Encoding uwedge get [ 340.0 0 -165.0 -5.0 165.0 505.0 ] put
1598Mcbbox0 Encoding wedge get [ 340.0 0 -165.0 5.0 165.0 515.0 ] put
1599Mcbbox0 Encoding xnote get [ 880.0 0 -435.0 -365.0 435.0 375.0 ] put
1600
1601end
1602end
1603
1604/Mfont0 mfont0 definefont
1605
1606
1607% find size of Encoding and make a dictionary
1608% that size for bounding box information
1609mfont1 begin
1610/dictsize Encoding length def
1611mfont1 /Mcbbox1 dictsize dict put
1612
1613% temporarily redefine printmchar1 to get code
16145 dict begin
1615/printmchar1 { {} forall } def
1616
1617Mcbbox1 Encoding blankhead get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1618Mcbbox1 Encoding dwhisostriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1619Mcbbox1 Encoding dwhpiewedge get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1620Mcbbox1 Encoding dwhrectangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1621Mcbbox1 Encoding dwhrighttriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1622Mcbbox1 Encoding dwhsemicircle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1623Mcbbox1 Encoding dwhslashhead get [ 1410.0 0 -695.0 -725.0 705.0 735.0 ] put
1624Mcbbox1 Encoding fillisostriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1625Mcbbox1 Encoding fillpiewedge get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1626Mcbbox1 Encoding fillrectangle get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1627Mcbbox1 Encoding fillrighttriangle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1628Mcbbox1 Encoding fillsemicircle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1629Mcbbox1 Encoding fillslashhead get [ 1300.0 0 -645.0 -675.0 645.0 685.0 ] put
1630Mcbbox1 Encoding isostriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1631Mcbbox1 Encoding piewedge get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1632Mcbbox1 Encoding rectangle get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1633Mcbbox1 Encoding righttriangle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1634Mcbbox1 Encoding semicircle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1635Mcbbox1 Encoding slashhead get [ 1380.0 0 -685.0 -725.0 685.0 735.0 ] put
1636Mcbbox1 Encoding udwhrighttriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1637Mcbbox1 Encoding ufillrighttriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1638Mcbbox1 Encoding urighttriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1639
1640end
1641end
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
1850sf cvx exec
1851
1852% set up extended character set fonts
1853makeExtEncoding
1854/Ext-Helvetica-Oblique /Helvetica-Oblique makeExtendedFont
1855%%EndProlog
1856%%Page: 1 1
1857save
18581216322504 1216321786 sv
18590.770000 0.770000 scale
1860% S_SSV
1861(/home/johnkr/mup/5.3/doc/arkkra/sample.mup) inputfile
186253 linenum
1863% S_SSV
1864141 linenum
1865% S_SSV
1866144 linenum
1867% S_SSV
1868155 linenum
1869% S_SSV
1870159 linenum
1871% S_SSV
1872167 linenum
1873% S_SSV
1874174 linenum
1875% S_SSV
1876177 linenum
1877% S_SSV
1878189 linenum
1879% S_FEED
188046 linenum
1881/Times-Roman findfont
188213 scalefont
1883setfont
1884360.43 884.59 moveto
1885(First Movement) show
1886274.11 1314.68 738.70 5 1.000000 1.000000 stf
1887274.11 1234.26 738.70 5 1.000000 1.000000 stf
1888274.11 1170.66 738.70 5 1.000000 0.800000 stf
1889274.11 1107.06 738.70 1 1.000000 1.000000 stf
1890274.11 1028.13 738.70 5 1.000000 1.000000 stf
1891274.11 946.01 738.70 5 1.000000 1.000000 stf
1892274.11 831.00 738.70 5 1.000000 1.000000 stf
1893274.11 750.98 738.70 6 1.735000 1.000000 stf
1894274.11 670.95 738.70 5 1.000000 1.000000 stf
1895/Times-Roman findfont
189612 scalefont
1897setfont
189883.90 766.44 moveto
1899(Choir) show
1900/Palatino-Roman findfont
190111 scalefont
1902setfont
190378.07 669.93 moveto
1904(foghorn) show
190584.99 657.45 moveto
1906(in G) show
1907107.90 659.39 0.583333 flat
1908110.08 657.45 moveto
1909/Times-Roman findfont
191012 scalefont
1911setfont
191266.62 480.26 moveto
1913(keyboard) show
1914/Times-Roman findfont
191512 scalefont
1916setfont
191780.59 282.96 moveto
1918(Guitar) show
1919/Palatino-Roman findfont
192014 scalefont
1921setfont
192265.45 164.05 moveto
1923(Soprano) show
1924128.11 825.68 715.26 bracket
1925129.61 536.13 430.01 brace
1926128.11 342.00 217.95 bracket
19270.70 setlinewidth
1928130.11 822.68 moveto
1929130.11 154.95 lineto stroke
1930% S_CLEFSIG
1931141.91 804.68 1.000000 gclef
1932142.16 736.26 1.000000 fclef
1933138.54 676.26 0.800000 cclef
1934136.11 595.56 moveto
1935136.11 610.56 lineto stroke
1936138.21 595.56 moveto
1937138.21 610.56 lineto stroke
1938141.91 518.13 1.000000 gclef
1939142.16 448.01 1.000000 fclef
1940141.91 321.00 1.000000 gclef
1941/Helvetica-Bold findfont
194220 scalefont
1943setfont
1944133.11 256.92 moveto
1945(T) show
1946/Helvetica-Bold findfont
194720 scalefont
1948setfont
1949133.11 239.04 moveto
1950(A) show
1951/Helvetica-Bold findfont
195220 scalefont
1953setfont
1954133.11 221.16 moveto
1955(B) show
1956141.91 160.95 1.000000 gclef
1957155.95 810.68 1.000000 flat
1958161.43 819.68 1.000000 flat
1959166.92 807.68 1.000000 flat
1960155.95 724.26 1.000000 flat
1961161.43 733.26 1.000000 flat
1962166.92 721.26 1.000000 flat
1963156.06 666.66 0.800000 sharp
1964161.51 676.26 0.800000 sharp
1965166.97 669.06 0.800000 sharp
1966155.95 524.13 1.000000 flat
1967161.43 533.13 1.000000 flat
1968166.92 521.13 1.000000 flat
1969155.95 436.01 1.000000 flat
1970161.43 445.01 1.000000 flat
1971166.92 433.01 1.000000 flat
1972155.95 327.00 1.000000 flat
1973161.43 336.00 1.000000 flat
1974166.92 324.00 1.000000 flat
1975155.95 166.95 1.000000 flat
1976161.43 175.95 1.000000 flat
1977166.92 163.95 1.000000 flat
1978/NewCenturySchlbk-Bold findfont
197916 scalefont
1980setfont
1981172.67 810.68 moveto
1982(9) show
1983/NewCenturySchlbk-Bold findfont
198416 scalefont
1985setfont
1986172.67 798.48 moveto
1987(8) show
1988/NewCenturySchlbk-Bold findfont
198916 scalefont
1990setfont
1991172.67 730.26 moveto
1992(9) show
1993/NewCenturySchlbk-Bold findfont
199416 scalefont
1995setfont
1996172.67 718.05 moveto
1997(8) show
1998/NewCenturySchlbk-Bold findfont
199913 scalefont
2000setfont
2001172.67 666.66 moveto
2002(9) show
2003/NewCenturySchlbk-Bold findfont
200413 scalefont
2005setfont
2006172.67 656.72 moveto
2007(8) show
2008/NewCenturySchlbk-Bold findfont
200916 scalefont
2010setfont
2011172.67 603.06 moveto
2012(9) show
2013/NewCenturySchlbk-Bold findfont
201416 scalefont
2015setfont
2016172.67 590.85 moveto
2017(8) show
2018/NewCenturySchlbk-Bold findfont
201916 scalefont
2020setfont
2021172.67 524.13 moveto
2022(9) show
2023/NewCenturySchlbk-Bold findfont
202416 scalefont
2025setfont
2026172.67 511.92 moveto
2027(8) show
2028/NewCenturySchlbk-Bold findfont
202916 scalefont
2030setfont
2031172.67 442.01 moveto
2032(9) show
2033/NewCenturySchlbk-Bold findfont
203416 scalefont
2035setfont
2036172.67 429.80 moveto
2037(8) show
2038/NewCenturySchlbk-Bold findfont
203916 scalefont
2040setfont
2041172.67 327.00 moveto
2042(9) show
2043/NewCenturySchlbk-Bold findfont
204416 scalefont
2045setfont
2046172.67 314.79 moveto
2047(8) show
2048/NewCenturySchlbk-Bold findfont
204916 scalefont
2050setfont
2051172.67 166.95 moveto
2052(9) show
2053/NewCenturySchlbk-Bold findfont
205416 scalefont
2055setfont
2056172.67 154.74 moveto
2057(8) show
2058% S_CHHEAD
2059% S_STAFF
2060% staff 1
2061save
2062331 linenum
2063/Helvetica-Oblique findfont
206411 scalefont
2065setfont
2066211.06 776.32 moveto
2067(These) show
2068/Helvetica-Oblique findfont
206911 scalefont
2070setfont
2071285.74 776.32 moveto
2072(are) show
2073/Helvetica-Oblique findfont
207411 scalefont
2075setfont
2076366.84 776.32 moveto
2077(the) show
2078331 linenum
2079/Helvetica-Oblique findfont
208011 scalefont
2081setfont
2082211.06 764.51 moveto
2083(This) show
2084/Helvetica-Oblique findfont
208511 scalefont
2086setfont
2087287.74 764.51 moveto
2088(is) show
2089/Helvetica-Oblique findfont
209011 scalefont
2091setfont
2092363.95 764.51 moveto
2093(verse) show
2094219.06 804.68 1.000000 4n
2095228.32 807.68 1.000000 dot
2096219.06 798.68 1.000000 4n
2097228.32 801.68 1.000000 dot
2098219.06 792.68 1.000000 4n
2099228.32 795.68 1.000000 dot
2100212.83 792.68 moveto
2101225.29 792.68 lineto stroke
2102222.74 793.43 moveto
2103222.74 825.68 lineto stroke
2104289.72 804.68 1.000000 4n
2105298.98 807.68 1.000000 dot
2106289.72 798.68 1.000000 4n
2107298.98 801.68 1.000000 dot
2108289.72 792.68 1.000000 4n
2109298.98 795.68 1.000000 dot
2110283.49 792.68 moveto
2111295.95 792.68 lineto stroke
2112293.40 793.43 moveto
2113293.40 825.68 lineto stroke
2114370.67 810.68 1.000000 4n
2115379.93 813.68 1.000000 dot
2116370.67 801.68 1.000000 4n
2117379.93 801.68 1.000000 dot
2118370.67 795.68 1.000000 4n
2119379.93 795.68 1.000000 dot
2120374.35 796.43 moveto
2121374.35 831.68 lineto stroke
2122/Palatino-Roman findfont
212314 scalefont
2124setfont
2125213.60 835.46 moveto
2126(Andante ) show
2127restore
2128% S_STAFF
2129% staff 2
2130save
2131219.06 727.26 1.000000 4n
2132228.32 727.26 1.000000 dot
21330.70 setlinewidth
2134222.74 728.01 moveto
2135222.74 748.26 lineto stroke
2136289.72 727.26 1.000000 4n
2137286.04 726.51 moveto
2138286.04 707.32 lineto stroke
2139318.60 724.26 1.000000 8rest
2140344.67 733.26 1.000000 4n
2141340.98 732.51 moveto
2142340.98 713.32 lineto stroke
2143370.67 736.26 1.000000 4n
2144379.93 739.26 1.000000 dot
2145366.99 735.51 moveto
2146366.99 715.26 lineto stroke
2147newpath
2148285.69 708.82 moveto
2149341.33 714.82 lineto
2150341.33 711.82 lineto
2151285.69 705.82 lineto
2152closepath
2153fill
2154219.81 751.26 moveto
2155219.80 751.41 lineto
2156263.09 755.16 306.44 756.06 349.85 754.11 curveto
2157393.25 752.17 436.35 747.40 479.13 739.79 curveto
2158479.09 739.50 lineto
2159436.24 746.30 393.13 750.67 349.78 752.62 curveto
2160306.43 754.56 263.10 754.06 219.81 751.11 curveto
2161fill
2162restore
2163% S_STAFF
2164% staff 3
2165save
2166202.61 666.66 0.466667 4n
2167198.01 666.66 0.466667 dblsharp
21680.56 setlinewidth
2169204.21 667.05 moveto
2170204.21 678.66 lineto stroke
2171205.72 678.66 0.466667 dnflag
2172newpath
2173201.61 669.66 moveto
2174201.61 670.86 lineto
2175206.81 676.46 lineto
2176206.81 675.26 lineto
2177closepath
2178fill
2179219.06 673.86 0.800000 2n
2180211.55 673.86 0.800000 sharp
2181226.64 673.86 0.800000 dot
2182/Palatino-Roman findfont
218311 scalefont
2184setfont
2185212.92 680.53 moveto
2186219.06 680.53 0.916667 acc_gt
2187225.20 680.53 moveto
2188215.94 673.26 moveto
2189215.94 657.06 lineto stroke
2190370.67 666.66 0.800000 4rest
2191377.52 669.06 0.800000 dot
2192restore
2193% S_STAFF
2194% staff 4
2195save
2196325.58 597.06 1.000000 ll1rest
2197restore
2198% S_STAFF
2199% staff 5
2200save
2201219.06 527.13 1.000000 4n
22020.70 setlinewidth
2203222.74 527.88 moveto
2204222.74 548.13 lineto stroke
2205256.90 518.13 1.000000 4n
2206260.59 518.88 moveto
2207260.59 539.13 lineto stroke
2208289.72 527.13 1.000000 4n
2209298.98 527.13 1.000000 dot
2210293.40 527.88 moveto
2211293.40 548.13 lineto stroke
2212370.67 536.13 1.000000 4n
2213374.35 536.88 moveto
2214374.35 557.13 lineto stroke
2215425.61 536.13 1.000000 4n
2216429.29 536.88 moveto
2217429.29 555.63 lineto stroke
2218443.17 536.13 1.000000 4n
2219446.85 536.88 moveto
2220446.85 555.63 lineto stroke
2221/NewCenturySchlbk-BoldItalic findfont
222211 scalefont
2223setfont
2224234.81 545.91 moveto
2225(2) show
2226215.03 554.41 moveto
2227232.81 550.77 lineto stroke
2228243.15 549.06 moveto
2229260.94 545.41 lineto stroke
2230215.03 554.41 moveto
2231215.03 551.41 lineto stroke
2232260.94 545.41 moveto
2233260.94 542.41 lineto stroke
2234newpath
2235428.94 557.13 moveto
2236447.20 557.13 lineto
2237447.20 554.13 lineto
2238428.94 554.13 lineto
2239closepath
2240fill
2241newpath
2242428.94 552.13 moveto
2243447.20 552.13 lineto
2244447.20 549.13 lineto
2245428.94 549.13 lineto
2246closepath
2247fill
2248219.06 506.13 1.000000 2n
2249228.54 503.13 1.000000 dot
2250212.61 506.13 moveto
2251225.51 506.13 lineto stroke
2252215.16 505.38 moveto
2253215.16 485.13 lineto stroke
2254370.67 509.13 1.000000 4n
2255379.93 509.13 1.000000 dot
2256366.99 508.38 moveto
2257366.99 488.13 lineto stroke
2258300.22 512.13 1.000000 4n
2259303.90 512.88 moveto
2260303.90 532.22 lineto stroke
2261318.60 515.13 1.000000 4n
2262322.28 515.88 moveto
2263322.28 534.68 lineto stroke
2264344.67 518.13 1.000000 4n
2265348.35 518.88 moveto
2266348.35 538.17 lineto stroke
2267379.67 521.13 1.000000 4n
2268371.22 521.13 1.000000 nat
2269383.35 521.88 moveto
2270383.35 542.13 lineto stroke
2271386.38 542.13 1.000000 dnflag
2272400.18 521.13 1.000000 4n
2273403.86 521.88 moveto
2274403.86 542.13 lineto stroke
2275newpath
2276303.55 533.72 moveto
2277348.70 539.67 lineto
2278348.70 536.67 lineto
2279303.55 530.72 lineto
2280closepath
2281fill
2282376.70 541.23 moveto
2283376.68 541.37 lineto
2284384.59 544.22 392.75 545.64 401.16 545.64 curveto
2285409.56 545.64 417.72 544.22 425.63 541.37 curveto
2286425.59 541.08 lineto
2287417.57 543.12 409.43 544.14 401.16 544.14 curveto
2288392.88 544.14 384.74 543.12 376.72 541.08 curveto
2289fill
2290/Palatino-Roman findfont
229114 scalefont
2292setfont
2293365.63 561.91 moveto
2294(VII) show
2295388.72 569.09 moveto
2296/Palatino-Roman findfont
22979 scalefont
2298setfont
2299(6) show
2300385.12 558.82 moveto
2301386.92 562.11 0.416667 sharp
2302388.72 558.82 moveto
2303388.72 559.64 moveto
2304(5) show
2305393.20 561.91 moveto
2306/Palatino-Roman findfont
230714 scalefont
2308setfont
2309( ) show
2310/Palatino-Roman findfont
231114 scalefont
2312setfont
2313217.04 562.91 moveto
2314(i ) show
2315restore
2316% S_STAFF
2317% staff 6
2318save
2319219.06 418.01 1.000000 4n
2320228.32 421.01 1.000000 dot
23210.70 setlinewidth
2322212.83 418.01 moveto
2323225.29 418.01 lineto stroke
2324212.83 424.01 moveto
2325225.29 424.01 lineto stroke
2326219.06 397.01 1.000000 4n
2327228.32 397.01 1.000000 dot
2328212.83 400.01 moveto
2329225.29 400.01 lineto stroke
2330212.83 406.01 moveto
2331225.29 406.01 lineto stroke
2332212.83 412.01 moveto
2333225.29 412.01 lineto stroke
2334212.83 418.01 moveto
2335225.29 418.01 lineto stroke
2336212.83 424.01 moveto
2337225.29 424.01 lineto stroke
2338222.74 397.76 moveto
2339222.74 442.01 lineto stroke
2340289.72 418.01 1.000000 4n
2341298.98 421.01 1.000000 dot
2342283.49 418.01 moveto
2343295.95 418.01 lineto stroke
2344283.49 424.01 moveto
2345295.95 424.01 lineto stroke
2346289.72 397.01 1.000000 4n
2347298.98 397.01 1.000000 dot
2348283.49 400.01 moveto
2349295.95 400.01 lineto stroke
2350283.49 406.01 moveto
2351295.95 406.01 lineto stroke
2352283.49 412.01 moveto
2353295.95 412.01 lineto stroke
2354283.49 418.01 moveto
2355295.95 418.01 lineto stroke
2356283.49 424.01 moveto
2357295.95 424.01 lineto stroke
2358293.40 397.76 moveto
2359293.40 442.01 lineto stroke
2360370.67 421.01 1.000000 4n
2361379.93 421.01 1.000000 dot
2362364.44 424.01 moveto
2363376.90 424.01 lineto stroke
2364370.67 400.01 1.000000 4n
2365379.93 403.01 1.000000 dot
2366364.44 400.01 moveto
2367376.90 400.01 lineto stroke
2368364.44 406.01 moveto
2369376.90 406.01 lineto stroke
2370364.44 412.01 moveto
2371376.90 412.01 lineto stroke
2372364.44 418.01 moveto
2373376.90 418.01 lineto stroke
2374364.44 424.01 moveto
2375376.90 424.01 lineto stroke
2376374.35 400.76 moveto
2377374.35 442.01 lineto stroke
2378/Palatino-Roman findfont
237914 scalefont
2380setfont
2381213.60 466.79 moveto
2382(Andante ) show
2383219.06 377.80 moveto
2384219.06 370.81 lineto stroke
2385219.06 370.81 moveto
2386221.59 370.81 lineto stroke
2387220.92 370.81 moveto
2388339.96 370.81 lineto stroke
2389339.63 370.81 moveto
2390344.67 377.80 lineto stroke
2391344.67 377.80 moveto
2392349.71 370.81 lineto stroke
2393/Palatino-Roman findfont
239414 scalefont
2395setfont
2396368.43 381.58 moveto
2397368.43 388.76 moveto
2398/Palatino-Roman findfont
23999 scalefont
2400setfont
2401(6) show
2402368.43 379.31 moveto
2403(5) show
2404gsave
24050.58 setlinewidth
2406368.43 380.78 moveto
2407372.91 383.71 lineto stroke
2408grestore
2409372.91 379.31 moveto
2410372.91 381.58 moveto
2411/Palatino-Roman findfont
241214 scalefont
2413setfont
2414( ) show
2415restore
2416% S_STAFF
2417% staff 7
2418save
2419219.06 321.00 1.000000 4n
2420228.32 324.00 1.000000 dot
2421219.06 315.00 1.000000 4n
2422228.32 318.00 1.000000 dot
2423219.06 309.00 1.000000 4n
2424228.32 312.00 1.000000 dot
24250.70 setlinewidth
2426212.83 309.00 moveto
2427225.29 309.00 lineto stroke
2428222.74 309.75 moveto
2429222.74 342.00 lineto stroke
2430289.72 309.00 1.000000 4n
2431283.49 309.00 moveto
2432295.95 309.00 lineto stroke
2433293.40 309.75 moveto
2434293.40 325.50 lineto stroke
2435318.60 300.00 1.000000 4n
2436312.37 303.00 moveto
2437324.83 303.00 lineto stroke
2438312.37 309.00 moveto
2439324.83 309.00 lineto stroke
2440322.28 300.75 moveto
2441322.28 325.50 lineto stroke
2442344.67 309.00 1.000000 4n
2443338.43 309.00 moveto
2444350.90 309.00 lineto stroke
2445348.35 309.75 moveto
2446348.35 325.50 lineto stroke
2447370.67 339.00 1.000000 4n
2448379.93 342.00 1.000000 dot
2449370.67 333.00 1.000000 4n
2450379.93 336.00 1.000000 dot
2451370.67 324.00 1.000000 4n
2452362.22 324.00 1.000000 nat
2453379.93 324.00 1.000000 dot
2454370.67 312.00 1.000000 4n
2455379.93 312.00 1.000000 dot
2456374.35 312.75 moveto
2457374.35 360.00 lineto stroke
2458newpath
2459293.05 327.00 moveto
2460348.70 327.00 lineto
2461348.70 324.00 lineto
2462293.05 324.00 lineto
2463closepath
2464fill
2465restore
2466% S_STAFF
2467% staff 8
2468save
2469215.71 246.71 222.41 257.65 whitebox
2470/Helvetica-Bold findfont
247112 scalefont
2472setfont
2473215.71 247.86 moveto
2474(0) show
2475215.71 236.51 222.41 247.03 whitebox
2476/Helvetica-Bold findfont
247712 scalefont
2478setfont
2479215.71 237.52 moveto
2480(1) show
2481215.71 225.89 222.41 236.83 whitebox
2482/Helvetica-Bold findfont
248312 scalefont
2484setfont
2485215.71 227.11 moveto
2486(3) show
2487286.37 225.89 293.07 236.83 whitebox
2488/Helvetica-Bold findfont
248912 scalefont
2490setfont
2491286.37 227.11 moveto
2492(3) show
2493315.25 215.48 321.95 226.42 whitebox
2494/Helvetica-Bold findfont
249512 scalefont
2496setfont
2497315.25 216.70 moveto
2498(3) show
2499341.32 225.89 348.01 236.83 whitebox
2500/Helvetica-Bold findfont
250112 scalefont
2502setfont
2503341.32 227.11 moveto
2504(3) show
2505367.32 267.74 374.02 278.26 whitebox
2506/Helvetica-Bold findfont
250712 scalefont
2508setfont
2509367.32 268.75 moveto
2510(1) show
2511367.32 257.12 374.02 268.06 whitebox
2512/Helvetica-Bold findfont
251312 scalefont
2514setfont
2515367.32 258.34 moveto
2516(3) show
2517367.32 246.82 374.02 257.54 whitebox
2518/Helvetica-Bold findfont
251912 scalefont
2520setfont
2521367.32 247.75 moveto
2522(2) show
2523367.32 236.30 374.02 247.24 whitebox
2524/Helvetica-Bold findfont
252512 scalefont
2526setfont
2527367.32 237.45 moveto
2528(0) show
2529restore
2530% S_STAFF
2531% staff 9
2532save
2533331 linenum
25340.70 setlinewidth
2535232.87 138.97 moveto
2536484.11 138.97 lineto stroke
2537/Helvetica-Oblique findfont
253811 scalefont
2539setfont
2540214.45 138.97 moveto
2541(ah) show
2542219.06 169.95 1.000000 fillrectangle
2543228.54 169.95 1.000000 dot
2544215.16 169.95 moveto
2545215.16 148.95 lineto stroke
2546289.72 175.95 1.000000 fillisostriangle
2547285.82 173.55 moveto
2548285.82 153.45 lineto stroke
2549318.60 169.95 1.000000 fillrectangle
2550314.70 169.95 moveto
2551314.70 153.45 lineto stroke
2552344.67 175.95 1.000000 fillisostriangle
2553340.77 173.55 moveto
2554340.77 153.45 lineto stroke
2555370.67 178.95 1.000000 fillsemicircle
2556380.15 181.95 1.000000 dot
2557366.77 181.35 moveto
2558366.77 157.95 lineto stroke
2559newpath
2560285.47 154.95 moveto
2561341.12 154.95 lineto
2562341.12 151.95 lineto
2563285.47 151.95 lineto
2564closepath
2565fill
2566restore
2567% S_BAR
2568331 linenum
25690.70 setlinewidth
2570461.45 822.68 moveto
2571461.45 798.68 lineto stroke
2572461.45 742.26 moveto
2573461.45 718.26 lineto stroke
2574461.45 676.26 moveto
2575461.45 657.06 lineto stroke
2576461.45 609.06 moveto
2577461.45 597.06 lineto stroke
2578461.45 536.13 moveto
2579461.45 430.01 lineto stroke
2580461.45 339.00 moveto
2581461.45 220.95 lineto stroke
2582461.45 178.95 moveto
2583461.45 154.95 lineto stroke
2584/Palatino-Bold findfont
258512 scalefont
2586setfont
2587gsave
2588newpath
25891.000000 1.000000 scale
2590461.45 355.72 7.72 0 360 arc
25911.000000 1.000000 scale
25921.000000 1.000000 scale
2593461.45 355.72 7.22 0 360 arc
2594eofill
2595grestore
2596456.77 351.65 moveto
2597(A) show
2598/Palatino-Bold findfont
259912 scalefont
2600setfont
2601gsave
2602newpath
26031.000000 1.000000 scale
2604461.45 552.85 7.72 0 360 arc
26051.000000 1.000000 scale
26061.000000 1.000000 scale
2607461.45 552.85 7.22 0 360 arc
2608eofill
2609grestore
2610456.77 548.78 moveto
2611(A) show
2612/Palatino-Bold findfont
261312 scalefont
2614setfont
2615gsave
2616newpath
26171.000000 1.000000 scale
2618461.45 839.41 7.72 0 360 arc
26191.000000 1.000000 scale
26201.000000 1.000000 scale
2621461.45 839.41 7.22 0 360 arc
2622eofill
2623grestore
2624456.77 835.34 moveto
2625(A) show
26260.70 setlinewidth
2627349.37 370.81 moveto
2628460.45 370.81 lineto stroke
2629% S_CHHEAD
2630% S_STAFF
2631% staff 1
2632save
2633331 linenum
2634/Helvetica-Oblique findfont
263511 scalefont
2636setfont
2637470.24 776.32 moveto
2638(words!) show
2639331 linenum
2640/Helvetica-Oblique findfont
264111 scalefont
2642setfont
2643465.97 764.51 moveto
2644(two) show
2645/Ext-Helvetica-Oblique findfont
264611 scalefont
2647setfont
2648(\7f) show
2649/Helvetica-Oblique findfont
265011 scalefont
2651setfont
2652(oh) show
2653/Ext-Helvetica-Oblique findfont
265411 scalefont
2655setfont
2656(\7f) show
2657/Helvetica-Oblique findfont
265811 scalefont
2659setfont
2660(yes.) show
2661479.86 813.68 1.000000 2n
2662489.34 813.68 1.000000 dot
2663479.86 804.68 1.000000 2n
2664489.34 807.68 1.000000 dot
2665479.86 792.68 1.000000 2n
2666489.34 795.68 1.000000 dot
2667473.41 792.68 moveto
2668486.31 792.68 lineto stroke
2669483.76 793.43 moveto
2670483.76 834.68 lineto stroke
2671682.24 810.68 1.000000 4rest
2672690.54 813.68 1.000000 dot
2673/Palatino-Italic findfont
267413 scalefont
2675setfont
2676674.54 845.57 moveto
2677(To coda ) show
2678727.93 854.86 1.083333 coda
2679737.72 845.57 moveto
2680/Times-Roman findfont
268113 scalefont
2682setfont
2683674.54 831.68 moveto
2684restore
2685% S_STAFF
2686% staff 2
2687save
2688479.86 733.26 1.000000 2n
2689489.34 733.26 1.000000 dot
2690479.86 727.26 1.000000 2n
2691489.34 727.26 1.000000 dot
26920.70 setlinewidth
2693475.96 732.51 moveto
2694475.96 706.26 lineto stroke
2695682.24 730.26 1.000000 4rest
2696690.54 733.26 1.000000 dot
2697restore
2698% S_STAFF
2699% staff 3
2700save
2701479.86 673.86 0.800000 2n
2702470.53 673.86 0.800000 dblflat
2703487.44 673.86 0.800000 dot
27040.56 setlinewidth
2705476.74 673.26 moveto
2706476.74 657.06 lineto stroke
2707682.24 666.66 0.800000 4rest
2708689.09 669.06 0.800000 dot
2709restore
2710% S_STAFF
2711% staff 4
2712save
2713479.86 603.06 1.000000 4n
2714489.12 606.06 1.000000 dot
27150.70 setlinewidth
2716483.54 603.81 moveto
2717483.54 624.06 lineto stroke
2718574.99 603.06 1.000000 ll2rest
2719584.26 606.06 1.000000 dot
2720restore
2721% S_STAFF
2722% staff 5
2723save
2724479.86 548.13 1.000000 2n
2725489.34 551.13 1.000000 dot
27260.70 setlinewidth
2727473.41 548.13 moveto
2728486.31 548.13 lineto stroke
2729473.41 542.13 moveto
2730486.31 542.13 lineto stroke
2731483.76 548.88 moveto
2732483.76 569.13 lineto stroke
2733682.24 536.13 1.000000 4rest
2734690.54 539.13 1.000000 dot
2735479.86 512.13 1.000000 4n
2736476.18 511.38 moveto
2737476.18 495.63 lineto stroke
2738522.39 518.13 1.000000 4n
2739518.71 517.38 moveto
2740518.71 495.63 lineto stroke
2741549.56 512.13 1.000000 4n
2742545.88 511.38 moveto
2743545.88 495.63 lineto stroke
2744574.99 518.13 1.000000 4n
2745571.31 517.38 moveto
2746571.31 495.63 lineto stroke
2747591.72 512.13 1.000000 4n
2748588.03 511.38 moveto
2749588.03 495.63 lineto stroke
2750608.44 518.13 1.000000 4n
2751604.76 517.38 moveto
2752604.76 495.63 lineto stroke
2753625.17 512.13 1.000000 4n
2754621.48 511.38 moveto
2755621.48 495.63 lineto stroke
2756641.89 518.13 1.000000 4n
2757638.21 517.38 moveto
2758638.21 495.63 lineto stroke
2759658.78 512.13 1.000000 4n
2760655.09 511.38 moveto
2761655.09 495.63 lineto stroke
2762682.24 512.13 1.000000 4rest
2763690.54 515.13 1.000000 dot
2764newpath
2765475.83 497.13 moveto
2766546.23 497.13 lineto
2767546.23 494.13 lineto
2768475.83 494.13 lineto
2769closepath
2770fill
2771newpath
2772570.96 497.13 moveto
2773655.44 497.13 lineto
2774655.44 494.13 lineto
2775570.96 494.13 lineto
2776closepath
2777fill
2778newpath
2779570.96 502.13 moveto
2780588.38 502.13 lineto
2781588.38 499.13 lineto
2782570.96 499.13 lineto
2783closepath
2784fill
2785newpath
2786604.41 502.13 moveto
2787621.83 502.13 lineto
2788621.83 499.13 lineto
2789604.41 499.13 lineto
2790closepath
2791fill
2792newpath
2793637.86 502.13 moveto
2794655.44 502.13 lineto
2795655.44 499.13 lineto
2796637.86 499.13 lineto
2797closepath
2798fill
2799restore
2800% S_STAFF
2801% staff 6
2802save
2803479.86 418.01 1.000000 2n
2804489.34 421.01 1.000000 dot
28050.70 setlinewidth
2806473.41 418.01 moveto
2807486.31 418.01 lineto stroke
2808473.41 424.01 moveto
2809486.31 424.01 lineto stroke
2810483.76 418.76 moveto
2811483.76 440.51 lineto stroke
2812newpath
2813483.76 434.01 moveto
2814483.76 437.01 lineto
2815578.89 455.94 lineto
2816578.89 452.94 lineto
2817closepath
2818fill
2819newpath
2820483.76 439.01 moveto
2821483.76 442.01 lineto
2822578.89 460.94 lineto
2823578.89 457.94 lineto
2824closepath
2825fill
2826574.99 439.01 1.000000 2n
2827584.47 439.01 1.000000 dot
2828578.89 439.76 moveto
2829578.89 459.44 lineto stroke
2830682.24 442.01 1.000000 4rest
2831690.54 445.01 1.000000 dot
2832460.45 370.81 moveto
2833475.15 370.81 lineto stroke
2834474.82 370.81 moveto
2835479.86 377.80 lineto stroke
2836479.86 377.80 moveto
2837484.90 370.81 lineto stroke
2838484.57 370.81 moveto
2839639.62 370.81 lineto stroke
2840638.95 370.81 moveto
2841641.89 370.81 lineto stroke
2842641.89 377.80 moveto
2843641.89 370.81 lineto stroke
2844restore
2845% S_STAFF
2846% staff 7
2847save
2848479.86 342.00 1.000000 2n
2849489.34 342.00 1.000000 dot
2850479.86 330.00 1.000000 2n
2851489.34 330.00 1.000000 dot
2852479.86 321.00 1.000000 2n
2853489.34 324.00 1.000000 dot
2854479.86 315.00 1.000000 2n
2855489.34 318.00 1.000000 dot
28560.70 setlinewidth
2857475.96 341.25 moveto
2858475.96 289.20 lineto stroke
2859newpath
2860470.96 300.50 moveto
2861470.96 303.50 lineto
2862480.96 307.90 lineto
2863480.96 304.90 lineto
2864closepath
2865fill
2866newpath
2867470.96 295.50 moveto
2868470.96 298.50 lineto
2869480.96 302.90 lineto
2870480.96 299.90 lineto
2871closepath
2872fill
2873newpath
2874470.96 290.50 moveto
2875470.96 293.50 lineto
2876480.96 297.90 lineto
2877480.96 294.90 lineto
2878closepath
2879fill
2880682.24 327.00 1.000000 4rest
2881690.54 330.00 1.000000 dot
2882restore
2883% S_STAFF
2884% staff 8
2885save
2886476.51 267.53 483.21 278.47 whitebox
2887/Helvetica-Bold findfont
288812 scalefont
2889setfont
2890476.51 268.75 moveto
2891(3) show
2892476.51 257.33 483.21 267.85 whitebox
2893/Helvetica-Bold findfont
289412 scalefont
2895setfont
2896476.51 258.34 moveto
2897(1) show
2898476.51 246.71 483.21 257.65 whitebox
2899/Helvetica-Bold findfont
290012 scalefont
2901setfont
2902476.51 247.86 moveto
2903(0) show
2904476.51 236.51 483.21 247.03 whitebox
2905/Helvetica-Bold findfont
290612 scalefont
2907setfont
2908476.51 237.52 moveto
2909(1) show
2910newpath
2911474.86 227.27 moveto
2912474.86 230.27 lineto
2913484.86 234.67 lineto
2914484.86 231.67 lineto
2915closepath
2916fill
2917newpath
2918474.86 222.27 moveto
2919474.86 225.27 lineto
2920484.86 229.67 lineto
2921484.86 226.67 lineto
2922closepath
2923fill
2924newpath
2925474.86 217.27 moveto
2926474.86 220.27 lineto
2927484.86 224.67 lineto
2928484.86 221.67 lineto
2929closepath
2930fill
2931restore
2932% S_STAFF
2933% staff 9
2934save
2935479.86 175.95 1.000000 isostriangle
2936489.34 175.95 1.000000 dot
29370.70 setlinewidth
2938475.96 173.55 moveto
2939475.96 154.95 lineto stroke
2940682.24 166.95 1.000000 4rest
2941690.54 169.95 1.000000 dot
2942restore
2943% S_BAR
2944331 linenum
29450.70 setlinewidth
2946735.35 822.68 moveto
2947735.35 798.68 lineto stroke
2948738.35 822.68 moveto
2949738.35 798.68 lineto stroke
2950735.35 742.26 moveto
2951735.35 718.26 lineto stroke
2952738.35 742.26 moveto
2953738.35 718.26 lineto stroke
2954735.35 676.26 moveto
2955735.35 657.06 lineto stroke
2956738.35 676.26 moveto
2957738.35 657.06 lineto stroke
2958735.35 609.06 moveto
2959735.35 597.06 lineto stroke
2960738.35 609.06 moveto
2961738.35 597.06 lineto stroke
2962735.35 536.13 moveto
2963735.35 430.01 lineto stroke
2964738.35 536.13 moveto
2965738.35 430.01 lineto stroke
2966735.35 339.00 moveto
2967735.35 220.95 lineto stroke
2968738.35 339.00 moveto
2969738.35 220.95 lineto stroke
2970735.35 178.95 moveto
2971735.35 154.95 lineto stroke
2972738.35 178.95 moveto
2973738.35 154.95 lineto stroke
2974% S_FEED
2975336 linenum
2976% Printing header/footer
2977/Times-Roman findfont
297818 scalefont
2979setfont
2980251.47 939.19 moveto
2981(Sample Song to Show What Mup Can Do) show
2982/Palatino-Italic findfont
298312 scalefont
2984setfont
2985362.15 925.15 moveto
2986(This is a subtitle) show
2987/Times-Roman findfont
298812 scalefont
2989setfont
299065.45 912.33 moveto
2991(Text: Ann Onymous) show
2992/Times-Roman findfont
299312 scalefont
2994setfont
2995625.73 912.33 moveto
2996(Tune: Arthur Unknown) show
2997/Times-Roman findfont
299812 scalefont
2999setfont
300065.45 899.51 moveto
3001/Times-Roman findfont
300212 scalefont
3003setfont
3004706.88 899.51 moveto
3005(\(1995\)) show
3006/Times-Roman findfont
300712 scalefont
3008setfont
3009323.99 103.77 moveto
3010(This is a sample of a Mup footer) show
3011/Times-Roman findfont
301212 scalefont
3013setfont
3014400.57 90.96 moveto
3015( ) show
3016/Times-Roman findfont
301711 scalefont
3018setfont
301965.45 79.21 moveto
3020(Published by Arkkra Enterprises) show
3021/Times-Roman findfont
302211 scalefont
3023setfont
3024320.17 79.21 moveto
3025(P. O. Box 315 Warrenville, IL 60555) show
3026/Times-Roman findfont
302711 scalefont
3028setfont
3029636.34 79.21 moveto
3030(http://www.arkkra.com) show
3031showpage
3032restore
3033%%Page: 2 2
3034save
30351361190600 1361190394 sv
30360.770000 0.770000 scale
3037/Times-Roman findfont
303812 scalefont
3039setfont
3040364.28 930.22 moveto
3041(First movement) show
3042240.05 1338.43 1098.70 5 1.000000 1.000000 stf
3043/Helvetica-Oblique findfont
30449 scalefont
3045setfont
3046100.55 860.43 moveto
3047(3) show
3048240.05 1255.27 1098.70 5 1.000000 1.000000 stf
3049240.05 1191.67 1098.70 5 1.000000 0.800000 stf
3050240.05 1125.09 1098.70 1 1.000000 1.000000 stf
3051240.05 1052.07 1098.70 5 1.000000 1.000000 stf
3052/Helvetica-Oblique findfont
30539 scalefont
3054setfont
3055100.55 574.07 moveto
3056(3) show
3057240.05 979.83 1098.70 5 1.000000 1.000000 stf
3058240.05 895.55 1098.70 5 1.000000 1.000000 stf
3059/Helvetica-Oblique findfont
30609 scalefont
3061setfont
3062100.55 417.55 moveto
3063(3) show
3064240.05 791.31 1098.70 6 1.735000 1.000000 stf
3065240.05 711.29 1098.70 5 1.000000 1.000000 stf
3066/Times-Roman findfont
306712 scalefont
3068setfont
306972.08 788.82 moveto
3070(Ch) show
3071/Times-Roman findfont
307212 scalefont
3073setfont
307465.45 507.92 moveto
3075(Kbd) show
3076/Times-Roman findfont
307712 scalefont
3078setfont
307970.13 335.40 moveto
3080(Gtr) show
308194.05 849.43 736.27 bracket
308295.55 560.07 463.83 brace
308394.05 406.55 258.29 bracket
30840.70 setlinewidth
308596.05 846.43 moveto
308696.05 195.29 lineto stroke
3087316.27 429.55 moveto
3088316.27 440.55 lineto stroke
3089/Times-Roman findfont
309012 scalefont
3091setfont
3092319.27 430.55 moveto
3093(1.) show
3094316.27 440.55 moveto
3095419.86 440.55 lineto stroke
3096419.86 440.55 moveto
3097419.86 429.55 lineto stroke
3098316.27 578.09 moveto
3099316.27 589.09 lineto stroke
3100/Times-Roman findfont
310112 scalefont
3102setfont
3103319.27 579.09 moveto
3104(1.) show
3105316.27 589.09 moveto
3106419.86 589.09 lineto stroke
3107419.86 589.09 moveto
3108419.86 578.09 lineto stroke
3109316.27 899.98 moveto
3110316.27 910.98 lineto stroke
3111/Times-Roman findfont
311212 scalefont
3113setfont
3114319.27 900.98 moveto
3115(1.) show
3116316.27 910.98 moveto
3117419.86 910.98 lineto stroke
3118419.86 910.98 moveto
3119419.86 899.98 lineto stroke
3120423.86 429.55 moveto
3121423.86 440.55 lineto stroke
3122/Times-Roman findfont
312312 scalefont
3124setfont
3125426.86 430.55 moveto
3126(2.) show
3127423.86 440.55 moveto
3128579.34 440.55 lineto stroke
3129423.86 578.09 moveto
3130423.86 589.09 lineto stroke
3131/Times-Roman findfont
313212 scalefont
3133setfont
3134426.86 579.09 moveto
3135(2.) show
3136423.86 589.09 moveto
3137579.34 589.09 lineto stroke
3138423.86 899.98 moveto
3139423.86 910.98 lineto stroke
3140/Times-Roman findfont
314112 scalefont
3142setfont
3143426.86 900.98 moveto
3144(2.) show
3145423.86 910.98 moveto
3146579.34 910.98 lineto stroke
3147% S_CLEFSIG
3148107.84 828.43 1.000000 gclef
3149108.09 757.27 1.000000 fclef
3150104.47 697.27 0.800000 cclef
3151102.05 613.59 moveto
3152102.05 628.59 lineto stroke
3153104.15 613.59 moveto
3154104.15 628.59 lineto stroke
3155107.84 542.07 1.000000 gclef
3156108.09 481.83 1.000000 fclef
3157107.84 385.55 1.000000 gclef
3158107.84 201.29 1.000000 gclef
3159121.88 834.43 1.000000 flat
3160127.37 843.43 1.000000 flat
3161132.85 831.43 1.000000 flat
3162121.88 745.27 1.000000 flat
3163127.37 754.27 1.000000 flat
3164132.85 742.27 1.000000 flat
3165121.99 687.67 0.800000 sharp
3166127.45 697.27 0.800000 sharp
3167132.90 690.07 0.800000 sharp
3168121.88 548.07 1.000000 flat
3169127.37 557.07 1.000000 flat
3170132.85 545.07 1.000000 flat
3171121.88 469.83 1.000000 flat
3172127.37 478.83 1.000000 flat
3173132.85 466.83 1.000000 flat
3174121.88 391.55 1.000000 flat
3175127.37 400.55 1.000000 flat
3176132.85 388.55 1.000000 flat
3177121.88 207.29 1.000000 flat
3178127.37 216.29 1.000000 flat
3179132.85 204.29 1.000000 flat
3180% S_CHHEAD
3181% S_STAFF
3182% staff 1
3183save
3184165.79 816.43 1.000000 2n
3185175.27 819.43 1.000000 dot
3186159.34 816.43 moveto
3187172.24 816.43 lineto stroke
3188169.69 817.18 moveto
3189169.69 837.43 lineto stroke
3190267.32 828.43 1.000000 4n
3191276.59 831.43 1.000000 dot
3192271.01 829.18 moveto
3193271.01 849.43 lineto stroke
3194/Times-Roman findfont
319514 scalefont
3196setfont
3197155.67 887.89 moveto
3198(Cm) show
3199153.79 880.03 4.80 5 3 1 2 6 [ -2 1 3 3 2 1 ] grid
3200restore
3201% S_STAFF
3202% staff 2
3203save
3204165.79 754.27 1.000000 4n
3205175.06 754.27 1.000000 dot
32060.70 setlinewidth
3207162.11 753.52 moveto
3208162.11 733.27 lineto stroke
3209213.33 754.27 1.000000 4n
3210222.59 754.27 1.000000 dot
3211229.06 754.27 1.000000 dot
3212209.65 753.52 moveto
3213209.65 729.77 lineto stroke
3214242.03 757.27 1.000000 4n
3215238.35 756.52 moveto
3216238.35 733.85 lineto stroke
3217252.89 760.27 1.000000 4n
3218249.20 759.52 moveto
3219249.20 735.39 lineto stroke
3220267.32 748.27 1.000000 4n
3221276.59 748.27 1.000000 dot
3222271.01 749.02 moveto
3223271.01 769.27 lineto stroke
3224newpath
3225209.30 731.27 moveto
3226249.55 736.89 lineto
3227249.55 733.89 lineto
3228209.30 728.27 lineto
3229closepath
3230fill
3231newpath
3232238.00 740.35 moveto
3233229.94 739.21 lineto
3234229.94 736.21 lineto
3235238.00 737.35 lineto
3236closepath
3237fill
3238newpath
3239238.00 745.35 moveto
3240229.94 744.21 lineto
3241229.94 741.21 lineto
3242238.00 742.35 lineto
3243closepath
3244fill
3245198.10 722.27 moveto
3246278.32 726.27 lineto stroke
3247198.10 722.27 moveto
3248278.32 718.26 lineto stroke
3249restore
3250% S_STAFF
3251% staff 3
3252save
3253165.79 690.07 0.800000 2n
3254158.97 690.07 0.800000 nat
3255173.38 690.07 0.800000 dot
3256178.70 690.07 0.800000 dot
32570.56 setlinewidth
3258162.67 689.47 moveto
3259162.67 673.27 lineto stroke
3260289.31 690.07 0.800000 4n
3261286.37 689.47 moveto
3262286.37 673.27 lineto stroke
3263/Palatino-Roman findfont
326411 scalefont
3265setfont
3266282.58 701.96 moveto
3267289.31 701.96 0.916667 turn
3268296.04 701.96 moveto
3269173.15 703.79 moveto
3270267.32 703.79 0.800000 wavy
3271/Palatino-Roman findfont
327211 scalefont
3273setfont
3274158.43 698.99 moveto
3275165.79 698.99 0.916667 tr
3276173.15 698.99 moveto
3277restore
3278% S_STAFF
3279% staff 4
3280save
3281165.79 621.09 1.000000 2n
3282175.27 624.09 1.000000 dot
32830.70 setlinewidth
3284169.69 621.84 moveto
3285169.69 642.09 lineto stroke
3286newpath
3287164.69 628.39 moveto
3288164.69 631.39 lineto
3289174.69 635.79 lineto
3290174.69 632.79 lineto
3291closepath
3292fill
3293newpath
3294164.69 633.39 moveto
3295164.69 636.39 lineto
3296174.69 640.79 lineto
3297174.69 637.79 lineto
3298closepath
3299fill
3300267.32 621.09 1.000000 4n
3301276.59 624.09 1.000000 dot
3302/Palatino-Roman findfont
330314 scalefont
3304setfont
3305264.72 614.55 moveto
3306267.32 614.55 1.166667 dot
3307269.93 614.55 moveto
3308271.01 621.84 moveto
3309271.01 642.09 lineto stroke
3310restore
3311% S_STAFF
3312% staff 5
3313save
3314165.79 542.07 1.000000 4n
3315175.06 545.07 1.000000 dot
3316165.79 536.07 1.000000 4n
3317175.06 539.07 1.000000 dot
3318165.79 530.07 1.000000 4n
3319175.06 533.07 1.000000 dot
33200.70 setlinewidth
3321159.56 530.07 moveto
3322172.02 530.07 lineto stroke
3323169.47 530.82 moveto
3324169.47 563.07 lineto stroke
3325154.76 545.35 moveto
3326154.76 526.79 1.000000 wavy
3327154.76 548.35 moveto
3328150.76 540.35 lineto stroke
3329154.76 548.35 moveto
3330158.76 540.35 lineto stroke
3331213.33 542.07 1.000000 4n
3332222.59 545.07 1.000000 dot
3333213.33 536.07 1.000000 4n
3334222.59 539.07 1.000000 dot
3335213.33 530.07 1.000000 4n
3336222.59 533.07 1.000000 dot
3337207.10 530.07 moveto
3338219.56 530.07 lineto stroke
3339217.01 530.82 moveto
3340217.01 563.07 lineto stroke
3341202.30 545.35 moveto
3342202.30 526.79 1.000000 wavy
3343202.30 523.79 moveto
3344198.30 531.79 lineto stroke
3345202.30 523.79 moveto
3346206.30 531.79 lineto stroke
3347267.32 542.07 1.000000 4n
3348276.59 545.07 1.000000 dot
3349267.32 536.07 1.000000 4n
3350276.59 539.07 1.000000 dot
3351267.32 530.07 1.000000 4n
3352276.59 533.07 1.000000 dot
3353261.09 530.07 moveto
3354273.56 530.07 lineto stroke
3355271.01 530.82 moveto
3356271.01 563.07 lineto stroke
3357256.29 545.35 moveto
3358256.29 526.79 1.000000 wavy
3359/Times-BoldItalic findfont
336014 scalefont
3361setfont
3362265.01 512.04 moveto
3363(ff ) show
3364restore
3365% S_STAFF
3366% staff 6
3367save
3368164.02 478.83 0.583333 2n
3369175.27 478.83 1.000000 dot
3370165.79 472.83 1.000000 2n
3371175.27 472.83 1.000000 dot
33720.70 setlinewidth
3373161.89 478.34 moveto
3374161.89 451.83 lineto stroke
3375267.32 478.83 1.000000 4n
3376263.64 478.08 moveto
3377263.64 457.83 lineto stroke
3378266.67 457.83 1.000000 upflag
3379289.31 472.83 1.000000 4n
3380292.99 473.58 moveto
3381292.99 493.83 lineto stroke
3382269.32 483.93 moveto
3383269.33 484.16 lineto
3384272.99 485.22 276.63 485.20 280.27 484.11 curveto
3385283.91 483.01 286.97 481.02 289.43 478.12 curveto
3386289.19 477.73 lineto
3387286.48 480.14 283.39 481.87 279.92 482.92 curveto
3388276.44 483.96 272.91 484.22 269.32 483.69 curveto
3389fill
3390restore
3391% S_STAFF
3392% staff 7
3393save
3394165.79 409.55 1.000000 4n
3395157.34 409.55 1.000000 nat
3396175.06 412.55 1.000000 dot
33970.70 setlinewidth
3398159.56 409.55 moveto
3399172.02 409.55 lineto stroke
3400169.47 410.30 moveto
3401169.47 430.55 lineto stroke
3402213.33 412.55 1.000000 4n
3403222.59 412.55 1.000000 dot
3404207.10 409.55 moveto
3405219.56 409.55 lineto stroke
3406217.01 413.30 moveto
3407217.01 433.55 lineto stroke
3408267.32 412.55 1.000000 4n
3409258.87 412.55 1.000000 nat
3410261.09 409.55 moveto
3411273.56 409.55 lineto stroke
3412271.01 413.30 moveto
3413271.01 433.55 lineto stroke
3414274.03 433.55 1.000000 dnflag
3415289.31 409.55 1.000000 4n
3416283.08 409.55 moveto
3417295.54 409.55 lineto stroke
3418292.99 410.30 moveto
3419292.99 430.55 lineto stroke
3420165.79 385.55 1.000000 4n
3421175.06 382.55 1.000000 dot
3422162.11 384.80 moveto
3423162.11 364.55 lineto stroke
3424213.33 385.55 1.000000 4n
3425209.65 384.80 moveto
3426209.65 364.55 lineto stroke
3427252.89 385.55 1.000000 4n
3428249.20 384.80 moveto
3429249.20 364.55 lineto stroke
3430252.23 364.55 1.000000 upflag
3431267.32 385.55 1.000000 4n
3432276.59 382.55 1.000000 dot
3433263.64 384.80 moveto
3434263.64 364.55 lineto stroke
3435273.36 417.65 moveto
3436281.86 418.94 lineto stroke
3437281.86 418.94 moveto
3438289.31 414.65 lineto stroke
3439227.59 417.65 moveto
3440247.46 425.75 lineto stroke
3441247.46 425.75 moveto
3442267.32 417.65 lineto stroke
3443180.06 414.65 moveto
3444195.97 424.22 lineto stroke
3445195.97 424.22 moveto
3446213.33 417.65 lineto stroke
3447restore
3448% S_STAFF
3449% staff 8
3450save
3451162.44 307.87 169.14 318.81 whitebox
3452/Helvetica-Bold findfont
345312 scalefont
3454setfont
3455162.44 309.09 moveto
3456(5) show
3457/Helvetica findfont
345812 scalefont
3459setfont
3460204.98 331.11 moveto
3461(1/2) show
34620.70 setlinewidth
3463171.64 314.34 moveto
3464173.72 314.22 175.81 314.22 177.89 314.34 curveto
3465185.58 314.76 193.26 315.32 200.82 316.86 curveto
3466202.25 317.15 203.69 317.42 204.99 318.12 curveto
3467208.24 319.87 211.64 321.45 213.33 325.06 curveto
3468213.63 325.69 213.63 326.32 213.33 326.95 curveto
3469stroke
3470213.33 324.53 1.000000 uwedge
3471/Helvetica findfont
347212 scalefont
3473setfont
3474259.66 346.72 moveto
3475(full) show
3476213.33 327.95 moveto
3477216.03 327.82 218.73 327.82 221.43 327.95 curveto
3478231.38 328.44 241.31 329.08 251.13 330.88 curveto
3479252.97 331.21 254.82 331.51 256.53 332.34 curveto
3480260.63 334.33 265.07 335.89 267.32 340.38 curveto
3481267.69 341.11 267.69 341.84 267.32 342.57 curveto
3482stroke
3483267.32 340.15 1.000000 uwedge
3484267.32 343.57 moveto
3485268.42 343.80 269.52 343.80 270.62 343.57 curveto
3486275.03 342.64 279.11 340.95 282.72 338.21 curveto
3487283.66 337.49 284.36 336.57 284.92 335.53 curveto
3488287.37 330.91 288.56 325.91 289.31 320.78 curveto
3489289.51 319.44 289.51 318.10 289.31 316.76 curveto
3490stroke
3491289.31 314.34 1.000000 wedge
3492162.44 287.05 169.14 297.99 whitebox
3493/Helvetica-Bold findfont
349412 scalefont
3495setfont
3496162.44 288.20 moveto
3497(0) show
3498209.98 287.05 216.68 297.99 whitebox
3499/Helvetica-Bold findfont
350012 scalefont
3501setfont
3502209.98 288.20 moveto
3503(0) show
3504249.54 287.05 256.23 297.99 whitebox
3505/Helvetica-Bold findfont
350612 scalefont
3507setfont
3508249.54 288.20 moveto
3509(0) show
3510263.98 287.05 270.67 297.99 whitebox
3511/Helvetica-Bold findfont
351212 scalefont
3513setfont
3514263.98 288.20 moveto
3515(0) show
3516restore
3517% S_STAFF
3518% staff 9
3519save
3520165.79 210.29 1.000000 fillrectangle
35210.70 setlinewidth
3522161.89 210.29 moveto
3523161.89 191.55 lineto stroke
3524180.19 207.29 1.000000 4n
3525176.51 206.54 moveto
3526176.51 188.89 lineto stroke
3527198.10 204.29 1.000000 ufillrighttriangle
3528189.43 204.29 1.000000 nat
3529194.20 204.29 moveto
3530194.20 185.57 lineto stroke
3531213.33 201.29 1.000000 filldiamond
3532217.23 201.29 moveto
3533217.23 216.99 lineto stroke
3534227.77 189.29 1.000000 fillrectangle
3535221.32 189.29 moveto
3536234.22 189.29 lineto stroke
3537231.67 189.29 moveto
3538231.67 214.26 lineto stroke
3539252.89 192.29 1.000000 fillpiewedge
3540256.78 192.59 moveto
3541256.78 209.52 lineto stroke
3542267.32 195.29 1.000000 fillisostriangle
3543276.80 198.29 1.000000 dot
3544271.22 192.89 moveto
3545271.22 216.29 lineto stroke
3546newpath
3547161.54 193.05 moveto
3548194.55 187.07 lineto
3549194.55 184.07 lineto
3550161.54 190.05 lineto
3551closepath
3552fill
3553newpath
3554216.88 218.49 moveto
3555257.13 211.02 lineto
3556257.13 208.02 lineto
3557216.88 215.49 lineto
3558closepath
3559fill
3560restore
3561% S_LINE
3562345 linenum
3563gsave
3564179.04 816.43 translate
35659.1 rotate
3566/Palatino-Italic findfont
356711 scalefont
3568setfont
356926.65 6.89 moveto
3570(gliss.) show
3571grestore
3572179.04 816.43 moveto
3573254.29 828.43 1.000000 wavy
3574% S_CURVE
3575480 linenum
3576441.19 484.83 moveto
3577441.10 484.94 lineto
3578461.94 513.57 488.54 535.07 520.90 549.43 curveto
3579547.42 561.20 574.40 569.92 603.93 562.46 curveto
3580641.95 552.86 670.65 531.02 690.05 496.95 curveto
3581689.87 496.71 lineto
3582670.10 530.27 641.31 551.71 603.49 561.03 curveto
3583574.36 568.21 547.73 559.54 521.55 548.08 curveto
3584489.27 533.95 462.52 512.83 441.29 484.71 curveto
3585fill
3586% S_BAR
3587388 linenum
35880.70 setlinewidth
3589314.27 846.43 moveto
3590314.27 822.43 lineto stroke
3591314.27 763.27 moveto
3592314.27 739.27 lineto stroke
3593314.27 697.27 moveto
3594314.27 678.07 lineto stroke
3595314.27 627.09 moveto
3596314.27 615.09 lineto stroke
3597314.27 560.07 moveto
3598314.27 463.83 lineto stroke
3599314.27 403.55 moveto
3600314.27 261.29 lineto stroke
3601314.27 219.29 moveto
3602314.27 195.29 lineto stroke
3603% S_CHHEAD
3604% S_STAFF
3605% staff 1
3606save
36071.50 setlinewidth
3608331.38 828.43 moveto
3609331.38 840.43 lineto stroke
3610400.24 828.43 moveto
3611400.24 840.43 lineto stroke
36123.00 setlinewidth
3613331.38 834.43 moveto
3614400.24 834.43 lineto stroke
3615/NewCenturySchlbk-Bold findfont
361616 scalefont
3617setfont
3618361.20 849.43 moveto
3619(2) show
3620restore
3621% S_STAFF
3622% staff 2
3623save
36241.50 setlinewidth
3625331.38 745.27 moveto
3626331.38 757.27 lineto stroke
3627400.24 745.27 moveto
3628400.24 757.27 lineto stroke
36293.00 setlinewidth
3630331.38 751.27 moveto
3631400.24 751.27 lineto stroke
3632/NewCenturySchlbk-Bold findfont
363316 scalefont
3634setfont
3635361.20 766.27 moveto
3636(2) show
3637restore
3638% S_STAFF
3639% staff 3
3640save
36411.20 setlinewidth
3642335.22 682.87 moveto
3643335.22 692.47 lineto stroke
3644396.40 682.87 moveto
3645396.40 692.47 lineto stroke
36462.40 setlinewidth
3647335.22 687.67 moveto
3648396.40 687.67 lineto stroke
3649/NewCenturySchlbk-Bold findfont
365013 scalefont
3651setfont
3652362.07 699.67 moveto
3653(2) show
3654restore
3655% S_STAFF
3656% staff 4
3657save
36581.50 setlinewidth
3659331.38 615.09 moveto
3660331.38 627.09 lineto stroke
3661400.24 615.09 moveto
3662400.24 627.09 lineto stroke
36633.00 setlinewidth
3664331.38 621.09 moveto
3665400.24 621.09 lineto stroke
3666/NewCenturySchlbk-Bold findfont
366716 scalefont
3668setfont
3669361.20 627.09 moveto
3670(2) show
3671restore
3672% S_STAFF
3673% staff 5
3674save
36751.50 setlinewidth
3676331.38 542.07 moveto
3677331.38 554.07 lineto stroke
3678400.24 542.07 moveto
3679400.24 554.07 lineto stroke
36803.00 setlinewidth
3681331.38 548.07 moveto
3682400.24 548.07 lineto stroke
3683/NewCenturySchlbk-Bold findfont
368416 scalefont
3685setfont
3686361.20 563.07 moveto
3687(2) show
3688restore
3689% S_STAFF
3690% staff 6
3691save
36921.50 setlinewidth
3693331.38 469.83 moveto
3694331.38 481.83 lineto stroke
3695400.24 469.83 moveto
3696400.24 481.83 lineto stroke
36973.00 setlinewidth
3698331.38 475.83 moveto
3699400.24 475.83 lineto stroke
3700/NewCenturySchlbk-Bold findfont
370116 scalefont
3702setfont
3703361.20 490.83 moveto
3704(2) show
3705restore
3706% S_STAFF
3707% staff 7
3708save
37091.50 setlinewidth
3710331.38 385.55 moveto
3711331.38 397.55 lineto stroke
3712400.24 385.55 moveto
3713400.24 397.55 lineto stroke
37143.00 setlinewidth
3715331.38 391.55 moveto
3716400.24 391.55 lineto stroke
3717/NewCenturySchlbk-Bold findfont
371816 scalefont
3719setfont
3720361.20 406.55 moveto
3721(2) show
3722restore
3723% S_STAFF
3724% staff 8
3725save
3726restore
3727% S_STAFF
3728% staff 9
3729save
37301.50 setlinewidth
3731331.38 201.29 moveto
3732331.38 213.29 lineto stroke
3733400.24 201.29 moveto
3734400.24 213.29 lineto stroke
37353.00 setlinewidth
3736331.38 207.29 moveto
3737400.24 207.29 lineto stroke
3738/NewCenturySchlbk-Bold findfont
373916 scalefont
3740setfont
3741361.20 222.29 moveto
3742(2) show
3743restore
3744% S_BAR
3745394 linenum
3746417.86 837.43 1.000000 dot
3747417.86 831.43 1.000000 dot
37480.70 setlinewidth
3749421.86 846.43 moveto
3750421.86 822.43 lineto stroke
37513.00 setlinewidth
3752425.86 846.43 moveto
3753425.86 822.43 lineto stroke
37540.70 setlinewidth
3755417.86 754.27 1.000000 dot
3756417.86 748.27 1.000000 dot
3757421.86 763.27 moveto
3758421.86 739.27 lineto stroke
37593.00 setlinewidth
3760425.86 763.27 moveto
3761425.86 739.27 lineto stroke
37620.70 setlinewidth
3763417.86 690.07 0.800000 dot
3764417.86 685.27 0.800000 dot
3765421.86 697.27 moveto
3766421.86 678.07 lineto stroke
37673.00 setlinewidth
3768425.86 697.27 moveto
3769425.86 678.07 lineto stroke
37700.70 setlinewidth
3771417.86 624.09 1.000000 dot
3772417.86 618.09 1.000000 dot
3773421.86 627.09 moveto
3774421.86 615.09 lineto stroke
37753.00 setlinewidth
3776425.86 627.09 moveto
3777425.86 615.09 lineto stroke
37780.70 setlinewidth
3779417.86 551.07 1.000000 dot
3780417.86 545.07 1.000000 dot
3781417.86 478.83 1.000000 dot
3782417.86 472.83 1.000000 dot
3783421.86 560.07 moveto
3784421.86 463.83 lineto stroke
37853.00 setlinewidth
3786425.86 560.07 moveto
3787425.86 463.83 lineto stroke
37880.70 setlinewidth
3789417.86 394.55 1.000000 dot
3790417.86 388.55 1.000000 dot
3791417.86 297.72 1.000000 dot
3792417.86 276.90 1.000000 dot
3793421.86 403.55 moveto
3794421.86 261.29 lineto stroke
37953.00 setlinewidth
3796425.86 403.55 moveto
3797425.86 261.29 lineto stroke
37980.70 setlinewidth
3799417.86 210.29 1.000000 dot
3800417.86 204.29 1.000000 dot
3801421.86 219.29 moveto
3802421.86 195.29 lineto stroke
38033.00 setlinewidth
3804425.86 219.29 moveto
3805425.86 195.29 lineto stroke
38060.70 setlinewidth
3807% S_SSV
3808398 linenum
3809% S_CHHEAD
3810% S_STAFF
3811% staff 1
3812save
3813423 linenum
3814/Helvetica-Oblique findfont
381514 scalefont
3816setfont
3817466.96 787.40 moveto
3818(-) show
3819/Helvetica-Oblique findfont
382011 scalefont
3821setfont
3822435.17 787.40 moveto
3823/Helvetica-Oblique findfont
382414 scalefont
3825setfont
3826(Ma) show
3827/Helvetica-Oblique findfont
382814 scalefont
3829setfont
3830511.97 787.40 moveto
3831(-) show
3832/Helvetica-Oblique findfont
383314 scalefont
3834setfont
3835482.26 787.40 moveto
3836/Ext-Helvetica-Oblique findfont
383714 scalefont
3838setfont
3839(f) show
3840/Helvetica-Oblique findfont
384114 scalefont
3842setfont
3843(a) show
3844/Helvetica-Oblique findfont
384514 scalefont
3846setfont
3847529.04 787.40 moveto
3848(na) show
3849441.19 822.43 1.000000 4n
3850450.46 825.43 1.000000 dot
3851441.19 816.43 1.000000 4n
3852450.46 819.43 1.000000 dot
3853434.96 816.43 moveto
3854447.43 816.43 lineto stroke
3855444.88 817.18 moveto
3856444.88 843.43 lineto stroke
3857487.32 828.43 1.000000 4n
3858496.59 831.43 1.000000 dot
3859487.32 822.43 1.000000 4n
3860496.59 825.43 1.000000 dot
3861491.01 823.18 moveto
3862491.01 849.43 lineto stroke
3863532.95 822.43 1.000000 4n
3864542.21 825.43 1.000000 dot
3865532.95 816.43 1.000000 4n
3866542.21 819.43 1.000000 dot
3867526.72 816.43 moveto
3868539.18 816.43 lineto stroke
3869536.63 817.18 moveto
3870536.63 843.43 lineto stroke
3871441.94 810.16 moveto
3872441.95 810.31 lineto
3873483.13 806.43 524.40 804.99 565.75 805.99 curveto
3874607.10 806.99 648.25 810.43 689.19 816.31 curveto
3875689.22 816.01 lineto
3876648.34 809.33 607.20 805.50 565.79 804.49 curveto
3877524.38 803.49 483.09 805.33 441.94 810.01 curveto
3878fill
3879/Times-Roman findfont
388014 scalefont
3881setfont
3882431.07 887.89 moveto
3883(Cm) show
3884429.19 880.03 4.80 5 3 1 2 6 [ -2 1 3 3 2 1 ] grid
3885restore
3886% S_STAFF
3887% staff 2
3888save
3889441.19 760.27 1.000000 4n
3890450.46 760.27 1.000000 dot
3891441.19 748.27 1.000000 4n
3892450.46 748.27 1.000000 dot
38930.70 setlinewidth
3894437.51 759.52 moveto
3895437.51 727.27 lineto stroke
3896487.32 754.27 1.000000 4n
3897496.59 754.27 1.000000 dot
3898487.32 748.27 1.000000 4n
3899496.59 748.27 1.000000 dot
3900483.64 753.52 moveto
3901483.64 727.27 lineto stroke
3902532.95 760.27 1.000000 4n
3903542.21 760.27 1.000000 dot
3904532.95 748.27 1.000000 4n
3905542.21 748.27 1.000000 dot
3906529.27 759.52 moveto
3907529.27 727.27 lineto stroke
3908441.94 766.54 moveto
3909441.94 766.69 lineto
3910483.09 771.38 524.38 773.21 565.79 772.21 curveto
3911607.20 771.20 648.34 767.37 689.22 760.69 curveto
3912689.19 760.39 lineto
3913648.25 766.27 607.10 769.71 565.75 770.71 curveto
3914524.40 771.71 483.13 770.27 441.95 766.39 curveto
3915fill
3916restore
3917% S_STAFF
3918% staff 3
3919save
3920441.19 699.67 0.800000 4n
3921433.86 699.67 0.800000 sharp
3922448.61 699.67 0.800000 dot
39230.56 setlinewidth
3924438.25 699.07 moveto
3925438.25 682.87 lineto stroke
3926487.32 702.07 0.800000 4n
3927494.74 704.47 0.800000 dot
3928482.34 702.07 moveto
3929492.31 702.07 lineto stroke
3930484.38 701.47 moveto
3931484.38 685.27 lineto stroke
3932532.95 699.67 0.800000 4n
3933/Times-Roman findfont
393410 scalefont
3935setfont
3936515.68 697.15 moveto
3937(\() show
3938522.58 699.67 0.800000 sharp
3939/Times-Roman findfont
394010 scalefont
3941setfont
3942526.18 697.15 moveto
3943(\)) show
3944540.36 699.67 0.800000 dot
3945530.00 699.07 moveto
3946530.00 682.87 lineto stroke
3947restore
3948% S_STAFF
3949% staff 4
3950save
3951441.19 624.09 1.000000 xnote
3952450.67 624.09 1.000000 dot
39530.70 setlinewidth
3954445.09 627.09 moveto
3955445.09 645.09 lineto stroke
3956487.32 624.09 1.000000 xnote
3957496.80 624.09 1.000000 dot
3958491.22 627.09 moveto
3959491.22 645.09 lineto stroke
3960532.95 624.09 1.000000 xnote
3961536.85 627.09 moveto
3962536.85 643.59 lineto stroke
3963548.18 624.09 1.000000 xnote
3964552.07 627.09 moveto
3965552.07 643.59 lineto stroke
3966564.28 624.09 1.000000 xnote
3967568.18 627.09 moveto
3968568.18 643.59 lineto stroke
3969newpath
3970536.50 645.09 moveto
3971568.53 645.09 lineto
3972568.53 642.09 lineto
3973536.50 642.09 lineto
3974closepath
3975fill
3976441.19 618.09 1.000000 4n
3977450.67 618.09 1.000000 dot
3978437.51 617.34 moveto
3979437.51 597.09 lineto stroke
3980487.32 618.09 1.000000 4n
3981496.80 618.09 1.000000 dot
3982483.64 617.34 moveto
3983483.64 597.09 lineto stroke
3984532.95 618.09 1.000000 4n
3985542.43 618.09 1.000000 dot
3986529.27 617.34 moveto
3987529.27 597.09 lineto stroke
3988restore
3989% S_STAFF
3990% staff 5
3991save
3992532.95 530.07 1.000000 4n
39930.70 setlinewidth
3994526.72 530.07 moveto
3995539.18 530.07 lineto stroke
3996529.27 529.32 moveto
3997529.27 508.67 lineto stroke
3998548.18 536.07 1.000000 4n
3999544.49 535.32 moveto
4000544.49 514.67 lineto stroke
4001564.28 542.07 1.000000 4n
4002560.60 541.32 moveto
4003560.60 521.02 lineto stroke
4004newpath
4005444.53 477.21 moveto
4006560.95 522.52 lineto
4007560.95 519.52 lineto
4008444.53 474.21 lineto
4009closepath
4010fill
4011restore
4012% S_STAFF
4013% staff 6
4014save
4015441.19 451.83 1.000000 4n
40160.70 setlinewidth
4017434.96 451.83 moveto
4018447.43 451.83 lineto stroke
4019434.96 457.83 moveto
4020447.43 457.83 lineto stroke
4021444.88 452.58 moveto
4022444.88 475.71 lineto stroke
4023456.81 457.83 1.000000 4n
4024450.58 457.83 moveto
4025463.04 457.83 lineto stroke
4026460.49 458.58 moveto
4027460.49 481.86 lineto stroke
4028471.69 463.83 1.000000 4n
4029475.37 464.58 moveto
4030475.37 487.72 lineto stroke
4031487.32 472.83 1.000000 4n
4032491.01 473.58 moveto
4033491.01 493.88 lineto stroke
4034502.57 478.83 1.000000 4n
4035506.25 479.58 moveto
4036506.25 499.88 lineto stroke
4037517.88 484.83 1.000000 4n
4038521.56 485.58 moveto
4039521.56 505.92 lineto stroke
4040restore
4041% S_STAFF
4042% staff 7
4043save
4044441.19 406.55 1.000000 2n
4045450.67 406.55 1.000000 dot
4046441.19 400.55 1.000000 2n
4047450.67 400.55 1.000000 dot
4048441.19 394.55 1.000000 2n
4049450.67 394.55 1.000000 dot
4050441.19 385.55 1.000000 2n
4051450.67 388.55 1.000000 dot
4052441.19 373.55 1.000000 2n
4053450.67 376.55 1.000000 dot
40540.70 setlinewidth
4055434.75 373.55 moveto
4056447.64 373.55 lineto stroke
4057445.09 374.30 moveto
4058445.09 427.55 lineto stroke
4059532.95 406.55 1.000000 4n
4060542.21 406.55 1.000000 dot
4061532.95 400.55 1.000000 4n
4062542.21 400.55 1.000000 dot
4063532.95 394.55 1.000000 4n
4064542.21 394.55 1.000000 dot
4065532.95 385.55 1.000000 4n
4066542.21 388.55 1.000000 dot
4067532.95 373.55 1.000000 4n
4068542.21 376.55 1.000000 dot
4069526.72 373.55 moveto
4070539.18 373.55 lineto stroke
4071536.63 374.30 moveto
4072536.63 427.55 lineto stroke
4073534.95 368.45 moveto
4074534.97 368.60 lineto
4075543.73 366.33 552.62 365.19 561.67 365.19 curveto
4076570.71 365.19 579.61 366.33 588.37 368.60 curveto
4077588.41 368.30 lineto
4078579.76 365.23 570.85 363.69 561.67 363.69 curveto
4079552.49 363.69 543.58 365.23 534.93 368.30 curveto
4080fill
4081547.21 385.55 moveto
4082547.24 385.73 lineto
4083553.16 384.21 559.17 383.45 565.28 383.45 curveto
4084571.40 383.45 577.41 384.21 583.33 385.73 curveto
4085583.38 385.37 lineto
4086577.53 383.27 571.50 382.22 565.28 382.22 curveto
4087559.07 382.22 553.04 383.27 547.19 385.37 curveto
4088fill
4089547.21 394.55 moveto
4090547.24 394.73 lineto
4091553.16 393.21 559.17 392.45 565.28 392.45 curveto
4092571.40 392.45 577.41 393.21 583.33 394.73 curveto
4093583.38 394.37 lineto
4094577.53 392.27 571.50 391.22 565.28 391.22 curveto
4095559.07 391.22 553.04 392.27 547.19 394.37 curveto
4096fill
4097547.21 400.55 moveto
4098547.24 400.73 lineto
4099553.16 399.21 559.17 398.45 565.28 398.45 curveto
4100571.40 398.45 577.41 399.21 583.33 400.73 curveto
4101583.38 400.37 lineto
4102577.53 398.27 571.50 397.22 565.28 397.22 curveto
4103559.07 397.22 553.04 398.27 547.19 400.37 curveto
4104fill
4105547.21 411.65 moveto
4106547.19 411.81 lineto
4107554.17 414.33 561.38 415.58 568.80 415.58 curveto
4108576.22 415.58 583.43 414.33 590.41 411.81 curveto
4109590.36 411.49 lineto
4110583.29 413.29 576.10 414.19 568.80 414.19 curveto
4111561.50 414.19 554.31 413.29 547.24 411.49 curveto
4112fill
4113restore
4114% S_STAFF
4115% staff 8
4116save
4117437.85 307.87 444.54 318.81 whitebox
4118/Helvetica-Bold findfont
411912 scalefont
4120setfont
4121437.85 309.09 moveto
4122(3) show
4123437.85 297.67 444.54 308.19 whitebox
4124/Helvetica-Bold findfont
412512 scalefont
4126setfont
4127437.85 298.68 moveto
4128(4) show
4129437.85 287.05 444.54 297.99 whitebox
4130/Helvetica-Bold findfont
413112 scalefont
4132setfont
4133437.85 288.27 moveto
4134(5) show
4135437.85 276.64 444.54 287.58 whitebox
4136/Helvetica-Bold findfont
413712 scalefont
4138setfont
4139437.85 277.86 moveto
4140(5) show
4141437.85 266.23 444.54 277.17 whitebox
4142/Helvetica-Bold findfont
414312 scalefont
4144setfont
4145437.85 267.45 moveto
4146(3) show
4147529.60 307.87 536.30 318.81 whitebox
4148/Helvetica-Bold findfont
414912 scalefont
4150setfont
4151529.60 309.09 moveto
4152(3) show
4153529.60 297.67 536.30 308.19 whitebox
4154/Helvetica-Bold findfont
415512 scalefont
4156setfont
4157529.60 298.68 moveto
4158(4) show
4159529.60 287.05 536.30 297.99 whitebox
4160/Helvetica-Bold findfont
416112 scalefont
4162setfont
4163529.60 288.27 moveto
4164(5) show
4165529.60 276.64 536.30 287.58 whitebox
4166/Helvetica-Bold findfont
416712 scalefont
4168setfont
4169529.60 277.86 moveto
4170(5) show
4171529.60 266.23 536.30 277.17 whitebox
4172/Helvetica-Bold findfont
417312 scalefont
4174setfont
4175529.60 267.45 moveto
4176(3) show
4177restore
4178% S_STAFF
4179% staff 9
4180save
4181441.19 201.29 1.000000 filldiamond
41820.70 setlinewidth
4183445.09 201.29 moveto
4184445.09 219.99 lineto stroke
4185456.81 195.29 1.000000 fillisostriangle
4186460.71 192.89 moveto
4187460.71 216.90 lineto stroke
4188471.69 195.29 1.000000 fillisostriangle
4189475.59 192.89 moveto
4190475.59 213.95 lineto stroke
4191487.32 207.29 1.000000 fillslashhead
4192498.89 210.29 1.000000 dot
4193481.34 201.89 moveto
4194481.34 186.29 lineto stroke
4195532.95 207.29 1.000000 fillslashhead
4196544.52 210.29 1.000000 dot
4197526.96 201.89 moveto
4198526.96 186.29 lineto stroke
4199newpath
4200444.74 221.49 moveto
4201475.94 215.45 lineto
4202475.94 212.45 lineto
4203444.74 218.49 lineto
4204closepath
4205fill
4206restore
4207% S_BAR
4208454 linenum
42090.70 setlinewidth
4210581.34 846.43 moveto
4211581.34 822.43 lineto stroke
4212581.34 763.27 moveto
4213581.34 739.27 lineto stroke
4214581.34 697.27 moveto
4215581.34 678.07 lineto stroke
4216581.34 627.09 moveto
4217581.34 615.09 lineto stroke
4218581.34 560.07 moveto
4219581.34 463.83 lineto stroke
4220581.34 403.55 moveto
4221581.34 261.29 lineto stroke
4222581.34 219.29 moveto
4223581.34 195.29 lineto stroke
4224% S_CHHEAD
4225% S_STAFF
4226% staff 1
4227save
4228459 linenum
4229/Helvetica-Oblique findfont
423014 scalefont
4231setfont
4232585.52 787.40 moveto
4233(am) show
4234/Helvetica-Oblique findfont
423514 scalefont
4236setfont
4237670.61 787.40 moveto
4238(-) show
4239/Helvetica-Oblique findfont
424014 scalefont
4241setfont
4242626.45 787.40 moveto
4243(gr) show
4244/Ext-Helvetica-Oblique findfont
424514 scalefont
4246setfont
4247(lF) show
4248/Helvetica-Oblique findfont
424914 scalefont
4250setfont
4251(t) show
4252/Helvetica-Oblique findfont
425314 scalefont
4254setfont
4255685.09 787.40 moveto
4256(en,) show
4257590.39 822.43 1.000000 4n
4258599.65 825.43 1.000000 dot
4259590.39 816.43 1.000000 4n
4260599.65 819.43 1.000000 dot
4261584.16 816.43 moveto
4262596.62 816.43 lineto stroke
4263594.07 817.18 moveto
4264594.07 843.43 lineto stroke
4265635.77 828.43 1.000000 4n
4266645.04 831.43 1.000000 dot
4267635.77 822.43 1.000000 4n
4268645.04 825.43 1.000000 dot
4269639.46 823.18 moveto
4270639.46 849.43 lineto stroke
4271689.96 828.43 1.000000 4n
4272699.22 831.43 1.000000 dot
4273689.96 822.43 1.000000 4n
4274699.22 825.43 1.000000 dot
4275693.64 823.18 moveto
4276693.64 849.43 lineto stroke
4277/Palatino-Italic findfont
427814 scalefont
4279setfont
4280newpath
4281583.35 858.43 moveto
4282583.35 891.02 lineto
4283693.94 891.02 lineto
4284693.94 858.43 lineto
4285closepath
4286stroke
4287585.35 879.09 moveto
4288(A special note, on) show
4289585.35 862.71 moveto
4290(two lines, in a box.) show
4291restore
4292% S_STAFF
4293% staff 2
4294save
4295590.39 760.27 1.000000 4n
4296599.65 760.27 1.000000 dot
4297590.39 748.27 1.000000 4n
4298599.65 748.27 1.000000 dot
42990.70 setlinewidth
4300586.71 759.52 moveto
4301586.71 727.27 lineto stroke
4302635.77 754.27 1.000000 4n
4303645.04 754.27 1.000000 dot
4304635.77 748.27 1.000000 4n
4305645.04 748.27 1.000000 dot
4306632.09 753.52 moveto
4307632.09 727.27 lineto stroke
4308689.96 754.27 1.000000 4n
4309699.22 754.27 1.000000 dot
4310689.96 748.27 1.000000 4n
4311699.22 748.27 1.000000 dot
4312686.28 753.52 moveto
4313686.28 727.27 lineto stroke
4314restore
4315% S_STAFF
4316% staff 3
4317save
4318659.85 687.67 0.800000 measrpt
4319/Times-Roman findfont
43209 scalefont
4321setfont
4322657.61 699.67 moveto
4323(2) show
4324restore
4325% S_STAFF
4326% staff 4
4327save
4328590.39 624.09 1.000000 xnote
4329599.87 624.09 1.000000 dot
43300.70 setlinewidth
4331594.29 627.09 moveto
4332594.29 645.09 lineto stroke
4333635.77 624.09 1.000000 xnote
4334645.25 624.09 1.000000 dot
4335639.67 627.09 moveto
4336639.67 645.09 lineto stroke
4337689.96 624.09 1.000000 xnote
4338693.86 627.09 moveto
4339693.86 643.59 lineto stroke
4340705.19 624.09 1.000000 xnote
4341709.08 627.09 moveto
4342709.08 643.59 lineto stroke
4343721.29 624.09 1.000000 xnote
4344725.19 627.09 moveto
4345725.19 643.59 lineto stroke
4346newpath
4347693.51 645.09 moveto
4348725.54 645.09 lineto
4349725.54 642.09 lineto
4350693.51 642.09 lineto
4351closepath
4352fill
4353590.39 618.09 1.000000 2n
4354599.87 618.09 1.000000 dot
4355586.49 617.34 moveto
4356586.49 597.09 lineto stroke
4357689.96 618.09 1.000000 4n
4358699.44 618.09 1.000000 dot
4359686.28 617.34 moveto
4360686.28 597.09 lineto stroke
4361/Palatino-Italic findfont
436214 scalefont
4363setfont
4364gsave
4365newpath
43661.941964 1.000000 scale
4367308.62 656.08 9.99 0 360 arc
43680.514943 1.000000 scale
43692.018418 1.000000 scale
4370296.93 656.08 9.49 0 360 arc
4371eofill
4372grestore
4373584.93 651.62 moveto
4374(mute) show
4375restore
4376% S_STAFF
4377% staff 5
4378save
4379restore
4380% S_STAFF
4381% staff 6
4382save
4383590.39 551.07 1.000000 4n
4384590.39 536.07 1.000000 4n
43850.70 setlinewidth
4386586.71 550.32 moveto
4387586.71 477.33 lineto stroke
4388606.18 542.07 1.000000 4n
4389606.18 493.83 1.000000 4n
4390599.95 493.83 moveto
4391612.41 493.83 lineto stroke
4392602.50 541.32 moveto
4393602.50 473.49 lineto stroke
4394621.41 536.07 1.000000 4n
4395621.41 484.83 1.000000 4n
4396617.73 535.32 moveto
4397617.73 469.79 lineto stroke
4398635.77 493.83 1.000000 4n
4399629.54 493.83 moveto
4400642.01 493.83 lineto stroke
4401635.77 478.83 1.000000 4n
4402632.09 493.08 moveto
4403632.09 462.33 lineto stroke
4404659.57 484.83 1.000000 4n
4405655.89 484.08 moveto
4406655.89 462.33 lineto stroke
4407674.80 478.83 1.000000 4n
4408671.12 478.08 moveto
4409671.12 462.33 lineto stroke
4410689.96 472.83 1.000000 4n
4411699.22 472.83 1.000000 dot
4412693.64 473.58 moveto
4413693.64 493.83 lineto stroke
4414newpath
4415586.36 478.83 moveto
4416618.08 471.29 lineto
4417618.08 468.29 lineto
4418586.36 475.83 lineto
4419closepath
4420fill
4421newpath
4422631.74 463.83 moveto
4423671.47 463.83 lineto
4424671.47 460.83 lineto
4425631.74 460.83 lineto
4426closepath
4427fill
4428restore
4429% S_STAFF
4430% staff 7
4431save
4432590.39 406.55 1.000000 4n
4433599.65 406.55 1.000000 dot
4434590.39 400.55 1.000000 4n
4435599.65 400.55 1.000000 dot
4436590.39 394.55 1.000000 4n
4437599.65 394.55 1.000000 dot
4438590.39 385.55 1.000000 4n
4439599.65 388.55 1.000000 dot
4440590.39 373.55 1.000000 4n
4441599.65 376.55 1.000000 dot
44420.70 setlinewidth
4443584.16 373.55 moveto
4444596.62 373.55 lineto stroke
4445594.07 374.30 moveto
4446594.07 427.55 lineto stroke
4447635.77 406.55 1.000000 2n
4448645.25 406.55 1.000000 dot
4449635.77 400.55 1.000000 2n
4450645.25 400.55 1.000000 dot
4451635.77 394.55 1.000000 2n
4452645.25 394.55 1.000000 dot
4453635.77 385.55 1.000000 2n
4454645.25 388.55 1.000000 dot
4455635.77 373.55 1.000000 2n
4456645.25 376.55 1.000000 dot
4457629.33 373.55 moveto
4458642.22 373.55 lineto stroke
4459639.67 374.30 moveto
4460639.67 427.55 lineto stroke
4461restore
4462% S_STAFF
4463% staff 8
4464save
4465632.43 307.87 639.12 318.81 whitebox
4466/Helvetica-Bold findfont
446712 scalefont
4468setfont
4469632.43 309.09 moveto
4470(3) show
4471632.43 297.67 639.12 308.19 whitebox
4472/Helvetica-Bold findfont
447312 scalefont
4474setfont
4475632.43 298.68 moveto
4476(4) show
4477632.43 287.05 639.12 297.99 whitebox
4478/Helvetica-Bold findfont
447912 scalefont
4480setfont
4481632.43 288.27 moveto
4482(5) show
4483632.43 276.64 639.12 287.58 whitebox
4484/Helvetica-Bold findfont
448512 scalefont
4486setfont
4487632.43 277.86 moveto
4488(5) show
4489632.43 266.23 639.12 277.17 whitebox
4490/Helvetica-Bold findfont
449112 scalefont
4492setfont
4493632.43 267.45 moveto
4494(3) show
4495restore
4496% S_STAFF
4497% staff 9
4498save
4499659.85 207.29 1.000000 measrpt
4500/Times-Roman findfont
450111 scalefont
4502setfont
4503657.11 222.29 moveto
4504(2) show
4505restore
4506% S_BAR
4507476 linenum
45080.70 setlinewidth
4509738.35 846.43 moveto
4510738.35 822.43 lineto stroke
4511738.35 763.27 moveto
4512738.35 739.27 lineto stroke
4513738.35 697.27 moveto
4514738.35 678.07 lineto stroke
4515738.35 627.09 moveto
4516738.35 615.09 lineto stroke
4517738.35 560.07 moveto
4518738.35 463.83 lineto stroke
4519738.35 403.55 moveto
4520738.35 261.29 lineto stroke
4521738.35 219.29 moveto
4522738.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
453012 scalefont
4531setfont
453265.45 944.05 moveto
4533(Sample Songs) show
4534/Times-Roman findfont
453512 scalefont
4536setfont
4537366.29 944.05 moveto
4538(This is the title) show
4539/Times-Roman findfont
454012 scalefont
4541setfont
4542685.13 944.05 moveto
4543(page 2 of 3) show
4544/Times-Roman findfont
454512 scalefont
4546setfont
454765.45 78.33 moveto
4548(This is a sample remark at the bottom of the page) show
4549showpage
4550restore
4551%%Page: 3 3
4552save
455341125291 41125529 sv
45540.770000 0.770000 scale
4555/Times-Roman findfont
455612 scalefont
4557setfont
4558364.28 930.22 moveto
4559(First movement) show
4560168.05 901.55 1170.70 5 1.000000 1.000000 stf
4561/Helvetica-Oblique findfont
45629 scalefont
4563setfont
4564100.55 855.55 moveto
4565(8) show
4566168.05 815.56 1170.70 5 1.000000 1.000000 stf
4567168.05 745.63 1170.70 1 1.000000 1.000000 stf
4568168.05 638.83 1170.70 5 1.000000 1.000000 stf
4569/Helvetica-Oblique findfont
45709 scalefont
4571setfont
4572100.55 592.83 moveto
4573(8) show
4574168.05 570.53 1170.70 5 1.000000 1.000000 stf
4575168.05 483.17 1170.70 5 1.000000 1.000000 stf
4576/Helvetica-Oblique findfont
45779 scalefont
4578setfont
4579100.55 437.17 moveto
4580(8) show
4581168.05 369.28 1170.70 6 1.735000 1.000000 stf
4582168.05 289.25 1170.70 5 1.000000 1.000000 stf
4583/Times-Roman findfont
458412 scalefont
4585setfont
458672.08 782.52 moveto
4587(Ch) show
4588/Times-Roman findfont
458912 scalefont
4590setfont
459165.45 528.65 moveto
4592(Kbd) show
4593/Times-Roman findfont
459412 scalefont
4595setfont
459670.13 350.19 moveto
4597(Gtr) show
459894.05 844.55 728.56 bracket
459995.55 578.83 486.53 brace
460094.05 426.17 268.25 bracket
46010.70 setlinewidth
460296.05 841.55 moveto
460396.05 205.25 lineto stroke
4604338.46 842.55 362.46 204.25 whitebox
4605359.46 844.55 728.56 bracket
4606360.96 578.83 486.53 brace
4607359.46 426.17 268.25 bracket
4608362.11 841.55 moveto
4609362.11 205.25 lineto stroke
4610% S_CLEFSIG
4611107.84 823.55 1.000000 gclef
4612108.09 749.56 1.000000 fclef
4613102.05 666.13 moveto
4614102.05 681.13 lineto stroke
4615104.15 666.13 moveto
4616104.15 681.13 lineto stroke
4617107.84 560.83 1.000000 gclef
4618108.09 504.53 1.000000 fclef
4619107.84 405.17 1.000000 gclef
4620107.84 211.25 1.000000 gclef
4621121.88 829.55 1.000000 flat
4622127.37 838.55 1.000000 flat
4623132.85 826.55 1.000000 flat
4624121.88 737.56 1.000000 flat
4625127.37 746.56 1.000000 flat
4626132.85 734.56 1.000000 flat
4627121.88 566.83 1.000000 flat
4628127.37 575.83 1.000000 flat
4629132.85 563.83 1.000000 flat
4630121.88 492.53 1.000000 flat
4631127.37 501.53 1.000000 flat
4632132.85 489.53 1.000000 flat
4633121.88 411.17 1.000000 flat
4634127.37 420.17 1.000000 flat
4635132.85 408.17 1.000000 flat
4636121.88 217.25 1.000000 flat
4637127.37 226.25 1.000000 flat
4638132.85 214.25 1.000000 flat
4639% S_CHHEAD
4640% S_STAFF
4641% staff 1
4642save
4643489 linenum
4644/Helvetica-Oblique findfont
464514 scalefont
4646setfont
4647176.94 791.60 moveto
4648(tr) show
4649/Ext-Helvetica-Oblique findfont
465014 scalefont
4651setfont
4652(\\) show
4653/Helvetica-Oblique findfont
465414 scalefont
4655setfont
4656(s) show
4657/Helvetica-Oblique findfont
465814 scalefont
4659setfont
4660223.12 791.60 moveto
4661(bien!) show
4662182.75 829.55 1.000000 4n
4663174.30 829.55 1.000000 nat
4664192.02 832.55 1.000000 dot
4665182.75 811.55 1.000000 4n
4666173.29 811.55 1.000000 dblsharp
4667192.02 814.55 1.000000 dot
4668176.52 811.55 moveto
4669188.98 811.55 lineto stroke
4670186.43 812.30 moveto
4671186.43 850.55 lineto stroke
4672230.72 829.55 1.000000 2n
4673240.20 832.55 1.000000 dot
4674230.72 811.55 1.000000 2n
4675240.20 814.55 1.000000 dot
4676224.27 811.55 moveto
4677237.17 811.55 lineto stroke
4678234.62 812.30 moveto
4679234.62 850.55 lineto stroke
4680/Palatino-Italic findfont
468115 scalefont
4682setfont
4683266.44 854.60 moveto
4684(D.C. al Coda ) show
4685/Times-Roman findfont
468614 scalefont
4687setfont
4688175.47 887.81 moveto
4689(G) show
4690185.55 894.53 moveto
4691/Times-Roman findfont
46929 scalefont
4693setfont
4694(9) show
4695185.55 885.67 moveto
4696(7) show
4697170.75 879.95 4.80 6 0 0 0 0 [ 3 -1 0 0 0 5 ] grid
4698restore
4699% S_STAFF
4700% staff 2
4701save
4702182.75 749.56 1.000000 4n
4703192.02 752.56 1.000000 dot
4704182.75 731.56 1.000000 4n
4705192.02 734.56 1.000000 dot
47060.70 setlinewidth
4707186.43 732.31 moveto
4708186.43 770.56 lineto stroke
4709230.72 749.56 1.000000 2n
4710240.20 752.56 1.000000 dot
4711230.72 731.56 1.000000 2n
4712240.20 734.56 1.000000 dot
4713234.62 732.31 moveto
4714234.62 770.56 lineto stroke
4715restore
4716% S_STAFF
4717% staff 3
4718save
4719restore
4720% S_STAFF
4721% staff 4
4722save
4723182.75 691.63 1.000000 4rest
4724191.05 694.63 1.000000 dot
4725230.72 676.63 1.000000 4n
4726239.98 676.63 1.000000 dot
47270.70 setlinewidth
4728234.40 677.38 moveto
4729234.40 697.63 lineto stroke
4730283.91 676.63 1.000000 4n
4731293.17 676.63 1.000000 dot
4732287.59 677.38 moveto
4733287.59 697.63 lineto stroke
4734182.75 670.63 1.000000 4n
4735192.02 670.63 1.000000 dot
4736179.07 669.88 moveto
4737179.07 649.63 lineto stroke
4738230.72 655.63 1.000000 4rest
4739239.02 658.63 1.000000 dot
4740283.91 655.63 1.000000 4rest
4741292.21 658.63 1.000000 dot
4742restore
4743% S_STAFF
4744% staff 5
4745save
4746182.75 566.83 1.000000 4n
4747174.30 566.83 1.000000 nat
4748199.38 569.83 1.000000 dot
4749190.12 560.83 1.000000 4n
4750199.38 563.83 1.000000 dot
4751182.75 557.83 1.000000 4n
4752199.38 557.83 1.000000 dot
4753182.75 551.83 1.000000 4n
4754199.38 551.83 1.000000 dot
47550.70 setlinewidth
4756186.43 552.58 moveto
4757186.43 587.83 lineto stroke
4758230.72 566.83 1.000000 4n
4759247.35 569.83 1.000000 dot
4760238.08 560.83 1.000000 4n
4761247.35 563.83 1.000000 dot
4762230.72 557.83 1.000000 4n
4763247.35 557.83 1.000000 dot
4764230.72 551.83 1.000000 4n
4765247.35 551.83 1.000000 dot
4766234.40 552.58 moveto
4767234.40 587.83 lineto stroke
4768283.91 563.83 1.000000 4n
4769275.45 563.83 1.000000 nat
4770293.17 563.83 1.000000 dot
4771283.91 557.83 1.000000 4n
4772293.17 557.83 1.000000 dot
4773283.91 551.83 1.000000 4n
4774293.17 551.83 1.000000 dot
4775287.59 552.58 moveto
4776287.59 584.83 lineto stroke
4777restore
4778% S_STAFF
4779% staff 6
4780save
4781182.75 498.53 1.000000 4n
4782192.02 501.53 1.000000 dot
47830.70 setlinewidth
4784186.43 499.28 moveto
4785186.43 519.53 lineto stroke
4786230.72 495.53 1.000000 4n
4787239.98 495.53 1.000000 dot
4788234.40 496.28 moveto
4789234.40 516.53 lineto stroke
4790271.53 492.53 0.750000 gclef
4791283.91 504.53 1.000000 4n
4792293.17 507.53 1.000000 dot
4793280.22 503.78 moveto
4794280.22 483.53 lineto stroke
4795restore
4796% S_STAFF
4797% staff 7
4798save
4799156.58 426.17 0.583333 4n
4800/Times-Roman findfont
48017 scalefont
4802setfont
4803150.92 424.40 moveto
4804(\() show
4805/Times-Roman findfont
48067 scalefont
4807setfont
4808159.93 424.40 moveto
4809(\)) show
4810156.58 405.17 0.583333 4n
4811/Times-Roman findfont
48127 scalefont
4813setfont
4814150.92 403.40 moveto
4815(\() show
4816/Times-Roman findfont
48177 scalefont
4818setfont
4819159.93 403.40 moveto
4820(\)) show
4821182.75 429.17 1.000000 4n
4822174.30 429.17 1.000000 nat
4823192.02 432.17 1.000000 dot
48240.70 setlinewidth
4825176.52 429.17 moveto
4826188.98 429.17 lineto stroke
4827182.75 408.17 1.000000 4n
4828174.30 408.17 1.000000 nat
4829192.02 408.17 1.000000 dot
4830179.07 428.42 moveto
4831179.07 387.17 lineto stroke
4832230.72 426.17 1.000000 4n
4833239.98 426.17 1.000000 dot
4834230.72 405.17 1.000000 4n
4835239.98 408.17 1.000000 dot
4836227.04 425.42 moveto
4837227.04 384.17 lineto stroke
4838272.99 420.17 0.583333 4n
4839267.65 420.17 0.583333 nat
4840275.00 420.66 moveto
4841275.00 435.17 lineto stroke
4842276.76 432.05 0.583333 dnflag
4843276.76 435.17 0.583333 dnflag
4844283.91 423.17 1.000000 4n
4845293.17 426.17 1.000000 dot
4846280.22 422.42 moveto
4847280.22 402.17 lineto stroke
4848298.17 423.17 moveto
4849307.17 426.17 lineto stroke
4850182.75 403.07 moveto
4851202.63 393.49 lineto stroke
4852202.63 393.49 moveto
4853223.69 400.07 lineto stroke
4854184.75 434.27 moveto
4855207.29 440.85 lineto stroke
4856207.29 440.85 moveto
4857228.72 431.27 lineto stroke
4858158.58 401.57 moveto
4859165.07 399.50 lineto stroke
4860165.07 399.50 moveto
4861170.88 403.07 lineto stroke
4862157.58 433.37 moveto
4863168.96 439.08 lineto stroke
4864168.96 439.08 moveto
4865180.75 434.27 lineto stroke
4866restore
4867% S_STAFF
4868% staff 8
4869save
4870179.40 307.42 186.10 318.37 whitebox
4871/Helvetica-Bold findfont
487212 scalefont
4873setfont
4874179.40 308.57 moveto
4875(8) show
4876/Helvetica findfont
487712 scalefont
4878setfont
4879175.08 352.94 moveto
4880(full) show
4881176.06 276.19 189.45 287.14 whitebox
4882/Helvetica-Bold findfont
488312 scalefont
4884setfont
4885176.06 277.34 moveto
4886(10) show
4887/Helvetica findfont
488812 scalefont
4889setfont
4890175.08 342.07 moveto
4891(full) show
48920.70 setlinewidth
4893182.75 319.37 moveto
4894182.75 338.92 lineto stroke
4895182.75 335.50 1.000000 uwedge
4896227.37 307.42 234.07 318.37 whitebox
4897/Helvetica-Bold findfont
489812 scalefont
4899setfont
4900227.37 308.57 moveto
4901(8) show
4902224.02 276.19 237.41 287.14 whitebox
4903/Helvetica-Bold findfont
490412 scalefont
4905setfont
4906224.02 277.34 moveto
4907(10) show
4908182.75 338.92 moveto
4909185.15 339.08 187.55 339.08 189.95 338.92 curveto
4910198.81 338.35 207.66 337.58 216.33 335.49 curveto
4911217.99 335.09 219.65 334.70 221.13 333.78 curveto
4912225.01 331.34 228.84 328.84 230.72 324.36 curveto
4913231.08 323.50 231.08 322.64 230.72 321.79 curveto
4914stroke
4915230.72 319.37 1.000000 wedge
4916272.54 319.20 277.56 327.41 whitebox
4917/Helvetica-Bold findfont
49189 scalefont
4919setfont
4920272.54 320.06 moveto
4921(0) show
4922280.56 318.05 287.25 328.56 whitebox
4923/Helvetica-Bold findfont
492412 scalefont
4925setfont
4926280.56 319.06 moveto
4927(1) show
4928289.25 323.30 moveto
4929298.25 326.30 lineto stroke
4930restore
4931% S_STAFF
4932% staff 9
4933save
4934503 linenum
49350.70 setlinewidth
4936196.56 186.28 moveto
4937335.46 186.28 lineto stroke
4938/Helvetica-Oblique findfont
493911 scalefont
4940setfont
4941178.15 186.28 moveto
4942(oo) show
4943182.75 211.25 1.000000 diamond
4944192.23 214.25 1.000000 dot
4945186.65 211.25 moveto
4946186.65 232.25 lineto stroke
4947283.91 211.25 1.000000 filldiamond
4948293.39 214.25 1.000000 dot
4949287.80 211.25 moveto
4950287.80 232.25 lineto stroke
4951184.75 206.15 moveto
4952184.77 206.30 lineto
4953200.65 201.85 216.84 199.62 233.33 199.62 curveto
4954249.82 199.62 266.01 201.85 281.88 206.30 curveto
4955281.93 206.01 lineto
4956266.16 200.75 249.96 198.12 233.33 198.12 curveto
4957216.70 198.12 200.50 200.75 184.73 206.01 curveto
4958fill
4959restore
4960% S_BAR
4961505 linenum
49620.70 setlinewidth
4963335.11 841.55 moveto
4964335.11 817.55 lineto stroke
4965338.11 841.55 moveto
4966338.11 817.55 lineto stroke
4967335.11 755.56 moveto
4968335.11 731.56 lineto stroke
4969338.11 755.56 moveto
4970338.11 731.56 lineto stroke
4971335.11 679.63 moveto
4972335.11 667.63 lineto stroke
4973338.11 679.63 moveto
4974338.11 667.63 lineto stroke
4975335.11 578.83 moveto
4976335.11 486.53 lineto stroke
4977338.11 578.83 moveto
4978338.11 486.53 lineto stroke
4979335.11 423.17 moveto
4980335.11 271.25 lineto stroke
4981338.11 423.17 moveto
4982338.11 271.25 lineto stroke
4983335.11 229.25 moveto
4984335.11 205.25 lineto stroke
4985338.11 229.25 moveto
4986338.11 205.25 lineto stroke
4987% S_CHHEAD
4988% S_STAFF
4989% staff 1
4990save
4991restore
4992% S_STAFF
4993% staff 2
4994save
4995restore
4996% S_STAFF
4997% staff 3
4998save
4999restore
5000% S_STAFF
5001% staff 4
5002save
5003restore
5004% S_STAFF
5005% staff 5
5006save
5007restore
5008% S_STAFF
5009% staff 6
5010save
5011restore
5012% S_STAFF
5013% staff 7
5014save
5015restore
5016% S_STAFF
5017% staff 8
5018save
5019restore
5020% S_STAFF
5021% staff 9
5022save
5023restore
5024% S_BAR
5025513 linenum
50260.70 setlinewidth
5027% S_SSV
5028516 linenum
5029% S_CLEFSIG
5030374.25 823.55 1.000000 gclef
5031374.50 749.56 1.000000 fclef
5032374.25 560.83 1.000000 gclef
5033374.50 504.53 1.000000 fclef
5034374.25 405.17 1.000000 gclef
5035374.25 211.25 1.000000 gclef
5036388.29 829.55 1.000000 flat
5037393.78 838.55 1.000000 flat
5038399.26 826.55 1.000000 flat
5039388.29 737.56 1.000000 flat
5040393.78 746.56 1.000000 flat
5041399.26 734.56 1.000000 flat
5042388.29 566.83 1.000000 flat
5043393.78 575.83 1.000000 flat
5044399.26 563.83 1.000000 flat
5045388.29 492.53 1.000000 flat
5046393.78 501.53 1.000000 flat
5047399.26 489.53 1.000000 flat
5048388.29 411.17 1.000000 flat
5049393.78 420.17 1.000000 flat
5050399.26 408.17 1.000000 flat
5051388.29 217.25 1.000000 flat
5052393.78 226.25 1.000000 flat
5053399.26 214.25 1.000000 flat
5054% S_CHHEAD
5055% S_STAFF
5056% staff 1
5057save
5058434.45 823.55 1.000000 2n
5059443.93 826.55 1.000000 dot
5060434.45 814.55 1.000000 2n
5061425.45 814.55 1.000000 flat
5062443.93 814.55 1.000000 dot
5063438.34 815.30 moveto
5064438.34 844.55 lineto stroke
5065510.12 829.55 1.000000 4n
5066501.67 829.55 1.000000 nat
5067510.12 823.55 1.000000 4n
5068513.80 824.30 moveto
5069513.80 850.55 lineto stroke
5070543.54 829.55 1.000000 4n
5071543.54 823.55 1.000000 4n
5072547.23 824.30 moveto
5073547.23 850.55 lineto stroke
5074/NewCenturySchlbk-BoldItalic findfont
507511 scalefont
5076setfont
5077523.67 852.84 moveto
5078(2) show
5079506.09 856.84 moveto
5080521.67 856.84 lineto stroke
5081532.00 856.84 moveto
5082547.58 856.84 lineto stroke
5083506.09 856.84 moveto
5084506.09 853.84 lineto stroke
5085547.58 856.84 moveto
5086547.58 853.84 lineto stroke
5087/Times-Roman findfont
508814 scalefont
5089setfont
5090505.08 891.01 moveto
5091(G) show
5092498.12 883.15 4.80 5 0 0 0 0 [ 3 -1 0 0 0 3 ] grid
5093/Times-Roman findfont
509414 scalefont
5095setfont
5096421.80 883.01 moveto
5097(G) show
5098436.00 883.18 1.166667 dim
5099440.12 883.01 moveto
5100(7) show
5101422.45 875.15 4.80 5 0 0 0 0 [ 0 1 2 0 2 0 ] grid
5102/Palatino-Italic findfont
510315 scalefont
5104setfont
5105429.45 899.74 moveto
5106(Coda ) show
5107/Palatino-Roman findfont
510813 scalefont
5109setfont
5110382.66 866.84 moveto
5111392.45 866.84 1.083333 coda
5112402.24 866.84 moveto
5113restore
5114% S_STAFF
5115% staff 2
5116save
5117434.45 758.56 1.000000 2n
5118425.45 758.56 1.000000 flat
5119443.93 758.56 1.000000 dot
5120434.45 749.56 1.000000 2n
5121422.47 749.56 1.000000 flat
5122443.93 752.56 1.000000 dot
51230.70 setlinewidth
5124430.55 757.81 moveto
5125430.55 728.56 lineto stroke
5126510.12 752.56 1.000000 4n
5127510.12 743.56 1.000000 4n
5128501.67 743.56 1.000000 nat
5129/Times-Roman findfont
513012 scalefont
5131setfont
5132494.29 740.53 moveto
5133(\() show
5134/Times-Roman findfont
513512 scalefont
5136setfont
5137515.15 740.53 moveto
5138(\)) show
5139510.12 722.56 1.000000 4n
5140501.67 722.56 1.000000 nat
5141503.89 725.56 moveto
5142516.35 725.56 lineto stroke
5143513.80 723.31 moveto
5144513.80 773.56 lineto stroke
5145543.54 758.56 1.000000 4n
5146535.09 758.56 1.000000 nat
5147543.54 743.56 1.000000 4n
5148539.86 757.81 moveto
5149539.86 722.56 lineto stroke
5150/NewCenturySchlbk-BoldItalic findfont
515111 scalefont
5152setfont
5153523.67 709.92 moveto
5154(2) show
5155506.09 712.28 moveto
5156521.67 713.58 lineto stroke
5157532.00 714.26 moveto
5158547.58 715.56 lineto stroke
5159506.09 712.28 moveto
5160506.09 715.28 lineto stroke
5161547.58 715.56 moveto
5162547.58 718.56 lineto stroke
5163restore
5164% S_STAFF
5165% staff 3
5166save
5167restore
5168% S_STAFF
5169% staff 4
5170save
5171restore
5172% S_STAFF
5173% staff 5
5174save
5175434.45 620.83 1.000000 2n
5176425.45 620.83 1.000000 flat
5177443.93 623.83 1.000000 dot
51780.70 setlinewidth
5179428.00 620.83 moveto
5180440.89 620.83 lineto stroke
5181428.00 614.83 moveto
5182440.89 614.83 lineto stroke
5183428.00 608.83 moveto
5184440.89 608.83 lineto stroke
5185428.00 602.83 moveto
5186440.89 602.83 lineto stroke
5187428.00 596.83 moveto
5188440.89 596.83 lineto stroke
5189428.00 590.83 moveto
5190440.89 590.83 lineto stroke
5191428.00 584.83 moveto
5192440.89 584.83 lineto stroke
5193434.45 614.83 1.000000 2n
5194417.97 614.83 1.000000 flat
5195443.93 617.83 1.000000 dot
5196428.00 614.83 moveto
5197440.89 614.83 lineto stroke
5198428.00 608.83 moveto
5199440.89 608.83 lineto stroke
5200428.00 602.83 moveto
5201440.89 602.83 lineto stroke
5202428.00 596.83 moveto
5203440.89 596.83 lineto stroke
5204428.00 590.83 moveto
5205440.89 590.83 lineto stroke
5206428.00 584.83 moveto
5207440.89 584.83 lineto stroke
5208434.45 608.83 1.000000 2n
5209443.93 611.83 1.000000 dot
5210428.00 608.83 moveto
5211440.89 608.83 lineto stroke
5212428.00 602.83 moveto
5213440.89 602.83 lineto stroke
5214428.00 596.83 moveto
5215440.89 596.83 lineto stroke
5216428.00 590.83 moveto
5217440.89 590.83 lineto stroke
5218428.00 584.83 moveto
5219440.89 584.83 lineto stroke
5220434.45 602.83 1.000000 2n
5221443.93 605.83 1.000000 dot
5222428.00 602.83 moveto
5223440.89 602.83 lineto stroke
5224428.00 596.83 moveto
5225440.89 596.83 lineto stroke
5226428.00 590.83 moveto
5227440.89 590.83 lineto stroke
5228428.00 584.83 moveto
5229440.89 584.83 lineto stroke
5230438.34 603.58 moveto
5231438.34 635.83 lineto stroke
5232510.12 623.83 1.000000 4n
5233519.39 623.83 1.000000 dot
5234503.89 620.83 moveto
5235516.35 620.83 lineto stroke
5236503.89 614.83 moveto
5237516.35 614.83 lineto stroke
5238503.89 608.83 moveto
5239516.35 608.83 lineto stroke
5240503.89 602.83 moveto
5241516.35 602.83 lineto stroke
5242503.89 596.83 moveto
5243516.35 596.83 lineto stroke
5244503.89 590.83 moveto
5245516.35 590.83 lineto stroke
5246503.89 584.83 moveto
5247516.35 584.83 lineto stroke
5248510.12 614.83 1.000000 4n
5249519.39 617.83 1.000000 dot
5250503.89 614.83 moveto
5251516.35 614.83 lineto stroke
5252503.89 608.83 moveto
5253516.35 608.83 lineto stroke
5254503.89 602.83 moveto
5255516.35 602.83 lineto stroke
5256503.89 596.83 moveto
5257516.35 596.83 lineto stroke
5258503.89 590.83 moveto
5259516.35 590.83 lineto stroke
5260503.89 584.83 moveto
5261516.35 584.83 lineto stroke
5262510.12 608.83 1.000000 4n
5263501.67 608.83 1.000000 nat
5264519.39 611.83 1.000000 dot
5265503.89 608.83 moveto
5266516.35 608.83 lineto stroke
5267503.89 602.83 moveto
5268516.35 602.83 lineto stroke
5269503.89 596.83 moveto
5270516.35 596.83 lineto stroke
5271503.89 590.83 moveto
5272516.35 590.83 lineto stroke
5273503.89 584.83 moveto
5274516.35 584.83 lineto stroke
5275510.12 602.83 1.000000 4n
5276519.39 605.83 1.000000 dot
5277503.89 602.83 moveto
5278516.35 602.83 lineto stroke
5279503.89 596.83 moveto
5280516.35 596.83 lineto stroke
5281503.89 590.83 moveto
5282516.35 590.83 lineto stroke
5283503.89 584.83 moveto
5284516.35 584.83 lineto stroke
5285513.80 603.58 moveto
5286513.80 638.83 lineto stroke
5287434.45 581.83 1.000000 2n
5288443.93 581.83 1.000000 dot
5289434.45 560.83 1.000000 2n
5290443.93 557.83 1.000000 dot
5291430.55 581.08 moveto
5292430.55 539.83 lineto stroke
5293510.12 581.83 1.000000 4n
5294519.39 581.83 1.000000 dot
5295510.12 560.83 1.000000 4n
5296519.39 557.83 1.000000 dot
5297506.44 581.08 moveto
5298506.44 539.83 lineto stroke
52991.00 setlinewidth
5300[0.1 5] 0 setdash
53011 setlinecap
53021 setlinejoin
5303434.45 555.73 moveto
5304445.63 552.30 457.07 550.59 468.77 550.59 curveto
5305480.47 550.59 491.91 552.30 503.09 555.73 curveto
5306stroke
5307448.93 581.83 moveto
5308457.75 579.13 466.78 577.77 476.01 577.77 curveto
5309485.24 577.77 494.27 579.13 503.09 581.83 curveto
5310stroke
53111.00 setlinewidth
5312[3 3] 0 setdash
5313448.93 602.83 moveto
5314457.75 605.54 466.78 606.90 476.01 606.90 curveto
5315485.24 606.90 494.27 605.54 503.09 602.83 curveto
5316stroke
5317448.93 608.83 moveto
5318456.64 611.20 464.52 612.38 472.59 612.38 curveto
5319480.65 612.38 488.54 611.20 496.25 608.83 curveto
5320stroke
5321448.93 614.83 moveto
5322457.75 617.54 466.78 618.90 476.01 618.90 curveto
5323485.24 618.90 494.27 617.54 503.09 614.83 curveto
5324stroke
5325448.93 625.93 moveto
5326458.75 629.48 468.87 631.51 479.30 632.02 curveto
5327489.73 632.53 500.00 631.50 510.12 628.93 curveto
5328stroke
5329restore
5330% S_STAFF
5331% staff 6
5332save
5333restore
5334% S_STAFF
5335% staff 7
5336save
5337442.24 420.17 1.000000 2n
5338425.78 420.17 1.000000 nat
5339451.72 420.17 1.000000 dot
5340434.45 417.17 1.000000 2n
5341418.61 417.17 1.000000 flat
5342451.72 414.17 1.000000 dot
5343434.45 405.17 1.000000 2n
5344451.72 408.17 1.000000 dot
5345434.45 399.17 1.000000 2n
5346425.78 399.17 1.000000 nat
5347451.72 402.17 1.000000 dot
5348434.45 390.17 1.000000 2n
5349451.72 390.17 1.000000 dot
53500.70 setlinewidth
5351[] 0 setdash
53520 setlinecap
53530 setlinejoin
5354428.00 393.17 moveto
5355440.89 393.17 lineto stroke
5356434.45 378.17 1.000000 2n
5357425.78 378.17 1.000000 nat
5358451.72 378.17 1.000000 dot
5359428.00 381.17 moveto
5360440.89 381.17 lineto stroke
5361428.00 387.17 moveto
5362440.89 387.17 lineto stroke
5363428.00 393.17 moveto
5364440.89 393.17 lineto stroke
5365438.34 378.92 moveto
5366438.34 441.17 lineto stroke
5367newpath
5368433.34 432.47 moveto
5369433.34 435.47 lineto
5370443.34 439.87 lineto
5371443.34 436.87 lineto
5372closepath
5373fill
5374510.12 426.17 1.000000 4n
5375519.39 426.17 1.000000 dot
5376510.12 411.17 1.000000 4n
5377501.67 411.17 1.000000 nat
5378519.39 414.17 1.000000 dot
5379510.12 405.17 1.000000 4n
5380519.39 408.17 1.000000 dot
5381510.12 396.17 1.000000 4n
5382519.39 396.17 1.000000 dot
5383510.12 384.17 1.000000 4n
5384519.39 384.17 1.000000 dot
5385503.89 387.17 moveto
5386516.35 387.17 lineto stroke
5387503.89 393.17 moveto
5388516.35 393.17 lineto stroke
5389513.80 384.92 moveto
5390513.80 447.17 lineto stroke
5391restore
5392% S_STAFF
5393% staff 8
5394save
5395431.10 317.83 437.79 328.78 whitebox
5396/Helvetica-Bold findfont
539712 scalefont
5398setfont
5399431.10 318.98 moveto
5400(0) show
5401431.10 307.53 437.79 318.26 whitebox
5402/Helvetica-Bold findfont
540312 scalefont
5404setfont
5405431.10 308.47 moveto
5406(2) show
5407431.10 297.01 437.79 307.96 whitebox
5408/Helvetica-Bold findfont
540912 scalefont
5410setfont
5411431.10 298.16 moveto
5412(0) show
5413431.10 286.71 437.79 297.44 whitebox
5414/Helvetica-Bold findfont
541512 scalefont
5416setfont
5417431.10 287.65 moveto
5418(2) show
5419431.10 276.41 437.79 286.92 whitebox
5420/Helvetica-Bold findfont
542112 scalefont
5422setfont
5423431.10 277.42 moveto
5424(1) show
5425431.10 265.78 437.79 276.73 whitebox
5426/Helvetica-Bold findfont
542712 scalefont
5428setfont
5429431.10 266.93 moveto
5430(0) show
5431newpath
5432429.45 251.55 moveto
5433429.45 254.55 lineto
5434439.45 258.95 lineto
5435439.45 255.95 lineto
5436closepath
5437fill
5438506.77 317.83 513.47 328.78 whitebox
5439/Helvetica-Bold findfont
544012 scalefont
5441setfont
5442506.77 319.06 moveto
5443(3) show
5444506.77 307.42 513.47 318.37 whitebox
5445/Helvetica-Bold findfont
544612 scalefont
5447setfont
5448506.77 308.57 moveto
5449(0) show
5450506.77 297.01 513.47 307.96 whitebox
5451/Helvetica-Bold findfont
545212 scalefont
5453setfont
5454506.77 298.16 moveto
5455(0) show
5456506.77 286.60 513.47 297.55 whitebox
5457/Helvetica-Bold findfont
545812 scalefont
5459setfont
5460506.77 287.75 moveto
5461(0) show
5462506.77 265.78 513.47 276.73 whitebox
5463/Helvetica-Bold findfont
546412 scalefont
5465setfont
5466506.77 267.01 moveto
5467(3) show
5468restore
5469% S_STAFF
5470% staff 9
5471save
5472548 linenum
5473/Helvetica-Oblique findfont
547411 scalefont
5475setfont
5476431.86 186.28 moveto
5477(At) show
5478/Helvetica-Oblique findfont
547911 scalefont
5480setfont
5481506.29 186.28 moveto
5482(the) show
5483434.45 211.25 1.000000 diamond
5484443.93 214.25 1.000000 dot
54850.70 setlinewidth
5486438.34 211.25 moveto
5487438.34 232.25 lineto stroke
5488510.12 217.25 1.000000 4n
5489501.67 217.25 1.000000 nat
5490519.39 220.25 1.000000 dot
5491506.44 216.50 moveto
5492506.44 196.25 lineto stroke
5493restore
5494% S_BAR
5495551 linenum
54960.70 setlinewidth
5497573.54 841.55 moveto
5498573.54 817.55 lineto stroke
5499573.54 755.56 moveto
5500573.54 731.56 lineto stroke
5501573.54 679.63 moveto
5502573.54 667.63 lineto stroke
5503573.54 578.83 moveto
5504573.54 486.53 lineto stroke
5505573.54 423.17 moveto
5506573.54 271.25 lineto stroke
5507573.54 229.25 moveto
5508573.54 205.25 lineto stroke
5509% S_SSV
5510555 linenum
5511% S_CLEFSIG
5512/NewCenturySchlbk-Bold findfont
551316 scalefont
5514setfont
5515577.04 829.55 moveto
5516(2) show
5517/NewCenturySchlbk-Bold findfont
551816 scalefont
5519setfont
5520577.04 817.53 moveto
5521(4) show
5522/NewCenturySchlbk-Bold findfont
552316 scalefont
5524setfont
5525586.25 825.67 moveto
5526(+) show
5527/NewCenturySchlbk-Bold findfont
552816 scalefont
5529setfont
5530595.95 829.55 moveto
5531(3) show
5532/NewCenturySchlbk-Bold findfont
553316 scalefont
5534setfont
5535595.95 817.34 moveto
5536(8) show
5537/NewCenturySchlbk-Bold findfont
553816 scalefont
5539setfont
5540577.04 743.56 moveto
5541(2) show
5542/NewCenturySchlbk-Bold findfont
554316 scalefont
5544setfont
5545577.04 731.54 moveto
5546(4) show
5547/NewCenturySchlbk-Bold findfont
554816 scalefont
5549setfont
5550586.25 739.68 moveto
5551(+) show
5552/NewCenturySchlbk-Bold findfont
555316 scalefont
5554setfont
5555595.95 743.56 moveto
5556(3) show
5557/NewCenturySchlbk-Bold findfont
555816 scalefont
5559setfont
5560595.95 731.35 moveto
5561(8) show
5562/NewCenturySchlbk-Bold findfont
556316 scalefont
5564setfont
5565577.04 673.63 moveto
5566(2) show
5567/NewCenturySchlbk-Bold findfont
556816 scalefont
5569setfont
5570577.04 661.61 moveto
5571(4) show
5572/NewCenturySchlbk-Bold findfont
557316 scalefont
5574setfont
5575586.25 669.75 moveto
5576(+) show
5577/NewCenturySchlbk-Bold findfont
557816 scalefont
5579setfont
5580595.95 673.63 moveto
5581(3) show
5582/NewCenturySchlbk-Bold findfont
558316 scalefont
5584setfont
5585595.95 661.42 moveto
5586(8) show
5587/NewCenturySchlbk-Bold findfont
558816 scalefont
5589setfont
5590577.04 566.83 moveto
5591(2) show
5592/NewCenturySchlbk-Bold findfont
559316 scalefont
5594setfont
5595577.04 554.82 moveto
5596(4) show
5597/NewCenturySchlbk-Bold findfont
559816 scalefont
5599setfont
5600586.25 562.96 moveto
5601(+) show
5602/NewCenturySchlbk-Bold findfont
560316 scalefont
5604setfont
5605595.95 566.83 moveto
5606(3) show
5607/NewCenturySchlbk-Bold findfont
560816 scalefont
5609setfont
5610595.95 554.63 moveto
5611(8) show
5612/NewCenturySchlbk-Bold findfont
561316 scalefont
5614setfont
5615577.04 498.53 moveto
5616(2) show
5617/NewCenturySchlbk-Bold findfont
561816 scalefont
5619setfont
5620577.04 486.52 moveto
5621(4) show
5622/NewCenturySchlbk-Bold findfont
562316 scalefont
5624setfont
5625586.25 494.66 moveto
5626(+) show
5627/NewCenturySchlbk-Bold findfont
562816 scalefont
5629setfont
5630595.95 498.53 moveto
5631(3) show
5632/NewCenturySchlbk-Bold findfont
563316 scalefont
5634setfont
5635595.95 486.33 moveto
5636(8) show
5637/NewCenturySchlbk-Bold findfont
563816 scalefont
5639setfont
5640577.04 411.17 moveto
5641(2) show
5642/NewCenturySchlbk-Bold findfont
564316 scalefont
5644setfont
5645577.04 399.15 moveto
5646(4) show
5647/NewCenturySchlbk-Bold findfont
564816 scalefont
5649setfont
5650586.25 407.29 moveto
5651(+) show
5652/NewCenturySchlbk-Bold findfont
565316 scalefont
5654setfont
5655595.95 411.17 moveto
5656(3) show
5657/NewCenturySchlbk-Bold findfont
565816 scalefont
5659setfont
5660595.95 398.96 moveto
5661(8) show
5662/NewCenturySchlbk-Bold findfont
566316 scalefont
5664setfont
5665577.04 217.25 moveto
5666(2) show
5667/NewCenturySchlbk-Bold findfont
566816 scalefont
5669setfont
5670577.04 205.24 moveto
5671(4) show
5672/NewCenturySchlbk-Bold findfont
567316 scalefont
5674setfont
5675586.25 213.38 moveto
5676(+) show
5677/NewCenturySchlbk-Bold findfont
567816 scalefont
5679setfont
5680595.95 217.25 moveto
5681(3) show
5682/NewCenturySchlbk-Bold findfont
568316 scalefont
5684setfont
5685595.95 205.05 moveto
5686(8) show
5687% S_CHHEAD
5688% S_STAFF
5689% staff 1
5690save
5691623.87 832.55 1.000000 2n
5692623.87 823.55 1.000000 2n
5693623.87 817.55 1.000000 2n
5694627.77 818.30 moveto
5695627.77 853.55 lineto stroke
5696684.61 832.55 1.000000 4n
5697693.87 832.55 1.000000 dot
5698684.61 823.55 1.000000 4n
5699693.87 826.55 1.000000 dot
5700684.61 817.55 1.000000 4n
5701693.87 820.55 1.000000 dot
5702688.29 818.30 moveto
5703688.29 853.55 lineto stroke
5704625.87 812.45 moveto
5705625.89 812.60 lineto
5706635.19 810.16 644.64 808.94 654.24 808.94 curveto
5707663.85 808.94 673.30 810.16 682.59 812.60 curveto
5708682.63 812.30 lineto
5709673.45 809.06 663.98 807.44 654.24 807.44 curveto
5710644.50 807.44 635.04 809.06 625.85 812.30 curveto
5711fill
5712630.12 823.55 moveto
5713630.14 823.70 lineto
5714637.92 821.72 645.82 820.74 653.85 820.74 curveto
5715661.87 820.74 669.78 821.72 677.56 823.70 curveto
5716677.60 823.40 lineto
5717669.93 820.63 662.01 819.24 653.85 819.24 curveto
5718645.69 819.24 637.77 820.63 630.10 823.40 curveto
5719fill
5720630.12 837.65 moveto
5721630.10 837.80 lineto
5722638.92 840.92 648.01 842.48 657.37 842.48 curveto
5723666.72 842.48 675.81 840.92 684.63 837.80 curveto
5724684.59 837.50 lineto
5725675.66 839.82 666.59 840.98 657.37 840.98 curveto
5726648.14 840.98 639.07 839.82 630.14 837.50 curveto
5727fill
5728/Palatino-Roman findfont
572914 scalefont
5730setfont
5731674.07 855.72 moveto
5732684.61 855.72 1.166667 ferm
5733695.15 855.72 moveto
5734/Times-Roman findfont
573514 scalefont
5736setfont
5737613.75 884.01 moveto
5738(Cm) show
5739611.87 876.15 4.80 5 3 1 2 6 [ -2 1 3 3 2 1 ] grid
5740restore
5741% S_STAFF
5742% staff 2
5743save
5744623.87 761.56 1.000000 2n
57450.70 setlinewidth
5746617.42 761.56 moveto
5747630.32 761.56 lineto stroke
5748623.87 752.56 1.000000 2n
5749623.87 746.56 1.000000 2n
5750619.97 760.81 moveto
5751619.97 725.56 lineto stroke
5752684.61 761.56 1.000000 4n
5753693.87 764.56 1.000000 dot
5754678.38 761.56 moveto
5755690.84 761.56 lineto stroke
5756684.61 752.56 1.000000 4n
5757693.87 752.56 1.000000 dot
5758684.61 746.56 1.000000 4n
5759693.87 746.56 1.000000 dot
5760680.93 760.81 moveto
5761680.93 725.56 lineto stroke
5762623.87 741.46 moveto
5763623.89 741.61 lineto
5764632.69 739.32 641.64 738.18 650.73 738.18 curveto
5765659.81 738.18 668.76 739.32 677.56 741.61 curveto
5766677.60 741.31 lineto
5767668.91 738.22 659.95 736.68 650.73 736.68 curveto
5768641.50 736.68 632.54 738.22 623.85 741.31 curveto
5769fill
5770630.12 752.56 moveto
5771630.10 752.71 lineto
5772637.77 755.48 645.69 756.87 653.85 756.87 curveto
5773662.01 756.87 669.93 755.48 677.60 752.71 curveto
5774677.56 752.41 lineto
5775669.78 754.38 661.87 755.37 653.85 755.37 curveto
5776645.82 755.37 637.92 754.38 630.14 752.41 curveto
5777fill
5778625.87 766.66 moveto
5779625.85 766.81 lineto
5780635.04 770.04 644.50 771.66 654.24 771.66 curveto
5781663.98 771.66 673.45 770.04 682.63 766.81 curveto
5782682.59 766.51 lineto
5783673.30 768.95 663.85 770.16 654.24 770.16 curveto
5784644.64 770.16 635.19 768.95 625.89 766.51 curveto
5785fill
5786/Palatino-Roman findfont
578714 scalefont
5788setfont
5789674.07 773.06 moveto
5790684.61 773.06 1.166667 ferm
5791695.15 773.06 moveto
5792restore
5793% S_STAFF
5794% staff 3
5795save
5796restore
5797% S_STAFF
5798% staff 4
5799save
5800668.85 679.63 1.000000 1rest
5801668.85 661.63 1.000000 1rest
5802/Palatino-Roman findfont
580314 scalefont
5804setfont
5805658.30 687.86 moveto
5806668.85 687.86 1.166667 ferm
5807679.39 687.86 moveto
5808restore
5809% S_STAFF
5810% staff 5
5811save
5812623.87 548.83 1.000000 2n
58130.70 setlinewidth
5814617.42 548.83 moveto
5815630.32 548.83 lineto stroke
5816627.77 549.58 moveto
5817627.77 569.83 lineto stroke
5818684.61 548.83 1.000000 4n
5819693.87 551.83 1.000000 dot
5820678.38 548.83 moveto
5821690.84 548.83 lineto stroke
5822688.29 549.58 moveto
5823688.29 569.83 lineto stroke
5824625.87 543.73 moveto
5825625.89 543.88 lineto
5826635.19 541.45 644.64 540.23 654.24 540.23 curveto
5827663.85 540.23 673.30 541.45 682.59 543.88 curveto
5828682.63 543.59 lineto
5829673.45 540.35 663.98 538.73 654.24 538.73 curveto
5830644.50 538.73 635.04 540.35 625.85 543.59 curveto
5831fill
5832/Palatino-Roman findfont
583314 scalefont
5834setfont
5835674.07 581.01 moveto
5836684.61 581.01 1.166667 ferm
5837695.15 581.01 moveto
5838restore
5839% S_STAFF
5840% staff 6
5841save
5842623.87 495.53 1.000000 2n
58430.70 setlinewidth
5844627.77 496.28 moveto
5845627.77 516.53 lineto stroke
5846684.61 495.53 1.000000 4n
5847693.87 495.53 1.000000 dot
5848688.29 496.28 moveto
5849688.29 516.53 lineto stroke
5850625.87 490.43 moveto
5851625.89 490.58 lineto
5852635.19 488.15 644.64 486.93 654.24 486.93 curveto
5853663.85 486.93 673.30 488.15 682.59 490.58 curveto
5854682.63 490.29 lineto
5855673.45 487.05 663.98 485.43 654.24 485.43 curveto
5856644.50 485.43 635.04 487.05 625.85 490.29 curveto
5857fill
5858/Palatino-Roman findfont
585914 scalefont
5860setfont
5861674.07 518.71 moveto
5862684.61 518.71 1.166667 ferm
5863695.15 518.71 moveto
58641.00 setlinewidth
5865[3 3] 0 setdash
5866644.16 479.18 moveto
5867726.21 479.18 lineto stroke
5868726.21 479.18 moveto
5869726.21 488.18 lineto stroke
58700.70 setlinewidth
5871[] 0 setdash
58720 setlinecap
58730 setlinejoin
5874/Palatino-Italic findfont
587512 scalefont
5876setfont
5877620.88 474.68 moveto
5878(8va) show
5879restore
5880% S_STAFF
5881% staff 7
5882save
5883623.87 456.17 1.000000 2n
58840.70 setlinewidth
5885617.42 453.17 moveto
5886630.32 453.17 lineto stroke
5887617.42 447.17 moveto
5888630.32 447.17 lineto stroke
5889617.42 441.17 moveto
5890630.32 441.17 lineto stroke
5891617.42 435.17 moveto
5892630.32 435.17 lineto stroke
5893617.42 429.17 moveto
5894630.32 429.17 lineto stroke
5895619.97 455.42 moveto
5896619.97 411.17 lineto stroke
5897684.61 456.17 1.000000 4n
5898693.87 456.17 1.000000 dot
5899678.38 453.17 moveto
5900690.84 453.17 lineto stroke
5901678.38 447.17 moveto
5902690.84 447.17 lineto stroke
5903678.38 441.17 moveto
5904690.84 441.17 lineto stroke
5905678.38 435.17 moveto
5906690.84 435.17 lineto stroke
5907678.38 429.17 moveto
5908690.84 429.17 lineto stroke
5909680.93 455.42 moveto
5910680.93 411.17 lineto stroke
5911625.87 461.27 moveto
5912625.85 461.42 lineto
5913635.04 464.65 644.50 466.27 654.24 466.27 curveto
5914663.98 466.27 673.45 464.65 682.63 461.42 curveto
5915682.59 461.12 lineto
5916673.30 463.56 663.85 464.77 654.24 464.77 curveto
5917644.64 464.77 635.19 463.56 625.89 461.12 curveto
5918fill
5919restore
5920% S_STAFF
5921% staff 8
5922save
5923617.18 317.83 630.57 328.78 whitebox
5924/Helvetica-Bold findfont
592512 scalefont
5926setfont
5927617.18 318.98 moveto
5928(20) show
5929restore
5930% S_STAFF
5931% staff 9
5932save
5933573 linenum
5934/Helvetica-Oblique findfont
593511 scalefont
5936setfont
5937618.51 186.28 moveto
5938(end.) show
5939623.87 220.25 1.000000 rectangle
59400.70 setlinewidth
5941619.97 220.25 moveto
5942619.97 199.25 lineto stroke
5943684.61 220.25 1.000000 fillrectangle
5944694.09 220.25 1.000000 dot
5945680.71 220.25 moveto
5946680.71 199.25 lineto stroke
5947625.87 225.35 moveto
5948625.85 225.50 lineto
5949635.04 228.74 644.50 230.36 654.24 230.36 curveto
5950663.98 230.36 673.45 228.74 682.63 225.50 curveto
5951682.59 225.21 lineto
5952673.30 227.64 663.85 228.86 654.24 228.86 curveto
5953644.64 228.86 635.19 227.64 625.89 225.21 curveto
5954fill
5955restore
5956% S_BAR
5957576 linenum
59580.70 setlinewidth
5959733.20 841.55 moveto
5960733.20 817.55 lineto stroke
59613.00 setlinewidth
5962737.20 841.55 moveto
5963737.20 817.55 lineto stroke
59640.70 setlinewidth
5965733.20 755.56 moveto
5966733.20 731.56 lineto stroke
59673.00 setlinewidth
5968737.20 755.56 moveto
5969737.20 731.56 lineto stroke
59700.70 setlinewidth
5971733.20 679.63 moveto
5972733.20 667.63 lineto stroke
59733.00 setlinewidth
5974737.20 679.63 moveto
5975737.20 667.63 lineto stroke
59760.70 setlinewidth
5977733.20 578.83 moveto
5978733.20 486.53 lineto stroke
59793.00 setlinewidth
5980737.20 578.83 moveto
5981737.20 486.53 lineto stroke
59820.70 setlinewidth
5983733.20 423.17 moveto
5984733.20 271.25 lineto stroke
59853.00 setlinewidth
5986737.20 423.17 moveto
5987737.20 271.25 lineto stroke
59880.70 setlinewidth
5989733.20 229.25 moveto
5990733.20 205.25 lineto stroke
59913.00 setlinewidth
5992737.20 229.25 moveto
5993737.20 205.25 lineto stroke
59940.70 setlinewidth
5995% S_SSV
5996% S_SSV
5997% S_SSV
5998% S_SSV
5999% Printing header/footer
6000/Times-Roman findfont
600112 scalefont
6002setfont
600365.45 944.05 moveto
6004(Sample Songs) show
6005/Times-Roman findfont
600612 scalefont
6007setfont
6008366.29 944.05 moveto
6009(This is the title) show
6010/Times-Roman findfont
601112 scalefont
6012setfont
6013685.13 944.05 moveto
6014(page 3 of 3) show
6015/Times-Roman findfont
601612 scalefont
6017setfont
601865.45 78.33 moveto
6019(This is a sample remark at the bottom of the page) show
6020showpage
6021restore
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