chiark / gitweb /
Debianize new mup version
[mup] / mup / docs / uguide.ps
CommitLineData
69695f33
MW
1%!PS-Adobe-3.0
2%%Creator: groff version 1.17.2
3%%CreationDate: Mon Dec 4 22:55:33 2006
4%%DocumentNeededResources: font Times-BoldItalic
5%%+ font Times-Roman
6%%+ font Times-Bold
7%%+ font Courier
8%%+ font Times-Italic
9%%+ font AvantGarde-Book
10%%+ font AvantGarde-Demi
11%%+ font AvantGarde-BookOblique
12%%+ font AvantGarde-DemiOblique
13%%+ font Bookman-Light
14%%+ font Bookman-Demi
15%%+ font Bookman-LightItalic
16%%+ font Bookman-DemiItalic
17%%+ font Courier-Bold
18%%+ font Courier-Oblique
19%%+ font Courier-BoldOblique
20%%+ font Helvetica
21%%+ font Helvetica-Bold
22%%+ font Helvetica-Oblique
23%%+ font Helvetica-BoldOblique
24%%+ font NewCenturySchlbk-Roman
25%%+ font NewCenturySchlbk-Bold
26%%+ font NewCenturySchlbk-Italic
27%%+ font NewCenturySchlbk-BoldItalic
28%%+ font Palatino-Roman
29%%+ font Palatino-Bold
30%%+ font Palatino-Italic
31%%+ font Palatino-BoldItalic
32%%DocumentSuppliedResources: file mugex102.ps
33%%+ file mugex101.ps
34%%+ file mugex100.ps
35%%+ file mugex99.ps
36%%+ file mugex98.ps
37%%+ file mugex97.ps
38%%+ file mugex96.ps
39%%+ file mugex95.ps
40%%+ file mugex94.ps
41%%+ file mugex93.ps
42%%+ file mugex92.ps
43%%+ file mugex91.ps
44%%+ file mugex90.ps
45%%+ file mugex89.ps
46%%+ file mugex88.ps
47%%+ file mugex87.ps
48%%+ file mugex86.ps
49%%+ file mugex85.ps
50%%+ file mugex84.ps
51%%+ file mugex83.ps
52%%+ file mugex82.ps
53%%+ file mugex81.ps
54%%+ file mugex80.ps
55%%+ file mugex79.ps
56%%+ file mugex78.ps
57%%+ file mugex77.ps
58%%+ file mugex76.ps
59%%+ file mugex75.ps
60%%+ file mugex74.ps
61%%+ file mugex73.ps
62%%+ file mugex72.ps
63%%+ file mugex71.ps
64%%+ file mugex70.ps
65%%+ file mugex69.ps
66%%+ file mugex68.ps
67%%+ file mugex67.ps
68%%+ file mugex66.ps
69%%+ file mugex65.ps
70%%+ file extchar.ps
71%%+ file muschar.ps
72%%+ file mugex64.ps
73%%+ file mugex63.ps
74%%+ file mugex62.ps
75%%+ file mugex61.ps
76%%+ file mugex60.ps
77%%+ file mugex59.ps
78%%+ file mugex58.ps
79%%+ file mugex57.ps
80%%+ file mugex56.ps
81%%+ file mugex55.ps
82%%+ file mugex54.ps
83%%+ file mugex53.ps
84%%+ file mugex52.ps
85%%+ file mugex51.ps
86%%+ file mugex50.ps
87%%+ file mugex49.ps
88%%+ file mugex48.ps
89%%+ file mugex47.ps
90%%+ file mugex46.ps
91%%+ file mugex45.ps
92%%+ file mugex44.ps
93%%+ file mugex43.ps
94%%+ file mugex42.ps
95%%+ file mugex41.ps
96%%+ file mugex40.ps
97%%+ file mugex39.ps
98%%+ file mugex38.ps
99%%+ file mugex37.ps
100%%+ file mugex36.ps
101%%+ file mugex35.ps
102%%+ file mugex34.ps
103%%+ file mugex33.ps
104%%+ file mugex32.ps
105%%+ file mugex31.ps
106%%+ file mugex30.ps
107%%+ file mugex29.ps
108%%+ file mugex28.ps
109%%+ file mugex27.ps
110%%+ file mugex26.ps
111%%+ file mugex25.ps
112%%+ file mugex24.ps
113%%+ file mugex23.ps
114%%+ file mugex22.ps
115%%+ file mugex21.ps
116%%+ file mugex20.ps
117%%+ file mugex19.ps
118%%+ file mugex18.ps
119%%+ file mugex17.ps
120%%+ file mugex16.ps
121%%+ file mugex15.ps
122%%+ file mugex14.ps
123%%+ file mugex13.ps
124%%+ file mugex12.ps
125%%+ file mugex11.ps
126%%+ file mugex10.ps
127%%+ file mugex9.ps
128%%+ file mugex8.ps
129%%+ file mugex7.ps
130%%+ file mugex6.ps
131%%+ file mugex5.ps
132%%+ file mugex4.ps
133%%+ file mugex3.ps
134%%+ file mugex2.ps
135%%+ file mugex1.ps
136%%+ procset grops 1.17 2
137%%Pages: 172
138%%PageOrder: Ascend
139%%Orientation: Portrait
140%%EndComments
141%%BeginProlog
142% Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004 by Arkkra Enterprises
143% All rights reserved
144
145% Mup PostScript Prolog 5.3 for use with Mup 5.3
146
147% lwid is used as the width of a standard (thin) line in the music
148% character definitions.
149/lwid 70 def
150/halflwid lwid 2 div def
151
152% Define the following for use in do_upshortnote, do_dnshortnote, and
153% do_shortrest; it has to be done outside of the music font definition.
154/utildict 10 dict def
155utildict begin
156 /setnumflags { /numflags exch def } def
157 /sethooksm1 { /hooksm1 exch def } def
158 /setoffsets { /offsets exch def } def
159 /setx { /x exch def } def
160 /sety { /y exch def } def
161end
162
163% Define a music character font. Each music character is defined as if it
164% were a normal ASCII character in a strange font where "A" looks like a
165% treble clef, "B" looks like a bass clef, etc.
166
167/mfont0 100 dict def
168mfont0 begin
169 /FontType 3 def
170 /FontMatrix [ .001 0 0 0.001 0 0 ] def
171 /FontBBox [ -2000 -4030 2000 4030 ] def
172 /FontName (Mfont0) def
173
174 % set up Encoding vector with standard names
175 /Encoding 256 array def
176 StandardEncoding Encoding copy
177 pop
178
179 % the following definitions are used for quarter rests
180 /topx -170 def /topy 950 def
181 /cor1x 250 def /cor1y 450 def
182 /cor2x -300 def /cor2y 200 def
183 /cor3x 250 def /cor3y -400 def
184
185 % the following definitions are used for double sharps
186 /limit 300 halflwid add def
187 /off 70 def
188 /inbendsmall limit 200 sub def
189 /inbendbig limit 20 sub def
190 /outbendsmall 100 def
191 /outbendbig outbendsmall off add def
192
193 %%%%% define routines that will be used by multiple characters %%%%%
194 /do_1n {
195 gsave
196 newpath -10 rotate 1.6 1 scale
197 0 0 325 0 360 arc %outer ellipse
198 1 1.6 div 1 scale 10 rotate %back to original
199 35 rotate 0.85 1.1 scale
200 0 0 275 0 360 arc %inner ellipse
201 eofill
202 grestore
203 } def
204 /do_upflag {
205 -315 0 moveto
206 -300 100 -100 480 0 600 curveto
207 300 960 350 1500 200 1700 curveto
208 130 1700 lineto
209 350 1200 50 650 -315 600 curveto
210 fill
211 } def
212 /do_flat {
213 -250 -400 moveto %outer edge of loop
214 500 0 350 650 -250 160 curveto
215 -250 160 lwid sub lineto %inner edge of loop
216 100 400 300 0 -250 -400 lwid add curveto
217 fill
218
219 lwid setlinewidth %stem
220 -250 1100 moveto -250 -400 lineto stroke
221 } def
222 /do_diamond {
223 newpath
224 420 0 moveto 0 300 lineto -420 0 lineto
225 0 -300 lineto closepath
226 259 -29 moveto -41 185 lineto -259 29 lineto
227 41 -185 lineto closepath
228 eofill
229 } def
230 /do_2n {
231 gsave
232 newpath 25 rotate 1.4 1 scale
233 0 0 315 0 360 arc %outer ellipse
234 1 1.4 div 1 scale %back to original
235 1.3 0.5 scale
236 0 0 310 0 360 arc %inner ellipse
237 eofill
238 grestore
239 } def
240 /do_4n {
241 gsave
242 newpath 25 rotate 1.35 1 scale
243 0 0 310 0 360 arc fill
244 grestore
245 } def
246 /do_com {
247 newpath
248 330 250 150 0 360 arc fill %knob at upper right
249 465 300 moveto %outer boundary
250 410 500 200 635 0 635 curveto
251 -750 635 -750 -635 0 -635 curveto
252 350 -635 480 -300 500 -100 curveto
253 430 -100 lineto %inner boundary
254 380 -300 250 -565 0 -565 curveto
255 -450 -565 -450 565 0 565 curveto
256 200 565 370 350 395 300 curveto
257 fill
258 } def
259 /do_ferm {
260 0 0 800 lwid sub 0 180 arc %inner arc
261 -800 0 lineto
262 0 270 lwid sub 800 180 0 arcn %outer arc
263 800 0 lineto fill
264 0 120 120 0 360 arc fill %the dot
265 } def
266 /do_mor {
267 gsave
268 0.7 1 scale %scrunch the following horizontally
269 45 rotate %to pretend all lines horz or vertical
270 0 1 1 {
271 pop %we don't need the loop variable
272 %one half of the mordent
273 0 40 moveto 350 40 lineto 350 -460 lineto
274 750 -460 lineto 750 -540 lineto
275 150 -540 lineto 150 -40 lineto
276 0 -40 lineto fill
277 180 rotate %to do the other half
278 } for
279 grestore
280 } def
281 /do_turn {
282 gsave
283 0 1 1 {
284 pop %we don't need the loop variable
285 0 -100 moveto %outer boundary
286 200 -400 625 -400 625 0 curveto
287 625 200 500 325 300 325 curveto
288 300 185 lineto %inner boundary
289 450 255 555 150 555 0 curveto
290 555 -350 250 -250 0 100 curveto
291 fill
292 300 255 70 0 360 arc fill %knob on end
293 180 rotate %to do the other half
294 } for
295 grestore
296 } def
297
298 /do_upshortnote {
299 utildict begin
300 setnumflags %set numflags from the stack
301 gsave
302 -330 0 translate %half a flag width
303 do_4n %do a quarter note head
304 lwid setlinewidth
305 370 0 moveto
306 370 2100 numflags 2 sub flagsep mul add lineto stroke
307 670 2100 numflags 2 sub flagsep mul add translate
308 1 -1 scale %reflect across X axis
309 0 1 numflags 1 sub {
310 do_upflag %do an upflag
311 pop %we don't need the loop variable
312 0 flagsep translate
313 } for
314 grestore
315 end
316 } def
317
318 /do_dnshortnote {
319 utildict begin
320 setnumflags %set numflags from the stack
321 do_4n %do a quarter note head
322 lwid setlinewidth
323 -370 0 moveto
324 -370 -2100 numflags 2 sub flagsep mul sub lineto stroke
325 gsave
326 -70 -2100 numflags 2 sub flagsep mul sub translate
327 0 1 numflags 1 sub {
328 do_upflag %do an upflag
329 pop %we don't need the loop variable
330 0 flagsep translate
331 } for
332 grestore
333 end
334 } def
335
336 /do_shortrest {
337 utildict begin
338 sety setx setoffsets sethooksm1 %set variable from the stack
339 gsave
340 -105.8 offsets mul -600 offsets mul translate
341 0 1 hooksm1 { %loop once per hook
342 newpath
343 1 setlinewidth
344 gsave
345 1 1.2 scale
346 -150 300 1.2 div 140 0 360 arc fill %the dot
347 grestore
348 lwid setlinewidth
349 -50 700 550 255 315 arc %rest of the hook
350 hooksm1 lt { stroke 105.8 600 translate } if
351 } for
352 x y lineto stroke
353 grestore
354 end
355 } def
356
357
358 % subsidiary dictionary of character definitions
359 /CharStrings 128 dict def
360 CharStrings begin
361
362 /.notdef {} def
363
364 % Here are the definitions of the characters. A stepsize here
365 % is 300 units (assuming the character is drawn at its default
366 % size).
367
368 % gclef
369 /A {
370 newpath
371 %start with inner curl, inside boundary
372 -50 -300 moveto
373 -450 600 700 700 750 0 curveto
374 750 -800 -700 -800 -700 200 curveto
375 -700 900 500 1400 520 2250 curveto
376 520 2900 300 3000 200 3000 curveto
377 100 3000 -400 2500 -200 1800 curveto
378 350 -600 lineto
379 720 -1600 0 -1650 -400 -1400 curveto
380
381 %go back to start, drawing the other boundary
382 -400 -1480 lineto
383 0 -1700 800 -1700 430 -600 curveto
384 -120 1800 lineto
385 -300 2400 200 2800 250 2800 curveto
386 400 2800 430 2700 430 2450 curveto
387 430 1800 -900 1200 -900 300 curveto
388 -750 -900 800 -900 850 0 curveto
389 900 1100 -750 900 -120 -300 curveto fill
390
391 %circle at the bottom
392 -300 -1250 250 0 360 arc fill
393 } def
394
395 % fclef
396 /B {
397 newpath
398 %start with outside boundary, at bottom
399 -1000 -1700 moveto
400 100 -1100 500 -600 450 0 curveto
401 450 850 -1100 850 -950 0 curveto
402
403 %go back to start, drawing the other boundary
404 -880 0 lineto
405 -920 400 -600 560 -300 560 curveto
406 0 560 150 400 150 0 curveto
407 150 -400 100 -900 -1000 -1620 curveto fill
408
409 %circle at the left
410 newpath
411 -700 0 250 0 360 arc fill
412
413 %do the two dots after the main curve
414 700 -300 100 0 360 arc fill
415 700 300 100 0 360 arc fill
416 } def
417
418 % cclef
419 /C {
420 gsave
421 %do upper curved part, then scale to do mirror image
422 0 1 1 {
423 pop %we don't need the loop variable
424 %outer boundary of curve
425 -170 0 moveto 100 300 lineto
426 400 -200 750 300 750 650 curveto
427 750 1100 450 1235 250 1235 curveto
428 0 1235 -143 1100 -143 950 curveto
429
430 %inner boundary of curve
431 0 950 lineto
432 0 1100 30 1165 250 1165 curveto
433 300 1165 450 1100 450 650 curveto
434 450 400 400 -100 100 400 curveto
435 -270 0 lineto fill
436 %stroke
437 %-270 0 moveto 100 400 lineto
438 %400 -100 450 400 450 650 curveto
439 %450 1100 300 1165 250 1165 curveto
440 %30 1165 0 1100 0 950 curveto
441 %stroke
442
443 %elliptical ball at end of curve
444 gsave
445 1.3 1 scale
446 10 950 120 0 360 arc fill
447 grestore
448 1 -1 scale %reflect across X axis
449 } for
450 grestore
451
452 % two vertical lines on the left
453 300 setlinewidth -600 -1200 halflwid sub moveto
454 -600 1200 halflwid add lineto stroke
455 lwid setlinewidth -300 -1200 halflwid sub moveto
456 -300 1200 halflwid add lineto stroke
457 } def
458
459 % dblwhole
460 /D {
461 do_1n %do a whole note
462 lwid setlinewidth
463 -490 -600 moveto -490 600 lineto stroke
464 490 -600 moveto 490 600 lineto stroke
465 } def
466
467 % 1n
468 /E {
469 do_1n %do a whole note
470 } def
471
472 % 2n
473 /F {
474 do_2n %do a half note
475 } def
476
477 % 4n
478 /G {
479 do_4n %do a quarter note head
480 } def
481
482 % upflag
483 /H {
484 do_upflag %do an upflag
485 } def
486
487 % dnflag
488 /I {
489 gsave
490 1 -1 scale %reflect across X axis
491 do_upflag %do an upflag
492 grestore
493 } def
494
495 % dwhrest
496 /J {
497 300 setlinewidth
498 0 0 moveto 0 600 lineto stroke
499 } def
500
501 % 1rest
502 /K {
503 lwid setlinewidth
504 -750 600 moveto 750 600 lineto stroke
505 300 setlinewidth
506 -400 450 moveto 400 450 lineto stroke
507 } def
508
509 % 2rest
510 /L {
511 lwid setlinewidth
512 -750 0 moveto 750 0 lineto stroke
513 300 setlinewidth
514 -400 150 moveto 400 150 lineto stroke
515 } def
516
517 % 4rest
518 /M {
519 newpath
520 cor3x cor3y halflwid add moveto
521 %-400 -200 -450 -650 50 -950 lwid add curveto
522 -450 -50 -450 -650 50 -950 lwid add curveto
523 -150 -650 -100 -250 cor3x cor3y halflwid sub curveto
524 fill
525
526 cor1x cor1y moveto cor1x 200 sub cor1y 200 add lineto
527 cor2x cor2y lineto cor2x 200 add cor2y 200 sub lineto
528 fill
529
530 lwid setlinewidth
531 topx topy moveto cor1x cor1y lineto stroke
532 cor2x cor2y moveto cor3x cor3y lineto stroke
533 } def
534
535 % 8rest
536 /N {
537 0 0 0 -600 do_shortrest
538 } def
539
540 % 16rest
541 /O {
542 1 1 100 -1200 do_shortrest
543 } def
544
545 % 32rest
546 /P {
547 2 1 0 -1800 do_shortrest
548 } def
549
550 % 64rest
551 /Q {
552 3 2 -80 -2100 do_shortrest
553 } def
554
555 % 128rest
556 /R {
557 4 2 -150 -2700 do_shortrest
558 } def
559
560 % 256rest
561 /S {
562 5 3 -280 -3300 do_shortrest
563 } def
564
565 % dot
566 /T {
567 newpath
568 0 0 120 0 360 arc fill
569 } def
570
571 % nat
572 /U {
573 % fill crossbars so that we can do parallelograms
574 -235 -470 moveto -235 -270 lineto
575 235 -130 lineto 235 -330 lineto fill
576 -235 130 moveto -235 330 lineto
577 235 470 lineto 235 270 lineto fill
578
579 % vertical strokes
580 lwid setlinewidth
581 -200 -380 moveto -200 850 lineto stroke
582 200 -850 moveto 200 380 lineto stroke
583 } def
584
585 % sharp
586 /V {
587 % fill crossbars so that we can do parallelograms
588 -325 -480 moveto -325 -280 lineto
589 325 -120 lineto 325 -320 lineto fill
590 -325 120 moveto -325 320 lineto
591 325 480 lineto 325 280 lineto fill
592
593 % vertical strokes
594 lwid setlinewidth
595 -150 -930 moveto -150 880 lineto stroke
596 150 -880 moveto 150 930 lineto stroke
597 } def
598
599 % flat
600 /W {
601 do_flat %do a flat
602 } def
603
604 % dblsharp
605 /X {
606 gsave
607 0 1 3 { %loop once for each of 4 sticks
608 pop %we don't need the loop variable
609 0 off neg moveto
610 outbendbig outbendsmall lineto
611 inbendbig inbendsmall lineto
612 limit limit lineto
613 inbendsmall inbendbig lineto
614 outbendsmall outbendbig lineto
615 off neg 0 lineto
616 fill
617 -90 rotate
618 } for
619 grestore
620 } def
621
622 % dblflat
623 /Y {
624 -290 580 290 { %loop once for each flat
625
626 gsave
627 1 setlinewidth
628 0 translate %translate left/right (loop var)
629 do_flat %do a flat
630 grestore
631
632 } for
633 } def
634
635 % xnote
636 /Z {
637 gsave
638 1.15 1 scale 120 setlinewidth 1 setlinecap %round
639 -300 -300 moveto 300 300 lineto stroke
640 -300 300 moveto 300 -300 lineto stroke
641 grestore
642 } def
643
644 % dwhdiamond
645 /a {
646 do_diamond %do a diamond
647 lwid setlinewidth
648 -420 -600 moveto -420 600 lineto stroke
649 420 -600 moveto 420 600 lineto stroke
650 } def
651
652 % diamond
653 /b {
654 do_diamond %do a diamond
655 } def
656
657 % filldiamond
658 /c {
659 420 0 moveto 0 300 lineto
660 -420 0 lineto 0 -300 lineto fill
661 } def
662
663 % up2n
664 /d {
665 lwid setlinewidth
666 380 0 moveto 380 2100 lineto stroke
667 do_2n %do a half note
668 } def
669
670 % dn2n
671 /e {
672 lwid setlinewidth
673 -380 0 moveto -380 -2100 lineto stroke
674 do_2n %do a half note
675 } def
676
677 % up4n
678 /f {
679 do_4n %do a quarter note head
680 lwid setlinewidth
681 370 0 moveto 370 2100 lineto stroke
682 } def
683
684 % dn4n
685 /g {
686 do_4n %do a quarter note head
687 lwid setlinewidth
688 -370 0 moveto -370 -2100 lineto stroke
689 } def
690
691 % up8n
692 /h {
693 gsave
694 -330 0 translate % half a flag width
695 do_4n %do a quarter note head
696 lwid setlinewidth
697 370 0 moveto 370 2100 lineto stroke
698 670 2100 translate
699 1 -1 scale %reflect across X axis
700 do_upflag %do an upflag
701 grestore
702 } def
703
704 % dn8n
705 /i {
706 do_4n %do a quarter note head
707 lwid setlinewidth
708 -370 0 moveto -370 -2100 lineto stroke
709 gsave
710 -70 -2100 translate
711 do_upflag %do an upflag
712 grestore
713 } def
714
715 % up16n
716 /j {
717 2 do_upshortnote
718 } def
719
720 % dn16n
721 /k {
722 2 do_dnshortnote
723 } def
724
725 % up32n
726 /l {
727 3 do_upshortnote
728 } def
729
730 % dn32n
731 /m {
732 3 do_dnshortnote
733 } def
734
735 % up64n
736 /n {
737 4 do_upshortnote
738 } def
739
740 % dn64n
741 /o {
742 4 do_dnshortnote
743 } def
744
745 % up128n
746 /p {
747 5 do_upshortnote
748 } def
749
750 % dn128n
751 /q {
752 5 do_dnshortnote
753 } def
754
755 % up256n
756 /r {
757 6 do_upshortnote
758 } def
759
760 % dn256n
761 /s {
762 6 do_dnshortnote
763 } def
764
765 % com
766 /t {
767 do_com %do a common time symbol
768 } def
769
770 % cut
771 /u {
772 do_com %do a common time symbol
773 lwid setlinewidth
774 0 -900 moveto 0 900 lineto stroke
775 } def
776
777 % begped
778 /v {
779 lwid setlinewidth
780 -200 600 moveto -200 0 lineto 200 0 lineto stroke
781 } def
782
783 % pedal
784 /w {
785 lwid setlinewidth
786 -500 0 moveto -450 0 lineto 0 600 lineto
787 450 0 lineto 500 0 lineto stroke
788 } def
789
790 % endped
791 /x {
792 lwid setlinewidth
793 200 600 moveto 200 0 lineto -200 0 lineto stroke
794 } def
795
796 % dnbow
797 /y {
798 lwid setlinewidth
799 -350 0 moveto -350 900 lineto stroke
800 350 0 moveto 350 900 lineto stroke
801 200 setlinewidth
802 -350 800 moveto 350 800 lineto stroke
803 } def
804
805 % upbow
806 /z {
807 lwid setlinewidth
808 -300 900 moveto 0 0 lineto 300 900 lineto stroke
809 } def
810
811 % wedge
812 /one {
813 0 0 moveto -150 500 lineto 150 500 lineto fill
814 } def
815
816 % uwedge
817 /two {
818 -150 0 moveto 150 0 lineto 0 500 lineto fill
819 } def
820
821 % ferm
822 /three {
823 newpath
824 do_ferm %do a right side up fermata
825 } def
826
827 % uferm
828 /four {
829 newpath
830 gsave
831 0 270 lwid sub 800 add translate %baseline at bottom
832 180 rotate %upside down
833 do_ferm %do a right side up fermata
834 grestore
835 } def
836
837 % sign
838 /five {
839 gsave
840 %do upper left curved part, upper right dot;
841 %then rotate 180 to do other half
842 0 1 1 {
843 pop %we don't need the loop variable
844 0 100 moveto %inner boundary
845 -1000 300 -400 750 -200 700 curveto
846 -200 800 lineto %outer boundary
847 -550 900 -1100 100 0 -100 curveto
848 fill
849 %dot at end of curve
850 -200 700 100 0 360 arc fill
851 %dot in upper right quadrant
852 500 200 70 0 360 arc fill
853 180 rotate
854 } for
855 grestore
856
857 %slash through middle
858 lwid setlinewidth
859 -400 -800 moveto 400 800 lineto stroke
860 } def
861
862 % coda
863 /six {
864 newpath
865 gsave
866 0.6 1 scale
867 0 0 550 0 360 arc %outside boundary
868 1 0.6 div 1 scale %back to original
869 0.9 1 scale
870 0 0 650 0 360 arc %inside boundary
871 eofill
872 grestore
873 lwid setlinewidth
874 0 -850 moveto 0 850 lineto stroke
875 -800 0 moveto 800 0 lineto stroke
876 } def
877
878 % mor
879 /seven {
880 do_mor %do a mordent
881 } def
882
883 % invmor
884 /eight {
885 do_mor %do a mordent
886 lwid setlinewidth
887 0 -450 moveto 0 450 lineto stroke
888 } def
889
890 % turn
891 /nine {
892 do_turn %do a turn
893 } def
894
895 % invturn
896 /zero {
897 gsave
898 1 -1 scale %reflect across X axis
899 do_turn %do a turn
900 grestore
901 } def
902
903 % acc_gt
904 /numbersign {
905 lwid setlinewidth
906 -500 300 moveto 500 0 lineto -500 -300 lineto stroke
907 } def
908
909 % acc_hat
910 /dollar {
911 newpath
912 -365 0 moveto 0 860 lineto 365 0 lineto
913 150 0 lineto -75 530 lineto -300 0 lineto fill
914 } def
915
916 % acc_uhat
917 /quotedbl {
918 newpath
919 365 860 moveto 0 0 lineto -365 860 lineto
920 -150 860 lineto 75 330 lineto 300 860 lineto fill
921 } def
922
923 % tr
924 /asterisk {
925 %vertical bar of t
926 -350 1000 moveto -550 200 lineto
927 -612.5 -50 -212.5 -50 -160 200 curveto
928 -230 200 lineto
929 -300 50 -420 50 -400 200 curveto
930 -200 1000 lineto fill
931
932 %crossbar of t and vertical bar of r
933 -700 600 moveto -160 600 lineto
934 20 600 30 520 60 440 curveto
935 -50 0 lineto 70 0 lineto 180 440 lineto
936 190 480 100 670 -150 670 curveto
937 -690 670 lineto fill
938
939 %horizontal curve of r
940 100 480 moveto
941 300 630 450 700 650 550 curveto
942 560 480 lineto
943 450 630 300 560 100 390 curveto
944 fill
945
946 %knob at end of r
947 600 460 100 0 360 arc fill
948 } def
949
950 % leg
951 /comma {
952 100 setlinewidth
953 -400 0 moveto 400 0 lineto stroke
954 } def
955
956 % rr
957 /hyphen {
958 100 setlinewidth
959 -400 0 moveto 0 1000 lineto stroke
960 0 0 moveto 400 1000 lineto stroke
961 } def
962
963 % measrpt
964 /period {
965 newpath -450 400 150 0 360 arc fill
966 newpath 450 -400 150 0 360 arc fill
967 200 setlinewidth
968 -550 -600 moveto 550 600 lineto stroke
969 } def
970
971 % copyright
972 /slash {
973 lwid setlinewidth
974 newpath 0 400 400 0 360 arc stroke
975 newpath 0 400 200 45 315 arc stroke
976 } def
977
978 % dim
979 /quoteleft {
980 50 setlinewidth
981 newpath 0 640 220 0 360 arc stroke
982 } def
983
984 % halfdim
985 /quoteright {
986 50 setlinewidth
987 newpath 0 640 220 0 360 arc stroke
988 newpath -340 300 moveto 340 980 lineto stroke
989 } def
990
991 % triangle
992 /asciicircum {
993 50 setlinewidth
994 newpath -340 -10 moveto 0 710 lineto
995 340 -10 lineto closepath stroke
996 } def
997
998 % qwhrest
999 /ampersand {
1000 300 setlinewidth
1001 0 -600 moveto 0 600 lineto stroke
1002 } def
1003
1004 % ll1rest
1005 /exclam {
1006 310 setlinewidth
1007 -400 455 moveto 400 450 lineto stroke
1008 } def
1009
1010 % ll2rest
1011 /at {
1012 310 setlinewidth
1013 -400 145 moveto 400 150 lineto stroke
1014 } def
1015 end
1016
1017 /BuildChar {
1018
1019 exch begin
1020 Encoding exch get
1021
1022 dup
1023 Mcbbox0 exch get
1024 aload pop setcachedevice
1025
1026 CharStrings exch get
1027 exec
1028 end
1029 } def
1030end
1031
1032
1033% Define another music character font, since there are too many to fit in one
1034% font. It works the same way as the first one.
1035
1036/mfont1 100 dict def
1037mfont1 begin
1038 /FontType 3 def
1039 /FontMatrix [ .001 0 0 0.001 0 0 ] def
1040 /FontBBox [ -2000 -4030 2000 4030 ] def
1041 /FontName (Mfont1) def
1042
1043 % set up Encoding vector with standard names
1044 /Encoding 256 array def
1045 StandardEncoding Encoding copy
1046 pop
1047
1048 %%%%% define routines that will be used by multiple characters %%%%%
1049
1050 /do_dwh_bars {
1051 % the two bars surrounding a double whole note
1052 lwid setlinewidth
1053 -420 -600 moveto -420 600 lineto stroke
1054 420 -600 moveto 420 600 lineto stroke
1055 } def
1056 /do_righttriangle {
1057 newpath
1058 420 270 moveto -420 270 lineto 350 -300 lineto 420 -300 lineto
1059 350 150 moveto -140 150 lineto 350 -213 lineto
1060 eofill
1061 } def
1062 /do_fillrighttriangle {
1063 newpath
1064 420 270 moveto -420 270 lineto 350 -300 lineto 420 -300 lineto
1065 fill
1066 } def
1067 /do_rectangle {
1068 newpath
1069 420 270 moveto -420 270 lineto -420 -270 lineto 420 -270 lineto
1070 350 150 moveto -350 150 lineto -350 -150 lineto 350 -150 lineto
1071 eofill
1072 } def
1073 /do_isostriangle {
1074 newpath
1075 0 300 moveto -420 -270 lineto 420 -270 lineto
1076 0 182 moveto -245 -150 lineto 245 -150 lineto
1077 eofill
1078 } def
1079 /do_piewedge {
1080 newpath
1081 0 -300 moveto 0 -244 514 35 145 arc
1082 0 -209 moveto 0 -244 394 43 137 arc
1083 eofill
1084 } def
1085 /do_semicircle {
1086 newpath
1087 gsave
1088 1 1.357 scale 420 199 moveto 0 199 420 180 360 arc
1089 1 1.09 scale 350 111 moveto 0 199 350 194.1 345.9 arc
1090 eofill
1091 grestore
1092 } def
1093 /do_slashhead {
1094 newpath
1095 lwid setlinewidth
1096 -620 -530 moveto -480 -670 lineto 620 530 lineto 480 670 lineto
1097 closepath stroke
1098 } def
1099
1100 % subsidiary dictionary of character definitions
1101 /CharStrings 128 dict def
1102 CharStrings begin
1103
1104 /.notdef {} def
1105
1106 % Here are the definitions of the characters. A stepsize here
1107 % is 300 units (assuming the character is drawn at its default
1108 % size).
1109
1110 % dwhrighttriangle
1111 /A {
1112 do_righttriangle
1113 do_dwh_bars
1114 } def
1115
1116 % righttriangle
1117 /B {
1118 do_righttriangle
1119 } def
1120
1121 % fillrighttriangle
1122 /C {
1123 newpath
1124 420 270 moveto -420 270 lineto 350 -300 lineto
1125 420 -300 lineto
1126 fill
1127 } def
1128
1129 % udwhrighttriangle
1130 /D {
1131 gsave
1132 180 rotate
1133 do_righttriangle
1134 do_dwh_bars
1135 grestore
1136 } def
1137
1138 % urighttriangle
1139 /E {
1140 gsave
1141 180 rotate
1142 do_righttriangle
1143 grestore
1144 } def
1145
1146 % ufillrighttriangle
1147 /F {
1148 gsave
1149 180 rotate
1150 do_fillrighttriangle
1151 grestore
1152 } def
1153
1154 % dwhrectangle
1155 /G {
1156 do_rectangle
1157 do_dwh_bars
1158 } def
1159
1160 % rectangle
1161 /H {
1162 do_rectangle
1163 } def
1164
1165 % fillrectangle
1166 /I {
1167 newpath
1168 420 270 moveto -420 270 lineto -420 -270 lineto
1169 420 -270 lineto
1170 fill
1171 } def
1172
1173 % dwhisostriangle
1174 /J {
1175 do_isostriangle
1176 do_dwh_bars
1177 } def
1178
1179 % isostriangle
1180 /K {
1181 do_isostriangle
1182 } def
1183
1184 % fillisostriangle
1185 /L {
1186 newpath
1187 0 300 moveto -420 -270 lineto 420 -270 lineto
1188 fill
1189 } def
1190
1191 % dwhpiewedge
1192 /M {
1193 do_piewedge
1194 do_dwh_bars
1195 } def
1196
1197 % piewedge
1198 /N {
1199 do_piewedge
1200 } def
1201
1202 % fillpiewedge
1203 /O {
1204 newpath
1205 0 -300 moveto 0 -244 514 35 145 arc
1206 fill
1207 } def
1208
1209 % dwhsemicircle
1210 /P {
1211 do_semicircle
1212 do_dwh_bars
1213 } def
1214
1215 % semicircle
1216 /Q {
1217 do_semicircle
1218 } def
1219
1220 % fillsemicircle
1221 /R {
1222 newpath
1223 gsave
1224 1 570 420 div scale
1225 420 199 moveto 0 199 420 180 360 arc
1226 fill
1227 grestore
1228 } def
1229
1230 % dwhslashhead
1231 /S {
1232 do_slashhead
1233 lwid setlinewidth
1234 -650 -600 moveto -650 600 lineto stroke
1235 650 -600 moveto 650 600 lineto stroke
1236 } def
1237
1238 % slashhead
1239 /T {
1240 do_slashhead
1241 } def
1242
1243 % fillslashhead
1244 /U {
1245 newpath
1246 200 setlinewidth
1247 -550 -600 moveto 550 600 lineto stroke
1248 } def
1249
1250 % blankhead
1251 /V {
1252 %print nothing
1253 } def
1254 end
1255
1256 /BuildChar {
1257
1258 exch begin
1259 Encoding exch get
1260
1261 dup
1262 Mcbbox1 exch get
1263 aload pop setcachedevice
1264
1265 CharStrings exch get
1266 exec
1267 end
1268 } def
1269end
1270
1271
1272% General routines for printing any music character, invoked by each music
1273% character's specific routine below. The scaling factor (default 1) needs
1274% to be multiplied by 10 to get the actual size. These routines restore the
1275% preexisting current font when they are done.
1276
1277/printmchar0 {
1278 gsave
1279 /musicchar exch def
1280 /Mfont0 findfont exch 10 mul scalefont setfont moveto
1281 musicchar show
1282 grestore
1283} def
1284/printmchar1 {
1285 gsave
1286 /musicchar exch def
1287 /Mfont1 findfont exch 10 mul scalefont setfont moveto
1288 musicchar show
1289 grestore
1290} def
1291
1292% Define each music character name to be a routine that prints the character.
1293% Each character is to be invoked as in this example:
1294% 100 200 1 gclef % at (100, 200), scale to default size & print
1295
1296/gclef { (A) printmchar0 } def
1297/fclef { (B) printmchar0 } def
1298/cclef { (C) printmchar0 } def
1299/dblwhole { (D) printmchar0 } def
1300/1n { (E) printmchar0 } def
1301/2n { (F) printmchar0 } def
1302/4n { (G) printmchar0 } def
1303/upflag { (H) printmchar0 } def
1304/dnflag { (I) printmchar0 } def
1305/dwhrest { (J) printmchar0 } def
1306/1rest { (K) printmchar0 } def
1307/2rest { (L) printmchar0 } def
1308/4rest { (M) printmchar0 } def
1309/8rest { (N) printmchar0 } def
1310/16rest { (O) printmchar0 } def
1311/32rest { (P) printmchar0 } def
1312/64rest { (Q) printmchar0 } def
1313/128rest { (R) printmchar0 } def
1314/256rest { (S) printmchar0 } def
1315/dot { (T) printmchar0 } def
1316/nat { (U) printmchar0 } def
1317/sharp { (V) printmchar0 } def
1318/flat { (W) printmchar0 } def
1319/dblsharp { (X) printmchar0 } def
1320/dblflat { (Y) printmchar0 } def
1321/xnote { (Z) printmchar0 } def
1322/dwhdiamond { (a) printmchar0 } def
1323/diamond { (b) printmchar0 } def
1324/filldiamond { (c) printmchar0 } def
1325/up2n { (d) printmchar0 } def
1326/dn2n { (e) printmchar0 } def
1327/up4n { (f) printmchar0 } def
1328/dn4n { (g) printmchar0 } def
1329/up8n { (h) printmchar0 } def
1330/dn8n { (i) printmchar0 } def
1331/up16n { (j) printmchar0 } def
1332/dn16n { (k) printmchar0 } def
1333/up32n { (l) printmchar0 } def
1334/dn32n { (m) printmchar0 } def
1335/up64n { (n) printmchar0 } def
1336/dn64n { (o) printmchar0 } def
1337/up128n { (p) printmchar0 } def
1338/dn128n { (q) printmchar0 } def
1339/up256n { (r) printmchar0 } def
1340/dn256n { (s) printmchar0 } def
1341/com { (t) printmchar0 } def
1342/cut { (u) printmchar0 } def
1343/begped { (v) printmchar0 } def
1344/pedal { (w) printmchar0 } def
1345/endped { (x) printmchar0 } def
1346/dnbow { (y) printmchar0 } def
1347/upbow { (z) printmchar0 } def
1348/wedge { (1) printmchar0 } def
1349/uwedge { (2) printmchar0 } def
1350/ferm { (3) printmchar0 } def
1351/uferm { (4) printmchar0 } def
1352/sign { (5) printmchar0 } def
1353/coda { (6) printmchar0 } def
1354/mor { (7) printmchar0 } def
1355/invmor { (8) printmchar0 } def
1356/turn { (9) printmchar0 } def
1357/invturn { (0) printmchar0 } def
1358/acc_gt { (#) printmchar0 } def
1359/acc_hat { ($) printmchar0 } def
1360/acc_uhat { (") printmchar0 } def
1361/tr { (*) printmchar0 } def
1362/leg { (,) printmchar0 } def
1363/rr { (-) printmchar0 } def
1364/measrpt { (.) printmchar0 } def
1365/copyright { (/) printmchar0 } def
1366/dim { (`) printmchar0 } def
1367/halfdim { (') printmchar0 } def
1368/triangle { (^) printmchar0 } def
1369/qwhrest { (&) printmchar0 } def
1370/ll1rest { (!) printmchar0 } def
1371/ll2rest { (@) printmchar0 } def
1372/dwhrighttriangle { (A) printmchar1 } def
1373/righttriangle { (B) printmchar1 } def
1374/fillrighttriangle { (C) printmchar1 } def
1375/udwhrighttriangle { (D) printmchar1 } def
1376/urighttriangle { (E) printmchar1 } def
1377/ufillrighttriangle { (F) printmchar1 } def
1378/dwhrectangle { (G) printmchar1 } def
1379/rectangle { (H) printmchar1 } def
1380/fillrectangle { (I) printmchar1 } def
1381/dwhisostriangle { (J) printmchar1 } def
1382/isostriangle { (K) printmchar1 } def
1383/fillisostriangle { (L) printmchar1 } def
1384/dwhpiewedge { (M) printmchar1 } def
1385/piewedge { (N) printmchar1 } def
1386/fillpiewedge { (O) printmchar1 } def
1387/dwhsemicircle { (P) printmchar1 } def
1388/semicircle { (Q) printmchar1 } def
1389/fillsemicircle { (R) printmchar1 } def
1390/dwhslashhead { (S) printmchar1 } def
1391/slashhead { (T) printmchar1 } def
1392/fillslashhead { (U) printmchar1 } def
1393/blankhead { (V) printmchar1 } def
1394
1395
1396% Define routines for Mup output other than music characters.
1397
1398/stepsize 3 def % define a step size as 3 points (at default magnification)
1399
1400% x1 y1 x2 lines dist staffscale staff
1401% draw a staff starting at x1, y1 and extending to x2 with "lines"
1402% lines, 2*dist*stepsize apart, scaled by staffscale
1403/staff {
1404 /staffscale exch def
1405 /dist exch def
1406 /lines exch def
1407 /x2 exch def
1408 /y1 exch def
1409 /x1 exch def
1410 0.7 staffscale mul sb setlinewidth
1411 1 lines sub 2 lines 1 sub { % loop from bottom line to top line
1412 dup stepsize mul staffscale mul dist mul y1 add x1 exch moveto
1413 stepsize mul staffscale mul dist mul y1 add x2 exch lineto stroke
1414 } for
1415} def
1416
1417% x y1 y2 bracket draw a bracket; y1 is the top
1418/bracket {
1419 /y2 exch def
1420 /y1 exch def
1421 /x exch def
1422 gsave
1423 3 setlinewidth
1424 x 2 sub y1 1 add moveto
1425 x 2 sub y2 1 sub lineto
1426 stroke
1427 x 2 sub y1 1 add moveto
1428 x 1 sub y1 1 add x 3 add y1 1 add x 5 add y1 6 add curveto
1429 x 6 add y1 5 add lineto
1430 x 5 add y1 2 add x 1 add y1 2 sub x 2 sub y1 2 sub curveto
1431 fill
1432 x 2 sub y2 1 sub moveto
1433 x 1 sub y2 1 sub x 3 add y2 1 sub x 5 add y2 6 sub curveto
1434 x 6 add y2 5 sub lineto
1435 x 5 add y2 2 sub x 1 add y2 2 add x 2 sub y2 2 add curveto
1436 fill
1437 grestore
1438} def
1439
1440% x y1 y2 brace draw a brace; y1 is the top
1441/brace {
1442 /y2 exch def
1443 /y1 exch def
1444 /x exch def
1445 gsave
1446 x 9 sub y1 y2 add 2 div translate
1447 /topy y1 y2 sub 2 div 1 sub def
1448 0 1 1 {
1449 pop
1450 %0 topy moveto 0 0 lineto stroke
1451 0 0 moveto
1452 16 topy 0.2 mul -11 topy 0.6 mul 8 topy curveto
1453 8.7 topy lineto
1454 -7 topy 0.7 mul 20 topy 0.3 mul 1 0 curveto
1455 fill
1456 1 -1 scale % flip to do bottom half
1457 } for
1458 grestore
1459} def
1460
1461% endx endy wavy staffscale draw a wavy line from current point to here,
1462% scaled by staffscale
1463/wavy {
1464 /staffscale exch def
1465 /endy exch def % define the end point of the line
1466 /endx exch def
1467 currentpoint % line starts at current point
1468 /begy exch def % define the beginning point of the line
1469 /begx exch def
1470 gsave
1471 /dx endx begx sub def % find delta x and delta y
1472 /dy endy begy sub def
1473 /r dx dx mul dy dy mul add sqrt def % hypotenuse
1474 /theta dy dx atan def % angle with positive x axis
1475 begx begy translate % change axes so that we can draw the line
1476 theta rotate % from (0, 0) to (r, 0)
1477 staffscale staffscale scale % scale everything by staffscale
1478 /scaledr r staffscale div def % but scale r in reverse to keep length
1479
1480 % Each outer loop draws one cycle of the squiggle. It continues until
1481 % we are at or beyond the desired end point.
1482 0 0 moveto
1483 0 6 scaledr {
1484 gsave
1485 % first loop draws left half of squiggle; second draws right
1486 0 1 1 {
1487 0.0 0.4 moveto
1488 2.0 1.9 3.4 2.3 3.9 0.0 curveto
1489 2.1 0.0 lineto
1490 1.9 0.8 1.4 0.7 0.0 -0.4 curveto
1491 fill
1492 pop 180 rotate -6 0 translate
1493 } for
1494 grestore
1495
1496 pop 6 0 translate % shift axes right one squiggle
1497 } for
1498
1499 grestore
1500} def
1501
1502% x y space frets fretno numvert curvel curver [ f1 f2 f3 ... ] grid
1503% print a guitar grid diagram
1504/grid {
1505 /grid_positions exch def % 0="o", -1="x", -2=nothing, positive=dot
1506 /curver exch def % right string for curve, 0 if none
1507 /curvel exch def % left string for curve, 0 if none
1508 /numvert exch def % vertical position to print fretno, 0 if none
1509 /fretno exch def % fret no. to print at right, 0 if none
1510 /frets exch def % number of fret lines
1511 /space exch def % points between two neighboring lines
1512 /y exch def % y coord of top fret line
1513 /x exch def % x coord of left strings
1514
1515 gsave
1516 /strings grid_positions length def % number of strings
1517 /lmarky 0.4 space mul y add def % lowest Y of a "o" or "x"
1518 space 10 div setlinewidth
1519 2 setlinecap
1520
1521 % draw the lines of the grid
1522 0 1 strings 1 sub { % loop from left string to right string
1523 dup space mul x add y moveto
1524 space mul x add frets 1 sub space mul y exch sub lineto stroke
1525 } for
1526 0 -1 1 frets sub { % loop from top fret (nut) to bottom fret
1527 dup space mul y add x exch moveto
1528 space mul y add strings 1 sub space mul x add exch lineto stroke
1529 } for
1530
1531 % draw the curved line if there is one
1532 curvel 0 gt {
1533 % within strings curvel to curver, find smallest positive fret
1534 /minfret 1000 def
1535 curvel 1 curver {
1536 /strno exch def
1537 /grid_p grid_positions strno 1 sub get def
1538 grid_p 0 gt grid_p minfret lt and {
1539 /minfret grid_p def
1540 } if
1541 } for
1542
1543 % if curve goes above top fret, other marks must be higher
1544 minfret 1 eq {
1545 /hmarky 1.2 space mul y add def
1546 } {
1547 /hmarky lmarky def
1548 } ifelse
1549
1550 /strdiff curver curvel sub def
1551 space 8 div setlinewidth
1552
1553 % set endpoint coords of curve; higher if curve is short
1554 /curvex1 curvel 1 sub space mul x add def
1555 /curvex2 curver 1 sub space mul x add def
1556 /curvey 1 minfret sub space mul y add def
1557 strdiff 3 lt {
1558 /curvey 0.2 strdiff div space mul curvey add def
1559 } if
1560
1561 % move to left end, set other points, draw curve
1562 curvex1 curvey moveto
1563
1564 curvex1 curvex2 curvex1 sub 3 div add
1565 curvey space 0.4 strdiff sqrt mul mul add
1566
1567 curvex2 curvex2 curvex1 sub 3 div sub
1568 curvey space 0.4 strdiff sqrt mul mul add
1569
1570 curvex2 curvey curveto stroke
1571 } if
1572
1573 space 10 div setlinewidth
1574
1575 % draw dots and x and o marks
1576 0 1 strings 1 sub { % loop from left string to right string
1577 /strno exch def % first string is 0
1578 /grid_p grid_positions strno get def
1579 /strx strno space mul x add def
1580
1581 % set Y of mark higher if curved line covers this string
1582 strno 1 add curvel ge strno 1 add curver le and {
1583 /marky hmarky def
1584 } {
1585 /marky lmarky def
1586 } ifelse
1587
1588 grid_p -1 eq { % draw an X above the string
1589 /xhwid space 3 div def
1590 strx xhwid sub marky xhwid sub moveto
1591 strx xhwid add marky xhwid add lineto stroke
1592 strx xhwid sub marky xhwid add moveto
1593 strx xhwid add marky xhwid sub lineto stroke
1594 } if
1595 grid_p 0 eq { % draw a circle above the string
1596 strx marky space 0.3 mul 0 360 arc stroke
1597 } if
1598 grid_p 1 ge { % draw a dot by the proper fret
1599 strx y grid_p space mul sub space 3 div add
1600 space 3 div 0 360 arc fill
1601 } if
1602 } for
1603
1604 % print "X fr" if requested
1605 fretno 0 gt {
1606 /Palatino-Roman findfont space 1.9 mul scalefont setfont
1607 x strings 0.5 sub space mul add
1608 y space numvert 0.3 add mul sub moveto
1609 fretno 2 string cvs show ( fr) show
1610 } if
1611 grestore
1612} def
1613
1614% x1 y1 x2 y2 whitebox draw a white rectangle with opposite
1615% corners of (x1,y1) and (x2,y2)
1616/whitebox {
1617 /y2 exch def
1618 /x2 exch def
1619 /y1 exch def
1620 /x1 exch def
1621 1.0 setgray
1622 newpath
1623 x1 y1 moveto
1624 x1 y2 lineto
1625 x2 y2 lineto
1626 x2 y1 lineto
1627 closepath
1628 fill
1629 stroke
1630 0.0 setgray
1631} def
1632
1633
1634/LineNum 0 def
1635/InputFile (unknown) def
1636
1637% n linenum
1638/linenum {
1639 /LineNum exch def
1640} def
1641
1642% (inputfilename) inputfile
1643/inputfile {
1644 /InputFile exch def
1645} def
1646
1647% find size of Encoding and make a dictionary
1648% that size for bounding box information
1649mfont0 begin
1650/dictsize Encoding length def
1651mfont0 /Mcbbox0 dictsize dict put
1652
1653% temporarily redefine printmchar0 to get code
16545 dict begin
1655/printmchar0 { {} forall } def
1656
1657Mcbbox0 Encoding 128rest get [ 1140.0 0 -515.0 -1515.0 615.0 1685.0 ] put
1658Mcbbox0 Encoding 16rest get [ 830.0 0 -415.0 -1215.0 405.0 485.0 ] put
1659Mcbbox0 Encoding 1n get [ 1080.0 0 -535.0 -335.0 535.0 345.0 ] put
1660Mcbbox0 Encoding 1rest get [ 1540.0 0 -765.0 -5.0 765.0 645.0 ] put
1661Mcbbox0 Encoding 256rest get [ 1250.0 0 -625.0 -2115.0 615.0 1685.0 ] put
1662Mcbbox0 Encoding 2n get [ 880.0 0 -435.0 -345.0 435.0 355.0 ] put
1663Mcbbox0 Encoding 2rest get [ 1540.0 0 -765.0 -45.0 765.0 315.0 ] put
1664Mcbbox0 Encoding 32rest get [ 940.0 0 -415.0 -1215.0 515.0 1085.0 ] put
1665Mcbbox0 Encoding 4n get [ 840.0 0 -415.0 -335.0 415.0 345.0 ] put
1666Mcbbox0 Encoding 4rest get [ 650.0 0 -345.0 -885.0 295.0 985.0 ] put
1667Mcbbox0 Encoding 64rest get [ 1040.0 0 -515.0 -1515.0 515.0 1085.0 ] put
1668Mcbbox0 Encoding 8rest get [ 750.0 0 -305.0 -615.0 435.0 485.0 ] put
1669Mcbbox0 Encoding acc_gt get [ 1170.0 0 -525.0 -335.0 635.0 345.0 ] put
1670Mcbbox0 Encoding acc_hat get [ 780.0 0 -385.0 -5.0 385.0 875.0 ] put
1671Mcbbox0 Encoding acc_uhat get [ 780.0 0 -385.0 -5.0 385.0 875.0 ] put
1672Mcbbox0 Encoding begped get [ 470.0 0 -245.0 -45.0 215.0 615.0 ] put
1673Mcbbox0 Encoding cclef get [ 1540.0 0 -765.0 -1245.0 765.0 1255.0 ] put
1674Mcbbox0 Encoding coda get [ 1640.0 0 -815.0 -855.0 815.0 865.0 ] put
1675Mcbbox0 Encoding com get [ 1100.0 0 -575.0 -635.0 515.0 655.0 ] put
1676Mcbbox0 Encoding copyright get [ 920.0 0 -455.0 -45.0 455.0 855.0 ] put
1677Mcbbox0 Encoding cut get [ 1100.0 0 -575.0 -905.0 515.0 915.0 ] put
1678Mcbbox0 Encoding dblflat get [ 1170.0 0 -595.0 -405.0 565.0 1115.0 ] put
1679Mcbbox0 Encoding dblsharp get [ 720.0 0 -355.0 -345.0 355.0 355.0 ] put
1680Mcbbox0 Encoding dblwhole get [ 1090.0 0 -535.0 -605.0 545.0 615.0 ] put
1681Mcbbox0 Encoding diamond get [ 880.0 0 -435.0 -305.0 435.0 315.0 ] put
1682Mcbbox0 Encoding dim get [ 540.0 0 -265.0 -5.0 265.0 905.0 ] put
1683Mcbbox0 Encoding dn128n get [ 840.0 0 -415.0 -3545.0 415.0 345.0 ] put
1684Mcbbox0 Encoding dn16n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1685Mcbbox0 Encoding dn256n get [ 840.0 0 -415.0 -3965.0 415.0 345.0 ] put
1686Mcbbox0 Encoding dn2n get [ 880.0 0 -435.0 -2105.0 435.0 355.0 ] put
1687Mcbbox0 Encoding dn32n get [ 840.0 0 -415.0 -2585.0 415.0 345.0 ] put
1688Mcbbox0 Encoding dn4n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1689Mcbbox0 Encoding dn64n get [ 840.0 0 -415.0 -3065.0 415.0 345.0 ] put
1690Mcbbox0 Encoding dn8n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1691Mcbbox0 Encoding dnbow get [ 810.0 0 -395.0 -5.0 405.0 915.0 ] put
1692Mcbbox0 Encoding dnflag get [ 640.0 0 -335.0 -1705.0 295.0 15.0 ] put
1693Mcbbox0 Encoding dot get [ 280.0 0 -135.0 -125.0 135.0 135.0 ] put
1694Mcbbox0 Encoding dwhdiamond get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1695Mcbbox0 Encoding dwhrest get [ 340.0 0 -165.0 -5.0 165.0 615.0 ] put
1696Mcbbox0 Encoding endped get [ 480.0 0 -215.0 -45.0 255.0 615.0 ] put
1697Mcbbox0 Encoding fclef get [ 1840.0 0 -1015.0 -1705.0 815.0 655.0 ] put
1698Mcbbox0 Encoding ferm get [ 1640.0 0 -815.0 -5.0 815.0 1015.0 ] put
1699Mcbbox0 Encoding filldiamond get [ 880.0 0 -435.0 -305.0 435.0 315.0 ] put
1700Mcbbox0 Encoding flat get [ 580.0 0 -295.0 -405.0 275.0 1115.0 ] put
1701Mcbbox0 Encoding gclef get [ 1790.0 0 -915.0 -1605.0 865.0 3015.0 ] put
1702Mcbbox0 Encoding halfdim get [ 760.0 0 -375.0 -5.0 375.0 1015.0 ] put
1703Mcbbox0 Encoding invmor get [ 1320.0 0 -655.0 -455.0 655.0 465.0 ] put
1704Mcbbox0 Encoding invturn get [ 1300.0 0 -645.0 -335.0 645.0 345.0 ] put
1705Mcbbox0 Encoding leg get [ 840.0 0 -415.0 -55.0 415.0 65.0 ] put
1706Mcbbox0 Encoding ll1rest get [ 840.0 0 -415.0 -5.0 415.0 625.0 ] put
1707Mcbbox0 Encoding ll2rest get [ 840.0 0 -415.0 -15.0 415.0 315.0 ] put
1708Mcbbox0 Encoding measrpt get [ 1300.0 0 -645.0 -675.0 645.0 685.0 ] put
1709Mcbbox0 Encoding mor get [ 1320.0 0 -655.0 -285.0 655.0 295.0 ] put
1710Mcbbox0 Encoding nat get [ 520.0 0 -255.0 -855.0 255.0 865.0 ] put
1711Mcbbox0 Encoding pedal get [ 1040.0 0 -515.0 -45.0 515.0 675.0 ] put
1712Mcbbox0 Encoding qwhrest get [ 340.0 0 -165.0 -605.0 165.0 615.0 ] put
1713Mcbbox0 Encoding rr get [ 940.0 0 -465.0 -25.0 465.0 1035.0 ] put
1714Mcbbox0 Encoding sharp get [ 700.0 0 -345.0 -935.0 345.0 945.0 ] put
1715Mcbbox0 Encoding sign get [ 1340.0 0 -665.0 -825.0 665.0 835.0 ] put
1716Mcbbox0 Encoding tr get [ 1440.0 0 -715.0 -5.0 715.0 1015.0 ] put
1717Mcbbox0 Encoding triangle get [ 800.0 0 -395.0 -45.0 395.0 785.0 ] put
1718Mcbbox0 Encoding turn get [ 1300.0 0 -645.0 -325.0 645.0 345.0 ] put
1719Mcbbox0 Encoding uferm get [ 1640.0 0 -815.0 -5.0 815.0 1015.0 ] put
1720Mcbbox0 Encoding up128n get [ 1390.0 0 -745.0 -335.0 635.0 3555.0 ] put
1721Mcbbox0 Encoding up16n get [ 1390.0 0 -745.0 -335.0 635.0 2115.0 ] put
1722Mcbbox0 Encoding up256n get [ 1390.0 0 -745.0 -335.0 635.0 3975.0 ] put
1723Mcbbox0 Encoding up2n get [ 880.0 0 -435.0 -345.0 435.0 2115.0 ] put
1724Mcbbox0 Encoding up32n get [ 1390.0 0 -745.0 -335.0 635.0 2595.0 ] put
1725Mcbbox0 Encoding up4n get [ 850.0 0 -415.0 -335.0 425.0 2115.0 ] put
1726Mcbbox0 Encoding up64n get [ 1390.0 0 -745.0 -335.0 635.0 3075.0 ] put
1727Mcbbox0 Encoding up8n get [ 1390.0 0 -745.0 -335.0 635.0 2115.0 ] put
1728Mcbbox0 Encoding upbow get [ 720.0 0 -355.0 -115.0 355.0 925.0 ] put
1729Mcbbox0 Encoding upflag get [ 640.0 0 -335.0 -5.0 295.0 1715.0 ] put
1730Mcbbox0 Encoding uwedge get [ 340.0 0 -165.0 -5.0 165.0 505.0 ] put
1731Mcbbox0 Encoding wedge get [ 340.0 0 -165.0 5.0 165.0 515.0 ] put
1732Mcbbox0 Encoding xnote get [ 880.0 0 -435.0 -365.0 435.0 375.0 ] put
1733
1734end
1735end
1736
1737/Mfont0 mfont0 definefont
1738
1739
1740% find size of Encoding and make a dictionary
1741% that size for bounding box information
1742mfont1 begin
1743/dictsize Encoding length def
1744mfont1 /Mcbbox1 dictsize dict put
1745
1746% temporarily redefine printmchar1 to get code
17475 dict begin
1748/printmchar1 { {} forall } def
1749
1750Mcbbox1 Encoding blankhead get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1751Mcbbox1 Encoding dwhisostriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1752Mcbbox1 Encoding dwhpiewedge get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1753Mcbbox1 Encoding dwhrectangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1754Mcbbox1 Encoding dwhrighttriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1755Mcbbox1 Encoding dwhsemicircle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1756Mcbbox1 Encoding dwhslashhead get [ 1410.0 0 -695.0 -725.0 705.0 735.0 ] put
1757Mcbbox1 Encoding fillisostriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1758Mcbbox1 Encoding fillpiewedge get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1759Mcbbox1 Encoding fillrectangle get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1760Mcbbox1 Encoding fillrighttriangle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1761Mcbbox1 Encoding fillsemicircle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1762Mcbbox1 Encoding fillslashhead get [ 1300.0 0 -645.0 -675.0 645.0 685.0 ] put
1763Mcbbox1 Encoding isostriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1764Mcbbox1 Encoding piewedge get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1765Mcbbox1 Encoding rectangle get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1766Mcbbox1 Encoding righttriangle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1767Mcbbox1 Encoding semicircle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1768Mcbbox1 Encoding slashhead get [ 1380.0 0 -685.0 -725.0 685.0 735.0 ] put
1769Mcbbox1 Encoding udwhrighttriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1770Mcbbox1 Encoding ufillrighttriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1771Mcbbox1 Encoding urighttriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1772
1773end
1774end
1775
1776/Mfont1 mfont1 definefont
1777
1778/makeExtEncoding {
1779 /extendedencoding 256 array def
1780 StandardEncoding extendedencoding copy
1781 extendedencoding 32 /exclamdown put
1782 extendedencoding 33 /cent put
1783 extendedencoding 34 /sterling put
1784 extendedencoding 35 /yen put
1785 extendedencoding 36 /quotedblleft put
1786 extendedencoding 37 /guillemotleft put
1787 extendedencoding 38 /guillemotright put
1788 extendedencoding 39 /guilsinglleft put
1789 extendedencoding 40 /guilsinglright put
1790 extendedencoding 41 /dagger put
1791 extendedencoding 42 /daggerdbl put
1792 extendedencoding 43 /bullet put
1793 extendedencoding 44 /quotedblbase put
1794 extendedencoding 45 /quotedblright put
1795 extendedencoding 46 /questiondown put
1796 extendedencoding 47 /grave put
1797 extendedencoding 48 /acute put
1798 extendedencoding 49 /macron put
1799 extendedencoding 50 /breve put
1800 extendedencoding 51 /dotaccent put
1801 extendedencoding 52 /dieresis put
1802 extendedencoding 53 /ring put
1803 extendedencoding 54 /cedilla put
1804 extendedencoding 55 /hungarumlaut put
1805 extendedencoding 56 /ogonek put
1806 extendedencoding 57 /caron put
1807 extendedencoding 58 /emdash put
1808 extendedencoding 59 /AE put
1809 extendedencoding 60 /ae put
1810 extendedencoding 61 /ordfeminine put
1811 extendedencoding 62 /ordmasculine put
1812 extendedencoding 63 /Lslash put
1813 extendedencoding 64 /lslash put
1814 extendedencoding 65 /Oslash put
1815 extendedencoding 66 /oslash put
1816 extendedencoding 67 /OE put
1817 extendedencoding 68 /oe put
1818 extendedencoding 69 /dotlessi put
1819 extendedencoding 70 /germandbls put
1820 extendedencoding 71 /Aacute put
1821 extendedencoding 72 /aacute put
1822 extendedencoding 73 /Acircumflex put
1823 extendedencoding 74 /acircumflex put
1824 extendedencoding 75 /Adieresis put
1825 extendedencoding 76 /adieresis put
1826 extendedencoding 77 /Agrave put
1827 extendedencoding 78 /agrave put
1828 extendedencoding 79 /Aring put
1829 extendedencoding 80 /aring put
1830 extendedencoding 81 /Atilde put
1831 extendedencoding 82 /atilde put
1832 extendedencoding 83 /Ccedilla put
1833 extendedencoding 84 /ccedilla put
1834 extendedencoding 85 /Eacute put
1835 extendedencoding 86 /eacute put
1836 extendedencoding 87 /Ecircumflex put
1837 extendedencoding 88 /ecircumflex put
1838 extendedencoding 89 /Edieresis put
1839 extendedencoding 90 /edieresis put
1840 extendedencoding 91 /Egrave put
1841 extendedencoding 92 /egrave put
1842 extendedencoding 93 /Iacute put
1843 extendedencoding 94 /iacute put
1844 extendedencoding 95 /Icircumflex put
1845 extendedencoding 96 /icircumflex put
1846 extendedencoding 97 /Idieresis put
1847 extendedencoding 98 /idieresis put
1848 extendedencoding 99 /Igrave put
1849 extendedencoding 100 /igrave put
1850 extendedencoding 101 /Ntilde put
1851 extendedencoding 102 /ntilde put
1852 extendedencoding 103 /Oacute put
1853 extendedencoding 104 /oacute put
1854 extendedencoding 105 /Ocircumflex put
1855 extendedencoding 106 /ocircumflex put
1856 extendedencoding 107 /Odieresis put
1857 extendedencoding 108 /odieresis put
1858 extendedencoding 109 /Ograve put
1859 extendedencoding 110 /ograve put
1860 extendedencoding 111 /Otilde put
1861 extendedencoding 112 /otilde put
1862 extendedencoding 113 /Scaron put
1863 extendedencoding 114 /scaron put
1864 extendedencoding 115 /Uacute put
1865 extendedencoding 116 /uacute put
1866 extendedencoding 117 /Ucircumflex put
1867 extendedencoding 118 /ucircumflex put
1868 extendedencoding 119 /Udieresis put
1869 extendedencoding 120 /udieresis put
1870 extendedencoding 121 /Ugrave put
1871 extendedencoding 122 /ugrave put
1872 extendedencoding 123 /Ydieresis put
1873 extendedencoding 124 /ydieresis put
1874 extendedencoding 125 /Zcaron put
1875 extendedencoding 126 /zcaron put
1876 extendedencoding 127 /space put
1877} def
1878
1879/makeExtendedFont {
1880 findfont
1881 dup length dict /newdict exch def
1882 { 1 index /FID ne
1883 { newdict 3 1 roll put }
1884 { pop pop }
1885 ifelse
1886 } forall
1887 newdict /Encoding extendedencoding put
1888 newdict /UniqueID newdict /UniqueID get 1 add put
1889 newdict definefont pop
1890} def
1891/flagsep 1.60 300 mul def % 1.60 stepsizes
1892/scv 149508 def /sf 962 string def
1893/fa {/p 0 def /chr exch -3 bitshift 127 and def {sf exch p add dup /p exch def chr put} forall} def
1894[ 74 62 70 54 29 55 36 37 19 26 45 40 41 50 45 52 19 73 11 68 ] 1567304784 fa
1895[ 961 ] 1341740116 fa
1896[ 12 4 5 4 4 2 4 3 3 7 7 3 5 5 4 5 4 2 5 3 ] 1969419526 fa
1897[ 96 4 4 3 2 4 11 2 6 23 13 16 8 3 28 13 8 3 6 11 ] 387152134 fa
1898[ 268 4 13 12 5 4 4 5 4 5 3 2 4 3 4 8 3 3 9 2 ] 305899779 fa
1899[ 369 3 4 9 3 3 9 2 4 3 4 7 4 4 4 9 5 3 5 4 ] 477458695 fa
1900[ 498 4 36 4 37 4 42 4 4 37 4 4 35 4 4 5 13 3 4 4 ] 1130513667 fa
1901[ 759 3 5 33 4 5 9 29 5 4 3 5 4 4 5 4 4 5 4 3 ] 1205319942 fa
1902[ 902 8 4 2 3 4 3 4 4 3 2 3 9 ] 1708988675 fa
1903[ 468 6 4 10 3 30 5 3 24 40 4 3 3 3 3 8 23 1 1 1 ] 123455756 fa
1904[ 664 23 4 2 13 66 4 5 9 ] 2061720845 fa
1905[ 795 ] 1622189328 fa
1906[ 463 45 40 41 50 45 84 ] 304180545 fa
1907[ 494 40 41 49 45 43 84 ] 251711819 fa
1908[ 149 203 37 144 ] 358262127 fa
1909[ 456 142 52 ] 95949173 fa
1910[ 0 13 13 10 65 36 6 26 38 17 13 53 4 13 13 25 36 183 7 140 ] 1751712121 fa
1911[ 839 5 13 12 13 13 48 ] 1943250302 fa
1912[ 30 164 254 7 42 4 36 4 18 1 18 4 46 3 1 41 4 39 4 41 ] 499619205 fa
1913[ 798 1 3 1 ] 1277775234 fa
1914[ 76 32 135 79 99 8 246 43 30 160 ] 734015880 fa
1915[ 265 70 36 12 25 87 4 36 4 37 4 46 4 41 43 83 4 83 41 3 ] 1546658194 fa
1916[ 193 49 180 8 17 134 ] 831070621 fa
1917[ 353 366 ] 1033403809 fa
1918[ 266 1 190 39 40 41 50 45 43 45 ] 1758436783 fa
1919[ 423 8 109 ] 508918194 fa
1920[ 328 6 30 6 31 6 269 ] 212071871 fa
1921[ 390 357 2 ] 1671244225 fa
1922[ 500 ] 347047368 fa
1923[ 558 ] 1276946910 fa
1924[ 651 ] 2109048312 fa
1925[ 644 ] 1914352160 fa
1926[ 520 ] 471204394 fa
1927[ 512 5 2 ] 1930983991 fa
1928[ 665 ] 154021439 fa
1929[ 513 ] 777103941 fa
1930[ 514 ] 260959830 fa
1931[ 530 239 ] 1284535922 fa
1932[ 510 ] 1982423675 fa
1933[ 150 ] 1969948305 fa
1934[ 511 7 134 ] 1407991454 fa
1935[ 144 371 ] 1896661664 fa
1936[ 464 52 ] 1444653737 fa
1937[ 509 81 ] 1712172720 fa
1938[ 110 11 32 24 22 18 40 12 54 7 17 19 18 19 22 13 377 94 9 11 ] 889612 fa
1939[ 954 ] 1802916616 fa
1940[ 80 146 51 78 37 84 8 8 73 5 44 45 33 9 73 9 130 9 11 12 ] 1808121621 fa
1941[ 19 42 3 22 8 82 63 23 25 13 8 5 176 248 40 73 12 13 13 12 ] 1752602397 fa
1942[ 22 10 37 42 1 2 19 26 6 38 17 13 38 11 21 13 16 9 27 9 ] 1598682919 fa
1943[ 405 9 13 46 49 50 50 213 18 12 13 13 12 45 10 ] 160257827 fa
1944[ 1 8 8 6 10 10 16 11 14 8 23 19 13 19 13 7 15 3 9 8 ] 882894639 fa
1945[ 234 40 9 15 6 7 6 25 36 37 19 6 47 16 40 41 50 45 43 6 ] 185215791 fa
1946[ 733 19 37 16 12 13 3 3 12 6 6 6 7 6 7 6 6 6 45 10 ] 1706915629 fa
1947[ 24 10 37 45 2 17 5 1 15 4 7 5 8 8 17 17 13 11 8 26 ] 1713964852 fa
1948[ 284 21 13 25 18 18 19 18 28 1 7 28 2 4 106 24 3 2 32 36 ] 1218620208 fa
1949[ 695 62 1 7 13 1 7 2 37 4 8 5 13 12 13 13 12 45 5 1 ] 1317868340 fa
1950[ 960 ] 75399990 fa
1951[ 45 9 155 6 245 68 21 98 60 109 ] 1430691640 fa
1952[ 20 27 15 25 8 33 173 13 45 37 83 170 5 34 8 115 40 12 13 13 ] 841629509 fa
1953[ 901 ] 422446918 fa
1954[ 27 25 37 13 3 40 12 73 49 77 4 33 4 68 89 219 21 27 3 4 ] 560155470 fa
1955[ 466 6 135 41 7 6 36 6 89 ] 803193686 fa
1956[ 42 80 1 55 80 1 80 36 37 155 1 263 40 65 ] 189315943 fa
1957[ 6 31 36 9 43 21 6 185 36 37 210 ] 1031359337 fa
1958[ 44 9 101 4 4 20 8 80 3 23 30 5 19 17 20 17 15 7 7 36 ] 586694517 fa
1959[ 552 22 20 16 3 55 42 31 10 33 ] 343336822 fa
1960[ 7 4 54 54 10 22 10 20 8 8 53 5 226 12 115 38 17 42 26 13 ] 1808462718 fa
1961[ 780 32 ] 847653755 fa
1962[ 3 63 31 408 18 4 18 6 22 13 15 3 32 9 17 4 15 5 18 4 ] 1627872128 fa
1963[ 724 83 7 ] 1643402114 fa
1964[ 228 296 8 25 39 16 159 14 34 ] 670118796 fa
1965[ 2 2 47 69 19 34 23 20 35 5 187 10 51 2 38 2 39 2 48 2 ] 888380310 fa
1966[ 680 2 41 2 2 5 13 11 10 40 2 50 80 ] 1392580498 fa
1967[ 14 25 10 7 22 49 21 22 1 4 10 23 4 13 15 5 16 15 12 3 ] 2114772893 fa
1968[ 295 30 24 9 28 9 23 19 13 1 8 24 67 16 3 30 3 3 53 9 ] 453068702 fa
1969[ 694 6 9 20 11 23 1 23 23 22 8 5 1 24 41 9 11 4 5 1 ] 1393470366 fa
1970[ 944 8 ] 1770206109 fa
1971[ 10 5 25 6 4 7 42 39 25 20 4 4 7 2 14 17 126 5 32 5 ] 113705892 fa
1972[ 442 25 4 6 114 27 38 42 32 25 20 47 19 112 ] 998588323 fa
1973[ 79 19 131 109 36 37 74 70 1 59 8 34 3 25 5 9 3 80 11 27 ] 1221405612 fa
1974[ 912 9 11 ] 273962927 fa
1975[ 8 230 25 23 6 17 130 31 61 64 16 127 32 ] 1881483187 fa
1976[ 130 683 ] 1406620603 fa
1977[ 18 10 32 25 5 3 10 3 143 50 13 9 61 93 86 1 1 180 48 58 ] 1980878788 fa
1978[ 861 13 9 4 12 8 17 3 ] 1447963591 fa
1979[ 67 143 8 128 115 435 19 2 ] 477757388 fa
1980[ 490 35 ] 1151262673 fa
1981[ 5 70 67 32 37 16 14 7 27 18 142 301 17 90 103 ] 1523362782 fa
1982[ 117 14 33 38 17 13 20 26 3 453 89 3 8 113 10 ] 1908448236 fa
1983sf cvx exec
1984%%BeginResource: procset grops 1.17 2
1985/setpacking where{
1986pop
1987currentpacking
1988true setpacking
1989}if
1990/grops 120 dict dup begin
1991/SC 32 def
1992/A/show load def
1993/B{0 SC 3 -1 roll widthshow}bind def
1994/C{0 exch ashow}bind def
1995/D{0 exch 0 SC 5 2 roll awidthshow}bind def
1996/E{0 rmoveto show}bind def
1997/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
1998/G{0 rmoveto 0 exch ashow}bind def
1999/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
2000/I{0 exch rmoveto show}bind def
2001/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
2002/K{0 exch rmoveto 0 exch ashow}bind def
2003/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
2004/M{rmoveto show}bind def
2005/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
2006/O{rmoveto 0 exch ashow}bind def
2007/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
2008/Q{moveto show}bind def
2009/R{moveto 0 SC 3 -1 roll widthshow}bind def
2010/S{moveto 0 exch ashow}bind def
2011/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
2012/SF{
2013findfont exch
2014[exch dup 0 exch 0 exch neg 0 0]makefont
2015dup setfont
2016[exch/setfont cvx]cvx bind def
2017}bind def
2018/MF{
2019findfont
2020[5 2 roll
20210 3 1 roll
2022neg 0 0]makefont
2023dup setfont
2024[exch/setfont cvx]cvx bind def
2025}bind def
2026/level0 0 def
2027/RES 0 def
2028/PL 0 def
2029/LS 0 def
2030/MANUAL{
2031statusdict begin/manualfeed true store end
2032}bind def
2033/PLG{
2034gsave newpath clippath pathbbox grestore
2035exch pop add exch pop
2036}bind def
2037/BP{
2038/level0 save def
20391 setlinecap
20401 setlinejoin
204172 RES div dup scale
2042LS{
204390 rotate
2044}{
20450 PL translate
2046}ifelse
20471 -1 scale
2048}bind def
2049/EP{
2050level0 restore
2051showpage
2052}bind def
2053/DA{
2054newpath arcn stroke
2055}bind def
2056/SN{
2057transform
2058.25 sub exch .25 sub exch
2059round .25 add exch round .25 add exch
2060itransform
2061}bind def
2062/DL{
2063SN
2064moveto
2065SN
2066lineto stroke
2067}bind def
2068/DC{
2069newpath 0 360 arc closepath
2070}bind def
2071/TM matrix def
2072/DE{
2073TM currentmatrix pop
2074translate scale newpath 0 0 .5 0 360 arc closepath
2075TM setmatrix
2076}bind def
2077/RC/rcurveto load def
2078/RL/rlineto load def
2079/ST/stroke load def
2080/MT/moveto load def
2081/CL/closepath load def
2082/FL{
2083currentgray exch setgray fill setgray
2084}bind def
2085/BL/fill load def
2086/LW/setlinewidth load def
2087/RE{
2088findfont
2089dup maxlength 1 index/FontName known not{1 add}if dict begin
2090{
20911 index/FID ne{def}{pop pop}ifelse
2092}forall
2093/Encoding exch def
2094dup/FontName exch def
2095currentdict end definefont pop
2096}bind def
2097/DEFS 0 def
2098/EBEGIN{
2099moveto
2100DEFS begin
2101}bind def
2102/EEND/end load def
2103/CNT 0 def
2104/level1 0 def
2105/PBEGIN{
2106/level1 save def
2107translate
2108div 3 1 roll div exch scale
2109neg exch neg exch translate
21100 setgray
21110 setlinecap
21121 setlinewidth
21130 setlinejoin
211410 setmiterlimit
2115[]0 setdash
2116/setstrokeadjust where{
2117pop
2118false setstrokeadjust
2119}if
2120/setoverprint where{
2121pop
2122false setoverprint
2123}if
2124newpath
2125/CNT countdictstack def
2126userdict begin
2127/showpage{}def
2128}bind def
2129/PEND{
2130clear
2131countdictstack CNT sub{end}repeat
2132level1 restore
2133}bind def
2134end def
2135/setpacking where{
2136pop
2137setpacking
2138}if
2139%%EndResource
2140%%IncludeResource: font Times-BoldItalic
2141%%IncludeResource: font Times-Roman
2142%%IncludeResource: font Times-Bold
2143%%IncludeResource: font Courier
2144%%IncludeResource: font Times-Italic
2145%%IncludeResource: font AvantGarde-Book
2146%%IncludeResource: font AvantGarde-Demi
2147%%IncludeResource: font AvantGarde-BookOblique
2148%%IncludeResource: font AvantGarde-DemiOblique
2149%%IncludeResource: font Bookman-Light
2150%%IncludeResource: font Bookman-Demi
2151%%IncludeResource: font Bookman-LightItalic
2152%%IncludeResource: font Bookman-DemiItalic
2153%%IncludeResource: font Courier-Bold
2154%%IncludeResource: font Courier-Oblique
2155%%IncludeResource: font Courier-BoldOblique
2156%%IncludeResource: font Helvetica
2157%%IncludeResource: font Helvetica-Bold
2158%%IncludeResource: font Helvetica-Oblique
2159%%IncludeResource: font Helvetica-BoldOblique
2160%%IncludeResource: font NewCenturySchlbk-Roman
2161%%IncludeResource: font NewCenturySchlbk-Bold
2162%%IncludeResource: font NewCenturySchlbk-Italic
2163%%IncludeResource: font NewCenturySchlbk-BoldItalic
2164%%IncludeResource: font Palatino-Roman
2165%%IncludeResource: font Palatino-Bold
2166%%IncludeResource: font Palatino-Italic
2167%%IncludeResource: font Palatino-BoldItalic
2168grops begin/DEFS 52 dict def DEFS begin/u{.001 mul}bind def end/RES 72
2169def/PL PLG def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
2170/scaron/zcaron/Ydieresis/trademark/quotesingle/.notdef/.notdef/.notdef
2171/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
2172/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
2173/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
2174/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
2175/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
2176/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
2177/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
2178/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
2179/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
2180/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
2181/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
2182/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
2183/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
2184/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
2185/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
2186/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
2187/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
2188/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
2189/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
2190/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
2191/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
2192/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
2193/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
2194/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
2195/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
2196/Palatino-BoldItalic@0 ENC0/Palatino-BoldItalic RE/Palatino-Italic@0
2197ENC0/Palatino-Italic RE/Palatino-Bold@0 ENC0/Palatino-Bold RE
2198/Palatino-Roman@0 ENC0/Palatino-Roman RE/NewCenturySchlbk-BoldItalic@0
2199ENC0/NewCenturySchlbk-BoldItalic RE/NewCenturySchlbk-Italic@0 ENC0
2200/NewCenturySchlbk-Italic RE/NewCenturySchlbk-Bold@0 ENC0
2201/NewCenturySchlbk-Bold RE/NewCenturySchlbk-Roman@0 ENC0
2202/NewCenturySchlbk-Roman RE/Helvetica-BoldOblique@0 ENC0
2203/Helvetica-BoldOblique RE/Helvetica-Oblique@0 ENC0/Helvetica-Oblique RE
2204/Helvetica-Bold@0 ENC0/Helvetica-Bold RE/Helvetica@0 ENC0/Helvetica RE
2205/Courier-BoldOblique@0 ENC0/Courier-BoldOblique RE/Courier-Oblique@0
2206ENC0/Courier-Oblique RE/Courier-Bold@0 ENC0/Courier-Bold RE
2207/Bookman-DemiItalic@0 ENC0/Bookman-DemiItalic RE/Bookman-LightItalic@0
2208ENC0/Bookman-LightItalic RE/Bookman-Demi@0 ENC0/Bookman-Demi RE
2209/Bookman-Light@0 ENC0/Bookman-Light RE/AvantGarde-DemiOblique@0 ENC0
2210/AvantGarde-DemiOblique RE/AvantGarde-BookOblique@0 ENC0
2211/AvantGarde-BookOblique RE/AvantGarde-Demi@0 ENC0/AvantGarde-Demi RE
2212/AvantGarde-Book@0 ENC0/AvantGarde-Book RE/Times-Italic@0 ENC0
2213/Times-Italic RE/Courier@0 ENC0/Courier RE/Times-Bold@0 ENC0/Times-Bold
2214RE/Times-Roman@0 ENC0/Times-Roman RE/Times-BoldItalic@0 ENC0
2215/Times-BoldItalic RE
2216%%EndProlog
2217%%Page: T-1 1
2218%%BeginPageSetup
2219BP
2220%%EndPageSetup
222169.336 164 EBEGIN
22220 0.15 0.65 setrgbcolor
2223EEND/F0 24/Times-BoldItalic@0 SF 6(Mup)273.996 196 S -2 4
2224(Music Publisher)194.652 228 T -2 4(User's Guide)217.344 260 T 69.336
2225364 EBEGIN
22260 0 0 setrgbcolor
2227EEND 232 702 176 176 -61 61 221.336 440.6 PBEGIN
2228%%BeginDocument: mugex1.ps
2229%%BoundingBox: 232 702 408 763
2230save
22311445575900 1445576686 sv
22321.000000 1.000000 scale
2233% S_SSV
2234(/tmp/ugexiM5077) inputfile
22351 linenum
2236% S_FEED
2237684.29 1163.00 900.00 5 1.000000 1.000000 stf
2238% S_CLEFSIG
2239264.08 725.00 1.000000 gclef
2240% S_CHHEAD
2241% S_STAFF
2242% staff 1
2243save
2244292.78 719.00 1.000000 4n
22450.70 setlinewidth
2246296.46 719.75 moveto
2247296.46 740.00 lineto stroke
2248320.08 716.00 1.000000 4n
2249323.76 716.75 moveto
2250323.76 737.00 lineto stroke
2251351.62 713.00 1.000000 2n
2252345.17 713.00 moveto
2253358.07 713.00 lineto stroke
2254355.52 713.75 moveto
2255355.52 734.00 lineto stroke
2256restore
2257% S_BAR
22585 linenum
22590.70 setlinewidth
2260395.65 743.00 moveto
2261395.65 719.00 lineto stroke
2262% Printing header/footer
2263showpage
2264restore
2265%%DocumentFonts:
2266%%Pages: 2
2267%%EndDocument
2268end PEND 69.336 638.6 EBEGIN
22690 0.15 0.65 setrgbcolor
2270EEND/F0 14/Times-Roman@0 SF(Mup V)256.478 670.6 Q(ersion 5.3)-1.554 E
227169.336 694.6 EBEGIN
22720 0 0 setrgbcolor
2273EEND EP
2274%%Page: T-2 2
2275%%BeginPageSetup
2276BP
2277%%EndPageSetup
2278/F0 10/Times-Roman@0 SF(Mup Music Publisher User')69.336 420 Q 2.5(sG)
2279-.55 G(uide \212 Mup V)-2.5 E(ersion 5.3)-1.11 E 5.208<a943>69.336 438 S
2280(op)-5.208 E 2.708(yright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 200\
22812, 2003, 2004, 2005, 2006 by Arkkra)-.1 F(Enterprises)69.336 450 Q
2282(All rights reserv)69.336 468 Q(ed.)-.15 E -.35(Tr)69.336 492 S .721
2283(ademarks: All brand names and product names included in this User').35
2284F 3.221(sG)-.55 G .721(uide are trademarks, re)-3.221 F(gistered)-.15 E
2285(trademarks, or trade names of their respecti)69.336 504 Q .3 -.15(ve h)
2286-.25 H(olders.).15 E 69.336 528 EBEGIN
2287%-marker1-
2288EEND EP
2289%%Page: i 3
2290%%BeginPageSetup
2291BP
2292%%EndPageSetup
2293/F0 10/Times-Roman@0 SF(CONTENTS)259.226 96 Q(1.)69.336 144 Q(INTR)
229486.836 144 Q(ODUCTION)-.4 E 7.5(.......................................\
2295.......................................................................\
2296............... 1)173.836 144 R(2.)69.336 162 Q(MUP B)86.836 162 Q
2297(ASICS)-.35 E 7.5(.....................................................\
2298.......................................................................\
2299........ 2)156.336 162 R(2.1)86.836 174 Q(Notes and chords)114.336 174 Q
23007.5(...................................................................\
2301.................................................. 2)193.836 174 R(2.2)
230286.836 186 Q -.15(Pa)114.336 186 S(rameters).15 E 7.5(.................\
2303.......................................................................\
2304....................................... 3)168.836 186 R(2.3)86.836 198 Q
2305-.15(Pa)114.336 198 S(ge headers and footers).15 E 7.5(................\
2306.......................................................................\
2307................. 5)226.336 198 R(2.4)86.836 210 Q -.55(Ly)114.336 210 S
2308(rics).55 E 7.5(.......................................................\
2309.......................................................................\
2310........ 5)151.336 210 R(2.5)86.836 222 Q(Miscellaneous)114.336 222 Q
23117.5(...................................................................\
2312...................................................... 5)183.836 222 R
2313(2.6)86.836 234 Q(Displaying, printing, and playing music)114.336 234 Q
23147.5(...................................................................\
2315.............. 6)283.836 234 R(3.)69.336 252 Q -.4(RU)86.836 252 S
2316(NNING MUP).4 E 7.5(...................................................\
2317.......................................................................\
2318..... 7)168.836 252 R(3.1)86.836 264 Q(Mupmate)114.336 264 Q 7.5(......\
2319.......................................................................\
2320.................................................... 7)163.836 264 R
2321(3.2)86.836 276 Q(Mup Options)114.336 276 Q 7.5(.......................\
2322.......................................................................\
2323............................. 7)178.836 276 R(3.3)86.836 288 Q
2324(Mupdisp and Mupprnt utility programs)114.336 288 Q 7.5(...............\
2325................................................................. 11)
2326281.336 288 R(4.)69.336 306 Q(MUP FILE STR)86.836 306 Q(UCTURE)-.4 E 7.5
2327(......................................................................\
2328......................................... 13)203.836 306 R(4.1)86.836
2329318 Q(Mup General Syntax)114.336 318 Q 7.5(............................\
2330.......................................................................\
2331.......... 13)208.836 318 R(4.2)86.836 330 Q(Conte)114.336 330 Q(xts)
2332-.15 E 7.5(............................................................\
2333.................................................................... 14)
2334161.336 330 R(5.)69.336 348 Q -.35(BA)86.836 348 S(SIC ST).35 E(AND)-.93
2335E(ARD MUSIC NO)-.4 E -.93(TA)-.4 G(TION)-.18 E 7.5(....................\
2336................................................................. 15)
2337268.836 348 R(5.1)86.836 360 Q(Specifying chords)114.336 360 Q 7.5(....\
2338.......................................................................\
2339...................................... 15)198.836 360 R(5.1.1)114.336
2340372 Q(Staf)144.336 372 Q 2.5(fa)-.25 G(nd v)-2.5 E(oice)-.2 E 7.5(.....\
2341.......................................................................\
2342.............................. 15)216.336 372 R(5.1.2)114.336 384 Q
2343(Chord duration information)144.336 384 Q 7.5(.........................\
2344............................................................. 15)266.336
2345384 R(5.1.3)114.336 396 Q(Notes, rests, or spaces)144.336 396 Q 7.5(...\
2346.......................................................................\
2347..................... 16)243.836 396 R(5.1.3.1)144.336 408 Q
2348(Measure duration)181.836 408 Q(17)7.5 E(5.1.3.2)144.336 420 Q 5
2349(Accidentals 17)181.836 420 R(5.1.3.3)144.336 432 Q(Octa)181.836 432 Q
23505.3 -.15(ve 1)-.2 H(7).15 E(5.1.4)114.336 444 Q(Shorthand notations)
2351144.336 444 Q 7.5(.....................................................\
2352............................................. 18)236.336 444 R(5.1.5)
2353114.336 456 Q(Note attrib)144.336 456 Q(utes)-.2 E 7.5(................\
2354.......................................................................\
2355.................... 19)213.836 456 R(5.1.5.1)144.336 468 Q
2356(Small note head)181.836 468 Q(19)7.5 E(5.1.5.2)144.336 480 Q(Note tie)
2357181.836 480 Q(19)7.5 E(5.1.5.3)144.336 492 Q 5(Slurs 20)181.836 492 R
2358(5.1.5.4)144.336 504 Q(Head shape)181.836 504 Q(20)7.5 E(5.1.5.5)144.336
2359516 Q(Note location tag)181.836 516 Q(21)7.5 E(5.1.6)114.336 528 Q
2360(Chord attrib)144.336 528 Q(utes)-.2 E 7.5(............................\
2361.......................................................................\
2362..... 21)221.336 528 R(5.1.6.1)144.336 540 Q(Chord style)181.836 540 Q
2363(21)7.5 E(5.1.6.2)144.336 552 Q(Head shape)181.836 552 Q(22)7.5 E
2364(5.1.6.3)144.336 564 Q(Symbols to be printed with a chord)181.836 564 Q
2365(22)7.5 E(5.1.6.4)144.336 576 Q 5(Slashes 22)181.836 576 R(5.1.6.5)
2366144.336 588 Q(Stem direction)181.836 588 Q(22)7.5 E(5.1.6.6)144.336 600
2367Q(Stem len)181.836 600 Q(23)7.5 E(5.1.6.7)144.336 612 Q -.15(Pa)181.836
2368612 S 5(dding 23).15 F(5.1.6.8)144.336 624 Q(Chord location tag)181.836
2369624 Q(23)7.5 E(5.1.6.9)144.336 636 Q(Horizontal of)181.836 636 Q 5
2370(fset 23)-.25 F(5.1.6.10)144.336 648 Q(Rest distance)181.836 648 Q(24)
23717.5 E(5.1.6.11)144.336 660 Q(Repeated attrib)181.836 660 Q 5(utes 24)-.2
2372F(5.1.7)114.336 672 Q(Mid-measure parameter changes)144.336 672 Q 7.5(.\
2373.......................................................................\
2374...... 25)286.336 672 R(5.1.8)114.336 684 Q(Cross-staf)144.336 684 Q 2.5
2375(fs)-.25 G(tems)-2.5 E 7.5(............................................\
2376........................................................... 25)223.836
2377684 R(5.1.9)114.336 696 Q(Inter)144.336 696 Q(-chord attrib)-.2 E(utes)
2378-.2 E 7.5(.............................................................\
2379.................................... 26)238.836 696 R(5.1.9.1)144.336
2380708 Q(Chord ties)181.836 708 Q(26)7.5 E(5.1.9.2)144.336 720 Q
2381(Chord slurs)181.836 720 Q(27)7.5 E(i)283.946 768 Q EP
2382%%Page: ii 4
2383%%BeginPageSetup
2384BP
2385%%EndPageSetup
2386/F0 10/Times-Roman@0 SF(5.1.9.3)144.336 96 Q(Custom beaming)181.836 96 Q
2387(27)7.5 E(5.1.9.4)144.336 108 Q(Cross-staf)181.836 108 Q 2.5(fb)-.25 G 5
2388(eams 31)-2.5 F(5.1.9.5)144.336 120 Q 5(Alternation 32)181.836 120 R
2389(5.1.9.6)144.336 132 Q 5(Slope 32)181.836 132 R(5.1.10)114.336 144 Q
2390-.45(Tu)144.336 144 S(plets).45 E 7.5(.................................\
2391.......................................................................\
2392.............. 33)186.336 144 R(5.2)86.836 156 Q
2393(Chord-at-a-time input style)114.336 156 Q 7.5(........................\
2394.......................................................................\
2395.... 34)233.836 156 R(5.3)86.836 168 Q(Bar lines)114.336 168 Q 7.5(....\
2396.......................................................................\
2397..................................................... 37)161.336 168 R
2398(5.3.1)114.336 180 Q(Bar line padding)144.336 180 Q 7.5(...............\
2399.......................................................................\
2400.................. 39)221.336 180 R(5.3.2)114.336 192 Q
2401(Bar line location tag)144.336 192 Q 7.5(..............................\
2402.................................................................... 39)
2403236.336 192 R(5.3.3)114.336 204 Q(Endings)144.336 204 Q 7.5(...........\
2404.......................................................................\
2405................................... 40)188.836 204 R(5.3.4)114.336 216 Q
2406(Rehearsal marks)144.336 216 Q 7.5(....................................\
2407.................................................................... 40)
2408221.336 216 R(5.3.5)114.336 228 Q(Setting the measure number)144.336 228
2409Q 7.5(.................................................................\
2410..................... 41)266.336 228 R(5.3.6)114.336 240 Q
2411(Setting rehearsal letter or number)144.336 240 Q 7.5(.................\
2412............................................................ 41)288.836
2413240 R(5.3.7)114.336 252 Q(Hiding time/k)144.336 252 Q .3 -.15(ey s)-.1 H
2414(ignature and clef changes).15 E 7.5
2415(............................................................. 41)
2416328.836 252 R(5.4)86.836 264 Q(Multirest)114.336 264 Q 7.5(............\
2417.......................................................................\
2418............................................. 42)161.336 264 R(5.5)
241986.836 276 Q -.55(Ly)114.336 276 S(rics).55 E 7.5(.....................\
2420.......................................................................\
2421........................................ 43)151.336 276 R(6.)69.336 294
2422Q -.93(TA)86.836 294 S(BLA).93 E(TURE NO)-1.11 E -.93(TA)-.4 G(TION)-.18
2423E 7.5(.................................................................\
2424............................................. 50)206.336 294 R(6.1)
242586.836 306 Q(Specifying a tablature staf)114.336 306 Q(f)-.25 E 7.5(...\
2426.......................................................................\
2427......................... 50)233.836 306 R(6.2)86.836 318 Q
2428(Music input on tablature staf)114.336 318 Q(fs)-.25 E 7.5(............\
2429.......................................................................\
2430........... 51)246.336 318 R(6.3)86.836 330 Q(Chord attrib)114.336 330 Q
2431(utes)-.2 E 7.5(.......................................................\
2432............................................................. 52)191.336
2433330 R(6.4)86.836 342 Q -.35(Ti)114.336 342 S(es).35 E 7.5(.............\
2434.......................................................................\
2435.................................................... 52)141.336 342 R
2436(6.5)86.836 354 Q(Slides)114.336 354 Q 7.5(............................\
2437.......................................................................\
2438.................................. 52)148.836 354 R(6.6)86.836 366 Q
2439(Bends)114.336 366 Q 7.5(..............................................\
2440.......................................................................\
2441............... 53)151.336 366 R(6.7)86.836 378 Q(Miscellaneous)114.336
2442378 Q 7.5(.............................................................\
2443.......................................................... 54)183.836
2444378 R(7.)69.336 396 Q(SHAPED NO)86.836 396 Q(TES)-.4 E 7.5(............\
2445.......................................................................\
2446......................................... 56)171.336 396 R(7.1)86.836
2447408 Q(Headshapes conte)114.336 408 Q(xt)-.15 E 7.5(....................\
2448.......................................................................\
2449................... 56)206.336 408 R(7.2)86.836 420 Q
2450(Noteheads parameter)114.336 420 Q 7.5(................................\
2451.......................................................................\
2452..... 57)211.336 420 R(7.3)86.836 432 Q(Ov)114.336 432 Q
2453(erriding chord note heads)-.15 E 7.5(.................................\
2454................................................................ 58)
2455238.836 432 R(7.4)86.836 444 Q(Ov)114.336 444 Q(erriding indi)-.15 E
2456(vidual note heads)-.25 E 7.5(.........................................\
2457................................................. 59)256.336 444 R(7.5)
245886.836 456 Q(Putting it all together to use shaped notes)114.336 456 Q
24597.5(...................................................................\
2460......... 59)291.336 456 R(8.)69.336 474 Q(TEXT STRINGS)86.836 474 Q 7.5
2461(......................................................................\
2462....................................................... 63)168.836 474 R
2463(8.1)86.836 486 Q(Special characters)114.336 486 Q 7.5(................\
2464.......................................................................\
2465.......................... 63)198.836 486 R(8.2)86.836 498 Q -.15(Fo)
2466114.336 498 S(nt and size changes).15 E 7.5(...........................\
2467.......................................................................\
2468......... 68)213.836 498 R(8.3)86.836 510 Q(Horizontal and v)114.336 510
2469Q(ertical motion)-.15 E 7.5(...........................................\
2470.................................................. 69)248.836 510 R(8.4)
247186.836 522 Q(Piled te)114.336 522 Q
2472(xt, for superscripts, subscripts, etc.)-.15 E 7.5(....................\
2473....................................................... 69)293.836 522 R
2474(8.5)86.836 534 Q(Slash through number)114.336 534 Q 7.5(..............\
2475.......................................................................\
2476...................... 70)213.836 534 R(8.6)86.836 546 Q(Box)114.336 546
2477Q(ed or circled te)-.15 E(xt)-.15 E 7.5(...............................\
2478.......................................................................\
2479....... 70)208.836 546 R(9.)69.336 564 Q(TEMPO, D)86.836 564 Q(YN)-.55 E
2480(AMIC MARKS, ORN)-.35 E(AMENTS, ETC.)-.35 E 7.5
2481(.................................................................. 71)
2482316.336 564 R(9.1)86.836 576 Q(General information)114.336 576 Q 7.5(..\
2483.......................................................................\
2484..................................... 71)206.336 576 R(9.2)86.836 588 Q
2485-1.25 -.7(Te x)114.336 588 T(t).7 E 7.5(...............................\
2486.......................................................................\
2487................................. 74)143.836 588 R(9.2.1)114.336 600 Q
2488(Chord, analysis, \214gured bass, and dynamics)144.336 600 Q 7.5
2489(............................................................ 74)331.336
2490600 R(9.3)86.836 612 Q(Grids)114.336 612 Q 7.5(........................\
2491.......................................................................\
2492...................................... 76)148.836 612 R(9.4)86.836 624 Q
2493(Mussym)114.336 624 Q 7.5(.............................................\
2494.......................................................................\
2495............. 77)158.836 624 R(9.5)86.836 636 Q(Phrase marks)114.336 636
2496Q 7.5(.................................................................\
2497........................................................ 78)178.836 636
2498R(9.6)86.836 648 Q(Crescendo and decrescendo marks)114.336 648 Q 7.5(..\
2499.......................................................................\
2500.............. 79)263.836 648 R(9.7)86.836 660 Q(Octa)114.336 660 Q .3
2501-.15(ve m)-.2 H(arks).15 E 7.5(........................................\
2502.......................................................................\
2503......... 80)181.336 660 R(9.8)86.836 672 Q(Piano pedal marks)114.336
2504672 Q 7.5(.............................................................\
2505.................................................... 81)198.836 672 R
2506(9.9)86.836 684 Q(Rolls)114.336 684 Q 7.5(.............................\
2507.......................................................................\
2508.................................. 81)146.336 684 R(10.)69.336 702 Q
2509-1.04 -.93(TA G)86.836 702 T(S, PRINTING, LINES, AND CUR).93 E(VES)-.8 E
25107.5(...................................................................\
2511............... 84)276.336 702 R(10.1)86.836 714 Q(Location tags)114.336
2512714 Q 7.5(.............................................................\
2513............................................................ 84)178.836
2514714 R(ii)282.556 768 Q EP
2515%%Page: iii 5
2516%%BeginPageSetup
2517BP
2518%%EndPageSetup
2519/F0 10/Times-Roman@0 SF(10.2)86.836 96 Q(Printing commands)114.336 96 Q
25207.5(...................................................................\
2521............................................ 86)203.836 96 R(10.3)86.836
2522108 Q(Including ra)114.336 108 Q 2.5(wP)-.15 G(ostScript)-2.5 E 7.5(...\
2523.......................................................................\
2524............................. 89)223.836 108 R(10.4)86.836 120 Q
2525(Lines and curv)114.336 120 Q(es)-.15 E 7.5(...........................\
2526.......................................................................\
2527................. 90)193.836 120 R(11.)69.336 138 Q(MISCELLANEOUS FEA)
252886.836 138 Q(TURES)-1.11 E 7.5(........................................\
2529........................................................... 93)233.836
2530138 R(11.1)86.836 150 Q(Ne)114.336 150 Q(wscore and ne)-.25 E(wpage)-.25
2531E 7.5(.................................................................\
2532........................................ 93)218.836 150 R(11.2)86.836
2533162 Q(Headers and footers)114.336 162 Q 7.5(...........................\
2534.......................................................................\
2535............ 93)206.336 162 R(11.3)86.836 174 Q(Macros)114.336 174 Q 7.5
2536(......................................................................\
2537............................................................ 95)156.336
2538174 R(11.3.1)114.336 186 Q(Simple Macros \(without parameters\))144.336
2539186 Q 7.5(.............................................................\
2540........... 95)301.336 186 R(11.3.2)114.336 198 Q
2541(Macros with parameters)144.336 198 Q 7.5(.............................\
2542............................................................... 96)
2543251.336 198 R(11.3.3)114.336 210 Q(Generalized conditionals)144.336 210
2544Q 7.5(.................................................................\
2545......................... 98)256.336 210 R(11.4)86.836 222 Q(Include)
2546114.336 222 Q 7.5(.....................................................\
2547.......................................................................\
2548.... 100)156.336 222 R(11.5)86.836 234 Q(Installing other fonts)114.336
2549234 Q 7.5(.............................................................\
2550.............................................. 100)208.836 234 R(12.)
255169.336 252 Q -.92(PA)86.836 252 S(RAMETERS).92 E 7.5(..................\
2552.......................................................................\
2553.................................... 102)163.836 252 R(13.)69.336 270 Q
2554(HINTS)86.836 270 Q 7.5(...............................................\
2555.......................................................................\
2556...................... 129)126.336 270 R(13.1)86.836 282 Q(Deb)114.336
2557282 Q(ugging)-.2 E 7.5(................................................\
2558.......................................................................\
2559.... 129)168.836 282 R(13.2)86.836 294 Q(Adjusting Output)114.336 294 Q
25607.5(...................................................................\
2561............................................. 129)196.336 294 R(13.3)
256286.836 306 Q(Special uses of in)114.336 306 Q(visbar)-.4 E 7.5(........\
2563.......................................................................\
2564........................ 129)218.836 306 R(13.4)86.836 318 Q(Chant)
2565114.336 318 Q 7.5(.....................................................\
2566.......................................................................\
2567....... 131)148.836 318 R(13.5)86.836 330 Q -.15(Fo)114.336 330 S
2568(rcing shared noteheads).15 E 7.5(.....................................\
2569.............................................................. 134)
2570228.836 330 R(13.6)86.836 342 Q(Manually placed tuplet numbers)114.336
2571342 Q 7.5(.............................................................\
2572............................ 135)253.836 342 R(13.7)86.836 354 Q
2573(Manual placement of notes)114.336 354 Q 7.5(..........................\
2574.......................................................................\
2575 135)233.836 354 R(13.8)86.836 366 Q(Brack)114.336 366 Q
2576(eting notes across staf)-.1 E(fs)-.25 E 7.5(..........................\
2577................................................................... 136)
2578243.836 366 R(13.9)86.836 378 Q(Cross-bar beaming)114.336 378 Q 7.5(...\
2579.......................................................................\
2580.................................... 138)201.336 378 R(13.10)86.836 390
2581Q(Mix)114.336 390 Q(ed time signatures)-.15 E 7.5(.....................\
2582.......................................................................\
2583............. 138)213.836 390 R(13.11)86.836 402 Q(Dif)114.336 402 Q
2584(ferent mar)-.25 E(gins for odd/e)-.18 E -.15(ve)-.25 G 2.5(np).15 G
2585(ages)-2.5 E 7.5(......................................................\
2586........................... 140)273.836 402 R(13.12)86.836 414 Q
2587(Marking complicated tempo changes)114.336 414 Q 7.5(..................\
2588............................................................... 140)
2589273.836 414 R(13.13)86.836 426 Q(Placing se)114.336 426 Q -.15(ve)-.25 G
2590(ral songs on one page).15 E 7.5(......................................\
2591................................................ 141)261.336 426 R
2592(13.14)86.836 438 Q(Cadenzas)114.336 438 Q 7.5(........................\
2593.......................................................................\
2594.............................. 143)163.836 438 R(13.15)86.836 450 Q -.35
2595(Tr)114.336 450 S(ansposition).35 E 7.5(...............................\
2596.......................................................................\
2597................ 143)181.336 450 R(13.16)86.836 462 Q(Placing v)114.336
2598462 Q(erses belo)-.15 E 2.5(wt)-.25 G(he scores)-2.5 E 7.5(............\
2599.......................................................................\
2600....... 145)251.336 462 R(13.17)86.836 474 Q(Automatic piano reduction)
2601114.336 474 Q 7.5(.....................................................\
2602............................................ 145)233.836 474 R(13.18)
260386.836 486 Q(Diagonal slash marks)114.336 486 Q 7.5(...................\
2604.......................................................................\
2605................ 147)211.336 486 R(13.19)86.836 498 Q(Breath marks)
2606114.336 498 Q 7.5(.....................................................\
2607.................................................................. 148)
2608178.836 498 R(13.20)86.836 510 Q(Or)114.336 510 Q -.05(ga)-.18 G 2.5(np)
2609.05 G(edal heel and toe marks)-2.5 E 7.5(..............................\
2610............................................................ 148)251.336
2611510 R(13.21)86.836 522 Q(Generating blank staf)114.336 522 Q 2.5(fp)-.25
2612G(aper)-2.5 E 7.5(.....................................................\
2613.......................................... 149)238.836 522 R(13.22)
261486.836 534 Q(Con)114.336 534 Q -.15(ve)-.4 G
2615(rting Mup \214les to other formats).15 E 7.5(.........................\
2616....................................................... 149)276.336 534
2617R(14.)69.336 552 Q(MIDI OUTPUT)86.836 552 Q 7.5(.......................\
2618.......................................................................\
2619............................... 150)163.836 552 R(15.)69.336 570 Q
2620(CONCLUSION)86.836 570 Q 7.5(..........................................\
2621.......................................................................\
2622............. 155)161.336 570 R(iii)281.166 768 Q EP
2623%%Page: iv 6
2624save
2625mark
2626200 200 moveto
2627/TimesRoman findfont 10 scalefont setfont ([This page intentionally left blank]) show
2628cleartomark
2629showpage
2630restore
2631%%Page: 1 7
2632%%BeginPageSetup
2633BP
2634%%EndPageSetup
2635/F0 16/Times-Bold@0 SF(Mup \212 Music Publisher)201.104 96 Q(User')
2636240.968 120 Q 4(sG)-.592 G(uide)-4 E 69.336 163.001 EBEGIN
26370 0.1 0.5 setrgbcolor
2638EEND/F0 15/Times-Bold@0 SF 3.75(1. INTR)73.086 163.001 R(ODUCTION)-.45 E
263969.336 181.001 EBEGIN
26400 0 0 setrgbcolor
2641EEND/F0 10/Times-Roman@0 SF 1.805
2642(The music publisher program called "Mup" tak)73.641 181.001 R 1.804
2643(es a te)-.1 F 1.804(xt \214le describing music as input, and generates)
2644-.15 F .606(PostScript* output for printing that music.)69.336 193.001 R
2645.607(The input \214le can be created using your f)5.606 F -.2(avo)-.1 G
2646.607(rite te).2 F .607(xt editor)-.15 F 3.107(,o)-.4 G(r)-3.107 E 1.147
2647(with the help of the companion Mupmate program, or generated from an)
264869.336 205.001 R 3.647(yo)-.15 G 1.147(ther source, such as another)
2649-3.647 F 1.193(program. The input must be written in a special language\
2650 designed especially for describing music. The)69.336 217.001 R
2651(majority of the Mup User')69.336 229.001 Q 2.5(sG)-.55 G(uide is the e)
2652-2.5 E(xplanation of this language and ho)-.15 E 2.5(wt)-.25 G 2.5(ou)
2653-2.5 G(se it.)-2.5 E 2.272(Mup has the po)69.336 247.001 R 2.271
2654(wer to print almost an)-.25 F 4.771(yk)-.15 G 2.271(ind of music, e)
2655-4.771 F -.15(ve)-.25 G 2.271(rything from a single melody line to full)
2656.15 F .214(orchestral or choral scores complete with tempo and dynamic \
2657marks. In addition to standard 5-line staf)69.336 259.001 R .215(fs, it)
2658-.25 F 1.08(can handle 1-line staf)69.336 271.001 R 1.079(fs \(typicall\
2659y used for percussion\), and tablature notation \(typically used for gu\
2660itar\).)-.25 F .155(Because Mup can do so much, it tak)69.336 283.001 R
2661.156(es a while to master its entire language. Ho)-.1 F(we)-.25 E -.15
2662(ve)-.25 G .956 -.4(r, i).15 H 2.656(th).4 G .156(as b)-2.656 F .156
2663(uilt-in def)-.2 F(ault)-.1 E -.25(va)69.336 295.001 S .962
2664(lues for man).25 F 3.462(yt)-.15 G .962(hings, so that you can start u\
2665sing it for simple songs after learning just the basics, then)-3.462 F
2666.979(learn the more complicated features as you need them.)69.336
2667307.001 R .979(Mup also has an option to produce output in the)5.979 F
2668(standard Musical Instrument Digital Interf)69.336 319.001 Q
2669(ace \(MIDI\) format.)-.1 E 1.532(Mup is share)69.336 337.001 R -.1(wa)
2670-.25 G 1.532(re. That means you may try it out before b).1 F 1.531
2671(uying it, and that you may mak)-.2 F 4.031(ec)-.1 G 1.531(opies for)
2672-4.031 F .918(others, b)69.336 349.001 R .918(ut an)-.2 F .918
2673(yone who w)-.15 F .919(ants to k)-.1 F .919
2674(eep and use Mup must pay a share)-.1 F -.1(wa)-.25 G .919(re re).1 F
2675.919(gistration fee. Running Mup)-.15 F 1.245
2676(with the -r option \(or /r option for MS-DOS** or W)69.336 361.001 R
2677(indo)-.4 E 1.245(ws**\) will print the re)-.25 F 1.244
2678(gistration form, with the)-.15 F(rele)69.336 373.001 Q -.25(va)-.25 G
2679.458(nt information.).25 F .459
2680(Or if you are using Mupmate, the menu-dri)5.458 F -.15(ve)-.25 G 2.959
2681(ni).15 G(nterf)-2.959 E .459(ace on top of Mup, you can get)-.1 F .7
2682(the re)69.336 385.001 R .7(gistration form from the Con\214g Menu.)-.15
2683F(An)5.699 E .699(yone may do)-.15 F .699(wnload an unre)-.25 F .699
2684(gistered cop)-.15 F 3.199(yo)-.1 G 3.199(fM)-3.199 G .699(up via ftp)
2685-3.199 F 1.566(from ftp.arkkra.com or via a W)69.336 397.001 R 1.566
2686(eb bro)-.8 F 1.566(wser from www)-.25 F 4.066(.arkkra.com. Music)-.65 F
26871.567(generated by an unre)4.066 F(gistered)-.15 E(cop)69.336 409.001 Q
26883.436(yo)-.1 G 3.436(fM)-3.436 G .936
2689(up will include a notice stating the program is unre)-3.436 F .935
2690(gistered, b)-.15 F .935(ut all the features of a re)-.2 F(gistered)-.15
2691E(cop)69.336 421.001 Q 2.5(ya)-.1 G(re included.)-2.5 E .654(The User')
269269.336 439.001 R 3.154(sG)-.55 G .654(uide be)-3.154 F .654
2693(gins by introducing the basics and describing the general frame)-.15 F
2694-.1(wo)-.25 G .654(rk of the language.).1 F 1.148(Then it gi)69.336
2695451.001 R -.15(ve)-.25 G 3.648(sd).15 G 1.148
2696(etailed information about all the features of Mup.)-3.648 F 1.147
2697(Appendix A gi)6.148 F -.15(ve)-.25 G 3.647(sas).15 G 1.147
2698(ample input \214le.)-3.647 F .517(There is a Quick Reference a)69.336
2699463.001 R -.25(va)-.2 G .517
2700(ilable that may be useful for jogging your memory after you').25 F .818
2701-.15(ve h)-.5 H .518(ad a little).15 F -.15(ex)69.336 475.001 S
2702(perience using Mup.).15 E(This User')69.336 493.001 Q 2.5(sG)-.55 G
2703(uide is for Mup v)-2.5 E(ersion 5.3.)-.15 E .32 LW 73.336 693 69.336
2704693 DL 77.336 693 73.336 693 DL 81.336 693 77.336 693 DL 85.336 693
270581.336 693 DL 89.336 693 85.336 693 DL 93.336 693 89.336 693 DL 97.336
2706693 93.336 693 DL 101.336 693 97.336 693 DL 105.336 693 101.336 693 DL
2707109.336 693 105.336 693 DL 113.336 693 109.336 693 DL 117.336 693
2708113.336 693 DL 121.336 693 117.336 693 DL 125.336 693 121.336 693 DL
2709129.336 693 125.336 693 DL 133.336 693 129.336 693 DL 137.336 693
2710133.336 693 DL 141.336 693 137.336 693 DL 145.336 693 141.336 693 DL
2711149.336 693 145.336 693 DL/F1 8/Times-Roman@0 SF(*)69.336 710 Q
2712(PostScript is a trademark of Adobe Systems Incorporated)90.595 710 Q
2713(**)69.336 727 Q(MS-DOS and W)90.595 727 Q(indo)-.32 E
2714(ws are trademarks of Microsoft Corporation)-.2 E/F2 9/Times-Roman@0 SF
27152.25<a943>98.474 744 S(op)-2.25 E(yright 1995, 1996, 1997, 1998, 1999, \
27162000, 2001, 2002, 2003, 2004, 2005, 2006 by Arkkra Enterprises)-.09 E EP
2717%%Page: 2 8
2718%%BeginPageSetup
2719BP
2720%%EndPageSetup
2721/F0 10/Times-Roman@0 SF 2.5(-2-)277.006 48 S 69.336 103 EBEGIN
27220 0.1 0.5 setrgbcolor
2723EEND/F0 15/Times-Bold@0 SF 3.75(2. MUP)73.086 103 R -.45(BA)3.75 G(SICS)
2724.45 E 69.336 121 EBEGIN
27250 0 0 setrgbcolor
2726EEND/F0 10/Times-Roman@0 SF .689
2727(This section introduces the Mup language, gi)72.525 121 R .689
2728(ving some simple e)-.25 F .689(xamples to gi)-.15 F .989 -.15(ve y)-.25
2729H .689(ou the \215a).15 F -.2(vo)-.2 G 3.189(ro).2 G 3.188(faM)-3.189 G
2730(up)-3.188 E(input \214le.)69.336 133 Q
2731(Subsequent sections will go into greater detail.)5 E 69.336 151 EBEGIN
27320 0.1 0.5 setrgbcolor
2733EEND/F0 14/Times-Bold@0 SF 3.5(2.1 Notes)72.836 151 R(and chords)3.5 E
273469.336 169 EBEGIN
27350 0 0 setrgbcolor
2736EEND/F0 10/Times-Roman@0 SF 1.449(Music is described one measure at a t\
2737ime. Each note is speci\214ed by its pitch v)73.285 169 R 1.449
2738(alue, "a" to "g." As an)-.25 F -.15(ex)69.336 181 S
2739(ample, the \214rst measure of "Three Blind Mice" can be described lik)
2740.15 E 2.5(et)-.1 G(his:)-2.5 E/F1 10/Courier@0 SF 18(1: 4e;)105.336 199
2741R(4d; 2c;)6 E 199.836 208.6 EBEGIN
2742gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 176 0 rlineto 0 61 neg rlineto closepath stroke grestore
2743EEND 232 702 176 176 -61 61 198.836 269.6 PBEGIN
2744%%BeginDocument: mugex2.ps
2745%%BoundingBox: 232 702 408 763
2746save
2747192278223 192278013 sv
27481.000000 1.000000 scale
2749% S_SSV
2750(/tmp/ugexiM5077) inputfile
27511 linenum
2752% S_FEED
2753612.29 1235.00 756.00 5 1.000000 1.000000 stf
2754% S_CLEFSIG
2755264.08 725.00 1.000000 gclef
2756% S_CHHEAD
2757% S_STAFF
2758% staff 1
2759save
2760292.78 719.00 1.000000 4n
27610.70 setlinewidth
2762296.46 719.75 moveto
2763296.46 740.00 lineto stroke
2764320.08 716.00 1.000000 4n
2765323.76 716.75 moveto
2766323.76 737.00 lineto stroke
2767351.62 713.00 1.000000 2n
2768345.17 713.00 moveto
2769358.07 713.00 lineto stroke
2770355.52 713.75 moveto
2771355.52 734.00 lineto stroke
2772restore
2773% S_BAR
27745 linenum
27750.70 setlinewidth
2776395.65 743.00 moveto
2777395.65 719.00 lineto stroke
2778% Printing header/footer
2779showpage
2780restore
2781%%DocumentFonts:
2782%%Pages: 2
2783%%EndDocument
2784end PEND/F0 10/Times-Roman@0 SF .734(The "1:" at the be)69.336 283.6 R
2785.733
2786(ginning of the line tells Mup that we are describing the notes on staf)
2787-.15 F 3.233(fn)-.25 G .733(umber 1. In this)-3.233 F -.15(ve)69.336
2788295.6 S .902(ry simple e).15 F .902(xample, we only ha)-.15 F 1.202 -.15
2789(ve o)-.2 H .902(ne staf).15 F .902(f, b)-.25 F .902(ut later we')-.2 F
2790.902(ll do songs with more than one.)-.1 F .903(Each staf)5.902 F 3.403
2791(fo)-.25 G(f)-3.403 E(each measure is normally put on a separate line.)
279269.336 307.6 Q .079
2793(The \214rst three notes of "Three Blind Mice" are E, D, and C. F)69.336
2794325.6 R .078(or Mup input, these pitches are gi)-.15 F -.15(ve)-.25 G
27952.578(ni).15 G 2.578(nl)-2.578 G -.25(ow)-2.578 G(er).25 E .878
2796(case to a)69.336 337.6 R -.2(vo)-.2 G .878(id ha).2 F .878
2797(ving to use the shift k)-.2 F -.15(ey)-.1 G 3.378(.N)-.5 G 3.378(oo)
2798-3.378 G(cta)-3.378 E 1.178 -.15(ve i)-.2 H .878(nformation w).15 F .879
2799(as speci\214ed in this simple e)-.1 F .879(xample, so)-.15 F(Mup w)
280069.336 349.6 Q(ould use its def)-.1 E(ault, which in this case w)-.1 E
2801(ould be the octa)-.1 E .3 -.15(ve b)-.2 H -.15(eg).15 G
2802(inning with middle C.).15 E 1.25(The \214rst tw)69.336 367.6 R 3.749
2803(on)-.1 G 1.249
2804(otes are quarter notes, and the last note is a half note. T)-3.749 F
28051.249(ime v)-.35 F 1.249(alues of notes are gi)-.25 F -.15(ve)-.25 G
28063.749(na).15 G(s)-3.749 E(sho)69.336 379.6 Q(wn in the e)-.25 E
2807(xample. A quarter note is mark)-.15 E
2808(ed by a 4, a half note by 2, a sixteenth note by a 16, etc.)-.1 E 2.856
2809(As)69.336 397.6 S .356
2810(emicolon is used to separate chords. In this simple e)-2.856 F .356
2811(xample, each chord has only a single note in it, b)-.15 F(ut)-.2 E
2812(it is possible to ha)69.336 409.6 Q .3 -.15(ve l)-.2 H
2813(ots of notes in one chord.).15 E .201
2814(At the end of each measure, we ha)69.336 427.6 R .501 -.15(ve t)-.2 H
28152.701(ot).15 G .201(ell Mup what kind of bar line to dra)-2.701 F 1.501
2816-.65(w. T)-.15 H .2(he standard bar line is just).65 F(called "bar)
281769.336 439.6 Q(." So a complete description of the \214rst measure w)
2818-.55 E(ould be:)-.1 E/F1 10/Courier@0 SF 18(1: 4e;)105.336 457.6 R
2819(4d; 2c;)6 E(bar)105.336 469.6 Q F0 2.52 -.8(To s)69.336 495.6 T -2.25
2820-.2(av e).8 H .92(typing, Mup allo)3.62 F .921(ws a lot of shortcuts. O\
2821ne such shortcut is that it assumes that unless you tell it)-.25 F .447
2822(otherwise, each note in the measure is lik)69.336 507.6 R 2.947(et)-.1
2823G .447(he note before. Y)-2.947 F .446(ou can lea)-1.1 F .746 -.15(ve o)
2824-.2 H .446(ut the second 4, because if you).15 F(don')69.336 519.6 Q 2.5
2825(ts)-.18 G(pecify a time v)-2.5 E
2826(alue, Mup will assume the note is the same length as the pre)-.25 E
2827(vious note.)-.25 E .984(The same sort of idea w)69.336 537.6 R .985(or\
2828ks with pitches. The third measure of "Three Blind Mice" could be state\
2829d lik)-.1 F(e)-.1 E(this:)69.336 549.6 Q F1(1: 4g;8f;;2e;)105.336 567.6
2830Q(bar)105.336 579.6 Q 127.836 589.2 EBEGIN
2831gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
2832EEND 160 702 320 320 -61 61 126.836 650.2 PBEGIN
2833%%BeginDocument: mugex3.ps
2834%%BoundingBox: 160 702 480 763
2835save
2836192278223 192278013 sv
28371.000000 1.000000 scale
2838% S_SSV
2839(/tmp/ugexiM5077) inputfile
28401 linenum
2841% S_FEED
2842540.29 1235.00 828.00 5 1.000000 1.000000 stf
2843% S_CLEFSIG
2844192.08 725.00 1.000000 gclef
2845% S_CHHEAD
2846% S_STAFF
2847% staff 1
2848save
2849226.78 725.00 1.000000 4n
28500.70 setlinewidth
2851230.46 725.75 moveto
2852230.46 746.00 lineto stroke
2853284.75 722.00 1.000000 4n
2854288.43 722.75 moveto
2855288.43 743.00 lineto stroke
2856291.46 743.00 1.000000 dnflag
2857321.07 722.00 1.000000 4n
2858324.76 722.75 moveto
2859324.76 743.00 lineto stroke
2860327.78 743.00 1.000000 dnflag
2861368.33 719.00 1.000000 2n
2862372.23 719.75 moveto
2863372.23 740.00 lineto stroke
2864restore
2865% S_BAR
28665 linenum
28670.70 setlinewidth
2868467.65 743.00 moveto
2869467.65 719.00 lineto stroke
2870% Printing header/footer
2871showpage
2872restore
2873%%DocumentFonts:
2874%%Pages: 2
2875%%EndDocument
2876end PEND/F0 10/Times-Roman@0 SF .18
2877(The third note has no information gi)69.336 664.2 R -.15(ve)-.25 G 2.68
2878(na).15 G 2.68(ta)-2.68 G .18(ll in this e)-2.68 F .18
2879(xample\212there is only a semicolon. In this case, Mup)-.15 F .312
2880(will get both pitch and time v)69.336 676.2 R .312(alue from the pre)
2881-.25 F .313(vious note, so the actual third note in this measure w)-.25
2882F .313(ould be)-.1 F(an eighth note with pitch F)69.336 688.2 Q(.)-.8 E
2883-1.1(Yo)69.336 706.2 S 3.01(um)1.1 G .51(ay ha)-3.01 F .81 -.15(ve n)-.2
2884H .51(oticed that this e).15 F .51(xample doesn')-.15 F 3.009(th)-.18 G
2885-2.25 -.2(av e)-3.009 H .509(spaces between chords.)3.209 F .509
2886(There are only a fe)5.509 F 3.009(wp)-.25 G(laces)-3.009 E .386
2887(where the Mup language requires you to put spaces.)69.336 718.2 R(Ho)
28885.386 E(we)-.25 E -.15(ve)-.25 G 1.186 -.4(r, y).15 H .386(ou can al).4
2889F -.1(wa)-.1 G .386(ys put some in other places to).1 F(mak)69.336 730.2
2890Q 2.5(et)-.1 G(hings easier to read.)-2.5 E EP
2891%%Page: 3 9
2892%%BeginPageSetup
2893BP
2894%%EndPageSetup
2895/F0 10/Times-Roman@0 SF 2.5(-3-)277.006 48 S 69.336 102 EBEGIN
28960 0.1 0.5 setrgbcolor
2897EEND/F0 14/Times-Bold@0 SF 3.5(2.2 P)72.836 102 R(arameters)-.14 E
289869.336 120 EBEGIN
28990 0 0 setrgbcolor
2900EEND/F0 10/Times-Roman@0 SF .806(Printed music contains a lot more than\
2901 just notes and bar lines. Among other things, each staf)72.643 120 R
29023.306(fn)-.25 G(ormally)-3.306 E(be)69.336 132 Q .289
2903(gins with a clef, k)-.15 F .589 -.15(ey s)-.1 H .289
2904(ignature, and time signature. Mup pro).15 F .29(vides def)-.15 F .29
2905(ault v)-.1 F .29(alues for these, which you can)-.25 F .399(then o)
290669.336 144 R -.15(ve)-.15 G .399(rride if you w).15 F .399
2907(ant something dif)-.1 F .399(ferent. In the e)-.25 F .399(xamples so f)
2908-.15 F(ar)-.1 E 2.899(,w)-.4 G 2.899(ed)-2.899 G(idn')-2.899 E 2.899(to)
2909-.18 G -.15(ve)-3.049 G .398(rride an).15 F .398(ything, so Mup)-.15 F
2910-.1(wo)69.336 156 S .818(uld assume its def).1 F .818(ault v)-.1 F .818
2911(alues, which are treble clef, a k)-.25 F 1.118 -.15(ey s)-.1 H .819
2912(ignature with no sharps or \215ats, and a time).15 F(signature of 4/4.)
291369.336 168 Q 1.073
2914(There is a long list of "parameters" that can be set.)69.336 186 R
29151.073(Things lik)6.073 F 3.572(ec)-.1 G 1.072(lef and k)-3.572 F 1.372
2916-.15(ey s)-.1 H 1.072(ignature are among them.).15 F -.15(Pa)69.336 198
2917S(rameters can be changed with a line of the form:).15 E/F1 10
2918/Times-Italic@0 SF(par)105.336 216 Q(ameter_name)-.15 E/F2 10/Courier@0
2919SF(=)A F1(value)A F0 -.15(Fo)69.336 236 S 4.125(re).15 G 1.625
2920(xample, suppose we ha)-4.275 F 1.925 -.15(ve a s)-.2 H 1.625
2921(ong written in 6/8 time in the k).15 F 1.926 -.15(ey o)-.1 H 4.126(fDm)
2922.15 G(ajor)-4.126 E 6.626(.W)-.55 G 4.126(ec)-7.426 G 1.626(an con)
2923-4.126 F 1.926 -.15(vey t)-.4 H(his).15 E(information to Mup lik)69.336
2924248 Q 2.5(et)-.1 G(his:)-2.5 E F2(score)105.336 266 Q(time=6/8)117.336
2925278 Q(key=2#)117.336 290 Q(music)105.336 314 Q(1: 4d;8e;4f;8d;)117.336
2926326 Q(bar)117.336 338 Q 127.836 347.6 EBEGIN
2927gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
2928EEND 160 702 320 320 -61 61 126.836 408.6 PBEGIN
2929%%BeginDocument: mugex4.ps
2930%%BoundingBox: 160 702 480 763
2931save
2932192278223 192278013 sv
29331.000000 1.000000 scale
2934% S_SSV
2935(/tmp/ugexiM5077) inputfile
29362 linenum
2937% S_FEED
2938540.29 1235.00 828.00 5 1.000000 1.000000 stf
2939% S_CLEFSIG
2940192.08 725.00 1.000000 gclef
2941206.19 743.00 1.000000 sharp
2942212.83 734.00 1.000000 sharp
2943/NewCenturySchlbk-Bold findfont
294416 scalefont
2945setfont
2946219.15 731.00 moveto
2947(6) show
2948/NewCenturySchlbk-Bold findfont
294916 scalefont
2950setfont
2951219.15 718.79 moveto
2952(8) show
2953% S_CHHEAD
2954% S_STAFF
2955% staff 1
2956save
2957254.35 716.00 1.000000 4n
29580.70 setlinewidth
2959258.04 716.75 moveto
2960258.04 737.00 lineto stroke
2961318.35 719.00 1.000000 4n
2962322.03 719.75 moveto
2963322.03 740.00 lineto stroke
2964325.06 740.00 1.000000 dnflag
2965364.23 722.00 1.000000 4n
2966367.91 722.75 moveto
2967367.91 743.00 lineto stroke
2968429.07 716.00 1.000000 4n
2969432.75 716.75 moveto
2970432.75 737.00 lineto stroke
2971435.77 737.00 1.000000 dnflag
2972restore
2973% S_BAR
29749 linenum
29750.70 setlinewidth
2976467.65 743.00 moveto
2977467.65 719.00 lineto stroke
2978% Printing header/footer
2979showpage
2980restore
2981%%DocumentFonts: /NewCenturySchlbk-Bold
2982%%Pages: 2
2983%%EndDocument
2984end PEND/F0 10/Times-Roman@0 SF(Note that in this e)69.336 428.6 Q
2985(xample, the k)-.15 E .3 -.15(ey w)-.1 H(as speci\214ed as tw).05 E 2.5
2986(os)-.1 G 2.5(harps. Y)-2.5 F(ou can also specify the k)-1.1 E .3 -.15
2987(ey b)-.1 H 2.5(yn).15 G(ame:)-2.5 E/F1 10/Courier@0 SF(key = d major)
2988117.336 446.6 Q F0 1.359(These parameters gi)69.336 472.6 R 1.659 -.15
2989(ve a ve)-.25 H 1.359(ry dif).15 F 1.359
2990(ferent sort of information than the notes of a measure, so the)-.25 F
29913.859(yg)-.15 G 3.859(oi)-3.859 G 3.858(na)-3.859 G 1.208
2992(separate section of the input \214le.)69.336 484.6 R 1.209(Each sectio\
2993n of the \214le describes information for a speci\214c "conte)6.209 F
2994(xt.")-.15 E .097(Information about musical notes is gi)69.336 496.6 R
2995-.15(ve)-.25 G 2.597(ni).15 G 2.597(n")-2.597 G .097(music" conte)-2.597
2996F .096(xt, while things that apply in general to the whole)-.15 F .723
2997(score are gi)69.336 508.6 R -.15(ve)-.25 G 3.224(ni).15 G 3.224(n")
2998-3.224 G .724(score" conte)-3.224 F 3.224(xt. Once)-.15 F .724
2999(you start a measure in music conte)3.224 F .724(xt, you ha)-.15 F 1.024
3000-.15(ve t)-.2 H 3.224(oc).15 G .724(omplete that)-3.224 F .654
3001(measure before switching to another conte)69.336 520.6 R .654(xt, b)
3002-.15 F .654(ut otherwise you can pretty much change from one conte)-.2 F
3003(xt)-.15 E .394(to another as necessary)69.336 532.6 R 5.394(.E)-.65 G
3004.394(ach ne)-5.394 F 2.894(wc)-.25 G(onte)-2.894 E .395
3005(xt section is headed by its name \(e.g., "music" or "score"\).)-.15 F
3006.395(At the)5.395 F(be)69.336 544.6 Q(ginning of input, music conte)-.15
3007E(xt is assumed.)-.15 E(Here is a more complicated e)69.336 562.6 Q
3008(xample:)-.15 E F1(score)105.336 580.6 Q(staffs=2)141.336 592.6 Q
3009(key=3&)141.336 604.6 Q(time=2/4)141.336 616.6 Q(music)105.336 640.6 Q
3010(1: ceg;;)105.336 652.6 Q(2: 2c;)105.336 664.6 Q(bar)105.336 676.6 Q EP
3011%%Page: 4 10
3012%%BeginPageSetup
3013BP
3014%%EndPageSetup
3015/F0 10/Times-Roman@0 SF 2.5(-4-)277.006 48 S 163.836 96 EBEGIN
3016gsave 0 0.25 0.75 setrgbcolor 0 115 rlineto 248 0 rlineto 0 115 neg rlineto closepath stroke grestore
3017EEND 200 648 248 248 -115 115 162.836 211 PBEGIN
3018%%BeginDocument: mugex5.ps
3019%%BoundingBox: 200 648 448 763
3020save
3021192278223 192278013 sv
30221.000000 1.000000 scale
3023% S_SSV
3024(/tmp/ugexiM5077) inputfile
30252 linenum
3026% S_FEED
3027576.29 1235.00 792.00 5 1.000000 1.000000 stf
3028576.29 1181.00 792.00 5 1.000000 1.000000 stf
30290.70 setlinewidth
3030216.29 743.00 moveto
3031216.29 665.00 lineto stroke
3032% S_CLEFSIG
3033228.08 725.00 1.000000 gclef
3034228.08 671.00 1.000000 gclef
3035241.62 731.00 1.000000 flat
3036247.10 740.00 1.000000 flat
3037252.59 728.00 1.000000 flat
3038241.62 677.00 1.000000 flat
3039247.10 686.00 1.000000 flat
3040252.59 674.00 1.000000 flat
3041/NewCenturySchlbk-Bold findfont
304216 scalefont
3043setfont
3044258.34 731.00 moveto
3045(2) show
3046/NewCenturySchlbk-Bold findfont
304716 scalefont
3048setfont
3049258.34 718.98 moveto
3050(4) show
3051/NewCenturySchlbk-Bold findfont
305216 scalefont
3053setfont
3054258.34 677.00 moveto
3055(2) show
3056/NewCenturySchlbk-Bold findfont
305716 scalefont
3058setfont
3059258.34 664.98 moveto
3060(4) show
3061% S_CHHEAD
3062% S_STAFF
3063% staff 1
3064save
3065294.15 725.00 1.000000 4n
3066294.15 719.00 1.000000 4n
3067294.15 713.00 1.000000 4n
3068287.92 713.00 moveto
3069300.38 713.00 lineto stroke
3070297.83 713.75 moveto
3071297.83 746.00 lineto stroke
3072367.17 725.00 1.000000 4n
3073367.17 719.00 1.000000 4n
3074367.17 713.00 1.000000 4n
3075360.93 713.00 moveto
3076373.40 713.00 lineto stroke
3077370.85 713.75 moveto
3078370.85 746.00 lineto stroke
3079restore
3080% S_STAFF
3081% staff 2
3082save
3083294.15 659.00 1.000000 2n
30840.70 setlinewidth
3085287.70 659.00 moveto
3086300.60 659.00 lineto stroke
3087298.05 659.75 moveto
3088298.05 680.00 lineto stroke
3089restore
3090% S_BAR
309112 linenum
30920.70 setlinewidth
3093431.65 743.00 moveto
3094431.65 719.00 lineto stroke
3095431.65 689.00 moveto
3096431.65 665.00 lineto stroke
3097% Printing header/footer
3098showpage
3099restore
3100%%DocumentFonts: /NewCenturySchlbk-Bold
3101%%Pages: 2
3102%%EndDocument
3103end PEND/F0 10/Times-Roman@0 SF 1.142(This e)69.336 225 R 1.141(xample \
3104starts by setting some parameters. First it states that this piece of m\
3105usic should be printed)-.15 F 1.069(with tw)69.336 237 R 3.569(os)-.1 G
3106(taf)-3.569 E 1.069(fs, instead of the def)-.25 F 1.069
3107(ault of only one. Then it gi)-.1 F -.15(ve)-.25 G 3.569(sak).15 G 1.369
3108-.15(ey s)-3.669 H 1.069(ignature. Since there is no "\215at").15 F .214
3109(symbol on a standard computer k)69.336 249 R -.15(ey)-.1 G .214
3110(board, Mup uses the "&" symbol for \215at.).15 F .214
3111(The time signature is then set)5.214 F(to 2/4.)69.336 261 Q(Ne)69.336
3112279 Q .545(xt we \214nd the k)-.15 F -.15(ey)-.1 G -.1(wo).15 G .546
3113(rd "music," which indicates the end of parameters and the be).1 F .546
3114(ginning of the music.)-.15 F .196(Data is gi)69.336 291 R -.15(ve)-.25
3115G 2.696(nf).15 G .196(or both staf)-2.696 F 2.696(f1a)-.25 G .196
3116(nd staf)-2.696 F 2.696(f2)-.25 G 5.196(.S)-2.696 G(taf)-5.196 E 2.696
3117(f1h)-.25 G .196(as tw)-2.696 F 2.696(oc)-.1 G .196
3118(hords in the measure. The \214rst is a C minor triad)-2.696 F(\(it')
311969.336 303 Q 3.408(sm)-.55 G .908(inor since the k)-3.408 F 1.208 -.15
3120(ey i)-.1 H 3.408(st).15 G .908(hree \215ats\). No time v)-3.408 F .908
3121(alue is speci\214ed for this chord. Since it is the v)-.25 F .909
3122(ery \214rst)-.15 F .281(chord of the piece, Mup cannot use the pre)
312369.336 315 R .281(vious chord')-.25 F 2.781(st)-.55 G .281(ime v)-2.781
3124F .281(alue, because there is no pre)-.25 F .281(vious chord.)-.25 F(In)
31255.281 E .273(this case, Mup f)69.336 327 R .274(alls back to using the \
3126denominator \(bottom number\) of the time signature, so the chord is a)
3127-.1 F 1.027(quarter note. Incidentally)69.336 339 R 3.527(,i)-.65 G
31283.527(fM)-3.527 G 1.027(up has to back up to pre)-3.527 F 1.026
3129(vious notes to deduce pitch and/or time v)-.25 F 1.026(alues, it)-.25 F
3130.009(only goes back as f)69.336 351 R .009(ar as the be)-.1 F .01
3131(ginning of the current measure. That means the def)-.15 F .01
3132(ault time v)-.1 F .01(alue for the \214rst)-.25 F .308(chord of e)
313369.336 363 R -.15(ve)-.25 G .308(ry measure in this piece w).15 F .308
3134(ould be quarter note.)-.1 F .308(The second chord on staf)5.308 F 2.807
3135(f1i)-.25 G 2.807(st)-2.807 G .307(he same as the)-2.807 F
3136(\214rst, since only a semicolon is speci\214ed.)69.336 375 Q(Staf)
313769.336 393 Q 3.116(f2h)-.25 G .617
3138(as only a single chord, consisting of a half note with pitch C.)-3.116
3139F .617(Mup checks to mak)5.617 F 3.117(es)-.1 G .617(ure the time)-3.117
3140F -.25(va)69.336 405 S .305(lues on each staf).25 F 2.805(fa)-.25 G .304
3141(dd up to the time signature\212no more or less\212and will print an er\
3142ror message if the)-2.805 F(y)-.15 E(don')69.336 417 Q 2.761(t. If)-.18
3143F .261(you ha)2.761 F .561 -.15(ve s)-.2 H .261(omething lik).15 F -5.26
31442.761(ea ")-.1 H .262(pickup" measure, which doesn')-2.761 F 2.762(ta)
3145-.18 G .262(dd up to the time signature, you can)-2.762 F(specify "spac\
3146e" rather than a chord, to account for the rest of the time.)69.336 429
3147Q .768(Some parameters can be set on a per)69.336 447 R(-staf)-.2 E
31483.268(fb)-.25 G .768
3149(asis as well as for the entire score. Mup also allo)-3.268 F .768
3150(ws for up to)-.25 F .06(three independent v)69.336 459 R .06
3151(oices on each staf)-.2 F .06(f, and each v)-.25 F .061(oice can ha)-.2
3152F .361 -.15(ve p)-.2 H .061(arameters set that apply to only that v).15
3153F(oice.)-.2 E 1.972 -.8(To g)69.336 471 T .372(et the v).8 F .372
3154(alue of a parameter)-.25 F 2.872(,M)-.4 G .372(up al)-2.872 F -.1(wa)
3155-.1 G .372
3156(ys starts at the most speci\214c place it could be de\214ned and w).1 F
3157(orks)-.1 E(to)69.336 483 Q -.1(wa)-.25 G .048
3158(rd the most general. In other w).1 F .048
3159(ords, it will \214rst see if the parameter is set for the current v)-.1
3160F .049(oice. If not, it)-.2 F .438
3161(will see if it is set for the current staf)69.336 495 R .437
3162(f. If not, it will use the v)-.25 F .437
3163(alue set for the entire score. Staf)-.25 F 2.937(fp)-.25 G(arameters)
3164-2.937 E(are set in "staf)69.336 507 Q(f" conte)-.25 E(xt, and v)-.15 E
3165(oice parameters are set in "v)-.2 E(oice" conte)-.2 E 2.5(xt. As)-.15 F
3166(an e)2.5 E(xample:)-.15 E/F1 10/Courier@0 SF(score)105.336 525 Q
3167(staffs=3)141.336 537 Q(key=1&)141.336 549 Q(staff 2)105.336 561 Q
3168(key=2&)141.336 573 Q(clef=bass)141.336 585 Q(music)105.336 597 Q
3169(1: 2f;a;)105.336 609 Q(2: 2c;f;)105.336 621 Q(3: 1f;)105.336 633 Q(bar)
3170105.336 645 Q EP
3171%%Page: 5 11
3172%%BeginPageSetup
3173BP
3174%%EndPageSetup
3175/F0 10/Times-Roman@0 SF 2.5(-5-)277.006 48 S 127.836 96 EBEGIN
3176gsave 0 0.25 0.75 setrgbcolor 0 169 rlineto 320 0 rlineto 0 169 neg rlineto closepath stroke grestore
3177EEND 160 594 320 320 -169 169 126.836 265 PBEGIN
3178%%BeginDocument: mugex6.ps
3179%%BoundingBox: 160 594 480 763
3180save
3181192278223 192278013 sv
31821.000000 1.000000 scale
3183% S_SSV
3184(/tmp/ugexiM5077) inputfile
31852 linenum
3186% S_SSV
31877 linenum
3188% S_FEED
3189540.29 1235.00 828.00 5 1.000000 1.000000 stf
3190540.29 1181.00 828.00 5 1.000000 1.000000 stf
3191540.29 1127.00 828.00 5 1.000000 1.000000 stf
31920.70 setlinewidth
3193180.29 743.00 moveto
3194180.29 611.00 lineto stroke
3195% S_CLEFSIG
3196192.08 725.00 1.000000 gclef
3197192.33 683.00 1.000000 fclef
3198192.08 617.00 1.000000 gclef
3199206.12 731.00 1.000000 flat
3200206.12 671.00 1.000000 flat
3201211.61 680.00 1.000000 flat
3202206.12 623.00 1.000000 flat
3203% S_CHHEAD
3204% S_STAFF
3205% staff 1
3206save
3207246.97 722.00 1.000000 2n
3208250.87 722.75 moveto
3209250.87 743.00 lineto stroke
3210362.76 728.00 1.000000 2n
3211366.66 728.75 moveto
3212366.66 749.00 lineto stroke
3213restore
3214% S_STAFF
3215% staff 2
3216save
3217246.97 674.00 1.000000 2n
32180.70 setlinewidth
3219250.87 674.75 moveto
3220250.87 695.00 lineto stroke
3221362.76 683.00 1.000000 2n
3222358.86 682.25 moveto
3223358.86 662.00 lineto stroke
3224restore
3225% S_STAFF
3226% staff 3
3227save
3228246.97 614.00 1.000000 1n
3229restore
3230% S_BAR
323114 linenum
32320.70 setlinewidth
3233467.65 743.00 moveto
3234467.65 719.00 lineto stroke
3235467.65 689.00 moveto
3236467.65 665.00 lineto stroke
3237467.65 635.00 moveto
3238467.65 611.00 lineto stroke
3239% Printing header/footer
3240showpage
3241restore
3242%%DocumentFonts:
3243%%Pages: 2
3244%%EndDocument
3245end PEND/F0 10/Times-Roman@0 SF(Staf)69.336 279 Q 2.553(f2w)-.25 G .053
3246(ill ha)-2.553 F .353 -.15(ve t)-.2 H .254 -.1(wo \215).15 H .054
3247(ats, whereas the other staf).1 F .054(fs will ha)-.25 F .354 -.15(ve o)
3248-.2 H .054(ne \215at.).15 F(Staf)5.054 E 2.554(f2w)-.25 G .054
3249(ill use the bass clef, whereas)-2.554 F 1.58(the other staf)69.336 291
3250R 1.58(fs will use treble clef \(since that is the def)-.25 F 1.579
3251(ault when none is speci\214ed\).)-.1 F 1.579(All the a)6.579 F -.25(va)
3252-.2 G(ilable).25 E .139(parameters are listed later in this User')69.336
3253303 R 2.639(sG)-.55 G .139
3254(uide, along with information about whether the)-2.639 F 2.64(yc)-.15 G
3255.14(an be set for an)-2.64 F(indi)69.336 315 Q(vidual staf)-.25 E 2.5
3256(fo)-.25 G 2.5(rv)-2.5 G(oice, or just for the score as a whole.)-2.7 E
325769.336 333 EBEGIN
32580 0.1 0.5 setrgbcolor
3259EEND/F0 14/Times-Bold@0 SF 3.5(2.3 P)72.836 333 R(age headers and f)-.14
3260E(ooters)-.35 E 69.336 351 EBEGIN
32610 0 0 setrgbcolor
3262EEND/F0 10/Times-Roman@0 SF .271(Mup allo)72.107 351 R .27(ws you to sp\
3263ecify a header and/or footer to put on the \214rst page, as well as a h\
3264eader and/or footer)-.25 F 1.119(to use on subsequent pages. These can \
3265include a page number that will be incremented automatically as)69.336
3266363 R .507(pages are printed. The headers and footers can be customized\
3267 as you lik)69.336 375 R .506(e, with dif)-.1 F .506
3268(ferent fonts and sizes of)-.25 F(te)69.336 387 Q .16(xt and items cent\
3269ered or left or right justi\214ed. There is also a shortcut "title" com\
3270mand that can be used to)-.15 F(create a canned format title. F)69.336
3271399 Q(or e)-.15 E(xample:)-.15 E/F1 10/Courier@0 SF
3272(title "Three Blind Mice")105.336 417 Q F0
3273(will create a centered title. Y)69.336 437 Q
3274(ou can also get left and right justi\214ed titles.)-1.1 E 69.336 455
3275EBEGIN
32760 0.1 0.5 setrgbcolor
3277EEND/F0 14/Times-Bold@0 SF 3.5(2.4 L)72.836 455 R(yrics)-.77 E 69.336
3278473 EBEGIN
32790 0 0 setrgbcolor
3280EEND/F0 10/Times-Roman@0 SF -1.1(Yo)73.323 473 S 3.987(uc)1.1 G 1.487
3281(an specify lyrics for as man)-3.987 F 3.987(yv)-.15 G 1.487
3282(erses as you lik)-4.137 F 1.487(e. The)-.1 F 3.987(ya)-.15 G 1.487
3283(re speci\214ed some)-3.987 F 1.487(what lik)-.25 F 3.986(en)-.1 G 1.486
3284(otes. As an)-3.986 F -.15(ex)69.336 485 S(ample:).15 E/F1 10/Courier@0
3285SF(1: 4e;d;2c;)105.336 503 Q(lyrics 1: 4;;2; "Three blind mice,";)
3286105.336 515 Q(bar)105.336 527 Q 127.836 536.6 EBEGIN
3287gsave 0 0.25 0.75 setrgbcolor 0 73 rlineto 320 0 rlineto 0 73 neg rlineto closepath stroke grestore
3288EEND 160 690 320 320 -73 73 126.836 609.6 PBEGIN
3289%%BeginDocument: mugex7.ps
3290%%BoundingBox: 160 690 480 763
3291save
3292192278223 192278013 sv
32931.000000 1.000000 scale
3294% S_SSV
3295(/tmp/ugexiM5077) inputfile
32961 linenum
3297% S_FEED
3298540.29 1235.00 828.00 5 1.000000 1.000000 stf
3299% S_CLEFSIG
3300192.08 725.00 1.000000 gclef
3301% S_CHHEAD
3302% S_STAFF
3303% staff 1
3304save
33054 linenum
3306/Times-Roman findfont
330712 scalefont
3308setfont
3309218.74 698.90 moveto
3310(Three) show
3311/Times-Roman findfont
331212 scalefont
3313setfont
3314285.23 698.90 moveto
3315(blind) show
3316/Times-Roman findfont
331712 scalefont
3318setfont
3319358.27 698.90 moveto
3320(mice,) show
3321225.72 719.00 1.000000 4n
33220.70 setlinewidth
3323229.40 719.75 moveto
3324229.40 740.00 lineto stroke
3325291.37 716.00 1.000000 4n
3326295.05 716.75 moveto
3327295.05 737.00 lineto stroke
3328364.86 713.00 1.000000 2n
3329358.41 713.00 moveto
3330371.30 713.00 lineto stroke
3331368.75 713.75 moveto
3332368.75 734.00 lineto stroke
3333restore
3334% S_BAR
33356 linenum
33360.70 setlinewidth
3337467.65 743.00 moveto
3338467.65 719.00 lineto stroke
3339% Printing header/footer
3340showpage
3341restore
3342%%DocumentFonts: /Times-Roman
3343%%Pages: 2
3344%%EndDocument
3345end PEND/F0 10/Times-Roman@0 SF .748(This e)69.336 623.6 R .749
3346(xample describes the lyrics to go with staf)-.15 F 3.249(f1)-.25 G
33473.249(.T)-3.249 G .749(here are three lyric syllables, ha)-3.249 F .749
3348(ving time v)-.2 F .749(alues of)-.25 F 3.054
3349(quarter note, quarter note, and half note.)69.336 635.6 R 3.054
3350(The actual syllables are gi)8.054 F -.15(ve)-.25 G 5.554(ni).15 G 3.054
3351(nside the double quotes.)-5.554 F(Incidentally)69.336 647.6 Q 2.794(,s)
3352-.65 G .294(ince in this e)-2.794 F .294(xample the time v)-.15 F .295
3353(alues for the lyrics are the same as those of the notes, the time)-.25
3354F -.25(va)69.336 659.6 S .6(lues don').25 F 3.1(ta)-.18 G .6
3355(ctually need to be speci\214ed; if no lyrics time v)-3.1 F .599
3356(alues are gi)-.25 F -.15(ve)-.25 G .599(n, Mup assumes the).15 F 3.099
3357(ym)-.15 G .599(atch the)-3.099 F(note time v)69.336 671.6 Q(alues.)-.25
3358E 69.336 689.6 EBEGIN
33590 0.1 0.5 setrgbcolor
3360EEND/F0 14/Times-Bold@0 SF 3.5(2.5 Miscellaneous)72.836 689.6 R 69.336
3361707.6 EBEGIN
33620 0 0 setrgbcolor
3363EEND/F0 10/Times-Roman@0 SF .157(Mup pro)71.993 707.6 R .158(vides a w)
3364-.15 F .158(ay to print arbitrary te)-.1 F .158(xt \(lik)-.15 F 2.658
3365(e")-.1 G(alle)-2.658 E .158(gro"\) and musical symbols \(lik)-.15 F
33662.658(eaf)-.1 G .158(ermata\). It can also)-2.658 F .622(print phrase m\
3367arks, piano pedal marks, etc. The placement of these items is speci\214\
3368ed in terms of "counts")69.336 719.6 R(into the measure. F)69.336 731.6
3369Q(or e)-.15 E(xample:)-.15 E EP
3370%%Page: 6 12
3371%%BeginPageSetup
3372BP
3373%%EndPageSetup
3374/F0 10/Times-Roman@0 SF 2.5(-6-)277.006 48 S/F1 10/Courier@0 SF
3375(boldital below 1: 3 "mf";)105.336 96 Q 127.836 105.6 EBEGIN
3376gsave 0 0.25 0.75 setrgbcolor 0 74 rlineto 320 0 rlineto 0 74 neg rlineto closepath stroke grestore
3377EEND 160 689 320 320 -74 74 126.836 179.6 PBEGIN
3378%%BeginDocument: mugex8.ps
3379%%BoundingBox: 160 689 480 763
3380save
3381192278223 192278013 sv
33821.000000 1.000000 scale
3383% S_SSV
3384(/tmp/ugexiM5077) inputfile
33851 linenum
3386% S_FEED
3387540.29 1235.00 828.00 5 1.000000 1.000000 stf
3388% S_CLEFSIG
3389192.08 725.00 1.000000 gclef
3390% S_CHHEAD
3391% S_STAFF
3392% staff 1
3393save
3394227.20 719.00 1.000000 4n
33950.70 setlinewidth
3396230.88 719.75 moveto
3397230.88 740.00 lineto stroke
3398292.98 716.00 1.000000 4n
3399296.66 716.75 moveto
3400296.66 737.00 lineto stroke
3401363.95 713.00 1.000000 2n
3402357.50 713.00 moveto
3403370.40 713.00 lineto stroke
3404367.85 713.75 moveto
3405367.85 734.00 lineto stroke
3406/Times-BoldItalic findfont
340712 scalefont
3408setfont
3409359.27 699.40 moveto
3410(mf ) show
3411restore
3412% S_BAR
34136 linenum
34140.70 setlinewidth
3415467.65 743.00 moveto
3416467.65 719.00 lineto stroke
3417% Printing header/footer
3418showpage
3419restore
3420%%DocumentFonts: /Times-BoldItalic
3421%%Pages: 2
3422%%EndDocument
3423end PEND/F0 10/Times-Roman@0 SF .788
3424(tells Mup to print "mf" in bold-italics belo)69.336 193.6 R 3.288(ws)
3425-.25 G(taf)-3.288 E 3.288(f1)-.25 G 3.288(,a)-3.288 G 3.288(tc)-3.288 G
3426.788(ount 3 of the measure.)-3.288 F -1.1(Yo)5.788 G 3.288(uc)1.1 G .788
3427(an also print marks)-3.288 F(associated with speci\214c chords.)69.336
3428205.6 Q(All of these f)5 E(acilities are described in detail in follo)
3429-.1 E(wing sections.)-.25 E 69.336 223.6 EBEGIN
34300 0.1 0.5 setrgbcolor
3431EEND/F0 14/Times-Bold@0 SF 3.5(2.6 Displaying,)72.836 223.6 R
3432(printing, and playing music)3.5 E 69.336 241.6 EBEGIN
34330 0 0 setrgbcolor
3434EEND/F0 10/Times-Roman@0 SF(Once you ha)71.836 241.6 Q .3 -.15(ve a)-.2
3435H 2.5(ni).15 G(nput \214le, you can run Mup on it to get the printed v)
3436-2.5 E(ersion of the music. Entering:)-.15 E/F1 10/Courier@0 SF(mup)
3437105.336 259.6 Q/F2 10/Times-Italic@0 SF(my\214le)6 E F0 1.129(from a co\
3438mmand line prompt or selecting Run > Display from Mupmate will cause Mu\
3439p to read)69.336 279.6 R F2(my\214le)3.628 E F0(,)A .276
3440(which should contain te)69.336 291.6 R .276
3441(xt in the Mup input language. If there are no errors in)-.15 F F2
3442(my\214le)2.776 E F0 2.776(,P)C .277(ostScript output will)-2.776 F
34431.022(be produced, which can be displayed on the screen or printed via \
3444Mupmate or other programs. Mup can)69.336 303.6 R
3445(also produce MIDI output, which can then be played on your speak)69.336
3446315.6 Q(ers.)-.1 E 2.322(If you are using Ghostscript, b)69.336 333.6 R
34472.322(ut without Mupmate, tw)-.2 F 4.822(ou)-.1 G 2.322
3448(tility programs are included with Mup for)-4.822 F
3449(displaying and printing music using Ghostscript.)69.336 345.6 Q
3450(These are described in more detail in the ne)5 E(xt section.)-.15 E EP
3451%%Page: 7 13
3452%%BeginPageSetup
3453BP
3454%%EndPageSetup
3455/F0 10/Times-Roman@0 SF 2.5(-7-)277.006 48 S 69.336 103 EBEGIN
34560 0.1 0.5 setrgbcolor
3457EEND/F0 15/Times-Bold@0 SF 3.75(3. R)73.086 103 R(UNNING MUP)-.45 E
345869.336 121 EBEGIN
34590 0 0 setrgbcolor
3460EEND/F0 10/Times-Roman@0 SF .072(There are tw)71.908 121 R 2.572(ob)-.1
3461G .072(asic w)-2.572 F .072(ays to run Mup: directly from a command lin\
3462e or via the Mupmate program. Y)-.1 F .072(ou can)-1.1 F 1.424(use eith\
3463er approach, or switch between them as you wish. The Mupmate program ju\
3464st pro)69.336 133 R 1.424(vides a more)-.15 F(menu-dri)69.336 145 Q -.15
3465(ve)-.25 G 2.5(ne).15 G -.4(nv)-2.5 G
3466(ironment on top of the Mup program itself.).4 E -1.1(Yo)69.336 163 S
34673.596(uc)1.1 G 1.096(an create a Mup \214le using an)-3.596 F 3.596(yo)
3468-.15 G 1.096(rdinary te)-3.596 F 1.096(xt editor)-.15 F 3.596(,a)-.4 G
34691.096(nd then run the Mup program on the \214le you)-3.596 F 3.614
3470(created. On)69.336 175 R -.4(Wi)3.614 G(ndo).4 E 1.114
3471(ws, Notepad is a typical editor choice, and on Linux, editors lik)-.25
3472F 3.614(ev)-.1 G 1.115(im and emacs are)-3.614 F .451(commonly used, b)
347369.336 187 R .451(ut pretty much an)-.2 F 2.951(yt)-.15 G -.15(ex)-2.951
3474G 2.951(te).15 G .451(ditor \(not w)-2.951 F .45
3475(ord processor\) can be used. Man)-.1 F 2.95(yp)-.15 G .45(eople, ho)
3476-2.95 F(we)-.25 E -.15(ve)-.25 G -.4(r,).15 G 1.015
3477(prefer to be able to edit, display)69.336 199 R 3.515(,a)-.65 G 1.016
3478(nd play from a single inte)-3.515 F 1.016
3479(grated and more graphical interf)-.15 F 1.016(ace, and for)-.1 F 1.58
3480(them, a helper program called "Mupmate" is pro)69.336 211 R 4.079
3481(vided. The)-.15 F 1.579(Mupmate program helps lead you through)4.079 F
3482(some of the steps, and you can easily access this User')69.336 223 Q
34832.5(sG)-.55 G(uide from its Help menu.)-2.5 E 69.336 241 EBEGIN
34840 0.1 0.5 setrgbcolor
3485EEND/F0 14/Times-Bold@0 SF 3.5(3.1 Mupmate)72.836 241 R 69.336 259
3486EBEGIN
34870 0 0 setrgbcolor
3488EEND/F0 10/Times-Roman@0 SF .125
3489(Mupmate is currently only supported on W)71.961 259 R(indo)-.4 E .125
3490(ws and Linux.)-.25 F(Ho)5.125 E(we)-.25 E -.15(ve)-.25 G .925 -.4(r, s)
3491.15 H .125(ince the source code is a).4 F -.25(va)-.2 G(ilable,).25 E
3492.601(and it is based on the cross-platform FL)69.336 271 R .601
3493(TK toolkit, it w)-.92 F .601(ould probably be f)-.1 F .601
3494(airly easy to mak)-.1 F 3.101(ei)-.1 G 3.101(tr)-3.101 G .601(un on an)
3495-3.101 F(y)-.15 E(system supported by FL)69.336 283 Q(TK.)-.92 E .379
3496(Once you ha)69.336 301 R .679 -.15(ve i)-.2 H .379
3497(nstalled Mup and Mupmate on W).15 F(indo)-.4 E .38
3498(ws, double clicking a .mup \214le in W)-.25 F(indo)-.4 E .38(ws e)-.25
3499F(xplorer)-.15 E 2.049(will run Mupmate on that \214le.)69.336 313 R(Or)
35007.049 E 4.548(,y)-.4 G 2.048
3501(ou can run Mupmate by going to the Start menu, and choosing)-4.548 F
3502.666(Programs, then Arkkra, and then Mupmate.)69.336 325 R .667
3503(If you w)5.666 F .667(ould lik)-.1 F 3.167(ea)-.1 G 3.167(ni)-3.167 G
3504.667(con on the desktop, you can create one)-3.167 F .746
3505(by right clicking the Mupmate choice in the Arkkra menu, choosing "cop)
350669.336 337 R .746(y", right clicking some)-.1 F .746(where on)-.25 F
3507(the desktop, and choosing "paste".)69.336 349 Q .138
3508(On Linux, you can just type the mupmate command in a terminal windo)
350969.336 367 R 1.438 -.65(w, o)-.25 H .139(ptionally follo).65 F .139
3510(wed by the name)-.25 F(of a Mup input \214le.)69.336 379 Q
3511(Or you can add mupmate to your f)5 E -.2(avo)-.1 G(rite windo).2 E 2.5
3512(wm)-.25 G(anager')-2.5 E 2.5(sm)-.55 G(enus.)-2.5 E 2.246(Mupmate pro)
351369.336 397 R 2.246(vides \214v)-.15 F 4.746(et)-.15 G 2.246(op le)-4.746
3514F -.15(ve)-.25 G 4.746(lm).15 G 2.246
3515(enus: File, Edit, Run, Con\214g, and Help.)-4.746 F 2.246
3516(The File menu pro)7.246 F(vides)-.15 E .013(commands for opening ne)
351769.336 409 R 2.513<778c>-.25 G .013(les and sa)-2.513 F .014
3518(ving the \214le you are w)-.2 F .014(orking on, as well as e)-.1 F .014
3519(xiting the program. The)-.15 F .8(Edit menu pro)69.336 421 R .8
3520(vides the kinds of things you w)-.15 F .8(ould e)-.1 F .8
3521(xpect in a editor: commands to \214nd a pattern, or \214nd)-.15 F 1.965
3522(and replace; to select te)69.336 433 R 1.965(xt; to cop)-.15 F 3.265
3523-.65(y, c)-.1 H 1.966
3524(ut, and paste; to go to a speci\214c line; and to undo the pre).65 F
3525(vious)-.25 E 1.082(operation, if you mak)69.336 445 R 3.581(eam)-.1 G
3526(istak)-3.581 E 3.581(eo)-.1 G 3.581(rc)-3.581 G 1.081(hange you mind.)
3527-3.581 F 1.081(The Run menu lets you set runtime options, and)6.081 F
3528.126(then run the Mup program on your input in v)69.336 457 R .126
3529(arious w)-.25 F .126(ays. Y)-.1 F .127
3530(ou can either just generate a PostScript or MIDI)-1.1 F 2.123
3531(\214le, or display the PostScript or play the MIDI.)69.336 469 R 2.123
3532(The Con\214g menu lets you specify what application)7.123 F .197
3533(program you w)69.336 481 R .197(ant to use to vie)-.1 F 2.697(wP)-.25 G
3534.198(ostScript \214les and which you w)-2.697 F .198
3535(ant to use to play MIDI \214les, and well as)-.1 F .208(specify locati\
3536ons for other Mup \214les. Mupmate will try to \214nd reasonable def)
353769.336 493 R .207(ault v)-.1 F .207(alues, b)-.25 F .207(ut you may w)
3538-.2 F(ant)-.1 E .215(to check that the)69.336 505 R 2.715(ya)-.15 G .215
3539(re what you w)-2.715 F .215(ant, and tweak them if the)-.1 F 2.715(ya)
3540-.15 G(ren')-2.715 E 2.715(t. The)-.18 F .215(Con\214g menu also pro)
35412.715 F .215(vides a w)-.15 F(ay)-.1 E .099
3542(for you to \214ll in the Mup re)69.336 517 R .098
3543(gistration form if you wish to send in a paper form rather than re)-.15
3544F .098(gistering online)-.15 F .926
3545(via credit card, as well as a place to entry the re)69.336 529 R .927
3546(gistration k)-.15 F 1.227 -.15(ey y)-.1 H .927(ou will recei).15 F
35471.227 -.15(ve o)-.25 H .927(nce you ha).15 F 1.227 -.15(ve p)-.2 H 3.427
3548(aid. The).15 F .089(Help menu lets you bro)69.336 541 R .089
3549(wse this User')-.25 F 2.589(sG)-.55 G .089(uide, vie)-2.589 F 2.589(ws)
3550-.25 G .089(ome startup hints, or see the current v)-2.589 F .088
3551(ersion number of)-.15 F(Mup and Mupmate.)69.336 553 Q 1.657
3552(Mupmate does not directly pro)69.336 571 R 1.658(vide a print f)-.15 F
3553(acility)-.1 E 4.158(.A)-.65 G 1.658(lmost an)-4.158 F 4.158(yP)-.15 G
35541.658(ostScript vie)-4.158 F 1.658(wer already pro)-.25 F 1.658
3555(vides this)-.15 F(ability)69.336 583 Q 4.153(,s)-.65 G 4.153(oy)-4.153
3556G 1.653
3557(ou can simply select "Display" from the Run menu and use the vie)-4.153
3558F(wer')-.25 E 4.152(sp)-.55 G 1.652(rint capabilities.)-4.152 F .432(Al\
3559ternately you can use "Write PostScript File" from the Run menu to crea\
3560te a PostScript \214le that you can)69.336 595 R(print as you w)69.336
3561607 Q(ould an)-.1 E 2.5(yo)-.15 G(ther PostScript \214le.)-2.5 E 69.336
3562625 EBEGIN
35630 0.1 0.5 setrgbcolor
3564EEND/F0 14/Times-Bold@0 SF 3.5(3.2 Mup)72.836 625 R(Options)3.5 E 69.336
3565643 EBEGIN
35660 0 0 setrgbcolor
3567EEND/F0 10/Times-Roman@0 SF .163(Mup accepts a number of options.)71.999
3568643 R .163(When in)5.163 F -.2(vo)-.4 G .163
3569(king Mup from a command line, the options are speci\214ed by).2 F 2.852
3570(ad)69.336 655 S .352(ash follo)-2.852 F .352(wed by a letter)-.25 F
35715.352(.O)-.55 G 2.852(nW)-5.352 G(indo)-3.252 E .353
3572(ws/MS-DOS systems, you can substitute a slash instead of the dash.)-.25
3573F .77(If you are using Mupmate, you will use the "Set Options" form of)
357469.336 667 R 3.27(fo)-.25 G 3.27(ft)-3.27 G .77
3575(he "Run" menu to set the options.)-3.27 F -1.1(Yo)69.336 679 S 3.823
3576(uj)1.1 G 1.323(ust \214ll v)-3.823 F 1.324
3577(alues into the form, and Mupmate will tak)-.25 F 3.824(ec)-.1 G 1.324
3578(are of the details of running Mup with your)-3.824 F -.25(va)69.336 691
3579S .625(lues, so you w).25 F(on')-.1 E 3.125(tu)-.18 G .625
3580(se the dash and letter sho)-3.125 F .625(wn belo)-.25 F 3.124(wa)-.25 G
35813.124(ta)-3.124 G 3.124(ll. Some)-3.124 F .624
3582(of the options listed belo)3.124 F 3.124(wa)-.25 G .624(re not)-3.124 F
3583-.2(av)69.336 703 S .319(ailable from Mupmate, either because the)-.05 F
35842.819(ya)-.15 G .319(re meant for deb)-2.819 F .32
3585(ugging, and thus not generally of interest to)-.2 F 1.443(most users, \
3586or because Mupmate handles the appropriate details automatically)69.336
3587715 R 6.443(.T)-.65 G 1.443(he options to the mup)-6.443 F
3588(command \(in alphabetical order\) are:)69.336 727 Q EP
3589%%Page: 8 14
3590%%BeginPageSetup
3591BP
3592%%EndPageSetup
3593/F0 10/Times-Roman@0 SF 2.5(-8-)277.006 48 S/F1 10/Courier@0 SF
3594(Command line:)69.336 96 Q/F2 10/Times-Bold@0 SF(-c)12 E/F3 10
3595/Times-Italic@0 SF(N)2.5 E F1(Mupmate:)69.336 108 Q F0
3596(Run > Set Options > Enable Auto Multirest and Min Measures to Combine)
359742 E 2.096(Combine consecuti)98.136 123.6 R 2.397 -.15(ve m)-.25 H 2.097
3598(easures of all rests or spaces into multirests \(multiple measures of \
3599rest).15 F 1.073(printed as a single measure, usually with the number o\
3600f measures of rest printed abo)98.136 135.6 R 1.372 -.15(ve t)-.15 H
36011.072(he staf).15 F(f\).)-.25 E(An)98.136 147.6 Q 2.844(yt)-.15 G .344
3602(ime there are)-2.844 F F3(N)2.844 E F0 .344(or more measures in a ro)
36032.844 F 2.844(wt)-.25 G .344
3604(hat consist entirely of rests or spaces, the)-2.844 F 2.844(yw)-.15 G
3605.344(ill be)-2.844 F .445(replaced by a multirest. The combining of mea\
3606sures stops when there is a visible staf)98.136 159.6 R 2.945(ft)-.25 G
3607.445(hat contains)-2.945 F .806(notes or lyrics, or that contain te)
360898.136 171.6 R .807
3609(xt or musical symbols after the \214rst beat of the measure, or when)
3610-.15 F 1.66(there are parameter changes on a visible staf)98.136 183.6 R
36114.16(fo)-.25 G 4.16(ri)-4.16 G 4.16(ns)-4.16 G 1.66(core conte)-4.16 F
36121.66(xt that change clef, k)-.15 F -.15(ey)-.1 G 4.16(,o)-.5 G 4.16(rt)
3613-4.16 G(ime)-4.16 E 1.053
3614(signature, or when there is a bar line other than an ordinary bar)
361598.136 195.6 R 6.053(.T)-.55 G 1.053(his option is most lik)-6.053 F
36161.054(ely to be)-.1 F 1.868(useful when printing a subset of staf)98.136
3617207.6 R 1.868(fs, where the particular staf)-.25 F 1.868
3618(f\(s\) you are printing ha)-.25 F 2.168 -.15(ve l)-.2 H(ong).15 E .158
3619(periods of rests.)98.136 219.6 R .158
3620(See information about the -s option and the "visible" parameter belo)
36215.158 F 3.958 -.65(w. T)-.25 H .158(his option).65 F -.15(ove)98.136
3622231.6 S(rrides the restcombine parameter).15 E(.)-.55 E F1
3623(Command line:)69.336 255.6 Q F2(-C)12 E F1(Mupmate:)69.336 267.6 Q F0
3624(Option not a)42 E -.25(va)-.2 G(ilable \(only used for deb).25 E
3625(ugging\).)-.2 E 1.578
3626(This option is only used in connection with the -E option.)98.136 283.2
3627R 1.578(It speci\214es that comments are to be)6.578 F
3628(passed through rather than deleted.)98.136 295.2 Q F1(Command line:)
362969.336 319.2 Q F2(-d)12 E F3(N)2.5 E F1(Mupmate:)69.336 331.2 Q F0
3630(Option not a)42 E -.25(va)-.2 G(ilable \(only used for deb).25 E
3631(ugging\).)-.2 E .285(Print deb)98.136 346.8 R .285(ugging information.)
3632-.2 F F3(N)2.785 E F0 .285(is a bitmap, so you can turn on multiple deb)
36332.785 F .285(ugging le)-.2 F -.15(ve)-.25 G .285(ls by adding).15 F .105
3634(up the \215ag v)98.136 358.8 R .104(alues. F)-.25 F .104(or e)-.15 F
3635.104(xample, if you w)-.15 F .104(ant to turn on both le)-.1 F -.15(ve)
3636-.25 G 2.604(l2a).15 G .104(nd le)-2.604 F -.15(ve)-.25 G 2.604(l4t).15
3637G(racing,)-2.604 E F3(N)2.604 E F0 -.1(wo)2.604 G .104(uld be 6).1 F
3638(\(because 2+4=6\).)98.136 370.8 Q 20(1i)98.136 388.8 S
3639(nput syntax/grammar analysis tracing)-20 E 20(2h)98.136 406.8 S(igh le)
3640-20 E -.15(ve)-.25 G 2.5(lp).15 G(arse phase tracing)-2.5 E 20(4l)98.136
3641424.8 S .5 -.25(ow l)-20 H -2.15 -.25(ev e).25 H 2.5(lp).25 G
3642(arse phase tracing)-2.5 E 20(8r)98.136 442.8 S(eserv)-20 E(ed)-.15 E
364312.5(16 high)98.136 460.8 R(le)2.5 E -.15(ve)-.25 G 2.5(lp).15 G
3644(lacement phase tracing)-2.5 E 12.5(32 lo)98.136 478.8 R 2.5(wl)-.25 G
3645-2.15 -.25(ev e)-2.5 H 2.5(lp).25 G(lacement phase tracing)-2.5 E 12.5
3646(64 reserv)98.136 496.8 R(ed)-.15 E 7.5(128 contents)98.136 514.8 R
3647(of the main internal list)2.5 E 7.5(256 high)98.136 532.8 R(le)2.5 E
3648-.15(ve)-.25 G 2.5(lp).15 G(rint or MIDI phase tracing)-2.5 E 7.5
3649(512 lo)98.136 550.8 R 2.5(wl)-.25 G -2.15 -.25(ev e)-2.5 H 2.5(lp).25 G
3650(rint or MIDI phase tracing)-2.5 E F3(N)98.136 574.8 Q F0 .487(can be s\
3651peci\214ed in decimal, octal \(by using a leading zero\), or he)2.986 F
36522.987(x\()-.15 G .487(by using a leading 0x\).)-2.987 F(This)5.487 E .19
3653(information is intended for deb)98.136 586.8 R .19
3654(ugging of Mup itself and thus is not lik)-.2 F .19
3655(ely to be of use to the a)-.1 F -.15(ve)-.2 G(rage).15 E(user)98.136
3656598.8 Q 2.5(,a)-.4 G(nd is not a)-2.5 E -.25(va)-.2 G
3657(ilable from Mupmate.).25 E F1(Command line:)69.336 622.8 Q F2(-D)12 E
3658F3(MA)2.5 E(CR)-.3 E(O[=macr)-.4 E(o-def])-.45 E F1(Mupmate:)69.336
3659634.8 Q F0(Run > Set Options > Macro De\214nitions)42 E 3.16
3660(De\214ne the macro)98.136 650.4 R F3(MA)5.66 E(CR)-.3 E(O)-.4 E F0 5.66
3661(.T)C 3.16
3662(he macro name must consist of upper case letters, digits, and)-5.66 F
3663.05(underscores, be)98.136 662.4 R .05
3664(ginning with an upper case letter)-.15 F 2.55(.T)-.55 G(he)-2.55 E F3
3665(macr)2.55 E(o_def)-.45 E F0 .05(is optional, and gi)2.55 F -.15(ve)-.25
3666G 2.55(st).15 G .05(he te)-2.55 F .05(xt of the)-.15 F 2.764
3667(macro. On UNIX, Linux, or similar systems, if it contains an)98.136
3668674.4 R 5.264(yw)-.15 G 2.764(hite space or other special)-5.264 F .044
3669(characters, it must be quoted. On other systems, white space may not b\
3670e allo)98.136 686.4 R 2.543(wed. The)-.25 F .043(-D option can)2.543 F(\
3671be speci\214ed multiple times, if you wish to de\214ne more than one ma\
3672cro.)98.136 698.4 Q .32 LW 73.336 727 69.336 727 DL 77.336 727 73.336
3673727 DL 81.336 727 77.336 727 DL 85.336 727 81.336 727 DL 89.336 727
367485.336 727 DL 93.336 727 89.336 727 DL 97.336 727 93.336 727 DL 101.336
3675727 97.336 727 DL 105.336 727 101.336 727 DL 109.336 727 105.336 727 DL
3676113.336 727 109.336 727 DL 117.336 727 113.336 727 DL 121.336 727
3677117.336 727 DL 125.336 727 121.336 727 DL 129.336 727 125.336 727 DL
3678133.336 727 129.336 727 DL 137.336 727 133.336 727 DL 141.336 727
3679137.336 727 DL 145.336 727 141.336 727 DL 149.336 727 145.336 727 DL/F4
36808/Times-Roman@0 SF(*)69.336 744 Q(UNIX is a re)90.595 744 Q
3681(gistered trademark of X/Open Compan)-.12 E 2(yL)-.12 G(imited.)-2 E EP
3682%%Page: 9 15
3683%%BeginPageSetup
3684BP
3685%%EndPageSetup
3686/F0 10/Times-Roman@0 SF 2.5(-9-)277.006 48 S/F1 10/Courier@0 SF
3687(Command line:)69.336 96 Q/F2 10/Times-Bold@0 SF(-e)12 E/F3 10
3688/Times-Italic@0 SF(err\214le)2.5 E F1(Mupmate:)69.336 108 Q F0
3689(Option not needed. Mupmate automatically sa)42 E -.15(ve)-.2 G 2.5(sa)
3690.15 G(nd displays error output.)-2.5 E
3691(Place the error message output into)98.136 123.6 Q F3(err\214le)2.5 E
3692F0(instead of writing it to the standard error output stream.)2.5 E F1
3693(Command line:)69.336 147.6 Q F2(-E)12 E F1(Mupmate:)69.336 159.6 Q F0
3694(Option not needed \(only used for deb)42 E(ugging\).)-.2 E 1.592
3695(Rather than produce PostScript or MIDI output, just e)98.136 175.2 R
36961.592(xpand macros and includes, and write the)-.15 F .255
3697(result to the standard output stream.)98.136 187.2 R .255
3698(Comments in the input are deleted, unless the -C option is also)5.255 F
3699(speci\214ed.)98.136 199.2 Q F1(Command line:)69.336 223.2 Q F2(-f)12 E
3700F3(out\214le)2.5 E F1(Mupmate:)69.336 235.2 Q F0(Option not needed. Mup\
3701mate automatically creates appropriate output \214le.)42 E
3702(Place the PostScript output into)98.136 250.8 Q F3(out\214le)2.5 E F0
3703(instead of writing to the standard output.)2.5 E F1(Command line:)
370469.336 274.8 Q F2(-F)12 E F1(Mupmate:)69.336 286.8 Q F0
3705(Run > Write PostScript File)42 E .958(This is lik)98.136 302.4 R 3.458
3706(et)-.1 G(he)-3.458 E F2(-f)3.458 E F0 .958(option, e)3.458 F .958
3707(xcept the name of the output \214le is deri)-.15 F -.15(ve)-.25 G 3.459
3708(df).15 G .959(rom the name of the Mup)-3.459 F 1.489(input \214le. If \
3709the name of the Mup input \214le ends with a ".mup" suf)98.136 314.4 R
37101.488(\214x, the generated PostScript)-.25 F .051
3711(output \214le will end with a ".ps" suf)98.136 326.4 R .051
3712(\214x instead.)-.25 F .052
3713(If the name of the Mup input \214le ends with a ".MUP")5.051 F(suf)
371498.136 338.4 Q .4
3715(\214x, the PostScript \214le will end with a ".PS" suf)-.25 F 2.9
3716(\214x. Otherwise,)-.25 F 2.9(a")2.9 G .4(.ps" suf)-2.9 F .4
3717(\214x will be appended to)-.25 F 1.078(the end of the Mup input \214le\
3718 name. If multiple input \214les are listed, the last is used.)98.136
3719350.4 R 1.079(If none are)6.079 F(speci\214ed \(input is read from stan\
3720dard input\), the name "stdin.ps" will be used for the output \214le.)
372198.136 362.4 Q F1(Command line:)69.336 386.4 Q F2(-m)12 E F3(midi\214le)
37222.5 E F1(Mupmate:)69.336 398.4 Q F0(Option not needed. Mupmate automati\
3723cally creates appropriate output \214le.)42 E 3.242(Instead of generati\
3724ng PostScript output, generate standard MIDI \(Musical Instrument Digit\
3725al)98.136 414 R(Interf)98.136 426 Q 2.05(ace\) output, and put it in)-.1
3726F F3(midi\214le)4.55 E F0 7.05(.T)C 2.05
3727(his option also causes the macro "MIDI" to become)-7.05 F(de\214ned.)
372898.136 438 Q F1(Command line:)69.336 462 Q F2(-M)12 E F1(Mupmate:)69.336
3729474 Q F0(Run > Write MIDI File)42 E .848(This is lik)98.136 489.6 R
37303.348(et)-.1 G(he)-3.348 E F2(-m)3.348 E F0 .848(option, e)3.348 F .848
3731(xcept the name of the MIDI \214le is deri)-.15 F -.15(ve)-.25 G 3.348
3732(df).15 G .848(rom the name of the Mup)-3.348 F .543(input \214le. If t\
3733he name of the Mup input \214le ends with a ".mup" suf)98.136 501.6 R
3734.544(\214x, the generated MIDI \214le will)-.25 F .843
3735(end with a ".mid" suf)98.136 513.6 R .843(\214x instead. If the name o\
3736f the Mup input \214le ends with a ".MUP" suf)-.25 F .842(\214x, the)
3737-.25 F .551(MIDI \214le will end with a ".MID" suf)98.136 525.6 R 3.051
3738(\214x. Otherwise,)-.25 F 3.051(a")3.051 G .551(.mid" suf)-3.051 F .551
3739(\214x will be appended to the end of)-.25 F 1.445(the Mup input \214le\
3740 name. If multiple input \214les are listed, the last is used.)98.136
3741537.6 R 1.445(If none are speci\214ed)6.445 F(\(input is read from stan\
3742dard input\), the name "stdin.mid" will be used for the MIDI \214le.)
374398.136 549.6 Q F1(Command line:)69.336 573.6 Q F2(-o)12 E F3(pa)2.5 E
3744-.1(ge)-.1 G(list).1 E F1(Mupmate:)69.336 585.6 Q F0
3745(Run > Set Options > P)42 E(ages to Display)-.15 E 1.173
3746(Print only the pages gi)98.136 601.2 R -.15(ve)-.25 G 3.673(ni).15 G(n)
3747-3.673 E F3(pa)3.673 E -.1(ge)-.1 G(list).1 E F0 3.673(.T)C(he)-3.673 E
3748F3(pa)3.673 E -.1(ge)-.1 G(list).1 E F0 1.173
3749(can be a comma-separated list of numbers or)3.673 F .549
3750(ranges, where a range is tw)98.136 613.2 R 3.049(on)-.1 G .549
3751(umbers separated by a dash. F)-3.049 F .548(or e)-.15 F .548
3752(xample, -o1,7-9,12-14 w)-.15 F .548(ould print)-.1 F .23
3753(pages 1, 7, 8, 9, 12, 13, and 14. Alternately)98.136 625.2 R 2.731(,t)
3754-.65 G(he)-2.731 E F3(pa)2.731 E -.1(ge)-.1 G(list).1 E F0 .231
3755(can be the special k)2.731 F -.15(ey)-.1 G -.1(wo).15 G .231
3756(rd "odd" or "e).1 F -.15(ve)-.25 G(n").15 E .943
3757(which will cause all odd or e)98.136 637.2 R -.15(ve)-.25 G 3.443(nn)
3758.15 G .942(umbered pages to be printed. This may be useful if you ha)
3759-3.443 F 1.242 -.15(ve a)-.2 H 1.361(printer that only mak)98.136 649.2
3760R 1.361(es single-sided copies, b)-.1 F 1.362
3761(ut you wish to print Mup output double-sided. Y)-.2 F(ou)-1.1 E .627
3762(could print odd-numbered pages, then turn the paper o)98.136 661.2 R
3763-.15(ve)-.15 G 3.127(ra).15 G .627(nd feed the pages through ag)-3.127 F
3764.626(ain for the)-.05 F -2.15 -.25(ev e)98.136 673.2 T .638
3765(n-numbered pages.).25 F -.15(Pa)5.638 G .638(ges will be printed in th\
3766e order speci\214ed, so you can print pages in other).15 F 1.213
3767(than ascending order if you wish, or e)98.136 685.2 R -.15(ve)-.25 G
37683.712(np).15 G 1.212
3769(rint the same page more than once. Printing pages in)-3.712 F 1.161
3770(non-ascending order is most lik)98.136 697.2 R 1.161
3771(ely to be useful when printing more than one page of music on a)-.1 F
3772(single ph)98.136 709.2 Q
3773(ysical page, using the panelsperpage parameter)-.05 E(.)-.55 E EP
3774%%Page: 10 16
3775%%BeginPageSetup
3776BP
3777%%EndPageSetup
3778/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(0-)-2.5 G/F1 10
3779/Courier@0 SF(Command line:)69.336 96 Q/F2 10/Times-Bold@0 SF(-p)12 E/F3
378010/Times-Italic@0 SF(N)2.5 E F1(Mupmate:)69.336 108 Q F0
3781(Run > Set Options > First P)42 E(age')-.15 E 2.5(sP)-.55 G(age Number)
3782-2.65 E 1.705(Start numbering pages at)98.136 123.6 R F3(N)4.205 E F0
37831.705(instead of at 1.)4.205 F 1.705
3784(This can be set inside the Mup input \214le with the)6.705 F 1.364
3785("\214rstpage" parameter)98.136 135.6 R 3.864(,b)-.4 G 1.364
3786(ut the command line option will o)-4.064 F -.15(ve)-.15 G 1.364
3787(rride the parameter).15 F 6.364(.I)-.55 G(f)-6.364 E F2(-o)3.864 E F0
3788(and)3.864 E F2(-p)3.864 E F0(are)3.864 E 1.756(used together)98.136
3789147.6 R 4.256(,t)-.4 G 1.756(he page numbers gi)-4.256 F -.15(ve)-.25 G
37904.256(ni).15 G 4.256(nt)-4.256 G(he)-4.256 E F2(-o)4.256 E F3(pa)A -.1
3791(ge)-.1 G(list).1 E F0 1.756(must be the printed page numbers. F)4.256 F
3792(or)-.15 E -.15(ex)98.136 159.6 S(ample, if you use -p10 and w).15 E
3793(ant to print just the second page, you w)-.1 E
3794(ould need to specify -o11.)-.1 E F1(Command line:)69.336 183.6 Q F2(-r)
379512 E F1(Mupmate:)69.336 195.6 Q F0(Con\214g > Re)42 E(gistration F)-.15
3796E(orm)-.15 E(Print a cop)98.136 211.2 Q 2.5(yo)-.1 G 2.5(ft)-2.5 G
3797(he Mup share)-2.5 E -.1(wa)-.25 G(re re).1 E
3798(gistration form to standard output.)-.15 E F1(Command line:)69.336
3799235.2 Q F2(-s)12 E F3(staf)2.5 E(\215ist)-.18 E F1(Mupmate:)69.336 247.2
3800Q F0(Run > Set Options > Staf)42 E(fs to Display/Play)-.25 E .258
3801(Only print the staf)98.136 262.8 R .258(fs that are included in)-.25 F
3802F3(staf)2.758 E(\215ist)-.18 E F0 5.258(.T)C(he)-5.258 E F3(staf)2.758 E
3803(\215ist)-.18 E F0 .259(can be a comma-separated list of staf)2.758 F(f)
3804-.25 E .44(numbers or ranges, such as "1,5" or "1-3,7-8" b)98.136 274.8
3805R .44(ut no spaces are allo)-.2 F .439(wed in the list.)-.25 F .439
3806(If the -m or -M)5.439 F .357(option is also used, to produce MIDI outp\
3807ut, this option controls which staf)98.136 286.8 R .358
3808(fs are played rather than)-.25 F .917(which are printed.)98.136 298.8 R
3809.917(If you w)5.917 F .916(ant only a single v)-.1 F .916
3810(oice to be printed or played, you can follo)-.2 F 3.416(was)-.25 G(taf)
3811-3.416 E(f)-.25 E 1.268(number or range with)98.136 310.8 R F2(v1)3.768
3812E F0(or)3.768 E F2(v2)3.768 E F0(or)3.768 E F2(v3)3.768 E F0 1.268
3813(to restrict to v)3.768 F 1.268(oice 1, 2 or 3 respecti)-.2 F -.15(ve)
3814-.25 G(ly).15 E 3.768(,s)-.65 G 1.269(uch as "1v2" or)-3.768 F 1.054
3815("1-4v1,5-6v2". Otherwise all v)98.136 322.8 R 1.053(oices on the staf)
3816-.2 F 3.553(fa)-.25 G 1.053(re printed or played.)-3.553 F -1.1(Yo)6.053
3817G 3.553(uc)1.1 G(an')-3.553 E 3.553(ts)-.18 G 1.053(pecify a list or)
3818-3.553 F .285(range for v)98.136 334.8 R .285(oices; if you only w)-.2 F
3819.285(ant to mak)-.1 F 2.785(et)-.1 G .485 -.1(wo o)-2.785 H .285
3820(ut of three v).1 F .286(oices visible, you ha)-.2 F .586 -.15(ve t)-.2
3821H 2.786(os).15 G .286(pecify them)-2.786 F(separately)98.136 346.8 Q 2.5
3822(,l)-.65 G(ik)-2.5 E 2.5(e")-.1 G 2.5(1v2,1v3". See)-2.5 F
3823(also the "visible" parameter)2.5 E(.)-.55 E F1(Command line:)69.336
3824370.8 Q F2(-v)12 E F1(Mupmate:)69.336 382.8 Q F0(Help > About Mupmate)42
3825E 2.663(Print the Mup v)98.136 398.4 R 2.662(ersion number)-.15 F 5.162
3826(.W)-.55 G 2.662(hen in)-5.162 F -.2(vo)-.4 G -.1(ke).2 G 5.162(df).1 G
38272.662(rom command line, Mup will then e)-5.162 F 2.662(xit. This)-.15 F
3828(document is for v)98.136 410.4 Q(ersion 5.3.)-.15 E F1(Command line:)
382969.336 434.4 Q F2(-x)12 E F3(M)A F2(,)A F3(N)A F1(Mupmate:)69.336 446.4
3830Q F0(Run > Set Options > Extract Measures)42 E .925(Extract measures)
383198.136 462 R F3(M)3.425 E F0(through)3.425 E F3(N)3.425 E F0 .925
3832(of the song. This allo)3.425 F .925
3833(ws you to print or play a part of a song. The)-.25 F .79
3834(comma and second v)98.136 474 R .79
3835(alue are optional; if not speci\214ed, the def)-.25 F .789
3836(ault is to go to the end of the piece.)-.1 F(Positi)98.136 486 Q 1.922
3837-.15(ve v)-.25 H 1.623(alues specify the number of measures from the be)
3838-.1 F 1.623(ginning of the piece, while ne)-.15 F -.05(ga)-.15 G(ti).05
3839E -.15(ve)-.25 G -.25(va)98.136 498 S .339(lues are relati).25 F .639
3840-.15(ve t)-.25 H 2.839(ot).15 G .338
3841(he end, with -1 referring to the last measure of the song.)-2.839 F
3842.338(So -x1,-1 means the)5.338 F 1.044(entire song, if the song doesn')
384398.136 510 R 3.544(th)-.18 G -2.25 -.2(av e)-3.544 H 3.544(ap)3.744 G
38441.044(ickup measure.)-3.544 F 1.045
3845(If the song has a pickup measure, that is)6.044 F .994
3846(speci\214ed by 0.)98.136 522 R .994
3847(So for a song with a pickup, -x0,-1 w)5.994 F .994
3848(ould mean the entire song, and -x0,0 w)-.1 F(ould)-.1 E .3
3849(mean just the pickup measure.)98.136 534 R .3(As other e)5.3 F .3
3850(xamples, -x-1,-1 means just the \214nal measure of the song,)-.15 F
3851.405(-x2 means starting after the \214rst full measure, -x3,4 means onl\
3852y measures 3 and 4, and -x6,6 means)98.136 546 R .348(just measure 6.)
385398.136 558 R .348(The starting measure is not allo)5.348 F .348
3854(wed to be inside an ending.)-.25 F 2.849(Ac)5.349 G .349
3855(ommon use for this)-2.849 F .45
3856(option might be to generate a MIDI \214le for just a fe)98.136 570 R
38572.949(wm)-.25 G .449(easures. F)-2.949 F .449(or e)-.15 F .449
3858(xample, if you were trying to)-.15 F .457(tweak tempo v)98.136 582 R
3859.458(alues for a ritard in the last 2 measures of a song, you could use\
3860 -x-2 to listen to just)-.25 F(those measures.)98.136 594 Q .61(When in)
386169.336 612 R -.2(vo)-.4 G -.1(ke).2 G 3.11(df).1 G .61
3862(rom command line, the options, if an)-3.11 F 1.91 -.65(y, c)-.15 H .61
3863(an be follo).65 F .61(wed by one or more)-.25 F F3(\214les)3.11 E F0
3864.61(in the format)3.11 F .051(described in this User')69.336 624 R 2.551
3865(sG)-.55 G .051(uide. If no)-2.551 F F3(\214les)2.551 E F0 .051
3866(are speci\214ed, standard input is read.)2.551 F .051(If se)5.051 F
3867-.15(ve)-.25 G(ral).15 E F3(\214les)2.551 E F0 .051(are listed, the)
38682.551 F(y)-.15 E .066(are ef)69.336 636 R(fecti)-.25 E -.15(ve)-.25 G
3869.065(ly concatenated together and treated as one big \214le. Since ther\
3870e are some things \(such as header).15 F 1.244
3871(and footer\) that are only allo)69.336 648 R 1.244
3872(wed to occur once, if you ha)-.25 F 1.544 -.15(ve s)-.2 H -2.15 -.25
3873(ev e).15 H 1.244(ral independent pieces, Mup should be).25 F .622
3874(called on each indi)69.336 660 R .622
3875(vidually rather than trying to print them all with one command.)-.25 F
3876.621(If a speci\214ed \214le does)5.621 F 1.956(not e)69.336 672 R 1.956
3877(xist, and its name does not already end with .mup or .MUP)-.15 F 4.456
3878(,t)-1.11 G 1.957(hen Mup will append .mup to the)-4.456 F
3879(speci\214ed name and attempt to open that.)69.336 684 Q .139
3880(If you just w)69.336 702 R .139(ant to create a PostScript output \214\
3881le, for printing on a PostScript printer)-.1 F 2.638(,o)-.4 G 2.638(rv)
3882-2.638 G(ie)-2.638 E .138(wing with a tool)-.25 F(such as GSvie)69.336
3883714 Q 1.3 -.65(w, y)-.25 H(ou can use the -f option, as in).65 E F1
3884(mup -f outfile.ps infile.mup)129.336 732 Q EP
3885%%Page: 11 17
3886%%BeginPageSetup
3887BP
3888%%EndPageSetup
3889/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(1-)-2.5 G 1.269
3890(Or on Unix, Linux or MS-DOS command windo)69.336 96 R 2.569 -.65(w, y)
3891-.25 H 1.269(ou could redirect the output into a \214le using the >).65
3892F(character)69.336 108 Q 2.5(,a)-.4 G 2.5(si)-2.5 G(n:)-2.5 E/F1 10
3893/Courier@0 SF(mup infile.mup > outfile.ps)129.336 126 Q F0 -.15(Fo)
389469.336 152 S 2.966(rm).15 G .466(ore deb)-2.966 F .465
3895(ugging, in addition to the -d option, if the en)-.2 F .465(vironment v)
3896-.4 F .465(ariable MUP_BB is set to "bcfgnsu")-.25 F 1.875(or an)69.336
3897164 R 4.375(ys)-.15 G 1.876(ubset of those letters, the generated outpu\
3898t will include "bounding box)-4.375 F 1.876(es" for the things Mup)-.15
3899F .321(internally calls bars \(b\), chords \(c\), feeds \(f\), grpsyls \
3900\(g\), header/footer and top/bottom \(h\), notes \(n\), staf)69.336 176
3901R(fs)-.25 E .584(\(s\), and stuf)69.336 188 R 3.084(f\()-.25 G 3.084
3902(u\). While)-3.084 F .584(this is intended for use in deb)3.084 F .584
3903(ugging Mup itself, it may also help you understand)-.2 F(wh)69.336 200
3904Q 4.125(yM)-.05 G 1.624(up places things the w)-4.125 F 1.624
3905(ay it does, since in general, Mup only allo)-.1 F 1.624
3906(ws bounding box)-.25 F 1.624(es to o)-.15 F -.15(ve)-.15 G(rlap).15 E
3907.038(according to speci\214c rules. If vie)69.336 212 R .039
3908(wed with a color PostScript vie)-.25 F .039
3909(wer \(not mupdisp, which is co)-.25 F -.15(ve)-.15 G .039(red belo).15
3910F(w\),)-.25 E(these box)69.336 224 Q(es will be in color)-.15 E(.)-.55 E
391169.336 242 EBEGIN
39120 0.1 0.5 setrgbcolor
3913EEND/F0 14/Times-Bold@0 SF 3.5(3.3 Mupdisp)72.836 242 R(and Muppr)3.5 E
3914(nt utility pr)-.21 E(ograms)-.252 E 69.336 260 EBEGIN
39150 0 0 setrgbcolor
3916EEND/F0 10/Times-Roman@0 SF .594(If you are using Ghostscript, b)72.43
3917260 R .594(ut prefer to not use Mupmate, there are tw)-.2 F 3.094(ou)-.1
3918G .593(tility programs included with)-3.094 F
3919(Mup for displaying and printing music.)69.336 272 Q/F1 10/Courier@0 SF
3920(mupdisp)105.336 290 Q/F2 10/Times-Italic@0 SF(Mup_options my\214le)6 E
3921F0(will display music to your screen, while)69.336 310 Q F1(mupprnt)
3922105.336 328 Q F2(Mup_options my\214le)6 E F0 1.132
3923(will print the output to your printer)69.336 348 R 6.132(.S)-.55 G
39241.133
3925(ee the installation instructions for more details on con\214guring the)
3926-6.132 F(Mupprnt program for your printer)69.336 360 Q(.)-.55 E(The)
392769.336 378 Q F2(Mup_options)3.018 E F0 .518(can be an)3.018 F 3.018(yo)
3928-.15 G 3.018(ft)-3.018 G .518
3929(he options listed in the section on "Command line ar)-3.018 F .517
3930(guments" e)-.18 F .517(xcept -C,)-.15 F(-E, -f, -F)69.336 390 Q 2.5(,-)
3931-.8 G(m, -M, -r)-2.5 E 2.5(,o)-.4 G 2.5(r-)-2.5 G 1.3 -.65(v, w)-2.5 H
3932(hich don').65 E 2.5(ts)-.18 G
3933(end PostScript output to the standard output.)-2.5 E .638
3934(The Mupdisp program allo)69.336 408 R .638(ws you to vie)-.25 F 3.138
3935(wp)-.25 G .638(ages in an)-3.138 F 3.138(yo)-.15 G(rder)-3.138 E 3.138
3936(,w)-.4 G .639(ith either a v)-3.138 F .639
3937(ersion small enough to \214t on)-.15 F .701(your screen or a near)
393869.336 420 R .701(-actual-size v)-.2 F .701
3939(ersion that you can scroll if it doesn')-.15 F 3.2<748c>-.18 G 3.2(to)
3940-3.2 G 3.2(ny)-3.2 G .7(our screen.)-3.2 F .7(Mupdisp will)5.7 F 1.314
3941(run under MS-DOS/W)69.336 432 R(indo)-.4 E 1.314
3942(ws or will run under UNIX with TERM of A)-.25 F 1.315
3943(T386, linux, or xterm \(under X)-1.11 F(windo)69.336 444 Q(ws\).)-.25 E
3944.11(Mupdisp be)69.336 462 R .109(gins in partial page mode, which displ\
3945ays output at approximately actual size \(depending on the)-.15 F .408(\
3946size of your monitor\). In this mode, it is possible that not all of th\
3947e page \214ts on the screen, so the scrolling)69.336 474 R .189
3948(commands can be used to mo)69.336 486 R .489 -.15(ve u)-.15 H 2.689(pa)
3949.15 G .189(nd do)-2.689 F .189(wn to vie)-.25 F 2.689(wd)-.25 G(if)
3950-2.689 E .188(ferent parts of the page. In full page mode, a small)-.25
3951F -.15(ve)69.336 498 S .906(rsion of the entire page is displayed.).15 F
3952.907(This is useful for seeing o)5.907 F -.15(ve)-.15 G .907
3953(rall page layout, b).15 F .907(ut is generally too)-.2 F .735
3954(small to see much detail.)69.336 510 R .735(This mode is no)5.735 F
39553.235(ws)-.25 G(ome)-3.235 E .735
3956(what of a relic of the days when screens were typically)-.25 F
3957(much smaller than the)69.336 522 Q 2.5(ya)-.15 G(re today)-2.5 E 2.5
3958(,a)-.65 G(nd is thus becoming less useful.)-2.5 E .491
3959(Once the music has been dra)69.336 540 R .491
3960(wn on the screen, you can enter v)-.15 F .491(arious commands to vie)
3961-.25 F 2.991(wd)-.25 G(if)-2.991 E .492(ferent pages or)-.25 F
3962(parts of the current page.)69.336 552 Q(The commands are:)5 E F2(num)
396369.336 570 Q F0 22.34(<Enter> Go)B(to page number)2.5 E F2(num)2.5 E F0
3964(.)A 2.5(+o)69.336 588 S 2.5(r<)-2.5 G
3965(space> or <control-E> or <control-F> mo)-2.5 E .343 -.15(ve f)-.15 H
3966(orw).15 E .042(ard on the page by about 1/8 of an inch \(partial page)
3967-.1 F(mode only\))144.336 600 Q 2.5(-o)69.336 618 S 2.5(r<)-2.5 G
3968(backspace> or <control-Y> or <control-B> mo)-2.5 E 3.026 -.15(ve b)-.15
3969H(ackw).15 E 2.726(ard on the page by about 1/8 of an inch)-.1 F
3970(\(partial page mode only\))144.336 630 Q 2.5(bo)69.336 648 S 2.5(r<)
3971-2.5 G(control-U> or <control-P> or <upw)-2.5 E(ard-arro)-.1 E(w-k)-.25
3972E -.15(ey)-.1 G 2.5(>m).15 G 2.812 -.15(ove b)-2.5 H(ackw).15 E 2.511
3973(ard on the page by about an inch)-.1 F(\(partial page mode only\))
3974144.336 660 Q 2.5(fo)69.336 678 S 2.5(r<)-2.5 G
3975(Enter> or <control-D> or <control-N> or <do)-2.5 E(wnw)-.25 E(ard-arro)
3976-.1 E(w-k)-.25 E -.15(ey)-.1 G 2.5(>m).15 G .423 -.15(ove f)-2.5 H(orw)
3977.15 E .123(ard on the page by about)-.1 F
3978(an inch \(partial page mode only\))144.336 690 Q 2.5(ho)69.336 708 S
397944.73 2.5(r? d)-2.5 H(isplay help screen)-2.5 E EP
3980%%Page: 12 18
3981%%BeginPageSetup
3982BP
3983%%EndPageSetup
3984/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(2-)-2.5 G 67.22(mt)
398569.336 96 S(oggle between partial page and full page modes.)-67.22 E 2.5
3986(no)69.336 114 S 2.5(r<)-2.5 G -.15(Pa)-2.5 G(geDo).15 E(wn> go to ne)
3987-.25 E(xt page)-.15 E 2.5(po)69.336 132 S 2.5(r<)-2.5 G -.15(Pa)-2.5 G
398811.38(geUp> go).15 F(to pre)2.5 E(vious page)-.25 E 2.5(qo)69.336 150 S
39892.5(rZ)-2.5 G 44.45(Zq)-2.5 G(uit)-44.45 E 71.67(rR)69.336 168 S
3990(epaint the page \(useful for e)-71.67 E(xiting help page\))-.15 E 1.554
3991(When in X windo)69.336 186 R 1.553
3992(ws, the mouse can be used for scrolling. The left b)-.25 F 1.553
3993(utton scrolls do)-.2 F(wnw)-.25 E 1.553(ard lik)-.1 F 4.053(et)-.1 G
39941.553(he f)-4.053 F(command, while the right b)69.336 198 Q
3995(utton scrolls backw)-.2 E(ards lik)-.1 E 2.5(et)-.1 G(he b command.)
3996-2.5 E EP
3997%%Page: 13 19
3998%%BeginPageSetup
3999BP
4000%%EndPageSetup
4001/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(3-)-2.5 G 69.336 103
4002EBEGIN
40030 0.1 0.5 setrgbcolor
4004EEND/F0 15/Times-Bold@0 SF 3.75(4. MUP)73.086 103 R(FILE STR)3.75 E
4005(UCTURE)-.45 E 69.336 121 EBEGIN
40060 0 0 setrgbcolor
4007EEND/F0 10/Times-Roman@0 SF .283(Mup \214les do not ha)72.119 121 R .583
4008-.15(ve t)-.2 H 2.783(of).15 G(ollo)-2.783 E 2.783(wa)-.25 G .583 -.15
4009(ny n)-2.783 H .283(aming con).15 F -.15(ve)-.4 G .283
4010(ntion, although on systems that use \214le name suf).15 F<8c78>-.25 E
4011.284(es to)-.15 F .382(associate a \214le with an application, it is tr\
4012aditional to use .mup for the suf)69.336 133 R 2.882(\214x. It)-.25 F
4013.381(can also be useful to put a)2.882 F .313
4014(special "magic string" on the \214rst line of Mup \214les.)69.336 145 R
4015.313(This magic string is completely optional, b)5.313 F .313(ut ha)-.2
4016F .313(ving it)-.2 F 2.725(there mak)69.336 157 R 2.725(es it easy for \
4017both people and programs to identify the \214le as Mup input.)-.1 F
40182.724(The standard)7.724 F(recommended v)69.336 169 Q
4019(alue for this string is:)-.25 E/F1 10/Courier@0 SF(//!Mup-Arkkra)
4020105.336 187 Q F0 1.004(with e)69.336 207 R 1.004
4021(xactly that spacing and capitalization.)-.15 F 1.004
4022(If the \214le uses features of ne)6.004 F 1.004(wer v)-.25 F 1.004
4023(ersions of Mup, and thus)-.15 F -.1(wo)69.336 219 S .327(uld not w).1 F
4024.327(ork with older v)-.1 F .327
4025(ersions, you can add a dash and the minimim v)-.15 F .326
4026(ersion number the \214le requires,)-.15 F(as in:)69.336 231 Q F1
4027(//!Mup-Arkkra-5.3)105.336 249 Q 69.336 275 EBEGIN
40280 0.1 0.5 setrgbcolor
4029EEND/F0 14/Times-Bold@0 SF 3.5(4.1 Mup)72.836 275 R(General Syntax)3.5 E
403069.336 293 EBEGIN
40310 0 0 setrgbcolor
4032EEND/F0 10/Times-Roman@0 SF(An)73.245 293 Q 3.909(yn)-.15 G 1.409
4033(umber of spaces and tabs can be put in almost an)-3.909 F 1.41
4034(ywhere e)-.15 F 1.41(xcept in the middle of a w)-.15 F 3.91(ord. Each)
4035-.1 F .423(statement goes on a separate line.)69.336 305 R .423
4036(If for some reason you wish to split a statement onto se)5.423 F -.15
4037(ve)-.25 G .422(ral lines, each).15 F -.2(bu)69.336 317 S 2.932(tt).2 G
4038.433(he last must end with a "\\" \(backslash\) character)-2.932 F 2.933
4039(,t)-.4 G 2.933(ot)-2.933 G .433(ell Mup to treat the ne)-2.933 F .433
4040(xt line as a continuation of)-.15 F(the current line.)69.336 329 Q
4041(Blank lines can be put between statements to mak)5 E 2.5(et)-.1 G
4042(hings easier to read.)-2.5 E 1.245(Comments be)69.336 347 R 1.245
4043(gin with tw)-.15 F 3.744(os)-.1 G 1.244(lashes and continue to end of \
4044line. All comments will be totally ignored by)-3.744 F
4045(Mup, and are for your o)69.336 359 Q
4046(wn use to remind yourself of something. F)-.25 E(or e)-.15 E(xample:)
4047-.15 E/F1 10/Courier@0 SF
4048(// Note: in some early manuscripts, this chord had an accent)105.336
4049377 Q F0(Staf)69.336 403 Q
4050(fs are numbered from top to bottom, starting at staf)-.25 E 2.5(f1)-.25
4051G(.)-2.5 E(Se)69.336 421 Q -.15(ve)-.25 G .407(ral dif).15 F .407(feren\
4052t units are used for distances. One is inches or centimeters. \(There i\
4053s a units parameter that)-.25 F .624(is used to select which you w)
405469.336 433 R .624(ant to use.\) Another is "stepsizes." One stepsize is\
4055 half the distance between)-.1 F(tw)69.336 445 Q 3.053(os)-.1 G(taf)
4056-3.053 E 3.053(fl)-.25 G 3.053(ines. In)-3.053 F .554(the horizontal di\
4057mension, "counts" are sometimes used. A "count" refers to the musical)
40583.053 F .857(duration of a note with a duration of the denominator \(bo\
4059ttom number\) of the time signature.)69.336 457 R .856(The actual)5.856
4060F .204(distance on the page will v)69.336 469 R .204
4061(ary depending on ho)-.25 F 2.704(wM)-.25 G .205
4062(up determines notes should be placed.)-2.704 F .205(When you use a)
40635.205 F 2.194(time signature with tw)69.336 481 R 4.694(oo)-.1 G 4.694
4064(rm)-4.694 G 2.193(ore fractions added together)-4.694 F 4.693(,a)-.4 G
40654.693(si)-4.693 G 4.693(n3)-4.693 G 2.193
4066(/4 + 3/8, the "count" is the lar)-4.693 F(gest)-.18 E(denominator)
406769.336 493 Q 2.5(,w)-.4 G(hich w)-2.5 E(ould be 8 in the e)-.1 E
4068(xample just gi)-.15 E -.15(ve)-.25 G(n.).15 E 1.641(Upper and lo)69.336
4069511 R 1.642(wer case letters are not interchangeable. Thus, for e)-.25 F
40701.642(xample, "SCORE" is not the same as)-.15 F("score.")69.336 523 Q
40711.365(Most lines of input end with a semicolon. There are some kinds of\
4072 input that do not require an ending)69.336 541 R .324(semicolon, b)
407369.336 553 R .324(ut Mup will allo)-.2 F 2.824(ws)-.25 G .324
4074(emicolons on those too, so that if you can')-2.824 F 2.825(tr)-.18 G
4075.325(emember if a gi)-2.825 F -.15(ve)-.25 G 2.825(nc).15 G(ommand)
4076-2.825 E 2.708(requires a semicolon or not, you can just use one an)
407769.336 565 R(yw)-.15 E(ay)-.1 E 5.208(.F)-.65 G 2.707(or the e)-5.358 F
40782.707(xamples in this User')-.15 F 5.207(sG)-.55 G(uide,)-5.207 E .968
4079(semicolons are not used when the)69.336 577 R 3.468(ya)-.15 G .968
4080(re not necessary)-3.468 F 3.468(.* Semicolons)-.65 F .968(are not allo)
40813.468 F .968(wed after commands that)-.25 F .605(indicate entering a ne)
408269.336 589 R 3.105(wc)-.25 G(onte)-3.105 E .605(xt \(header)-.15 F 3.105
4083(,f)-.4 G(ooter)-3.105 E 3.105(,m)-.4 G .605(usic, staf)-3.105 F .605
4084(f, grids, etc.\).)-.25 F 3.106(An)5.606 G -.25(ew)-3.106 G .606
4085(line after those commands).25 F
4086(is optional, although often a good idea for readability)69.336 601 Q(.)
4087-.65 E .961(In music conte)69.336 619 R .961(xt, ne)-.15 F .961(wlines \
4088are required to separate commands: music data, bar lines, rolls, comman\
4089ds to)-.25 F .537
4090(print strings, dynamic marks, lyrics, etc. all must each end with a ne)
409169.336 631 R .537(wline. In grids conte)-.25 F .537(xt and headshape)
4092-.15 F(conte)69.336 643 Q 1.797
4093(xt, each pair of strings must end with a ne)-.15 F 4.297(wline. In)-.25
4094F 1.797(other conte)4.297 F 1.797(xts, there are a fe)-.15 F 4.297(wc)
4095-.25 G 1.797(ases where)-4.297 F(ne)69.336 655 Q 2.763(wlines between c\
4096ommands are optional, although you may wish to use them an)-.25 F(yw)
4097-.15 E 2.763(ay to impro)-.1 F -.15(ve)-.15 G(readability)69.336 667 Q
4098(.)-.65 E .082(Mup supports macros and conditionals \(lik)69.336 685 R
40992.582(e')-.1 G -1.95(if ')-2.582 F .082(and 'ifdef)2.582 F .082
4100('\) that can be placed an).55 F .081(ywhere in input, e)-.15 F .081
4101(xcept in)-.15 F(the middle of w)69.336 697 Q
4102(ords, numbers, or strings; the)-.1 E 2.5(yn)-.15 G(eedn')-2.5 E 2.5(tb)
4103-.18 G 2.5(eo)-2.5 G 2.5(ns)-2.5 G(eparate lines.)-2.5 E .32 LW 73.336
4104716 69.336 716 DL 77.336 716 73.336 716 DL 81.336 716 77.336 716 DL
410585.336 716 81.336 716 DL 89.336 716 85.336 716 DL 93.336 716 89.336 716
4106DL 97.336 716 93.336 716 DL 101.336 716 97.336 716 DL 105.336 716
4107101.336 716 DL 109.336 716 105.336 716 DL 113.336 716 109.336 716 DL
4108117.336 716 113.336 716 DL 121.336 716 117.336 716 DL 125.336 716
4109121.336 716 DL 129.336 716 125.336 716 DL 133.336 716 129.336 716 DL
4110137.336 716 133.336 716 DL 141.336 716 137.336 716 DL 145.336 716
4111141.336 716 DL 149.336 716 145.336 716 DL/F2 8/Times-Roman@0 SF(*)69.336
4112733 Q .005
4113(The commands on which the ending semicolon is optional are: bar)90.595
4114733 R 2.005(,m)-.32 G .005
4115(ultirest, setting of parameters, print, left, right, center)-2.005 F
41162.005(,t)-.32 G(itle,)-2.005 E(ne)90.595 744 Q(wscore, ne)-.2 E
4117(wpage, line, and curv)-.2 E
4118(e. These commands are described in subsequent sections of this User')
4119-.12 E 2(sG)-.44 G(uide.)-2 E EP
4120%%Page: 14 20
4121%%BeginPageSetup
4122BP
4123%%EndPageSetup
4124/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(4-)-2.5 G .925
4125(In a number of statements, Mup e)69.336 96 R .925(xpects a te)-.15 F
4126.925(xt string. All strings must be enclosed in double quotes. F)-.15 F
4127(or)-.15 E -.15(ex)69.336 108 S(ample:).15 E/F1 10/Courier@0 SF
4128("This is a string.")105.336 126 Q("Allegro")105.336 138 Q F0 4.092(As)
412969.336 164 S 1.592(tring can contain an)-4.092 F 4.092(yc)-.15 G 1.592
4130(ombination of letters, numbers, spaces, and punctuation.)-4.092 F 1.592
4131(It can also contain)6.592 F -.25(va)69.336 176 S .104(rious things tha\
4132t will cause printing of special music characters, change font and size\
4133, and so forth. Those).25 F(things are co)69.336 188 Q -.15(ve)-.15 G
4134(red in the chapter on te).15 E(xt strings.)-.15 E 69.336 206 EBEGIN
41350 0.1 0.5 setrgbcolor
4136EEND/F0 14/Times-Bold@0 SF 3.5(4.2 Contexts)72.836 206 R 69.336 224
4137EBEGIN
41380 0 0 setrgbcolor
4139EEND/F0 10/Times-Roman@0 SF .479(There is al)72.315 224 R -.1(wa)-.1 G
4140.479(ys a current Mup "conte).1 F .479(xt" that is in ef)-.15 F 2.979
4141(fect. When)-.25 F .479(Mup be)2.979 F .479
4142(gins reading input, it is operating)-.15 F .618(in "music" conte)69.336
4143236 R .618(xt, which is where music, lyrics, barlines, and other relate\
4144d things are described. Y)-.15 F .619(ou can)-1.1 F .343
4145(change to another conte)69.336 248 R .343
4146(xt by entering its name. A conte)-.15 F .343(xt remains in ef)-.15 F
4147.343(fect until another conte)-.25 F .343(xt is named.)-.15 F(The conte)
414869.336 260 Q(xts are:)-.15 E/F1 10/Times-Bold@0 SF(header)69.336 278 Q
4149F0(to de\214ne what goes at the top of the \214rst page, typically the \
4150title, composer)30.56 E 2.5(,e)-.4 G(tc.)-2.5 E F1 -.25(fo)69.336 296 S
4151(oter).25 E F0 .273(to de\214ne what goes at the bottom of the \214rst \
4152page, typically a cop)34.71 F .274(yright notice, performance)-.1 F
4153(notes, etc.)129.336 308 Q F1(header2)69.336 326 Q F0(to de\214ne what \
4154is to be printed on the top of pages after the \214rst page.)25.56 E F1
4155-.25(fo)69.336 344 S(oter2).25 E F0(to de\214ne what is to be printed o\
4156n the bottom of pages after the \214rst page.)29.71 E F1(top)69.336 362
4157Q F0 1.054(to de\214ne what is to be printed on the top of page.)46.11 F
41581.054(This gets printed belo)6.054 F 3.554(wt)-.25 G 1.053
4159(he header \(or)-3.554 F .668(header2\), if an)129.336 374 R 4.468 -.65
4160(y. I)-.15 H 3.168(ft).65 G .668(he output is not already at the be)
4161-3.168 F .669(ginning of a ne)-.15 F 3.169(wp)-.25 G .669(age, a ne)
4162-3.169 F 3.169(wp)-.25 G .669(age is)-3.169 F 2.66(started. Unlik)
4163129.336 386 R 2.66(eh)-.1 G(eader)-2.66 E 2.66(,w)-.4 G .16
4164(hich can only be used once, and is used only on the v)-2.66 F .16
4165(ery \214rst page,)-.15 F .086
4166(top can be used multiple times. In a song with multiple mo)129.336 398
4167R -.15(ve)-.15 G .086(ments, you might use top to put).15 F 2.5(at)
4168129.336 410 S(itle at the be)-2.5 E(ginning of each mo)-.15 E -.15(ve)
4169-.15 G(ment.).15 E F1(bottom)69.336 428 Q F0 .377
4170(to de\214ne what is to be printed on the bottom of page.)29.45 F .377
4171(This gets printed abo)5.377 F .677 -.15(ve t)-.15 H .377
4172(he footer \(or).15 F .814(footer2\), if an)129.336 440 R 4.614 -.65
4173(y. I)-.15 H 3.314(ft).65 G .814(he output is not already at the be)
4174-3.314 F .814(ginning of a ne)-.15 F 3.314(wp)-.25 G .815(age, a ne)
4175-3.314 F 3.315(wp)-.25 G .815(age is)-3.315 F 2.823(started. Unlik)
4176129.336 452 R 2.823(ef)-.1 G(ooter)-2.823 E 2.823(,w)-.4 G .323
4177(hich can only be used once, and is used only on the v)-2.823 F .323
4178(ery \214rst page,)-.15 F(bottom can be used multiple times.)129.336 464
4179Q F1(top2)69.336 482 Q F0 1.345(to de\214ne what is to be printed on th\
4180e top of pages, after the page that uses "top.")41.11 F 1.346(If the)
41816.346 F(output is not already at the be)129.336 494 Q(ginning of a ne)
4182-.15 E 2.5(wp)-.25 G(age, a ne)-2.5 E 2.5(wp)-.25 G(age is started.)-2.5
4183E F1(bottom2)69.336 512 Q F0 .648(to de\214ne what is to be printed on \
4184the bottom of pages after the page that uses "bottom.")24.45 F(If)5.647
4185E(the output is not already at the be)129.336 524 Q(ginning of a ne)-.15
4186E 2.5(wp)-.25 G(age, a ne)-2.5 E 2.5(wp)-.25 G(age is started.)-2.5 E F1
4187(block)69.336 542 Q F0(to de\214ne a block that contains te)36.66 E
4188(xt rather than music.)-.15 E F1(scor)69.336 560 Q(e)-.18 E F0
4189(to de\214ne parameters that apply to the entire score.)37.97 E F1
4190(staff)69.336 578 Q/F2 10/Times-Italic@0 SF(S)2.5 E F0
4191(to de\214ne parameters to be used for staf)33.62 E(f)-.25 E F2(S)2.5 E
4192F0 2.5(,w)C(here)-2.5 E F2(S)2.5 E F0(is a number from 1 to 40.)2.5 E F1
4193-.1(vo)69.336 596 S(ice).1 E F2 2.5(SV)2.5 G F0 .318
4194(to de\214ne parameters for a particular v)19.83 F(oice)-.2 E F2(V)2.818
4195E F0 .318(on staf)2.818 F(f)-.25 E F2(S)2.818 E F0 5.318(.T)C .318(he v)
4196-5.318 F(oice)-.2 E F2(V)2.818 E F0 .318(can be either 1, 2, or 3.)2.818
4197F F2(S)129.336 608 Q F0(is a staf)2.5 E 2.5(fn)-.25 G
4198(umber from 1 to 40.)-2.5 E F1(grids)69.336 626 Q F0
4199(to de\214ne grids \(typically for guitar\))38.33 E F1(headshapes)69.336
4200644 Q F0 .431(to de\214ne what note head shapes to use for notes of v)
420111.1 F .431(arious durations.)-.25 F .431(This conte)5.431 F .431
4202(xt is rarely)-.15 F
4203(used, and is described in the chapter on shaped notes.)129.336 656 Q F1
4204(music)69.336 674 Q F0 1.598(to de\214ne e)35 F -.15(ve)-.25 G 1.599(ry\
4205thing else. This includes notes, lyrics, bar lines, phrase marks, tempo\
4206 and).15 F(dynamic marks, etc.)129.336 686 Q 1.023(Most conte)69.336 704
4207R 1.022(xts are optional. An input \214le just needs to contain either \
4208at least one measure of music or at)-.15 F .11(least one block.)69.336
4209716 R(The)5.11 E F1(header)2.61 E 2.61(,f)-.92 G(ooter)-2.86 E 2.61(,h)
4210-.92 G(eader2,)-2.61 E F0(and)2.61 E F1 -.25(fo)2.611 G(oter2).25 E F0
4211(conte)2.611 E .111(xts may be placed an)-.15 F .111
4212(ywhere in the \214le, b)-.15 F(ut)-.2 E 1.208
4213(each can be used only once.)69.336 728 R 1.208(The other conte)6.208 F
42141.208(xts may appear an)-.15 F 3.708(yn)-.15 G 1.208
4215(umber of times in an)-3.708 F 3.708(yo)-.15 G(rder)-3.708 E 3.707(,a)
4216-.4 G 1.207(nd the)-3.707 F(order in which the)69.336 740 Q 2.5(yo)-.15
4217G(ccur is signi\214cant in determining the output produced.)-2.5 E EP
4218%%Page: 15 21
4219%%BeginPageSetup
4220BP
4221%%EndPageSetup
4222/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(5-)-2.5 G 69.336 103
4223EBEGIN
42240 0.1 0.5 setrgbcolor
4225EEND/F0 15/Times-Bold@0 SF 3.75(5. B)73.086 103 R(ASIC ST)-.45 E(AND)
4226-1.35 E(ARD MUSIC NO)-.525 E -1.35(TA)-.6 G(TION)-.075 E 69.336 121
4227EBEGIN
42280 0 0 setrgbcolor
4229EEND/F0 10/Times-Roman@0 SF .688(Music data is gi)72.524 121 R -.15(ve)
4230-.25 G 3.188(ni).15 G 3.188(nt)-3.188 G .688(he "music" conte)-3.188 F
42313.188(xt. F)-.15 F .689
4232(or each measure, there is usually one line of input for each)-.15 F -.2
4233(vo)69.336 133 S 3.72(ice. At).2 F 1.219(the end of the measure, the ki\
4234nd of bar line to be used to end the measure is speci\214ed.)3.719 F
4235(This)6.219 E 2.617
4236(section describes the input for generating standard music notation.)
423769.336 145 R 2.617(Mup can also generate tablature)7.617 F
4238(notation, and that is co)69.336 157 Q -.15(ve)-.15 G(red in the ne).15
4239E(xt section.)-.15 E 69.336 175 EBEGIN
42400 0.1 0.5 setrgbcolor
4241EEND/F0 14/Times-Bold@0 SF 3.5(5.1 Specifying)72.836 175 R(chords)3.5 E
424269.336 193 EBEGIN
42430 0 0 setrgbcolor
4244EEND 69.336 210 EBEGIN
42450 0.1 0.5 setrgbcolor
4246EEND/F0 13/Times-Italic@0 SF 3.25(5.1.1 Staf)72.586 210 R 3.25(fa)-.234
4247G(nd voice)-3.25 E 69.336 222 EBEGIN
42480 0 0 setrgbcolor
4249EEND/F0 10/Times-Roman@0 SF .843(The description of the music for one v)
425072.68 222 R .843(oice be)-.2 F .843(gins with the staf)-.15 F 3.343(fa)
4251-.25 G .843(nd v)-3.343 F .843(oice number)-.2 F 3.343(,f)-.4 G(ollo)
4252-3.343 E .843(wed by a colon.)-.25 F -.15(Fo)69.336 234 S 2.5(re).15 G
4253(xample:)-2.65 E/F1 10/Courier@0 SF 6(31)105.336 252 S(:)-6 E F0 .917(i\
4254ndicates that the remainder of the line contains musical information fo\
4255r v)69.336 272 R .917(oice 1 of staf)-.2 F 3.418(f3)-.25 G 3.418(.I)
4256-3.418 G 3.418(ft)-3.418 G .918(he "v)-3.418 F(oice")-.2 E
4257(number is omitted, v)69.336 284 Q(oice 1 is assumed. Thus)-.2 E F1(3:)
4258105.336 302 Q F0 .288(is equi)69.336 322 R -.25(va)-.25 G .288
4259(lent to the pre).25 F .287(vious e)-.25 F 2.787(xample. Both)-.15 F
4260.287(the staf)2.787 F 2.787(fa)-.25 G .287(nd v)-2.787 F .287
4261(oice can be gi)-.2 F -.15(ve)-.25 G 2.787(na).15 G 2.787(sal)-2.787 G
4262.287(ist. This may be useful if)-2.787 F(se)69.336 334 Q -.15(ve)-.25 G
4263(ral staf).15 E(fs ha)-.25 E .3 -.15(ve t)-.2 H
4264(he same notes, or multiple v).15 E(oices on a staf)-.2 E 2.5(fh)-.25 G
4265-2.25 -.2(av e)-2.5 H(the same notes. F)2.7 E(or e)-.15 E(xample:)-.15 E
4266F1(1-4 2:)105.336 352 Q(// voice 2 of staffs 1, 2, 3, and 4)72 E 66
4267(1,2,4: //)105.336 364 R(voice 1 of staffs 1, 2, and 4,)6 E
4268(1,3,6-7 1-2:)105.336 376 Q(// voices 1 and 2 on staffs 1, 3, 6 and 7)36
4269E(5-8 1,2:)105.336 388 Q(// voices 1 and 2 on staffs 5, 6, 7, and 8)24 E
4270F0 .887(If you w)69.336 414 R .887(ant notes to go to one v)-.1 F .887
4271(oice on some staf)-.2 F .887(fs and a dif)-.25 F .887(ferent v)-.25 F
4272.887(oice on others, this can be speci\214ed)-.2 F
4273(using an ampersand. F)69.336 426 Q(or e)-.15 E(xample:)-.15 E F1 6
4274(11&32)105.336 444 S(:)-6 E F0 1.547(will cause the music to go to v)
427569.336 464 R 1.547(oice 1 of staf)-.2 F 4.047(f1a)-.25 G 4.047(sw)-4.047
4276G 1.547(ell as to v)-4.047 F 1.547(oice 2 of staf)-.2 F 4.047(f3)-.25 G
42774.047(.V)-4.047 G 1.547(arious styles can be)-5.157 F(combined:)69.336
4278476 Q F1(// Voices 1 and 2 on staff 2,)105.336 494 Q
4279(// as well as voice 2 on staff 4)105.336 506 Q
4280(// and voice 1 on staffs 6, 7, and 9)105.336 518 Q 6(21)105.336 530 S
4281(-2 & 4 2 & 6-7,9 1:)-6 E F0 .29(It is possible to ha)69.336 556 R .59
4282-.15(ve u)-.2 H 2.79(pt).15 G 2.79(o4)-2.79 G 2.79(0s)-2.79 G(taf)-2.79
4283E .29(fs and up to three v)-.25 F .29(oices per staf)-.2 F 2.79
4284(f. While)-.25 F .29(there can be v)2.79 F .29(oice crossings, in)-.2 F
4285.572(general v)69.336 568 R .571(oice 1 should be the "top" v)-.2 F .571
4286(oice, v)-.2 F .571(oice 2 the "bottom" v)-.2 F .571(oice, and v)-.2 F
4287.571(oice 3 the "middle" or "e)-.2 F(xtra")-.15 E -.2(vo)69.336 580 S
42883.434(ice. W).2 F .934(ith the \214rst tw)-.4 F 3.434(ov)-.1 G .935
4289(oices, Mup tries hard to a)-3.634 F -.2(vo)-.2 G .935(id an).2 F 3.435
4290(y")-.15 G .935(collisions" between notes, rests, and other)-3.435 F
4291.268(things. Since v)69.336 592 R .268(oice 3 is an e)-.2 F .268(xtra v)
4292-.15 F .267(oice, there are some cases when o)-.2 F -.15(ve)-.15 G .267
4293(rlap with the other v).15 F .267(oices is basically)-.2 F(una)69.336
4294604 Q -.2(vo)-.2 G(idable, b).2 E(ut there are some techniques discusse\
4295d later that let you tweak placement when necessary)-.2 E(.)-.65 E .074
4296(As an alternati)69.336 622 R .374 -.15(ve t)-.25 H 2.574(ot).15 G .074
4297(his v)-2.574 F .075(oice-at-a-time input style, there is also a chord-\
4298at-a-time input style, which will be)-.2 F(co)69.336 634 Q -.15(ve)-.15
4299G(red later).15 E(.)-.55 E 69.336 651 EBEGIN
43000 0.1 0.5 setrgbcolor
4301EEND/F0 13/Times-Italic@0 SF 3.25(5.1.2 Chor)72.586 651 R 3.25(dd)-.481
4302G(ur)-3.25 E(ation information)-.195 E 69.336 663 EBEGIN
43030 0 0 setrgbcolor
4304EEND/F0 10/Times-Roman@0 SF .513(The rest of the line contains a list o\
4305f chords, with a semicolon at the end of each chord. Each chord has a)
430672.35 663 R .136(time v)69.336 675 R 2.636(alue. The)-.25 F .136(time v)
43072.636 F .137
4308(alues of all the chords in the line must add up to the time signature.)
4309-.25 F -.35(Ti)5.137 G .137(me v).35 F .137(alues are)-.25 F(gi)69.336
4310687 Q -.15(ve)-.25 G 2.5(na).15 G 2.5(sf)-2.5 G(ollo)-2.5 E(ws:)-.25 E
4311EP
4312%%Page: 16 22
4313%%BeginPageSetup
4314BP
4315%%EndPageSetup
4316/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(6-)-2.5 G/F1 10
4317/Times-Bold@0 SF 68.055(Input Meaning)191.441 96 R .4 LW 379.231 100.5
4318191.441 100.5 DL F0 18.06(1/4 quadruple)197.001 110 R(whole \(not v)2.5
4319E(alid for notes\))-.25 E 18.06(1/2 double)197.001 122 R(whole)2.5 E
432024.45(1w)200.891 134 S(hole)-24.45 E 24.45(2h)200.891 146 S(alf)-24.45 E
432124.45(4q)200.891 158 S(uarter)-24.45 E 24.45(8e)200.891 170 S(ighth)
4322-24.45 E 19.45(16 sixteenth)198.391 182 R 19.45(32 thirty-second)198.391
4323194 R 19.45(64 sixty-fourth)198.391 206 R 16.95(128 128th)195.891 218 R
432416.95(256 256th)195.891 230 R(An)69.336 248 Q 2.692(yo)-.15 G 2.692(ft)
4325-2.692 G .192(hese time v)-2.692 F .192(alues can be follo)-.25 F .192
4326(wed by one or more dots, to indicate a dotted note. Each dot increases)
4327-.25 F(the time v)69.336 260 Q
4328(alue by 50% of the preceding note or dot.)-.25 E 1.357
4329(It is also possible to specify time as tw)69.336 278 R 3.857(oo)-.1 G
43303.857(rm)-3.857 G 1.357(ore times to be added together)-3.857 F 6.357
4331(.F)-.55 G 1.357(or e)-6.507 F 1.357(xample, 2+8 w)-.15 F(ould)-.1 E
43321.096(indicate the time of a half note plus the time of an eighth note,\
4333 or in other w)69.336 290 R 1.096(ords, a half note tied to an)-.1 F .11
4334(eighth note.)69.336 302 R .11(The e)5.11 F .111
4335(xpression can also include subtractions, lik)-.15 F 2.611(e2)-.1 G .111
4336(.-16. When subtractions are present, it isn')-2.611 F(t)-.18 E .933
4337(clear what time v)69.336 314 R .933(alues you w)-.25 F .933
4338(ant Mup to use, so it will start with the lar)-.1 F .932
4339(gest possible time v)-.18 F .932(alue and add)-.25 F 1.03
4340(enough additional chords to add up to the total. F)69.336 326 R 1.03
4341(or e)-.15 F 1.03(xample, if you were to use 1-4, indicating a whole)
4342-.15 F .11
4343(note minus a quarter note, Mup will use a dotted half note, e)69.336
4344338 R -.15(ve)-.25 G 2.609(nt).15 G .109
4345(hough there are a number of other w)-2.609 F .109(ays to)-.1 F
4346(represent that total time, such as a half note tied to a quarter note.)
434769.336 350 Q .035(If a time v)69.336 368 R .035
4348(alue is not speci\214ed for the \214rst chord in a measure for a gi)
4349-.25 F -.15(ve)-.25 G 2.535(nv).15 G .035(oice, the def)-2.735 F .035
4350(ault timeunit v)-.1 F .035(alue is)-.25 F .217(used. Y)69.336 380 R
4351.217(ou can set the def)-1.1 F .217(ault v)-.1 F .217
4352(alue using the "timeunit" parameter as described in the "P)-.25 F .216
4353(arameters" section.)-.15 F 1.54(If that parameter is not set, the def)
435469.336 392 R 1.541
4355(ault is the denominator \(bottom number\) of the time signature.)-.1 F
4356-.15(Fo)6.541 G(r).15 E(chords after the \214rst, if a time v)69.336 404
4357Q(alue is not speci\214ed, the time v)-.25 E(alue for the pre)-.25 E
4358(vious chord is used.)-.25 E 69.336 421 EBEGIN
43590 0.1 0.5 setrgbcolor
4360EEND/F0 13/Times-Italic@0 SF 3.25(5.1.3 Notes,)72.586 421 R -.481(re)
43613.25 G(sts, or spaces).481 E 69.336 433 EBEGIN
43620 0 0 setrgbcolor
4363EEND/F0 10/Times-Roman@0 SF .655(There are three kinds of "chords.")
436472.491 433 R .655(The \214rst type consists of one or more pitches, gi)
43655.655 F -.15(ve)-.25 G 3.155(nb).15 G 3.155(yt)-3.155 G .655
4366(he letters "a")-3.155 F .493(through "g".)69.336 445 R -.15(Pa)5.493 G
4367.494(rentheses can be placed around the pitch if you w).15 F .494
4368(ant the note to be printed in parentheses.)-.1 F 1.792
4369(\(If the pitch is modi\214ed by an accidental or octa)69.336 457 R -.15
4370(ve)-.2 G 4.292(,w).15 G 1.792(hich will be discussed later)-4.292 F
43714.291(,t)-.4 G 1.791(hose must also be)-4.291 F .02
4372(included inside the parentheses.\))69.336 469 R .02
4373(The second is a rest, which is designated by the letter r)5.02 F 2.52
4374(.T)-.55 G .02(he third type is a)-2.52 F 1.238("space," designated by \
4375the letter s. Space is basically a placeholder that tak)69.336 481 R
43761.238(es up time, b)-.1 F 1.238(ut doesn')-.2 F 3.738(tp)-.18 G(rint)
4377-3.738 E(an)69.336 493 Q .621(ything. It is useful when a certain v)-.15
4378F .622
4379(oice only has notes during part of the measure. It can also be useful)
4380-.2 F(for specifying "pickup" measures to account for the time before t\
4381he \214rst note in the measure. F)69.336 505 Q(or e)-.15 E(xample:)-.15
4382E/F1 10/Courier@0 SF(// a pickup measure)105.336 523 Q(1: 2.s;8.c;16d;)
4383105.336 535 Q(bar)105.336 547 Q(1: e;g;e;c;)105.336 559 Q(endbar)105.336
4384571 Q 127.836 580.6 EBEGIN
4385gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
4386EEND 160 702 320 320 -61 61 126.836 641.6 PBEGIN
4387%%BeginDocument: mugex9.ps
4388%%BoundingBox: 160 702 480 763
4389save
4390192278223 192278013 sv
43911.000000 1.000000 scale
4392% S_SSV
4393(/tmp/ugexiM5077) inputfile
43941 linenum
4395% S_FEED
4396540.29 1235.00 828.00 5 1.000000 1.000000 stf
4397% S_CLEFSIG
4398192.08 725.00 1.000000 gclef
4399% S_CHHEAD
4400% S_STAFF
4401% staff 1
4402save
4403220.76 713.00 1.000000 4n
4404230.02 716.00 1.000000 dot
44050.70 setlinewidth
4406214.53 713.00 moveto
4407226.99 713.00 lineto stroke
4408224.44 713.75 moveto
4409224.44 737.00 lineto stroke
4410227.47 737.00 1.000000 dnflag
4411254.11 716.00 1.000000 4n
4412257.79 716.75 moveto
4413257.79 737.00 lineto stroke
4414260.82 732.20 1.000000 dnflag
4415260.82 737.00 1.000000 dnflag
4416restore
4417% S_BAR
44186 linenum
44190.70 setlinewidth
4420271.55 743.00 moveto
4421271.55 719.00 lineto stroke
4422% S_CHHEAD
4423% S_STAFF
4424% staff 1
4425save
4426285.84 719.00 1.000000 4n
4427289.52 719.75 moveto
4428289.52 740.00 lineto stroke
4429330.44 725.00 1.000000 4n
4430334.13 725.75 moveto
4431334.13 746.00 lineto stroke
4432375.05 719.00 1.000000 4n
4433378.73 719.75 moveto
4434378.73 740.00 lineto stroke
4435420.49 713.00 1.000000 4n
4436414.26 713.00 moveto
4437426.72 713.00 lineto stroke
4438424.17 713.75 moveto
4439424.17 734.00 lineto stroke
4440restore
4441% S_BAR
44427 linenum
44430.70 setlinewidth
4444462.50 743.00 moveto
4445462.50 719.00 lineto stroke
44463.00 setlinewidth
4447466.50 743.00 moveto
4448466.50 719.00 lineto stroke
44490.70 setlinewidth
4450% Printing header/footer
4451showpage
4452restore
4453%%DocumentFonts:
4454%%Pages: 2
4455%%EndDocument
4456end PEND/F0 10/Times-Roman@0 SF .072(If all v)69.336 661.6 R .072
4457(oices contain spaces, no space is actually tak)-.2 F .072
4458(en up on output.)-.1 F .072(Most of the time, this will be what you)
44595.072 F -.1(wa)69.336 673.6 S .062(nt. F).1 F .062(or e)-.15 F .062(xam\
4460ple, when you are using space for a pickup, the space is just to add up\
4461 to a measure, and you)-.15 F(don')69.336 685.6 Q 3.169(tw)-.18 G .669
4462(ant an)-3.269 F 3.169(ya)-.15 G .669(ctual blank space at the be)-3.169
4463F .669(ginning of the piece. Once in a while, ho)-.15 F(we)-.25 E -.15
4464(ve)-.25 G 1.469 -.4(r, y).15 H .669(ou may w).4 F(ant)-.1 E .166
4465(space to actually be allocated on output, perhaps to be able to allo)
446669.336 697.6 R 2.666(ws)-.25 G .167
4467(pace for some special notation. In that)-2.666 F(case, you pre\214x th\
4468e "s" with a "u" to indicate an uncollapseable space.)69.336 709.6 Q
4469(If a gi)69.336 727.6 Q -.15(ve)-.25 G 2.5(nv).15 G
4470(oice is omitted for a particular measure, Mup def)-2.7 E
4471(aults to a measure of space.)-.1 E EP
4472%%Page: 17 23
4473%%BeginPageSetup
4474BP
4475%%EndPageSetup
4476/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(7-)-2.5 G 69.336 100
4477EBEGIN
44780 0.1 0.5 setrgbcolor
4479EEND/F0 12/Times-Italic@0 SF 3(5.1.3.1 Measur)72.336 100 R 3(ed)-.444 G
4480(ur)-3 E(ation)-.18 E 69.336 112 EBEGIN
44810 0 0 setrgbcolor
4482EEND/F0 10/Times-Roman@0 SF .346
4483(There is a special duration of "m," which means an entire measure.)
448472.183 112 R .346(It can only be used with a rest, space,)5.346 F
4485(or "rpt" \(repeat\). F)69.336 124 Q(or e)-.15 E(xample:)-.15 E/F1 10
4486/Courier@0 SF 6(11)105.336 142 S 6(:m)-6 G(r;)-6 E 6(12)105.336 154 S 6
4487(:m)-6 G(s;)-6 E F0 3.605(Am)69.336 180 S 1.105(easure rest looks lik)
4488-3.605 F 3.605(eaw)-.1 G 1.105(hole rest, b)-3.605 F 1.105
4489(ut is centered in the measure.)-.2 F 1.105
4490(It should be used when a whole)6.105 F .006(measure is a rest, re)
449169.336 192 R -.05(ga)-.15 G .006(rdless of the time signature.).05 F(Ho)
44925.006 E(we)-.25 E -.15(ve)-.25 G .806 -.4(r, i).15 H 2.505(fy).4 G .005
4493(ou w)-2.505 F .005(ant to force use of a symbol other than)-.1 F .466
4494(the whole rest symbol, you can specify a duration before the mr)69.336
4495204 R 2.966(,a)-.4 G .466(nd the rest symbol for that duration will)
4496-2.966 F(be dra)69.336 216 Q(wn instead.)-.15 E F1 12(4mr; //)105.336
4497234 R(use a quarter rest symbol)6 E 6(1/4mr; //)105.336 246 R
4498(use a quadruple whole rest symbol)6 E(2.. mr;)105.336 258 Q
4499(// use a double-dotted half rest)12 E F0 .947(Using "m rpt" will cause\
4500 the measure repeat symbol to be printed, indicating the measure is jus\
4501t lik)69.336 284 R 3.446(et)-.1 G(he)-3.446 E(pre)69.336 296 Q .842(vio\
4502us measure. Measures repeats will automatically be numbered, unless the\
4503 numbermrpt parameter is)-.25 F .856
4504(set to n. If there is more than one v)69.336 308 R .856
4505(oice, you only need to specify the mrpt on v)-.2 F .856
4506(oice 1. If you do specify)-.2 F(other v)69.336 320 Q
4507(oices as well, the)-.2 E 2.5(ym)-.15 G(ust be either a mrpt or ms.)-2.5
4508E F1(1: c;d;e;f;)105.336 338 Q(bar)105.336 350 Q
4509(// another measure just like the first)105.336 374 Q(1: m rpt;)105.336
4510386 Q(bar)105.336 398 Q(// the space between m and rpt is optional)
4511105.336 422 Q(1: mrpt;)105.336 434 Q(bar)105.336 446 Q 127.836 455.6
4512EBEGIN
4513gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
4514EEND 160 702 320 320 -61 61 126.836 516.6 PBEGIN
4515%%BeginDocument: mugex10.ps
4516%%BoundingBox: 160 702 480 763
4517save
4518192278223 192278013 sv
45191.000000 1.000000 scale
4520% S_SSV
4521(/tmp/ugexiM5077) inputfile
45221 linenum
4523% S_FEED
4524540.29 1235.00 828.00 5 1.000000 1.000000 stf
4525% S_CLEFSIG
4526192.08 725.00 1.000000 gclef
4527% S_CHHEAD
4528% S_STAFF
4529% staff 1
4530save
4531221.38 713.00 1.000000 4n
45320.70 setlinewidth
4533215.15 713.00 moveto
4534227.62 713.00 lineto stroke
4535225.07 713.75 moveto
4536225.07 734.00 lineto stroke
4537252.32 716.00 1.000000 4n
4538256.01 716.75 moveto
4539256.01 737.00 lineto stroke
4540283.27 719.00 1.000000 4n
4541286.95 719.75 moveto
4542286.95 740.00 lineto stroke
4543315.04 722.00 1.000000 4n
4544318.73 722.75 moveto
4545318.73 743.00 lineto stroke
4546restore
4547% S_BAR
45485 linenum
45490.70 setlinewidth
4550345.17 743.00 moveto
4551345.17 719.00 lineto stroke
4552% S_CHHEAD
4553% S_STAFF
4554% staff 1
4555save
4556375.79 731.00 1.000000 measrpt
4557/Times-Roman findfont
455811 scalefont
4559setfont
4560373.05 746.00 moveto
4561(2) show
4562restore
4563% S_BAR
45649 linenum
45650.70 setlinewidth
4566406.41 743.00 moveto
4567406.41 719.00 lineto stroke
4568% S_CHHEAD
4569% S_STAFF
4570% staff 1
4571save
4572437.03 731.00 1.000000 measrpt
4573/Times-Roman findfont
457411 scalefont
4575setfont
4576434.29 746.00 moveto
4577(3) show
4578restore
4579% S_BAR
458013 linenum
45810.70 setlinewidth
4582467.65 743.00 moveto
4583467.65 719.00 lineto stroke
4584% Printing header/footer
4585showpage
4586restore
4587%%DocumentFonts: /Times-Roman
4588%%Pages: 2
4589%%EndDocument
4590end PEND 69.336 534.6 EBEGIN
45910 0.1 0.5 setrgbcolor
4592EEND/F0 12/Times-Italic@0 SF 3(5.1.3.2 Accidentals)72.336 534.6 R 69.336
4593546.6 EBEGIN
45940 0 0 setrgbcolor
4595EEND/F0 10/Times-Roman@0 SF(Each pitch letter in a chord may be follo)
459671.836 546.6 Q(wed by an accidental.)-.25 E -1.11(Va)5 G
4597(lid accidentals are:)1.11 E/F1 10/Times-Bold@0 SF 19.3(Input Meaning)
4598240.196 564.6 R .4 LW 330.476 569.1 240.196 569.1 DL/F2 10/Courier@0 SF
4599(#)249.146 578.6 Q F0(sharp)23.95 E F2(&)249.146 590.6 Q F0(\215at)23.95
4600E F2(x)249.146 602.6 Q F0(double sharp)23.95 E F2(&&)246.146 614.6 Q F0
4601(double \215at)20.95 E F2(n)249.146 626.6 Q F0(natural)23.95 E
4602(The accidental can be placed inside parentheses if you w)69.336 644.6 Q
4603(ant it to be printed within parentheses.)-.1 E 69.336 660.6 EBEGIN
46040 0.1 0.5 setrgbcolor
4605EEND/F0 12/Times-Italic@0 SF 3(5.1.3.3 Octave)72.336 660.6 R 69.336
4606672.6 EBEGIN
46070 0 0 setrgbcolor
4608EEND/F0 10/Times-Roman@0 SF 1.847(An octa)73.683 672.6 R 2.147 -.15
4609(ve i)-.2 H 1.848(ndicator may be speci\214ed after the pitch letter or\
4610 optional accidental.).15 F 1.848(The octa)6.848 F 2.148 -.15(ve c)-.2 H
46111.848(an be).15 F .814(speci\214ed in either of tw)69.336 684.6 R 3.314
4612(ow)-.1 G .814(ays: absolute or relati)-3.414 F -.15(ve)-.25 G 3.314
4613(.An).15 G .813(umber from 0 to 9 is used to specify an absolute)-3.314
4614F(octa)69.336 696.6 Q -.15(ve)-.2 G 3.491(.O).15 G(cta)-3.491 E -.15(ve)
4615-.2 G 3.491(sr).15 G .992(un from C up to B. Octa)-3.491 F 1.292 -.15
4616(ve 4 i)-.2 H 3.492(st).15 G .992(he octa)-3.492 F 1.292 -.15(ve s)-.2 H
4617.992(tarting on middle C. Octa).15 F 1.292 -.15(ve 3 i)-.2 H 3.492(st)
4618.15 G .992(he octa)-3.492 F -.15(ve)-.2 G(belo)69.336 708.6 Q 2.5(wt)
4619-.25 G(hat, etc.)-2.5 E 2.5(Ar)5 G(elati)-2.5 E .3 -.15(ve o)-.25 H(cta)
4620.15 E .3 -.15(ve i)-.2 H 2.5(ss).15 G(peci\214ed by one or more plus or\
4621 minus signs, and indicates that number)-2.5 E(of octa)69.336 720.6 Q
4622-.15(ve)-.2 G 2.5(sa).15 G(bo)-2.5 E .3 -.15(ve o)-.15 H 2.5(rb).15 G
4623(elo)-2.5 E 2.5(wt)-.25 G(he def)-2.5 E(ault octa)-.1 E -.15(ve)-.2 G
46242.5(.F).15 G(or e)-2.65 E(xample:)-.15 E EP
4625%%Page: 18 24
4626%%BeginPageSetup
4627BP
4628%%EndPageSetup
4629/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(8-)-2.5 G/F1 10
4630/Courier@0 SF 19(c/)105.336 96 S 6(/ci)-19 G 6(nt)-6 G
4631(he default octave)-6 E 1(e++ //)105.336 108 R 6(et)6 G
4632(wo octaves above default octave)-6 E 14(f#--- //)105.336 120 R
4633(f# three octaves below default octave)6 E 1(b&6 //)105.336 132 R 6(bf)6
4634G(lat in octave 6)-6 E F0 .423(The def)69.336 158 R .423(ault octa)-.1 F
4635.723 -.15(ve c)-.2 H .424(an be set using the "defoct" parameter).15 F
46362.924(,w)-.4 G .424(hich is described in the "P)-2.924 F .424
4637(arameters" section.)-.15 F .638(If that parameter is not set, the def)
463869.336 170 R .638(ault octa)-.1 F .938 -.15(ve i)-.2 H 3.138(st).15 G
4639.638(he octa)-3.138 F .938 -.15(ve c)-.2 H .637
4640(ontaining the note associated with the middle).15 F(line of the staf)
464169.336 182 Q(f, based on the current clef.)-.25 E(In other w)5 E
4642(ords, the def)-.1 E(ault octa)-.1 E -.15(ve)-.2 G 2.5(sa).15 G(re:)-2.5
4643E/F2 10/Times-Bold@0 SF 32.495(Clef Octa)254.131 200 R -.1(ve)-.25 G .4
4644LW 336.536 204.5 234.136 204.5 DL F0 33.7(frenchviolin 5)234.136 214 R
464554.81(8treble 5)234.136 226 R 59.81(treble 4)234.136 238 R 50.92
4646(soprano 4)234.136 250 R 24.82(mezzosoprano 4)234.136 262 R 67.58
4647(alto 4)234.136 274 R 54.81(treble8 3)234.136 286 R 62.03(tenor 3)
4648234.136 298 R 49.81(baritone 3)234.136 310 R 65.36(bass 3)234.136 322 R
464969.336 345 EBEGIN
46500 0.1 0.5 setrgbcolor
4651EEND/F0 13/Times-Italic@0 SF 3.25(5.1.4 Shorthand)72.586 345 R
4652(notations)3.25 E 69.336 357 EBEGIN
46530 0 0 setrgbcolor
4654EEND/F0 10/Times-Roman@0 SF .037(If a chord is omitted, the v)71.873 357
4655R .037(alues for the pre)-.25 F .038(vious chord are reused. This w)-.25
4656F .038(orks for pitches, rests, and spaces.)-.1 F -.15(Fo)69.336 369 S
46573.466(rn).15 G .966(ormal, 5-line staf)-3.466 F .965
4658(fs, the pitches for the \214rst chord of e)-.25 F -.15(ve)-.25 G .965
4659(ry measure must al).15 F -.1(wa)-.1 G .965(ys be speci\214ed, since).1
4660F(there is no pre)69.336 381 Q(vious chord.)-.25 E
4661(Putting all these things together)69.336 399 Q 2.5(,h)-.4 G
4662(ere are some e)-2.5 E(xamples:)-.15 E/F1 10/Courier@0 SF
4663(// Two eighth notes, each b#, followed by an eighth)105.336 417 Q
4664(// note d, eighth note e, and half note e, with the)105.336 429 Q
4665(// last 3 notes being in the next higher octave.)105.336 441 Q 6(11)
4666105.336 453 S 6(:8)-6 G(b#; ; d+; e+; 2;)-6 E
4667(// Whole note C-E-G chord in default octave)105.336 477 Q
4668(// for voice 2 of staff 1)105.336 489 Q 6(12)105.336 501 S 6(:1)-6 G
4669(ceg;)-6 E(// Four quarter notes on staff 2, voice 1.)105.336 525 Q
4670(// The last is in the octave above the default octave.)105.336 537 Q
4671(2: 4g; a; b; c+;)105.336 549 Q 127.836 558.6 EBEGIN
4672gsave 0 0.25 0.75 setrgbcolor 0 121 rlineto 320 0 rlineto 0 121 neg rlineto closepath stroke grestore
4673EEND 160 642 320 320 -121 121 126.836 679.6 PBEGIN
4674%%BeginDocument: mugex11.ps
4675%%BoundingBox: 160 642 480 763
4676save
4677192278223 192278013 sv
46781.000000 1.000000 scale
4679% S_SSV
4680(/tmp/ugexiM5077) inputfile
46811 linenum
4682% S_SSV
46832 linenum
4684% S_FEED
4685540.29 1229.00 828.00 5 1.000000 1.000000 stf
4686540.29 1175.00 828.00 5 1.000000 1.000000 stf
46870.70 setlinewidth
4688180.29 737.00 moveto
4689180.29 659.00 lineto stroke
4690% S_CLEFSIG
4691192.08 719.00 1.000000 gclef
4692192.08 665.00 1.000000 gclef
4693% S_CHHEAD
4694% S_STAFF
4695% staff 1
4696save
4697230.48 725.00 1.000000 4n
4698219.94 725.00 1.000000 sharp
4699234.16 725.75 moveto
4700234.16 746.00 lineto stroke
4701237.19 746.00 1.000000 dnflag
4702262.08 725.00 1.000000 4n
4703265.76 725.75 moveto
4704265.76 746.00 lineto stroke
4705268.78 746.00 1.000000 dnflag
4706293.67 731.00 1.000000 4n
4707297.36 731.75 moveto
4708297.36 752.00 lineto stroke
4709300.38 752.00 1.000000 dnflag
4710325.24 734.00 1.000000 4n
4711328.92 734.75 moveto
4712328.92 755.00 lineto stroke
4713331.94 755.00 1.000000 dnflag
4714361.61 734.00 1.000000 2n
4715365.51 734.75 moveto
4716365.51 755.00 lineto stroke
4717230.48 719.00 1.000000 1n
4718230.48 713.00 1.000000 1n
4719230.48 707.00 1.000000 1n
4720223.06 707.00 moveto
4721237.90 707.00 lineto stroke
4722restore
4723% S_STAFF
4724% staff 2
4725save
4726230.48 665.00 1.000000 4n
47270.70 setlinewidth
4728234.16 665.75 moveto
4729234.16 686.00 lineto stroke
4730293.67 668.00 1.000000 4n
4731297.36 668.75 moveto
4732297.36 689.00 lineto stroke
4733361.61 671.00 1.000000 4n
4734357.93 670.25 moveto
4735357.93 650.00 lineto stroke
4736417.47 674.00 1.000000 4n
4737413.78 673.25 moveto
4738413.78 653.00 lineto stroke
4739restore
4740% S_BAR
474117 linenum
47420.70 setlinewidth
4743467.65 737.00 moveto
4744467.65 713.00 lineto stroke
4745467.65 683.00 moveto
4746467.65 659.00 lineto stroke
4747% Printing header/footer
4748showpage
4749restore
4750%%DocumentFonts:
4751%%Pages: 2
4752%%EndDocument
4753end PEND/F0 10/Times-Roman@0 SF -.15(Fo)69.336 699.6 S 2.82(r1).15 G .32
4754(-line staf)-2.82 F .32(fs, it is ne)-.25 F -.15(ve)-.25 G 2.82(rn).15 G
4755.32(ecessary to specify a pitch, since all notes go on the single staf)
4756-2.82 F 2.82(fl)-.25 G .32(ine. Y)-2.82 F .32(ou can,)-1.1 F(ho)69.336
4757711.6 Q(we)-.25 E -.15(ve)-.25 G 1.837 -.4(r, s).15 H 1.037
4758(pecify a pitch if you wish.).4 F 1.036
4759(The pitch will be ignored for the purposes of printing, b)6.036 F 1.036
4760(ut will be)-.2 F(used for MIDI output.)69.336 723.6 Q(If you don')5 E
47612.5(ts)-.18 G(pecify a pitch, it is arbitrarily set to middle C.)-2.5 E
4762EP
4763%%Page: 19 25
4764%%BeginPageSetup
4765BP
4766%%EndPageSetup
4767/F0 10/Times-Roman@0 SF 2.5(-1)274.506 48 S 2.5(9-)-2.5 G 69.336 101
4768EBEGIN
47690 0.1 0.5 setrgbcolor
4770EEND/F0 13/Times-Italic@0 SF 3.25(5.1.5 Note)72.586 101 R(attrib)3.25 E
4771(utes)-.26 E 69.336 113 EBEGIN
47720 0 0 setrgbcolor
4773EEND/F0 10/Times-Roman@0 SF .226(There are se)72.062 113 R -.15(ve)-.25
4774G .226(ral optional attrib).15 F .226
4775(utes that can be speci\214ed for each note.)-.2 F(An)5.227 E 2.727(yo)
4776-.15 G 2.727(ra)-2.727 G .227(ll of these may appear on)-2.727 F(an)
477769.336 125 Q 2.5(yn)-.15 G(ote in an)-2.5 E 2.5(yo)-.15 G
4778(rder after the letter)-2.5 E 2.5(,a)-.4 G(ccidental, and octa)-2.5 E .3
4779-.15(ve s)-.2 H 2.5(peci\214cations. The).15 F 2.5(yi)-.15 G(nclude:)
4780-2.5 E 5<8a73>79.336 143 S(mall note head)-5 E 5<8a74>79.336 161 S(ie)-5
4781E 5<8a73>79.336 179 S(lurs)-5 E 5<8a68>79.336 197 S(eadshape)-5 E 5
4782<8a6c>79.336 215 S(ocation tag)-5 E 69.336 231 EBEGIN
47830 0.1 0.5 setrgbcolor
4784EEND/F0 12/Times-Italic@0 SF 3(5.1.5.1 Small)72.336 231 R(note head)3 E
478569.336 243 EBEGIN
47860 0 0 setrgbcolor
4787EEND/F0 10/Times-Roman@0 SF 2.967(An)72.303 243 S .467
4788(ote speci\214cation can be follo)-2.967 F .467(wed by a "?")-.25 F .466
4789(to indicate the note is to be printed with a small note head,)5.466 F
4790.133(rather than the normal size. \(Note: if you ha)69.336 255 R .433
4791-.15(ve s)-.2 H -2.15 -.25(ev e).15 H .133(ral notes in a chord and w)
4792.25 F .134(ant all of them to be small, the)-.1 F
4793("cue" construct, described later)69.336 267 Q 2.5(,m)-.4 G
4794(ay be preferable.\))-2.5 E(Examples:)69.336 285 Q/F1 10/Courier@0 SF
4795(// print the "e" as a small note)105.336 303 Q(1: 1c e? g;)105.336 315
4796Q(bar)105.336 327 Q(// make the second note small)105.336 351 Q
4797(1: f; ?; g; ;)105.336 363 Q(bar)105.336 375 Q 127.836 384.6 EBEGIN
4798gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
4799EEND 160 702 320 320 -61 61 126.836 445.6 PBEGIN
4800%%BeginDocument: mugex12.ps
4801%%BoundingBox: 160 702 480 763
4802save
4803192278223 192278013 sv
48041.000000 1.000000 scale
4805% S_SSV
4806(/tmp/ugexiM5077) inputfile
48071 linenum
4808% S_FEED
4809540.29 1235.00 828.00 5 1.000000 1.000000 stf
4810% S_CLEFSIG
4811192.08 725.00 1.000000 gclef
4812% S_CHHEAD
4813% S_STAFF
4814% staff 1
4815save
4816233.49 725.00 1.000000 1n
4817233.49 719.00 0.583333 1n
4818233.49 713.00 1.000000 1n
48190.70 setlinewidth
4820226.07 713.00 moveto
4821240.91 713.00 lineto stroke
4822restore
4823% S_BAR
48246 linenum
48250.70 setlinewidth
4826323.06 743.00 moveto
4827323.06 719.00 lineto stroke
4828% S_CHHEAD
4829% S_STAFF
4830% staff 1
4831save
4832335.71 722.00 1.000000 4n
4833339.40 722.75 moveto
4834339.40 743.00 lineto stroke
4835368.85 722.00 0.583333 4n
4836370.86 722.49 moveto
4837370.86 737.00 lineto stroke
4838401.71 725.00 1.000000 4n
4839405.40 725.75 moveto
4840405.40 746.00 lineto stroke
4841435.69 725.00 1.000000 4n
4842439.38 725.75 moveto
4843439.38 746.00 lineto stroke
4844restore
4845% S_BAR
484610 linenum
48470.70 setlinewidth
4848467.65 743.00 moveto
4849467.65 719.00 lineto stroke
4850% Printing header/footer
4851showpage
4852restore
4853%%DocumentFonts:
4854%%Pages: 2
4855%%EndDocument
4856end PEND 69.336 463.6 EBEGIN
48570 0.1 0.5 setrgbcolor
4858EEND/F0 12/Times-Italic@0 SF 3(5.1.5.2 Note)72.336 463.6 R(tie)3 E
485969.336 475.6 EBEGIN
48600 0 0 setrgbcolor
4861EEND/F0 10/Times-Roman@0 SF 2.533(A")71.869 475.6 S .032(~" can be used\
4862 to indicate the note is to be tied to the note of the same pitch in th\
4863e follo)-2.533 F .032(wing chord. That)-.25 F(follo)69.336 487.6 Q .833
4864(wing chord need not be in the same measure, b)-.25 F .834
4865(ut it must contain a matching note.)-.2 F .834(\(Note: if a chord)5.834
4866F .112(with se)69.336 499.6 R -.15(ve)-.25 G .112(ral notes is to ha).15
4867F .412 -.15(ve a)-.2 H .112(ll the notes tied to the follo).15 F .111
4868(wing chord, the "tie" construct described later may)-.25 F .36
4869(be preferable.\))69.336 511.6 R .36(The ~ may be preceded by the w)5.36
4870F .36(ord ')-.1 F .361(dotted' or ')-.5 F .361(dashed' if you w)-.5 F
4871.361(ant a dotted or dashed tie;)-.1 F .819
4872(otherwise a normal, solid tie is dra)69.336 523.6 R 3.319(wn. The)-.15
4873F 3.319(~m)3.319 G .819(ay be follo)-3.319 F .819(wed by the w)-.25 F
4874.819(ord 'up' or ')-.1 F(do)-.5 E .819(wn' to specify the)-.25 F .55
4875(direction for the curv)69.336 535.6 R(e')-.15 E 3.05(sb)-.55 G .551(ul\
4876ge. If neither is speci\214ed, Mup will determine an appropriate direct\
4877ion, so you)-3.25 F(only need to gi)69.336 547.6 Q .3 -.15(ve a d)-.25 H
4878(irection if you wish to o).15 E -.15(ve)-.15 G(rride Mup').15 E 2.5(sc)
4879-.55 G(hoice.)-2.5 E(Examples)69.336 565.6 Q/F1 10/Courier@0 SF
4880(1: d~; 8; e~; ; f;)105.336 583.6 Q(bar)105.336 595.6 Q
4881(// tie the g \(which also happens)105.336 619.6 Q
4882(// to be a "small" note\))105.336 631.6 Q(1: 2g+g?~; 4eg?;)105.336
4883643.6 Q(bar)105.336 655.6 Q 127.836 665.2 EBEGIN
4884gsave 0 0.25 0.75 setrgbcolor 0 67 rlineto 320 0 rlineto 0 67 neg rlineto closepath stroke grestore
4885EEND 160 696 320 320 -67 67 126.836 732.2 PBEGIN
4886%%BeginDocument: mugex13.ps
4887%%BoundingBox: 160 696 480 763
4888save
4889192278223 192278013 sv
48901.000000 1.000000 scale
4891% S_SSV
4892(/tmp/ugexiM5077) inputfile
48931 linenum
4894% S_FEED
4895540.29 1235.00 828.00 5 1.000000 1.000000 stf
4896% S_CLEFSIG
4897192.08 725.00 1.000000 gclef
4898/NewCenturySchlbk-Bold findfont
489916 scalefont
4900setfont
4901203.87 731.00 moveto
4902(3) show
4903/NewCenturySchlbk-Bold findfont
490416 scalefont
4905setfont
4906203.87 718.98 moveto
4907(4) show
4908% S_CHHEAD
4909% S_STAFF
4910% staff 1
4911save
4912233.59 716.00 1.000000 4n
49130.70 setlinewidth
4914237.27 716.75 moveto
4915237.27 737.00 lineto stroke
4916267.03 716.00 1.000000 4n
4917270.71 716.75 moveto
4918270.71 737.00 lineto stroke
4919273.73 737.00 1.000000 dnflag
4920288.22 719.00 1.000000 4n
4921291.90 719.75 moveto
4922291.90 740.00 lineto stroke
4923294.92 740.00 1.000000 dnflag
4924309.41 719.00 1.000000 4n
4925313.09 719.75 moveto
4926313.09 740.00 lineto stroke
4927316.11 740.00 1.000000 dnflag
4928331.43 722.00 1.000000 4n
4929335.12 722.75 moveto
4930335.12 743.00 lineto stroke
4931338.14 743.00 1.000000 dnflag
4932290.22 713.90 moveto
4933290.29 714.13 lineto
4934292.92 712.59 295.76 711.82 298.81 711.82 curveto
4935301.86 711.82 304.70 712.59 307.33 714.13 curveto
4936307.48 713.67 lineto
4937304.96 711.61 302.07 710.58 298.81 710.58 curveto
4938295.55 710.58 292.67 711.61 290.14 713.67 curveto
4939fill
4940235.59 710.90 moveto
4941235.63 711.10 lineto
4942240.40 709.58 245.30 708.81 250.31 708.81 curveto
4943255.32 708.81 260.21 709.58 264.99 711.10 curveto
4944265.06 710.70 lineto
4945260.36 708.62 255.45 707.59 250.31 707.59 curveto
4946245.17 707.59 240.25 708.62 235.55 710.70 curveto
4947fill
4948restore
4949% S_BAR
49505 linenum
49510.70 setlinewidth
4952354.27 743.00 moveto
4953354.27 719.00 lineto stroke
4954% S_CHHEAD
4955% S_STAFF
4956% staff 1
4957save
4958372.01 746.00 1.000000 2n
4959370.24 725.00 0.583333 2n
4960368.12 745.25 moveto
4961368.12 704.00 lineto stroke
4962434.25 725.00 0.583333 4n
4963432.57 719.00 1.000000 4n
4964436.25 719.75 moveto
4965436.25 746.00 lineto stroke
4966372.01 721.40 moveto
4967372.03 721.55 lineto
4968380.95 719.86 389.94 719.32 398.99 719.93 curveto
4969408.05 720.54 416.89 722.28 425.50 725.15 curveto
4970425.57 724.85 lineto
4971417.11 721.19 408.29 719.06 399.09 718.44 curveto
4972389.90 717.82 380.87 718.76 372.00 721.25 curveto
4973fill
4974restore
4975% S_BAR
497610 linenum
49770.70 setlinewidth
4978467.65 743.00 moveto
4979467.65 719.00 lineto stroke
4980% Printing header/footer
4981showpage
4982restore
4983%%DocumentFonts: /NewCenturySchlbk-Bold
4984%%Pages: 2
4985%%EndDocument
4986end PEND EP
4987%%Page: 20 26
4988%%BeginPageSetup
4989BP
4990%%EndPageSetup
4991/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(0-)-2.5 G 69.336 102
4992EBEGIN
49930 0.1 0.5 setrgbcolor
4994EEND/F0 12/Times-Italic@0 SF 3(5.1.5.3 Slur)72.336 102 R(s)-.12 E 69.336
4995114 EBEGIN
49960 0 0 setrgbcolor
4997EEND/F0 10/Times-Roman@0 SF 3.113(An)72.449 114 S .613
4998(ote can also be follo)-3.113 F .612
4999(wed by a list of notes to be slurred to, enclosed in angle brack)-.25 F
50003.112(ets. A)-.1 F .612(slur will be)3.112 F(dra)69.336 126 Q 1.356
5001(wn from the note to each of the notes listed in the angle brack)-.15 F
50021.357(ets. The notes inside the brack)-.1 F 1.357(ets are)-.1 F .003
5003(speci\214ed by a pitch and optional octa)69.336 138 R -.15(ve)-.2 G
50042.503(.N).15 G 2.503(oa)-2.503 G .003(ccidentals are speci\214ed, e)
5005-2.503 F -.15(ve)-.25 G 2.503(ni).15 G 2.503(ft)-2.503 G .003
5006(he note to be slurred to has an)-2.503 F(accidental. Examples:)69.336
5007150 Q/F1 10/Courier@0 SF
5008(// slur from c of first chord to e of second chord)105.336 168 Q
5009(1: c<e>; e; f; g;)105.336 180 Q(bar)105.336 192 Q
5010(// slur from c+ of first chord to a& of second chord)105.336 216 Q
5011(// and from c+ of first chord to d&+ of second chord)105.336 228 Q
5012(1: 2cc+<ad+>; a&d&+;)105.336 240 Q(bar)105.336 252 Q 127.836 261.6
5013EBEGIN
5014gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 320 0 rlineto 0 64 neg rlineto closepath stroke grestore
5015EEND 160 699 320 320 -64 64 126.836 325.6 PBEGIN
5016%%BeginDocument: mugex14.ps
5017%%BoundingBox: 160 699 480 763
5018save
5019192278223 192278013 sv
50201.000000 1.000000 scale
5021% S_SSV
5022(/tmp/ugexiM5077) inputfile
50231 linenum
5024% S_FEED
5025540.29 1235.00 828.00 5 1.000000 1.000000 stf
5026% S_CLEFSIG
5027192.08 725.00 1.000000 gclef
5028% S_CHHEAD
5029% S_STAFF
5030% staff 1
5031save
5032221.44 713.00 1.000000 4n
50330.70 setlinewidth
5034215.21 713.00 moveto
5035227.67 713.00 lineto stroke
5036225.12 713.75 moveto
5037225.12 734.00 lineto stroke
5038252.71 719.00 1.000000 4n
5039256.39 719.75 moveto
5040256.39 740.00 lineto stroke
5041283.99 722.00 1.000000 4n
5042287.67 722.75 moveto
5043287.67 743.00 lineto stroke
5044316.10 725.00 1.000000 4n
5045319.78 725.75 moveto
5046319.78 746.00 lineto stroke
5047223.44 707.90 moveto
5048223.43 708.11 lineto
5049228.17 707.59 232.87 707.84 237.52 708.86 curveto
5050242.18 709.89 246.55 711.63 250.63 714.09 curveto
5051250.80 713.71 lineto
5052246.91 710.73 242.57 708.71 237.79 707.66 curveto
5053233.00 706.61 228.22 706.62 223.44 707.69 curveto
5054fill
5055restore
5056% S_BAR
50576 linenum
50580.70 setlinewidth
5059346.50 743.00 moveto
5060346.50 719.00 lineto stroke
5061% S_CHHEAD
5062% S_STAFF
5063% staff 1
5064save
5065359.39 734.00 1.000000 2n
5066359.39 713.00 1.000000 2n
5067352.94 713.00 moveto
5068365.84 713.00 lineto stroke
5069363.29 713.75 moveto
5070363.29 755.00 lineto stroke
5071417.90 737.00 1.000000 2n
5072408.91 737.00 1.000000 flat
5073417.90 728.00 1.000000 2n
5074405.92 728.00 1.000000 flat
5075414.00 736.25 moveto
5076414.00 707.00 lineto stroke
5077365.64 739.10 moveto
5078365.60 739.25 lineto
5079373.56 742.65 381.86 744.60 390.50 745.12 curveto
5080399.14 745.63 407.61 744.68 415.91 742.25 curveto
5081415.89 741.95 lineto
5082407.52 743.57 399.09 744.13 390.59 743.62 curveto
5083382.08 743.11 373.78 741.56 365.67 738.95 curveto
5084fill
5085365.64 734.00 moveto
5086365.64 734.19 lineto
5087371.58 735.27 377.52 735.29 383.47 734.26 curveto
5088389.42 733.23 395.01 731.20 400.24 728.18 curveto
5089400.12 727.82 lineto
5090394.73 730.30 389.11 732.04 383.26 733.06 curveto
5091377.42 734.07 371.54 734.33 365.63 733.81 curveto
5092fill
5093restore
5094% S_BAR
509511 linenum
50960.70 setlinewidth
5097467.65 743.00 moveto
5098467.65 719.00 lineto stroke
5099% Printing header/footer
5100showpage
5101restore
5102%%DocumentFonts:
5103%%Pages: 2
5104%%EndDocument
5105end PEND/F0 10/Times-Roman@0 SF 1.424
5106(If there is only one note in the follo)69.336 345.6 R 1.424
5107(wing chord, it isn')-.25 F 3.924(tn)-.18 G 1.424(ecessary to e)-3.924 F
51081.425(xplicitly state it within the angle)-.15 F(brack)69.336 357.6 Q
5109(ets; "<>" will suf)-.1 E(\214ce.)-.25 E/F1 10/Courier@0 SF
5110(// slur from c to d, and f to g)105.336 375.6 Q(1: c<>; d; f<>; g;)
5111105.336 387.6 Q(bar)105.336 399.6 Q 163.836 409.2 EBEGIN
5112gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 248 0 rlineto 0 64 neg rlineto closepath stroke grestore
5113EEND 200 699 248 248 -64 64 162.836 473.2 PBEGIN
5114%%BeginDocument: mugex15.ps
5115%%BoundingBox: 200 699 448 763
5116save
51173977375 3978157 sv
51181.000000 1.000000 scale
5119% S_SSV
5120(/tmp/ugexiM5077) inputfile
51211 linenum
5122% S_FEED
5123576.29 875.00 648.00 5 1.000000 1.000000 stf
5124% S_CLEFSIG
5125228.08 725.00 1.000000 gclef
5126% S_CHHEAD
5127% S_STAFF
5128% staff 1
5129save
5130259.49 713.00 1.000000 4n
51310.70 setlinewidth
5132253.25 713.00 moveto
5133265.72 713.00 lineto stroke
5134263.17 713.75 moveto
5135263.17 734.00 lineto stroke
5136303.05 716.00 1.000000 4n
5137306.73 716.75 moveto
5138306.73 737.00 lineto stroke
5139346.61 722.00 1.000000 4n
5140350.29 722.75 moveto
5141350.29 743.00 lineto stroke
5142391.01 725.00 1.000000 4n
5143394.69 725.75 moveto
5144394.69 746.00 lineto stroke
5145348.61 716.90 moveto
5146348.62 717.07 lineto
5147355.37 715.87 362.15 715.53 368.99 716.03 curveto
5148375.82 716.54 382.48 717.89 388.97 720.07 curveto
5149389.05 719.73 lineto
5150382.69 716.90 376.03 715.22 369.08 714.71 curveto
5151362.14 714.19 355.31 714.86 348.60 716.73 curveto
5152fill
5153261.49 707.90 moveto
5154261.50 708.07 lineto
5155268.11 706.91 274.75 706.58 281.44 707.09 curveto
5156288.13 707.59 294.65 708.92 301.01 711.07 curveto
5157301.09 710.73 lineto
5158294.86 707.95 288.34 706.29 281.54 705.78 curveto
5159274.74 705.26 268.05 705.91 261.47 707.73 curveto
5160fill
5161restore
5162% S_BAR
51636 linenum
51640.70 setlinewidth
5165431.65 743.00 moveto
5166431.65 719.00 lineto stroke
5167% Printing header/footer
5168showpage
5169restore
5170%%DocumentFonts:
5171%%Pages: 2
5172%%EndDocument
5173end PEND/F0 10/Times-Roman@0 SF .778(The < may be preceded by the w)
517469.336 493.2 R .778(ord ')-.1 F .778(dotted' or ')-.5 F .778
5175(dashed' if you w)-.5 F .778(ant a dotted or dashed slur)-.1 F 3.278(,o)
5176-.4 G .778(therwise a)-3.278 F .259(normal, solid slur is dra)69.336
5177505.2 R 2.759(wn. The)-.15 F 2.759(>m)2.759 G .259(ay be follo)-2.759 F
5178.259(wed by the w)-.25 F .259(ord 'up' or ')-.1 F(do)-.5 E .259
5179(wn' to specify the direction for)-.25 F .535(the curv)69.336 517.2 R
5180(e')-.15 E 3.035(sb)-.55 G .534(ulge. If neither is speci\214ed, Mup wi\
5181ll determine an appropriate direction, so you only need to)-3.235 F(gi)
518269.336 529.2 Q .3 -.15(ve a d)-.25 H(irection if you wish to o).15 E
5183-.15(ve)-.15 G(rride Mup').15 E 2.5(sc)-.55 G(hoice.)-2.5 E .688(There \
5184are four special "slurs" which are really slides to/from an inde\214nit\
5185e note. The)69.336 547.2 R 3.188(ya)-.15 G .689(re most commonly)-3.188
5186F 1.265(used on tablature staf)69.336 559.2 R 1.265(fs, b)-.25 F 1.265
5187(ut are allo)-.2 F 1.265(wed on ordinary staf)-.25 F 1.265(fs too.)-.25
5188F(The)6.265 E 3.765(ya)-.15 G 1.265(re: </n> <\\n> <n/> and <n\\> for)
5189-3.765 F .761(sliding upw)69.336 571.2 R .761(ard into the note, do)-.1
5190F(wnw)-.25 E .762(ard into the note, upw)-.1 F .762
5191(ard out from the note, and do)-.1 F(wnw)-.25 E .762(ard out from)-.1 F
5192.376(the note respecti)69.336 583.2 R -.15(ve)-.25 G(ly).15 E 2.876(.T)
5193-.65 G .376(hese ha)-2.876 F .676 -.15(ve t)-.2 H 2.876(ob).15 G 2.876
5194(ei)-2.876 G 2.876(na)-2.876 G .376(ngle brack)-2.876 F .376
5195(ets by themselv)-.1 F .375(es, so if you w)-.15 F .375(ant to ha)-.1 F
5196.675 -.15(ve b)-.2 H .375(oth one of).15 F(these slides and another slu\
5197r on the same note, multiple sets of angle brack)69.336 595.2 Q
5198(ets must be used, as in)-.1 E/F1 10/Courier@0 SF(1: 2c</n><d>;d;)
5199105.336 613.2 Q 69.336 637.2 EBEGIN
52000 0.1 0.5 setrgbcolor
5201EEND/F0 12/Times-Italic@0 SF 3(5.1.5.4 Head)72.336 637.2 R(shape)3 E
520269.336 649.2 EBEGIN
52030 0 0 setrgbcolor
5204EEND/F0 10/Times-Roman@0 SF 1.084(Sometimes you may w)72.92 649.2 R
52051.084(ant to mix head shapes on a single stem.)-.1 F -.15(Fo)6.085 G
52063.585(re).15 G 1.085(xample, you might w)-3.735 F 1.085(ant to use a)-.1
5207F .161(diamond to designate a harmonic, with other notes in the same ch\
5208ord being normal shape.)69.336 661.2 R .161(There will be an)5.161 F
52091.724(entire section on head shapes, so only a simple e)69.336 673.2 R
52101.724(xample is gi)-.15 F -.15(ve)-.25 G 4.224(nh).15 G 4.224(ere. T)
5211-4.224 F 4.224(om)-.8 G(ak)-4.224 E -6.723 4.224(ea s)-.1 H 1.725
5212(ingle note ha)-4.224 F 2.025 -.15(ve a)-.2 H(dif)69.336 685.2 Q
5213(ferent head shape, use hs follo)-.25 E
5214(wed by the name of the shape in quotes.)-.25 E/F1 10/Courier@0 SF
5215(1: 2e e+ hs "diam";g;)105.336 703.2 Q EP
5216%%Page: 21 27
5217%%BeginPageSetup
5218BP
5219%%EndPageSetup
5220/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(1-)-2.5 G 69.336 100
5221EBEGIN
52220 0.1 0.5 setrgbcolor
5223EEND/F0 12/Times-Italic@0 SF 3(5.1.5.5 Note)72.336 100 R(location ta)3 E
5224(g)-.12 E 69.336 112 EBEGIN
52250 0 0 setrgbcolor
5226EEND/F0 10/Times-Roman@0 SF(Finally)71.985 112 Q 2.649(,a")-.65 G .149
5227(location tag" can be associated with a note. This w)-2.649 F .148
5228(ould enable you to dra)-.1 F 2.648(wt)-.15 G .148(hings relati)-2.648 F
5229.448 -.15(ve t)-.25 H 2.648(ot).15 G(he)-2.648 E 2.5(note. A)69.336 124
5230R(note location tag is set by using an "=" follo)2.5 E
5231(wed by a name. The name can be either:)-.25 E 5<8a61>79.336 142 S
5232(single lo)-2.5 E(wer case letter)-.25 E 5<8a61>79.336 160 S 2.5(nu)-5 G
5233(nderscore follo)-2.5 E
5234(wed by one or more letters, numbers, and underscores in an)-.25 E 2.5
5235(yc)-.15 G(ombination.)-2.5 E(The name is arbitrary)69.336 184 Q 2.5(,a)
5236-.65 G(nd is used as a tag that can be referred to later)-2.5 E 2.5(.E)
5237-.55 G(xamples:)-2.5 E/F1 10/Courier@0 SF
5238(// associate tag p with note e&)105.336 202 Q(3: 2c; e& =p g;)105.336
5239214 Q(// associate tag _end with note f)105.336 238 Q(2: 1f =_end;)
5240105.336 250 Q 69.336 275 EBEGIN
52410 0.1 0.5 setrgbcolor
5242EEND/F0 13/Times-Italic@0 SF 3.25(5.1.6 Chor)72.586 275 R 3.25(da)-.481
5243G(ttrib)-3.25 E(utes)-.26 E 69.336 287 EBEGIN
52440 0 0 setrgbcolor
5245EEND/F0 10/Times-Roman@0 SF .541(There are optional attrib)72.377 287 R
5246.542(utes that are associated with an entire chord rather than an indi)
5247-.2 F .542(vidual note. These)-.25 F 1.61(are put inside square brack)
524869.336 299 R 1.609(ets before the list of notes and the time v)-.1 F
52494.109(alue. There)-.25 F 1.609(are se)4.109 F -.15(ve)-.25 G 1.609
5250(ral classes of).15 F(information:)69.336 311 Q 5<8a63>79.336 329 S
5251(hord style \(grace, cue, diam, or xnote\))-5 E 5<8a68>79.336 347 S
5252(ead shape)-5 E 5<8a73>79.336 365 S(ymbols to be printed with a chord)-5
5253E 5<8a73>79.336 383 S(lashes)-5 E 5<8a73>79.336 401 S(tem direction)-5 E
52545<8a73>79.336 419 S(tem length)-5 E 5<8a70>79.336 437 S(adding)-5 E 5
5255<8a63>79.336 455 S(hord location tag)-5 E 5<8a68>79.336 473 S
5256(orizontal of)-5 E(fset)-.25 E 5<8a72>79.336 491 S(est distance)-5 E
52571.381(Each class of information is separated from the other by a semico\
5258lon. All classes are optional, and can)69.336 509 R(occur in an)69.336
5259521 Q 2.5(yo)-.15 G(rder)-2.5 E(.)-.55 E 69.336 537 EBEGIN
52600 0.1 0.5 setrgbcolor
5261EEND/F0 12/Times-Italic@0 SF 3(5.1.6.1 Chor)72.336 537 R 3(ds)-.444 G
5262(tyle)-3 E 69.336 549 EBEGIN
52630 0 0 setrgbcolor
5264EEND/F0 10/Times-Roman@0 SF(Se)72.439 549 Q -.15(ve)-.25 G .603
5265(ral chord styles can be speci\214ed.).15 F .603
5266(Grace note chords are designated by the w)5.603 F .602
5267(ord "grace," or cue note)-.1 F .347(chords by "cue.")69.336 561 R .347
5268(Grace notes can be speci\214ed as an)5.347 F 2.847(yu)-.15 G .347
5269(ndotted time v)-2.847 F .348(alue of eighth note or shorter)-.25 F
52702.848(,b)-.4 G .348(ut are)-3.048 F .016
5271(treated as taking no time. The time v)69.336 573 R .015(alue gi)-.25 F
5272-.15(ve)-.25 G 2.515(ni).15 G 2.515(sm)-2.515 G .015
5273(erely used to specify ho)-2.515 F 2.515(wm)-.25 G(an)-2.515 E 2.515
5274<798d>-.15 G .015(ags or beams to put on)-2.515 F .708(the grace note.)
527569.336 585 R -1.1(Yo)5.709 G 3.209(uc)1.1 G .709(an also specify a quar\
5276ter note grace note, which will be printed as a small, stemless)-3.209 F
52771.509(note, as is used to sho)69.336 597 R 4.009(wa")-.25 G 1.509
5278(prebend" in guitar music.)-4.009 F(\(Actually)6.509 E 4.009(,y)-.65 G
52791.509(ou can force a stem if you w)-4.009 F 1.509(ant, by)-.1 F .306
5280(specifying a len, as is described later)69.336 609 R 2.807(.\) Cue)-.55
5281F .307(notes ha)2.807 F .607 -.15(ve t)-.2 H .307(ime lik).15 F 2.807
5282(er)-.1 G -.15(eg)-2.807 G .307(ular notes, b).15 F .307(ut the)-.2 F
52832.807(ya)-.15 G .307(re printed smaller)-2.807 F(.)-.55 E 1.372
5284(If there are se)69.336 621 R -.15(ve)-.25 G 1.371
5285(ral grace notes in a ro).15 F 2.671 -.65(w, t)-.25 H(he).65 E 3.871(yw)
5286-.15 G 1.371(ill be beamed automatically)-3.871 F 6.371(.H)-.65 G -.25
5287(ow)-6.371 G -2.15 -.25(ev e).25 H 2.171 -.4(r, y).25 H 1.371
5288(ou cannot mix).4 F .103
5289(quarter \(stemless\) grace notes with shorter ones.)69.336 633 R .103
5290(Cue notes follo)5.103 F 2.603(wt)-.25 G .103
5291(he same beaming rules as re)-2.603 F .104(gular notes.)-.15 F 1.503
5292(It is also possible to specify "diam," or "xnote.")69.336 651 R 1.502
5293(In the case of "diam," the chords will be dra)6.503 F 1.502(wn with)
5294-.15 F 1.697
5295(diamond-shaped notes, while with "xnote," the chords will be dra)69.336
5296663 R 1.697(wn with X-shaped notes. A diamond)-.15 F
5297(shaped note head will be used for xnotes that are half note or longer)
529869.336 675 Q 5(.H)-.55 G(ere are some e)-5 E(xamples:)-.15 E/F1 10
5299/Courier@0 SF([grace])105.336 693 Q([xnote])105.336 705 Q([cue; xnote])
5300105.336 717 Q([diam])105.336 729 Q EP
5301%%Page: 22 28
5302%%BeginPageSetup
5303BP
5304%%EndPageSetup
5305/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(2-)-2.5 G 69.336 100
5306EBEGIN
53070 0.1 0.5 setrgbcolor
5308EEND/F0 12/Times-Italic@0 SF 3(5.1.6.2 Head)72.336 100 R(shape)3 E
530969.336 112 EBEGIN
53100 0 0 setrgbcolor
5311EEND/F0 10/Times-Roman@0 SF 1.694(If you w)73.53 112 R 1.694(ant to ha)
5312-.1 F 1.993 -.15(ve t)-.2 H 1.693(he note heads in a chord use a shape \
5313other than the normal shapes, you use hs).15 F(follo)69.336 124 Q .241
5314(wed by the name of the head shape in quotes.)-.25 F .241
5315(There will be an entire section on shaped notes, so only)5.241 F .067
5316(the basics are co)69.336 136 R -.15(ve)-.15 G .067
5317(red here. The xnote and diam described abo).15 F .367 -.15(ve a)-.15 H
5318.067(re really just shorthands for tw).15 F 2.567(oc)-.1 G(ommon)-2.567
5319E(head shapes.)69.336 148 Q(The method using hs lets you use man)5 E 2.5
5320(yo)-.15 G(ther note head styles, such as a slash, or triangle.)-2.5 E
5321/F1 10/Courier@0 SF(1: [hs "righttri"]cf; [hs "slash"]fa;)105.336 166 Q
5322F0 .78(The section on shaped notes lists all the b)69.336 192 R .78
5323(uiltin head shape names, and e)-.2 F .78(xplains ho)-.15 F 3.28(wy)-.25
5324G .78(ou can de\214ne your)-3.28 F -.25(ow)69.336 204 S(n.).25 E 69.336
5325220 EBEGIN
53260 0.1 0.5 setrgbcolor
5327EEND/F0 12/Times-Italic@0 SF 3(5.1.6.3 Symbols)72.336 220 R
5328(to be printed with a c)3 E(hor)-.18 E(d)-.444 E 69.336 232 EBEGIN
53290 0 0 setrgbcolor
5330EEND/F0 10/Times-Roman@0 SF .937
5331(It is possible to specify one or more musical symbols or te)72.773 232
5332R .936(xt strings to be printed with a chord.)-.15 F .936(This is)5.936
5333F .102(typically used for things lik)69.336 244 R 2.603(es)-.1 G .103
5334(taccato and accent marks. The w)-2.603 F .103(ord "with" is follo)-.1 F
5335.103(wed by one or more things)-.25 F .366
5336(to print. If there are more than one, the)69.336 256 R 2.865(ya)-.15 G
5337.365(re separated by commas. The)-2.865 F 2.865(yw)-.15 G .365
5338(ill be printed outw)-2.865 F .365(ards from the)-.1 F .421
5339(notes in the order speci\214ed.)69.336 268 R .421
5340(The "with" list is only allo)5.421 F .422
5341(wed on note groups, not rests.)-.25 F .422(The list can include)5.422 F
5342(symbols from the follo)69.336 280 Q(wing table:)-.25 E/F1 10
5343/Times-Bold@0 SF 12.5(Symbol Meaning)242.831 298 R .4 LW 327.841 302.5
5344242.831 302.5 DL/F2 10/Courier@0 SF(.)255.946 312 Q F0(staccato)30.9 E
5345F2(-)255.946 324 Q F0(le)34.885 E -.05(ga)-.15 G(to).05 E F2(>)255.946
5346336 Q F0(accent)34.235 E F2(^)255.946 348 Q F0(accent)34.235 E 3.445(Aq)
534769.336 366 S .944(uoted string can also be speci\214ed \(e.g., "f)-3.445
5348F .944(f", "adagio", etc.\).)-.25 F .944
5349(This will be printed in the font and size)5.944 F 1.345
5350(speci\214ed by the "fontf)69.336 378 R(amily)-.1 E 1.345
5351(," "font," and "size" parameters. An)-.65 F 3.845(yo)-.15 G 3.845(ft)
5352-3.845 G 1.346(he special music characters can be)-3.845 F 1.332
5353(printed by using the usual con)69.336 390 R -.15(ve)-.4 G 1.331
5354(ntion, e.g., \\\(ferm\) for a fermata.).15 F 1.331
5355(\(This is described in a later section.\))6.331 F(Ho)69.336 402 Q(we)
5356-.25 E -.15(ve)-.25 G 1.265 -.4(r, i).15 H 2.965(ti).4 G 2.965(su)-2.965
5357G .465(sually preferable to use the printing of te)-2.965 F .466
5358(xt strings relati)-.15 F .766 -.15(ve t)-.25 H 2.966(ob).15 G 2.966
5359(eats. This)-2.966 F .466(will be described)2.966 F(in a later section.)
536069.336 414 Q(Here are some e)69.336 432 Q(xamples:)-.15 E F2
5361([with ., -])105.336 450 Q([with ^, "\\\(ferm\)"])105.336 462 Q
5362([with "sfz"; cue])105.336 474 Q F0 1.639
5363(If the symbols acc_hat, ferm, or wedge are used by themselv)69.336 500
5364R 1.638(es in a "with" list item, the)-.15 F 4.138(ya)-.15 G 1.638
5365(re handled)-4.138 F(specially)69.336 512 Q 2.735(.I)-.65 G 2.735(ft)
5366-2.735 G .235(he stem direction is such that the upside do)-2.735 F .235
5367(wn v)-.25 F .235(ersions of these characters should be used, the)-.15 F
5368(upside do)69.336 524 Q(wn v)-.25 E(ersion will be used.)-.15 E 69.336
5369540 EBEGIN
53700 0.1 0.5 setrgbcolor
5371EEND/F0 12/Times-Italic@0 SF 3(5.1.6.4 Slashes)72.336 540 R 69.336 552
5372EBEGIN
53730 0 0 setrgbcolor
5374EEND/F0 10/Times-Roman@0 SF(Diagonal lines to be dra)71.836 552 Q
5375(wn through the stem of the group can be speci\214ed using)-.15 E/F1 10
5376/Courier@0 SF(slash)105.336 570 Q/F2 10/Times-Italic@0 SF(N)6 E F0
5377(where)69.336 590 Q F2(N)2.699 E F0 .199
5378(is the number of slashes to dra)2.699 F 1.498 -.65(w. I)-.15 H 2.698
5379(nt).65 G .198(he case of grace notes,)-2.698 F F2(N)2.698 E F0 .198
5380(can only be 1, which will produce a)2.698 F .53
5381(grace note with a slash through it.)69.336 602 R .531
5382(In the case of other notes,)5.531 F F2(N)3.031 E F0 .531
5383(can be 1 or greater)3.031 F 3.031(,a)-.4 G .531(nd is used to specify)
5384-3.031 F(tremolo or repetition of the note group. Examples:)69.336 614 Q
5385F1([slash 2])105.336 632 Q([grace; slash 1])105.336 644 Q 69.336 668
5386EBEGIN
53870 0.1 0.5 setrgbcolor
5388EEND/F0 12/Times-Italic@0 SF 3(5.1.6.5 Stem)72.336 668 R(dir)3 E(ection)
5389-.444 E 69.336 680 EBEGIN
53900 0 0 setrgbcolor
5391EEND/F0 10/Times-Roman@0 SF .581
5392(The chord stem direction can be speci\214ed as "up" or "do)72.418 680 R
53933.081(wn". Normally)-.25 F .581(Mup chooses the stem direction,)3.081 F
5394-.2(bu)69.336 692 S 2.816(to).2 G .316(nce in a while you may w)-2.816 F
5395.316(ant to o)-.1 F -.15(ve)-.15 G .316
5396(rride its choice. There are some restrictions.).15 F -1.1(Yo)5.317 G
53972.817(uc)1.1 G .317(annot specify a)-2.817 F .058(direction on grace no\
5398tes. All chords beamed together and the pair of chords in an alternatio\
5399n pair \(described)69.336 704 R(later\) must ha)69.336 716 Q .3 -.15
5400(ve t)-.2 H(he same stem direction.).15 E(Examples:)5 E EP
5401%%Page: 23 29
5402%%BeginPageSetup
5403BP
5404%%EndPageSetup
5405/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(3-)-2.5 G/F1 10
5406/Courier@0 SF([up])105.336 96 Q([down])105.336 108 Q F0 -.15(Fo)69.336
5407134 S 2.695(rv).15 G .195(oice 3, stem direction w)-2.895 F .195
5408(orks a little dif)-.1 F(ferently)-.25 E 2.695(.B)-.65 G 2.695(yd)-2.695
5409G(ef)-2.695 E .195(ault, the stem direction for v)-.1 F .195
5410(oice 3 is up, b)-.2 F .195(ut for)-.2 F -.2(vo)69.336 146 S 1.388
5411(ice 3 on an).2 F 3.888(yg)-.15 G -2.15 -.25(iv e)-3.888 H 3.888(ns).25
5412G(taf)-3.888 E 1.388
5413(f, when you specify a stem direction, that direction will remain in ef)
5414-.25 F 1.387(fect until)-.25 F -.15(ex)69.336 158 S .17
5415(plicitly changed.).15 F .171(Thus, for e)5.171 F .171(xample, if you w)
5416-.15 F .171(ant all v)-.1 F .171(oice 3 stems on a gi)-.2 F -.15(ve)-.25
5417G 2.671(ns).15 G(taf)-2.671 E 2.671(fi)-.25 G 2.671(na)-2.671 G 2.671
5418(ne)-2.671 G .171(ntire song to be)-2.671 F(do)69.336 170 Q
5419(wn, you only need to specify "[do)-.25 E(wn]" on the \214rst chord.)
5420-.25 E 69.336 186 EBEGIN
54210 0.1 0.5 setrgbcolor
5422EEND/F0 12/Times-Italic@0 SF 3(5.1.6.6 Stem)72.336 186 R(len)3 E 69.336
5423198 EBEGIN
54240 0 0 setrgbcolor
5425EEND/F0 10/Times-Roman@0 SF(Normally)72.347 198 Q 3.011(,M)-.65 G .511
5426(up sets stem lengths as appropriate, b)-3.011 F .511
5427(ut sometimes you might w)-.2 F .51(ant to mak)-.1 F 3.01(eas)-.1 G .51
5428(tem longer or)-3.01 F 2.588
5429(shorter than normal. This is done with the k)69.336 210 R -.15(ey)-.1 G
5430-.1(wo).15 G 2.589(rd "len" follo).1 F 2.589
5431(wed by a length in stepsizes.)-.25 F(Some)7.589 E -.15(ex)69.336 222 S
5432(amples:).15 E/F1 10/Courier@0 SF 6([l)105.336 240 S(en 14 ])-6 E 6([l)
5433105.336 252 S(en 7; up ])-6 E F0 -1.1(Yo)69.336 278 S 2.93(uc)1.1 G .429
5434(annot specify stem length on chords inside of beams.)-2.93 F .429
5435(The len can be set to 0 to produce a note head)5.429 F
5436(with no stem at all.)69.336 290 Q .533
5437(There is a stemlen parameter that can be used to set the def)69.336 308
5438R .533(ault stem length.)-.1 F .533(If you don')5.533 F 3.033(tw)-.18 G
5439.533(ant an)-3.133 F 3.033(ys)-.15 G(tems,)-3.033 E
5440(setting that parameter to 0 is more con)69.336 320 Q -.15(ve)-.4 G
5441(nient than setting len to 0 on each chord indi).15 E(vidually)-.25 E(.)
5442-.65 E 1.781(On beamed chords, Mup will sometimes shorten a stem slight\
5443ly from its normal minimum length. By)69.336 338 R(def)69.336 350 Q .662
5444(ault it will ne)-.1 F -.15(ve)-.25 G 3.162(rs).15 G .663
5445(horten by more than one stemsize, b)-3.162 F .663
5446(ut there is a stemshorten parameter that lets you)-.2 F .177(adjust ho)
544769.336 362 R 2.677(wm)-.25 G .177(uch it will shorten. If you don')
5448-2.677 F 2.677(tw)-.18 G .176(ant Mup to e)-2.777 F -.15(ve)-.25 G 2.676
5449(rs).15 G .176(horten stems, you can set this parameter to)-2.676 F
5450(zero.)69.336 374 Q 69.336 390 EBEGIN
54510 0.1 0.5 setrgbcolor
5452EEND/F0 12/Times-Italic@0 SF 3(5.1.6.7 P)72.336 390 R(adding)-.96 E
545369.336 402 EBEGIN
54540 0 0 setrgbcolor
5455EEND/F0 10/Times-Roman@0 SF .322
5456(Sometimes it may be desirable to space notes some)72.157 402 R .322
5457(what dif)-.25 F .322(ferently than Mup w)-.25 F .322
5458(ould normally place them.)-.1 F 1.806
5459(It is possible to specify "padding" before an)69.336 414 R 4.306(yn)
5460-.15 G 1.806(ote group.)-4.306 F 1.806(This is done by specifying the w)
54616.806 F 1.805(ord "pad")-.1 F(follo)69.336 426 Q 1.149(wed by a number \
5462of stepsizes of white space padding to add before the chord.)-.25 F
54631.149(The number can be)6.149 F(fractional, as in 0.5 or 2.25.)69.336
5464438 Q -.15(Fo)5 G 2.5(re).15 G(xample:)-2.65 E/F1 10/Courier@0 SF 6([p)
5465105.336 456 S(ad 2.5 ])-6 E F0 .752(The padding can also be ne)69.336
5466482 R -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 3.252(.P).15 G .752
5467(adding af)-3.402 F .752
5468(fects the minimum amount of width allocated to a chord, so)-.25 F 1.094
5469(you can use positi)69.336 494 R 1.394 -.15(ve p)-.25 H 1.094(adding v)
5470.15 F 1.095(alues to force additional room in front of a chord, or ne)
5471-.25 F -.05(ga)-.15 G(ti).05 E 1.395 -.15(ve p)-.25 H 1.095(adding to)
5472.15 F(allo)69.336 506 Q 2.5(wt)-.25 G(hings closer together)-2.5 E(.)
5473-.55 E 69.336 522 EBEGIN
54740 0.1 0.5 setrgbcolor
5475EEND/F0 12/Times-Italic@0 SF 3(5.1.6.8 Chor)72.336 522 R 3(dl)-.444 G
5476(ocation ta)-3 E(g)-.12 E 69.336 534 EBEGIN
54770 0 0 setrgbcolor
5478EEND/F0 10/Times-Roman@0 SF .685(It is possible to set a location tag w\
5479hich is associated with an entire chord rather than an indi)72.521 534 R
5480.684(vidual note.)-.25 F .745(This tag is speci\214ed lik)69.336 546 R
54813.245(el)-.1 G .745(ocation tags for notes, with an "=" follo)-3.245 F
5482.745(wed by a name, b)-.25 F .745(ut is inside the square)-.2 F(brack)
548369.336 558 Q(ets rather than after a note.)-.1 E/F1 10/Courier@0 SF
5484(3: 2cf; [=h] egc+;)105.336 576 Q(1: [cue; with >; =_ch] fa;)105.336 588
5485Q 69.336 612 EBEGIN
54860 0.1 0.5 setrgbcolor
5487EEND/F0 12/Times-Italic@0 SF 3(5.1.6.9 Horizontal)72.336 612 R(of)3 E
5488(fset)-.216 E 69.336 624 EBEGIN
54890 0 0 setrgbcolor
5490EEND/F0 10/Times-Roman@0 SF 3.259(Ah)72.595 624 S .759(orizontal of)
5491-3.259 F .759(fset can be applied to a chord by specifying "ho" follo)
5492-.25 F .759(wed by a number of stepsizes. The)-.25 F 1.332
5493(number can be positi)69.336 636 R 1.632 -.15(ve o)-.25 H 3.832(rn).15 G
5494-2.25 -.15(eg a)-3.832 H(ti).15 E -.15(ve)-.25 G 3.832(,a).15 G 1.332
5495(nd can include a fractional part. A positi)-3.832 F 1.633 -.15(ve n)
5496-.25 H 1.333(umber will cause the).15 F .489(chord to be placed that f)
549769.336 648 R .489
5498(ar right of where the horizontal center of the chord w)-.1 F .489
5499(ould normally be; a ne)-.1 F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G .14
5500(number will place it that f)69.336 660 R .141(ar to the left.)-.1 F
5501.141
5502(It is also possible to simply specify a "+" or "-" which says to place)
55035.141 F(the chord to the right or left, as close as possible without ru\
5504nning into something.)69.336 672 Q 3.318(Ah)69.336 690 S .818
5505(orizontal of)-3.318 F .818(fset is most commonly used on the third v)
5506-.25 F .818(oice of a staf)-.2 F .818
5507(f, although it can be used on other)-.25 F -.2(vo)69.336 702 S 1.968
5508(ices too.).2 F 1.969(By def)6.968 F 1.969(ault, Mup places third v)-.1
5509F 1.969(oice chords as close as it thinks is safe for a)-.2 F -.2(vo)-.2
5510G 1.969(iding most).2 F .113(collisions. Sometimes it may actually be o\
5511kay visually to place the chord a little closer than that, or perhaps)
551269.336 714 R 1.193
5513(there is a better "nook" to tuck it into on the left side.)69.336 726 R
55141.194(By specifying a horizontal of)6.194 F 1.194(fset, you can place)
5515-.25 F .14(chords an)69.336 738 R .14(ywhere you w)-.15 F 2.64(ant. Mup)
5516-.1 F(mak)2.64 E .14(es no checks to a)-.1 F -.2(vo)-.2 G .14
5517(id collisions when you specify a horizontal of).2 F(fset,)-.25 E EP
5518%%Page: 24 30
5519%%BeginPageSetup
5520BP
5521%%EndPageSetup
5522/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(4-)-2.5 G
5523(so this attrib)69.336 96 Q(ute needs to be used with some care.)-.2 E
5524(Here is an e)69.336 114 Q(xample of the use of horizontal of)-.15 E
5525(fset and stem direction on v)-.25 E(oice 3.)-.2 E/F1 10/Courier@0 SF
5526(score)105.336 132 Q(vscheme=3f)117.336 144 Q(music)105.336 168 Q 6(11)
5527105.336 180 S 6(:c)-6 G(+;b;a;c+;)-6 E 6(12)105.336 192 S 6(:e)-6 G
5528(;d;e;f;)-6 E 6(13)105.336 204 S 6(:[)-6 G
5529(ho+1] g; [ho-5.2; down]; [ho-] f; [ho+; up] a;)-6 E(bar)105.336 216 Q
5530127.836 225.6 EBEGIN
5531gsave 0 0.25 0.75 setrgbcolor 0 76 rlineto 320 0 rlineto 0 76 neg rlineto closepath stroke grestore
5532EEND 160 687 320 320 -76 76 126.836 301.6 PBEGIN
5533%%BeginDocument: mugex16.ps
5534%%BoundingBox: 160 687 480 763
5535save
55363977375 3978157 sv
55371.000000 1.000000 scale
5538% S_SSV
5539(/tmp/ugexiM5077) inputfile
55402 linenum
5541% S_FEED
5542540.29 875.00 684.00 5 1.000000 1.000000 stf
5543% S_CLEFSIG
5544192.08 725.00 1.000000 gclef
5545% S_CHHEAD
5546% S_STAFF
5547% staff 1
5548save
5549223.39 734.00 1.000000 4n
55500.70 setlinewidth
5551227.07 734.75 moveto
5552227.07 755.00 lineto stroke
5553286.37 731.00 1.000000 4n
5554290.05 731.75 moveto
5555290.05 752.00 lineto stroke
5556349.61 728.00 1.000000 4n
5557353.29 728.75 moveto
5558353.29 749.00 lineto stroke
5559410.33 734.00 1.000000 4n
5560414.01 734.75 moveto
5561414.01 755.00 lineto stroke
5562223.39 719.00 1.000000 4n
5563219.70 718.25 moveto
5564219.70 698.00 lineto stroke
5565286.37 716.00 1.000000 4n
5566282.69 715.25 moveto
5567282.69 695.00 lineto stroke
5568349.61 719.00 1.000000 4n
5569345.93 718.25 moveto
5570345.93 698.00 lineto stroke
5571410.33 722.00 1.000000 4n
5572406.65 721.25 moveto
5573406.65 701.00 lineto stroke
5574226.39 725.00 1.000000 4n
5575230.07 725.75 moveto
5576230.07 746.00 lineto stroke
5577270.77 725.00 1.000000 4n
5578267.09 724.25 moveto
5579267.09 704.00 lineto stroke
5580339.55 722.00 1.000000 4n
5581335.86 721.25 moveto
5582335.86 701.00 lineto stroke
5583420.40 728.00 1.000000 4n
5584424.08 728.75 moveto
5585424.08 749.00 lineto stroke
5586restore
5587% S_BAR
558811 linenum
55890.70 setlinewidth
5590467.65 743.00 moveto
5591467.65 719.00 lineto stroke
5592% Printing header/footer
5593showpage
5594restore
5595%%DocumentFonts:
5596%%Pages: 2
5597%%EndDocument
5598end PEND 69.336 319.6 EBEGIN
55990 0.1 0.5 setrgbcolor
5600EEND/F0 12/Times-Italic@0 SF 3(5.1.6.10 Rest)72.336 319.6 R(distance)3 E
560169.336 331.6 EBEGIN
56020 0 0 setrgbcolor
5603EEND/F0 10/Times-Roman@0 SF .597(Usually Mup')72.433 331.6 R 3.097(sp)
5604-.55 G .597(lacement of rests is satisf)-3.097 F(actory)-.1 E 3.097(,b)
5605-.65 G .598(ut once in a while you might w)-3.297 F .598
5606(ant to force a rest to be)-.1 F .921(placed a little higher or lo)
560769.336 343.6 R .921(wer than Mup w)-.25 F .921(ould place it. Y)-.1 F
5608.92(ou can specify a "dist" which is the number of)-1.1 F .214
5609(stepsizes from the center of the staf)69.336 355.6 R 2.714(ft)-.25 G
56102.714(op)-2.714 G .215(lace the rest symbol, with positi)-2.714 F .515
5611-.15(ve n)-.25 H .215(umbers being abo).15 F .515 -.15(ve t)-.15 H .215
5612(he center).15 F .846(and ne)69.336 367.6 R -.05(ga)-.15 G(ti).05 E
56131.146 -.15(ve n)-.25 H .846(umbers belo).15 F 4.646 -.65(w. I)-.25 H
56143.346(ft).65 G .845(he staf)-3.346 F 3.345(fi)-.25 G 3.345(st)-3.345 G
5615.845(ransposed, the placement of the rest symbol will be adjusted)-3.345
5616F(accordingly)69.336 379.6 Q(.)-.65 E/F1 10/Courier@0 SF
5617(// The first and last rests are in normal position.)105.336 397.6 Q
5618(// The second is forced higher, the third is forced lower.)105.336
5619409.6 Q(1: r; [dist 6]; [dist -4]; r;)105.336 421.6 Q(bar)105.336 433.6
5620Q 127.836 443.2 EBEGIN
5621gsave 0 0.25 0.75 setrgbcolor 0 65 rlineto 320 0 rlineto 0 65 neg rlineto closepath stroke grestore
5622EEND 160 698 320 320 -65 65 126.836 508.2 PBEGIN
5623%%BeginDocument: mugex17.ps
5624%%BoundingBox: 160 698 480 763
5625save
56263977375 3978157 sv
56271.000000 1.000000 scale
5628% S_SSV
5629(/tmp/ugexiM5077) inputfile
56302 linenum
5631% S_FEED
5632540.29 871.34 684.00 5 1.000000 1.000000 stf
5633% S_CLEFSIG
5634192.08 721.34 1.000000 gclef
5635% S_CHHEAD
5636% S_STAFF
5637% staff 1
5638save
5639225.88 727.34 1.000000 4rest
5640287.69 745.34 1.000000 4rest
5641349.49 715.34 1.000000 4rest
5642411.97 727.34 1.000000 4rest
5643restore
5644% S_BAR
564510 linenum
56460.70 setlinewidth
5647467.65 739.34 moveto
5648467.65 715.34 lineto stroke
5649% Printing header/footer
5650showpage
5651restore
5652%%DocumentFonts:
5653%%Pages: 2
5654%%EndDocument
5655end PEND 69.336 526.2 EBEGIN
56560 0.1 0.5 setrgbcolor
5657EEND/F0 12/Times-Italic@0 SF 3(5.1.6.11 Repeated)72.336 526.2 R(attrib)3
5658E(utes)-.24 E 69.336 538.2 EBEGIN
56590 0 0 setrgbcolor
5660EEND/F0 10/Times-Roman@0 SF 1.504(If tw)73.34 538.2 R 4.004(oo)-.1 G
56614.004(rm)-4.004 G 1.504(ore chords in a ro)-4.004 F 4.004(wh)-.25 G
5662-2.25 -.2(av e)-4.004 H 1.505(the same brack)4.204 F 1.505(eted attrib)
5663-.1 F 1.505(utes, there are tw)-.2 F 4.005(os)-.1 G 1.505
5664(horthand notations.)-4.005 F .31(Specifying an empty set of brack)
566569.336 550.2 R .31(ets "[]" means to use the same attrib)-.1 F .31
5666(utes as were speci\214ed on the pre)-.2 F(vious)-.25 E 2.5(chord. The)
566769.336 562.2 R(pre)2.5 E(vious chord must be within the same measure.)
5668-.25 E(Some e)5 E(xamples:)-.15 E/F1 10/Courier@0 SF
5669(1: [cue] 4c;[]d;[grace; slash 1] 8f;2e;)105.336 580.2 Q(bar)105.336
5670592.2 Q(1: d; [with .,-]d; []e; []f;)105.336 616.2 Q(bar)105.336 628.2 Q
5671127.836 637.8 EBEGIN
5672gsave 0 0.25 0.75 setrgbcolor 0 68 rlineto 320 0 rlineto 0 68 neg rlineto closepath stroke grestore
5673EEND 160 695 320 320 -68 68 126.836 705.8 PBEGIN
5674%%BeginDocument: mugex18.ps
5675%%BoundingBox: 160 695 480 763
5676save
56773977375 3978157 sv
56781.000000 1.000000 scale
5679% S_SSV
5680(/tmp/ugexiM5077) inputfile
56811 linenum
5682% S_FEED
5683540.29 875.00 684.00 5 1.000000 1.000000 stf
5684% S_CLEFSIG
5685192.08 725.00 1.000000 gclef
5686% S_CHHEAD
5687% S_STAFF
5688% staff 1
5689save
5690220.19 713.00 0.583333 4n
56910.70 setlinewidth
5692215.63 713.00 moveto
5693224.74 713.00 lineto stroke
5694222.19 713.49 moveto
5695222.19 728.00 lineto stroke
5696248.67 716.00 0.583333 4n
5697250.67 716.49 moveto
5698250.67 731.00 lineto stroke
5699273.22 722.00 0.583333 4n
5700275.22 722.49 moveto
5701275.22 737.00 lineto stroke
5702276.98 737.00 0.583333 dnflag
5703newpath
5704271.97 725.75 moveto
5705271.97 727.25 lineto
5706278.47 734.25 lineto
5707278.47 732.75 lineto
5708closepath
5709fill
5710285.14 719.00 1.000000 2n
5711289.04 719.75 moveto
5712289.04 740.00 lineto stroke
5713restore
5714% S_BAR
57155 linenum
57160.70 setlinewidth
5717333.73 743.00 moveto
5718333.73 719.00 lineto stroke
5719% S_CHHEAD
5720% S_STAFF
5721% staff 1
5722save
5723345.66 716.00 1.000000 4n
5724349.34 716.75 moveto
5725349.34 737.00 lineto stroke
5726376.13 716.00 1.000000 4n
5727/Times-Roman findfont
572812 scalefont
5729setfont
5730373.90 709.46 moveto
5731376.13 709.46 1.000000 dot
5732378.36 709.46 moveto
5733/Times-Roman findfont
573412 scalefont
5735setfont
5736371.09 702.86 moveto
5737376.13 702.86 1.000000 leg
5738381.17 702.86 moveto
5739379.81 716.75 moveto
5740379.81 737.00 lineto stroke
5741406.60 719.00 1.000000 4n
5742/Times-Roman findfont
574312 scalefont
5744setfont
5745404.37 712.46 moveto
5746406.60 712.46 1.000000 dot
5747408.84 712.46 moveto
5748/Times-Roman findfont
574912 scalefont
5750setfont
5751401.56 705.86 moveto
5752406.60 705.86 1.000000 leg
5753411.64 705.86 moveto
5754410.29 719.75 moveto
5755410.29 740.00 lineto stroke
5756437.92 722.00 1.000000 4n
5757/Times-Roman findfont
575812 scalefont
5759setfont
5760435.68 715.46 moveto
5761437.92 715.46 1.000000 dot
5762440.15 715.46 moveto
5763/Times-Roman findfont
576412 scalefont
5765setfont
5766432.88 708.86 moveto
5767437.92 708.86 1.000000 leg
5768442.96 708.86 moveto
5769441.60 722.75 moveto
5770441.60 743.00 lineto stroke
5771restore
5772% S_BAR
57738 linenum
57740.70 setlinewidth
5775467.65 743.00 moveto
5776467.65 719.00 lineto stroke
5777% Printing header/footer
5778showpage
5779restore
5780%%DocumentFonts: /Times-Roman
5781%%Pages: 2
5782%%EndDocument
5783end PEND/F0 10/Times-Roman@0 SF .142
5784(The other shorthand is to put 3 dots after a set of brack)69.336 725.8
5785R .142(eted items.)-.1 F .142(This means to repeat the same brack)5.142
5786F(eted)-.1 E .962
5787(items on all chords for the rest of the measure, or until a ne)69.336
5788737.8 R 3.462(ws)-.25 G .962(et of brack)-3.462 F .962
5789(eted items is speci\214ed.)-.1 F .961(If you)5.961 F EP
5790%%Page: 25 31
5791%%BeginPageSetup
5792BP
5793%%EndPageSetup
5794/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(5-)-2.5 G .129
5795(wish to cancel this before the end of a measure b)69.336 96 R .13
5796(ut without specifying a ne)-.2 F 2.63(ws)-.25 G .13
5797(et, the special set "[-]" can be)-2.63 F(used.)69.336 108 Q/F1 10
5798/Courier@0 SF(// put staccato marks on all notes)105.336 126 Q
5799(1: [with .]... c; d; e; g;)105.336 138 Q(bar)105.336 150 Q
5800(// put several cue size notes in the middle of a measure)105.336 162 Q
5801(1: c; [cue]... 8d; f; e; g; [-] 4c+;)105.336 174 Q(bar)105.336 186 Q
5802127.836 195.6 EBEGIN
5803gsave 0 0.25 0.75 setrgbcolor 0 66 rlineto 320 0 rlineto 0 66 neg rlineto closepath stroke grestore
5804EEND 160 697 320 320 -66 66 126.836 261.6 PBEGIN
5805%%BeginDocument: mugex19.ps
5806%%BoundingBox: 160 697 480 763
5807save
58083977375 3978157 sv
58091.000000 1.000000 scale
5810% S_SSV
5811(/tmp/ugexiM5077) inputfile
58121 linenum
5813% S_FEED
5814540.29 875.00 684.00 5 1.000000 1.000000 stf
5815% S_CLEFSIG
5816192.08 725.00 1.000000 gclef
5817% S_CHHEAD
5818% S_STAFF
5819% staff 1
5820save
5821220.93 713.00 1.000000 4n
58220.70 setlinewidth
5823214.70 713.00 moveto
5824227.16 713.00 lineto stroke
5825/Times-Roman findfont
582612 scalefont
5827setfont
5828218.70 706.46 moveto
5829220.93 706.46 1.000000 dot
5830223.16 706.46 moveto
5831224.61 713.75 moveto
5832224.61 734.00 lineto stroke
5833249.16 716.00 1.000000 4n
5834/Times-Roman findfont
583512 scalefont
5836setfont
5837246.93 709.46 moveto
5838249.16 709.46 1.000000 dot
5839251.39 709.46 moveto
5840252.84 716.75 moveto
5841252.84 737.00 lineto stroke
5842277.39 719.00 1.000000 4n
5843/Times-Roman findfont
584412 scalefont
5845setfont
5846275.15 712.46 moveto
5847277.39 712.46 1.000000 dot
5848279.62 712.46 moveto
5849281.07 719.75 moveto
5850281.07 740.00 lineto stroke
5851306.45 725.00 1.000000 4n
5852/Times-Roman findfont
585312 scalefont
5854setfont
5855304.22 717.36 moveto
5856306.45 717.36 1.000000 dot
5857308.68 717.36 moveto
5858310.13 725.75 moveto
5859310.13 746.00 lineto stroke
5860restore
5861% S_BAR
58626 linenum
58630.70 setlinewidth
5864334.31 743.00 moveto
5865334.31 719.00 lineto stroke
5866% S_CHHEAD
5867% S_STAFF
5868% staff 1
5869save
5870346.15 713.00 1.000000 4n
5871339.92 713.00 moveto
5872352.38 713.00 lineto stroke
5873349.83 713.75 moveto
5874349.83 734.00 lineto stroke
5875372.24 716.00 0.583333 4n
5876374.24 716.49 moveto
5877374.24 731.00 lineto stroke
5878376.00 731.00 0.583333 dnflag
5879388.45 722.00 0.583333 4n
5880390.45 722.49 moveto
5881390.45 737.00 lineto stroke
5882392.21 737.00 0.583333 dnflag
5883404.66 719.00 0.583333 4n
5884406.66 719.49 moveto
5885406.66 734.00 lineto stroke
5886408.43 734.00 0.583333 dnflag
5887420.59 725.00 0.583333 4n
5888422.60 725.49 moveto
5889422.60 740.00 lineto stroke
5890424.36 740.00 0.583333 dnflag
5891439.79 734.00 1.000000 4n
5892436.11 733.25 moveto
5893436.11 713.00 lineto stroke
5894restore
5895% S_BAR
58969 linenum
58970.70 setlinewidth
5898467.65 743.00 moveto
5899467.65 719.00 lineto stroke
5900% Printing header/footer
5901showpage
5902restore
5903%%DocumentFonts: /Times-Roman
5904%%Pages: 2
5905%%EndDocument
5906end PEND/F0 10/Times-Roman@0 SF -1.1(Yo)69.336 281.6 S 4.379(uc)1.1 G
59071.879(an use more than one set of back)-4.379 F 1.879
5908(ets on a single chord.)-.1 F -.15(Fo)6.879 G 4.379(re).15 G 1.879
5909(xample "[len 5][do)-4.529 F 1.878(wn]" and "[len)-.25 F(5;do)69.336
5910293.6 Q 1.383(wn]" are equi)-.25 F -.25(va)-.25 G 3.883(lent. Ho).25 F
5911(we)-.25 E -.15(ve)-.25 G 2.183 -.4(r, [).15 H 1.384
5912(-] can only be used by itself, and if you w).4 F 1.384
5913(ant to use [] along with)-.1 F .212(another back)69.336 305.6 R .211
5914(eted set of items \(to duplicate the items on the pre)-.1 F .211
5915(vious chord plus add some more\), the empty)-.25 F
5916([] needs to be \214rst, before the other set of items.)69.336 317.6 Q
591769.336 334.6 EBEGIN
59180 0.1 0.5 setrgbcolor
5919EEND/F0 13/Times-Italic@0 SF 3.25(5.1.7 Mid-measur)72.586 334.6 R 3.25
5920(ep)-.481 G(ar)-3.25 E(ameter c)-.195 E(hang)-.195 E(es)-.13 E 69.336
5921346.6 EBEGIN
59220 0 0 setrgbcolor
5923EEND/F0 10/Times-Roman@0 SF .221(The group attrib)72.057 346.6 R .222
5924(utes can optionally be preceded by mid-measure parameter changes.)-.2 F
5925.222(This is not used v)5.222 F(ery)-.15 E 1.452(often, b)69.336 358.6 R
59261.452(ut the most common use is to change the clef in the middle of a m\
5927easure. There are tw)-.2 F 3.952(oo)-.1 G(ther)-3.952 E 1.625
5928(parameters that can also be changed here: defoct and release.)69.336
5929370.6 R 1.626(The change is enclosed in double angle)6.626 F(brack)
593069.336 382.6 Q 4.301(ets. After)-.1 F 1.801(the opening angle brack)
59314.301 F 1.801(et is the conte)-.1 F 1.8
5932(xt to which the changes applies \(score, staf)-.15 F 1.8(f, or)-.25 F
5933-.2(vo)69.336 394.6 S(ice\), follo).2 E
5934(wed by one or more parameter changes.)-.25 E/F1 10/Courier@0 SF
5935(1: c; e; <<score clef=bass>> 2g;)105.336 412.6 Q(bar)105.336 424.6 Q
593691.836 434.2 EBEGIN
5937gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 392 0 rlineto 0 61 neg rlineto closepath stroke grestore
5938EEND 128 702 392 392 -61 61 90.836 495.2 PBEGIN
5939%%BeginDocument: mugex20.ps
5940%%BoundingBox: 128 702 520 763
5941save
59423977375 3978157 sv
59431.000000 1.000000 scale
5944% S_SSV
5945(/tmp/ugexiM5077) inputfile
59462 linenum
5947% S_FEED
5948504.29 875.00 720.00 5 1.000000 1.000000 stf
5949% S_CLEFSIG
5950156.08 725.00 1.000000 gclef
5951% S_CHHEAD
5952% S_STAFF
5953% staff 1
5954save
5955194.40 713.00 1.000000 4n
59560.70 setlinewidth
5957188.17 713.00 moveto
5958200.64 713.00 lineto stroke
5959198.09 713.75 moveto
5960198.09 734.00 lineto stroke
5961276.59 719.00 1.000000 4n
5962280.27 719.75 moveto
5963280.27 740.00 lineto stroke
5964353.66 737.00 0.750000 fclef
5965366.44 740.00 1.000000 2n
5966362.54 739.25 moveto
5967362.54 719.00 lineto stroke
5968restore
5969% S_BAR
59707 linenum
59710.70 setlinewidth
5972503.65 743.00 moveto
5973503.65 719.00 lineto stroke
5974% Printing header/footer
5975showpage
5976restore
5977%%DocumentFonts:
5978%%Pages: 2
5979%%EndDocument
5980end PEND/F0 10/Times-Roman@0 SF
5981(If there is more than one parameter listed, the)69.336 509.2 Q 2.5(ya)
5982-.15 G(re separated by semicolons.)-2.5 E/F1 10/Courier@0 SF
5983(<< staff clef = tenor ; defoct = 4 >>)105.336 527.2 Q F0
5984(If you wish to change parameters in more than one conte)69.336 553.2 Q
5985(xt, multiple angle-brack)-.15 E(eted items can be gi)-.1 E -.15(ve)-.25
5986G(n:).15 E F1(2-3 2: 2c; <<score release=100>><<staff clef=alto>><<voic\
5987e defoct=3>> c;)105.336 571.2 Q F0 .086(If you specify "staf)69.336
5988597.2 R .086(f" or "v)-.25 F .086(oice" conte)-.2 F .086
5989(xt, the speci\214c staf)-.15 F .086(f\(s\) or v)-.25 F .086
5990(oice\(s\) to which the changes apply is based)-.2 F 1.283
5991(on which staf)69.336 609.2 R 1.283(f\(s\) or v)-.25 F 1.283
5992(oice\(s\) are being described on the input line. So in the e)-.2 F
59931.282(xample abo)-.15 F -.15(ve)-.15 G 3.782(,t).15 G 1.282(he clef is)
5994-3.782 F .905(changed to alto on staf)69.336 621.2 R .906
5995(fs 2 and 3, and the defoct is changed to 3 for v)-.25 F .906
5996(oice 2 on both of those staf)-.2 F .906(fs. The)-.25 F
5997(release change applies to the entire score.)69.336 633.2 Q 69.336 650.2
5998EBEGIN
59990 0.1 0.5 setrgbcolor
6000EEND/F0 13/Times-Italic@0 SF 3.25(5.1.8 Cr)72.586 650.2 R(oss-staf)-.585
6001E 3.25(fs)-.234 G(tems)-3.25 E 69.336 662.2 EBEGIN
60020 0 0 setrgbcolor
6003EEND/F0 10/Times-Roman@0 SF .759
6004(Sometimes, on music for instruments that use more than one staf)72.595
6005662.2 R .758(f, you may w)-.25 F .758(ant some of the notes of a)-.1 F
6006.518(chord to be printed on the staf)69.336 674.2 R 3.018(fa)-.25 G(bo)
6007-3.018 E .818 -.15(ve o)-.15 H 3.018(rb).15 G(elo)-3.018 E 1.819 -.65
6008(w, r)-.25 H .519(ather than using a lot of le).65 F .519(ger lines.)
6009-.15 F -1.1(Yo)5.519 G 3.019(uc)1.1 G .519(an specify this)-3.019 F .266
6010(by putting the w)69.336 686.2 R .266
6011(ord "with" before the notes that are to go on the other staf)-.1 F .266
6012(f, and follo)-.25 F .266(wing those notes with)-.25 F("abo)69.336 698.2
6013Q -.15(ve)-.15 G 2.5("o).15 G 2.5(r")-2.5 G(belo)-2.5 E
6014(w" to specify which is the other staf)-.25 E 2.5(f. F)-.25 F(or e)-.15
6015E(xample:)-.15 E EP
6016%%Page: 26 32
6017%%BeginPageSetup
6018BP
6019%%EndPageSetup
6020/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(6-)-2.5 G/F1 10
6021/Courier@0 SF(score)105.336 96 Q(staffs=2)130.336 108 Q(staff 2)105.336
6022120 Q(clef=bass)130.336 132 Q(music)105.336 144 Q(1: 1e+g+c++;)105.336
6023168 Q(2: cc+; ee+; g with g+ above; with c+c++ above;)105.336 180 Q(bar)
6024105.336 192 Q(1: cc+; g with g- below; e with e- below; with cc- below;)
6025105.336 216 Q(2: 1c-e-g-;)105.336 228 Q(bar)105.336 240 Q 91.836 249.6
6026EBEGIN
6027gsave 0 0.25 0.75 setrgbcolor 0 125 rlineto 392 0 rlineto 0 125 neg rlineto closepath stroke grestore
6028EEND 128 639 392 392 -125 125 90.836 374.6 PBEGIN
6029%%BeginDocument: mugex21.ps
6030%%BoundingBox: 128 639 520 764
6031save
60323977375 3978157 sv
60331.000000 1.000000 scale
6034% S_SSV
6035(/tmp/ugexiM5077) inputfile
60362 linenum
6037% S_SSV
60387 linenum
6039% S_FEED
6040504.29 871.72 720.00 5 1.000000 1.000000 stf
6041504.29 817.72 720.00 5 1.000000 1.000000 stf
60420.70 setlinewidth
6043144.29 739.72 moveto
6044144.29 661.72 lineto stroke
6045% S_CLEFSIG
6046156.08 721.72 1.000000 gclef
6047156.33 679.72 1.000000 fclef
6048% S_CHHEAD
6049% S_STAFF
6050% staff 1
6051save
6052188.24 751.72 1.000000 1n
6053180.82 751.72 moveto
6054195.66 751.72 lineto stroke
6055180.82 745.72 moveto
6056195.66 745.72 lineto stroke
6057188.24 742.72 1.000000 1n
6058188.24 736.72 1.000000 1n
6059restore
6060% S_STAFF
6061% staff 2
6062save
6063188.24 691.72 1.000000 4n
60640.70 setlinewidth
6065182.01 691.72 moveto
6066194.47 691.72 lineto stroke
6067188.24 670.72 1.000000 4n
6068184.56 690.97 moveto
6069184.56 649.72 lineto stroke
6070226.15 697.72 1.000000 4n
6071219.92 697.72 moveto
6072232.39 697.72 lineto stroke
6073219.92 691.72 moveto
6074232.39 691.72 lineto stroke
6075226.15 676.72 1.000000 4n
6076222.47 696.97 moveto
6077222.47 655.72 lineto stroke
6078264.07 721.72 1.000000 4n
6079264.07 682.72 1.000000 4n
6080260.39 720.97 moveto
6081260.39 661.72 lineto stroke
6082302.83 730.72 1.000000 4n
6083302.83 709.72 1.000000 4n
6084296.60 709.72 moveto
6085309.06 709.72 lineto stroke
6086299.15 729.97 moveto
6087299.15 688.72 lineto stroke
6088restore
6089% S_BAR
609013 linenum
60910.70 setlinewidth
6092338.76 739.72 moveto
6093338.76 715.72 lineto stroke
6094338.76 685.72 moveto
6095338.76 661.72 lineto stroke
6096% S_CHHEAD
6097% S_STAFF
6098% staff 1
6099save
6100353.13 730.72 1.000000 4n
6101353.13 709.72 1.000000 4n
6102346.89 709.72 moveto
6103359.36 709.72 lineto stroke
6104356.81 710.47 moveto
6105356.81 751.72 lineto stroke
6106391.04 721.72 1.000000 4n
6107391.04 682.72 1.000000 4n
6108394.72 683.47 moveto
6109394.72 742.72 lineto stroke
6110428.96 715.72 1.000000 4n
6111428.96 676.72 1.000000 4n
6112432.64 677.47 moveto
6113432.64 736.72 lineto stroke
6114467.71 691.72 1.000000 4n
6115461.48 691.72 moveto
6116473.95 691.72 lineto stroke
6117467.71 670.72 1.000000 4n
6118471.40 671.47 moveto
6119471.40 712.72 lineto stroke
6120restore
6121% S_STAFF
6122% staff 2
6123save
6124353.13 661.72 1.000000 1n
6125353.13 655.72 1.000000 1n
61260.70 setlinewidth
6127345.71 655.72 moveto
6128360.55 655.72 lineto stroke
6129353.13 649.72 1.000000 1n
6130345.71 649.72 moveto
6131360.55 649.72 lineto stroke
6132345.71 655.72 moveto
6133360.55 655.72 lineto stroke
6134restore
6135% S_BAR
613617 linenum
61370.70 setlinewidth
6138503.65 739.72 moveto
6139503.65 715.72 lineto stroke
6140503.65 685.72 moveto
6141503.65 661.72 lineto stroke
6142% Printing header/footer
6143showpage
6144restore
6145%%DocumentFonts:
6146%%Pages: 2
6147%%EndDocument
6148end PEND/F0 10/Times-Roman@0 SF .71(The notes for the other staf)69.336
6149394.6 R 3.21(fh)-.25 G -2.25 -.2(av e)-3.21 H .71(to follo)3.41 F 3.21
6150(wt)-.25 G .71(he notes on the normal staf)-3.21 F 3.21(fi)-.25 G 3.21
6151(nt)-3.21 G .71(he input.)-3.21 F .71(As is sho)5.71 F .71(wn in the)
6152-.25 F -.15(ex)69.336 406.6 S .674(ample, it is possible to ha).15 F
6153-.15(ve)-.2 G/F1 10/Times-Italic@0 SF(all)3.324 E F0 .674
6154(the notes on the "other" staf)3.174 F .674(f, if you wish.)-.25 F .674
6155(The octa)5.674 F .973 -.15(ve i)-.2 H 3.173(ss).15 G .673
6156(peci\214ed as if)-3.173 F 1.22(the note were on the normal staf)69.336
6157418.6 R 1.22
6158(f; Mup will automatically adjust appropriately for the other staf)-.25
6159F .55(f')-.25 G 3.72(sc)-1.1 G(lef.)-3.72 E .426
6160(Once in a while, Mup may not be able to \214gure out ho)69.336 430.6 R
61612.925(wt)-.25 G 2.925(oc)-2.925 G .425(ompletely a)-2.925 F -.2(vo)-.2 G
6162.425(id colliding with other notes; in).2 F
6163(that case you can use the horizontal of)69.336 442.6 Q(fset that w)-.25
6164E(as described earlier)-.1 E(.)-.55 E -.15(Fo)69.336 460.6 S 3.678(rM)
6165.15 G 1.178(IDI purposes, only the normal staf)-3.678 F .55(f')-.25 G
61663.678(sk)-1.1 G 1.478 -.15(ey s)-3.778 H 1.178
6167(ignature and accidentals are considered, so if the other).15 F(staf)
616869.336 472.6 Q 3.525(fh)-.25 G 1.025(as a dif)-3.525 F 1.025(ferent k)
6169-.25 F 1.325 -.15(ey s)-.1 H 1.025(ignature or accidentals that should \
6170really apply to these notes, you will ha).15 F 1.325 -.15(ve t)-.2 H(o)
6171.15 E(supply accidentals e)69.336 484.6 Q(xplicitly)-.15 E(.)-.65 E
617269.336 501.6 EBEGIN
61730 0.1 0.5 setrgbcolor
6174EEND/F0 13/Times-Italic@0 SF 3.25(5.1.9 Inter)72.586 501.6 R(-c)-.26 E
6175(hor)-.195 E 3.25(da)-.481 G(ttrib)-3.25 E(utes)-.26 E 69.336 513.6
6176EBEGIN
61770 0 0 setrgbcolor
6178EEND/F0 10/Times-Roman@0 SF .209(In addition to the chord attrib)72.045
6179513.6 R .209(utes that can appear in the square brack)-.2 F .21
6180(ets before time and pitch information,)-.1 F 1.045(there are a fe)
618169.336 525.6 R 3.544(wa)-.25 G(ttrib)-3.544 E 1.044(utes that are speci\
6182\214ed after the time and pitch information. These are attrib)-.2 F
61831.044(utes that)-.2 F(start or end on the chord b)69.336 537.6 Q
6184(ut also af)-.2 E(fect other chords. There are se)-.25 E -.15(ve)-.25 G
6185(ral such attrib).15 E(utes:)-.2 E 5<8a63>79.336 555.6 S(hord ties)-5 E
61865<8a63>79.336 573.6 S(hord slurs)-5 E 5<8a63>79.336 591.6 S
6187(ustom beaming)-5 E 5<8a63>79.336 609.6 S(ross-staf)-5 E 2.5(fb)-.25 G
6188(eams)-2.5 E 5<8a61>79.336 627.6 S(lternation)-5 E 5<8a73>79.336 645.6 S
6189(lope)-5 E(If se)69.336 663.6 Q -.15(ve)-.25 G
6190(ral of these are speci\214ed on a single chord, the).15 E 2.5(ym)-.15 G
6191(ay be in an)-2.5 E 2.5(yo)-.15 G(rder)-2.5 E 2.5(,s)-.4 G
6192(eparated by commas.)-2.5 E 69.336 679.6 EBEGIN
61930 0.1 0.5 setrgbcolor
6194EEND/F0 12/Times-Italic@0 SF 3(5.1.9.1 Chor)72.336 679.6 R 3(dt)-.444 G
6195(ies)-3 E 69.336 691.6 EBEGIN
61960 0 0 setrgbcolor
6197EEND/F0 10/Times-Roman@0 SF .594
6198(If all notes in a chord are to be tied to the follo)72.429 691.6 R .594
6199(wing chord, the k)-.25 F -.15(ey)-.1 G -.1(wo).15 G .594
6200(rd "tie" can be placed at the end of).1 F(the chord. As w)69.336 703.6
6201Q(as mentioned earlier)-.1 E 2.5(,i)-.4 G(ndi)-2.5 E
6202(vidual notes can be tied using a "~" symbol.)-.25 E(Thus:)5 E/F1 10
6203/Courier@0 SF(ceg tie;)105.336 721.6 Q EP
6204%%Page: 27 33
6205%%BeginPageSetup
6206BP
6207%%EndPageSetup
6208/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(7-)-2.5 G(is equi)69.336
620996 Q -.25(va)-.25 G(lent to).25 E/F1 10/Courier@0 SF(c~e~g~;)105.336 114
6210Q F0 2.06(The w)69.336 134 R 2.06(ord "tie" may be preceded by the w)-.1
6211F 2.06(ord "dotted" or "dashed" to produce dotted or dashed ties,)-.1 F
62121.039(otherwise normal, solid ties are dra)69.336 146 R 3.539(wn. The)
6213-.15 F -.1(wo)3.539 G 1.039(rd "tie" may be follo).1 F 1.04
6214(wed by the w)-.25 F 1.04(ord "up" or "do)-.1 F 1.04(wn" to)-.25 F 1.959
6215(specify the direction of each curv)69.336 158 R(e')-.15 E 4.459(sb)-.55
6216G 1.958
6217(ulge. If neither is speci\214ed, Mup will determine an appropriate)
6218-4.659 F(direction, so you only need to gi)69.336 170 Q .3 -.15(ve a d)
6219-.25 H(irection if you wish to o).15 E -.15(ve)-.15 G(rride Mup').15 E
62202.5(sc)-.55 G(hoice.)-2.5 E -1.1(Yo)69.336 188 S 3.147(uc)1.1 G .647
6221(an also produce the ef)-3.147 F .647
6222(fect of tying chords by using additi)-.25 F .947 -.15(ve t)-.25 H .647
6223(ime v).15 F .647(alues. F)-.25 F .647(or e)-.15 F .647
6224(xample, the follo)-.15 F(wing)-.25 E(lines produce the same output:)
622569.336 200 Q F1(1: 2ceg tie;8;;4;)105.336 218 Q(// explicit tie)12 E
6226(1: 2+8ceg;8;4;)105.336 242 Q(// tie implied by added time values)16 E
622769.336 266 EBEGIN
62280 0.1 0.5 setrgbcolor
6229EEND/F0 12/Times-Italic@0 SF 3(5.1.9.2 Chor)72.336 266 R 3(ds)-.444 G
6230(lur)-3 E(s)-.12 E 69.336 278 EBEGIN
62310 0 0 setrgbcolor
6232EEND/F0 10/Times-Roman@0 SF 1.117(The k)72.953 278 R -.15(ey)-.1 G -.1
6233(wo).15 G 1.116(rd "slur" can be placed at the end of a chord to indica\
6234te that each note in the chord is to be).1 F .141
6235(slurred to the corresponding note in the follo)69.336 290 R .142
6236(wing chord. In other w)-.25 F .142
6237(ords, the top note of the chord is slurred)-.1 F .143
6238(to the top note of the follo)69.336 302 R .142(wing chord, the second \
6239from the top note in the \214rst chord to the second from the)-.25 F
6240(top note in the second chord, etc.)69.336 314 Q(Thus the follo)5 E
6241(wing 2 measures gi)-.25 E .3 -.15(ve e)-.25 H(qui).15 E -.25(va)-.25 G
6242(lent output:).25 E/F1 10/Courier@0 SF(1: 2f<d> a<b> c+<d+>; dbd+;)
6243105.336 332 Q(bar)105.336 344 Q(1: 2fac+ slur; dbd+;)105.336 368 Q(bar)
6244105.336 380 Q 187.836 389.6 EBEGIN
6245gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 200 0 rlineto 0 64 neg rlineto closepath stroke grestore
6246EEND 208 699 200 200 -64 64 186.836 453.6 PBEGIN
6247%%BeginDocument: mugex22.ps
6248%%BoundingBox: 208 699 408 763
6249save
62503977375 3978157 sv
62511.000000 1.000000 scale
6252% S_SSV
6253(/tmp/ugexiM5077) inputfile
62541 linenum
6255% S_FEED
6256588.07 872.00 612.00 5 1.000000 1.000000 stf
6257/Times-Roman findfont
625812 scalefont
6259setfont
6260216.00 725.73 moveto
6261( ) show
6262% S_CLEFSIG
6263239.86 722.00 1.000000 gclef
6264% S_CHHEAD
6265% S_STAFF
6266% staff 1
6267save
6268267.46 731.00 1.000000 2n
6269267.46 725.00 1.000000 2n
6270267.46 719.00 1.000000 2n
62710.70 setlinewidth
6272271.36 719.75 moveto
6273271.36 752.00 lineto stroke
6274298.28 734.00 1.000000 2n
6275298.28 728.00 1.000000 2n
6276298.28 713.00 1.000000 2n
6277302.18 713.75 moveto
6278302.18 755.00 lineto stroke
6279269.46 713.90 moveto
6280269.55 714.09 lineto
6281273.55 711.63 277.84 709.89 282.42 708.87 curveto
6282287.00 707.84 291.62 707.59 296.28 708.11 curveto
6283296.27 707.69 lineto
6284291.57 706.62 286.86 706.61 282.15 707.66 curveto
6285277.44 708.72 273.18 710.73 269.38 713.71 curveto
6286fill
6287273.71 725.00 moveto
6288273.74 725.24 lineto
6289276.67 724.19 279.66 723.92 282.73 724.45 curveto
6290285.79 724.98 288.52 726.24 290.92 728.22 curveto
6291291.14 727.78 lineto
6292288.94 725.31 286.20 723.79 282.94 723.23 curveto
6293279.67 722.66 276.59 723.17 273.68 724.76 curveto
6294fill
6295273.71 736.10 moveto
6296273.64 736.31 lineto
6297277.24 738.83 281.23 740.36 285.59 740.89 curveto
6298289.96 741.43 294.20 740.90 298.30 739.32 curveto
6299298.26 738.88 lineto
6300294.14 739.92 289.96 740.18 285.74 739.67 curveto
6301281.52 739.15 277.54 737.89 273.79 735.89 curveto
6302fill
6303restore
6304% S_BAR
63056 linenum
63060.70 setlinewidth
6307326.40 740.00 moveto
6308326.40 716.00 lineto stroke
6309% S_CHHEAD
6310% S_STAFF
6311% staff 1
6312save
6313336.71 731.00 1.000000 2n
6314336.71 725.00 1.000000 2n
6315336.71 719.00 1.000000 2n
6316340.61 719.75 moveto
6317340.61 752.00 lineto stroke
6318367.53 734.00 1.000000 2n
6319367.53 728.00 1.000000 2n
6320367.53 713.00 1.000000 2n
6321371.42 713.75 moveto
6322371.42 755.00 lineto stroke
6323338.71 713.90 moveto
6324338.80 714.09 lineto
6325342.79 711.63 347.08 709.89 351.66 708.87 curveto
6326356.24 707.84 360.87 707.59 365.53 708.11 curveto
6327365.52 707.69 lineto
6328360.81 706.62 356.10 706.61 351.39 707.66 curveto
6329346.68 708.72 342.43 710.73 338.63 713.71 curveto
6330fill
6331342.96 725.00 moveto
6332342.99 725.24 lineto
6333345.92 724.19 348.91 723.92 351.97 724.45 curveto
6334355.04 724.98 357.77 726.24 360.17 728.22 curveto
6335360.39 727.78 lineto
6336358.18 725.31 355.45 723.79 352.19 723.23 curveto
6337348.92 722.66 345.84 723.17 342.93 724.76 curveto
6338fill
6339342.96 736.10 moveto
6340342.89 736.31 lineto
6341346.49 738.83 350.47 740.36 354.84 740.89 curveto
6342359.21 741.43 363.44 740.90 367.55 739.32 curveto
6343367.51 738.88 lineto
6344363.38 739.92 359.21 740.18 354.99 739.67 curveto
6345350.77 739.15 346.78 737.89 343.03 735.89 curveto
6346fill
6347restore
6348% S_BAR
63499 linenum
63500.70 setlinewidth
6351395.65 740.00 moveto
6352395.65 716.00 lineto stroke
6353% Printing header/footer
6354showpage
6355restore
6356%%DocumentFonts: /Times-Roman
6357%%Pages: 2
6358%%EndDocument
6359end PEND/F0 10/Times-Roman@0 SF .386(The chord with the "slur" k)69.336
6360473.6 R -.15(ey)-.1 G -.1(wo).15 G .387(rd and the chord that follo).1 F
6361.387(ws it must ha)-.25 F .687 -.15(ve t)-.2 H .387
6362(he same number of notes.).15 F(The)5.387 E -.1(wo)69.336 485.6 S .1
6363(rd "slur" may be preceded by the w).1 F .099
6364(ord "dotted" or "dashed" to produce dotted or dashed slurs, otherwise)
6365-.1 F .21(normal, solid slurs are dra)69.336 497.6 R 2.71(wn. The)-.15 F
6366-.1(wo)2.71 G .21(rd "slur" may be follo).1 F .21(wed by the w)-.25 F
6367.21(ord "up" or "do)-.1 F .21(wn" to specify the)-.25 F .378
6368(direction of each curv)69.336 509.6 R(e')-.15 E 2.878(sb)-.55 G .377(u\
6369lge. If neither is speci\214ed, Mup will determine an appropriate direc\
6370tion, so you)-3.078 F(only need to gi)69.336 521.6 Q .3 -.15(ve a d)-.25
6371H(irection if you wish to o).15 E -.15(ve)-.15 G(rride Mup').15 E 2.5
6372(sc)-.55 G(hoice.)-2.5 E 69.336 537.6 EBEGIN
63730 0.1 0.5 setrgbcolor
6374EEND/F0 12/Times-Italic@0 SF 3(5.1.9.3 Custom)72.336 537.6 R(beaming)3 E
637569.336 549.6 EBEGIN
63760 0 0 setrgbcolor
6377EEND/F0 10/Times-Roman@0 SF(Normally)72.795 549.6 Q 3.459(,n)-.65 G .959
6378(otes of eighth or shorter duration are automatically beamed according \
6379to the speci\214cation of)-3.459 F 2.597(the "beamstyle" parameter)
638069.336 561.6 R 7.597(.O)-.55 G(ccasionally)-7.597 E 5.097(,y)-.65 G
63812.597(ou may wish to o)-5.097 F -.15(ve)-.15 G 2.596(rride the def).15 F
63822.596(ault beaming style for a)-.1 F 1.46(particular situation.)69.336
6383573.6 R 1.46(This is done using the "bm" and "ebm" k)6.46 F -.15(ey)-.1
6384G -.1(wo).15 G 1.46(rds. The "bm" \(short for "beam"\) is).1 F .248
6385(placed at the end of the chord which is the \214rst to be beamed.)
638669.336 585.6 R 2.748(The "ebm")5.248 F .248
6387(\(short for "end beam"\) is placed)2.748 F 1.18
6388(at the end of the last chord.)69.336 597.6 R 1.18
6389(Both chords must be in the same measure. If there is an)6.18 F 3.68(yc)
6390-.15 G 1.18(ustom beaming)-3.68 F 1.245(speci\214ed for a gi)69.336
6391609.6 R -.15(ve)-.25 G 3.745(nv).15 G 1.244(oice in a gi)-3.945 F -.15
6392(ve)-.25 G 3.744(nm).15 G 1.244(easure, the def)-3.744 F 1.244
6393(ault beamstyle is turned of)-.1 F 3.744(ff)-.25 G 1.244(or that v)
6394-3.744 F 1.244(oice for the)-.2 F
6395(entire measure, meaning that only what you e)69.336 621.6 Q
6396(xplicitly specify to be beamed will be beamed.)-.15 E(An e)5 E(xample:)
6397-.15 E/F1 10/Courier@0 SF(// The d, e, and f will be beamed together,)
6398105.336 639.6 Q(// but other 8th notes will not be.)105.336 651.6 Q
6399(1: 4c; 8; d bm; e; f ebm; g; a;)105.336 663.6 Q(bar)105.336 675.6 Q
6400(// First two chords beamed together.)105.336 699.6 Q
6401(// Second chord is tied to third chord.)105.336 711.6 Q
6402(1: 8.fa bm; 16gc+ tie, ebm; 2; 8a; g;)105.336 723.6 Q(bar)105.336 735.6
6403Q EP
6404%%Page: 28 34
6405%%BeginPageSetup
6406BP
6407%%EndPageSetup
6408/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(8-)-2.5 G 127.836 96
6409EBEGIN
6410gsave 0 0.25 0.75 setrgbcolor 0 62 rlineto 320 0 rlineto 0 62 neg rlineto closepath stroke grestore
6411EEND 160 701 320 320 -62 62 126.836 158 PBEGIN
6412%%BeginDocument: mugex23.ps
6413%%BoundingBox: 160 701 480 763
6414save
64153977375 3978157 sv
64161.000000 1.000000 scale
6417% S_SSV
6418(/tmp/ugexiM5077) inputfile
64191 linenum
6420% S_FEED
6421540.29 873.82 684.00 5 1.000000 1.000000 stf
6422% S_CLEFSIG
6423192.08 723.82 1.000000 gclef
6424% S_CHHEAD
6425% S_STAFF
6426% staff 1
6427save
6428220.64 711.82 1.000000 4n
64290.70 setlinewidth
6430214.41 711.82 moveto
6431226.87 711.82 lineto stroke
6432224.32 712.57 moveto
6433224.32 732.82 lineto stroke
6434244.40 711.82 1.000000 4n
6435238.17 711.82 moveto
6436250.63 711.82 lineto stroke
6437248.08 712.57 moveto
6438248.08 732.82 lineto stroke
6439251.11 732.82 1.000000 dnflag
6440260.45 714.82 1.000000 4n
6441264.13 715.57 moveto
6442264.13 735.12 lineto stroke
6443275.66 717.82 1.000000 4n
6444279.34 718.57 moveto
6445279.34 738.12 lineto stroke
6446290.87 720.82 1.000000 4n
6447294.55 721.57 moveto
6448294.55 741.12 lineto stroke
6449305.24 723.82 1.000000 4n
6450308.92 724.57 moveto
6451308.92 744.82 lineto stroke
6452311.94 744.82 1.000000 dnflag
6453321.28 726.82 1.000000 4n
6454324.97 727.57 moveto
6455324.97 747.82 lineto stroke
6456327.99 747.82 1.000000 dnflag
6457newpath
6458263.78 736.62 moveto
6459294.90 742.62 lineto
6460294.90 739.62 lineto
6461263.78 733.62 lineto
6462closepath
6463fill
6464restore
6465% S_BAR
64667 linenum
64670.70 setlinewidth
6468339.14 741.82 moveto
6469339.14 717.82 lineto stroke
6470% S_CHHEAD
6471% S_STAFF
6472% staff 1
6473save
6474348.13 726.82 1.000000 4n
6475357.39 726.82 1.000000 dot
6476348.13 720.82 1.000000 4n
6477357.39 720.82 1.000000 dot
6478351.81 721.57 moveto
6479351.81 747.50 lineto stroke
6480368.71 732.82 1.000000 4n
6481368.71 723.82 1.000000 4n
6482372.39 724.57 moveto
6483372.39 753.50 lineto stroke
6484393.60 732.82 1.000000 2n
6485393.60 723.82 1.000000 2n
6486397.50 724.57 moveto
6487397.50 753.82 lineto stroke
6488433.75 726.82 1.000000 4n
6489437.43 727.57 moveto
6490437.43 747.82 lineto stroke
6491440.45 747.82 1.000000 dnflag
6492449.80 723.82 1.000000 4n
6493453.48 724.57 moveto
6494453.48 744.82 lineto stroke
6495456.50 744.82 1.000000 dnflag
6496newpath
6497351.46 749.00 moveto
6498372.74 755.00 lineto
6499372.74 752.00 lineto
6500351.46 746.00 lineto
6501closepath
6502fill
6503newpath
6504372.04 750.00 moveto
6505363.97 747.65 lineto
6506363.97 744.65 lineto
6507372.04 747.00 lineto
6508closepath
6509fill
6510370.71 718.72 moveto
6511370.77 718.95 lineto
6512374.06 717.41 377.52 716.65 381.15 716.65 curveto
6513384.79 716.65 388.25 717.41 391.54 718.95 curveto
6514391.66 718.50 lineto
6515388.46 716.44 384.96 715.40 381.15 715.40 curveto
6516377.35 715.40 373.85 716.44 370.65 718.50 curveto
6517fill
6518374.74 737.92 moveto
6519374.67 738.15 lineto
6520377.50 740.22 380.67 741.25 384.17 741.25 curveto
6521387.67 741.25 390.83 740.22 393.66 738.15 curveto
6522393.53 737.69 lineto
6523390.60 739.23 387.48 740.00 384.17 740.00 curveto
6524380.86 740.00 377.74 739.23 374.80 737.69 curveto
6525fill
6526restore
6527% S_BAR
652812 linenum
65290.70 setlinewidth
6530467.65 741.82 moveto
6531467.65 717.82 lineto stroke
6532% Printing header/footer
6533showpage
6534restore
6535%%DocumentFonts:
6536%%Pages: 2
6537%%EndDocument
6538end PEND/F0 10/Times-Roman@0 SF 1.126(In the absence of custom beaming,\
6539 Mup will beam notes together using the beamstyle parameter)69.336 178 R
65403.627(,i)-.4 G 3.627(ft)-3.627 G(hat)-3.627 E .088(parameter is set.)
654169.336 190 R .088(The beamstyle parameter is a list of time v)5.088 F
6542.087(alues that add up to a measure. Each time v)-.25 F(alue)-.25 E
65431.349(tells ho)69.336 202 R 3.849(wm)-.25 G(an)-3.849 E 3.849(yc)-.15 G
65441.349(hords to beam together)-3.849 F 6.349(.F)-.55 G 1.349(or e)-6.499
6545F 1.35(xample, a 2 means to beam a half note w)-.15 F 1.35
6546(orth of chords)-.1 F(together)69.336 214 Q 3.692(,w)-.4 G 1.192
6547(hereas 1.. w)-3.692 F 1.191
6548(ould indicate that a double dotted whole note w)-.1 F 1.191
6549(orth of chords should be beamed)-.1 F(together)69.336 226 Q 5(.H)-.55 G
6550(ere are some e)-5 E(xamples of ho)-.15 E 2.5(wt)-.25 G
6551(he beamstyle parameter w)-2.5 E(orks.)-.1 E EP
6552%%Page: 29 35
6553%%BeginPageSetup
6554BP
6555%%EndPageSetup
6556/F0 10/Times-Roman@0 SF 2.5(-2)274.506 48 S 2.5(9-)-2.5 G/F1 10
6557/Courier@0 SF(// beam each quarter note worth of notes together,)105.336
655896 Q(// breaking the beaming at each quarter note boundary)105.336 108 Q
6559(score beamstyle = 4,4,4,4)105.336 120 Q(music)105.336 132 Q
6560(1: 8c;d;e;f;g;a;b;c+;)105.336 144 Q(bar)105.336 156 Q
6561(1: 8c;d;4e;f;8g;c;)105.336 168 Q(bar)105.336 180 Q
6562(// beam each half note worth of notes together,)105.336 204 Q
6563(// breaking the beaming at each half note boundary)105.336 216 Q
6564(score beamstyle = 2,2)105.336 228 Q(music)105.336 240 Q
6565(1: 8c;d;e;f;g;a;b;c+;)105.336 252 Q(bar)105.336 264 Q
6566(// the middle two eighth notes will not be beamed together,)105.336 276
6567Q(// because they are on opposite sides of the half note boundary)
6568105.336 288 Q(1: 8c;4d;8e;f;4g;8c;)105.336 300 Q(bar)105.336 312 Q
6569(// beam each whole note worth of notes together)105.336 336 Q
6570(score beamstyle = 1)105.336 348 Q(music)105.336 360 Q
6571(1: 8c;d;e;f;g;a;b;c+;)105.336 372 Q(bar)105.336 384 Q
6572(1: 8c;4d;8e;f;4g;8c;)105.336 396 Q(bar)105.336 408 Q
6573(// in 9/8 time, beam each dotted quarter note worth of notes together)
6574105.336 432 Q(score time = 9/8 ; beamstyle = 4., 4., 4.)105.336 444 Q
6575(music)105.336 456 Q(1: 8c;d;e;d;e;f;e;f;g;)105.336 468 Q(bar)105.336
6576480 Q(// the eight notes will not be beamed together,)105.336 492 Q
6577(// because they are on opposite side of the dotted quarter boundary)
6578105.336 504 Q(1: 4.c;4d;8e;8f;4g;)105.336 516 Q(bar)105.336 528 Q(// in\
6579 each measure, beam the first dotted half worth of notes together,)
6580105.336 552 Q
6581(// then beam the remaining dotted quarter worth of notes together)
6582105.336 564 Q(score beamstyle = 2., 4.)105.336 576 Q(music)105.336 588 Q
6583(1: 8c;d;e;d;e;f;e;f;g;)105.336 600 Q(bar)105.336 612 Q(// in each meas\
6584ure, beam the first dotted quarter worth of notes together)105.336 636 Q
6585(// then beam the remaining dotted half worth of notes together)105.336
6586648 Q(score beamstyle = 4., 2.;)105.336 660 Q(music)105.336 672 Q
6587(1: 8c;d;e;d;e;f;e;f;g;)105.336 684 Q(bar)105.336 696 Q EP
6588%%Page: 30 36
6589%%BeginPageSetup
6590BP
6591%%EndPageSetup
6592/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(0-)-2.5 G 71.836 96
6593EBEGIN
6594gsave 0 0.25 0.75 setrgbcolor 0 260 rlineto 432 0 rlineto 0 260 neg rlineto closepath stroke grestore
6595EEND 88 503 432 432 -260 260 70.836 356 PBEGIN
6596%%BeginDocument: mugex24.ps
6597%%BoundingBox: 88 503 520 763
6598save
65993977375 3978157 sv
66001.000000 1.000000 scale
6601% S_SSV
6602(/tmp/ugexiM5077) inputfile
66031 linenum
6604% S_SSV
66056 linenum
6606% S_FEED
6607480.07 874.09 720.00 5 1.000000 1.000000 stf
6608/Times-Roman findfont
660912 scalefont
6610setfont
6611108.00 727.83 moveto
6612( ) show
6613% S_CLEFSIG
6614131.86 724.09 1.000000 gclef
6615/NewCenturySchlbk-Bold findfont
661616 scalefont
6617setfont
6618143.66 730.09 moveto
6619(4) show
6620/NewCenturySchlbk-Bold findfont
662116 scalefont
6622setfont
6623143.66 718.08 moveto
6624(4) show
6625% S_CHHEAD
6626% S_STAFF
6627% staff 1
6628save
6629169.41 712.09 1.000000 4n
66300.70 setlinewidth
6631163.17 712.09 moveto
6632175.64 712.09 lineto stroke
6633173.09 712.84 moveto
6634173.09 732.52 lineto stroke
6635182.49 715.09 1.000000 4n
6636186.17 715.84 moveto
6637186.17 735.52 lineto stroke
6638195.57 718.09 1.000000 4n
6639199.25 718.84 moveto
6640199.25 738.52 lineto stroke
6641208.65 721.09 1.000000 4n
6642212.33 721.84 moveto
6643212.33 741.52 lineto stroke
6644221.73 724.09 1.000000 4n
6645225.41 724.84 moveto
6646225.41 744.52 lineto stroke
6647234.81 727.09 1.000000 4n
6648238.50 727.84 moveto
6649238.50 747.52 lineto stroke
6650247.90 730.09 1.000000 4n
6651244.21 729.34 moveto
6652244.21 709.72 lineto stroke
6653261.82 733.09 1.000000 4n
6654258.13 732.34 moveto
6655258.13 712.72 lineto stroke
6656newpath
6657172.74 734.02 moveto
6658186.52 737.02 lineto
6659186.52 734.02 lineto
6660172.74 731.02 lineto
6661closepath
6662fill
6663newpath
6664198.90 740.02 moveto
6665212.68 743.02 lineto
6666212.68 740.02 lineto
6667198.90 737.02 lineto
6668closepath
6669fill
6670newpath
6671225.06 746.02 moveto
6672238.85 749.02 lineto
6673238.85 746.02 lineto
6674225.06 743.02 lineto
6675closepath
6676fill
6677newpath
6678243.86 711.22 moveto
6679258.48 714.22 lineto
6680258.48 711.22 lineto
6681243.86 708.22 lineto
6682closepath
6683fill
6684restore
6685% S_BAR
668610 linenum
66870.70 setlinewidth
6688277.06 742.09 moveto
6689277.06 718.09 lineto stroke
6690% S_CHHEAD
6691% S_STAFF
6692% staff 1
6693save
6694286.09 712.09 1.000000 4n
6695279.86 712.09 moveto
6696292.32 712.09 lineto stroke
6697289.77 712.84 moveto
6698289.77 732.52 lineto stroke
6699299.17 715.09 1.000000 4n
6700302.85 715.84 moveto
6701302.85 735.52 lineto stroke
6702313.87 718.09 1.000000 4n
6703317.55 718.84 moveto
6704317.55 739.09 lineto stroke
6705336.65 721.09 1.000000 4n
6706340.33 721.84 moveto
6707340.33 742.09 lineto stroke
6708357.81 724.09 1.000000 4n
6709361.49 724.84 moveto
6710361.49 739.13 lineto stroke
6711371.73 712.09 1.000000 4n
6712365.49 712.09 moveto
6713377.96 712.09 lineto stroke
6714375.41 712.84 moveto
6715375.41 734.06 lineto stroke
6716newpath
6717289.42 734.02 moveto
6718303.20 737.02 lineto
6719303.20 734.02 lineto
6720289.42 731.02 lineto
6721closepath
6722fill
6723newpath
6724361.14 740.63 moveto
6725375.76 735.56 lineto
6726375.76 732.56 lineto
6727361.14 737.63 lineto
6728closepath
6729fill
6730restore
6731% S_BAR
673212 linenum
67330.70 setlinewidth
6734386.97 742.09 moveto
6735386.97 718.09 lineto stroke
6736% S_SSV
673715 linenum
6738% S_CHHEAD
6739% S_STAFF
6740% staff 1
6741save
6742396.00 712.09 1.000000 4n
6743389.77 712.09 moveto
6744402.23 712.09 lineto stroke
6745399.68 712.84 moveto
6746399.68 732.52 lineto stroke
6747409.08 715.09 1.000000 4n
6748412.76 715.84 moveto
6749412.76 735.52 lineto stroke
6750422.16 718.09 1.000000 4n
6751425.85 718.84 moveto
6752425.85 738.52 lineto stroke
6753435.25 721.09 1.000000 4n
6754438.93 721.84 moveto
6755438.93 741.52 lineto stroke
6756448.33 724.09 1.000000 4n
6757452.01 724.84 moveto
6758452.01 744.48 lineto stroke
6759461.41 727.09 1.000000 4n
6760465.09 727.84 moveto
6761465.09 747.43 lineto stroke
6762474.49 730.09 1.000000 4n
6763478.17 730.84 moveto
6764478.17 750.37 lineto stroke
6765488.41 733.09 1.000000 4n
6766492.09 733.84 moveto
6767492.09 753.50 lineto stroke
6768newpath
6769399.33 734.02 moveto
6770439.28 743.02 lineto
6771439.28 740.02 lineto
6772399.33 731.02 lineto
6773closepath
6774fill
6775newpath
6776451.66 745.98 moveto
6777492.44 755.00 lineto
6778492.44 752.00 lineto
6779451.66 742.98 lineto
6780closepath
6781fill
6782restore
6783% S_BAR
678419 linenum
67850.70 setlinewidth
6786503.65 742.09 moveto
6787503.65 718.09 lineto stroke
6788% S_FEED
6789468.00 808.09 720.00 5 1.000000 1.000000 stf
6790% S_CLEFSIG
6791119.79 658.09 1.000000 gclef
6792% S_CHHEAD
6793% S_STAFF
6794% staff 1
6795save
6796145.62 646.09 1.000000 4n
6797139.38 646.09 moveto
6798151.85 646.09 lineto stroke
6799149.30 646.84 moveto
6800149.30 667.09 lineto stroke
6801152.32 667.09 1.000000 dnflag
6802162.96 649.09 1.000000 4n
6803166.64 649.84 moveto
6804166.64 670.09 lineto stroke
6805184.20 652.09 1.000000 4n
6806187.88 652.84 moveto
6807187.88 673.09 lineto stroke
6808190.91 673.09 1.000000 dnflag
6809199.31 655.09 1.000000 4n
6810202.99 655.84 moveto
6811202.99 676.09 lineto stroke
6812206.02 676.09 1.000000 dnflag
6813216.66 658.09 1.000000 4n
6814220.34 658.84 moveto
6815220.34 679.09 lineto stroke
6816238.46 646.09 1.000000 4n
6817232.23 646.09 moveto
6818244.69 646.09 lineto stroke
6819242.14 646.84 moveto
6820242.14 667.09 lineto stroke
6821245.17 667.09 1.000000 dnflag
6822restore
6823% S_BAR
682423 linenum
68250.70 setlinewidth
6826254.88 676.09 moveto
6827254.88 652.09 lineto stroke
6828% S_SSV
682925 linenum
6830% S_CHHEAD
6831% S_STAFF
6832% staff 1
6833save
6834263.98 646.09 1.000000 4n
6835257.75 646.09 moveto
6836270.21 646.09 lineto stroke
6837267.66 646.84 moveto
6838267.66 666.41 lineto stroke
6839277.46 649.09 1.000000 4n
6840281.14 649.84 moveto
6841281.14 669.39 lineto stroke
6842290.94 652.09 1.000000 4n
6843294.62 652.84 moveto
6844294.62 672.38 lineto stroke
6845304.42 655.09 1.000000 4n
6846308.10 655.84 moveto
6847308.10 675.36 lineto stroke
6848317.90 658.09 1.000000 4n
6849321.58 658.84 moveto
6850321.58 678.35 lineto stroke
6851331.38 661.09 1.000000 4n
6852335.06 661.84 moveto
6853335.06 681.33 lineto stroke
6854344.86 664.09 1.000000 4n
6855348.54 664.84 moveto
6856348.54 684.32 lineto stroke
6857359.18 667.09 1.000000 4n
6858362.86 667.84 moveto
6859362.86 687.49 lineto stroke
6860newpath
6861267.31 667.91 moveto
6862363.21 688.99 lineto
6863363.21 685.99 lineto
6864267.31 664.91 lineto
6865closepath
6866fill
6867restore
6868% S_BAR
686929 linenum
68700.70 setlinewidth
6871374.75 676.09 moveto
6872374.75 652.09 lineto stroke
6873% S_CHHEAD
6874% S_STAFF
6875% staff 1
6876save
6877383.29 646.09 1.000000 4n
6878377.05 646.09 moveto
6879389.52 646.09 lineto stroke
6880386.97 646.84 moveto
6881386.97 667.09 lineto stroke
6882389.99 667.09 1.000000 dnflag
6883400.63 649.09 1.000000 4n
6884404.32 649.84 moveto
6885404.32 670.09 lineto stroke
6886422.44 652.09 1.000000 4n
6887426.12 652.84 moveto
6888426.12 672.49 lineto stroke
6889435.92 655.09 1.000000 4n
6890439.60 655.84 moveto
6891439.60 675.49 lineto stroke
6892451.07 658.09 1.000000 4n
6893454.75 658.84 moveto
6894454.75 679.09 lineto stroke
6895472.87 646.09 1.000000 4n
6896466.64 646.09 moveto
6897479.10 646.09 lineto stroke
6898476.55 646.84 moveto
6899476.55 667.09 lineto stroke
6900479.58 667.09 1.000000 dnflag
6901newpath
6902425.77 673.99 moveto
6903439.95 676.99 lineto
6904439.95 673.99 lineto
6905425.77 670.99 lineto
6906closepath
6907fill
6908restore
6909% S_BAR
691031 linenum
69110.70 setlinewidth
6912489.28 676.09 moveto
6913489.28 652.09 lineto stroke
6914% S_SSV
691533 linenum
6916% S_CLEFSIG
6917/NewCenturySchlbk-Bold findfont
691816 scalefont
6919setfont
6920492.78 664.09 moveto
6921(9) show
6922/NewCenturySchlbk-Bold findfont
692316 scalefont
6924setfont
6925492.78 651.88 moveto
6926(8) show
6927% S_FEED
6928468.00 742.09 720.00 5 1.000000 1.000000 stf
6929% S_CLEFSIG
6930119.79 592.09 1.000000 gclef
6931/NewCenturySchlbk-Bold findfont
693216 scalefont
6933setfont
6934131.58 598.09 moveto
6935(9) show
6936/NewCenturySchlbk-Bold findfont
693716 scalefont
6938setfont
6939131.58 585.89 moveto
6940(8) show
6941% S_CHHEAD
6942% S_STAFF
6943% staff 1
6944save
6945158.42 580.09 1.000000 4n
6946152.19 580.09 moveto
6947164.66 580.09 lineto stroke
6948162.11 580.84 moveto
6949162.11 600.21 lineto stroke
6950178.04 583.09 1.000000 4n
6951181.72 583.84 moveto
6952181.72 603.21 lineto stroke
6953197.65 586.09 1.000000 4n
6954201.33 586.84 moveto
6955201.33 606.21 lineto stroke
6956217.27 583.09 1.000000 4n
6957220.95 583.84 moveto
6958220.95 603.21 lineto stroke
6959236.88 586.09 1.000000 4n
6960240.56 586.84 moveto
6961240.56 606.21 lineto stroke
6962256.49 589.09 1.000000 4n
6963260.17 589.84 moveto
6964260.17 609.21 lineto stroke
6965276.11 586.09 1.000000 4n
6966279.79 586.84 moveto
6967279.79 606.20 lineto stroke
6968295.72 589.09 1.000000 4n
6969299.40 589.84 moveto
6970299.40 609.13 lineto stroke
6971316.17 592.09 1.000000 4n
6972319.85 592.84 moveto
6973319.85 612.20 lineto stroke
6974newpath
6975161.76 601.71 moveto
6976201.68 607.71 lineto
6977201.68 604.71 lineto
6978161.76 598.71 lineto
6979closepath
6980fill
6981newpath
6982220.60 604.71 moveto
6983260.52 610.71 lineto
6984260.52 607.71 lineto
6985220.60 601.71 lineto
6986closepath
6987fill
6988newpath
6989279.44 607.70 moveto
6990320.20 613.70 lineto
6991320.20 610.70 lineto
6992279.44 604.70 lineto
6993closepath
6994fill
6995restore
6996% S_BAR
699737 linenum
69980.70 setlinewidth
6999336.86 610.09 moveto
7000336.86 586.09 lineto stroke
7001% S_CHHEAD
7002% S_STAFF
7003% staff 1
7004save
7005350.21 580.09 1.000000 4n
7006359.48 583.09 1.000000 dot
7007343.98 580.09 moveto
7008356.44 580.09 lineto stroke
7009353.89 580.84 moveto
7010353.89 601.09 lineto stroke
7011396.64 583.09 1.000000 4n
7012400.32 583.84 moveto
7013400.32 604.09 lineto stroke
7014427.52 586.09 1.000000 4n
7015431.20 586.84 moveto
7016431.20 607.09 lineto stroke
7017434.23 607.09 1.000000 dnflag
7018447.14 589.09 1.000000 4n
7019450.82 589.84 moveto
7020450.82 610.09 lineto stroke
7021453.84 610.09 1.000000 dnflag
7022470.85 592.09 1.000000 4n
7023474.54 592.84 moveto
7024474.54 613.09 lineto stroke
7025restore
7026% S_BAR
702741 linenum
70280.70 setlinewidth
7029503.65 610.09 moveto
7030503.65 586.09 lineto stroke
7031% S_SSV
703244 linenum
7033% S_FEED
7034468.00 676.09 720.00 5 1.000000 1.000000 stf
7035% S_CLEFSIG
7036119.79 526.09 1.000000 gclef
7037% S_CHHEAD
7038% S_STAFF
7039% staff 1
7040save
7041147.11 514.09 1.000000 4n
7042140.88 514.09 moveto
7043153.34 514.09 lineto stroke
7044150.79 514.84 moveto
7045150.79 533.99 lineto stroke
7046166.14 517.09 1.000000 4n
7047169.82 517.84 moveto
7048169.82 535.44 lineto stroke
7049185.17 520.09 1.000000 4n
7050188.85 520.84 moveto
7051188.85 536.90 lineto stroke
7052204.19 517.09 1.000000 4n
7053207.88 517.84 moveto
7054207.88 538.36 lineto stroke
7055223.22 520.09 1.000000 4n
7056226.90 520.84 moveto
7057226.90 539.82 lineto stroke
7058242.25 523.09 1.000000 4n
7059245.93 523.84 moveto
7060245.93 541.27 lineto stroke
7061261.28 520.09 1.000000 4n
7062264.96 520.84 moveto
7063264.96 540.22 lineto stroke
7064280.31 523.09 1.000000 4n
7065283.99 523.84 moveto
7066283.99 543.15 lineto stroke
7067300.17 526.09 1.000000 4n
7068303.85 526.84 moveto
7069303.85 546.21 lineto stroke
7070newpath
7071150.44 535.49 moveto
7072246.28 542.77 lineto
7073246.28 539.77 lineto
7074150.44 532.49 lineto
7075closepath
7076fill
7077newpath
7078264.61 541.72 moveto
7079304.20 547.71 lineto
7080304.20 544.71 lineto
7081264.61 538.72 lineto
7082closepath
7083fill
7084restore
7085% S_BAR
708648 linenum
70870.70 setlinewidth
7088320.37 544.09 moveto
7089320.37 520.09 lineto stroke
7090% S_SSV
709151 linenum
7092% S_CHHEAD
7093% S_STAFF
7094% staff 1
7095save
7096330.39 514.09 1.000000 4n
7097324.16 514.09 moveto
7098336.62 514.09 lineto stroke
7099334.07 514.84 moveto
7100334.07 534.23 lineto stroke
7101349.42 517.09 1.000000 4n
7102353.10 517.84 moveto
7103353.10 537.23 lineto stroke
7104368.45 520.09 1.000000 4n
7105372.13 520.84 moveto
7106372.13 540.23 lineto stroke
7107387.48 517.09 1.000000 4n
7108391.16 517.84 moveto
7109391.16 537.00 lineto stroke
7110406.50 520.09 1.000000 4n
7111410.19 520.84 moveto
7112410.19 538.45 lineto stroke
7113425.53 523.09 1.000000 4n
7114429.21 523.84 moveto
7115429.21 539.90 lineto stroke
7116444.56 520.09 1.000000 4n
7117448.24 520.84 moveto
7118448.24 541.35 lineto stroke
7119463.59 523.09 1.000000 4n
7120467.27 523.84 moveto
7121467.27 542.80 lineto stroke
7122483.45 526.09 1.000000 4n
7123487.14 526.84 moveto
7124487.14 544.31 lineto stroke
7125newpath
7126333.72 535.73 moveto
7127372.48 541.73 lineto
7128372.48 538.73 lineto
7129333.72 532.73 lineto
7130closepath
7131fill
7132newpath
7133390.81 538.50 moveto
7134487.49 545.81 lineto
7135487.49 542.81 lineto
7136390.81 535.50 lineto
7137closepath
7138fill
7139restore
7140% S_BAR
714155 linenum
71420.70 setlinewidth
7143503.65 544.09 moveto
7144503.65 520.09 lineto stroke
7145% Printing header/footer
7146showpage
7147restore
7148%%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold
7149%%Pages: 2
7150%%EndDocument
7151end PEND/F0 10/Times-Roman@0 SF .147(The v)69.336 376 R .147
7152(alue of the beamstyle parameter is remembered for an)-.25 F 2.648(yl)
7153-.15 G .148(ater changes back to the same time signature.)-2.648 F -.15
7154(Fo)69.336 388 S 2.5(re).15 G(xample, suppose you set)-2.65 E/F1 10
7155/Courier@0 SF(time=4/4)105.336 406 Q(beamstyle=4,4,4,4)105.336 418 Q F0
7156(then later in the piece switched to)69.336 438 Q F1(time=3/4)105.336
7157456 Q(beamstyle=4,4,4)105.336 468 Q F0 1.846(Then an)69.336 488 R 4.346
7158(yt)-.15 G 1.846(ime you went back to 4/4 or 3/4, the beamstyle you had\
7159 set for that time signature w)-4.346 F(ould)-.1 E .561
7160(automatically be set as well.)69.336 500 R -1.1(Yo)5.562 G 3.062(uc)1.1
7161G .562(ould, of course, o)-3.062 F -.15(ve)-.15 G .562
7162(rride the automatic setting with a ne).15 F 3.062(wb)-.25 G .562
7163(eamstyle if)-3.062 F(you wished.)69.336 512 Q .546
7164(Normally Mup will break beams whene)69.336 530 R -.15(ve)-.25 G 3.046
7165(ri).15 G 3.046(te)-3.046 G .546(ncounters a rest or space, b)-3.046 F
7166.546(ut if you or specify an "r" at the)-.2 F 1.67
7167(end of the beamstyle parameter)69.336 542 R 4.17(,i)-.4 G 4.17(tw)-4.17
7168G 1.67
7169(ill beam across rests of eighth note or shorter duration. Similarly)
7170-4.17 F(,)-.65 E .058(specifying an "s" at the end of the beamstyle par\
7171ameter will cause it to beam across spaces of eighth note or)69.336 554
7172R(shorter)69.336 566 Q 3.773(.S)-.55 G 1.274(pecifying both \(in either\
7173 order\) will result in beaming across both. Mup will also beam across)
7174-3.773 F(eighth note or shorter rests or spaces inside of custom beams.)
717569.336 578 Q 1.671(Sometimes, if there are man)69.336 596 R 4.171(ys)
7176-.15 G 1.671(hort notes beamed together)-4.171 F 4.171(,y)-.4 G 1.67
7177(ou may wish to subdi)-4.171 F 1.67(vide the beams into)-.25 F .527
7178(smaller groupings, where the outer)69.336 608 R 3.027(,o)-.4 G 3.027
7179(rp)-3.027 G .527(rimary beam remains unbrok)-3.027 F .527(en, b)-.1 F
7180.528(ut the inner)-.2 F 3.028(,o)-.4 G 3.028(rs)-3.028 G .528
7181(econdary beams)-3.028 F .624(are brok)69.336 620 R .624
7182(en periodically)-.1 F 3.124(.W)-.65 G .623(hen using custom beaming, t\
7183his is speci\214ed by "esbm" \("end subbeam" or "end)-3.124 F 3.022
7184(secondary beam"\) on the chord after which you w)69.336 632 R 3.022
7185(ant the break to occur)-.1 F 8.022(.W)-.55 G 3.022
7186(hen using beamstyle,)-8.022 F(parentheses are used to indicate what se\
7187ts of secondary beams are to be included in a gi)69.336 644 Q -.15(ve)
7188-.25 G 2.5(no).15 G(uter beam.)-2.5 E EP
7189%%Page: 31 37
7190%%BeginPageSetup
7191BP
7192%%EndPageSetup
7193/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(1-)-2.5 G/F1 10
7194/Courier@0 SF(score)105.336 96 Q(beamstyle=\(4,4\),\(4,4\))105.336 108 Q
7195(music)105.336 120 Q(// use the beamstyle parameter)105.336 144 Q
7196(1: 16c;d;e;f; g;a;b;c+; c+;b;a;g; 32f;e;f;e;d;c;d;c;)105.336 156 Q(bar)
7197105.336 168 Q(// use custom beaming)105.336 192 Q
7198(1: 16c bm;d;e;f;g;a esbm;b;c+;c+;b;a;g esbm;f;e;d;c ebm;)105.336 204 Q
7199(bar)105.336 216 Q 71.836 225.6 EBEGIN
7200gsave 0 0.25 0.75 setrgbcolor 0 130 rlineto 432 0 rlineto 0 130 neg rlineto closepath stroke grestore
7201EEND 88 633 432 432 -130 130 70.836 355.6 PBEGIN
7202%%BeginDocument: mugex25.ps
7203%%BoundingBox: 88 633 520 763
7204save
72053977375 3978157 sv
72061.000000 1.000000 scale
7207% S_SSV
7208(/tmp/ugexiM5077) inputfile
72092 linenum
7210% S_FEED
7211504.29 872.37 720.00 5 1.000000 1.000000 stf
7212% S_CLEFSIG
7213156.08 722.37 1.000000 gclef
7214% S_CHHEAD
7215% S_STAFF
7216% staff 1
7217save
7218183.42 710.37 1.000000 4n
72190.70 setlinewidth
7220177.19 710.37 moveto
7221189.65 710.37 lineto stroke
7222187.10 711.12 moveto
7223187.10 730.50 lineto stroke
7224202.60 713.37 1.000000 4n
7225206.28 714.12 moveto
7226206.28 733.50 lineto stroke
7227221.78 716.37 1.000000 4n
7228225.46 717.12 moveto
7229225.46 736.50 lineto stroke
7230240.96 719.37 1.000000 4n
7231244.64 720.12 moveto
7232244.64 739.50 lineto stroke
7233260.13 722.37 1.000000 4n
7234263.81 723.12 moveto
7235263.81 742.50 lineto stroke
7236279.31 725.37 1.000000 4n
7237282.99 726.12 moveto
7238282.99 745.50 lineto stroke
7239298.49 728.37 1.000000 4n
7240302.17 729.12 moveto
7241302.17 748.50 lineto stroke
7242317.67 731.37 1.000000 4n
7243321.35 732.12 moveto
7244321.35 751.50 lineto stroke
7245336.84 731.37 1.000000 4n
7246340.52 732.12 moveto
7247340.52 753.50 lineto stroke
7248356.02 728.37 1.000000 4n
7249359.70 729.12 moveto
7250359.70 750.87 lineto stroke
7251375.20 725.37 1.000000 4n
7252378.88 726.12 moveto
7253378.88 748.24 lineto stroke
7254394.37 722.37 1.000000 4n
7255398.06 723.12 moveto
7256398.06 745.62 lineto stroke
7257412.19 719.37 1.000000 4n
7258415.87 720.12 moveto
7259415.87 743.18 lineto stroke
7260423.21 716.37 1.000000 4n
7261426.89 717.12 moveto
7262426.89 741.67 lineto stroke
7263434.22 719.37 1.000000 4n
7264437.90 720.12 moveto
7265437.90 740.16 lineto stroke
7266445.24 716.37 1.000000 4n
7267448.92 717.12 moveto
7268448.92 738.65 lineto stroke
7269456.25 713.37 1.000000 4n
7270459.93 714.12 moveto
7271459.93 737.14 lineto stroke
7272467.26 710.37 1.000000 4n
7273461.03 710.37 moveto
7274473.50 710.37 lineto stroke
7275470.95 711.12 moveto
7276470.95 735.63 lineto stroke
7277478.28 713.37 1.000000 4n
7278481.96 714.12 moveto
7279481.96 734.12 lineto stroke
7280490.13 710.37 1.000000 4n
7281483.90 710.37 moveto
7282496.36 710.37 lineto stroke
7283493.81 711.12 moveto
7284493.81 732.50 lineto stroke
7285newpath
7286186.75 732.00 moveto
7287321.70 753.00 lineto
7288321.70 750.00 lineto
7289186.75 729.00 lineto
7290closepath
7291fill
7292newpath
7293186.75 727.00 moveto
7294244.99 736.00 lineto
7295244.99 733.00 lineto
7296186.75 724.00 lineto
7297closepath
7298fill
7299newpath
7300263.46 739.00 moveto
7301321.70 748.00 lineto
7302321.70 745.00 lineto
7303263.46 736.00 lineto
7304closepath
7305fill
7306newpath
7307340.17 755.00 moveto
7308494.16 734.00 lineto
7309494.16 731.00 lineto
7310340.17 752.00 lineto
7311closepath
7312fill
7313newpath
7314340.17 750.00 moveto
7315398.41 742.12 lineto
7316398.41 739.12 lineto
7317340.17 747.00 lineto
7318closepath
7319fill
7320newpath
7321415.52 739.68 moveto
7322494.16 729.00 lineto
7323494.16 726.00 lineto
7324415.52 736.68 lineto
7325closepath
7326fill
7327newpath
7328415.52 734.68 moveto
7329494.16 724.00 lineto
7330494.16 721.00 lineto
7331415.52 731.68 lineto
7332closepath
7333fill
7334restore
7335% S_BAR
733611 linenum
73370.70 setlinewidth
7338503.65 740.37 moveto
7339503.65 716.37 lineto stroke
7340% S_FEED
7341468.00 806.37 720.00 5 1.000000 1.000000 stf
7342% S_CLEFSIG
7343119.79 656.37 1.000000 gclef
7344% S_CHHEAD
7345% S_STAFF
7346% staff 1
7347save
7348147.63 644.37 1.000000 4n
7349141.40 644.37 moveto
7350153.86 644.37 lineto stroke
7351151.31 645.12 moveto
7352151.31 681.87 lineto stroke
7353169.79 647.37 1.000000 4n
7354173.47 648.12 moveto
7355173.47 681.87 lineto stroke
7356191.95 650.37 1.000000 4n
7357195.63 651.12 moveto
7358195.63 681.87 lineto stroke
7359214.11 653.37 1.000000 4n
7360217.79 654.12 moveto
7361217.79 681.87 lineto stroke
7362236.27 656.37 1.000000 4n
7363239.95 657.12 moveto
7364239.95 681.87 lineto stroke
7365258.42 659.37 1.000000 4n
7366262.11 660.12 moveto
7367262.11 681.87 lineto stroke
7368280.58 662.37 1.000000 4n
7369284.26 663.12 moveto
7370284.26 681.87 lineto stroke
7371302.74 665.37 1.000000 4n
7372306.42 666.12 moveto
7373306.42 681.87 lineto stroke
7374324.90 665.37 1.000000 4n
7375328.58 666.12 moveto
7376328.58 681.87 lineto stroke
7377347.06 662.37 1.000000 4n
7378350.74 663.12 moveto
7379350.74 681.87 lineto stroke
7380369.22 659.37 1.000000 4n
7381372.90 660.12 moveto
7382372.90 681.87 lineto stroke
7383391.37 656.37 1.000000 4n
7384395.06 657.12 moveto
7385395.06 681.87 lineto stroke
7386413.53 653.37 1.000000 4n
7387417.21 654.12 moveto
7388417.21 681.87 lineto stroke
7389435.69 650.37 1.000000 4n
7390439.37 651.12 moveto
7391439.37 681.87 lineto stroke
7392457.85 647.37 1.000000 4n
7393461.53 648.12 moveto
7394461.53 681.87 lineto stroke
7395480.85 644.37 1.000000 4n
7396474.61 644.37 moveto
7397487.08 644.37 lineto stroke
7398484.53 645.12 moveto
7399484.53 681.87 lineto stroke
7400newpath
7401150.96 683.37 moveto
7402484.88 683.37 lineto
7403484.88 680.37 lineto
7404150.96 680.37 lineto
7405closepath
7406fill
7407newpath
7408150.96 678.37 moveto
7409262.46 678.37 lineto
7410262.46 675.37 lineto
7411150.96 675.37 lineto
7412closepath
7413fill
7414newpath
7415283.91 678.37 moveto
7416395.41 678.37 lineto
7417395.41 675.37 lineto
7418283.91 675.37 lineto
7419closepath
7420fill
7421newpath
7422416.86 678.37 moveto
7423484.88 678.37 lineto
7424484.88 675.37 lineto
7425416.86 675.37 lineto
7426closepath
7427fill
7428restore
7429% S_BAR
743015 linenum
74310.70 setlinewidth
7432503.65 674.37 moveto
7433503.65 650.37 lineto stroke
7434% Printing header/footer
7435showpage
7436restore
7437%%DocumentFonts:
7438%%Pages: 2
7439%%EndDocument
7440end PEND 69.336 373.6 EBEGIN
74410 0.1 0.5 setrgbcolor
7442EEND/F0 12/Times-Italic@0 SF 3(5.1.9.4 Cr)72.336 373.6 R(oss-staf)-.54 E
74433(fb)-.216 G(eams)-3 E 69.336 385.6 EBEGIN
74440 0 0 setrgbcolor
7445EEND/F0 10/Times-Roman@0 SF 1.621(In k)73.457 385.6 R -.15(ey)-.1 G
74461.621(board music, sometimes notes on adjacent staf).15 F 1.621
7447(fs are beamed together)-.25 F 6.62(.M)-.55 G 1.62
7448(up will do this with a)-6.62 F -.25(va)69.336 397.6 S .558
7449(riation on custom beaming.).25 F 3.058(Ab)5.558 G 3.058(ma)-3.058 G
7450.558(nd ebm must be speci\214ed on both staf)-3.058 F .558
7451(fs, and in each case the bm is)-.25 F(follo)69.336 409.6 Q .36
7452(wed by a quali\214er: on the \214rst of the tw)-.25 F 2.86(os)-.1 G
7453(taf)-2.86 E .36(fs, "bm with staf)-.25 F 2.86(fb)-.25 G(elo)-2.86 E .36
7454(w" must be speci\214ed, while on the)-.25 F .4(second staf)69.336 421.6
7455R 2.9(fy)-.25 G .4(ou use "bm with staf)-2.9 F 2.9(fa)-.25 G(bo)-2.9 E
7456-.15(ve)-.15 G 2.9(". F).15 F .4(or e)-.15 F -.15(ve)-.25 G .401
7457(ry point in time for the duration of the beam, one staf).15 F(f)-.25 E
7458.26(must ha)69.336 433.6 R .56 -.15(ve a c)-.2 H .26
7459(hord with notes in it, and the other staf).15 F 2.759(fm)-.25 G .259
7460(ust ha)-2.759 F .559 -.15(ve a s)-.2 H .259(pace chord. \(This is some)
7461.15 F .259(what dif)-.25 F(ferent)-.25 E .687(than ordinary)69.336 445.6
7462R 3.187(,n)-.65 G(on-cross-staf)-3.187 E 3.187(fb)-.25 G .688
7463(eams controlled by the beamstyle parameter)-3.187 F 3.188(,w)-.4 G .688
7464(here spaces are not allo)-3.188 F(wed)-.25 E .459
7465(unless beaming across spaces is speci\214cally requested.\))69.336
7466457.6 R .459(The tw)5.459 F 2.959(o")-.1 G .458
7467(bm" marks must occur at the same time)-2.959 F 1.84
7468(in the measure. Similarly)69.336 469.6 R 4.34(,t)-.65 G 1.84(he tw)
7469-4.34 F 4.34(o")-.1 G 1.84
7470(ebm" marks must occur at the same time in each staf)-4.34 F 4.34
7471(f. Grouping)-.25 F
7472(subbeams using "esbm" is not supported on cross-staf)69.336 481.6 Q 2.5
7473(fb)-.25 G(eams.)-2.5 E(Some e)69.336 499.6 Q(xamples:)-.15 E/F1 10
7474/Courier@0 SF(1: 8f bm with staff below; a; 4s ebm; 4s bm with staff be\
7475low; 8b; d ebm;)105.336 517.6 Q(2: 4s bm with staff above; 8a; b ebm; b\
7476 bm with staff above; d; 4s ebm;)105.336 529.6 Q(bar)105.336 541.6 Q
747791.836 551.2 EBEGIN
7478gsave 0 0.25 0.75 setrgbcolor 0 106 rlineto 392 0 rlineto 0 106 neg rlineto closepath stroke grestore
7479EEND 128 657 392 392 -106 106 90.836 657.2 PBEGIN
7480%%BeginDocument: mugex26.ps
7481%%BoundingBox: 128 657 520 763
7482save
74833977375 3978157 sv
74841.000000 1.000000 scale
7485% S_SSV
7486(/tmp/ugexiM5077) inputfile
74871 linenum
7488% S_SSV
74894 linenum
7490% S_FEED
7491504.29 875.00 720.00 5 1.000000 1.000000 stf
7492504.29 821.00 720.00 5 1.000000 1.000000 stf
74930.70 setlinewidth
7494144.29 743.00 moveto
7495144.29 665.00 lineto stroke
7496% S_CLEFSIG
7497156.08 725.00 1.000000 gclef
7498156.33 683.00 1.000000 fclef
7499% S_CHHEAD
7500% S_STAFF
7501% staff 1
7502save
7503187.35 722.00 1.000000 4n
7504183.67 721.25 moveto
7505183.67 701.20 lineto stroke
7506227.16 728.00 1.000000 4n
7507223.47 727.25 moveto
7508223.47 705.11 lineto stroke
7509425.66 731.00 1.000000 4n
7510421.97 730.25 moveto
7511421.97 702.37 lineto stroke
7512466.21 716.00 1.000000 4n
7513462.53 715.25 moveto
7514462.53 698.10 lineto stroke
7515newpath
7516183.32 702.70 moveto
7517310.54 715.20 lineto
7518310.54 712.20 lineto
7519183.32 699.70 lineto
7520closepath
7521fill
7522newpath
7523349.55 711.40 moveto
7524462.88 699.60 lineto
7525462.88 696.60 lineto
7526349.55 708.40 lineto
7527closepath
7528fill
7529restore
7530% S_STAFF
7531% staff 2
7532save
7533266.79 689.00 1.000000 4n
75340.70 setlinewidth
7535270.47 689.75 moveto
7536270.47 709.80 lineto stroke
7537306.50 692.00 1.000000 4n
7538310.19 692.75 moveto
7539310.19 713.70 lineto stroke
7540346.22 692.00 1.000000 4n
7541349.90 692.75 moveto
7542349.90 709.90 lineto stroke
7543386.03 677.00 1.000000 4n
7544389.71 677.75 moveto
7545389.71 705.70 lineto stroke
7546restore
7547% S_BAR
75489 linenum
75490.70 setlinewidth
7550503.65 743.00 moveto
7551503.65 719.00 lineto stroke
7552503.65 689.00 moveto
7553503.65 665.00 lineto stroke
7554% Printing header/footer
7555showpage
7556restore
7557%%DocumentFonts:
7558%%Pages: 2
7559%%EndDocument
7560end PEND/F0 10/Times-Roman@0 SF .565(Normally the beam will be dra)
756169.336 677.2 R .565(wn between the staf)-.15 F .565(fs, b)-.25 F .565
7562(ut you can force the beam to be abo)-.2 F .865 -.15(ve o)-.15 H 3.065
7563(rb).15 G(elo)-3.065 E 3.065(wa)-.25 G(ll)-3.065 E .591
7564(the notes by specifying a stem direction.)69.336 689.2 R -1.1(Yo)5.591
7565G 3.091(uc)1.1 G .591(an also adjust the appearance of the beam by gi)
7566-3.091 F .592(ving stems)-.25 F
7567(lengths for the \214rst and last chords in the beam.)69.336 701.2 Q EP
7568%%Page: 32 38
7569%%BeginPageSetup
7570BP
7571%%EndPageSetup
7572/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(2-)-2.5 G/F1 10
7573/Courier@0 SF(1: [up]8f bm with staff below;a;4s ebm;4s bm with staff b\
7574elow;8b;[len 11]d ebm;)105.336 96 Q(2: 4s bm with staff above;8a;b ebm;\
7575[down;len 14]b bm with staff above;d;4s ebm;)105.336 108 Q(bar)105.336
7576120 Q 91.836 129.6 EBEGIN
7577gsave 0 0.25 0.75 setrgbcolor 0 123 rlineto 392 0 rlineto 0 123 neg rlineto closepath stroke grestore
7578EEND 128 643 392 392 -123 123 90.836 252.6 PBEGIN
7579%%BeginDocument: mugex27.ps
7580%%BoundingBox: 128 643 520 766
7581save
75821960644268 1960643998 sv
75831.000000 1.000000 scale
7584% S_SSV
7585(/tmp/ugexiM5077) inputfile
75861 linenum
7587% S_SSV
75884 linenum
7589% S_FEED
7590576.29 803.00 864.00 5 1.000000 1.000000 stf
7591576.29 749.00 864.00 5 1.000000 1.000000 stf
75920.70 setlinewidth
7593144.29 743.00 moveto
7594144.29 665.00 lineto stroke
7595% S_CLEFSIG
7596156.08 725.00 1.000000 gclef
7597156.33 683.00 1.000000 fclef
7598% S_CHHEAD
7599% S_STAFF
7600% staff 1
7601save
7602187.35 722.00 1.000000 4n
7603191.03 722.75 moveto
7604191.03 756.12 lineto stroke
7605227.16 728.00 1.000000 4n
7606230.84 728.75 moveto
7607230.84 743.19 lineto stroke
7608425.66 731.00 1.000000 4n
7609421.97 730.25 moveto
7610421.97 673.35 lineto stroke
7611466.21 716.00 1.000000 4n
7612462.53 715.25 moveto
7613462.53 684.50 lineto stroke
7614newpath
7615190.68 757.62 moveto
7616310.54 718.93 lineto
7617310.54 715.93 lineto
7618190.68 754.62 lineto
7619closepath
7620fill
7621newpath
7622342.19 653.00 moveto
7623462.88 686.00 lineto
7624462.88 683.00 lineto
7625342.19 650.00 lineto
7626closepath
7627fill
7628restore
7629% S_STAFF
7630% staff 2
7631save
7632266.79 689.00 1.000000 4n
76330.70 setlinewidth
7634270.47 689.75 moveto
7635270.47 730.32 lineto stroke
7636306.50 692.00 1.000000 4n
7637310.19 692.75 moveto
7638310.19 717.43 lineto stroke
7639346.22 692.00 1.000000 4n
7640342.54 691.25 moveto
7641342.54 651.50 lineto stroke
7642386.03 677.00 1.000000 4n
7643382.35 676.25 moveto
7644382.35 662.45 lineto stroke
7645restore
7646% S_BAR
76479 linenum
76480.70 setlinewidth
7649503.65 743.00 moveto
7650503.65 719.00 lineto stroke
7651503.65 689.00 moveto
7652503.65 665.00 lineto stroke
7653% Printing header/footer
7654showpage
7655restore
7656%%DocumentFonts:
7657%%Pages: 2
7658%%EndDocument
7659end PEND/F0 10/Times-Roman@0 SF .338(If a cross-staf)69.336 272.6 R
76602.838(fb)-.25 G .337
7661(eam includes tuplets, the tuplet numbers will not be printed. Y)-2.838
7662F .337(ou w)-1.1 F .337(ould ha)-.1 F .637 -.15(ve t)-.2 H 2.837(op).15
7663G .337(rint them)-2.837 F
7664(yourself using either a "print" statement or a "boldital" statement.)
766569.336 284.6 Q .406(It is possible for cross-staf)69.336 302.6 R 2.906
7666(fb)-.25 G .406
7667(eams to collide with other items, such as dynamic marks.)-2.906 F .407
7668(In these cases, you)5.406 F .036(may need to mo)69.336 314.6 R .336
7669-.15(ve t)-.15 H .035(he other items. Another thing you might try is sp\
7670ecifying stem lengths to alter where the).15 F .357
7671(beams get placed, or printing a blank string between the staf)69.336
7672326.6 R .358(fs to cause them to get placed further apart.)-.25 F(If)
76735.358 E 1.087(you specify a slope, you ha)69.336 338.6 R 1.387 -.15
7674(ve t)-.2 H 3.587(os).15 G 1.087(pecify it on the staf)-3.587 F 3.587
7675(fh)-.25 G -.2(av)-3.587 G 1.086
7676(ing notes in the \214rst chord, not the staf).2 F 3.586(fw)-.25 G(ith)
7677-3.586 E 2.5(space. Slashes)69.336 350.6 R(are not allo)2.5 E
7678(wed on cross-staf)-.25 E 2.5(fb)-.25 G(eams.)-2.5 E .341(Mup doesn')
767969.336 368.6 R 2.841(td)-.18 G .342(irectly allo)-2.841 F 2.842(wc)-.25
7680G(ross-staf)-2.842 E 2.842(fg)-.25 G .342(race note beams.)-2.842 F(Ho)
76815.342 E(we)-.25 E -.15(ve)-.25 G 1.142 -.4(r, y).15 H .342
7682(ou may be able simulate the ef).4 F .342(fect by)-.25 F .42
7683(using cue note chords along with in)69.336 380.6 R .42
7684(visible time signature changes and possibly in)-.4 F .42
7685(visible bar lines.)-.4 F .42(See the)5.42 F
7686(section on "Special uses of in)69.336 392.6 Q
7687(visbar" for more details.)-.4 E -1.1(Yo)69.336 410.6 S 3.187(um)1.1 G
7688.687(ay w)-3.187 F .688(ant to also look at the section on cross-staf)
7689-.1 F 3.188(fs)-.25 G .688(tems, for an alternate w)-3.188 F .688
7690(ay to handles some cases)-.1 F(where you might use cross-staf)69.336
7691422.6 Q 2.5(fb)-.25 G(eams.)-2.5 E 69.336 438.6 EBEGIN
76920 0.1 0.5 setrgbcolor
7693EEND/F0 12/Times-Italic@0 SF 3(5.1.9.5 Alternation)72.336 438.6 R 69.336
7694450.6 EBEGIN
76950 0 0 setrgbcolor
7696EEND/F0 10/Times-Roman@0 SF .158
7697(Alternation pairs can be speci\214ed using "alt)71.994 450.6 R/F1 10
7698/Times-Italic@0 SF(N)2.658 E F0 2.658("w)C(here)-2.658 E F1(N)2.658 E F0
7699.158(is a number)2.658 F 2.658(.A)-.55 G 2.658(na)-2.658 G .158
7700(lternation pair is tw)-2.658 F 2.658(oc)-.1 G .158(hords that)-2.658 F
7701.812(are to played alternately in quick succession b)69.336 462.6 R .812
7702(ut are not written out as such. This is sho)-.2 F .812(wn by dra)-.25 F
7703(wing)-.15 E F1(N)3.313 E F0 .606
7704(beams between the stems of the chords. The note v)69.336 474.6 R .606
7705(alue you specify for each chord must be the same, and)-.25 F .303
7706(the time v)69.336 486.6 R .303(alue of each must equal the time tak)
7707-.25 F .303(en by the pair)-.1 F 2.804(.F)-.55 G .304(or e)-2.954 F .304
7708(xample, if the pair tak)-.15 F .304(es up the time of a)-.1 F
7709(half note, each chord w)69.336 498.6 Q(ould be a half note.)-.1 E
7710(Here is an e)5 E(xample:)-.15 E/F2 10/Courier@0 SF
7711(// Alternate between c and c an octave)105.336 516.6 Q
7712(// higher. Total time taken is that of)105.336 528.6 Q
7713(// a half note. Two "beam"-like lines)105.336 540.6 Q
7714(// will be drawn to show the alternation.)105.336 552.6 Q
7715(1: 2c alt 2; 2c+;2g;)105.336 564.6 Q(bar)105.336 576.6 Q 127.836 586.2
7716EBEGIN
7717gsave 0 0.25 0.75 setrgbcolor 0 62 rlineto 320 0 rlineto 0 62 neg rlineto closepath stroke grestore
7718EEND 160 701 320 320 -62 62 126.836 648.2 PBEGIN
7719%%BeginDocument: mugex28.ps
7720%%BoundingBox: 160 701 480 763
7721save
77221960644268 1960643998 sv
77231.000000 1.000000 scale
7724% S_SSV
7725(/tmp/ugexiM5077) inputfile
77261 linenum
7727% S_FEED
7728612.29 801.67 828.00 5 1.000000 1.000000 stf
7729% S_CLEFSIG
7730192.08 723.67 1.000000 gclef
7731% S_CHHEAD
7732% S_STAFF
7733% staff 1
7734save
7735225.89 711.67 1.000000 2n
77360.70 setlinewidth
7737219.44 711.67 moveto
7738232.34 711.67 lineto stroke
7739229.79 712.42 moveto
7740229.79 732.50 lineto stroke
7741newpath
7742229.79 726.00 moveto
7743229.79 729.00 lineto
7744296.99 750.00 lineto
7745296.99 747.00 lineto
7746closepath
7747fill
7748newpath
7749229.79 731.00 moveto
7750229.79 734.00 lineto
7751296.99 755.00 lineto
7752296.99 752.00 lineto
7753closepath
7754fill
7755293.10 732.67 1.000000 2n
7756296.99 733.42 moveto
7757296.99 753.50 lineto stroke
7758364.05 723.67 1.000000 2n
7759367.95 724.42 moveto
7760367.95 744.67 lineto stroke
7761restore
7762% S_BAR
77639 linenum
77640.70 setlinewidth
7765467.65 741.67 moveto
7766467.65 717.67 lineto stroke
7767% Printing header/footer
7768showpage
7769restore
7770%%DocumentFonts:
7771%%Pages: 2
7772%%EndDocument
7773end PEND/F0 10/Times-Roman@0 SF(Alternation is not allo)69.336 668.2 Q
7774(wed on cross-staf)-.25 E 2.5(fb)-.25 G(eams.)-2.5 E 69.336 684.2 EBEGIN
77750 0.1 0.5 setrgbcolor
7776EEND/F0 12/Times-Italic@0 SF 3(5.1.9.6 Slope)72.336 684.2 R 69.336 696.2
7777EBEGIN
77780 0 0 setrgbcolor
7779EEND/F0 10/Times-Roman@0 SF .157
7780(On the \214rst chord of a set of chords that are beamed together)71.993
7781696.2 R 2.657(,y)-.4 G .157(ou can specify a beam angle from -45 to 45)
7782-2.657 F(de)69.336 708.2 Q 2.5(grees. This)-.15 F(will o)2.5 E -.15(ve)
7783-.15 G(rride whate).15 E -.15(ve)-.25 G 2.5(ra).15 G(ngle Mup w)-2.5 E
7784(ould ha)-.1 E .3 -.15(ve u)-.2 H(sed.).15 E EP
7785%%Page: 33 39
7786%%BeginPageSetup
7787BP
7788%%EndPageSetup
7789/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(3-)-2.5 G/F1 10
7790/Courier@0 SF(1: 8g slope 11; b; g slope 0; b;)105.336 96 Q 6(gs)12 G
7791(lope -5.75; b;)-6 E(bar)105.336 108 Q 127.836 117.6 EBEGIN
7792gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
7793EEND 160 702 320 320 -61 61 126.836 178.6 PBEGIN
7794%%BeginDocument: mugex29.ps
7795%%BoundingBox: 160 702 480 763
7796save
77971960644268 1960643998 sv
77981.000000 1.000000 scale
7799% S_SSV
7800(/tmp/ugexiM5077) inputfile
78011 linenum
7802% S_FEED
7803612.29 803.00 828.00 5 1.000000 1.000000 stf
7804% S_CLEFSIG
7805192.08 725.00 1.000000 gclef
7806/NewCenturySchlbk-Bold findfont
780716 scalefont
7808setfont
7809203.87 731.00 moveto
7810(3) show
7811/NewCenturySchlbk-Bold findfont
781216 scalefont
7813setfont
7814203.87 718.98 moveto
7815(4) show
7816% S_CHHEAD
7817% S_STAFF
7818% staff 1
7819save
7820233.97 725.00 1.000000 4n
78210.70 setlinewidth
7822237.65 725.75 moveto
7823237.65 743.67 lineto stroke
7824273.14 731.00 1.000000 4n
7825276.82 731.75 moveto
7826276.82 751.28 lineto stroke
7827312.31 725.00 1.000000 4n
7828316.00 725.75 moveto
7829316.00 747.50 lineto stroke
7830351.49 731.00 1.000000 4n
7831355.17 731.75 moveto
7832355.17 747.50 lineto stroke
7833390.66 725.00 1.000000 4n
7834394.34 725.75 moveto
7835394.34 751.12 lineto stroke
7836430.67 731.00 1.000000 4n
7837434.35 731.75 moveto
7838434.35 747.09 lineto stroke
7839newpath
7840237.30 745.17 moveto
7841277.17 752.78 lineto
7842277.17 749.78 lineto
7843237.30 742.17 lineto
7844closepath
7845fill
7846newpath
7847315.65 749.00 moveto
7848355.52 749.00 lineto
7849355.52 746.00 lineto
7850315.65 746.00 lineto
7851closepath
7852fill
7853newpath
7854393.99 752.62 moveto
7855434.70 748.59 lineto
7856434.70 745.59 lineto
7857393.99 749.62 lineto
7858closepath
7859fill
7860restore
7861% S_BAR
78626 linenum
78630.70 setlinewidth
7864467.65 743.00 moveto
7865467.65 719.00 lineto stroke
7866% Printing header/footer
7867showpage
7868restore
7869%%DocumentFonts: /NewCenturySchlbk-Bold
7870%%Pages: 2
7871%%EndDocument
7872end PEND 69.336 197.6 EBEGIN
78730 0.1 0.5 setrgbcolor
7874EEND/F0 13/Times-Italic@0 SF 3.25(5.1.10 T)72.586 197.6 R(uplets)-.715 E
787569.336 209.6 EBEGIN
78760 0 0 setrgbcolor
7877EEND/F0 10/Times-Roman@0 SF -.45(Tu)74.007 209.6 S 2.171
7878(plets are speci\214ed by gi).45 F 2.172
7879(ving a list of chords within curly braces.)-.25 F 2.172
7880(The ending brace is optionally)7.172 F(follo)69.336 221.6 Q 2.462
7881(wed by a side \("abo)-.25 F -.15(ve)-.15 G 4.961("o).15 G 4.961(r")
7882-4.961 G(belo)-4.961 E 4.961(w"\). This)-.25 F 2.461(is follo)4.961 F
78832.461(wed by a number or pair of numbers, and a)-.25 F(semicolon.)69.336
7884233.6 Q 1.225
7885(The "side" tells Mup whether to print the tuplet number and brack)
788669.336 251.6 R 1.225(et abo)-.1 F 1.525 -.15(ve o)-.15 H 3.725(rb).15 G
7887(elo)-3.725 E 3.725(wt)-.25 G 1.225(he chords. It only)-3.725 F 1.026
7888(applies on v)69.336 263.6 R 1.025(oice 1 or 2 when the other v)-.2 F
78891.025(oice \(1 or 2\) is none)-.2 F 1.025(xistent or a space.)-.15 F
78901.025(If there are at least tw)6.025 F(o)-.1 E -.2(vo)69.336 275.6 S
7891.228(ices, the number and brack).2 F .228(et will al)-.1 F -.1(wa)-.1 G
7892.228(ys be put abo).1 F .528 -.15(ve o)-.15 H 2.728(nv).15 G .228
7893(oice 1 and belo)-2.928 F 2.728(wo)-.25 G 2.728(nv)-2.728 G .228
7894(oice 2.)-2.928 F -1.1(Yo)5.228 G 2.728(uc)1.1 G .228(an al)-2.728 F -.1
7895(wa)-.1 G(ys).1 E .213(force the side on v)69.336 287.6 R .213(oice 3.)
7896-.2 F .212(If you don')5.213 F 2.712(ts)-.18 G .212
7897(pecify a side for a tuplet, Mup will choose the side that seems best.)
7898-2.712 F .077(The \214rst number is the number that should be printed w\
7899ith the tuplet.)69.336 305.6 R .077(If it is follo)5.077 F .078
7900(wed by an "n" the number)-.25 F .395(\(and brack)69.336 317.6 R .395
7901(et\) will not actually be printed.)-.1 F .395(If it is follo)5.395 F
7902.395(wed by a "y" the number and brack)-.25 F .395(et will al)-.1 F -.1
7903(wa)-.1 G .395(ys be).1 F .11(printed, unless there is only a single ch\
7904ord in the tuplet, in which case only the number will be printed.)69.336
7905329.6 R .111(If it)5.111 F .617(is follo)69.336 341.6 R .617
7906(wed by "num" the number will al)-.25 F -.1(wa)-.1 G .617
7907(ys be printed, b).1 F .617(ut the brack)-.2 F .617(et will ne)-.1 F
7908-.15(ve)-.25 G 3.117(rb).15 G 3.117(ep)-3.117 G 3.116(rinted. If)-3.117
7909F .616(none of)3.116 F .05
7910(those modi\214ers are are speci\214ed, the number will al)69.336 353.6
7911R -.1(wa)-.1 G .05(ys be printed, b).1 F .05(ut the brack)-.2 F .05
7912(et will be omitted in cases)-.1 F .917(where all the notes in the tupl\
7913et are beamed together and the beam does not include an)69.336 365.6 R
79143.416(yn)-.15 G .916(otes not in the)-3.416 F(tuplet.)69.336 377.6 Q
7915.471(The second number)69.336 395.6 R 2.972(,i)-.4 G 2.972(fa)-2.972 G
7916-.15(ny)-2.972 G 2.972(,i)-.5 G 2.972(ss)-2.972 G .472(eparated from th\
7917e \214rst by a comma, and tells the time unit that the tuplet is)-2.972
7918F .163(to tak)69.336 407.6 R 2.663(eu)-.1 G .163
7919(p. This number can be dotted if necessary)-2.663 F 5.163(.I)-.65 G
79202.663(tc)-5.163 G .163(an also be a time e)-2.663 F .163(xpression, lik)
7921-.15 F 2.663(e2)-.1 G .163(+8, although that)-2.663 F .601(is v)69.336
7922419.6 R .601(ery rarely lik)-.15 F .601(ely to be useful.)-.1 F .601
7923(If no second number is gi)5.601 F -.15(ve)-.25 G .601(n, the def).15 F
7924.602(ault is to \214t in the ne)-.1 F .602(xt shorter un-)-.15 F .751
7925(dotted note. F)69.336 431.6 R .751(or e)-.15 F .751
7926(xample, three eighth notes w)-.15 F .75
7927(ould be \214tted into the time of a quarter note, or \214v)-.1 F 3.25
7928(ee)-.15 G(ighth)-3.25 E(notes w)69.336 443.6 Q
7929(ould be \214tted into the time of a half note.)-.1 E .239(Occasionally\
7930 in music, as a shorthand, a single note or chord is printed with a tup\
7931let number to indicate the)69.336 461.6 R .3
7932(note or chord is to be repeated se)69.336 473.6 R -.15(ve)-.25 G .3
7933(ral times as a tuplet.).15 F .299(Mup will allo)5.299 F 2.799(wt)-.25 G
7934.299(his; simply use a tuplet with only)-2.799 F
7935(one chord, and add one or more slashes.)69.336 485.6 Q(Here are some e)
793669.336 503.6 Q(xamples of tuplets:)-.15 E EP
7937%%Page: 34 40
7938%%BeginPageSetup
7939BP
7940%%EndPageSetup
7941/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(4-)-2.5 G/F1 10
7942/Courier@0 SF(// This has a triplet, where 3 eighth)105.336 96 Q
7943(// notes take as much time as a)105.336 108 Q(// normal quarter note.)
7944105.336 120 Q(1: { 8ce; df; eg;}3; 4fa;)105.336 132 Q(bar)105.336 144 Q
7945(// This has a dublet, in which 2 quarter notes)105.336 168 Q
7946(// take the time of a normal dotted quarter)105.336 180 Q
7947(1: { 4f; g; } 2, 4.;8a;)105.336 192 Q(bar)105.336 204 Q
7948(// A quarter note and eighth note that)105.336 228 Q
7949(// make up a triplet the length of a)105.336 240 Q
7950(// normal quarter note,)105.336 252 Q
7951(// with the 3 printed above the notes)105.336 264 Q
7952(1: { 4c+; 8b; } above 3; 4c+;)105.336 276 Q(bar)105.336 288 Q
7953(// A septuplet in the time of a half note)105.336 312 Q
7954(// with the "7" printed below the notes)105.336 324 Q
7955(1: { 8c; b-; c; e; d; f; a; } below 7;)105.336 336 Q(bar)105.336 348 Q
7956(// single chord tuplet)105.336 372 Q 6(1: {)105.336 384 R
7957([slash 1] 4.ceg;}3; 4;)6 E(bar)105.336 396 Q 91.836 405.6 EBEGIN
7958gsave 0 0.25 0.75 setrgbcolor 0 72 rlineto 392 0 rlineto 0 72 neg rlineto closepath stroke grestore
7959EEND 128 686 392 392 -72 72 90.836 477.6 PBEGIN
7960%%BeginDocument: mugex30.ps
7961%%BoundingBox: 128 686 520 758
7962save
79631960644268 1960643998 sv
79641.000000 1.000000 scale
7965% S_SSV
7966(/tmp/ugexiM5077) inputfile
79671 linenum
7968% S_FEED
7969576.29 797.12 864.00 5 1.000000 1.000000 stf
7970% S_CLEFSIG
7971156.08 719.12 1.000000 gclef
7972/NewCenturySchlbk-Bold findfont
797316 scalefont
7974setfont
7975167.87 725.12 moveto
7976(2) show
7977/NewCenturySchlbk-Bold findfont
797816 scalefont
7979setfont
7980167.87 713.10 moveto
7981(4) show
7982% S_CHHEAD
7983% S_STAFF
7984% staff 1
7985save
7986193.12 713.12 1.000000 4n
7987193.12 707.12 1.000000 4n
79880.70 setlinewidth
7989186.89 707.12 moveto
7990199.35 707.12 lineto stroke
7991196.80 707.87 moveto
7992196.80 733.82 lineto stroke
7993203.18 716.12 1.000000 4n
7994203.18 710.12 1.000000 4n
7995206.87 710.87 moveto
7996206.87 736.82 lineto stroke
7997213.25 719.12 1.000000 4n
7998213.25 713.12 1.000000 4n
7999216.93 713.87 moveto
8000216.93 739.82 lineto stroke
8001226.11 722.12 1.000000 4n
8002226.11 716.12 1.000000 4n
8003229.79 716.87 moveto
8004229.79 743.12 lineto stroke
8005/NewCenturySchlbk-BoldItalic findfont
800611 scalefont
8007setfont
8008203.70 740.86 moveto
8009(3) show
8010newpath
8011196.45 735.32 moveto
8012217.28 741.32 lineto
8013217.28 738.32 lineto
8014196.45 732.32 lineto
8015closepath
8016fill
8017restore
8018% S_BAR
80198 linenum
80200.70 setlinewidth
8021248.63 737.12 moveto
8022248.63 713.12 lineto stroke
8023% S_CHHEAD
8024% S_STAFF
8025% staff 1
8026save
8027258.38 716.12 1.000000 4n
8028262.06 716.87 moveto
8029262.06 737.12 lineto stroke
8030275.71 719.12 1.000000 4n
8031279.39 719.87 moveto
8032279.39 740.12 lineto stroke
8033292.24 722.12 1.000000 4n
8034295.92 722.87 moveto
8035295.92 743.12 lineto stroke
8036298.95 743.12 1.000000 dnflag
8037/NewCenturySchlbk-BoldItalic findfont
803811 scalefont
8039setfont
8040263.87 740.90 moveto
8041(2) show
8042254.34 743.40 moveto
8043261.87 744.44 lineto stroke
8044272.21 745.36 moveto
8045279.74 746.40 lineto stroke
8046254.34 743.40 moveto
8047254.34 740.40 lineto stroke
8048279.74 746.40 moveto
8049279.74 743.40 lineto stroke
8050restore
8051% S_BAR
805213 linenum
80530.70 setlinewidth
8054307.86 737.12 moveto
8055307.86 713.12 lineto stroke
8056% S_CHHEAD
8057% S_STAFF
8058% staff 1
8059save
8060317.35 728.12 1.000000 4n
8061313.67 727.37 moveto
8062313.67 707.12 lineto stroke
8063332.17 725.12 1.000000 4n
8064328.49 724.37 moveto
8065328.49 704.12 lineto stroke
8066331.51 704.12 1.000000 upflag
8067345.03 728.12 1.000000 4n
8068341.35 727.37 moveto
8069341.35 707.12 lineto stroke
8070/NewCenturySchlbk-BoldItalic findfont
807111 scalefont
8072setfont
8073321.59 738.40 moveto
8074(3) show
8075313.32 742.40 moveto
8076319.59 742.40 lineto stroke
8077329.93 742.40 moveto
8078336.20 742.40 lineto stroke
8079313.32 742.40 moveto
8080313.32 739.40 lineto stroke
8081336.20 742.40 moveto
8082336.20 739.40 lineto stroke
8083restore
8084% S_BAR
808520 linenum
80860.70 setlinewidth
8087367.55 737.12 moveto
8088367.55 713.12 lineto stroke
8089% S_CHHEAD
8090% S_STAFF
8091% staff 1
8092save
8093376.09 707.12 1.000000 4n
8094369.85 707.12 moveto
8095380.82 707.12 lineto stroke
8096379.77 707.87 moveto
8097379.77 724.64 lineto stroke
8098386.15 704.12 1.000000 4n
8099381.42 707.12 moveto
8100390.88 707.12 lineto stroke
8101389.83 704.87 moveto
8102389.83 727.21 lineto stroke
8103396.21 707.12 1.000000 4n
8104391.48 707.12 moveto
8105402.45 707.12 lineto stroke
8106399.90 707.87 moveto
8107399.90 729.77 lineto stroke
8108406.28 713.12 1.000000 4n
8109409.96 713.87 moveto
8110409.96 732.33 lineto stroke
8111416.34 710.12 1.000000 4n
8112420.02 710.87 moveto
8113420.02 734.89 lineto stroke
8114426.41 716.12 1.000000 4n
8115430.09 716.87 moveto
8116430.09 737.46 lineto stroke
8117436.97 722.12 1.000000 4n
8118440.65 722.87 moveto
8119440.65 740.15 lineto stroke
8120/NewCenturySchlbk-BoldItalic findfont
812111 scalefont
8122setfont
8123403.36 693.34 moveto
8124(7) show
8125newpath
8126379.42 726.14 moveto
8127441.00 741.65 lineto
8128441.00 738.65 lineto
8129379.42 723.14 lineto
8130closepath
8131fill
8132restore
8133% S_BAR
813425 linenum
81350.70 setlinewidth
8136447.98 737.12 moveto
8137447.98 713.12 lineto stroke
8138% S_CHHEAD
8139% S_STAFF
8140% staff 1
8141save
8142457.10 719.12 1.000000 4n
8143466.36 722.12 1.000000 dot
8144457.10 713.12 1.000000 4n
8145466.36 716.12 1.000000 dot
8146457.10 707.12 1.000000 4n
8147466.36 710.12 1.000000 dot
8148450.87 707.12 moveto
8149463.33 707.12 lineto stroke
8150460.78 707.87 moveto
8151460.78 740.12 lineto stroke
8152newpath
8153455.78 731.42 moveto
8154455.78 734.42 lineto
8155465.78 738.82 lineto
8156465.78 735.82 lineto
8157closepath
8158fill
8159481.13 719.12 1.000000 4n
8160481.13 713.12 1.000000 4n
8161481.13 707.12 1.000000 4n
8162474.90 707.12 moveto
8163487.36 707.12 lineto stroke
8164484.81 707.87 moveto
8165484.81 740.12 lineto stroke
8166/NewCenturySchlbk-BoldItalic findfont
816711 scalefont
8168setfont
8169453.93 742.40 moveto
8170(3) show
8171restore
8172% S_BAR
817329 linenum
81740.70 setlinewidth
8175503.65 737.12 moveto
8176503.65 713.12 lineto stroke
8177% Printing header/footer
8178showpage
8179restore
8180%%DocumentFonts: /NewCenturySchlbk-Bold /NewCenturySchlbk-BoldItalic
8181%%Pages: 2
8182%%EndDocument
8183end PEND 69.336 497.6 EBEGIN
81840 0.1 0.5 setrgbcolor
8185EEND/F0 14/Times-Bold@0 SF 3.5(5.2 Chord-at-a-time)72.836 497.6 R
8186(input style)3.5 E 69.336 515.6 EBEGIN
81870 0 0 setrgbcolor
8188EEND/F0 10/Times-Roman@0 SF .437(There is an alternate input style, in \
8189which you enter music a chord at a time, rather than a v)72.273 515.6 R
8190.438(oice at a time.)-.2 F 1.019
8191(In this style, the speci\214cation before the colon gi)69.336 527.6 R
8192-.15(ve)-.25 G 3.519(so).15 G 1.019(ne or more patterns that tells ho)
8193-3.519 F 3.519(wt)-.25 G 3.519(om)-3.519 G 1.019(ap notes to)-3.519 F
8194(staf)69.336 539.6 Q(fs and v)-.25 E(oices.)-.2 E .559(Suppose you w)
819569.336 557.6 R .559
8196(ant to print some music in a style which is common for man)-.1 F 3.06
8197(yt)-.15 G .56(raditional h)-3.06 F .56(ymns: it is to be)-.05 F .384
8198(printed on tw)69.336 569.6 R 2.884(os)-.1 G(taf)-2.884 E .384
8199(fs, each staf)-.25 F 2.884(fw)-.25 G .384(ill al)-2.884 F -.1(wa)-.1 G
8200.384(ys ha).1 F .684 -.15(ve ex)-.2 H .384(actly tw).15 F 2.884(on)-.1 G
8201.384(otes, and the rh)-2.884 F .383(ythm is e)-.05 F .383
8202(xactly the same for)-.15 F .523(all v)69.336 581.6 R 3.023(oices. W)-.2
8203F .524(ith chord at a time input, you specify)-.4 F 3.024(,f)-.65 G .524
8204(or each note in a chord, which staf)-3.024 F 3.024(fa)-.25 G .524(nd v)
8205-3.024 F .524(oice to map)-.2 F .289(that note. Since there are four no\
8206tes in each chord, there will be four mappings listed. Y)69.336 593.6 R
8207.289(ou w)-1.1 F .289(ant the bottom)-.1 F(tw)69.336 605.6 Q 2.5(on)-.1
8208G(otes to get mapped to staf)-2.5 E 2.5(f2)-.25 G 2.5(,a)-2.5 G
8209(nd the top tw)-2.5 E 2.5(on)-.1 G(otes to staf)-2.5 E 2.5(f1)-.25 G 5
8210(.T)-2.5 G(his is sho)-5 E(wn as)-.25 E/F1 10/Courier@0 SF
8211(// Bass to staff 2 voice 1)105.336 623.6 Q(// |)105.336 635.6 Q
8212(Tenor to staff 2 voice 1)24 E(// |)105.336 647.6 Q 24(|A)24 G
8213(lto to staff 1 voice 1)-24 E(// |)105.336 659.6 Q 24(||S)24 G
8214(oprano to staff 1 voice 1)-24 E 12([2)105.336 671.6 S
8215(1; 2 1; 1 1; 1 1 ])-6 E F0 .114
8216(Each item in the semicolon-separated list tells ho)69.336 691.6 R 2.614
8217(wt)-.25 G 2.614(om)-2.614 G .114(ap one note.)-2.614 F .115
8218(So the \214rst note in each chord will get)5.115 F .11(mapped to staf)
821969.336 703.6 R 2.61(f2v)-.25 G .11(oice 1.)-2.81 F .11
8220(The second note in each chord will also get mapped to staf)5.11 F 2.61
8221(f2v)-.25 G .11(oice 1.)-2.81 F .11(The third)5.11 F
8222(and fourth notes will get mapped to staf)69.336 715.6 Q 2.5(f1v)-.25 G
8223(oice 1.)-2.7 E(Since v)69.336 733.6 Q(oice 1 is, as al)-.2 E -.1(wa)-.1
8224G(ys, the def).1 E(ault, this could be written more compactly as just:)
8225-.1 E EP
8226%%Page: 35 41
8227%%BeginPageSetup
8228BP
8229%%EndPageSetup
8230/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(5-)-2.5 G/F1 10
8231/Courier@0 SF 6([2)105.336 96 S 6(;2)-6 G 6(;1)-6 G 6(;1])-6 G F0 .363
8232(If you w)69.336 116 R .364(anted to input notes from top to bottom ins\
8233tead \(in soprano-alto-tenor)-.1 F .364(-bass order)-.2 F 2.864(,r)-.4 G
8234.364(ather than bass-)-2.864 F(tenor)69.336 128 Q
8235(-alto-soprano order\), you could use:)-.2 E F1(// Soprano)105.336 146 Q
823618(// Alto)105.336 158 R 36(// Tenor)105.336 170 R 54(// Bass)105.336
8237182 R 12([1)105.336 194 S 6(;1)-12 G 6(;2)-6 G 6(;2])-6 G F0 1.566
8238(If you w)69.336 214 R 1.566(anted to use tw)-.1 F 4.066(os)-.1 G 1.566
8239(eparate v)-4.066 F 1.566(oices on each staf)-.2 F 4.066(f\()-.25 G
82401.566(going back to bottom-to-top order\), you could)-4.066 F(specify:)
824169.336 226 Q F1(// Bass to staff 2 voice 2)105.336 244 Q(// |)105.336
8242256 Q(Tenor to staff 2 voice 1)24 E(// |)105.336 268 Q 24(|A)24 G
8243(lto to staff 1 voice 2)-24 E(// |)105.336 280 Q 24(||S)24 G
8244(oprano to staff 1 voice 1)-24 E 12([2)105.336 292 S(2; 2 1; 1 2; 1 1)-6
8245E(])12 E F0(No)69.336 318 Q 2.5(wl)-.25 G(et')-2.5 E 2.5(sp)-.55 G
8246(ut these mappings with music data.)-2.5 E F1(score)105.336 336 Q
8247(staffs=2)129.336 348 Q(vscheme=2f)129.336 360 Q(staff 2)105.336 372 Q
8248(clef=bass)123.336 384 Q(music)105.336 408 Q 6([2)105.336 432 S 6(;2)-6
8249G 6(;1)-6 G 6(;1]:f)-6 G(acf;dgfb;2cgec+;)-6 E(bar)105.336 444 Q 6([11)
8250105.336 468 S 6(;12)-6 G 6(;21)-6 G 6(;22]:f)-6 G(caf;bfgd;2c+egc;)-6 E
8251(bar)105.336 480 Q 127.836 489.6 EBEGIN
8252gsave 0 0.25 0.75 setrgbcolor 0 138 rlineto 320 0 rlineto 0 138 neg rlineto closepath stroke grestore
8253EEND 160 625 320 320 -138 138 126.836 627.6 PBEGIN
8254%%BeginDocument: mugex31.ps
8255%%BoundingBox: 160 625 480 763
8256save
82571960644268 1960643998 sv
82581.000000 1.000000 scale
8259% S_SSV
8260(/tmp/ugexiM5077) inputfile
82612 linenum
8262% S_SSV
82637 linenum
8264% S_FEED
8265612.29 803.00 828.00 5 1.000000 1.000000 stf
8266612.29 729.00 828.00 5 1.000000 1.000000 stf
82670.70 setlinewidth
8268180.29 743.00 moveto
8269180.29 645.00 lineto stroke
8270% S_CLEFSIG
8271192.08 725.00 1.000000 gclef
8272192.33 663.00 1.000000 fclef
8273% S_CHHEAD
8274% S_STAFF
8275% staff 1
8276save
8277221.94 722.00 1.000000 4n
8278221.94 713.00 1.000000 4n
8279215.70 713.00 moveto
8280228.17 713.00 lineto stroke
8281225.62 713.75 moveto
8282225.62 743.00 lineto stroke
8283253.14 731.00 1.000000 4n
8284253.14 722.00 1.000000 4n
8285256.82 722.75 moveto
8286256.82 752.00 lineto stroke
8287289.07 734.00 1.000000 2n
8288289.07 719.00 1.000000 2n
8289292.97 719.75 moveto
8290292.97 755.00 lineto stroke
8291restore
8292% S_STAFF
8293% staff 2
8294save
8295221.94 669.00 1.000000 4n
8296221.94 663.00 1.000000 4n
82970.70 setlinewidth
8298218.25 668.25 moveto
8299218.25 642.00 lineto stroke
8300253.14 666.00 1.000000 4n
8301253.14 657.00 1.000000 4n
8302249.45 665.25 moveto
8303249.45 636.00 lineto stroke
8304289.07 666.00 1.000000 2n
8305289.07 654.00 1.000000 2n
8306285.17 665.25 moveto
8307285.17 633.00 lineto stroke
8308restore
8309% S_BAR
831013 linenum
83110.70 setlinewidth
8312338.76 743.00 moveto
8313338.76 719.00 lineto stroke
8314338.76 669.00 moveto
8315338.76 645.00 lineto stroke
8316% S_CHHEAD
8317% S_STAFF
8318% staff 1
8319save
8320350.82 722.00 1.000000 4n
8321354.51 722.75 moveto
8322354.51 743.00 lineto stroke
8323382.02 731.00 1.000000 4n
8324385.71 731.75 moveto
8325385.71 752.00 lineto stroke
8326417.96 734.00 1.000000 2n
8327421.85 734.75 moveto
8328421.85 755.00 lineto stroke
8329350.82 713.00 1.000000 4n
8330344.59 713.00 moveto
8331357.06 713.00 lineto stroke
8332347.14 712.25 moveto
8333347.14 692.00 lineto stroke
8334382.02 722.00 1.000000 4n
8335378.34 721.25 moveto
8336378.34 701.00 lineto stroke
8337417.96 719.00 1.000000 2n
8338414.06 718.25 moveto
8339414.06 698.00 lineto stroke
8340restore
8341% S_STAFF
8342% staff 2
8343save
8344350.82 669.00 1.000000 4n
83450.70 setlinewidth
8346354.51 669.75 moveto
8347354.51 690.00 lineto stroke
8348382.02 666.00 1.000000 4n
8349385.71 666.75 moveto
8350385.71 687.00 lineto stroke
8351417.96 666.00 1.000000 2n
8352421.85 666.75 moveto
8353421.85 687.00 lineto stroke
8354350.82 663.00 1.000000 4n
8355347.14 662.25 moveto
8356347.14 642.00 lineto stroke
8357382.02 657.00 1.000000 4n
8358378.34 656.25 moveto
8359378.34 636.00 lineto stroke
8360417.96 654.00 1.000000 2n
8361414.06 653.25 moveto
8362414.06 633.00 lineto stroke
8363restore
8364% S_BAR
836516 linenum
83660.70 setlinewidth
8367467.65 743.00 moveto
8368467.65 719.00 lineto stroke
8369467.65 669.00 moveto
8370467.65 645.00 lineto stroke
8371% Printing header/footer
8372showpage
8373restore
8374%%DocumentFonts:
8375%%Pages: 2
8376%%EndDocument
8377end PEND/F0 10/Times-Roman@0 SF .68
8378(In the \214rst measure, the \214rst tw)69.336 641.6 R 3.18(on)-.1 G .68
8379(otes listed in each chord are mapped to staf)-3.18 F 3.18(f2)-.25 G
83803.18(,v)-3.18 G .68(oice 1, while the third)-3.38 F .587
8381(and fourth notes listed in each chord are mapped to staf)69.336 653.6 R
83823.087(f1v)-.25 G .587(oice 1. In the second measure, tw)-3.287 F 3.087
8383(ov)-.1 G .587(oices are)-3.287 F .565
8384(used and notes are entered in descending order)69.336 665.6 R 3.065(.N)
8385-.55 G .565(ote that each note tak)-3.065 F .565(es on the correct def)
8386-.1 F .565(ault octa)-.1 F .865 -.15(ve f)-.2 H(or).15 E(whiche)69.336
8387677.6 Q -.15(ve)-.25 G 2.5(rs).15 G(taf)-2.5 E 2.5(fi)-.25 G 2.5(ti)-2.5
8388G 2.5(sm)-2.5 G(apped to.)-2.5 E
8389(It is also possible to use rests or spaces for some of the v)69.336
8390695.6 Q(oices.)-.2 E EP
8391%%Page: 36 42
8392%%BeginPageSetup
8393BP
8394%%EndPageSetup
8395/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(6-)-2.5 G/F1 10
8396/Courier@0 SF(score)105.336 96 Q(key=3&)117.336 108 Q(vscheme=2f)117.336
8397120 Q(music)105.336 144 Q 6([12)105.336 168 S 6(;11])-6 G 6(:r)-6 G
8398(b; eg; ca; gr;)-6 E(bar)105.336 180 Q 6([12)105.336 204 S 6(;11])-6 G 6
8399(:e)-6 G(r; sr; 8sf; se; 4sg;)-6 E(bar)105.336 216 Q 91.836 225.6 EBEGIN
8400gsave 0 0.25 0.75 setrgbcolor 0 79 rlineto 392 0 rlineto 0 79 neg rlineto closepath stroke grestore
8401EEND 128 684 392 392 -79 79 90.836 304.6 PBEGIN
8402%%BeginDocument: mugex32.ps
8403%%BoundingBox: 128 684 520 763
8404save
84051960644268 1960643998 sv
84061.000000 1.000000 scale
8407% S_SSV
8408(/tmp/ugexiM5077) inputfile
84092 linenum
8410% S_FEED
8411576.29 803.00 864.00 5 1.000000 1.000000 stf
8412% S_CLEFSIG
8413156.08 725.00 1.000000 gclef
8414169.62 731.00 1.000000 flat
8415175.10 740.00 1.000000 flat
8416180.59 728.00 1.000000 flat
8417% S_CHHEAD
8418% S_STAFF
8419% staff 1
8420save
8421204.58 731.00 1.000000 4n
84220.70 setlinewidth
8423208.26 731.75 moveto
8424208.26 752.00 lineto stroke
8425239.89 725.00 1.000000 4n
8426243.57 725.75 moveto
8427243.57 746.00 lineto stroke
8428275.20 728.00 1.000000 4n
8429278.88 728.75 moveto
8430278.88 749.00 lineto stroke
8431311.35 743.00 1.000000 4rest
8432204.58 707.00 1.000000 4rest
8433239.89 719.00 1.000000 4n
8434236.21 718.25 moveto
8435236.21 698.00 lineto stroke
8436275.20 713.00 1.000000 4n
8437268.97 713.00 moveto
8438281.43 713.00 lineto stroke
8439271.52 712.25 moveto
8440271.52 692.00 lineto stroke
8441311.35 725.00 1.000000 4n
8442307.67 724.25 moveto
8443307.67 704.00 lineto stroke
8444restore
8445% S_BAR
844611 linenum
84470.70 setlinewidth
8448345.12 743.00 moveto
8449345.12 719.00 lineto stroke
8450% S_CHHEAD
8451% S_STAFF
8452% staff 1
8453save
8454358.02 737.00 1.000000 4rest
8455393.33 731.00 1.000000 4rest
8456425.14 722.00 1.000000 4n
8457428.82 722.75 moveto
8458428.82 743.00 lineto stroke
8459431.84 743.00 1.000000 dnflag
8460445.42 719.00 1.000000 4n
8461449.10 719.75 moveto
8462449.10 740.00 lineto stroke
8463452.12 740.00 1.000000 dnflag
8464469.88 725.00 1.000000 4n
8465473.57 725.75 moveto
8466473.57 746.00 lineto stroke
8467358.02 719.00 1.000000 4n
8468354.34 718.25 moveto
8469354.34 698.00 lineto stroke
8470restore
8471% S_BAR
847214 linenum
84730.70 setlinewidth
8474503.65 743.00 moveto
8475503.65 719.00 lineto stroke
8476% Printing header/footer
8477showpage
8478restore
8479%%DocumentFonts:
8480%%Pages: 2
8481%%EndDocument
8482end PEND/F0 10/Times-Roman@0 SF 1.177(Chord attrib)69.336 324.6 R 1.177
8483(utes and interchord attrib)-.2 F 1.177(utes \(lik)-.2 F 3.677(et)-.1 G
84841.177(ie, slur)-3.677 F 3.677(,x)-.4 G 1.176
8485(note, len, and alt\) can be speci\214ed just lik)-3.677 F 3.676(ef)-.1
8486G(or)-3.676 E -.2(vo)69.336 336.6 S 1.008
8487(ice-at-a-time input. Note attrib).2 F 1.008(utes \(lik)-.2 F 3.508(e?a)
8488-.1 G 1.008(nd ~\) apply to the note where)-3.508 F -.15(ve)-.25 G 3.508
8489(ri).15 G 3.509(tg)-3.508 G 1.009(ets mapped, and items)-3.509 F
8490(that apply to the chord as a whole will be applied to all the notes.)
849169.336 348.6 Q/F1 10/Courier@0 SF
8492([1 2; 1 1] : [cue; xnote; len 6] b-e; [with > ] ce& slur; dg~; c?g;)
8493105.336 366.6 Q 127.836 376.2 EBEGIN
8494gsave 0 0.25 0.75 setrgbcolor 0 86 rlineto 320 0 rlineto 0 86 neg rlineto closepath stroke grestore
8495EEND 160 677 320 320 -86 86 126.836 462.2 PBEGIN
8496%%BeginDocument: mugex33.ps
8497%%BoundingBox: 160 677 480 763
8498save
84991960644268 1960643998 sv
85001.000000 1.000000 scale
8501% S_SSV
8502(/tmp/ugexiM5077) inputfile
85032 linenum
8504% S_FEED
8505612.29 803.00 828.00 5 1.000000 1.000000 stf
8506% S_CLEFSIG
8507192.08 725.00 1.000000 gclef
8508% S_CHHEAD
8509% S_STAFF
8510% staff 1
8511save
8512224.01 719.00 0.583333 xnote
85130.70 setlinewidth
8514226.14 720.95 moveto
8515226.14 737.00 lineto stroke
8516285.51 719.00 1.000000 4n
8517276.73 719.00 1.000000 flat
8518/Times-Roman findfont
851912 scalefont
8520setfont
8521278.81 744.32 moveto
8522285.51 744.32 1.000000 acc_gt
8523292.20 744.32 moveto
8524289.19 719.75 moveto
8525289.19 740.00 lineto stroke
8526347.46 725.00 1.000000 4n
8527351.14 725.75 moveto
8528351.14 746.00 lineto stroke
8529411.69 725.00 1.000000 4n
8530415.37 725.75 moveto
8531415.37 746.00 lineto stroke
8532224.01 710.00 0.583333 xnote
8533219.33 713.00 moveto
8534228.69 713.00 lineto stroke
8535221.88 708.05 moveto
8536221.88 692.00 lineto stroke
8537285.51 713.00 1.000000 4n
8538279.28 713.00 moveto
8539291.74 713.00 lineto stroke
8540/Times-Roman findfont
854112 scalefont
8542setfont
8543278.81 687.75 moveto
8544285.51 687.75 1.000000 acc_gt
8545292.20 687.75 moveto
8546281.83 712.25 moveto
8547281.83 692.00 lineto stroke
8548347.46 716.00 1.000000 4n
8549343.78 715.25 moveto
8550343.78 695.00 lineto stroke
8551411.69 713.00 0.583333 4n
8552407.13 713.00 moveto
8553416.24 713.00 lineto stroke
8554409.68 712.51 moveto
8555409.68 698.00 lineto stroke
8556285.51 707.90 moveto
8557285.52 708.05 lineto
8558294.65 706.20 303.85 705.52 313.15 706.03 curveto
8559322.45 706.54 331.53 708.21 340.40 711.05 curveto
8560340.46 710.75 lineto
8561331.74 707.12 322.66 705.05 313.23 704.53 curveto
8562303.80 704.02 294.56 705.09 285.49 707.75 curveto
8563fill
8564353.49 730.10 moveto
8565353.47 730.25 lineto
8566362.89 733.56 372.60 735.21 382.59 735.21 curveto
8567392.58 735.21 402.28 733.56 411.71 730.25 curveto
8568411.66 729.95 lineto
8569402.13 732.46 392.44 733.71 382.59 733.71 curveto
8570372.73 733.71 363.04 732.46 353.51 729.95 curveto
8571fill
8572291.54 724.10 moveto
8573291.50 724.25 lineto
8574300.21 728.41 309.37 731.01 318.97 732.04 curveto
8575328.57 733.07 338.07 732.47 347.46 730.25 curveto
8576347.45 729.95 lineto
8577338.04 731.36 328.60 731.56 319.13 730.55 curveto
8578309.66 729.53 300.48 727.33 291.58 723.95 curveto
8579fill
8580restore
8581% S_BAR
85829 linenum
85830.70 setlinewidth
8584467.65 743.00 moveto
8585467.65 719.00 lineto stroke
8586% Printing header/footer
8587showpage
8588restore
8589%%DocumentFonts: /Times-Roman
8590%%Pages: 2
8591%%EndDocument
8592end PEND/F0 10/Times-Roman@0 SF .987(It is possible to map a note to mo\
8593re than one place by using ranges, and/or by gi)69.336 482.2 R .986
8594(ving a list of staf)-.25 F .986(fs and)-.25 F -.2(vo)69.336 494.2 S
8595.783(ices, separated by ampersands. This may be useful, for e).2 F .784
8596(xample, if se)-.15 F -.15(ve)-.25 G .784(ral v).15 F .784
8597(oices are in unison.)-.2 F .784(In the)5.784 F(ne)69.336 506.2 Q 1.088
8598(xt e)-.15 F 1.087
8599(xample, the \214rst note in each chord will be mapped to v)-.15 F 1.087
8600(oice 1 of staf)-.2 F 1.087(fs 1 through 3, as well as to)-.25 F -.2(vo)
860169.336 518.2 S(ice 2 of staf).2 E 2.5(f1)-.25 G 2.5(,w)-2.5 G
8602(hile the second note in each chord will be mapped to v)-2.5 E
8603(oice 2 of staf)-.2 E(fs 2 and 3.)-.25 E/F1 10/Courier@0 SF 6([1)105.336
8604536.2 S(-3 1)-6 E 12(&1)12 G 6(2; 2-3)-6 F 6(2]:e)6 G(c;fd;ge;af;)-6 E
8605127.836 545.8 EBEGIN
8606gsave 0 0.25 0.75 setrgbcolor 0 195 rlineto 320 0 rlineto 0 195 neg rlineto closepath stroke grestore
8607EEND 160 568 320 320 -195 195 126.836 740.8 PBEGIN
8608%%BeginDocument: mugex34.ps
8609%%BoundingBox: 160 568 480 763
8610save
86111960644268 1960643998 sv
86121.000000 1.000000 scale
8613% S_SSV
8614(/tmp/ugexiM5077) inputfile
86152 linenum
8616% S_FEED
8617612.29 803.00 828.00 5 1.000000 1.000000 stf
8618612.29 748.00 828.00 5 1.000000 1.000000 stf
8619612.29 687.00 828.00 5 1.000000 1.000000 stf
86200.70 setlinewidth
8621180.29 743.00 moveto
8622180.29 603.00 lineto stroke
8623% S_CLEFSIG
8624192.08 725.00 1.000000 gclef
8625192.08 670.00 1.000000 gclef
8626192.08 609.00 1.000000 gclef
8627% S_CHHEAD
8628% S_STAFF
8629% staff 1
8630save
8631226.49 719.00 1.000000 4n
8632230.17 719.75 moveto
8633230.17 740.00 lineto stroke
8634288.05 722.00 1.000000 4n
8635291.73 722.75 moveto
8636291.73 743.00 lineto stroke
8637349.61 725.00 1.000000 4n
8638353.29 725.75 moveto
8639353.29 746.00 lineto stroke
8640412.01 728.00 1.000000 4n
8641415.69 728.75 moveto
8642415.69 749.00 lineto stroke
8643226.49 719.00 1.000000 4n
8644222.80 718.25 moveto
8645222.80 698.00 lineto stroke
8646288.05 722.00 1.000000 4n
8647284.37 721.25 moveto
8648284.37 701.00 lineto stroke
8649349.61 725.00 1.000000 4n
8650345.93 724.25 moveto
8651345.93 704.00 lineto stroke
8652412.01 728.00 1.000000 4n
8653408.33 727.25 moveto
8654408.33 707.00 lineto stroke
8655restore
8656% S_STAFF
8657% staff 2
8658save
8659226.49 664.00 1.000000 4n
86600.70 setlinewidth
8661230.17 664.75 moveto
8662230.17 685.00 lineto stroke
8663288.05 667.00 1.000000 4n
8664291.73 667.75 moveto
8665291.73 688.00 lineto stroke
8666349.61 670.00 1.000000 4n
8667353.29 670.75 moveto
8668353.29 691.00 lineto stroke
8669412.01 673.00 1.000000 4n
8670415.69 673.75 moveto
8671415.69 694.00 lineto stroke
8672226.49 658.00 1.000000 4n
8673220.25 658.00 moveto
8674232.72 658.00 lineto stroke
8675222.80 657.25 moveto
8676222.80 637.00 lineto stroke
8677288.05 661.00 1.000000 4n
8678284.37 660.25 moveto
8679284.37 640.00 lineto stroke
8680349.61 664.00 1.000000 4n
8681345.93 663.25 moveto
8682345.93 643.00 lineto stroke
8683412.01 667.00 1.000000 4n
8684408.33 666.25 moveto
8685408.33 646.00 lineto stroke
8686restore
8687% S_STAFF
8688% staff 3
8689save
8690226.49 603.00 1.000000 4n
86910.70 setlinewidth
8692230.17 603.75 moveto
8693230.17 624.00 lineto stroke
8694288.05 606.00 1.000000 4n
8695291.73 606.75 moveto
8696291.73 627.00 lineto stroke
8697349.61 609.00 1.000000 4n
8698353.29 609.75 moveto
8699353.29 630.00 lineto stroke
8700412.01 612.00 1.000000 4n
8701415.69 612.75 moveto
8702415.69 633.00 lineto stroke
8703226.49 597.00 1.000000 4n
8704220.25 597.00 moveto
8705232.72 597.00 lineto stroke
8706222.80 596.25 moveto
8707222.80 576.00 lineto stroke
8708288.05 600.00 1.000000 4n
8709284.37 599.25 moveto
8710284.37 579.00 lineto stroke
8711349.61 603.00 1.000000 4n
8712345.93 602.25 moveto
8713345.93 582.00 lineto stroke
8714412.01 606.00 1.000000 4n
8715408.33 605.25 moveto
8716408.33 585.00 lineto stroke
8717restore
8718% S_BAR
87199 linenum
87200.70 setlinewidth
8721467.65 743.00 moveto
8722467.65 719.00 lineto stroke
8723467.65 688.00 moveto
8724467.65 664.00 lineto stroke
8725467.65 627.00 moveto
8726467.65 603.00 lineto stroke
8727% Printing header/footer
8728showpage
8729restore
8730%%DocumentFonts:
8731%%Pages: 2
8732%%EndDocument
8733end PEND EP
8734%%Page: 37 43
8735%%BeginPageSetup
8736BP
8737%%EndPageSetup
8738/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(7-)-2.5 G 2.104
8739(It is also possible to specify more than one brack)69.336 104 R 2.104
8740(eted mapping.)-.1 F 2.104(Each must include a mapping for a)7.104 F
8741(dif)69.336 116 Q .862(ferent number of notes.)-.25 F .862(So, for e)
87425.862 F .862(xample, if some chords in a measure ha)-.15 F 1.161 -.15
8743(ve t)-.2 H 1.061 -.1(wo n).15 H .861(otes and others ha).1 F -.15(ve)
8744-.2 G 1.236(three, you can de\214ne tw)69.336 128 R 3.736(om)-.1 G 1.236
8745(aps: one for tw)-3.736 F 3.736(on)-.1 G 1.237
8746(otes, and one for three. The e)-3.736 F 1.237(xample belo)-.15 F 3.737
8747(wd)-.25 G(emonstrates)-3.737 E(placing alto and soprano as tw)69.336
8748140 Q 2.5(ov)-.1 G(oices on one staf)-2.7 E(f, b)-.25 E
8749(ut sometimes the alto part splits.)-.2 E/F1 10/Courier@0 SF
8750(// For chords with two notes,)105.336 158 Q
8751(// map the first to staff 1 voice 2 \(alto\),)105.336 170 Q
8752(// and the second to staff 1 voice 1 \(soprano\).)105.336 182 Q
8753(// For chords with three notes,)105.336 194 Q
8754(// map the first two notes to staff 1 voice 2)105.336 206 Q
8755(// \(first and second alto part\),)105.336 218 Q
8756(// and the third to staff 1 voice 1 \(soprano\).)105.336 230 Q 6([12)
8757105.336 242 S 6(;11][12)-6 G 6(;12)-6 G 6(;11])-6 G 6(:c)-6 G
8758(ec+;df;eg;a-fc+;)-6 E 127.836 251.6 EBEGIN
8759gsave 0 0.25 0.75 setrgbcolor 0 85 rlineto 320 0 rlineto 0 85 neg rlineto closepath stroke grestore
8760EEND 160 678 320 320 -85 85 126.836 336.6 PBEGIN
8761%%BeginDocument: mugex35.ps
8762%%BoundingBox: 160 678 480 763
8763save
87641960644268 1960643998 sv
87651.000000 1.000000 scale
8766% S_SSV
8767(/tmp/ugexiM5077) inputfile
87682 linenum
8769% S_FEED
8770612.29 803.00 828.00 5 1.000000 1.000000 stf
8771% S_CLEFSIG
8772192.08 725.00 1.000000 gclef
8773% S_CHHEAD
8774% S_STAFF
8775% staff 1
8776save
8777226.49 734.00 1.000000 4n
87780.70 setlinewidth
8779230.17 734.75 moveto
8780230.17 755.00 lineto stroke
8781288.05 722.00 1.000000 4n
8782291.73 722.75 moveto
8783291.73 743.00 lineto stroke
8784349.61 725.00 1.000000 4n
8785353.29 725.75 moveto
8786353.29 746.00 lineto stroke
8787412.01 734.00 1.000000 4n
8788415.69 734.75 moveto
8789415.69 755.00 lineto stroke
8790226.49 719.00 1.000000 4n
8791226.49 713.00 1.000000 4n
8792220.25 713.00 moveto
8793232.72 713.00 lineto stroke
8794222.80 718.25 moveto
8795222.80 692.00 lineto stroke
8796288.05 716.00 1.000000 4n
8797284.37 715.25 moveto
8798284.37 695.00 lineto stroke
8799349.61 719.00 1.000000 4n
8800345.93 718.25 moveto
8801345.93 698.00 lineto stroke
8802412.01 722.00 1.000000 4n
8803412.01 707.00 1.000000 4n
8804405.78 707.00 moveto
8805418.24 707.00 lineto stroke
8806405.78 713.00 moveto
8807418.24 713.00 lineto stroke
8808408.33 721.25 moveto
8809408.33 686.00 lineto stroke
8810restore
8811% S_BAR
881215 linenum
88130.70 setlinewidth
8814467.65 743.00 moveto
8815467.65 719.00 lineto stroke
8816% Printing header/footer
8817showpage
8818restore
8819%%DocumentFonts:
8820%%Pages: 2
8821%%EndDocument
8822end PEND/F0 10/Times-Roman@0 SF .077(If mappings of dif)69.336 350.6 R
8823.077(ferent chords need to v)-.25 F .077
8824(ary by something other than the number of notes in the chord, then)-.25
8825F(you will ha)69.336 362.6 Q .3 -.15(ve t)-.2 H 2.5(ou).15 G(se the v)
8826-2.5 E(oice-at-a-time input style.)-.2 E .425
8827(Since the mapping speci\214cations can get rather comple)69.336 380.6 R
8828.425(x, and the)-.15 F 2.925(ym)-.15 G .425(ay be used man)-2.925 F
88292.926(yt)-.15 G .426(imes during a song,)-2.926 F .181
8830(it is usually best to de\214ne macros for them, and possibly e)69.336
8831392.6 R -.15(ve)-.25 G 2.68(np).15 G .18
8832(ut the macro de\214nitions in an "include" \214le.)-2.68 F
8833(Macros and include \214les are described in a later section.)69.336
8834404.6 Q -1.1(Yo)69.336 422.6 S 2.949(uc)1.1 G .449(an use the dif)-2.949
8835F .449(ferent input styles in dif)-.25 F .45
8836(ferent measures of a single song, and use dif)-.25 F .45
8837(ferent mappings in)-.25 F(dif)69.336 434.6 Q 1.078(ferent measures.)
8838-.25 F -1.1(Yo)6.077 G 3.577(uc)1.1 G 1.077(an e)-3.577 F -.15(ve)-.25 G
88393.577(nm).15 G 1.077(ix the tw)-3.577 F 3.577(oi)-.1 G 1.077
8840(nput styles within a measure, b)-3.577 F 1.077(ut a gi)-.2 F -.15(ve)
8841-.25 G 3.577(ns).15 G(taf)-3.577 E(f/v)-.25 E 1.077(oice can)-.2 F .125
8842(only appear on one line of input per measure. So, for e)69.336 446.6 R
8843.125(xample, you could choose to input staf)-.15 F .125(fs 1 and 2 of a)
8844-.25 F(song in chord-at-a-time input style, and staf)69.336 458.6 Q 2.5
8845(f3i)-.25 G 2.5(nv)-2.5 G(oice-at-a-time style.)-2.7 E 69.336 476.6
8846EBEGIN
88470 0.1 0.5 setrgbcolor
8848EEND/F0 14/Times-Bold@0 SF 3.5(5.3 Bar)72.836 476.6 R(lines)3.5 E 69.336
8849494.6 EBEGIN
88500 0 0 setrgbcolor
8851EEND/F0 10/Times-Roman@0 SF
8852(Each measure must be ended with a "bar" of some kind. There are se)
885371.836 494.6 Q -.15(ve)-.25 G(ral kinds:).15 E/F1 10/Times-Bold@0 SF
8854-.25(Ke)152.281 512.6 S(yw).25 E 101.18(ord Meaning)-.1 F .4 LW 419.951
8855517.1 150.721 517.1 DL F0 41.94(bar ordinary)150.721 526.6 R(bar line)
88562.5 E 29.16(dblbar double)150.721 538.6 R(bar)2.5 E 13.06
8857(repeatstart be)150.721 550.6 R(ginning of repeated section)-.15 E 12.5
8858(repeatboth end)150.721 562.6 R(of one repeated section and be)2.5 E
8859(ginning of another)-.15 E 15.84(repeatend end)150.721 574.6 R
8860(of repeated section)2.5 E 27.5(endbar hea)150.721 586.6 R
8861(vy double bar line used at end of song)-.2 E(in)150.721 598.6 Q 22.89
8862(visbar no)-.4 F(bar line printed)2.5 E 29.72(restart end)150.721 610.6
8863R(staf)2.5 E(fs and be)-.25 E(gin ane)-.15 E(w)-.25 E .558
8864(In addition, the bar and dblbar types can be preceded by the w)69.336
8865628.6 R .557(ord "dashed" or "dotted" to produce dashed)-.1 F
8866(or dotted bar lines.)69.336 640.6 Q EP
8867%%Page: 38 44
8868%%BeginPageSetup
8869BP
8870%%EndPageSetup
8871/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(8-)-2.5 G/F1 10
8872/Courier@0 SF(1: mr;)105.336 96 Q(bar)105.336 108 Q(1: mr;)105.336 120 Q
8873(dblbar)105.336 132 Q(1: mr;)105.336 144 Q(dashed bar)105.336 156 Q
8874(1: mr;)105.336 168 Q(dotted dblbar)105.336 180 Q(1: mr;)105.336 192 Q
8875(repeatstart)105.336 204 Q(1: mr;)105.336 216 Q(repeatboth)105.336 228 Q
8876(1: mr;)105.336 240 Q(repeatend)105.336 252 Q(1: mr;)105.336 264 Q
8877(endbar)105.336 276 Q 115.836 285.6 EBEGIN
8878gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 344 0 rlineto 0 61 neg rlineto closepath stroke grestore
8879EEND 136 702 344 344 -61 61 114.836 346.6 PBEGIN
8880%%BeginDocument: mugex36.ps
8881%%BoundingBox: 136 702 480 763
8882save
88831960644268 1960643998 sv
88841.000000 1.000000 scale
8885% S_SSV
8886(/tmp/ugexiM5077) inputfile
88871 linenum
8888% S_FEED
8889588.07 803.00 828.00 5 1.000000 1.000000 stf
8890/Times-Roman findfont
889112 scalefont
8892setfont
8893144.00 728.73 moveto
8894( ) show
8895% S_CLEFSIG
8896167.86 725.00 1.000000 gclef
8897% S_CHHEAD
8898% S_STAFF
8899% staff 1
8900save
8901200.33 731.00 1.000000 ll1rest
8902restore
8903% S_BAR
89046 linenum
89050.70 setlinewidth
8906215.51 743.00 moveto
8907215.51 719.00 lineto stroke
8908% S_CHHEAD
8909% S_STAFF
8910% staff 1
8911save
8912230.69 731.00 1.000000 ll1rest
8913restore
8914% S_BAR
89157 linenum
89160.70 setlinewidth
8917244.87 743.00 moveto
8918244.87 719.00 lineto stroke
8919247.87 743.00 moveto
8920247.87 719.00 lineto stroke
8921% S_CHHEAD
8922% S_STAFF
8923% staff 1
8924save
8925263.04 731.00 1.000000 ll1rest
8926restore
8927% S_BAR
892810 linenum
89291.00 setlinewidth
8930[3 3] 0 setdash
8931278.22 741.88 moveto
8932278.22 719.30 lineto stroke
89330.70 setlinewidth
8934[] 0 setdash
89350 setlinecap
89360 setlinejoin
8937% S_CHHEAD
8938% S_STAFF
8939% staff 1
8940save
8941293.40 731.00 1.000000 ll1rest
8942restore
8943% S_BAR
894411 linenum
89451.00 setlinewidth
8946[0.1 5] 0 setdash
89471 setlinecap
89481 setlinejoin
8949307.58 741.88 moveto
8950307.58 719.30 lineto stroke
8951310.58 741.88 moveto
8952310.58 719.30 lineto stroke
89530.70 setlinewidth
8954[] 0 setdash
89550 setlinecap
89560 setlinejoin
8957% S_CHHEAD
8958% S_STAFF
8959% staff 1
8960save
8961325.76 731.00 1.000000 ll1rest
8962restore
8963% S_BAR
896413 linenum
8965349.43 734.00 1.000000 dot
8966349.43 728.00 1.000000 dot
89670.70 setlinewidth
8968346.43 743.00 moveto
8969346.43 719.00 lineto stroke
89703.00 setlinewidth
8971342.43 743.00 moveto
8972342.43 719.00 lineto stroke
89730.70 setlinewidth
8974% S_CHHEAD
8975% S_STAFF
8976% staff 1
8977save
8978365.11 731.00 1.000000 ll1rest
8979restore
8980% S_BAR
898115 linenum
8982393.29 734.00 1.000000 dot
8983393.29 728.00 1.000000 dot
8984379.29 734.00 1.000000 dot
8985379.29 728.00 1.000000 dot
89860.70 setlinewidth
89873.00 setlinewidth
8988383.79 743.00 moveto
8989383.79 719.00 lineto stroke
8990388.79 743.00 moveto
8991388.79 719.00 lineto stroke
89920.70 setlinewidth
8993% S_CHHEAD
8994% S_STAFF
8995% staff 1
8996save
8997407.47 731.00 1.000000 ll1rest
8998restore
8999% S_BAR
900017 linenum
9001423.14 734.00 1.000000 dot
9002423.14 728.00 1.000000 dot
90030.70 setlinewidth
9004427.14 743.00 moveto
9005427.14 719.00 lineto stroke
90063.00 setlinewidth
9007431.14 743.00 moveto
9008431.14 719.00 lineto stroke
90090.70 setlinewidth
9010% S_CHHEAD
9011% S_STAFF
9012% staff 1
9013save
9014446.82 731.00 1.000000 ll1rest
9015restore
9016% S_BAR
901719 linenum
90180.70 setlinewidth
9019462.50 743.00 moveto
9020462.50 719.00 lineto stroke
90213.00 setlinewidth
9022466.50 743.00 moveto
9023466.50 719.00 lineto stroke
90240.70 setlinewidth
9025% Printing header/footer
9026showpage
9027restore
9028%%DocumentFonts: /Times-Roman
9029%%Pages: 2
9030%%EndDocument
9031end PEND/F0 10/Times-Roman@0 SF .478(When a repeatstart w)69.336 366.6 R
9032.478(ould end up at the end of a score, it will automatically get mo)-.1
9033F -.15(ve)-.15 G 2.978(dt).15 G 2.978(ot)-2.978 G .478(he be)-2.978 F
9034.478(ginning of)-.15 F .109(the follo)69.336 378.6 R .109(wing score.)
9035-.25 F .109(In that case, it isn')5.109 F 2.608(tc)-.18 G .108
9036(lear what kind of bar line you w)-2.608 F .108(ould lik)-.1 F 2.608(et)
9037-.1 G 2.608(oh)-2.608 G -2.25 -.2(av e)-2.608 H .108(put at the end of)
90382.808 F 1.606(the original score. By def)69.336 390.6 R 1.606
9039(ault, Mup will use an ordinary bar)-.1 F 4.107(,b)-.4 G 1.607
9040(ut in some cases\212lik)-4.307 F 4.107(ei)-.1 G 4.107(ft)-4.107 G 1.607
9041(he repeatstart)-4.107 F(be)69.336 402.6 Q .112(gins a ne)-.15 F 2.612
9042(ws)-.25 G .112(ection, or there is also a k)-2.612 F .411 -.15(ey c)-.1
9043H .111(hange\212you might w).15 F .111(ant to ha)-.1 F .411 -.15(ve a d)
9044-.2 H .111(blbar instead. Y).15 F .111(ou can get a)-1.1 F(dblbar there\
9045 by specifying dblbar in parentheses before the repeatstart:)69.336
9046414.6 Q/F1 10/Courier@0 SF(\(dblbar\) repeatstart)105.336 432.6 Q F0
9047(Actually)69.336 452.6 Q 3.715(,y)-.65 G 1.215(ou are allo)-3.715 F
90481.216(wed to specify an)-.25 F 3.716(yb)-.15 G 1.216
9049(ar type in the parentheses, b)-3.716 F 1.216(ut dblbar or possibly in)
9050-.2 F 1.216(visbar are)-.4 F 1.135(probably the only ones lik)69.336
9051464.6 R 1.135(ely to be useful.)-.1 F 1.134
9052(If the repeatstart ends up in the middle of a score, so that it)6.134 F
9053(doesn')69.336 476.6 Q 2.698(tn)-.18 G .198(eed to get mo)-2.698 F -.15
9054(ve)-.15 G 2.698(dt).15 G 2.698(ot)-2.698 G .198(he be)-2.698 F .198
9055(ginning of the ne)-.15 F .198
9056(xt score, the parenthesized bar type is not needed, so it)-.15 F
9057(is just ignored.)69.336 488.6 Q 1.574
9058(Sometimes music is printed without bar lines. The "in)69.336 506.6 R
90591.573(visbar" can be used in this case, to ful\214ll Mup')-.4 F(s)-.55 E
9060(requirement to specify some sort of bar after e)69.336 518.6 Q -.15(ve)
9061-.25 G(ry measure without actually printing bar lines.).15 E 1.003
9062(The restart is a special kind of bar)69.336 536.6 R 3.503(.I)-.55 G
90633.504(tf)-3.503 G(ollo)-3.504 E 1.004
9064(ws immediately after another bar line without an)-.25 F 3.504(yi)-.15 G
9065(nterv)-3.504 E(ening)-.15 E .186(music data. \(That is, you can')69.336
9066548.6 R 2.685(th)-.18 G -2.25 -.2(av e)-2.685 H(an)2.885 E 2.685(yn)-.15
9067G .185(otes. Y)-2.685 F .185(ou can use score or staf)-1.1 F 2.685(fc)
9068-.25 G(onte)-2.685 E .185(xt things, lik)-.15 F 2.685(ec)-.1 G .185
9069(hanging time)-2.685 F(or k)69.336 560.6 Q .3 -.15(ey s)-.1 H
9070(ignature.\) It w).15 E(ould be most commonly used for something lik)-.1
9071E 2.5(eas)-.1 G(hort coda.)-2.5 E EP
9072%%Page: 39 45
9073%%BeginPageSetup
9074BP
9075%%EndPageSetup
9076/F0 10/Times-Roman@0 SF 2.5(-3)274.506 48 S 2.5(9-)-2.5 G/F1 10
9077/Courier@0 SF(score)105.336 96 Q(staffs=2)130.336 108 Q(brace=1-2)
9078130.336 120 Q(staff 2)105.336 132 Q(clef=bass)130.336 144 Q(music)
9079105.336 156 Q(1-2: c;d;e;f;)105.336 180 Q
9080(rom above 1: 3 "D.C. al Coda";)105.336 192 Q(dblbar)105.336 204 Q
9081(// The restart follows a bar)105.336 228 Q
9082(// without any music data in between.)105.336 240 Q(restart)105.336 252
9083Q(rom above 1: 1 "Coda";)105.336 276 Q(1-2: f;e;d;c;)105.336 288 Q
9084(endbar)105.336 300 Q 91.836 309.6 EBEGIN
9085gsave 0 0.25 0.75 setrgbcolor 0 120 rlineto 392 0 rlineto 0 120 neg rlineto closepath stroke grestore
9086EEND 128 643 392 392 -120 120 90.836 429.6 PBEGIN
9087%%BeginDocument: mugex37.ps
9088%%BoundingBox: 128 643 520 763
9089save
90901960644268 1960643998 sv
90911.000000 1.000000 scale
9092% S_SSV
9093(/tmp/ugexiM5077) inputfile
90942 linenum
9095% S_SSV
90967 linenum
9097% S_FEED
9098586.29 797.54 864.00 5 1.000000 1.000000 stf
9099586.29 743.54 864.00 5 1.000000 1.000000 stf
9100153.79 737.54 659.54 brace
91010.70 setlinewidth
9102154.29 737.54 moveto
9103154.29 659.54 lineto stroke
9104320.39 738.54 344.39 658.54 whitebox
9105342.89 737.54 659.54 brace
9106344.04 737.54 moveto
9107344.04 659.54 lineto stroke
9108% S_CLEFSIG
9109166.08 719.54 1.000000 gclef
9110166.33 677.54 1.000000 fclef
9111% S_CHHEAD
9112% S_STAFF
9113% staff 1
9114save
9115195.69 707.54 1.000000 4n
9116189.46 707.54 moveto
9117201.92 707.54 lineto stroke
9118199.37 708.29 moveto
9119199.37 728.54 lineto stroke
9120225.43 710.54 1.000000 4n
9121229.12 711.29 moveto
9122229.12 731.54 lineto stroke
9123255.18 713.54 1.000000 4n
9124258.86 714.29 moveto
9125258.86 734.54 lineto stroke
9126285.77 716.54 1.000000 4n
9127289.45 717.29 moveto
9128289.45 737.54 lineto stroke
9129/Times-Roman findfont
913012 scalefont
9131setfont
9132250.86 746.78 moveto
9133(D.C. al Coda ) show
9134restore
9135% S_STAFF
9136% staff 2
9137save
9138195.69 668.54 1.000000 4n
91390.70 setlinewidth
9140199.37 669.29 moveto
9141199.37 689.54 lineto stroke
9142225.43 671.54 1.000000 4n
9143221.75 670.79 moveto
9144221.75 650.54 lineto stroke
9145255.18 674.54 1.000000 4n
9146251.50 673.79 moveto
9147251.50 653.54 lineto stroke
9148285.77 677.54 1.000000 4n
9149282.08 676.79 moveto
9150282.08 656.54 lineto stroke
9151restore
9152% S_BAR
915312 linenum
91540.70 setlinewidth
9155317.04 737.54 moveto
9156317.04 713.54 lineto stroke
9157320.04 737.54 moveto
9158320.04 713.54 lineto stroke
9159317.04 683.54 moveto
9160317.04 659.54 lineto stroke
9161320.04 683.54 moveto
9162320.04 659.54 lineto stroke
9163% S_CHHEAD
9164% S_STAFF
9165% staff 1
9166save
9167restore
9168% S_STAFF
9169% staff 2
9170save
9171restore
9172% S_BAR
917316 linenum
91740.70 setlinewidth
9175% S_CLEFSIG
9176356.19 719.54 1.000000 gclef
9177356.44 677.54 1.000000 fclef
9178% S_CHHEAD
9179% S_STAFF
9180% staff 1
9181save
9182378.79 716.54 1.000000 4n
9183382.48 717.29 moveto
9184382.48 737.54 lineto stroke
9185408.54 713.54 1.000000 4n
9186412.22 714.29 moveto
9187412.22 734.54 lineto stroke
9188438.29 710.54 1.000000 4n
9189441.97 711.29 moveto
9190441.97 731.54 lineto stroke
9191468.87 707.54 1.000000 4n
9192462.64 707.54 moveto
9193475.10 707.54 lineto stroke
9194472.55 708.29 moveto
9195472.55 728.54 lineto stroke
9196/Times-Roman findfont
919712 scalefont
9198setfont
9199374.80 746.78 moveto
9200(Coda ) show
9201restore
9202% S_STAFF
9203% staff 2
9204save
9205378.79 677.54 1.000000 4n
92060.70 setlinewidth
9207375.11 676.79 moveto
9208375.11 656.54 lineto stroke
9209408.54 674.54 1.000000 4n
9210404.86 673.79 moveto
9211404.86 653.54 lineto stroke
9212438.29 671.54 1.000000 4n
9213434.61 670.79 moveto
9214434.61 650.54 lineto stroke
9215468.87 668.54 1.000000 4n
9216472.55 669.29 moveto
9217472.55 689.54 lineto stroke
9218restore
9219% S_BAR
922020 linenum
92210.70 setlinewidth
9222498.50 737.54 moveto
9223498.50 713.54 lineto stroke
92243.00 setlinewidth
9225502.50 737.54 moveto
9226502.50 713.54 lineto stroke
92270.70 setlinewidth
9228498.50 683.54 moveto
9229498.50 659.54 lineto stroke
92303.00 setlinewidth
9231502.50 683.54 moveto
9232502.50 659.54 lineto stroke
92330.70 setlinewidth
9234% Printing header/footer
9235showpage
9236restore
9237%%DocumentFonts: /Times-Roman
9238%%Pages: 2
9239%%EndDocument
9240end PEND/F0 10/Times-Roman@0 SF 1.122(There are se)69.336 449.6 R -.15
9241(ve)-.25 G 1.122(ral optional directi).15 F -.15(ve)-.25 G 3.622(st).15
9242G 1.122(hat can follo)-3.622 F 3.622(wt)-.25 G 1.122(he bar line k)
9243-3.622 F -.15(ey)-.1 G -.1(wo).15 G 3.623(rd. The).1 F 3.623(yc)-.15 G
92441.123(an be speci\214ed in an)-3.623 F(y)-.15 E
9245(order and are described belo)69.336 461.6 Q -.65(w.)-.25 G 69.336 478.6
9246EBEGIN
92470 0.1 0.5 setrgbcolor
9248EEND/F0 13/Times-Italic@0 SF 3.25(5.3.1 Bar)72.586 478.6 R(line padding)
92493.25 E 69.336 490.6 EBEGIN
92500 0 0 setrgbcolor
9251EEND/F0 10/Times-Roman@0 SF .322(One optional directi)72.158 490.6 R
9252.622 -.15(ve i)-.25 H 2.822(sp).15 G 2.822(adding. It)-2.822 F .322
9253(can be used to force Mup to place e)2.822 F .321
9254(xtra white space to the left of the)-.15 F 1.224
9255(bar line. It is speci\214ed by the k)69.336 502.6 R -.15(ey)-.1 G -.1
9256(wo).15 G 1.224(rd "pad" follo).1 F 1.224
9257(wed by a number of stepsizes of padding to add. F)-.25 F(or)-.15 E -.15
9258(ex)69.336 514.6 S(ample:).15 E/F1 10/Courier@0 SF(dblbar pad 3)105.336
9259532.6 Q F0 -.1(wo)69.336 552.6 S(uld add 3 stepsizes of padding.).1 E
926069.336 569.6 EBEGIN
92610 0.1 0.5 setrgbcolor
9262EEND/F0 13/Times-Italic@0 SF 3.25(5.3.2 Bar)72.586 569.6 R
9263(line location ta)3.25 E(g)-.13 E 69.336 581.6 EBEGIN
92640 0 0 setrgbcolor
9265EEND/F0 10/Times-Roman@0 SF
9266(It is also possible to associate a location tag with a bar line.)71.836
9267581.6 Q -.15(Fo)5 G 2.5(re).15 G(xample:)-2.65 E/F1 10/Courier@0 SF
9268(// Associate tag "_bar6" with bar line)105.336 599.6 Q(bar =_bar6)
9269105.336 611.6 Q(// Do double bar with an extra stepsize of)105.336 635.6
9270Q(// padding, and associate tag "q")105.336 647.6 Q
9271(// with the bar line)105.336 659.6 Q(dblbar pad 1 =q)105.336 671.6 Q F0
9272.098(The y coordinate of a bar line is not v)69.336 697.6 R .097(ery us\
9273eful. Special rules apply if a bar line happens to be placed at the)-.15
9274F .486(end of a score. An)69.336 709.6 R 2.986(yl)-.15 G .486
9275(ocations tak)-2.986 F .486(en relati)-.1 F .786 -.15(ve t)-.25 H 2.986
9276(ot).15 G .486(he bar that w)-2.986 F .486
9277(ould be to the right of the bar are treated as if)-.1 F .429
9278(the bar line were at the be)69.336 721.6 R .429(ginning of the follo)
9279-.15 F .429(wing score, just be)-.25 F .429
9280(yond the clef and time and k)-.15 F .728 -.15(ey s)-.1 H(ignatures,).15
9281E(if an)69.336 733.6 Q -.65(y.)-.15 G EP
9282%%Page: 40 46
9283%%BeginPageSetup
9284BP
9285%%EndPageSetup
9286/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(0-)-2.5 G 69.336 101
9287EBEGIN
92880 0.1 0.5 setrgbcolor
9289EEND/F0 13/Times-Italic@0 SF 3.25(5.3.3 Endings)72.586 101 R 69.336 113
9290EBEGIN
92910 0 0 setrgbcolor
9292EEND/F0 10/Times-Roman@0 SF 1.239
9293(First and second endings, etc. can be designated at bar lines.)73.074
9294113 R 1.239(This is done with the k)6.239 F -.15(ey)-.1 G -.1(wo).15 G
92951.239(rd "ending,").1 F(follo)69.336 125 Q .699(wed by a quoted string \
9296to use as the label for the ending that should be)-.25 F .698
9297(gin at the bar line. An ending)-.15 F .136(will span bars until either\
9298 another ending is speci\214ed, the piece ends, or the special k)69.336
9299137 R -.15(ey)-.1 G -.1(wo).15 G .136(rd "endending" is).1 F
9300(used. Examples:)69.336 149 Q/F1 10/Courier@0 SF(bar ending "1.")105.336
9301167 Q(repeatend ending "2-3")105.336 179 Q(endbar endending)105.336 191
9302Q F0 .1(The ending label will al)69.336 217 R -.1(wa)-.1 G .099(ys be f\
9303orced into 12 point times roman font. If you change font or size or inc\
9304lude).1 F(special characters in the ending label, the output is not lik)
930569.336 229 Q(ely to be aligned properly)-.1 E(.)-.65 E 1.073(The "endin\
9306gstyle" parameter \(described in the section on parameters\) controls w\
9307here endings are placed.)69.336 247 R
9308(Endings cannot start at or cross o)69.336 259 Q -.15(ve)-.15 G 2.5(rar)
9309.15 G(estart bar)-2.5 E(.)-.55 E 69.336 276 EBEGIN
93100 0.1 0.5 setrgbcolor
9311EEND/F0 13/Times-Italic@0 SF 3.25(5.3.4 Rehear)72.586 276 R(sal marks)
9312-.13 E 69.336 288 EBEGIN
93130 0 0 setrgbcolor
9314EEND/F0 10/Times-Roman@0 SF
9315(Rehearsal letters or numbers can be speci\214ed on an)71.836 288 Q 2.5
9316(yb)-.15 G(ar line. There are four formats:)-2.5 E/F1 10/Times-Bold@0 SF
9317-.18(re)105.336 300 S(hearsal let).18 E -.18(re)105.336 312 S
9318(hearsal num).18 E -.18(re)105.336 324 S(hearsal mnum).18 E -.18(re)
9319105.336 336 S(hearsal ").18 E/F2 10/Times-Italic@0 SF(label)A F1(")A F0
9320.981(In the \214rst e)69.336 354 R .981
9321(xample, a rehearsal letter will be placed on the bar)-.15 F 3.48(.T)
9322-.55 G .98(he \214rst occurrence of this will become)-3.48 F .116
9323(rehearsal "A", the ne)69.336 366 R .116
9324(xt "B", and so forth. The second format w)-.15 F .116
9325(orks in a similar f)-.1 F .116(ashion e)-.1 F .117(xcept that numbers)
9326-.15 F .13(are used rather than letters. W)69.336 378 R .129
9327(ith the third format, the current measure number is used. W)-.4 F .129
9328(ith the last format,)-.4 F(an)69.336 390 Q 3.047(ya)-.15 G .547
9329(rbitrary string within the quotes will be used. The k)-3.047 F -.15(ey)
9330-.1 G -.1(wo).15 G .547(rd "rehearsal" can be abbre).1 F .547
9331(viated to "reh" if)-.25 F .798
9332(you wish. Only one rehearsal mark is allo)69.336 402 R .798(wed on an)
9333-.25 F 3.298(yo)-.15 G .798(ne bar)-3.298 F 3.298(,b)-.4 G .798
9334(ut the types can be mix)-3.498 F .797(ed throughout the)-.15 F 5.054
9335(composition. \(Note)69.336 414 R 2.554
9336(that mixing "num" with "mnum" is lik)5.054 F 2.554(ely to be v)-.1 F
93372.555(ery confusing, ho)-.15 F(we)-.25 E -.15(ve)-.25 G -.55(r.).15 G
93387.555(\)T).55 G(he)-7.555 E(rehearsal marks can be intermix)69.336 426 Q
9339(ed with other bar options:)-.15 E/F3 10/Courier@0 SF(1: 1c;)105.336 444
9340Q(dblbar reh num ending "1")105.336 456 Q(1: 1e;)105.336 468 Q
9341(repeatend pad 1 =_xyz reh let ending "2.")105.336 480 Q(1: 1g;)105.336
9342492 Q(bar rehearsal "Duet")105.336 504 Q(1: 1ce;)105.336 516 Q
9343(endbar endending)105.336 528 Q 127.836 537.6 EBEGIN
9344gsave 0 0.25 0.75 setrgbcolor 0 77 rlineto 320 0 rlineto 0 77 neg rlineto closepath stroke grestore
9345EEND 160 685 320 320 -77 77 126.836 614.6 PBEGIN
9346%%BeginDocument: mugex38.ps
9347%%BoundingBox: 160 685 480 762
9348save
93491960644268 1960643998 sv
93501.000000 1.000000 scale
9351% S_SSV
9352(/tmp/ugexiM5077) inputfile
93531 linenum
9354% S_FEED
9355612.29 785.78 828.00 5 1.000000 1.000000 stf
93560.70 setlinewidth
9357272.03 727.78 moveto
9358272.03 738.78 lineto stroke
9359/Times-Roman findfont
936012 scalefont
9361setfont
9362275.03 728.78 moveto
9363(1) show
9364272.03 738.78 moveto
9365336.19 738.78 lineto stroke
9366336.19 738.78 moveto
9367336.19 727.78 lineto stroke
9368340.19 727.78 moveto
9369340.19 738.78 lineto stroke
9370/Times-Roman findfont
937112 scalefont
9372setfont
9373343.19 728.78 moveto
9374(2.) show
9375340.19 738.78 moveto
9376462.50 738.78 lineto stroke
9377462.50 738.78 moveto
9378462.50 727.78 lineto stroke
9379% S_CLEFSIG
9380192.08 707.78 1.000000 gclef
9381% S_CHHEAD
9382% S_STAFF
9383% staff 1
9384save
9385225.79 695.78 1.000000 1n
9386218.37 695.78 moveto
9387233.21 695.78 lineto stroke
9388restore
9389% S_BAR
93904 linenum
93910.70 setlinewidth
9392268.03 725.78 moveto
9393268.03 701.78 lineto stroke
9394271.03 725.78 moveto
9395271.03 701.78 lineto stroke
9396/Times-Bold findfont
939712 scalefont
9398setfont
9399newpath
9400265.04 742.78 moveto
9401265.04 754.00 lineto
9402275.52 754.00 lineto
9403275.52 742.78 lineto
9404closepath
9405stroke
9406267.04 744.28 moveto
9407(1) show
9408% S_CHHEAD
9409% S_STAFF
9410% staff 1
9411save
9412287.45 701.78 1.000000 1n
9413restore
9414% S_BAR
94156 linenum
9416334.19 716.78 1.000000 dot
9417334.19 710.78 1.000000 dot
94180.70 setlinewidth
9419338.19 725.78 moveto
9420338.19 701.78 lineto stroke
94213.00 setlinewidth
9422342.19 725.78 moveto
9423342.19 701.78 lineto stroke
94240.70 setlinewidth
9425/Times-Bold findfont
942612 scalefont
9427setfont
9428newpath
9429331.87 742.78 moveto
9430331.87 754.00 lineto
9431345.01 754.00 lineto
9432345.01 742.78 lineto
9433closepath
9434stroke
9435333.87 744.28 moveto
9436(A) show
9437% S_CHHEAD
9438% S_STAFF
9439% staff 1
9440save
9441359.11 707.78 1.000000 1n
9442restore
9443% S_BAR
94448 linenum
94450.70 setlinewidth
9446402.34 725.78 moveto
9447402.34 701.78 lineto stroke
9448/Times-Bold findfont
944912 scalefont
9450setfont
9451newpath
9452396.02 742.78 moveto
9453396.02 753.93 lineto
9454425.15 753.93 lineto
9455425.15 742.78 lineto
9456closepath
9457stroke
9458398.02 744.43 moveto
9459(Duet) show
9460% S_CHHEAD
9461% S_STAFF
9462% staff 1
9463save
9464418.77 701.78 1.000000 1n
9465418.77 695.78 1.000000 1n
9466411.35 695.78 moveto
9467426.19 695.78 lineto stroke
9468restore
9469% S_BAR
947010 linenum
94710.70 setlinewidth
9472462.50 725.78 moveto
9473462.50 701.78 lineto stroke
94743.00 setlinewidth
9475466.50 725.78 moveto
9476466.50 701.78 lineto stroke
94770.70 setlinewidth
9478% Printing header/footer
9479showpage
9480restore
9481%%DocumentFonts: /Times-Roman /Times-Bold
9482%%Pages: 2
9483%%EndDocument
9484end PEND/F0 10/Times-Roman@0 SF .234
9485(The rehearsal marks are normally put directly abo)69.336 634.6 R .534
9486-.15(ve t)-.15 H .234(he bar line. Ho).15 F(we)-.25 E -.15(ve)-.25 G
94871.033 -.4(r, i).15 H 2.733(ft).4 G .233(he bar line f)-2.733 F .233
9488(alls at the end of)-.1 F 4.427(as)69.336 646.6 S 1.928
9489(core, the rehearsal mark will be placed at the be)-4.427 F 1.928
9490(ginning of the follo)-.15 F 1.928(wing score, after the clef, k)-.25 F
9491-.15(ey)-.1 G .142(signature, and time signature.)69.336 658.6 R .141(T\
9492he "endingstyle" parameter \(described in the section on parameters\) i\
9493s used)5.142 F .498(to determine which staf)69.336 670.6 R .498
9494(fs get rehearsal marks.)-.25 F .499
9495(The "rehstyle" parameter speci\214es whether to put rehearsal)5.499 F
9496(marks inside a box or a circle or lea)69.336 682.6 Q .3 -.15(ve t)-.2 H
9497(hem plain.).15 E 2.692(The rehearsal k)69.336 700.6 R -.15(ey)-.1 G -.1
9498(wo).15 G 2.692(rd may be follo).1 F 2.691(wed by a speci\214cation for)
9499-.25 F/F1 10/Times-Italic@0 SF(fontfamily)5.191 E F0(,)A F1(font)5.191 E
9500F0 5.191(,a)C(nd/or)-5.191 E/F2 10/Times-Bold@0 SF(\()5.191 E F1(size)A
9501F2(\))A F0 7.691(.O)C(nce)-7.691 E(speci\214ed, these remain in ef)
950269.336 712.6 Q(fect for an)-.25 E 2.5(yf)-.15 G
9503(uture rehearsal marks, until e)-2.5 E(xplictly changed. Some e)-.15 E
9504(xamples:)-.15 E EP
9505%%Page: 41 47
9506%%BeginPageSetup
9507BP
9508%%EndPageSetup
9509/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(1-)-2.5 G/F1 10
9510/Courier@0 SF(bar rehearsal helvetica bold \(14\) let)105.336 96 Q
9511(repeatend reh newcentury num)105.336 108 Q
9512(invisbar reh rom \(10\) mnum)105.336 120 Q F0 .234
9513(After all the options listed abo)69.336 146 R -.15(ve)-.15 G 2.734(,y)
9514.15 G .234(ou may specify "dist)-2.734 F/F2 10/Times-Italic@0 SF(N)2.734
9515E F0 2.734("w)C(here)-2.734 E F2(N)2.734 E F0 .235
9516(is some number of stepsizes. This will)2.734 F -.15(ove)69.336 158 S
9517.008(rride the dist parameter for determining ho).15 F 2.507(wc)-.25 G
9518.007(lose to the staf)-2.507 F 2.507(ft)-.25 G 2.507(op)-2.507 G .007
9519(lace the rehearsal mark.)-2.507 F .007(If the number)5.007 F .408
9520(is follo)69.336 170 R .408(wed by a "!" Mup will place the mark e)-.25
9521F .408(xactly that f)-.15 F .408(ar from the top of the staf)-.1 F .409
9522(f, e)-.25 F -.15(ve)-.25 G 2.909(ni).15 G 2.909(fi)-2.909 G 2.909(to)
9523-2.909 G -.15(ve)-3.059 G(rwrites).15 E(other things; otherwise the v)
952469.336 182 Q(alue speci\214es a minimum distance.)-.25 E F1
9525(rehearsal num dist 5)105.336 200 Q(// at least 5 stepsizes away)30 E
9526(reh bold "A1" dist 2 !)105.336 212 Q(// exactly 2 stepsizes away)18 E
952769.336 237 EBEGIN
95280 0.1 0.5 setrgbcolor
9529EEND/F0 13/Times-Italic@0 SF 3.25(5.3.5 Setting)72.586 237 R(the measur)
95303.25 E 3.25(en)-.481 G(umber)-3.25 E 69.336 249 EBEGIN
95310 0 0 setrgbcolor
9532EEND/F0 10/Times-Roman@0 SF .854(Mup k)72.69 249 R .854
9533(eeps track of measure numbers automatically)-.1 F 3.354(,b)-.65 G .853
9534(ut sometimes you may w)-3.554 F .853(ant to o)-.1 F -.15(ve)-.15 G .853
9535(rride this to set).15 F .686
9536(the current measure number to some speci\214c v)69.336 261 R 3.186
9537(alue. This)-.25 F .687(is done by adding mnum=)3.186 F/F1 10
9538/Times-Italic@0 SF(number)A F0 .687(on a bar line,)3.187 F
9539(which will set the current measure number to the gi)69.336 273 Q -.15
9540(ve)-.25 G(n).15 E F1(number)2.5 E F0(.)A/F2 10/Courier@0 SF
9541(// Set the current measure number to 50)105.336 291 Q(dblbar mnum=50)
9542105.336 303 Q 69.336 328 EBEGIN
95430 0.1 0.5 setrgbcolor
9544EEND/F0 13/Times-Italic@0 SF 3.25(5.3.6 Setting)72.586 328 R -.481(re)
95453.25 G(hear).481 E(sal letter or number)-.13 E 69.336 340 EBEGIN
95460 0 0 setrgbcolor
9547EEND/F0 10/Times-Roman@0 SF 1.413(If you are using the "rehearsal let" \
9548or "rehearsal num" styles, you can set those to speci\214c v)73.249 340
9549R 1.412(alues too,)-.25 F .75(similarly to ho)69.336 352 R 3.25(wm)-.25
9550G .75(num can be set.)-3.25 F .75(This might be useful, for e)5.75 F .75
9551(xample, if you ha)-.15 F 1.05 -.15(ve a s)-.2 H .75
9552(ingle input \214le that).15 F .694(contains multiple songs or mo)69.336
9553364 R -.15(ve)-.15 G .694(ments, and you w).15 F .693
9554(ant the rehearsal marks to start o)-.1 F -.15(ve)-.15 G 3.193(ra).15 G
95553.193(tt)-3.193 G .693(he be)-3.193 F .693(ginning of)-.15 F
9556(each song or mo)69.336 376 Q -.15(ve)-.15 G(ment.).15 E
9557(The rehearsal number can be set on an)69.336 394 Q 2.5(yb)-.15 G
9558(ar line using num=)-2.5 E/F1 10/Times-Italic@0 SF(N)A F0 2.5(,w)C(here)
9559-2.5 E F1(N)2.5 E F0(is a number)2.5 E 2.5(,t)-.4 G(ypically 1.)-2.5 E
9560/F2 10/Courier@0 SF(bar num=1)105.336 412 Q F0 .225
9561(The rehearsal letter can be set in a similar w)69.336 432 R(ay)-.1 E
95622.725(,u)-.65 G .225(sing let=")-2.725 F F1(X)A F0 2.725("w)C(here)
9563-2.725 E F1(X)2.725 E F0 .226(is either a single upper case letter)2.725
9564F 2.726(,A)-.4 G(to Z, or tw)69.336 444 Q 2.5(ou)-.1 G
9565(pper case letters, AA to ZZ.)-2.5 E F2(dblbar let="A" reh let)105.336
9566462 Q 69.336 487 EBEGIN
95670 0.1 0.5 setrgbcolor
9568EEND/F0 13/Times-Italic@0 SF 3.25(5.3.7 Hiding)72.586 487 R(time/k)3.25
9569E .78 -.39(ey s)-.13 H(ignatur).39 E 3.25(ea)-.481 G(nd clef c)-3.25 E
9570(hang)-.195 E(es)-.13 E 69.336 499 EBEGIN
95710 0 0 setrgbcolor
9572EEND/F0 10/Times-Roman@0 SF 1.049
9573(Generally in printed music, when a time signature or k)72.885 499 R
95741.348 -.15(ey s)-.1 H 1.048(ignature change occurs at the be).15 F 1.048
9575(ginning of a)-.15 F .138
9576(score, these changes are also printed at the v)69.336 511 R .138
9577(ery end of the pre)-.15 F .138(vious score, to mak)-.25 F 2.638(ei)-.1
9578G 2.638(tc)-2.638 G .138(lear there is a change)-2.638 F 1.242
9579(coming up.)69.336 523 R 1.242(Mup normally does this, b)6.242 F 1.241
9580(ut occasionally you may not w)-.2 F 1.241(ant that beha)-.1 F(vior)-.2
9581E 6.241(.S)-.55 G 1.241(ometimes you)-6.241 F 1.638(may w)69.336 535 R
95821.638(ant to mak)-.1 F 4.138(ean)-.1 G 2.138 -.25(ew s)-4.138 H 1.638
9583(core appear lik).25 F 4.138(et)-.1 G 1.638(he be)-4.138 F 1.638
9584(ginning of a ne)-.15 F 4.138(wp)-.25 G 1.638
9585(iece. If you wish to suppress the)-4.138 F .036
9586(printing of time signature, k)69.336 547 R .336 -.15(ey s)-.1 H .036(i\
9587gnature, and clef changes at the end of the preceding score, you can us\
9588e the).15 F 1.656("hidechanges" k)69.336 559 R -.15(ey)-.1 G -.1(wo).15
9589G 1.657(rd on the bar line at which the changes occur).1 F 6.657(.H)-.55
9590G 1.657(idechanges cannot be used on a)-6.657 F(restart bar)69.336 571 Q
9591(.)-.55 E EP
9592%%Page: 42 48
9593%%BeginPageSetup
9594BP
9595%%EndPageSetup
9596/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(2-)-2.5 G/F1 10
9597/Courier@0 SF(1: c;d;e;f;)105.336 96 Q(bar)105.336 108 Q
9598(// change time/key with normal treatment)105.336 120 Q(newscore)105.336
9599144 Q(score time=5/4 ; key = 1&)105.336 156 Q(music)105.336 168 Q
9600(1: d;e;f;2g;)105.336 180 Q
9601(// don't show changes at end of previous score)105.336 192 Q
9602(bar hidechanges)105.336 204 Q(newscore)105.336 228 Q
9603(score time=6/4 ; key = 2#)105.336 252 Q(music)105.336 264 Q
9604(1: d;e;f;2.g;)105.336 276 Q(bar)105.336 288 Q 111.836 297.6 EBEGIN
9605gsave 0 0.25 0.75 setrgbcolor 0 193 rlineto 352 0 rlineto 0 193 neg rlineto closepath stroke grestore
9606EEND 128 570 352 352 -193 193 110.836 490.6 PBEGIN
9607%%BeginDocument: mugex39.ps
9608%%BoundingBox: 128 570 480 763
9609save
96101960644268 1960643998 sv
96111.000000 1.000000 scale
9612% S_SSV
9613(/tmp/ugexiM5077) inputfile
96141 linenum
9615% S_FEED
9616588.07 803.00 828.00 5 1.000000 1.000000 stf
9617/Times-Roman findfont
961812 scalefont
9619setfont
9620144.00 728.73 moveto
9621( ) show
9622% S_CLEFSIG
9623167.86 725.00 1.000000 gclef
9624/NewCenturySchlbk-Bold findfont
962516 scalefont
9626setfont
9627179.66 731.00 moveto
9628(4) show
9629/NewCenturySchlbk-Bold findfont
963016 scalefont
9631setfont
9632179.66 718.98 moveto
9633(4) show
9634% S_CHHEAD
9635% S_STAFF
9636% staff 1
9637save
9638213.12 713.00 1.000000 4n
96390.70 setlinewidth
9640206.89 713.00 moveto
9641219.35 713.00 lineto stroke
9642216.80 713.75 moveto
9643216.80 734.00 lineto stroke
9644272.47 716.00 1.000000 4n
9645276.15 716.75 moveto
9646276.15 737.00 lineto stroke
9647331.81 719.00 1.000000 4n
9648335.50 719.75 moveto
9649335.50 740.00 lineto stroke
9650392.00 722.00 1.000000 4n
9651395.68 722.75 moveto
9652395.68 743.00 lineto stroke
9653restore
9654% S_BAR
96557 linenum
96560.70 setlinewidth
9657445.80 743.00 moveto
9658445.80 719.00 lineto stroke
9659% S_SSV
966010 linenum
9661% S_CLEFSIG
9662451.04 731.00 1.000000 flat
9663/NewCenturySchlbk-Bold findfont
966416 scalefont
9665setfont
9666456.78 731.00 moveto
9667(5) show
9668/NewCenturySchlbk-Bold findfont
966916 scalefont
9670setfont
9671456.78 718.98 moveto
9672(4) show
9673% S_FEED
96749 linenum
9675576.00 737.00 828.00 5 1.000000 1.000000 stf
9676% S_CLEFSIG
9677155.79 659.00 1.000000 gclef
9678169.33 665.00 1.000000 flat
9679/NewCenturySchlbk-Bold findfont
968016 scalefont
9681setfont
9682175.07 665.00 moveto
9683(5) show
9684/NewCenturySchlbk-Bold findfont
968516 scalefont
9686setfont
9687175.07 652.98 moveto
9688(4) show
9689% S_CHHEAD
9690% S_STAFF
9691% staff 1
9692save
9693207.92 650.00 1.000000 4n
9694211.60 650.75 moveto
9695211.60 671.00 lineto stroke
9696263.56 653.00 1.000000 4n
9697267.25 653.75 moveto
9698267.25 674.00 lineto stroke
9699319.18 656.00 1.000000 4n
9700322.86 656.75 moveto
9701322.86 677.00 lineto stroke
9702381.66 659.00 1.000000 2n
9703385.56 659.75 moveto
9704385.56 680.00 lineto stroke
9705restore
9706% S_BAR
970714 linenum
97080.70 setlinewidth
9709467.65 677.00 moveto
9710467.65 653.00 lineto stroke
9711% S_SSV
971218 linenum
9713% S_CLEFSIG
9714% S_FEED
971516 linenum
9716576.00 671.00 828.00 5 1.000000 1.000000 stf
9717% S_CLEFSIG
9718155.79 593.00 1.000000 gclef
9719169.90 611.00 1.000000 sharp
9720176.54 602.00 1.000000 sharp
9721/NewCenturySchlbk-Bold findfont
972216 scalefont
9723setfont
9724182.86 599.00 moveto
9725(6) show
9726/NewCenturySchlbk-Bold findfont
972716 scalefont
9728setfont
9729182.86 586.98 moveto
9730(4) show
9731% S_CHHEAD
9732% S_STAFF
9733% staff 1
9734save
9735214.33 584.00 1.000000 4n
9736218.01 584.75 moveto
9737218.01 605.00 lineto stroke
9738261.67 587.00 1.000000 4n
9739265.35 587.75 moveto
9740265.35 608.00 lineto stroke
9741308.97 590.00 1.000000 4n
9742312.66 590.75 moveto
9743312.66 611.00 lineto stroke
9744364.54 593.00 1.000000 2n
9745374.02 596.00 1.000000 dot
9746368.44 593.75 moveto
9747368.44 614.00 lineto stroke
9748restore
9749% S_BAR
975022 linenum
97510.70 setlinewidth
9752467.65 611.00 moveto
9753467.65 587.00 lineto stroke
9754% Printing header/footer
9755showpage
9756restore
9757%%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold
9758%%Pages: 2
9759%%EndDocument
9760end PEND 69.336 510.6 EBEGIN
97610 0.1 0.5 setrgbcolor
9762EEND/F0 14/Times-Bold@0 SF 3.5(5.4 Multir)72.836 510.6 R(est)-.252 E
976369.336 528.6 EBEGIN
97640 0 0 setrgbcolor
9765EEND/F0 10/Times-Roman@0 SF .783(Multiple measure rests can be indicate\
9766d using the "multirest" statement.)72.619 528.6 R .782(It is follo)5.782
9767F .782(wed by the number of)-.25 F .162(measures of rest.)69.336 540.6 R
9768.162(The number must be greater than 1, and no lar)5.162 F .163
9769(ger than 1000.)-.18 F .163(There must not be an)5.163 F 2.663(yn)-.15 G
9770(ote)-2.663 E(or lyric information speci\214ed for a multirest measure.)
977169.336 552.6 Q(Examples:)5 E/F1 10/Courier@0 SF(multirest 15)105.336
9772570.6 Q(bar)105.336 582.6 Q(1: 2c;4;;)105.336 594.6 Q(bar)105.336 606.6
9773Q(1: 2.c;4r;)105.336 618.6 Q(bar)105.336 630.6 Q(multirest 5)105.336
9774642.6 Q(bar)105.336 654.6 Q 91.836 664.2 EBEGIN
9775gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 392 0 rlineto 0 64 neg rlineto closepath stroke grestore
9776EEND 128 698 392 392 -64 64 90.836 728.2 PBEGIN
9777%%BeginDocument: mugex40.ps
9778%%BoundingBox: 128 698 520 762
9779save
9780703918026 703917304 sv
97811.000000 1.000000 scale
9782% S_SSV
9783(/tmp/ugexiM5077) inputfile
97841 linenum
9785% S_FEED
9786144.29 1230.79 792.00 5 1.000000 1.000000 stf
9787% S_CLEFSIG
9788156.08 720.79 1.000000 gclef
9789% S_CHHEAD
9790% S_STAFF
9791% staff 1
9792save
97931.50 setlinewidth
9794187.90 720.79 moveto
9795187.90 732.79 lineto stroke
9796246.42 720.79 moveto
9797246.42 732.79 lineto stroke
97983.00 setlinewidth
9799187.90 726.79 moveto
9800246.42 726.79 lineto stroke
9801/NewCenturySchlbk-Bold findfont
980216 scalefont
9803setfont
9804207.95 741.79 moveto
9805(15) show
9806restore
9807% S_BAR
98085 linenum
98090.70 setlinewidth
9810260.96 738.79 moveto
9811260.96 714.79 lineto stroke
9812% S_CHHEAD
9813% S_STAFF
9814% staff 1
9815save
9816273.29 708.79 1.000000 2n
9817266.84 708.79 moveto
9818279.74 708.79 lineto stroke
9819277.19 709.54 moveto
9820277.19 729.79 lineto stroke
9821302.88 708.79 1.000000 4n
9822296.65 708.79 moveto
9823309.11 708.79 lineto stroke
9824306.56 709.54 moveto
9825306.56 729.79 lineto stroke
9826321.99 708.79 1.000000 4n
9827315.76 708.79 moveto
9828328.22 708.79 lineto stroke
9829325.67 709.54 moveto
9830325.67 729.79 lineto stroke
9831restore
9832% S_BAR
98337 linenum
98340.70 setlinewidth
9835341.55 738.79 moveto
9836341.55 714.79 lineto stroke
9837% S_CHHEAD
9838% S_STAFF
9839% staff 1
9840save
9841354.71 708.79 1.000000 2n
9842364.19 711.79 1.000000 dot
9843348.26 708.79 moveto
9844361.16 708.79 lineto stroke
9845358.61 709.54 moveto
9846358.61 729.79 lineto stroke
9847396.66 726.79 1.000000 4rest
9848restore
9849% S_BAR
98509 linenum
98510.70 setlinewidth
9852416.07 738.79 moveto
9853416.07 714.79 lineto stroke
9854% S_CHHEAD
9855% S_STAFF
9856% staff 1
9857save
98581.50 setlinewidth
9859430.60 720.79 moveto
9860430.60 732.79 lineto stroke
9861489.12 720.79 moveto
9862489.12 732.79 lineto stroke
98633.00 setlinewidth
9864430.60 726.79 moveto
9865489.12 726.79 lineto stroke
9866/NewCenturySchlbk-Bold findfont
986716 scalefont
9868setfont
9869455.25 741.79 moveto
9870(5) show
9871restore
9872% S_BAR
987311 linenum
98740.70 setlinewidth
9875503.65 738.79 moveto
9876503.65 714.79 lineto stroke
9877% Printing header/footer
9878showpage
9879restore
9880%%DocumentFonts: /NewCenturySchlbk-Bold
9881%%Pages: 2
9882%%EndDocument
9883end PEND EP
9884%%Page: 43 49
9885%%BeginPageSetup
9886BP
9887%%EndPageSetup
9888/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(3-)-2.5 G
9889(See also the -c command line option, and the restcombine parameter)
989069.336 96 Q(.)-.55 E(Normally)69.336 114 Q 5.668(,t)-.65 G 3.167
9891(he number of measures of rest is printed, b)-5.668 F 3.167
9892(ut it is possible to turn this of)-.2 F 5.667(fu)-.25 G 3.167(sing the)
9893-5.667 F(printmultnum parameter)69.336 126 Q 5(.A)-.55 G 2.5(na)-5 G
9894(lternate notation can be speci\214ed using the restsymmult parameter)
9895-2.5 E(.)-.55 E 69.336 144 EBEGIN
98960 0.1 0.5 setrgbcolor
9897EEND/F0 14/Times-Bold@0 SF 3.5(5.5 L)72.836 144 R(yrics)-.77 E 69.336
9898162 EBEGIN
98990 0 0 setrgbcolor
9900EEND/F0 10/Times-Roman@0 SF -.55(Ly)72.318 162 S .482
9901(rics are speci\214ed in a some).55 F .483
9902(what similar manner to note groups.)-.25 F -.55(Ly)5.483 G .483
9903(rics for each staf).55 F 2.983(fa)-.25 G .483(re speci\214ed with)
9904-2.983 F .747(the w)69.336 174 R .747(ord "lyrics" optionally follo)-.1
9905F .747(wed by a)-.25 F/F1 10/Times-Italic@0 SF(place)3.247 E F0 3.247
9906(,f)C(ollo)-3.247 E .746(wed by the)-.25 F F1(staf)3.246 E 3.246(fn)-.18
9907G(umber)-3.246 E F0 3.246(,f)C(ollo)-3.246 E .746(wed by a colon, then)
9908-.25 F(the timing and syllable information.)69.336 186 Q(The)69.336 204
9909Q F1(place)2.883 E F0 2.883(,i)C 2.883(fs)-2.883 G .383
9910(peci\214ed, can be "abo)-2.883 F -.15(ve)-.15 G 2.883("o).15 G 2.883
9911(r")-2.883 G(belo)-2.883 E -.65(w,)-.25 G 2.883("t).65 G 2.883(oi)-2.883
9912G .383(ndicate whether the lyrics are to be printed abo)-2.883 F .684
9913-.15(ve o)-.15 H(r).15 E(belo)69.336 216 Q 2.5(wt)-.25 G(he gi)-2.5 E
9914-.15(ve)-.25 G 2.5(ns).15 G(taf)-2.5 E(f. The def)-.25 E(ault is belo)
9915-.1 E -.65(w.)-.25 G(The)69.336 234 Q F1(staf)2.921 E 2.921(fn)-.18 G
9916(umber)-2.921 E F0 .421
9917(can be a single number or list of ranges of numbers.)2.921 F .421
9918(It can also be gi)5.421 F -.15(ve)-.25 G 2.921(na).15 G 2.921(st)-2.921
9919G .42(he k)-2.921 F -.15(ey)-.1 G -.1(wo).15 G(rd).1 E
9920("all," which will place the lyrics abo)69.336 246 Q .3 -.15(ve t)-.15 H
9921(he top visible staf).15 E 2.5(fo)-.25 G 2.5(rb)-2.5 G(elo)-2.5 E 2.5
9922(wt)-.25 G(he bottom visible staf)-2.5 E(f.)-.25 E .222
9923(The place can also be speci\214ed as "between)69.336 264 R F1(M)2.722 E
9924/F2 10/Times-Bold@0 SF(&)A F1(N)A F0 2.722("w)C(here)-2.722 E F1(M)2.722
9925E F0(and)2.722 E F1(N)2.722 E F0 .222(are numbers.)2.722 F .222
9926(This will cause the lyrics)5.222 F(to printed approximately halfw)
992769.336 276 Q(ay between staf)-.1 E(f)-.25 E F1(M)2.5 E F0(and staf)2.5 E
9928(f)-.25 E F1(N)2.5 E F0(.)A F1(N)2.5 E F0(must be e)2.5 E
9929(xactly one greater than)-.15 E F1(M)2.5 E F0(.)A/F3 10/Courier@0 SF
9930(lyrics 1:)105.336 294 Q(lyrics above 2,3:)105.336 306 Q
9931(lyrics between 1&2, 3&4:)105.336 318 Q F0 .686(If you w)69.336 344 R
9932.686(ant the same lyrics abo)-.1 F .986 -.15(ve s)-.15 H .686(ome staf)
9933.15 F .686(fs b)-.25 F .686(ut belo)-.2 F 3.186(wo)-.25 G .686
9934(thers, you can specify se)-3.186 F -.15(ve)-.25 G .685
9935(ral places and list of).15 F(staf)69.336 356 Q
9936(fs, separated by semicolons.)-.25 E -.15(Fo)5 G 2.5(re).15 G(xample:)
9937-2.65 E F3(lyrics above 1,3 ; below 2,4 ; between 5&6 :)105.336 374 Q F0
9938.626(After the colon comes a list of time v)69.336 400 R 3.126(alues. T)
9939-.25 F .626(ime v)-.35 F .626
9940(alues are separated by semicolons and are speci\214ed as)-.25 F(the)
994169.336 412 Q 2.5(ya)-.15 G
9942(re for notes: "2" for half notes, "8." for dotted eight, etc.)-2.5 E
9943.507(If the time v)69.336 430 R .507
9944(alues for lyrics are the same as the time v)-.25 F .506
9945(alues for the notes on the staf)-.25 F .506(f, the time v)-.25 F .506
9946(alues need)-.25 F .16(not be speci\214ed. If you don')69.336 442 R 2.66
9947(ts)-.18 G .16(pecify them, Mup will deri)-2.66 F .461 -.15(ve t)-.25 H
9948.161(he appropriate v).15 F .161(alues from the music input.)-.25 F(If)
99495.161 E .761(you list more than one staf)69.336 454 R .761
9950(f, the time v)-.25 F .761(alues will be deri)-.25 F -.15(ve)-.25 G
99513.261(df).15 G .761(rom the \214rst staf)-3.261 F 3.261(fy)-.25 G .761
9952(ou list. Usually)-3.261 F 3.261(,t)-.65 G .761(he time)-3.261 F -.25
9953(va)69.336 466 S .107(lues will be deri).25 F -.15(ve)-.25 G 2.607(df)
9954.15 G .107(rom v)-2.607 F .107(oice 1, b)-.2 F .108(ut if v)-.2 F .108
9955(oice 1 music data doesn')-.2 F 2.608(te)-.18 G .108(xist or is in)
9956-2.758 F .108(visible, or if the lyrics are)-.4 F -.15(ex)69.336 478 S
9957.641(plicitly speci\214ed as "belo).15 F .641
9958(w" and there is a visible v)-.25 F .64(oice 2, then v)-.2 F .64
9959(oice 2 will be used.)-.2 F -1.29(Vo)5.64 G .64(ice 3, if an)1.29 F 1.94
9960-.65(y, i)-.15 H(s).65 E(ne)69.336 490 Q -.15(ve)-.25 G 2.5(ru).15 G
9961(sed for automatically deri)-2.5 E(ving time v)-.25 E(alues for lyrics.)
9962-.25 E(Some e)5 E(xamples:)-.15 E EP
9963%%Page: 44 50
9964%%BeginPageSetup
9965BP
9966%%EndPageSetup
9967/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(4-)-2.5 G/F1 10
9968/Courier@0 SF(1: c;d;e;f;)105.336 96 Q(lyrics 1: "The sun will shine";)
9969105.336 108 Q(// The time values will be all quarter notes,)105.336 120
9970Q(// as derived from the music on staff 1)105.336 132 Q(bar)105.336 144
9971Q(1: 8g;4.f;4g;a;)105.336 168 Q(lyrics 1: "up-on the earth.";)105.336
9972180 Q(// The derived time values will be 8;4.;4;;)105.336 192 Q(bar)
9973105.336 204 Q(// In these examples, time values will be taken)105.336
9974228 Q(// from staff 4, since it is the first one listed.)105.336 240 Q
9975(// In the last case, because "below" is specified explicitly,)105.336
9976252 Q(// the times will be taken from voice 2)105.336 264 Q
9977(// if there is a visible voice 2; in all the other cases)105.336 276 Q
9978(// it will be taken from voice 1 if voice 1 music)105.336 288 Q
9979(// has been entered and is visible.)105.336 300 Q
9980(lyrics 4,7,9: "for-ev-er";)105.336 312 Q
9981(lyrics above 4-6: "nev-er-more";)105.336 324 Q
9982(lyrics between 4&5,6&7: "this is it";)105.336 336 Q
9983(lyrics below 4,2: "and so forth";)105.336 348 Q F0 .011
9984(The line describing the music from which to deri)69.336 368 R .311 -.15
9985(ve t)-.25 H .011
9986(he times must appear in the input prior to the lyrics line).15 F .233
9987(that is deri)69.336 380 R .233(ving the times.)-.25 F .233
9988(If chords in the music are tied or slurred together)5.233 F 2.732(,M)
9989-.4 G .232(up will treat those chords as)-2.732 F 1.229
9990(being for a single syllable.)69.336 392 R(Ho)6.229 E(we)-.25 E -.15(ve)
9991-.25 G 2.029 -.4(r, t).15 H 1.23
9992(here may be some circumstances in which the rules Mup uses to).4 F
9993(deri)69.336 404 Q .503 -.15(ve t)-.25 H .203(ime v).15 F .203
9994(alues may not yield what you w)-.25 F .203
9995(ant, in which case you will ha)-.1 F .502 -.15(ve t)-.2 H 2.702(oe).15
9996G .202(xplicitly specify the times)-2.852 F(for that measure.)69.336 416
9997Q -.15(Fo)69.336 434 S(llo).15 E .607(wing the time v)-.25 F .608
9998(alues is a list of one or more v)-.25 F .608
9999(erse numbers and lyric strings containing the w)-.15 F .608(ords of)-.1
10000F .474(the lyrics.)69.336 446 R .474(The v)5.474 F .474
10001(erse number\(s\) are gi)-.15 F -.15(ve)-.25 G 2.974(nw).15 G .474
10002(ithin square brack)-2.974 F .474(ets. If no v)-.1 F .473
10003(erse is speci\214ed on the \214rst set of)-.15 F .977
10004(lyrics for a staf)69.336 458 R 3.477(fa)-.25 G .977(nd place, v)-3.477
10005F .977(erse 1 is assumed.)-.15 F .978
10006(On subsequent lyrics strings for that staf)5.977 F 3.478(fa)-.25 G .978
10007(nd place, the)-3.478 F -.15(ve)69.336 470 S .307
10008(rse number is assumed to be one more than the pre).15 F .307(vious v)
10009-.25 F .307(erse number)-.15 F 5.307(.T)-.55 G .307
10010(hus you only need to e)-5.307 F(xplicitly)-.15 E(specify a v)69.336 482
10011Q(erse number if you w)-.15 E(ant to skip o)-.1 E -.15(ve)-.15 G 2.5
10012(rav).15 G(erse or supply them out of order)-2.65 E(.)-.55 E -1.11(Ve)
1001369.336 500 S .075(rse numbers need not be consecuti)1.11 F -.15(ve)-.25
10014G 5.075(.T).15 G .075(he staf)-5.075 F 2.575(fn)-.25 G .076(umber and v)
10015-2.575 F .076(erse number can be gi)-.15 F -.15(ve)-.25 G 2.576(na).15 G
100162.576(sl)-2.576 G .076(ists or ranges.)-2.576 F(Another e)69.336 512 Q
10017(xample:)-.15 E F1(1-2: 4.c+;8c;{4e;f;g;}3;)105.336 530 Q
10018(lyrics below 1-2: 4.;8;{4;;;}3; \\)105.336 542 Q
10019("This is some-thing else."; \\)153.336 554 Q
10020([4,5] "How do you like this?"; \\)153.336 566 Q
10021([2-3,6] "Now try this out too.";)153.336 578 Q(bar)105.336 590 Q EP
10022%%Page: 45 51
10023%%BeginPageSetup
10024BP
10025%%EndPageSetup
10026/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(5-)-2.5 G 127.836 96
10027EBEGIN
10028gsave 0 0.25 0.75 setrgbcolor 0 269 rlineto 320 0 rlineto 0 269 neg rlineto closepath stroke grestore
10029EEND 160 493 320 320 -269 269 126.836 365 PBEGIN
10030%%BeginDocument: mugex41.ps
10031%%BoundingBox: 160 493 480 762
10032save
10033703918026 703917304 sv
100341.000000 1.000000 scale
10035% S_SSV
10036(/tmp/ugexiM5077) inputfile
100371 linenum
10038% S_FEED
10039180.29 1233.86 756.00 5 1.000000 1.000000 stf
10040180.29 1105.59 756.00 5 1.000000 1.000000 stf
100410.70 setlinewidth
10042180.29 741.86 moveto
10043180.29 589.59 lineto stroke
10044% S_CLEFSIG
10045192.08 723.86 1.000000 gclef
10046192.08 595.59 1.000000 gclef
10047% S_CHHEAD
10048% S_STAFF
10049% staff 1
10050save
100514 linenum
10052/Times-Roman findfont
1005312 scalefont
10054setfont
10055222.82 697.86 moveto
10056(This) show
10057/Times-Roman findfont
1005812 scalefont
10059setfont
10060301.28 697.86 moveto
10061(is) show
10062/Times-Roman findfont
1006312 scalefont
10064setfont
10065363.64 697.86 moveto
10066(-) show
10067/Times-Roman findfont
1006812 scalefont
10069setfont
10070330.29 697.86 moveto
10071(some) show
10072/Times-Roman findfont
1007312 scalefont
10074setfont
10075374.65 697.86 moveto
10076(thing) show
10077/Times-Roman findfont
1007812 scalefont
10079setfont
10080420.07 697.86 moveto
10081(else.) show
100824 linenum
10083/Times-Roman findfont
1008412 scalefont
10085setfont
10086222.34 684.61 moveto
10087(Now) show
10088/Times-Roman findfont
1008912 scalefont
10090setfont
10091299.97 684.61 moveto
10092(try) show
10093/Times-Roman findfont
1009412 scalefont
10095setfont
10096333.29 684.61 moveto
10097(this) show
10098/Times-Roman findfont
1009912 scalefont
10100setfont
10101376.97 684.61 moveto
10102(out) show
10103/Times-Roman findfont
1010412 scalefont
10105setfont
10106420.91 684.61 moveto
10107(too.) show
101084 linenum
10109/Times-Roman findfont
1011012 scalefont
10111setfont
10112222.34 671.29 moveto
10113(Now) show
10114/Times-Roman findfont
1011512 scalefont
10116setfont
10117299.97 671.29 moveto
10118(try) show
10119/Times-Roman findfont
1012012 scalefont
10121setfont
10122333.29 671.29 moveto
10123(this) show
10124/Times-Roman findfont
1012512 scalefont
10126setfont
10127376.97 671.29 moveto
10128(out) show
10129/Times-Roman findfont
1013012 scalefont
10131setfont
10132420.91 671.29 moveto
10133(too.) show
101344 linenum
10135/Times-Roman findfont
1013612 scalefont
10137setfont
10138222.34 657.97 moveto
10139(How) show
10140/Times-Roman findfont
1014112 scalefont
10142setfont
10143300.29 657.97 moveto
10144(do) show
10145/Times-Roman findfont
1014612 scalefont
10147setfont
10148333.13 657.97 moveto
10149(you) show
10150/Times-Roman findfont
1015112 scalefont
10152setfont
10153376.31 657.97 moveto
10154(like) show
10155/Times-Roman findfont
1015612 scalefont
10157setfont
10158419.83 657.97 moveto
10159(this?) show
101604 linenum
10161/Times-Roman findfont
1016212 scalefont
10163setfont
10164222.34 644.65 moveto
10165(How) show
10166/Times-Roman findfont
1016712 scalefont
10168setfont
10169300.29 644.65 moveto
10170(do) show
10171/Times-Roman findfont
1017212 scalefont
10173setfont
10174333.13 644.65 moveto
10175(you) show
10176/Times-Roman findfont
1017712 scalefont
10178setfont
10179376.31 644.65 moveto
10180(like) show
10181/Times-Roman findfont
1018212 scalefont
10183setfont
10184419.83 644.65 moveto
10185(this?) show
101864 linenum
10187/Times-Roman findfont
1018812 scalefont
10189setfont
10190222.34 631.33 moveto
10191(Now) show
10192/Times-Roman findfont
1019312 scalefont
10194setfont
10195299.97 631.33 moveto
10196(try) show
10197/Times-Roman findfont
1019812 scalefont
10199setfont
10200333.29 631.33 moveto
10201(this) show
10202/Times-Roman findfont
1020312 scalefont
10204setfont
10205376.97 631.33 moveto
10206(out) show
10207/Times-Roman findfont
1020812 scalefont
10209setfont
10210420.91 631.33 moveto
10211(too.) show
10212228.15 732.86 1.000000 4n
10213237.41 732.86 1.000000 dot
10214224.47 732.11 moveto
10215224.47 711.86 lineto stroke
10216303.28 711.86 1.000000 4n
10217297.05 711.86 moveto
10218309.51 711.86 lineto stroke
10219306.96 712.61 moveto
10220306.96 732.86 lineto stroke
10221309.98 732.86 1.000000 dnflag
10222337.61 717.85 1.000000 4n
10223341.29 718.61 moveto
10224341.29 738.86 lineto stroke
10225380.79 720.86 1.000000 4n
10226384.47 721.61 moveto
10227384.47 741.86 lineto stroke
10228425.48 723.86 1.000000 4n
10229429.17 724.61 moveto
10230429.17 744.86 lineto stroke
10231/NewCenturySchlbk-BoldItalic findfont
1023211 scalefont
10233setfont
10234378.38 745.31 moveto
10235(3) show
10236333.58 747.32 moveto
10237376.38 749.11 lineto stroke
10238386.72 749.50 moveto
10239429.52 751.29 lineto stroke
10240333.58 747.32 moveto
10241333.58 744.32 lineto stroke
10242429.52 751.29 moveto
10243429.52 748.29 lineto stroke
10244restore
10245% S_STAFF
10246% staff 2
10247save
102484 linenum
10249/Times-Roman findfont
1025012 scalefont
10251setfont
10252222.82 569.59 moveto
10253(This) show
10254/Times-Roman findfont
1025512 scalefont
10256setfont
10257301.28 569.59 moveto
10258(is) show
10259/Times-Roman findfont
1026012 scalefont
10261setfont
10262363.64 569.59 moveto
10263(-) show
10264/Times-Roman findfont
1026512 scalefont
10266setfont
10267330.29 569.59 moveto
10268(some) show
10269/Times-Roman findfont
1027012 scalefont
10271setfont
10272374.65 569.59 moveto
10273(thing) show
10274/Times-Roman findfont
1027512 scalefont
10276setfont
10277420.07 569.59 moveto
10278(else.) show
102794 linenum
10280/Times-Roman findfont
1028112 scalefont
10282setfont
10283222.34 556.34 moveto
10284(Now) show
10285/Times-Roman findfont
1028612 scalefont
10287setfont
10288299.97 556.34 moveto
10289(try) show
10290/Times-Roman findfont
1029112 scalefont
10292setfont
10293333.29 556.34 moveto
10294(this) show
10295/Times-Roman findfont
1029612 scalefont
10297setfont
10298376.97 556.34 moveto
10299(out) show
10300/Times-Roman findfont
1030112 scalefont
10302setfont
10303420.91 556.34 moveto
10304(too.) show
103054 linenum
10306/Times-Roman findfont
1030712 scalefont
10308setfont
10309222.34 543.02 moveto
10310(Now) show
10311/Times-Roman findfont
1031212 scalefont
10313setfont
10314299.97 543.02 moveto
10315(try) show
10316/Times-Roman findfont
1031712 scalefont
10318setfont
10319333.29 543.02 moveto
10320(this) show
10321/Times-Roman findfont
1032212 scalefont
10323setfont
10324376.97 543.02 moveto
10325(out) show
10326/Times-Roman findfont
1032712 scalefont
10328setfont
10329420.91 543.02 moveto
10330(too.) show
103314 linenum
10332/Times-Roman findfont
1033312 scalefont
10334setfont
10335222.34 529.70 moveto
10336(How) show
10337/Times-Roman findfont
1033812 scalefont
10339setfont
10340300.29 529.70 moveto
10341(do) show
10342/Times-Roman findfont
1034312 scalefont
10344setfont
10345333.13 529.70 moveto
10346(you) show
10347/Times-Roman findfont
1034812 scalefont
10349setfont
10350376.31 529.70 moveto
10351(like) show
10352/Times-Roman findfont
1035312 scalefont
10354setfont
10355419.83 529.70 moveto
10356(this?) show
103574 linenum
10358/Times-Roman findfont
1035912 scalefont
10360setfont
10361222.34 516.38 moveto
10362(How) show
10363/Times-Roman findfont
1036412 scalefont
10365setfont
10366300.29 516.38 moveto
10367(do) show
10368/Times-Roman findfont
1036912 scalefont
10370setfont
10371333.13 516.38 moveto
10372(you) show
10373/Times-Roman findfont
1037412 scalefont
10375setfont
10376376.31 516.38 moveto
10377(like) show
10378/Times-Roman findfont
1037912 scalefont
10380setfont
10381419.83 516.38 moveto
10382(this?) show
103834 linenum
10384/Times-Roman findfont
1038512 scalefont
10386setfont
10387222.34 503.06 moveto
10388(Now) show
10389/Times-Roman findfont
1039012 scalefont
10391setfont
10392299.97 503.06 moveto
10393(try) show
10394/Times-Roman findfont
1039512 scalefont
10396setfont
10397333.29 503.06 moveto
10398(this) show
10399/Times-Roman findfont
1040012 scalefont
10401setfont
10402376.97 503.06 moveto
10403(out) show
10404/Times-Roman findfont
1040512 scalefont
10406setfont
10407420.91 503.06 moveto
10408(too.) show
10409228.15 604.59 1.000000 4n
10410237.41 604.59 1.000000 dot
104110.70 setlinewidth
10412224.47 603.84 moveto
10413224.47 583.59 lineto stroke
10414303.28 583.59 1.000000 4n
10415297.05 583.59 moveto
10416309.51 583.59 lineto stroke
10417306.96 584.34 moveto
10418306.96 604.59 lineto stroke
10419309.98 604.59 1.000000 dnflag
10420337.61 589.59 1.000000 4n
10421341.29 590.34 moveto
10422341.29 610.59 lineto stroke
10423380.79 592.59 1.000000 4n
10424384.47 593.34 moveto
10425384.47 613.59 lineto stroke
10426425.48 595.59 1.000000 4n
10427429.17 596.34 moveto
10428429.17 616.59 lineto stroke
10429/NewCenturySchlbk-BoldItalic findfont
1043011 scalefont
10431setfont
10432378.38 617.04 moveto
10433(3) show
10434333.58 619.06 moveto
10435376.38 620.84 lineto stroke
10436386.72 621.23 moveto
10437429.52 623.02 lineto stroke
10438333.58 619.06 moveto
10439333.58 616.06 lineto stroke
10440429.52 623.02 moveto
10441429.52 620.02 lineto stroke
10442restore
10443% S_BAR
104449 linenum
104450.70 setlinewidth
10446467.65 741.86 moveto
10447467.65 717.85 lineto stroke
10448467.65 613.59 moveto
10449467.65 589.59 lineto stroke
10450% Printing header/footer
10451showpage
10452restore
10453%%DocumentFonts: /Times-Roman /NewCenturySchlbk-BoldItalic
10454%%Pages: 2
10455%%EndDocument
10456end PEND/F0 10/Times-Roman@0 SF .187(In this e)69.336 385 R .187
10457(xample, the lyrics will go belo)-.15 F 2.687(ws)-.25 G(taf)-2.687 E
10458.186
10459(fs 1 and 2. There are 5 syllables. The \214rst is a dotted quarter in)
10460-.25 F .322(length, the second is an eighth, and the last three mak)
1046169.336 397 R 2.822(eu)-.1 G 2.822(paq)-2.822 G .322
10462(uarter note triplet. The \214rst string is for v)-2.822 F(erse)-.15 E
10463.012(1, since no v)69.336 409 R .012(erse number w)-.15 F .012
10464(as speci\214ed. The second string will be used for v)-.1 F .012
10465(erses 4 and 5, and the last string)-.15 F(for v)69.336 421 Q
10466(erses 2, 3, and 6.)-.15 E -1.1(Yo)69.336 439 S 2.543(uc)1.1 G .043
10467(an also specify a v)-2.543 F .043(erse number of "c" which means the v)
10468-.15 F .043(erse is to be centered v)-.15 F(ertically)-.15 E 2.543(.T)
10469-.65 G .043(his is useful)-2.543 F .041(if you ha)69.336 451 R .341 -.15
10470(ve a r)-.2 H .041(efrain that is identical for se).15 F -.15(ve)-.25 G
10471.041(ral v).15 F .041(erses, and you don')-.15 F 2.541(tw)-.18 G .041
10472(ant to ha)-2.641 F .341 -.15(ve i)-.2 H 2.541(tp).15 G .041
10473(rinted multiple times.)-2.541 F/F1 10/Courier@0 SF(1: c;;e;;)105.336
10474469 Q(lyrics 1: ;;2s; [1] "verse one"; [2] "verse two";)105.336 481 Q
10475(lyrics 1: 2s;4;; [c] "The refrain";)105.336 493 Q(// centered lyrics)15
10476E(bar)105.336 505 Q 163.836 514.6 EBEGIN
10477gsave 0 0.25 0.75 setrgbcolor 0 84 rlineto 248 0 rlineto 0 84 neg rlineto closepath stroke grestore
10478EEND 200 679 248 248 -84 84 162.836 598.6 PBEGIN
10479%%BeginDocument: mugex42.ps
10480%%BoundingBox: 200 679 448 763
10481save
10482703918026 703917304 sv
104831.000000 1.000000 scale
10484% S_SSV
10485(/tmp/ugexiM5077) inputfile
104862 linenum
10487% S_FEED
10488216.29 1235.00 720.00 5 1.000000 1.000000 stf
10489% S_CLEFSIG
10490228.08 725.00 1.000000 gclef
10491% S_CHHEAD
10492% S_STAFF
10493% staff 1
10494save
104957 linenum
10496/Times-Roman findfont
1049712 scalefont
10498setfont
10499340.05 692.60 moveto
10500(The) show
10501/Times-Roman findfont
1050212 scalefont
10503setfont
10504380.18 692.60 moveto
10505(refrain) show
105066 linenum
10507/Times-Roman findfont
1050812 scalefont
10509setfont
10510251.58 699.00 moveto
10511(verse) show
10512/Times-Roman findfont
1051312 scalefont
10514setfont
10515299.64 699.00 moveto
10516(one) show
105176 linenum
10518/Times-Roman findfont
1051912 scalefont
10520setfont
10521251.58 686.19 moveto
10522(verse) show
10523/Times-Roman findfont
1052412 scalefont
10525setfont
10526299.48 686.19 moveto
10527(two) show
10528257.90 713.00 1.000000 4n
105290.70 setlinewidth
10530251.66 713.00 moveto
10531264.13 713.00 lineto stroke
10532261.58 713.75 moveto
10533261.58 734.00 lineto stroke
10534303.96 713.00 1.000000 4n
10535297.73 713.00 moveto
10536310.19 713.00 lineto stroke
10537307.64 713.75 moveto
10538307.64 734.00 lineto stroke
10539344.72 719.00 1.000000 4n
10540348.40 719.75 moveto
10541348.40 740.00 lineto stroke
10542388.14 719.00 1.000000 4n
10543391.82 719.75 moveto
10544391.82 740.00 lineto stroke
10545restore
10546% S_BAR
105479 linenum
105480.70 setlinewidth
10549431.65 743.00 moveto
10550431.65 719.00 lineto stroke
10551% Printing header/footer
10552showpage
10553restore
10554%%DocumentFonts: /Times-Roman
10555%%Pages: 2
10556%%EndDocument
10557end PEND/F0 10/Times-Roman@0 SF .744(The lyrics string is follo)69.336
10558618.6 R .744(wed by a semicolon.)-.25 F .745
10559(There must normally be one syllable in the lyrics string for)5.744 F
10560.937(each time v)69.336 630.6 R 3.437(alue. \(There)-.25 F .936
10561(is one e)3.437 F .936(xception, discussed later)-.15 F 3.436
10562(.\) Syllables)-.55 F .936(are separated in the lyrics string by)3.436 F
10563(white space, a dash, or an underscore.)69.336 642.6 Q 1.043
10564(Sometimes a syllable is to be held out for se)69.336 660.6 R -.15(ve)
10565-.25 G 1.044(ral counts or o).15 F -.15(ve)-.15 G 3.544(rs).15 G -2.15
10566-.25(ev e)-3.544 H 1.044(ral notes. This can be indicated by).25 F .228
10567(dashes or underscores.)69.336 672.6 R .228(If the syllable in the lyri\
10568c string ends with a dash, on output the dash will be placed)5.228 F
10569(halfw)69.336 684.6 Q .296(ay between the gi)-.1 F -.15(ve)-.25 G 2.796
10570(ns).15 G .296(yllable and the ne)-2.796 F .296(xt syllable.)-.15 F .297
10571(If the distance between the tw)5.296 F 2.797(os)-.1 G .297
10572(yllables is long,)-2.797 F(se)69.336 696.6 Q -.15(ve)-.25 G .889(ral e)
10573.15 F -.15(ve)-.25 G .889(nly-spaced dashes will be printed.).15 F .889
10574(If a syllable in the lyric string ends with an underscore, an)5.889 F
10575.767(underscore line will be printed from the end of the current syllab\
10576le to the edge of the last note associated)69.336 708.6 R
10577(with the syllable.)69.336 720.6 Q(Here are some e)69.336 738.6 Q
10578(xamples:)-.15 E EP
10579%%Page: 46 52
10580%%BeginPageSetup
10581BP
10582%%EndPageSetup
10583/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(6-)-2.5 G/F1 10
10584/Courier@0 SF(// Verse 1. The first two words have the)105.336 96 Q
10585(// duration of a quarter note each.)105.336 108 Q
10586(// The last word lasts a half note.)105.336 120 Q(1: e;d;2c;)105.336
10587132 Q(lyrics 1: 4;;2; [1] "Three blind mice";)105.336 144 Q(bar)105.336
10588156 Q 127.836 165.6 EBEGIN
10589gsave 0 0.25 0.75 setrgbcolor 0 71 rlineto 320 0 rlineto 0 71 neg rlineto closepath stroke grestore
10590EEND 160 692 320 320 -71 71 126.836 236.6 PBEGIN
10591%%BeginDocument: mugex43.ps
10592%%BoundingBox: 160 692 480 763
10593save
10594703918026 703917304 sv
105951.000000 1.000000 scale
10596% S_SSV
10597(/tmp/ugexiM5077) inputfile
105981 linenum
10599% S_FEED
10600180.29 1235.00 756.00 5 1.000000 1.000000 stf
10601% S_CLEFSIG
10602192.08 725.00 1.000000 gclef
10603% S_CHHEAD
10604% S_STAFF
10605% staff 1
10606save
106077 linenum
10608/Times-Roman findfont
1060912 scalefont
10610setfont
10611218.74 698.90 moveto
10612(Three) show
10613/Times-Roman findfont
1061412 scalefont
10615setfont
10616285.36 698.90 moveto
10617(blind) show
10618/Times-Roman findfont
1061912 scalefont
10620setfont
10621359.02 698.90 moveto
10622(mice) show
10623225.72 719.00 1.000000 4n
106240.70 setlinewidth
10625229.40 719.75 moveto
10626229.40 740.00 lineto stroke
10627291.49 716.00 1.000000 4n
10628295.18 716.75 moveto
10629295.18 737.00 lineto stroke
10630364.86 713.00 1.000000 2n
10631358.41 713.00 moveto
10632371.30 713.00 lineto stroke
10633368.75 713.75 moveto
10634368.75 734.00 lineto stroke
10635restore
10636% S_BAR
106379 linenum
106380.70 setlinewidth
10639467.65 743.00 moveto
10640467.65 719.00 lineto stroke
10641% Printing header/footer
10642showpage
10643restore
10644%%DocumentFonts: /Times-Roman
10645%%Pages: 2
10646%%EndDocument
10647end PEND/F0 10/Courier@0 SF
10648(// examples of above lyrics with dash and underscore)105.336 256.6 Q
10649(1: 4d<>;e;8g;b;4a;)105.336 268.6 Q(lyrics above 1: "now_ or nev-er";)
10650105.336 280.6 Q(bar)105.336 292.6 Q 127.836 302.2 EBEGIN
10651gsave 0 0.25 0.75 setrgbcolor 0 67 rlineto 320 0 rlineto 0 67 neg rlineto closepath stroke grestore
10652EEND 160 693 320 320 -67 67 126.836 369.2 PBEGIN
10653%%BeginDocument: mugex44.ps
10654%%BoundingBox: 160 693 480 760
10655save
10656703918026 703917304 sv
106571.000000 1.000000 scale
10658% S_SSV
10659(/tmp/ugexiM5077) inputfile
106601 linenum
10661% S_FEED
10662180.29 1228.18 756.00 5 1.000000 1.000000 stf
10663% S_CLEFSIG
10664192.08 718.18 1.000000 gclef
10665% S_CHHEAD
10666% S_STAFF
10667% staff 1
10668save
106694 linenum
106700.70 setlinewidth
10671246.28 746.28 moveto
10672290.66 746.28 lineto stroke
10673/Times-Roman findfont
1067412 scalefont
10675setfont
10676219.71 746.28 moveto
10677(now) show
10678/Times-Roman findfont
1067912 scalefont
10680setfont
10681337.98 746.28 moveto
10682(or) show
10683/Times-Roman findfont
1068412 scalefont
10685setfont
10686396.98 746.28 moveto
10687(-) show
10688/Times-Roman findfont
1068912 scalefont
10690setfont
10691368.16 746.28 moveto
10692(nev) show
10693/Times-Roman findfont
1069412 scalefont
10695setfont
10696411.53 746.28 moveto
10697(er) show
10698226.36 709.18 1.000000 4n
10699230.04 709.93 moveto
10700230.04 730.18 lineto stroke
10701286.63 712.18 1.000000 4n
10702290.31 712.93 moveto
10703290.31 733.18 lineto stroke
10704340.46 718.18 1.000000 4n
10705344.14 718.93 moveto
10706344.14 739.18 lineto stroke
10707347.17 739.18 1.000000 dnflag
10708373.47 724.18 1.000000 4n
10709369.78 723.43 moveto
10710369.78 703.18 lineto stroke
10711372.81 703.18 1.000000 upflag
10712413.85 721.18 1.000000 4n
10713417.53 721.93 moveto
10714417.53 742.18 lineto stroke
10715228.36 704.08 moveto
10716228.37 704.23 lineto
10717237.72 702.31 247.15 701.60 256.68 702.11 curveto
10718266.21 702.62 275.51 704.33 284.60 707.23 curveto
10719284.66 706.94 lineto
10720275.72 703.24 266.42 701.13 256.76 700.61 curveto
10721247.10 700.10 237.62 701.21 228.34 703.93 curveto
10722fill
10723restore
10724% S_BAR
107257 linenum
107260.70 setlinewidth
10727467.65 736.18 moveto
10728467.65 712.18 lineto stroke
10729% Printing header/footer
10730showpage
10731restore
10732%%DocumentFonts: /Times-Roman
10733%%Pages: 2
10734%%EndDocument
10735end PEND/F0 10/Times-Roman@0 SF 1.308(Mup does its best to \214gure out\
10736 where to end dashes or underscores. Ho)69.336 389.2 R(we)-.25 E -.15
10737(ve)-.25 G 2.108 -.4(r, i).15 H 3.808(ft).4 G 1.308(here isn')-3.808 F
107383.808(taf)-.18 G(ollo)-3.808 E(wing)-.25 E .08
10739(syllable after a dash or underscore, Mup w)69.336 401.2 R .08(ould e)
10740-.1 F .08(xtend the dash or underscore to the end of the piece, which)
10741-.15 F 1.358(may not be what you w)69.336 413.2 R 1.358
10742(ant. There are a fe)-.1 F 3.858(wo)-.25 G 1.358
10743(ther cases where Mup may be unable to properly deduce)-3.858 F .455
10744(where you had intended an underscore to end.)69.336 425.2 R -1.1(Yo)
107455.455 G 2.955(uc)1.1 G .455
10746(an manually halt the dash or underscore by adding in)-2.955 F 1.718
10747(an "empty syllable," consisting of "<>". Normally)69.336 437.2 R 4.217
10748(,t)-.65 G 1.717(he angle brack)-4.217 F 1.717
10749(ets are used inside lyrics to enclose)-.1 F 1.426
10750(special non-lyrics items, as will be described a bit later)69.336 449.2
10751R 6.427(.H)-.55 G -.25(ow)-6.427 G -2.15 -.25(ev e).25 H 2.227 -.4(r, i)
10752.25 H 3.927(ft).4 G(he)-3.927 E 3.927(ya)-.15 G 1.427
10753(re used by themselv)-3.927 F 1.427(es with)-.15 F
10754(nothing between them, the)69.336 461.2 Q 2.5(ye)-.15 G
10755(ssentially mean a syllable with no te)-2.5 E(xt.)-.15 E/F1 10/Courier@0
10756SF(1: 2c;4d<>;e;)105.336 479.2 Q(lyrics 1: "last word._";)105.336 491.2
10757Q(bar)105.336 503.2 Q(1: 4d;e;f;g;)105.336 527.2 Q
10758(// add empty syllable to end the underscore)105.336 539.2 Q
10759(lyrics 1: 1; "<>";)105.336 551.2 Q(bar)105.336 563.2 Q 91.836 572.8
10760EBEGIN
10761gsave 0 0.25 0.75 setrgbcolor 0 73 rlineto 392 0 rlineto 0 73 neg rlineto closepath stroke grestore
10762EEND 128 690 392 392 -73 73 90.836 645.8 PBEGIN
10763%%BeginDocument: mugex45.ps
10764%%BoundingBox: 128 690 520 763
10765save
10766703918026 703917304 sv
107671.000000 1.000000 scale
10768% S_SSV
10769(/tmp/ugexiM5077) inputfile
107701 linenum
10771% S_FEED
10772144.29 1235.00 792.00 5 1.000000 1.000000 stf
10773% S_CLEFSIG
10774156.08 725.00 1.000000 gclef
10775% S_CHHEAD
10776% S_STAFF
10777% staff 1
10778save
107793 linenum
10780/Times-Roman findfont
1078112 scalefont
10782setfont
10783185.45 697.03 moveto
10784(last) show
107850.70 setlinewidth
10786278.84 697.03 moveto
10787300.25 697.03 lineto stroke
10788/Times-Roman findfont
1078912 scalefont
10790setfont
10791245.28 697.03 moveto
10792(word.) show
10793189.61 713.00 1.000000 2n
10794183.16 713.00 moveto
10795196.06 713.00 lineto stroke
10796193.51 713.75 moveto
10797193.51 734.00 lineto stroke
10798253.67 716.00 1.000000 4n
10799257.35 716.75 moveto
10800257.35 737.00 lineto stroke
10801296.22 719.00 1.000000 4n
10802299.90 719.75 moveto
10803299.90 740.00 lineto stroke
10804255.67 710.90 moveto
10805255.69 711.08 lineto
10806262.13 709.95 268.60 709.64 275.12 710.15 curveto
10807281.64 710.66 287.99 711.97 294.18 714.07 curveto
10808294.26 713.73 lineto
10809288.20 711.00 281.85 709.38 275.22 708.87 curveto
10810268.59 708.35 262.07 708.97 255.66 710.72 curveto
10811fill
10812restore
10813% S_BAR
108146 linenum
108150.70 setlinewidth
10816333.50 743.00 moveto
10817333.50 719.00 lineto stroke
10818% S_CHHEAD
10819% S_STAFF
10820% staff 1
10821save
108229 linenum
10823/Times-Roman findfont
1082412 scalefont
10825setfont
10826346.94 697.03 moveto
10827346.94 716.00 1.000000 4n
10828350.63 716.75 moveto
10829350.63 737.00 lineto stroke
10830386.47 719.00 1.000000 4n
10831390.16 719.75 moveto
10832390.16 740.00 lineto stroke
10833426.00 722.00 1.000000 4n
10834429.68 722.75 moveto
10835429.68 743.00 lineto stroke
10836466.37 725.00 1.000000 4n
10837470.05 725.75 moveto
10838470.05 746.00 lineto stroke
10839restore
10840% S_BAR
1084111 linenum
108420.70 setlinewidth
10843503.65 743.00 moveto
10844503.65 719.00 lineto stroke
10845% Printing header/footer
10846showpage
10847restore
10848%%DocumentFonts: /Times-Roman
10849%%Pages: 2
10850%%EndDocument
10851end PEND/F0 10/Times-Roman@0 SF(Occasionally)69.336 665.8 Q 2.576(,as)
10852-.65 G .075(ingle chord is used for more than one syllable.)-2.576 F
10853.075(If the syllables are within the same w)5.075 F .075(ord, it)-.1 F
10854.031(is suf)69.336 677.8 R .031(\214cient to omit the dashes between sy\
10855llables, so that Mup will treat them as a single syllable.)-.25 F(Ho)
108565.032 E(we)-.25 E -.15(ve)-.25 G -.4(r,).15 G 1.494
10857(if the syllables are in separate w)69.336 689.8 R 1.494
10858(ords, a "~" can be used in place of a space between the syllables.)-.1
10859F(On)6.494 E .607
10860(output, Mup will replace the "~" with a space and a small, curv)69.336
10861701.8 R .607(ed line belo)-.15 F 3.107(wt)-.25 G .607
10862(he space, indicating that the)-3.107 F
10863(syllables on either side are to be joined. F)69.336 713.8 Q(or e)-.15 E
10864(xample:)-.15 E EP
10865%%Page: 47 53
10866%%BeginPageSetup
10867BP
10868%%EndPageSetup
10869/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(7-)-2.5 G/F1 10
10870/Courier@0 SF(1: b;a;2g;)105.336 96 Q(lyrics 1: ;;2; "man-y~a day";)
10871105.336 108 Q(bar)105.336 120 Q 127.836 129.6 EBEGIN
10872gsave 0 0.25 0.75 setrgbcolor 0 74 rlineto 320 0 rlineto 0 74 neg rlineto closepath stroke grestore
10873EEND 160 689 320 320 -74 74 126.836 203.6 PBEGIN
10874%%BeginDocument: mugex46.ps
10875%%BoundingBox: 160 689 480 763
10876save
10877703918026 703917304 sv
108781.000000 1.000000 scale
10879% S_SSV
10880(/tmp/ugexiM5077) inputfile
108811 linenum
10882% S_FEED
10883180.29 1235.00 756.00 5 1.000000 1.000000 stf
10884% S_CLEFSIG
10885192.08 725.00 1.000000 gclef
10886% S_CHHEAD
10887% S_STAFF
10888% staff 1
10889save
108904 linenum
10891/Times-Roman findfont
1089212 scalefont
10893setfont
10894263.13 699.28 moveto
10895(-) show
10896/Times-Roman findfont
1089712 scalefont
10898setfont
10899219.88 699.28 moveto
10900(man) show
10901/Times-Roman findfont
1090212 scalefont
10903setfont
10904288.72 699.28 moveto
10905(y a) show
109060.70 setlinewidth
10907293.69 699.28 moveto
10908294.60 698.83 295.81 698.83 296.72 699.28 curveto
10909/Times-Roman findfont
1091012 scalefont
10911setfont
10912360.15 699.28 moveto
10913(day) show
10914226.03 731.00 1.000000 4n
10915222.35 730.25 moveto
10916222.35 710.00 lineto stroke
10917292.30 728.00 1.000000 4n
10918295.98 728.75 moveto
10919295.98 749.00 lineto stroke
10920364.47 725.00 1.000000 2n
10921368.37 725.75 moveto
10922368.37 746.00 lineto stroke
10923restore
10924% S_BAR
109256 linenum
109260.70 setlinewidth
10927467.65 743.00 moveto
10928467.65 719.00 lineto stroke
10929% Printing header/footer
10930showpage
10931restore
10932%%DocumentFonts: /Times-Roman
10933%%Pages: 2
10934%%EndDocument
10935end PEND/F0 10/Times-Roman@0 SF 1.309(If you don')69.336 217.6 R 3.809
10936(tw)-.18 G 1.309(ant the curv)-3.909 F 1.308(ed line, you can use the s\
10937pecial character name "\\\(space\)" instead of a literal)-.15 F 3.05
10938(space. That)69.336 229.6 R .55(special space character is printed lik)
109393.05 F 3.05(ean)-.1 G .55(ormal space on output, b)-3.05 F .55
10940(ut is not considered a space)-.2 F 3.268
10941(for the purposes of determining syllable boundaries. Alternately)69.336
10942241.6 R 5.767(,at)-.65 G 3.267(echnique using angle brack)-5.767 F(ets,)
10943-.1 E(described later)69.336 253.6 Q 2.5(,c)-.4 G(an be used.)-2.5 E
10944(If se)69.336 271.6 Q -.15(ve)-.25 G(ral v).15 E
10945(erses use the same time v)-.15 E
10946(alues, you can specify them all on one input line.)-.25 E -.15(Fo)5 G
109472.5(re).15 G(xample:)-2.65 E/F1 10/Courier@0 SF(1: d;f;a;g;)105.336
10948289.6 Q(lyrics 1: [1] "this is verse one"; \\)105.336 301.6 Q
10949([2] "this is verse two";)147.336 313.6 Q(bar)105.336 325.6 Q 127.836
10950335.2 EBEGIN
10951gsave 0 0.25 0.75 setrgbcolor 0 81 rlineto 320 0 rlineto 0 81 neg rlineto closepath stroke grestore
10952EEND 160 682 320 320 -81 81 126.836 416.2 PBEGIN
10953%%BeginDocument: mugex47.ps
10954%%BoundingBox: 160 682 480 763
10955save
10956703918026 703917304 sv
109571.000000 1.000000 scale
10958% S_SSV
10959(/tmp/ugexiM5077) inputfile
109601 linenum
10961% S_FEED
10962180.29 1235.00 756.00 5 1.000000 1.000000 stf
10963% S_CLEFSIG
10964192.08 725.00 1.000000 gclef
10965% S_CHHEAD
10966% S_STAFF
10967% staff 1
10968save
109693 linenum
10970/Times-Roman findfont
1097112 scalefont
10972setfont
10973220.34 702.00 moveto
10974(this) show
10975/Times-Roman findfont
1097612 scalefont
10977setfont
10978285.17 702.00 moveto
10979(is) show
10980/Times-Roman findfont
1098112 scalefont
10982setfont
10983340.47 702.00 moveto
10984(verse) show
10985/Times-Roman findfont
1098612 scalefont
10987setfont
10988406.29 702.00 moveto
10989(one) show
109903 linenum
10991/Times-Roman findfont
1099212 scalefont
10993setfont
10994220.34 689.19 moveto
10995(this) show
10996/Times-Roman findfont
1099712 scalefont
10998setfont
10999285.17 689.19 moveto
11000(is) show
11001/Times-Roman findfont
1100212 scalefont
11003setfont
11004340.47 689.19 moveto
11005(verse) show
11006/Times-Roman findfont
1100712 scalefont
11008setfont
11009406.13 689.19 moveto
11010(two) show
11011224.66 716.00 1.000000 4n
110120.70 setlinewidth
11013228.34 716.75 moveto
11014228.34 737.00 lineto stroke
11015287.17 722.00 1.000000 4n
11016290.85 722.75 moveto
11017290.85 743.00 lineto stroke
11018346.79 728.00 1.000000 4n
11019350.47 728.75 moveto
11020350.47 749.00 lineto stroke
11021410.61 725.00 1.000000 4n
11022414.29 725.75 moveto
11023414.29 746.00 lineto stroke
11024restore
11025% S_BAR
110267 linenum
110270.70 setlinewidth
11028467.65 743.00 moveto
11029467.65 719.00 lineto stroke
11030% Printing header/footer
11031showpage
11032restore
11033%%DocumentFonts: /Times-Roman
11034%%Pages: 2
11035%%EndDocument
11036end PEND/F0 10/Times-Roman@0 SF .845(In this e)69.336 436.2 R .845
11037(xample, because of the \\ at the end of the \214rst line, both v)-.15 F
11038.845(erses are ef)-.15 F(fecti)-.25 E -.15(ve)-.25 G .846
11039(ly on the same input).15 F(line.)69.336 448.2 Q(Occasionally)69.336
11040466.2 Q 4.009(,l)-.65 G 1.508
11041(yrics may occur during only part of a measure.)-4.009 F 1.508
11042(This case can be handled by specifying)6.508 F
11043("space" by using an "s" after time v)69.336 478.2 Q(alues that ha)-.25
11044E .3 -.15(ve n)-.2 H 2.5(ol).15 G(yric syllable associated with them. F)
11045-2.5 E(or e)-.15 E(xample:)-.15 E/F1 10/Courier@0 SF(1: 2r;g;)105.336
11046496.2 Q(lyrics 1: 2s;; [1] "Now";)105.336 508.2 Q(bar)105.336 520.2 Q
11047127.836 529.8 EBEGIN
11048gsave 0 0.25 0.75 setrgbcolor 0 67 rlineto 320 0 rlineto 0 67 neg rlineto closepath stroke grestore
11049EEND 160 696 320 320 -67 67 126.836 596.8 PBEGIN
11050%%BeginDocument: mugex48.ps
11051%%BoundingBox: 160 696 480 763
11052save
11053703918026 703917304 sv
110541.000000 1.000000 scale
11055% S_SSV
11056(/tmp/ugexiM5077) inputfile
110571 linenum
11058% S_FEED
11059180.29 1235.00 756.00 5 1.000000 1.000000 stf
11060% S_CLEFSIG
11061192.08 725.00 1.000000 gclef
11062% S_CHHEAD
11063% S_STAFF
11064% staff 1
11065save
110664 linenum
11067/Times-Roman findfont
1106812 scalefont
11069setfont
11070349.62 703.28 moveto
11071(Now) show
11072232.31 731.00 1.000000 ll2rest
11073355.43 725.00 1.000000 2n
110740.70 setlinewidth
11075359.33 725.75 moveto
11076359.33 746.00 lineto stroke
11077restore
11078% S_BAR
110796 linenum
110800.70 setlinewidth
11081467.65 743.00 moveto
11082467.65 719.00 lineto stroke
11083% Printing header/footer
11084showpage
11085restore
11086%%DocumentFonts: /Times-Roman
11087%%Pages: 2
11088%%EndDocument
11089end PEND/F0 10/Times-Roman@0 SF .19(In this e)69.336 616.8 R .19(xample\
11090, the \214rst half note of the measure is a space, so there will be no \
11091lyric there. The second half)-.15 F .603(note of the measure will ha)
1109269.336 628.8 R .903 -.15(ve t)-.2 H .603(he w).15 F .603(ord "No)-.1 F
11093.602(w" as its lyric. Note that the "s" does not w)-.25 F .602
11094(ork quite the same)-.1 F -.1(wa)69.336 640.8 S 3.881(yw).1 G 1.381
11095(ith lyrics as it does with notes. W)-3.881 F 1.381(ith notes, "2s;;" w)
11096-.4 F 1.381(ould mean tw)-.1 F 3.881(oh)-.1 G 1.382
11097(alf-note spaces, because the)-3.881 F .788(space w)69.336 652.8 R .787
11098(ould be used as def)-.1 F .787(ault for the follo)-.1 F .787
11099(wing chord where no notes were speci\214ed. W)-.25 F .787
11100(ith lyrics, "2s;;")-.4 F(means a half note space, follo)69.336 664.8 Q
11101(wed by a half note lyric; the space is not carried forw)-.25 E
11102(ard as a def)-.1 E(ault.)-.1 E 1.435(If you don')69.336 682.8 R 3.935
11103(ts)-.18 G 1.435(pecify an)-3.935 F 3.935(yt)-.15 G 1.435(ime v)-3.935 F
111041.435(alues, relying on Mup to deri)-.25 F 1.735 -.15(ve t)-.25 H 1.436
11105(he time v).15 F 1.436(alues from the corresponding)-.25 F 1.46
11106(music time v)69.336 694.8 R 1.46(alues, an)-.25 F 3.96(yr)-.15 G 1.459
11107(ests and spaces in the music will be translated to lyric spaces. If th\
11108e \214rst note)-3.96 F .197
11109(entered in a chord is tied to or slurred to the follo)69.336 706.8 R
11110.197(wing chord, that follo)-.25 F .197
11111(wing chord will also be translated to)-.25 F 2.5(al)69.336 718.8 S
11112(yric space, since you most lik)-2.5 E(ely w)-.1 E
11113(ant a single syllable to span both chords in that case.)-.1 E
11114(Occasionally)69.336 736.8 Q 2.806(,y)-.65 G .306(ou may w)-2.806 F .305
11115(ant to print something within a lyric string which isn')-.1 F 2.805(tr)
11116-.18 G .305(eally a lyric syllable.)-2.805 F(The)5.305 E EP
11117%%Page: 48 54
11118%%BeginPageSetup
11119BP
11120%%EndPageSetup
11121/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(8-)-2.5 G .311
11122(most common e)69.336 96 R .311(xample of this w)-.15 F .312
11123(ould be that you may w)-.1 F .312(ant to print v)-.1 F .312
11124(erse numbers. Other possibilities may)-.15 F .165
11125(include associating a dynamic mark \(e.g., "mf"\) with a particular v)
1112669.336 108 R .165(erse, or marking a section for a subset of)-.15 F .836
11127(the singers \(e.g., "Men:" or "Solo:"\).)69.336 120 R .836(These e)
111285.836 F .836(xtra things are speci\214ed within angle brack)-.15 F .837
11129(ets. The)-.1 F 3.337(yc)-.15 G .837(an be)-3.337 F .867
11130(placed immediately before or after an)69.336 132 R 3.367(ys)-.15 G
111313.367(yllable. Mup)-3.367 F .867
11132(will not consider them when lining up the syllable)3.367 F 1.074
11133(with notes.)69.336 144 R(Normally)6.074 E 3.574(,i)-.65 G 3.574(tw)
11134-3.574 G 1.075(ill assume there is enough space to print them rather th\
11135an reserving space for)-3.574 F(them. If you w)69.336 156 Q(ant Mup to \
11136ensure there is enough space to print them, put a "^" immediately after\
11137 the "<".)-.1 E(Some e)69.336 174 Q(xamples:)-.15 E/F1 10/Courier@0 SF
11138(1: f;e;d;c;)105.336 192 Q(lyrics 1: "<1. >This is verse one.";)105.336
11139204 Q(bar)105.336 216 Q(1: 2g;4;;)105.336 228 Q
11140(lyrics 1: 2s;4;; "<^\\f\(TX\)ff\\f\(PV\) >Loud-er";)105.336 240 Q(bar)
11141105.336 252 Q 127.836 261.6 EBEGIN
11142gsave 0 0.25 0.75 setrgbcolor 0 74 rlineto 320 0 rlineto 0 74 neg rlineto closepath stroke grestore
11143EEND 160 689 320 320 -74 74 126.836 335.6 PBEGIN
11144%%BeginDocument: mugex49.ps
11145%%BoundingBox: 160 689 480 763
11146save
11147703918026 703917304 sv
111481.000000 1.000000 scale
11149% S_SSV
11150(/tmp/ugexiM5077) inputfile
111511 linenum
11152% S_FEED
11153180.29 1235.00 756.00 5 1.000000 1.000000 stf
11154% S_CLEFSIG
11155192.08 725.00 1.000000 gclef
11156% S_CHHEAD
11157% S_STAFF
11158% staff 1
11159save
111603 linenum
11161/Times-Roman findfont
1116212 scalefont
11163setfont
11164201.87 699.00 moveto
11165(1. This) show
11166/Times-Roman findfont
1116712 scalefont
11168setfont
11169248.87 699.00 moveto
11170(is) show
11171/Times-Roman findfont
1117212 scalefont
11173setfont
11174272.78 699.00 moveto
11175(verse) show
11176/Times-Roman findfont
1117712 scalefont
11178setfont
11179306.19 699.00 moveto
11180(one.) show
11181219.22 722.00 1.000000 4n
111820.70 setlinewidth
11183222.91 722.75 moveto
11184222.91 743.00 lineto stroke
11185250.87 719.00 1.000000 4n
11186254.55 719.75 moveto
11187254.55 740.00 lineto stroke
11188279.10 716.00 1.000000 4n
11189282.78 716.75 moveto
11190282.78 737.00 lineto stroke
11191311.26 713.00 1.000000 4n
11192305.03 713.00 moveto
11193317.49 713.00 lineto stroke
11194314.94 713.75 moveto
11195314.94 734.00 lineto stroke
11196restore
11197% S_BAR
111986 linenum
111990.70 setlinewidth
11200342.46 743.00 moveto
11201342.46 719.00 lineto stroke
11202% S_CHHEAD
11203% S_STAFF
11204% staff 1
11205save
112067 linenum
11207/Times-Roman findfont
1120812 scalefont
11209setfont
11210427.39 699.00 moveto
11211(-) show
11212/Times-Roman findfont
1121312 scalefont
11214setfont
11215386.06 699.00 moveto
11216/Times-BoldItalic findfont
1121712 scalefont
11218setfont
11219(ff) show
11220/Times-Roman findfont
1122112 scalefont
11222setfont
11223( Loud) show
11224/Times-Roman findfont
1122512 scalefont
11226setfont
11227435.51 699.00 moveto
11228(er) show
11229357.80 725.00 1.000000 2n
11230361.70 725.75 moveto
11231361.70 746.00 lineto stroke
11232404.31 725.00 1.000000 4n
11233407.99 725.75 moveto
11234407.99 746.00 lineto stroke
11235437.83 725.00 1.000000 4n
11236441.51 725.75 moveto
11237441.51 746.00 lineto stroke
11238restore
11239% S_BAR
112409 linenum
112410.70 setlinewidth
11242467.65 743.00 moveto
11243467.65 719.00 lineto stroke
11244% Printing header/footer
11245showpage
11246restore
11247%%DocumentFonts: /Times-Roman /Times-BoldItalic
11248%%Pages: 2
11249%%EndDocument
11250end PEND/F0 10/Times-Roman@0 SF .785(The < > construct can also be used\
11251 to \214ne-tune the placement of syllables.)69.336 355.6 R .784
11252(The placement of syllables is)5.784 F(go)69.336 367.6 Q -.15(ve)-.15 G
112532.552(rned in general by the lyricsalign parameter).15 F 7.552(.S)-.55 G
112542.552(ometimes, ho)-7.552 F(we)-.25 E -.15(ve)-.25 G 3.352 -.4(r, y).15
11255H 2.552(ou may w).4 F 2.553(ant to adjust the)-.1 F .332
11256(placement of speci\214c syllables.)69.336 379.6 R .331(Suppose you ha)
112575.331 F .631 -.15(ve a l)-.2 H .331(ong syllable, lik).15 F 2.831(e")-.1
11258G .331(strength" and w)-2.831 F .331(ould lik)-.1 F 2.831(et)-.1 G 2.831
11259(os)-2.831 G .331(hift it)-2.831 F(leftw)69.336 391.6 Q 1.067(ard some)
11260-.1 F 1.067(what. Entering it as "<str>ength" w)-.25 F 1.067
11261(ould cause Mup to mo)-.1 F 1.368 -.15(ve t)-.15 H 1.068(he syllable f)
11262.15 F 1.068(arther to the left)-.1 F(than it normally w)69.336 403.6 Q
11263(ould.)-.1 E/F1 10/Courier@0 SF(1: c;d;e;f;)105.336 421.6 Q
11264(lyrics 1: "This strength not moved."; \\)105.336 433.6 Q
11265("This <str>ength was moved.";)153.336 445.6 Q(bar)105.336 457.6 Q
11266127.836 467.2 EBEGIN
11267gsave 0 0.25 0.75 setrgbcolor 0 87 rlineto 320 0 rlineto 0 87 neg rlineto closepath stroke grestore
11268EEND 160 676 320 320 -87 87 126.836 554.2 PBEGIN
11269%%BeginDocument: mugex50.ps
11270%%BoundingBox: 160 676 480 763
11271save
11272703918026 703917304 sv
112731.000000 1.000000 scale
11274% S_SSV
11275(/tmp/ugexiM5077) inputfile
112761 linenum
11277% S_FEED
11278180.29 1235.00 756.00 5 1.000000 1.000000 stf
11279% S_CLEFSIG
11280192.08 725.00 1.000000 gclef
11281% S_CHHEAD
11282% S_STAFF
11283% staff 1
11284save
112853 linenum
11286/Times-Roman findfont
1128712 scalefont
11288setfont
11289218.35 699.00 moveto
11290(This) show
11291/Times-Roman findfont
1129212 scalefont
11293setfont
11294274.15 699.00 moveto
11295(strength) show
11296/Times-Roman findfont
1129712 scalefont
11298setfont
11299343.29 699.00 moveto
11300(not) show
11301/Times-Roman findfont
1130212 scalefont
11303setfont
11304399.55 699.00 moveto
11305(moved.) show
113063 linenum
11307/Times-Roman findfont
1130812 scalefont
11309setfont
11310218.35 685.76 moveto
11311(This) show
11312/Times-Roman findfont
1131312 scalefont
11314setfont
11315265.18 685.76 moveto
11316(strength) show
11317/Times-Roman findfont
1131812 scalefont
11319setfont
11320342.44 685.76 moveto
11321(was) show
11322/Times-Roman findfont
1132312 scalefont
11324setfont
11325399.55 685.76 moveto
11326(moved.) show
11327223.67 713.00 1.000000 4n
113280.70 setlinewidth
11329217.44 713.00 moveto
11330229.91 713.00 lineto stroke
11331227.36 713.75 moveto
11332227.36 734.00 lineto stroke
11333283.78 716.00 1.000000 4n
11334287.46 716.75 moveto
11335287.46 737.00 lineto stroke
11336347.10 719.00 1.000000 4n
11337350.78 719.75 moveto
11338350.78 740.00 lineto stroke
11339408.46 722.00 1.000000 4n
11340412.14 722.75 moveto
11341412.14 743.00 lineto stroke
11342restore
11343% S_BAR
113447 linenum
113450.70 setlinewidth
11346467.65 743.00 moveto
11347467.65 719.00 lineto stroke
11348% Printing header/footer
11349showpage
11350restore
11351%%DocumentFonts: /Times-Roman
11352%%Pages: 2
11353%%EndDocument
11354end PEND/F0 10/Times-Roman@0 SF .337(Angle brack)69.336 574.2 R .337
11355(ets may also be useful for entering chant, where man)-.1 F 2.837(yw)
11356-.15 G .336(ords are to be associated with a single)-2.937 F(note. F)
1135769.336 586.2 Q(or e)-.15 E(xample:)-.15 E/F1 10/Courier@0 SF
11358(lyrics 1: "All<^ these words will be treated like one syllable.>";)
11359105.336 604.2 Q F0 1.876(The font and size to use for lyrics is initial\
11360ly determined from the "lyricsfontf)69.336 630.2 R(amily)-.1 E 1.876
11361(," "lyricsfont" and)-.65 F .575
11362("lyricssize" parameters for the appropriate staf)69.336 642.2 R 3.075
11363(f. If)-.25 F .575("all" is used for the staf)3.075 F 3.075(fn)-.25 G
11364(umber)-3.075 E 3.075(,t)-.4 G .575(he score parameters)-3.075 F .237
11365(are used.)69.336 654.2 R .238
11366(In the case of "between," the parameters for the staf)5.237 F 2.738(fa)
11367-.25 G(bo)-2.738 E .538 -.15(ve a)-.15 H .238
11368(re used for determining the font and).15 F 2.71(size. The)69.336 666.2
11369R .21(usual \\f and \\s forms can be used to change these v)2.71 F .209
11370(alues for a gi)-.25 F -.15(ve)-.25 G 2.709(nv).15 G .209(erse. L)-2.859
11371F .209(yrics fontf)-.55 F(amily)-.1 E 2.709(,f)-.65 G(ont)-2.709 E .793
11372(and size v)69.336 678.2 R .793
11373(alues are maintained separately for each combination of staf)-.25 F
113743.294(fn)-.25 G(umber)-3.294 E 3.294(,v)-.4 G .794(erse number)-3.444 F
113753.294(,a)-.4 G .794(nd place,)-3.294 F 1.491(and are carried forw)69.336
11376690.2 R 1.491(ard from one measure to the ne)-.1 F 1.49(xt. Thus, for e)
11377-.15 F 1.49(xample, if you w)-.15 F 1.49(ant one v)-.1 F 1.49
11378(erse to be)-.15 F .747(printed in roman and another in italics \(perha\
11379ps one is in English and the other in another language\), you)69.336
11380702.2 R .253(need only put a "\\f\(TI\)" at the be)69.336 714.2 R .252
11381(ginning of the syllable string for the \214rst measure of the second v)
11382-.15 F .252(erse, and)-.15 F 2.039(all subsequent syllables for that v)
1138369.336 726.2 R 2.039(erse will be in italics.)-.15 F 2.04
11384(Setting the "lyricsfontf)7.039 F(amily)-.1 E 2.04(," "lyricsfont" or)
11385-.65 F .731("lyricssize" parameters will reset the v)69.336 738.2 R .731
11386(alues for all v)-.25 F .731(erses of the staf)-.15 F 3.23(f\()-.25 G
11387.73(if set in staf)-3.23 F 3.23(fc)-.25 G(onte)-3.23 E .73
11388(xt\), or the entire)-.15 F EP
11389%%Page: 49 55
11390%%BeginPageSetup
11391BP
11392%%EndPageSetup
11393/F0 10/Times-Roman@0 SF 2.5(-4)274.506 48 S 2.5(9-)-2.5 G
11394(score \(if set in score conte)69.336 96 Q(xt\).)-.15 E .239(Another w)
1139569.336 114 R .239(ay to align a syllable in a particular w)-.1 F .24
11396(ay is to precede the syllable with a |. If the | is preceded by)-.1 F
113974.754(an)69.336 126 S 2.254(umber \(optionally signed\), the left edge \
11398of the syllable will be placed that man)-4.754 F 4.753(yp)-.15 G 2.253
11399(oints from the)-4.753 F 2.673(horizontal "middle" of the chord.)69.336
11400138 R 2.673(If there isn')7.673 F -7.672 5.173(ta n)-.18 H 2.674
11401(umber before it, the v)-5.173 F 2.674(alue is obtained from the)-.25 F
11402.622(sylposition parameter)69.336 150 R 5.622(.N)-.55 G -2.25 -.15(eg a)
11403-5.622 H(ti).15 E .922 -.15(ve v)-.25 H .621
11404(alues are to the left, and will usually be what you w)-.1 F 3.121
11405(ant. This)-.1 F(alignment)3.121 E .24
11406(method is particularly useful for lining up multiple v)69.336 162 R .24
11407(erses, either to get v)-.15 F .24(erse numbers to line up or to align)
11408-.15 F -.1(wo)69.336 174 S(rds at the be).1 E
11409(ginning of a poetic line. The | goes after an)-.15 E
11410(ything in angle brack)-.15 E(ets.)-.1 E/F1 10/Courier@0 SF
11411(1: 8c;d;4e;8e;g;4c+;)105.336 192 Q
11412(lyrics 1: "<1. >|\\"How are you?\\" -7|He asked her."; \\)105.336 204 Q
11413("<2. >|\\"I am fine,\\" -7|She re-plied.";)165.336 216 Q(bar)105.336
11414228 Q 127.836 237.6 EBEGIN
11415gsave 0 0.25 0.75 setrgbcolor 0 87 rlineto 320 0 rlineto 0 87 neg rlineto closepath stroke grestore
11416EEND 160 676 320 320 -87 87 126.836 324.6 PBEGIN
11417%%BeginDocument: mugex51.ps
11418%%BoundingBox: 160 676 480 763
11419save
11420703918026 703917304 sv
114211.000000 1.000000 scale
11422% S_SSV
11423(/tmp/ugexiM5077) inputfile
114242 linenum
11425% S_FEED
11426180.29 1235.00 756.00 5 1.000000 1.000000 stf
11427% S_CLEFSIG
11428192.08 725.00 1.000000 gclef
11429% S_CHHEAD
11430% S_STAFF
11431% staff 1
11432save
114335 linenum
11434/Times-Roman findfont
1143512 scalefont
11436setfont
11437201.16 699.00 moveto
11438(1. "How) show
11439/Times-Roman findfont
1144012 scalefont
11441setfont
11442249.13 699.00 moveto
11443(are) show
11444/Times-Roman findfont
1144512 scalefont
11446setfont
11447281.05 699.00 moveto
11448(you?") show
11449/Times-Roman findfont
1145012 scalefont
11451setfont
11452336.04 699.00 moveto
11453(He) show
11454/Times-Roman findfont
1145512 scalefont
11456setfont
11457367.56 699.00 moveto
11458(asked) show
11459/Times-Roman findfont
1146012 scalefont
11461setfont
11462408.46 699.00 moveto
11463(her.) show
114645 linenum
11465/Times-Roman findfont
1146612 scalefont
11467setfont
11468201.16 685.68 moveto
11469(2. "I) show
11470/Times-Roman findfont
1147112 scalefont
11472setfont
11473249.12 685.68 moveto
11474(am) show
11475/Times-Roman findfont
1147612 scalefont
11477setfont
11478281.46 685.68 moveto
11479(fine,") show
11480/Times-Roman findfont
1148112 scalefont
11482setfont
11483336.04 685.68 moveto
11484(She) show
11485/Times-Roman findfont
1148612 scalefont
11487setfont
11488391.83 685.68 moveto
11489(-) show
11490/Times-Roman findfont
1149112 scalefont
11492setfont
11493371.07 685.68 moveto
11494(re) show
11495/Times-Roman findfont
1149612 scalefont
11497setfont
11498406.30 685.68 moveto
11499(plied.) show
11500218.19 713.00 1.000000 4n
115010.70 setlinewidth
11502211.96 713.00 moveto
11503224.42 713.00 lineto stroke
11504221.87 713.75 moveto
11505221.87 734.00 lineto stroke
11506224.89 734.00 1.000000 dnflag
11507252.79 716.00 1.000000 4n
11508256.47 716.75 moveto
11509256.47 737.00 lineto stroke
11510259.49 737.00 1.000000 dnflag
11511288.09 719.00 1.000000 4n
11512291.77 719.75 moveto
11513291.77 740.00 lineto stroke
11514343.04 719.00 1.000000 4n
11515346.72 719.75 moveto
11516346.72 740.00 lineto stroke
11517349.74 740.00 1.000000 dnflag
11518374.39 725.00 1.000000 4n
11519378.07 725.75 moveto
11520378.07 746.00 lineto stroke
11521381.09 746.00 1.000000 dnflag
11522413.03 734.00 1.000000 4n
11523409.35 733.25 moveto
11524409.35 713.00 lineto stroke
11525restore
11526% S_BAR
115279 linenum
115280.70 setlinewidth
11529467.65 743.00 moveto
11530467.65 719.00 lineto stroke
11531% Printing header/footer
11532showpage
11533restore
11534%%DocumentFonts: /Times-Roman
11535%%Pages: 2
11536%%EndDocument
11537end PEND/F0 10/Times-Roman@0 SF 2.5(Af)69.336 344.6 S .5 -.25(ew m)-2.5
11538H(ore e).25 E(xamples of lyrics:)-.15 E/F1 10/Courier@0 SF
11539(1,3-4: c;8e;;4d;r;)105.336 362.6 Q(2: c+;8g;;4b;;)105.336 374.6 Q
11540(lyrics between 1&2,3&4: 4;8;;4;s; "This is a test.";)105.336 386.6 Q
11541(lyrics above 2: 2s;4;; "The end.";)105.336 398.6 Q(bar)105.336 410.6 Q
11542127.836 420.2 EBEGIN
11543gsave 0 0.25 0.75 setrgbcolor 0 237 rlineto 320 0 rlineto 0 237 neg rlineto closepath stroke grestore
11544EEND 160 526 320 320 -237 237 126.836 657.2 PBEGIN
11545%%BeginDocument: mugex52.ps
11546%%BoundingBox: 160 526 480 763
11547save
115481589393640 1589394394 sv
115491.000000 1.000000 scale
11550% S_SSV
11551(/tmp/ugexiM5077) inputfile
115521 linenum
11553% S_FEED
11554324.29 1091.00 684.00 5 1.000000 1.000000 stf
11555324.29 1025.09 684.00 5 1.000000 1.000000 stf
11556324.29 971.09 684.00 5 1.000000 1.000000 stf
11557324.29 915.00 684.00 5 1.000000 1.000000 stf
115580.70 setlinewidth
11559180.29 743.00 moveto
11560180.29 543.00 lineto stroke
11561% S_CLEFSIG
11562192.08 725.00 1.000000 gclef
11563192.08 659.09 1.000000 gclef
11564192.08 605.09 1.000000 gclef
11565192.08 549.00 1.000000 gclef
11566% S_CHHEAD
11567% S_STAFF
11568% staff 1
11569save
115705 linenum
11571/Times-Roman findfont
1157212 scalefont
11573setfont
11574218.75 699.00 moveto
11575(This) show
11576/Times-Roman findfont
1157712 scalefont
11578setfont
11579278.64 699.00 moveto
11580(is) show
11581/Times-Roman findfont
1158212 scalefont
11583setfont
11584313.36 699.00 moveto
11585(a) show
11586/Times-Roman findfont
1158712 scalefont
11588setfont
11589346.87 699.00 moveto
11590(test.) show
11591224.07 713.00 1.000000 4n
11592217.84 713.00 moveto
11593230.31 713.00 lineto stroke
11594227.76 713.75 moveto
11595227.76 734.00 lineto stroke
11596280.64 719.00 1.000000 4n
11597284.32 719.75 moveto
11598284.32 740.00 lineto stroke
11599287.35 740.00 1.000000 dnflag
11600314.69 719.00 1.000000 4n
11601318.37 719.75 moveto
11602318.37 740.00 lineto stroke
11603321.40 740.00 1.000000 dnflag
11604351.78 716.00 1.000000 4n
11605355.46 716.75 moveto
11606355.46 737.00 lineto stroke
11607412.21 731.00 1.000000 4rest
11608restore
11609% S_STAFF
11610% staff 2
11611save
116126 linenum
11613/Times-Roman findfont
1161412 scalefont
11615setfont
11616347.12 686.19 moveto
11617(The) show
11618/Times-Roman findfont
1161912 scalefont
11620setfont
11621407.13 686.19 moveto
11622(end.) show
11623224.07 668.09 1.000000 4n
116240.70 setlinewidth
11625220.39 667.34 moveto
11626220.39 647.09 lineto stroke
11627280.64 659.09 1.000000 4n
11628284.32 659.84 moveto
11629284.32 680.09 lineto stroke
11630287.35 680.09 1.000000 dnflag
11631314.69 659.09 1.000000 4n
11632318.37 659.84 moveto
11633318.37 680.09 lineto stroke
11634321.40 680.09 1.000000 dnflag
11635351.78 665.09 1.000000 4n
11636348.10 664.34 moveto
11637348.10 644.09 lineto stroke
11638412.21 665.09 1.000000 4n
11639408.53 664.34 moveto
11640408.53 644.09 lineto stroke
11641restore
11642% S_STAFF
11643% staff 3
11644save
116455 linenum
11646/Times-Roman findfont
1164712 scalefont
11648setfont
11649218.75 579.10 moveto
11650(This) show
11651/Times-Roman findfont
1165212 scalefont
11653setfont
11654278.64 579.10 moveto
11655(is) show
11656/Times-Roman findfont
1165712 scalefont
11658setfont
11659313.36 579.10 moveto
11660(a) show
11661/Times-Roman findfont
1166212 scalefont
11663setfont
11664346.87 579.10 moveto
11665(test.) show
11666224.07 593.09 1.000000 4n
116670.70 setlinewidth
11668217.84 593.09 moveto
11669230.31 593.09 lineto stroke
11670227.76 593.84 moveto
11671227.76 614.09 lineto stroke
11672280.64 599.09 1.000000 4n
11673284.32 599.84 moveto
11674284.32 620.09 lineto stroke
11675287.35 620.09 1.000000 dnflag
11676314.69 599.09 1.000000 4n
11677318.37 599.84 moveto
11678318.37 620.09 lineto stroke
11679321.40 620.09 1.000000 dnflag
11680351.78 596.09 1.000000 4n
11681355.46 596.84 moveto
11682355.46 617.09 lineto stroke
11683412.21 611.09 1.000000 4rest
11684restore
11685% S_STAFF
11686% staff 4
11687save
11688224.07 537.00 1.000000 4n
116890.70 setlinewidth
11690217.84 537.00 moveto
11691230.31 537.00 lineto stroke
11692227.76 537.75 moveto
11693227.76 558.00 lineto stroke
11694280.64 543.00 1.000000 4n
11695284.32 543.75 moveto
11696284.32 564.00 lineto stroke
11697287.35 564.00 1.000000 dnflag
11698314.69 543.00 1.000000 4n
11699318.37 543.75 moveto
11700318.37 564.00 lineto stroke
11701321.40 564.00 1.000000 dnflag
11702351.78 540.00 1.000000 4n
11703355.46 540.75 moveto
11704355.46 561.00 lineto stroke
11705412.21 555.00 1.000000 4rest
11706restore
11707% S_BAR
117088 linenum
117090.70 setlinewidth
11710467.65 743.00 moveto
11711467.65 719.00 lineto stroke
11712467.65 677.09 moveto
11713467.65 653.09 lineto stroke
11714467.65 623.09 moveto
11715467.65 599.09 lineto stroke
11716467.65 567.00 moveto
11717467.65 543.00 lineto stroke
11718% Printing header/footer
11719showpage
11720restore
11721%%DocumentFonts: /Times-Roman
11722%%Pages: 2
11723%%EndDocument
11724end PEND EP
11725%%Page: 50 56
11726%%BeginPageSetup
11727BP
11728%%EndPageSetup
11729/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(0-)-2.5 G 69.336 103
11730EBEGIN
117310 0.1 0.5 setrgbcolor
11732EEND/F0 15/Times-Bold@0 SF 3.75(6. T)73.086 103 R(ABLA)-1.35 E(TURE NO)
11733-1.425 E -1.35(TA)-.6 G(TION)-.075 E 69.336 121 EBEGIN
117340 0 0 setrgbcolor
11735EEND/F0 10/Times-Roman@0 SF 3.198(Mup can print tablature staf)75.034
11736121 R 3.197(fs. T)-.25 F 3.197
11737(ablature notation is commonly used for guitar and se)-.8 F -.15(ve)-.25
11738G 3.197(ral other).15 F
11739(instruments. Mup supports tablature for 1 to 9 strings.)69.336 133 Q
11740.575(Mup will automatically create a normal 5-line staf)69.336 151 R
117413.075(fa)-.25 G(bo)-3.075 E .875 -.15(ve e)-.15 H .575
11742(ach tablature staf).15 F .576(f, gi)-.25 F .576(ving the equi)-.25 F
11743-.25(va)-.25 G .576(lant music).25 F .154(on that staf)69.336 163 R
117442.654(f. This)-.25 F(staf)2.654 E 2.654(fw)-.25 G .154
11745(ill be referred to as the "tabnote staf)-2.654 F .153(f." Normally)-.25
11746F 2.653(,y)-.65 G .153(ou will input music just for the)-2.653 F 1.104
11747(tablature staf)69.336 175 R 1.104(f, and the tabnote staf)-.25 F 3.604
11748(fw)-.25 G 1.104(ill be deri)-3.604 F -.15(ve)-.25 G 3.604(df).15 G
117491.104(rom that. Ho)-3.604 F(we)-.25 E -.15(ve)-.25 G 1.904 -.4(r, f).15
11750H 1.104(or an).4 F 3.604(yg)-.15 G -2.15 -.25(iv e)-3.604 H 3.604(nm).25
11751G 1.105(easure, you can)-3.604 F -.15(ex)69.336 187 S .666
11752(plicitly input music for a tabnote staf).15 F .666
11753(f, which will turn of)-.25 F 3.166(ft)-.25 G .666
11754(he automatic translation for that measure. If)-3.166 F .451(you only w)
1175569.336 199 R .452(ant either the tab or tabnote staf)-.1 F 2.952(ft)-.25
11756G 2.952(ob)-2.952 G 2.952(ep)-2.952 G .452
11757(rinted, you can mark the other one as in)-2.952 F .452
11758(visible \(see the)-.4 F .12("visible" parameter\).)69.336 211 R -1.1
11759(Yo)5.12 G 2.62(us)1.1 G .12(hould specify the appropriate clef and k)
11760-2.62 F .42 -.15(ey s)-.1 H .12(ignature for the tabnote staf).15 F .12
11761(f, so that)-.25 F(Mup can mak)69.336 223 Q 2.5(et)-.1 G(he best deri)
11762-2.5 E -.25(va)-.25 G(tion.).25 E 69.336 241 EBEGIN
117630 0.1 0.5 setrgbcolor
11764EEND/F0 14/Times-Bold@0 SF 3.5(6.1 Specifying)72.836 241 R 3.5(at)3.5 G
11765(ablatur)-3.5 E 3.5(es)-.252 G(taff)-3.5 E 69.336 259 EBEGIN
117660 0 0 setrgbcolor
11767EEND/F0 10/Times-Roman@0 SF 2.14 -.8(To s)72.376 259 T .54
11768(et up a tablature staf).8 F .54(f, you use the staf)-.25 F .541
11769(\215ines parameter)-.25 F 5.541(.T)-.55 G 3.041(og)-6.341 G .541
11770(et a standard 6-line guitar tablature staf)-3.041 F(f,)-.25 E
11771(you can just say)69.336 271 Q/F1 10/Courier@0 SF(score)105.336 289 Q
11772(staffs=2)130.336 301 Q(staff 2)105.336 313 Q(stafflines = tab)130.336
11773325 Q F0 1.082(There are 2 staf)69.336 345 R 1.082
11774(fs, because there is both the tablature staf)-.25 F 3.582(fa)-.25 G
117751.082(nd the automatically generated tabnote staf)-3.582 F(f.)-.25 E
117761.938(The tablature staf)69.336 357 R 4.438(fi)-.25 G 4.438(sa)-4.438 G
11777-.1(lwa)-4.438 G 1.938(ys immediately belo).1 F 4.438(wt)-.25 G 1.939
11778(he corresponding tabnote staf)-4.438 F 4.439(f. Setting)-.25 F 1.939
11779(the staf)4.439 F(\215ines)-.25 E(parameter to "tab" marks staf)69.336
11780369 Q 2.5(f2a)-.25 G 2.5(sat)-2.5 G(ablature staf)-2.5 E(f.)-.25 E 1.01
11781(If you w)69.336 387 R 1.009(ant tablature for an instrument other than\
11782 a 6-string guitar with standard tuning, you specify the)-.1 F(pitches \
11783of the strings from top to bottom within parentheses after the "tab)
1178469.336 399 Q(." F)-.4 E(or e)-.15 E(xample:)-.15 E F1
11785(stafflines = tab \(e a d& g\))105.336 417 Q F0 -.1(wo)69.336 437 S .272
11786(uld de\214ne some instrument that had 4 strings, with the string on th\
11787e top line of tablature staf).1 F 2.772(fb)-.25 G .272(eing an e)-2.772
11788F .349(string, the ne)69.336 449 R .349(xt a, the ne)-.15 F .349
11789(xt d \215at, and the bottom g.)-.15 F .349(As sho)5.349 F .349
11790(wn in the e)-.25 F .348(xample, pitches can include a # or &)-.15 F
11791.774(if necessary)69.336 461 R 5.774(.S)-.65 G .774
11792(trings are assumed to be in octa)-5.774 F 1.074 -.15(ve 4 u)-.2 H .774
11793(nless otherwise mark).15 F 3.274(ed. Y)-.1 F .774(ou can specify a dif)
11794-1.1 F(ferent)-.25 E(octa)69.336 473 Q 1.156 -.15(ve b)-.2 H 3.356(ys)
11795.15 G .856(pecifying an octa)-3.356 F 1.156 -.15(ve n)-.2 H .856
11796(umber after the string').15 F 3.356(sp)-.55 G .855
11797(itch \(using either an absolute octa)-3.356 F 1.155 -.15(ve n)-.2 H
11798.855(umber or).15 F 1.292(pluses or minuses\).)69.336 485 R 1.292
11799(If the instrument has more than one string with the same pitch \(e)
118006.292 F -.15(ve)-.25 G 3.792(ni).15 G 3.792(ft)-3.792 G(he)-3.792 E
118013.793(ya)-.15 G 1.293(re in)-3.793 F(dif)69.336 497 Q .51(ferent octa)
11802-.25 F -.15(ve)-.2 G .51(s\), the).15 F 3.01(ym)-.15 G .509(ust be dist\
11803inguished by adding one or more ' marks after the pitch. The tablature)
11804-3.01 F(de\214nition for standard guitar is)69.336 509 Q F1
11805(stafflines = tab \(e5 b g d a3 e'3\))105.336 527 Q F0 .123
11806(This speci\214es that the top string on the staf)69.336 547 R 2.623(fi)
11807-.25 G 2.623(sei)-2.623 G 2.623(no)-2.623 G(cta)-2.623 E .423 -.15(ve 5)
11808-.2 H 5.123(.T).15 G .123(he ne)-5.123 F .123
11809(xt three strings are in the def)-.15 F .124(ault octa)-.1 F -.15(ve)-.2
11810G .333(of 4, and the last tw)69.336 559 R 2.833(os)-.1 G .333
11811(trings are in octa)-2.833 F .633 -.15(ve 3)-.2 H 5.333(.S).15 G .333
11812(ince there are tw)-5.333 F 2.833(od)-.1 G(if)-2.833 E .332
11813(ferent strings with pitch letter of e, the)-.25 F(lo)69.336 571 Q .46
11814(wer e is mark)-.25 F .46(ed as e'. Note that the octa)-.1 F -.15(ve)-.2
11815G 2.96(sg).15 G -2.15 -.25(iv e)-2.96 H 2.96(na).25 G .461(re ho)-2.96 F
118162.961(wt)-.25 G(he)-2.961 E 2.961(ys)-.15 G .461
11817(hould be printed on the tabnote staf)-2.961 F .461(f. A)-.25 F 1.732
11818(standard guitar actually sounds an octa)69.336 583 R 2.032 -.15(ve l)
11819-.2 H -.25(ow).15 G 1.732(er than written. If you just use "staf).25 F
118201.731(\215ines = tab" without)-.25 F 1.794(specifying an)69.336 595 R
118214.294(ys)-.15 G 1.794(trings, Mup not only assumes the standard guitar \
11822layout, and prints in the appropriate)-4.294 F(octa)69.336 607 Q -.15
11823(ve)-.2 G 3.49(,b).15 G .989(ut it also automatically transposes the MI\
11824DI output to the actual pitches an octa)-3.69 F 1.289 -.15(ve l)-.2 H
11825-.25(ow).15 G(er).25 E 3.489(.I)-.55 G 3.489(fy)-3.489 G(ou)-3.489 E
11826.967(specify strings e)69.336 619 R(xplicitly)-.15 E 3.467(,y)-.65 G
11827.967(ou will ha)-3.467 F 1.267 -.15(ve t)-.2 H 3.467(os).15 G .967
11828(pecify the octa)-3.467 F -.15(ve)-.2 G 3.467(sa).15 G .968(nd an)-3.467
11829F 3.468(yd)-.15 G .968(esired MIDI transposition v)-3.468 F(alues)-.25 E
11830(yourself. Stated another w)69.336 631 Q(ay)-.1 E(,)-.65 E F1(score)
11831105.336 649 Q(staffs = 2)130.336 661 Q(staff 2)105.336 673 Q
11832(stafflines = tab)130.336 685 Q F0(is equi)69.336 705 Q -.25(va)-.25 G
11833(lent to).25 E EP
11834%%Page: 51 57
11835%%BeginPageSetup
11836BP
11837%%EndPageSetup
11838/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(1-)-2.5 G/F1 10
11839/Courier@0 SF(score)105.336 96 Q(staffs=2)130.336 108 Q(staff 2)105.336
11840120 Q(stafflines = tab \(e5 b g d a3 e'3\))130.336 132 Q(staff 1)105.336
11841144 Q(ifdef MIDI transpose = down perfect 8 endif)130.336 156 Q F0 1.515
11842(Note from this last e)69.336 176 R 1.515(xample that MIDI is tak)-.15 F
118431.514(en from the tabnote staf)-.1 F 1.514(f, not the tablature staf)
11844-.25 F 1.514(f, so MIDI)-.25 F(directi)69.336 188 Q -.15(ve)-.25 G 2.5
11845(ss).15 G(hould be placed with the tabnote staf)-2.5 E(f.)-.25 E .052
11846(Mup should be able to handle almost an)69.336 206 R 2.552(yi)-.15 G
11847.052(nstrument with up to 9 strings.)-2.552 F(Se)5.052 E -.15(ve)-.25 G
11848.052(ral strings can ha).15 F .353 -.15(ve t)-.2 H .053(he same).15 F
118491.307(pitch; you just need to distinguish them with ' marks.)69.336 218
11850R 1.307(The strings must be listed in whate)6.307 F -.15(ve)-.25 G 3.807
11851(ro).15 G 1.307(rder the)-3.807 F
11852(strings are to appear on the tablature staf)69.336 230 Q 2.5(f. As)-.25
11853F(another e)2.5 E(xample,)-.15 E F1(stafflines = tab \(g3 d3 a2 e2\))
11854105.336 248 Q F0 -.1(wo)69.336 268 S .569
11855(uld de\214ne a standard bass guitar).1 F 3.069(.N)-.55 G .569
11856(ote that a bass guitar also sounds an octa)-3.069 F .869 -.15(ve l)-.2
11857H -.25(ow).15 G .569(er than written, so it).25 F
11858(should be transposed for MIDI purposes.)69.336 280 Q 69.336 298 EBEGIN
118590 0.1 0.5 setrgbcolor
11860EEND/F0 14/Times-Bold@0 SF 3.5(6.2 Music)72.836 298 R(input on tablatur)
118613.5 E 3.5(es)-.252 G(taffs)-3.5 E 69.336 316 EBEGIN
118620 0 0 setrgbcolor
11863EEND/F0 10/Times-Roman@0 SF .168
11864(Input of tablature is similar to that on re)72.004 316 R .168
11865(gular staf)-.15 F .168
11866(fs. Each note in a chord is speci\214ed by a string and a fret.)-.25 F
11867.896(So fret 3 on the g string is designated by g3 or fret 0 on the e' \
11868string is designated by e'0.)69.336 328 R .896(If your open)5.896 F .625
11869(string pitch includes an accidental, that w)69.336 340 R .625
11870(ould be included as well, so if you had an instrument with an f#)-.1 F
11871.329(string and w)69.336 352 R .329
11872(anted to play the 6th fret on that string, it w)-.1 F .33(ould be f#6.)
11873-.1 F .33(Fret numbers can range from 0 to 99.)5.33 F .879(If you w)
1187469.336 364 R .879(ant fret numbers to be placed inside parentheses, put\
11875 parentheses around them in the input.)-.1 F -1.1(Yo)5.878 G(u)1.1 E
11876.854(can also put both the string and fret within a set of parentheses,\
11877 in which case, the note generated on the)69.336 376 R(tabnote staf)
1187869.336 388 Q 2.5(fw)-.25 G(ill ha)-2.5 E .3 -.15(ve p)-.2 H
11879(arentheses around it.).15 E(Here are some e)5 E(xamples of chords:)-.15
11880E/F1 10/Courier@0 SF(2: d4; d5a3; b0 d\(5\); e2\(b3\)g2;)105.336 406 Q
11881(bar)105.336 418 Q 163.836 427.6 EBEGIN
11882gsave 0 0.25 0.75 setrgbcolor 0 134 rlineto 248 0 rlineto 0 134 neg rlineto closepath stroke grestore
11883EEND 200 629 248 248 -134 134 162.836 561.6 PBEGIN
11884%%BeginDocument: mugex53.ps
11885%%BoundingBox: 200 629 448 763
11886save
118871589393640 1589394394 sv
118881.000000 1.000000 scale
11889% S_SSV
11890(/tmp/ugexiM5077) inputfile
118911 linenum
11892% S_SSV
118933 linenum
11894% S_FEED
11895360.29 1091.00 648.00 5 1.000000 1.000000 stf
11896360.29 1022.97 648.00 6 1.735000 1.000000 stf
118970.70 setlinewidth
11898216.29 743.00 moveto
11899216.29 636.95 lineto stroke
11900% S_CLEFSIG
11901228.08 725.00 1.000000 gclef
11902/Helvetica-Bold findfont
1190320 scalefont
11904setfont
11905219.29 672.91 moveto
11906(T) show
11907/Helvetica-Bold findfont
1190820 scalefont
11909setfont
11910219.29 655.03 moveto
11911(A) show
11912/Helvetica-Bold findfont
1191320 scalefont
11914setfont
11915219.29 637.15 moveto
11916(B) show
11917% S_CHHEAD
11918% S_STAFF
11919% staff 1
11920save
11921267.77 722.00 1.000000 4n
11922258.41 722.00 1.000000 sharp
11923271.45 722.75 moveto
11924271.45 743.00 lineto stroke
11925308.54 725.00 1.000000 4n
11926308.54 713.00 1.000000 4n
11927302.31 713.00 moveto
11928314.77 713.00 lineto stroke
11929312.22 713.75 moveto
11930312.22 746.00 lineto stroke
11931347.84 731.00 1.000000 4n
11932347.84 725.00 1.000000 4n
11933351.52 725.75 moveto
11934351.52 752.00 lineto stroke
11935392.15 743.00 1.000000 4n
11936382.80 743.00 1.000000 sharp
11937392.15 737.00 1.000000 4n
11938/Times-Roman findfont
1193912 scalefont
11940setfont
11941374.52 733.98 moveto
11942(\() show
11943/Times-Roman findfont
1194412 scalefont
11945setfont
11946397.18 733.98 moveto
11947(\)) show
11948392.15 728.00 1.000000 4n
11949388.47 742.25 moveto
11950388.47 707.00 lineto stroke
11951restore
11952% S_STAFF
11953% staff 2
11954save
11955/Helvetica-Bold findfont
1195612 scalefont
11957setfont
11958264.42 653.52 moveto
11959(4) show
11960/Helvetica-Bold findfont
1196112 scalefont
11962setfont
11963305.19 653.52 moveto
11964(5) show
11965/Helvetica-Bold findfont
1196612 scalefont
11967setfont
11968305.19 643.11 moveto
11969(3) show
11970/Helvetica-Bold findfont
1197112 scalefont
11972setfont
11973344.49 674.27 moveto
11974(0) show
11975/Helvetica-Bold findfont
1197612 scalefont
11977setfont
11978340.53 654.60 moveto
11979(\(5\)) show
11980/Helvetica-Bold findfont
1198112 scalefont
11982setfont
11983388.80 684.57 moveto
11984(2) show
11985/Helvetica-Bold findfont
1198612 scalefont
11987setfont
11988388.80 674.34 moveto
11989(3) show
11990/Helvetica-Bold findfont
1199112 scalefont
11992setfont
11993388.80 663.75 moveto
11994(2) show
11995restore
11996% S_BAR
119977 linenum
119980.70 setlinewidth
11999431.65 743.00 moveto
12000431.65 719.00 lineto stroke
12001431.65 689.00 moveto
12002431.65 636.95 lineto stroke
12003% Printing header/footer
12004showpage
12005restore
12006%%DocumentFonts: /Times-Roman /Helvetica-Bold
12007%%Pages: 2
12008%%EndDocument
12009end PEND/F0 10/Times-Roman@0 SF -.35(Ti)69.336 581.6 S 1.072(me v).35 F
120101.072(alues are speci\214ed just lik)-.25 F 3.572(eo)-.1 G 3.572(nn)
12011-3.572 G 1.072(on-tablature staf)-3.572 F 1.072
12012(fs: a number optionally follo)-.25 F 1.072(wed by one or more)-.25 F
120131.957(dots \(lik)69.336 593.6 R 4.457(e4o)-.1 G 4.457(r8)-4.457 G 1.958
12014(..\), or a list of such numbers added together \(lik)-4.457 F 4.458(e2)
12015-.1 G 1.958(+8\), preceding the chord pitches.)-4.458 F -.8(Ta)69.336
12016605.6 S .432(blature staf).8 F .432(fs follo)-.25 F 2.932(wt)-.25 G .432
12017(he same rules as non-tablature staf)-2.932 F .432(fs for using time v)
12018-.25 F .432(alues from the pre)-.25 F .431(vious chord)-.25 F .523
12019(if no time v)69.336 617.6 R .523
12020(alue is speci\214ed on the current chord. Similarly)-.25 F 3.024(,i)
12021-.65 G 3.024(fn)-3.024 G 3.024(on)-3.024 G .524
12022(otes are speci\214ed for a chord, the same)-3.024 F
12023(notes used in the pre)69.336 629.6 Q(vious chord are reused. As an e)
12024-.25 E(xample:)-.15 E/F1 10/Courier@0 SF(2: 4.e5; ;8;b2;)105.336 647.6 Q
12025(bar)105.336 659.6 Q EP
12026%%Page: 52 58
12027%%BeginPageSetup
12028BP
12029%%EndPageSetup
12030/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(2-)-2.5 G 163.836 96
12031EBEGIN
12032gsave 0 0.25 0.75 setrgbcolor 0 134 rlineto 248 0 rlineto 0 134 neg rlineto closepath stroke grestore
12033EEND 200 629 248 248 -134 134 162.836 230 PBEGIN
12034%%BeginDocument: mugex54.ps
12035%%BoundingBox: 200 629 448 763
12036save
120371589393640 1589394394 sv
120381.000000 1.000000 scale
12039% S_SSV
12040(/tmp/ugexiM5077) inputfile
120411 linenum
12042% S_SSV
120433 linenum
12044% S_FEED
12045360.29 1091.00 648.00 5 1.000000 1.000000 stf
12046360.29 1022.97 648.00 6 1.735000 1.000000 stf
120470.70 setlinewidth
12048216.29 743.00 moveto
12049216.29 636.95 lineto stroke
12050% S_CLEFSIG
12051228.08 725.00 1.000000 gclef
12052/Helvetica-Bold findfont
1205320 scalefont
12054setfont
12055219.29 672.91 moveto
12056(T) show
12057/Helvetica-Bold findfont
1205820 scalefont
12059setfont
12060219.29 655.03 moveto
12061(A) show
12062/Helvetica-Bold findfont
1206320 scalefont
12064setfont
12065219.29 637.15 moveto
12066(B) show
12067% S_CHHEAD
12068% S_STAFF
12069% staff 1
12070save
12071261.11 749.00 1.000000 4n
12072270.38 752.00 1.000000 dot
12073254.88 749.00 moveto
12074267.35 749.00 lineto stroke
12075257.43 748.25 moveto
12076257.43 728.00 lineto stroke
12077322.68 749.00 1.000000 4n
12078331.94 752.00 1.000000 dot
12079316.44 749.00 moveto
12080328.91 749.00 lineto stroke
12081318.99 748.25 moveto
12082318.99 728.00 lineto stroke
12083378.17 749.00 1.000000 4n
12084371.94 749.00 moveto
12085384.40 749.00 lineto stroke
12086374.49 748.25 moveto
12087374.49 728.00 lineto stroke
12088377.51 728.00 1.000000 upflag
12089406.01 734.00 1.000000 4n
12090396.66 734.00 1.000000 sharp
12091402.33 733.25 moveto
12092402.33 713.00 lineto stroke
12093405.35 713.00 1.000000 upflag
12094restore
12095% S_STAFF
12096% staff 2
12097save
12098/Helvetica-Bold findfont
1209912 scalefont
12100setfont
12101257.77 684.75 moveto
12102(5) show
12103/Helvetica-Bold findfont
1210412 scalefont
12105setfont
12106319.33 684.75 moveto
12107(5) show
12108/Helvetica-Bold findfont
1210912 scalefont
12110setfont
12111374.82 684.75 moveto
12112(5) show
12113/Helvetica-Bold findfont
1211412 scalefont
12115setfont
12116402.66 674.16 moveto
12117(2) show
12118restore
12119% S_BAR
121207 linenum
121210.70 setlinewidth
12122431.65 743.00 moveto
12123431.65 719.00 lineto stroke
12124431.65 689.00 moveto
12125431.65 636.95 lineto stroke
12126% Printing header/footer
12127showpage
12128restore
12129%%DocumentFonts: /Helvetica-Bold
12130%%Pages: 2
12131%%EndDocument
12132end PEND/F0 10/Times-Roman@0 SF .762
12133(Since nothing is speci\214ed for the second chord, both time v)69.336
12134244 R .761(alue \(dotted quarter\) and note \(e string fret 5\))-.25 F
12135.044(are copied from the \214rst chord.)69.336 256 R .045
12136(The third chord in the measure has only a time v)5.045 F .045
12137(alue \(an eighth note\) so the)-.25 F
12138(note \(string/fret\) is repeated.)69.336 268 Q
12139(The \214nal chord has only a note, so the pre)5 E(vious time v)-.25 E
12140(alue is used.)-.25 E .091
12141(Rests and spaces can be speci\214ed with r and s, just lik)69.336 286 R
121422.59(eo)-.1 G 2.59(nn)-2.59 G .09(on-tablature staf)-2.59 F .09(fs. The)
12143-.25 F 2.59(yr)-.15 G .09(esult in nothing being)-2.59 F
12144(printed on the tablature staf)69.336 298 Q
12145(f, and rest or space being printed on the tabnote staf)-.25 E(f.)-.25 E
1214669.336 316 EBEGIN
121470 0.1 0.5 setrgbcolor
12148EEND/F0 14/Times-Bold@0 SF 3.5(6.3 Chord)72.836 316 R(attrib)3.5 E(utes)
12149-.28 E 69.336 334 EBEGIN
121500 0 0 setrgbcolor
12151EEND/F0 10/Times-Roman@0 SF(An)72.29 334 Q 2.954(yc)-.15 G .454
12152(hord on a tablature staf)-2.954 F 2.955(fc)-.25 G .455
12153(an be preceded by a list of chord attrib)-2.955 F .455(utes in brack)
12154-.2 F .455(ets, just lik)-.1 F 2.955(ew)-.1 G .455(ith non-)-2.955 F
12155.029(tablature staf)69.336 346 R .029(fs. If you w)-.25 F .029
12156(ant a chord to be printed with X \(for a muf)-.1 F .028
12157(\215ed string\) rather than a fret number)-.25 F 2.528(,u)-.4 G(se)
12158-2.528 E 2.57([xnote]. In)69.336 358 R .071(this case, the fret number \
12159will be used only to determine where to put the X on the tabnote staf)
121602.571 F(f,)-.25 E 1.481(and what note to use for MIDI.)69.336 370 R
121611.481(Using [diam] will ha)6.481 F 1.78 -.15(ve n)-.2 H 3.98(oa).15 G
12162-.25(ff)-3.98 G 1.48(ect on the tablature staf).25 F 1.48(f, b)-.25 F
121631.48(ut will cause)-.2 F .167
12164(diamond notes to be used on the tabnote staf)69.336 382 R 2.667
12165(f. Using)-.25 F .167
12166([grace] or [cue] will cause the fret numbers to printed)2.667 F 1.131
12167(in a smaller size, and the corresponding notes on the tabnote staf)
1216869.336 394 R 3.63(ft)-.25 G 3.63(ob)-3.63 G 3.63(ep)-3.63 G 1.13
12169(rinted in a smaller size. Using)-3.63 F([slash)69.336 406 Q/F1 10
12170/Times-Italic@0 SF(N)2.833 E F0 2.833(]w)C .333(ill cause)-2.833 F F1(N)
121712.833 E F0 .334(slashes to be printed belo)2.834 F 2.834(wt)-.25 G .334
12172(he chord on the tablature staf)-2.834 F .334
12173(f, as well as slashes on the)-.25 F .519
12174(corresponding chord on the tabnote staf)69.336 418 R 3.019(f. Y)-.25 F
12175.519(ou can use the other chord attrib)-1.1 F .518
12176(utes \(with, pad, and =tag\) just)-.2 F(lik)69.336 430 Q 2.5(eo)-.1 G
121772.5(nan)-2.5 G(on-tablature staf)-2.5 E(f.)-.25 E 69.336 448 EBEGIN
121780 0.1 0.5 setrgbcolor
12179EEND/F0 14/Times-Bold@0 SF 3.5(6.4 T)72.836 448 R(ies)-.252 E 69.336 466
12180EBEGIN
121810 0 0 setrgbcolor
12182EEND/F0 10/Times-Roman@0 SF .314(From an input point of vie)72.15 466 R
121831.614 -.65(w, t)-.25 H .314(ies w).65 F .314
12184(ork much the same on tablature staf)-.1 F .315(fs as on other staf)-.25
12185F 2.815(fs. On)-.25 F .315(output, tie)2.815 F .339
12186(marks on tablature staf)69.336 478 R .339(fs are normally not printed,\
12187 and the frets are not printed on the tied-to chord. If a tie)-.25 F
12188.668(goes across to a ne)69.336 490 R 3.168(ws)-.25 G .668
12189(core, the frets are printed, b)-3.168 F .669
12190(ut in parentheses, to indicate the chord is really just the)-.2 F
12191(continuation of a tie.)69.336 502 Q 69.336 520 EBEGIN
121920 0.1 0.5 setrgbcolor
12193EEND/F0 14/Times-Bold@0 SF 3.5(6.5 Slides)72.836 520 R 69.336 538 EBEGIN
121940 0 0 setrgbcolor
12195EEND/F0 10/Times-Roman@0 SF 1.96(In Mup input, slides are sho)73.796 538
12196R 1.96(wn with <>, rather lik)-.25 F 4.459(es)-.1 G 1.959
12197(lurs on non-tablature staf)-4.459 F 4.459(fs. There)-.25 F 1.959
12198(is a special)4.459 F -.25(va)69.336 550 S 1.066
12199(riation used for slides that come from no).25 F 1.066
12200(where in particular or go to no)-.25 F 1.066(where in particular)-.25 F
122016.066(.T)-.55 G 1.066(hese are)-6.066 F(sho)69.336 562 Q .858
12202(wn with <\\n>, </n>, <n\\>, or <n/>.)-.25 F 3.357(As)5.858 G .857
12203(lide is indicated on output on tablature staf)-3.357 F .857
12204(fs as a slanted line)-.25 F .118(between 2 fret numbers on a string.)
1220569.336 574 R .118(On tabnote staf)5.118 F .118(fs, the)-.25 F 2.618(ya)
12206-.15 G 2.618(sd)-2.618 G(ra)-2.618 E .118
12207(wn as a slanted line between 2 notes.)-.15 F(See)5.118 E(the e)69.336
12208586 Q(xamples belo)-.15 E(w:)-.25 E/F1 10/Courier@0 SF
12209(2: a5<>; a6; d3<>; d2;)105.336 604 Q(bar)105.336 616 Q
12210(2: b4</n>; e3<\\n>; a2<n/>; e'5<n\\>;)105.336 640 Q(bar)105.336 652 Q
12211EP
12212%%Page: 53 59
12213%%BeginPageSetup
12214BP
12215%%EndPageSetup
12216/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(3-)-2.5 G 91.836 96
12217EBEGIN
12218gsave 0 0.25 0.75 setrgbcolor 0 137 rlineto 392 0 rlineto 0 137 neg rlineto closepath stroke grestore
12219EEND 128 626 392 392 -137 137 90.836 233 PBEGIN
12220%%BeginDocument: mugex55.ps
12221%%BoundingBox: 128 626 520 763
12222save
122231589393640 1589394394 sv
122241.000000 1.000000 scale
12225% S_SSV
12226(/tmp/ugexiM5077) inputfile
122271 linenum
12228% S_SSV
122293 linenum
12230% S_FEED
12231288.29 1091.00 720.00 5 1.000000 1.000000 stf
12232288.29 1022.97 720.00 6 1.735000 1.000000 stf
122330.70 setlinewidth
12234144.29 743.00 moveto
12235144.29 636.95 lineto stroke
12236% S_CLEFSIG
12237156.08 725.00 1.000000 gclef
12238/Helvetica-Bold findfont
1223920 scalefont
12240setfont
12241147.29 672.91 moveto
12242(T) show
12243/Helvetica-Bold findfont
1224420 scalefont
12245setfont
12246147.29 655.03 moveto
12247(A) show
12248/Helvetica-Bold findfont
1224920 scalefont
12250setfont
12251147.29 637.15 moveto
12252(B) show
12253% S_CHHEAD
12254% S_STAFF
12255% staff 1
12256save
12257184.99 716.00 1.000000 4n
12258188.68 716.75 moveto
12259188.68 737.00 lineto stroke
12260222.33 719.00 1.000000 4n
12261213.56 719.00 1.000000 flat
12262226.01 719.75 moveto
12263226.01 740.00 lineto stroke
12264257.28 722.00 1.000000 4n
12265260.97 722.75 moveto
12266260.97 743.00 lineto stroke
12267295.35 719.00 1.000000 4n
12268286.90 719.00 1.000000 nat
12269299.03 719.75 moveto
12270299.03 740.00 lineto stroke
12271262.32 722.00 moveto
12272282.48 719.00 lineto stroke
12273190.03 716.00 moveto
12274208.81 719.00 lineto stroke
12275restore
12276% S_STAFF
12277% staff 2
12278save
12279/Helvetica-Bold findfont
1228012 scalefont
12281setfont
12282181.65 643.11 moveto
12283(5) show
12284/Helvetica-Bold findfont
1228512 scalefont
12286setfont
12287218.98 643.04 moveto
12288(6) show
12289/Helvetica-Bold findfont
1229012 scalefont
12291setfont
12292253.94 653.52 moveto
12293(3) show
12294/Helvetica-Bold findfont
1229512 scalefont
12296setfont
12297292.00 653.34 moveto
12298(2) show
122990.70 setlinewidth
12300261.63 660.77 moveto
12301290.00 654.77 lineto stroke
12302189.34 644.36 moveto
12303216.98 650.36 lineto stroke
12304restore
12305% S_BAR
123067 linenum
123070.70 setlinewidth
12308329.77 743.00 moveto
12309329.77 719.00 lineto stroke
12310329.77 689.00 moveto
12311329.77 636.95 lineto stroke
12312% S_CHHEAD
12313% S_STAFF
12314% staff 1
12315save
12316358.46 740.00 1.000000 4n
12317349.68 740.00 1.000000 flat
12318354.78 739.25 moveto
12319354.78 719.00 lineto stroke
12320396.22 746.00 1.000000 4n
12321392.53 745.25 moveto
12322392.53 725.00 lineto stroke
12323430.64 710.00 1.000000 4n
12324424.41 713.00 moveto
12325436.87 713.00 lineto stroke
12326434.32 710.75 moveto
12327434.32 731.00 lineto stroke
12328467.57 707.00 1.000000 4n
12329461.34 707.00 moveto
12330473.80 707.00 lineto stroke
12331461.34 713.00 moveto
12332473.80 713.00 lineto stroke
12333471.25 707.75 moveto
12334471.25 731.00 lineto stroke
12335473.60 707.00 moveto
12336482.60 704.00 lineto stroke
12337436.67 710.00 moveto
12338445.67 713.00 lineto stroke
12339381.18 749.00 moveto
12340390.18 746.00 lineto stroke
12341335.94 737.00 moveto
12342344.94 740.00 lineto stroke
12343restore
12344% S_STAFF
12345% staff 2
12346save
12347/Helvetica-Bold findfont
1234812 scalefont
12349setfont
12350355.11 674.34 moveto
12351(4) show
12352/Helvetica-Bold findfont
1235312 scalefont
12354setfont
12355392.87 684.75 moveto
12356(3) show
12357/Helvetica-Bold findfont
1235812 scalefont
12359setfont
12360427.29 642.93 moveto
12361(2) show
12362/Helvetica-Bold findfont
1236312 scalefont
12364setfont
12365464.22 632.70 moveto
12366(5) show
123670.70 setlinewidth
12368472.92 636.95 moveto
12369481.92 633.95 lineto stroke
12370435.99 647.36 moveto
12371444.99 650.36 lineto stroke
12372381.87 692.00 moveto
12373390.87 689.00 lineto stroke
12374344.11 675.59 moveto
12375353.11 678.59 lineto stroke
12376restore
12377% S_BAR
1237810 linenum
123790.70 setlinewidth
12380503.65 743.00 moveto
12381503.65 719.00 lineto stroke
12382503.65 689.00 moveto
12383503.65 636.95 lineto stroke
12384% Printing header/footer
12385showpage
12386restore
12387%%DocumentFonts: /Helvetica-Bold
12388%%Pages: 2
12389%%EndDocument
12390end PEND 69.336 253 EBEGIN
123910 0.1 0.5 setrgbcolor
12392EEND/F0 14/Times-Bold@0 SF 3.5(6.6 Bends)72.836 253 R 69.336 271 EBEGIN
123930 0 0 setrgbcolor
12394EEND/F0 10/Times-Roman@0 SF 2.537(Ab)71.873 271 S .037
12395(end \(stretching a string to mak)-2.537 F 2.537(ei)-.1 G 2.537(ts)
12396-2.537 G .036
12397(ound higher than normal\) is speci\214ed on tablature staf)-2.537 F
12398.036(fs by putting a)-.25 F(te)69.336 283 Q 1.921
12399(xt string after the string. The te)-.15 F 1.921(xt string can be the w)
12400-.15 F 1.921(ord "full" or a number and/or fraction.)-.1 F(Some)6.922 E
12401-.15(ex)69.336 295 S(amples:).15 E/F1 10/Courier@0 SF
12402(2: e4 "full"; e "1/2"; 2e "1 1/2";)105.336 313 Q(bar)105.336 325 Q
12403127.836 334.6 EBEGIN
12404gsave 0 0.25 0.75 setrgbcolor 0 182 rlineto 320 0 rlineto 0 182 neg rlineto closepath stroke grestore
12405EEND 160 580 320 320 -182 182 126.836 516.6 PBEGIN
12406%%BeginDocument: mugex56.ps
12407%%BoundingBox: 160 580 480 762
12408save
124091589393640 1589394394 sv
124101.000000 1.000000 scale
12411% S_SSV
12412(/tmp/ugexiM5077) inputfile
124131 linenum
12414% S_SSV
124153 linenum
12416% S_FEED
12417324.29 1081.31 684.00 5 1.000000 1.000000 stf
12418324.29 973.48 684.00 6 1.735000 1.000000 stf
124190.70 setlinewidth
12420180.29 733.31 moveto
12421180.29 587.45 lineto stroke
12422% S_CLEFSIG
12423192.08 715.31 1.000000 gclef
12424/Helvetica-Bold findfont
1242520 scalefont
12426setfont
12427183.29 623.42 moveto
12428(T) show
12429/Helvetica-Bold findfont
1243020 scalefont
12431setfont
12432183.29 605.54 moveto
12433(A) show
12434/Helvetica-Bold findfont
1243520 scalefont
12436setfont
12437183.29 587.66 moveto
12438(B) show
12439% S_CHHEAD
12440% S_STAFF
12441% staff 1
12442save
12443230.98 736.31 0.583333 4n
12444225.11 736.31 0.583333 sharp
12445/Times-Roman findfont
124467 scalefont
12447setfont
12448220.28 734.55 moveto
12449(\() show
12450/Times-Roman findfont
124517 scalefont
12452setfont
12453234.33 734.55 moveto
12454(\)) show
12455257.80 742.31 1.000000 4n
12456249.03 742.31 1.000000 flat
12457251.57 739.31 moveto
12458264.03 739.31 lineto stroke
12459254.12 741.56 moveto
12460254.12 721.31 lineto stroke
12461312.05 739.31 1.000000 4n
12462305.81 739.31 moveto
12463318.28 739.31 lineto stroke
12464308.36 738.56 moveto
12465308.36 718.31 lineto stroke
12466379.02 742.31 1.000000 2n
12467370.36 742.31 1.000000 nat
12468372.58 739.31 moveto
12469385.47 739.31 lineto stroke
12470375.13 741.56 moveto
12471375.13 721.31 lineto stroke
12472314.05 744.41 moveto
12473345.15 754.00 lineto stroke
12474345.15 754.00 moveto
12475377.02 747.41 lineto stroke
12476259.80 747.41 moveto
12477285.41 753.99 lineto stroke
12478285.41 753.99 moveto
12479310.05 744.41 lineto stroke
12480231.98 743.51 moveto
12481243.04 750.66 lineto stroke
12482243.04 750.66 moveto
12483255.80 747.41 lineto stroke
12484restore
12485% S_STAFF
12486% staff 2
12487save
12488/Helvetica-Bold findfont
1248912 scalefont
12490setfont
12491254.45 635.26 moveto
12492(4) show
12493/Helvetica findfont
1249412 scalefont
12495setfont
12496250.13 672.89 moveto
12497(full) show
124980.70 setlinewidth
12499257.80 645.76 moveto
12500257.80 669.73 lineto stroke
12501257.80 666.31 1.000000 uwedge
12502/Helvetica findfont
1250312 scalefont
12504setfont
12505312.05 657.27 moveto
12506(1/2) show
12507257.80 669.73 moveto
12508260.51 669.88 263.23 669.88 265.94 669.73 curveto
12509275.94 669.18 285.93 668.45 295.77 666.41 curveto
12510297.63 666.03 299.50 665.67 301.20 664.75 curveto
12511305.43 662.44 309.85 660.34 312.05 655.61 curveto
12512312.43 654.78 312.43 653.95 312.05 653.12 curveto
12513stroke
12514312.05 650.70 1.000000 wedge
12515/Helvetica findfont
1251612 scalefont
12517setfont
12518365.67 690.59 moveto
12519(1 1/2) show
12520312.05 654.12 moveto
12521315.39 653.85 318.74 653.85 322.09 654.12 curveto
12522334.54 655.13 346.92 656.54 358.93 660.17 curveto
12523361.30 660.88 363.64 661.65 365.63 663.19 curveto
12524371.42 667.66 376.51 672.70 379.02 679.81 curveto
12525379.56 681.33 379.56 682.84 379.02 684.35 curveto
12526stroke
12527379.02 681.93 1.000000 uwedge
12528restore
12529% S_BAR
125307 linenum
125310.70 setlinewidth
12532467.65 733.31 moveto
12533467.65 709.31 lineto stroke
12534467.65 639.50 moveto
12535467.65 587.45 lineto stroke
12536% Printing header/footer
12537showpage
12538restore
12539%%DocumentFonts: /Times-Roman /Helvetica /Helvetica-Bold
12540%%Pages: 2
12541%%EndDocument
12542end PEND/F0 10/Times-Roman@0 SF .529(If you w)69.336 536.6 R .529
12543(ant to bend back do)-.1 F .529(wn to ha)-.25 F .529
12544(ving no bend \(a release\), the te)-.2 F .528
12545(xt string specifying the bend is just an)-.15 F .843
12546(empty string of "".)69.336 548.6 R .843(Note that if both a fret and b\
12547end other than "" are speci\214ed, this indicates a prebend,)5.843 F
12548(whereas if only a bend is speci\214ed, this indicates a normal bend.)
1254969.336 560.6 Q .599(Bends need not be an inte)69.336 578.6 R .599
12550(ger number of half steps, b)-.15 F .598
12551(ut if you specify a bend that f)-.2 F .598(alls between half steps,)-.1
12552F .352(when it is used on the tabnote staf)69.336 590.6 R .352
12553(f, the bend is rounded to the nearest half step, or rounded do)-.25 F
12554(wnw)-.25 E .352(ard if it)-.1 F .673(is e)69.336 602.6 R .673
12555(xactly in the middle of a half step.)-.15 F .672
12556(When possible, bends of 1/4 step or less are sho)5.672 F .672
12557(wn on the tabnote)-.25 F(staf)69.336 614.6 Q 2.5(fb)-.25 G 2.5(yas)-2.5
12558G(mall curv)-2.5 E 2.5(er)-.15 G(ather than by a separate note.)-2.5 E
12559-1.1(Yo)69.336 632.6 S 2.778(uc)1.1 G .278
12560(an specify bends on more than one string at once, b)-2.778 F .279
12561(ut a continuation bend \(bending to a ne)-.2 F 2.779(wd)-.25 G(istance)
12562-2.779 E(without replucking the string\) is only allo)69.336 644.6 Q
12563(wed on a single string at a time. Here are some e)-.25 E(xamples:)-.15
12564E/F1 10/Courier@0 SF(2: g0b2e'0; e' "1/2" g "full" b "3/4"; e' ""; a2;)
12565105.336 662.6 Q(bar)105.336 674.6 Q
12566(2: a "1/2"; a "full"; a "1/2"; a "";)105.336 698.6 Q(bar)105.336 710.6
12567Q EP
12568%%Page: 54 60
12569%%BeginPageSetup
12570BP
12571%%EndPageSetup
12572/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(4-)-2.5 G 103.836 96
12573EBEGIN
12574gsave 0 0.25 0.75 setrgbcolor 0 196 rlineto 368 0 rlineto 0 196 neg rlineto closepath stroke grestore
12575EEND 136 567 368 368 -196 196 102.836 292 PBEGIN
12576%%BeginDocument: mugex57.ps
12577%%BoundingBox: 136 567 504 763
12578save
125791589393640 1589394394 sv
125801.000000 1.000000 scale
12581% S_SSV
12582(/tmp/ugexiM5077) inputfile
125831 linenum
12584% S_SSV
125853 linenum
12586% S_FEED
12587302.69 1088.00 705.60 5 1.000000 1.000000 stf
12588302.69 964.01 705.60 6 1.735000 1.000000 stf
125890.70 setlinewidth
12590158.69 740.00 moveto
12591158.69 577.99 lineto stroke
12592% S_CLEFSIG
12593170.48 722.00 1.000000 gclef
12594/Helvetica-Bold findfont
1259520 scalefont
12596setfont
12597161.69 613.95 moveto
12598(T) show
12599/Helvetica-Bold findfont
1260020 scalefont
12601setfont
12602161.69 596.07 moveto
12603(A) show
12604/Helvetica-Bold findfont
1260520 scalefont
12606setfont
12607161.69 578.19 moveto
12608(B) show
12609% S_CHHEAD
12610% S_STAFF
12611% staff 1
12612save
12613206.80 731.00 1.000000 4n
12614197.45 731.00 1.000000 sharp
12615206.80 722.00 1.000000 4n
12616206.80 695.00 1.000000 4n
12617200.57 698.00 moveto
12618213.04 698.00 lineto stroke
12619200.57 704.00 moveto
12620213.04 704.00 lineto stroke
12621200.57 710.00 moveto
12622213.04 710.00 lineto stroke
12623210.49 695.75 moveto
12624210.49 752.00 lineto stroke
12625241.43 734.00 1.000000 4n
12626241.43 725.00 1.000000 4n
12627241.43 698.00 1.000000 4n
12628235.19 698.00 moveto
12629247.66 698.00 lineto stroke
12630235.19 704.00 moveto
12631247.66 704.00 lineto stroke
12632235.19 710.00 moveto
12633247.66 710.00 lineto stroke
12634245.11 698.75 moveto
12635245.11 755.00 lineto stroke
12636275.16 695.00 1.000000 4n
12637268.93 698.00 moveto
12638281.39 698.00 lineto stroke
12639268.93 704.00 moveto
12640281.39 704.00 lineto stroke
12641268.93 710.00 moveto
12642281.39 710.00 lineto stroke
12643278.84 695.75 moveto
12644278.84 728.00 lineto stroke
12645309.18 707.00 1.000000 4n
12646302.95 710.00 moveto
12647315.41 710.00 lineto stroke
12648312.86 707.75 moveto
12649312.86 728.00 lineto stroke
12650311.18 701.90 moveto
12651332.61 695.32 lineto stroke
12652332.61 695.32 moveto
12653352.88 704.90 lineto stroke
12654243.43 692.90 moveto
12655257.48 683.34 lineto stroke
12656257.48 683.34 moveto
12657273.16 689.90 lineto stroke
12658208.80 689.90 moveto
12659224.90 683.34 lineto stroke
12660224.90 683.34 moveto
12661239.43 692.90 lineto stroke
12662212.84 722.00 moveto
12663224.34 718.29 lineto stroke
12664224.34 718.29 moveto
12665234.39 725.00 lineto stroke
12666212.84 736.10 moveto
12667226.29 745.66 lineto stroke
12668226.29 745.66 moveto
12669241.43 739.10 lineto stroke
12670restore
12671% S_STAFF
12672% staff 2
12673save
12674/Helvetica-Bold findfont
1267512 scalefont
12676setfont
12677203.46 615.20 moveto
12678(2) show
12679/Helvetica-Bold findfont
1268012 scalefont
12681setfont
12682203.46 604.90 moveto
12683(0) show
12684/Helvetica-Bold findfont
1268512 scalefont
12686setfont
12687203.46 573.67 moveto
12688(0) show
12689/Helvetica findfont
1269012 scalefont
12691setfont
12692233.07 671.62 moveto
12693(3/4) show
12694/Helvetica findfont
1269512 scalefont
12696setfont
12697233.76 660.67 moveto
12698(full) show
12699/Helvetica findfont
1270012 scalefont
12701setfont
12702233.07 649.80 moveto
12703(1/2) show
127040.70 setlinewidth
12705212.65 620.63 moveto
12706214.09 620.40 215.53 620.40 216.97 620.63 curveto
12707222.50 621.48 227.86 622.87 232.79 625.63 curveto
12708233.93 626.27 234.91 627.07 235.67 628.13 curveto
12709238.66 632.27 240.43 636.92 241.43 641.90 curveto
12710241.68 643.15 241.68 644.40 241.43 645.65 curveto
12711stroke
12712212.65 610.22 moveto
12713214.09 609.91 215.53 609.91 216.97 610.22 curveto
12714222.75 611.45 228.08 613.68 232.79 617.30 curveto
12715234.03 618.26 234.95 619.47 235.67 620.85 curveto
12716238.89 626.96 240.45 633.56 241.43 640.34 curveto
12717241.68 642.11 241.68 643.88 241.43 645.65 curveto
12718stroke
12719212.65 578.99 moveto
12720214.09 578.46 215.53 578.46 216.97 578.99 curveto
12721223.87 581.50 228.57 586.63 232.79 592.32 curveto
12722234.28 594.31 234.99 596.64 235.67 598.99 curveto
12723239.14 610.96 240.46 623.28 241.43 635.65 curveto
12724241.69 638.98 241.69 642.32 241.43 645.65 curveto
12725stroke
12726241.43 643.23 1.000000 uwedge
12727241.43 646.65 moveto
12728243.11 647.18 244.80 647.18 246.49 646.65 curveto
12729254.05 644.26 259.92 639.47 265.04 633.60 curveto
12730266.70 631.70 267.61 629.42 268.41 627.08 curveto
12731272.42 615.45 274.03 603.36 275.16 591.19 curveto
12732275.46 587.93 275.46 584.67 275.16 581.41 curveto
12733stroke
12734275.16 578.99 1.000000 wedge
12735/Helvetica-Bold findfont
1273612 scalefont
12737setfont
12738305.83 583.97 moveto
12739(2) show
12740restore
12741% S_BAR
127428 linenum
127430.70 setlinewidth
12744341.17 740.00 moveto
12745341.17 716.00 lineto stroke
12746341.17 630.04 moveto
12747341.17 577.99 lineto stroke
12748% S_CHHEAD
12749% S_STAFF
12750% staff 1
12751save
12752354.88 710.00 1.000000 4n
12753348.65 710.00 moveto
12754361.11 710.00 lineto stroke
12755358.56 710.75 moveto
12756358.56 731.00 lineto stroke
12757388.48 710.00 1.000000 4n
12758379.13 710.00 1.000000 sharp
12759382.25 710.00 moveto
12760394.71 710.00 lineto stroke
12761392.16 710.75 moveto
12762392.16 731.00 lineto stroke
12763421.29 710.00 1.000000 4n
12764412.84 710.00 1.000000 nat
12765415.06 710.00 moveto
12766427.53 710.00 lineto stroke
12767424.98 710.75 moveto
12768424.98 731.00 lineto stroke
12769457.26 707.00 1.000000 4n
12770451.03 710.00 moveto
12771463.49 710.00 lineto stroke
12772460.94 707.75 moveto
12773460.94 728.00 lineto stroke
12774423.29 704.90 moveto
12775438.52 695.34 lineto stroke
12776438.52 695.34 moveto
12777455.26 701.90 lineto stroke
12778390.48 704.90 moveto
12779404.89 696.80 lineto stroke
12780404.89 696.80 moveto
12781419.29 704.90 lineto stroke
12782356.88 704.90 moveto
12783371.68 696.80 lineto stroke
12784371.68 696.80 moveto
12785386.48 704.90 lineto stroke
12786restore
12787% S_STAFF
12788% staff 2
12789save
12790/Helvetica findfont
1279112 scalefont
12792setfont
12793346.53 647.80 moveto
12794(1/2) show
127950.70 setlinewidth
12796315.03 589.40 moveto
12797317.02 588.93 319.01 588.93 321.01 589.40 curveto
12798329.16 591.30 336.50 594.85 342.93 600.25 curveto
12799344.70 601.73 345.92 603.61 346.91 605.67 curveto
12800351.44 615.12 353.53 625.22 354.88 635.51 curveto
12801355.24 638.22 355.24 640.94 354.88 643.65 curveto
12802stroke
12803354.88 641.23 1.000000 uwedge
12804/Helvetica findfont
1280512 scalefont
12806setfont
12807380.81 663.42 moveto
12808(full) show
12809354.88 644.65 moveto
12810356.56 644.52 358.24 644.52 359.92 644.65 curveto
12811366.16 645.14 372.36 645.81 378.40 647.57 curveto
12812379.58 647.92 380.75 648.28 381.76 649.04 curveto
12813384.63 651.19 387.21 653.58 388.48 657.07 curveto
12814388.74 657.80 388.74 658.53 388.48 659.27 curveto
12815stroke
12816388.48 656.85 1.000000 uwedge
12817/Helvetica findfont
1281812 scalefont
12819setfont
12820421.29 647.80 moveto
12821(1/2) show
12822388.48 660.27 moveto
12823390.12 660.42 391.76 660.42 393.40 660.27 curveto
12824399.52 659.71 405.59 658.92 411.45 656.94 curveto
12825412.62 656.55 413.77 656.10 414.73 655.28 curveto
12826417.66 652.77 420.09 649.89 421.29 646.14 curveto
12827421.56 645.31 421.56 644.48 421.29 643.65 curveto
12828stroke
12829421.29 641.23 1.000000 wedge
12830421.29 644.65 moveto
12831423.09 645.10 424.89 645.10 426.69 644.65 curveto
12832434.16 642.78 440.74 639.23 446.47 634.08 curveto
12833448.10 632.62 449.18 630.78 450.07 628.80 curveto
12834454.20 619.54 456.04 609.72 457.26 599.74 curveto
12835457.58 597.10 457.58 594.46 457.26 591.82 curveto
12836stroke
12837457.26 589.40 1.000000 wedge
12838restore
12839% S_BAR
1284011 linenum
128410.70 setlinewidth
12842489.25 740.00 moveto
12843489.25 716.00 lineto stroke
12844489.25 630.04 moveto
12845489.25 577.99 lineto stroke
12846% Printing header/footer
12847showpage
12848restore
12849%%DocumentFonts: /Helvetica /Helvetica-Bold
12850%%Pages: 2
12851%%EndDocument
12852end PEND/F0 10/Times-Roman@0 SF .946(If you ha)69.336 312 R 1.246 -.15
12853(ve m)-.2 H .946(ore than one v).15 F .946(oice on a tablature staf)-.2
12854F .945(f, bends on other than the top v)-.25 F .945
12855(oice may collide with)-.2 F 1.483(other v)69.336 324 R 1.483
12856(oices in some cases, and if there are bends from more than one v)-.2 F
128571.484(oice simultaneously)-.2 F 3.984(,t)-.65 G(he)-3.984 E 3.984(ym)
12858-.15 G(ay)-3.984 E(collide.)69.336 336 Q .852(On non-tablature staf)
1285969.336 354 R .851(fs, bends are speci\214ed with a ^ symbol follo)-.25 F
12860.851(wed by the note to bend to. The note to)-.25 F 1.019
12861(bend to is speci\214ed by letter and optional octa)69.336 366 R 1.319
12862-.15(ve \()-.2 H 1.02(accidentals are not speci\214ed\). If you w).15 F
128631.02(ant just a small)-.1 F
12864(bend \(1/4 step\), this is speci\214ed by ^/. F)69.336 378 Q(or e)-.15
12865E(xample:)-.15 E/F1 10/Courier@0 SF(1: e ^f; f; b ^c5; c#5;)105.336 396
12866Q(bar)105.336 408 Q(1: d+^e+ g^a; e+a; g ^/; c ^/ c+^/;)105.336 432 Q
12867(bar)105.336 444 Q 127.836 453.6 EBEGIN
12868gsave 0 0.25 0.75 setrgbcolor 0 67 rlineto 320 0 rlineto 0 67 neg rlineto closepath stroke grestore
12869EEND 160 696 320 320 -67 67 126.836 520.6 PBEGIN
12870%%BeginDocument: mugex58.ps
12871%%BoundingBox: 160 696 480 763
12872save
128731589393640 1589394394 sv
128741.000000 1.000000 scale
12875% S_SSV
12876(/tmp/ugexiM5077) inputfile
128772 linenum
12878% S_FEED
12879324.29 1091.00 684.00 5 1.000000 1.000000 stf
12880% S_CLEFSIG
12881192.08 725.00 1.000000 gclef
12882% S_CHHEAD
12883% S_STAFF
12884% staff 1
12885save
12886221.11 719.00 1.000000 4n
128870.70 setlinewidth
12888224.79 719.75 moveto
12889224.79 740.00 lineto stroke
12890250.38 722.00 1.000000 4n
12891254.06 722.75 moveto
12892254.06 743.00 lineto stroke
12893278.22 731.00 1.000000 4n
12894274.54 730.25 moveto
12895274.54 710.00 lineto stroke
12896309.78 734.00 1.000000 4n
12897300.42 734.00 1.000000 sharp
12898306.09 733.25 moveto
12899306.09 713.00 lineto stroke
12900280.22 736.10 moveto
12901293.43 742.83 lineto stroke
12902293.43 742.83 moveto
12903307.78 739.10 lineto stroke
12904223.11 713.90 moveto
12905236.37 710.17 lineto stroke
12906236.37 710.17 moveto
12907248.38 716.90 lineto stroke
12908restore
12909% S_BAR
129106 linenum
129110.70 setlinewidth
12912338.51 743.00 moveto
12913338.51 719.00 lineto stroke
12914% S_CHHEAD
12915% S_STAFF
12916% staff 1
12917save
12918348.81 737.00 1.000000 4n
12919348.81 725.00 1.000000 4n
12920345.12 736.25 moveto
12921345.12 704.00 lineto stroke
12922379.52 740.00 1.000000 4n
12923379.52 728.00 1.000000 4n
12924375.84 739.25 moveto
12925375.84 707.00 lineto stroke
12926408.80 725.00 1.000000 4n
12927415.83 726.50 moveto
12928416.39 726.55 416.89 726.75 417.33 727.10 curveto
12929418.33 727.89 418.95 728.95 419.43 730.10 curveto
12930419.65 730.63 419.75 731.18 419.73 731.75 curveto
12931stroke
12932412.48 725.75 moveto
12933412.48 746.00 lineto stroke
12934438.91 734.00 1.000000 4n
12935445.95 735.50 moveto
12936446.51 735.55 447.01 735.75 447.45 736.10 curveto
12937448.44 736.89 449.06 737.95 449.55 739.10 curveto
12938449.77 739.63 449.87 740.18 449.85 740.75 curveto
12939stroke
12940438.91 713.00 1.000000 4n
12941445.95 714.50 moveto
12942446.51 714.55 447.01 714.75 447.45 715.10 curveto
12943448.44 715.89 449.06 716.95 449.55 718.10 curveto
12944449.77 718.63 449.87 719.18 449.85 719.75 curveto
12945stroke
12946432.68 713.00 moveto
12947445.15 713.00 lineto stroke
12948442.60 713.75 moveto
12949442.60 755.00 lineto stroke
12950348.81 719.90 moveto
12951361.31 716.18 lineto stroke
12952361.31 716.18 moveto
12953372.49 722.90 lineto stroke
12954350.81 742.10 moveto
12955363.58 748.83 lineto stroke
12956363.58 748.83 moveto
12957377.52 745.10 lineto stroke
12958restore
12959% S_BAR
129609 linenum
129610.70 setlinewidth
12962467.65 743.00 moveto
12963467.65 719.00 lineto stroke
12964% Printing header/footer
12965showpage
12966restore
12967%%DocumentFonts:
12968%%Pages: 2
12969%%EndDocument
12970end PEND 69.336 540.6 EBEGIN
129710 0.1 0.5 setrgbcolor
12972EEND/F0 14/Times-Bold@0 SF 3.5(6.7 Miscellaneous)72.836 540.6 R 69.336
12973558.6 EBEGIN
129740 0 0 setrgbcolor
12975EEND/F0 10/Times-Roman@0 SF .269(Note attrib)72.105 558.6 R .269
12976(utes of ~ for tie, ? for a small note, and = for a tag w)-.2 F .269
12977(ork the same on tablatures staf)-.1 F .268(fs as on non-)-.25 F
12978(tablature staf)69.336 570.6 Q(fs.)-.25 E 1.525
12979(If bm, ebm, or esbm are gi)69.336 588.6 R -.15(ve)-.25 G 4.026(no).15 G
129804.026(nt)-4.026 G 1.526(ablature staf)-4.026 F 1.526(fs the)-.25 F 4.026
12981(ya)-.15 G 1.526(re transferred to the tabnote staf)-4.026 F 4.026(fa)
12982-.25 G 1.526(nd used for)-4.026 F .073(custom beaming there.)69.336
12983600.6 R .072
12984(Items in "with" lists inside [ ] are also copied to the tabnote staf)
129855.072 F 2.572(f. In)-.25 F .072(general, unless)2.572 F .65
12986(otherwise speci\214ed here, if you w)69.336 612.6 R .651
12987(ant items such as tempo and dynamic marks to appear on both tablature)
12988-.1 F(and tabnote staf)69.336 624.6 Q(f, you ha)-.25 E .3 -.15(ve t)-.2
12989H 2.5(os).15 G(pecify them for both staf)-2.5 E(fs.)-.25 E
12990(The "alt" inter)69.336 642.6 Q(-chord attrib)-.2 E(ute is not allo)-.2
12991E(wed on tablature staf)-.25 E(fs.)-.25 E 1.739
12992(When there is a tablature staf)69.336 660.6 R 1.739
12993(f, the MIDI is actually generated from the tabnote staf)-.25 F 1.738
12994(f. There are some)-.25 F 3.309(limitations. Currently)69.336 672.6 R
129953.309(,n)-.65 G 3.309(oM)-3.309 G .809(IDI pitch bends are generated; s\
12996lides and bends are instantaneous rather than)-3.309 F(gradual.)69.336
12997684.6 Q .153(If a capo is being used, it probably better to declare a t\
12998ransposition of the tabnote staf)69.336 702.6 R 2.652(fr)-.25 G .152
12999(ather than declaring)-2.652 F .179(the strings to be dif)69.336 714.6 R
13000.179(ferent notes. This is because most people w)-.25 F .18
13001(ould rather think of the original string letters)-.1 F .358
13002(when entering the tab staf)69.336 726.6 R 2.858(fi)-.25 G .357
13003(nformation; and if you decide to put the capo on a dif)-2.858 F .357
13004(ferent fret later)-.25 F 2.857(,y)-.4 G .357(ou only)-2.857 F(ha)69.336
13005738.6 Q .959 -.15(ve t)-.2 H 3.159(oc).15 G .659
13006(hange the "transpose" line.)-3.159 F .659(The automatic MIDI octa)5.659
13007F .959 -.15(ve t)-.2 H .66(ranposition for standard guitar will also).15
13008F EP
13009%%Page: 55 61
13010%%BeginPageSetup
13011BP
13012%%EndPageSetup
13013/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(5-)-2.5 G
13014(then still apply)69.336 96 Q 2.5(,o)-.65 G 2.5(nt)-2.5 G
13015(op of your transposition.)-2.5 E 1.069(If you specify an octa)69.336
13016114 R 1.369 -.15(ve m)-.2 H 1.069
13017(ark \(discussed in a later section\) on a tabnote staf).15 F 1.069
13018(f, the deri)-.25 F -.15(ve)-.25 G 3.569(dm).15 G 1.069(usic will be)
13019-3.569 F 1.755(printed with the notes raised or lo)69.336 126 R 1.755
13020(wered the appropriate number of octa)-.25 F -.15(ve)-.2 G 4.255(st).15
13021G 4.255(oc)-4.255 G 1.755(orrespond to the gi)-4.255 F -.15(ve)-.25 G(n)
13022.15 E(octa)69.336 138 Q .3 -.15(ve m)-.2 H(ark interv).15 E(al.)-.25 E
13023.799(Since ties are not printed on tablature staf)69.336 156 R .799
13024(f, and input notation for tablature slides is lik)-.25 F 3.299(ew)-.1 G
13025.799(hat is used for)-3.299 F .452(slurs on ordinary staf)69.336 168 R
13026.452(fs, if you w)-.25 F .452(ant a curv)-.1 F .452(ed line lik)-.15 F
130272.952(eat)-.1 G .452(ie or slur on a tablature or tabnote staf)-2.952 F
13028.453(f, you ha)-.25 F -.15(ve)-.2 G(to use a phrase mark. See the secti\
13029on on phrase marks for more details.)69.336 180 Q .971
13030(The chord-at-a-time input style can also be used for tablature.)69.336
13031198 R .97(The staf)5.971 F .97(fs being mapped to from a single)-.25 F
13032(input line must either be all tablature or all non-tablature, ho)69.336
13033210 Q(we)-.25 E -.15(ve)-.25 G -.55(r.).15 G/F1 10/Courier@0 SF(score)
13034105.336 228 Q(staffs=4)130.336 240 Q(brace=1-2, 3-4)130.336 252 Q
13035(tabwhitebox=y)130.336 264 Q(staff 2)105.336 276 Q(stafflines=tab)
13036130.336 288 Q(staff 4)105.336 300 Q(stafflines=tab)130.336 312 Q(music)
13037105.336 324 Q(// The first two notes in each chord go to staff 2,)
13038105.336 348 Q(// and the last two go to staff 4.)105.336 360 Q 6([2)
13039105.336 372 S 6(;2)-6 G 6(;4)-6 G 6(;4)-6 G 6(]:a)-6 G
13040(2d0 g0b3; e'0a2 g0e0; 2 e'0d2 b0e3;)-6 E(bar)105.336 384 Q 139.836
13041393.6 EBEGIN
13042gsave 0 0.25 0.75 setrgbcolor 0 248 rlineto 296 0 rlineto 0 248 neg rlineto closepath stroke grestore
13043EEND 168 515 296 296 -248 248 138.836 641.6 PBEGIN
13044%%BeginDocument: mugex59.ps
13045%%BoundingBox: 168 515 464 763
13046save
130471589393640 1589394394 sv
130480.900000 0.900000 scale
13049% S_SSV
13050(/tmp/ugexiM5077) inputfile
130512 linenum
13052% S_SSV
130539 linenum
13054% S_SSV
1305511 linenum
13056% S_FEED
13057366.29 1175.00 720.00 5 1.000000 1.000000 stf
13058366.29 1102.59 720.00 6 1.735000 1.000000 stf
13059366.29 1034.57 720.00 5 1.000000 1.000000 stf
13060366.29 966.54 720.00 6 1.735000 1.000000 stf
13061221.79 827.00 716.57 brace
13062221.79 686.57 580.52 brace
130630.70 setlinewidth
13064222.29 827.00 moveto
13065222.29 580.52 lineto stroke
13066% S_CLEFSIG
13067234.08 809.00 1.000000 gclef
13068/Helvetica-Bold findfont
1306920 scalefont
13070setfont
13071225.29 752.53 moveto
13072(T) show
13073/Helvetica-Bold findfont
1307420 scalefont
13075setfont
13076225.29 734.65 moveto
13077(A) show
13078/Helvetica-Bold findfont
1307920 scalefont
13080setfont
13081225.29 716.77 moveto
13082(B) show
13083234.08 668.57 1.000000 gclef
13084/Helvetica-Bold findfont
1308520 scalefont
13086setfont
13087225.29 616.48 moveto
13088(T) show
13089/Helvetica-Bold findfont
1309020 scalefont
13091setfont
13092225.29 598.60 moveto
13093(A) show
13094/Helvetica-Bold findfont
1309520 scalefont
13096setfont
13097225.29 580.72 moveto
13098(B) show
13099% S_CHHEAD
13100% S_STAFF
13101% staff 1
13102save
13103268.93 800.00 1.000000 4n
13104268.93 794.00 1.000000 4n
13105262.70 797.00 moveto
13106275.16 797.00 lineto stroke
13107272.61 794.75 moveto
13108272.61 821.00 lineto stroke
13109333.11 794.00 1.000000 4n
13110326.88 797.00 moveto
13111339.34 797.00 lineto stroke
13112333.11 782.00 1.000000 4n
13113326.88 785.00 moveto
13114339.34 785.00 lineto stroke
13115326.88 791.00 moveto
13116339.34 791.00 lineto stroke
13117326.88 797.00 moveto
13118339.34 797.00 lineto stroke
13119336.79 782.75 moveto
13120336.79 815.00 lineto stroke
13121402.74 803.00 1.000000 2n
13122402.74 782.00 1.000000 2n
13123396.29 785.00 moveto
13124409.19 785.00 lineto stroke
13125396.29 791.00 moveto
13126409.19 791.00 lineto stroke
13127396.29 797.00 moveto
13128409.19 797.00 lineto stroke
13129406.64 782.75 moveto
13130406.64 824.00 lineto stroke
13131restore
13132% S_STAFF
13133% staff 2
13134save
13135265.58 731.91 272.28 742.86 whitebox
13136/Helvetica-Bold findfont
1313712 scalefont
13138setfont
13139265.58 733.07 moveto
13140(0) show
13141265.58 721.61 272.28 732.34 whitebox
13142/Helvetica-Bold findfont
1314312 scalefont
13144setfont
13145265.58 722.55 moveto
13146(2) show
13147329.76 721.61 336.46 732.34 whitebox
13148/Helvetica-Bold findfont
1314912 scalefont
13150setfont
13151329.76 722.55 moveto
13152(2) show
13153329.76 711.09 336.46 722.04 whitebox
13154/Helvetica-Bold findfont
1315512 scalefont
13156setfont
13157329.76 712.25 moveto
13158(0) show
13159399.39 732.02 406.09 742.75 whitebox
13160/Helvetica-Bold findfont
1316112 scalefont
13162setfont
13163399.39 732.96 moveto
13164(2) show
13165399.39 711.09 406.09 722.04 whitebox
13166/Helvetica-Bold findfont
1316712 scalefont
13168setfont
13169399.39 712.25 moveto
13170(0) show
13171restore
13172% S_STAFF
13173% staff 3
13174save
13175268.93 680.57 1.000000 4n
13176268.93 668.57 1.000000 4n
131770.70 setlinewidth
13178265.25 679.82 moveto
13179265.25 647.57 lineto stroke
13180333.11 683.57 1.000000 4n
13181333.11 668.57 1.000000 4n
13182329.43 682.82 moveto
13183329.43 647.57 lineto stroke
13184402.74 689.57 1.000000 2n
13185402.74 674.57 1.000000 2n
13186398.84 688.82 moveto
13187398.84 653.57 lineto stroke
13188restore
13189% S_STAFF
13190% staff 4
13191save
13192265.58 616.68 272.28 627.63 whitebox
13193/Helvetica-Bold findfont
1319412 scalefont
13195setfont
13196265.58 617.91 moveto
13197(3) show
13198265.58 606.27 272.28 617.22 whitebox
13199/Helvetica-Bold findfont
1320012 scalefont
13201setfont
13202265.58 607.43 moveto
13203(0) show
13204329.76 627.09 336.46 638.04 whitebox
13205/Helvetica-Bold findfont
1320612 scalefont
13207setfont
13208329.76 628.25 moveto
13209(0) show
13210329.76 606.27 336.46 617.22 whitebox
13211/Helvetica-Bold findfont
1321212 scalefont
13213setfont
13214329.76 607.43 moveto
13215(0) show
13216399.39 627.09 406.09 638.04 whitebox
13217/Helvetica-Bold findfont
1321812 scalefont
13219setfont
13220399.39 628.32 moveto
13221(3) show
13222399.39 616.68 406.09 627.63 whitebox
13223/Helvetica-Bold findfont
1322412 scalefont
13225setfont
13226399.39 617.84 moveto
13227(0) show
13228restore
13229% S_BAR
1323018 linenum
132310.70 setlinewidth
13232503.65 827.00 moveto
13233503.65 803.00 lineto stroke
13234503.65 768.62 moveto
13235503.65 716.57 lineto stroke
13236503.65 686.57 moveto
13237503.65 662.57 lineto stroke
13238503.65 632.57 moveto
13239503.65 580.52 lineto stroke
13240% Printing header/footer
13241showpage
13242restore
13243%%DocumentFonts: /Helvetica-Bold
13244%%Pages: 2
13245%%EndDocument
13246end PEND EP
13247%%Page: 56 62
13248%%BeginPageSetup
13249BP
13250%%EndPageSetup
13251/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(6-)-2.5 G 69.336 103
13252EBEGIN
132530 0.1 0.5 setrgbcolor
13254EEND/F0 15/Times-Bold@0 SF 3.75(7. SHAPED)73.086 103 R(NO)3.75 E(TES)-.6
13255E 69.336 121 EBEGIN
132560 0 0 setrgbcolor
13257EEND/F0 10/Times-Roman@0 SF .144(If you intend to only use the usual sy\
13258stem of note heads, you can skip o)71.98 121 R -.15(ve)-.15 G 2.645(rt)
13259.15 G .145(his section on shaped notes.)-2.645 F(If)5.145 E .049
13260(you wish to use less common note head shapes, lik)69.336 133 R 2.549
13261(eX)-.1 G .049(-shaped notes, rather than normal note heads, or w)-2.549
13262F(ant)-.1 E 2.265("shaped note" music that is often used for "Sacred Ha\
13263rp" style music, sometimes also called "f)69.336 145 R(asola)-.1 E
13264(notation," then this section will e)69.336 157 Q(xplain ho)-.15 E 2.5
13265(wy)-.25 G(ou can do that.)-2.5 E 69.336 175 EBEGIN
132660 0.1 0.5 setrgbcolor
13267EEND/F0 14/Times-Bold@0 SF 3.5(7.1 Headshapes)72.836 175 R(context)3.5 E
1326869.336 193 EBEGIN
132690 0 0 setrgbcolor
13270EEND/F0 10/Times-Roman@0 SF .761(The headshapes conte)72.597 193 R .761
13271(xt is used in conjuction with the noteheads parameter to determine wha\
13272t characters)-.15 F .077(will be used when printing note heads.)69.336
13273205 R .077(It is rarely necessary to include a headshapes conte)5.077 F
13274.078(xt in your music,)-.15 F .926
13275(since Mup already has the most common v)69.336 217 R .926(alues b)-.25
13276F .925(uilt in, so generally you just need to use the noteheads)-.2 F
132771.496(parameter to access them. Ho)69.336 229 R(we)-.25 E -.15(ve)-.25 G
132782.296 -.4(r, i).15 H 3.996(ti).4 G 3.996(ss)-3.996 G 1.496
13279(till important to understand what the headshapes conte)-3.996 F 1.496
13280(xt can)-.15 F(contain, to understand ho)69.336 241 Q 2.5(wt)-.25 G
13281(he b)-2.5 E(uiltin v)-.2 E(alues w)-.25 E(ork.)-.1 E .305
13282(The headshapes conte)69.336 259 R .304(xt de\214nes, for a gi)-.15 F
13283-.15(ve)-.25 G 2.804(nh).15 G .304
13284(ead shape name, what speci\214c note head characters to use for)-2.804
13285F .607(the notes of v)69.336 271 R .607(arious durations.)-.25 F .607
13286(It contains one or more pairs of strings.)5.607 F .607
13287(The \214rst string in the pair gi)5.607 F -.15(ve)-.25 G 3.107(sa).15 G
13288.05(name for a set of note head shapes.)69.336 283 R .049(The second st\
13289ring contains a space-separated list of the names of 4 note)5.05 F .993
13290(head characters to use for that head shape name.)69.336 295 R .994
13291(The \214rst shape in the list is used for quarter notes and)5.993 F
13292(shorter)69.336 307 Q 2.5(,t)-.4 G(he second for half notes, the third \
13293for whole notes, and the fourth for double whole notes.)-2.5 E .463
13294(If an upside do)69.336 325 R .463(wn v)-.25 F .463
13295(ersion of the character is to be used for stem do)-.15 F .463
13296(wn notes, the name is pre\214x)-.25 F .462(ed by "u?")-.15 F .616
13297(\(The "u" stands for "upside-do)69.336 337 R .616
13298(wn" and the question mark is intended to be mnemonic for the f)-.25 F
13299.617(act that the)-.1 F(upside do)69.336 349 Q(wn v)-.25 E
13300(ersion will only be used part of the time, namely for stem-do)-.15 E
13301(wn notes.\))-.25 E .903(As w)69.336 367 R .903(as mentioned abo)-.1 F
13302-.15(ve)-.15 G 3.403(,t).15 G .903
13303(he most common mappings are already b)-3.403 F .903(uilt into Mup.)-.2
13304F .902(Here is the list of the)5.903 F .864(pre-de\214ned v)69.336 379 R
133053.364(alues. P)-.25 F .864(ay particular attention to the \214rst strin\
13306g on each line, since those are the names you)-.15 F
13307(will use in the notehead parameter and for o)69.336 391 Q -.15(ve)-.15
13308G(rriding chord and note shapes.).15 E 25.27("norm" "4n)69.336 415 R
13309(2n 1n dbl)2.5 E(whole")-.1 E 41.38("x" "xnote)69.336 427 R
13310(diamond diamond dwhdiamond")2.5 E 31.38("allx" "xnote)69.336 439 R
13311(xnote xnote xnote")2.5 E 26.38("diam" "\214lldiamond)69.336 451 R
13312(diamond diamond dwhdiamond")2.5 E 24.16("blank" "blankhead)69.336 463 R
13313(blankhead blankhead blankhead")2.5 E 18.6
13314("righttri" "u?\214llrighttriangle)69.336 475 R
13315(u?righttriangle u?righttriangle u?dwhrighttriangle")2.5 E 21.93
13316("isostri" "\214llisostriangle)69.336 487 R
13317(isostriangle isostriangle dwhisostriangle")2.5 E 31.39
13318("rect" "\214llrectangle)69.336 499 R(rectangle rectangle dwhrectangle")
133192.5 E 34.16("pie" "\214llpie)69.336 511 R(wedge pie)-.25 E(wedge pie)
13320-.25 E(wedge dwhpie)-.25 E(wedge")-.25 E 12.5
13321("semicirc" "\214llsemicircle)69.336 523 R
13322(semicircle semicircle dwhsemicircle")2.5 E 26.38
13323("slash" "\214llslashhead)69.336 535 R
13324(slashhead slashhead dwhslashhead")2.5 E 16.38
13325("allslash" "\214llslashhead)69.336 547 R
13326(\214llslashhead \214llslashhead \214llslashhead")2.5 E -1.1(Yo)69.336
13327565 S 3.21(uc)1.1 G .71(an rede\214ne these or de\214ne ne)-3.21 F 3.21
13328(wo)-.25 G .71(nes if you wish.)-3.21 F .71
13329(The name \(the \214rst of the tw)5.71 F 3.21(os)-.1 G .71
13330(trings in the pair\))-3.21 F .354(can be almost an)69.336 577 R .354
13331(ything you w)-.15 F 2.854(ant. The)-.1 F .355
13332(four names in the second string must be tak)2.854 F .355
13333(en from the list of v)-.1 F(alid)-.25 E(note head characters gi)69.336
13334589 Q -.15(ve)-.25 G 2.5(nb).15 G(elo)-2.5 E(w:)-.25 E EP
13335%%Page: 57 63
13336%%BeginPageSetup
13337BP
13338%%EndPageSetup
13339/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(7-)-2.5 G 68.06(4n 2n)
13340174.506 96 R 36.94(1n dbl)10 F(whole)-.1 E 31.94
13341(\214lldiamond diamond dwhdiamond)174.506 108 R 20.83
13342(\214llisostriangle isostriangle dwhisostriangle)174.506 120 R
13343(\214llpie)174.506 132 Q 28.87(wedge pie)-.25 F 28.87(wedge dwhpie)-.25
13344F(wedge)-.25 E 30.29(\214llrectangle rectangle dwhrectangle)174.506 144
13345R 17.5(\214llrighttriangle righttriangle dwhrighttriangle)174.506 156 R
1334612.5(u\214llrighttriangle urighttriangle udwhrighttriangle)174.506 168 R
1334725.84(\214llsemicircle semicircle dwhsemicircle)174.506 180 R 28.06
13348(\214llslashhead slashhead dwhslashhead)174.506 192 R(xnote)174.506 204
13349Q(blankhead)174.506 216 Q .696
13350(The righttriangle shape names can be pre\214x)69.336 228 R .696
13351(ed by u? when used in the headshapes conte)-.15 F .695
13352(xt, to indicate the)-.15 F .767(upside do)69.336 240 R .767(wn v)-.25 F
13353.767(ersion of them should be used when the stem is do)-.15 F .768
13354(wn. Note that u? cannot be used on an)-.25 F(y)-.15 E
13355(other note head characters, since none of the others ha)69.336 252 Q .3
13356-.15(ve a c)-.2 H(orresponding upside do).15 E(wn v)-.25 E(ersion.)-.15
13357E 1.18(As an e)69.336 270 R 1.18(xample of ho)-.15 F 3.68(wy)-.25 G 1.18
13358(ou could use the headshapes conte)-3.68 F 1.179
13359(xt, suppose you wished to use xnote for half)-.15 F .91
13360(notes and shorter)69.336 282 R 3.41(,a)-.4 G .91
13361(nd diamond for longer notes.)-3.41 F .911(That is dif)5.91 F .911
13362(ferent than either of the b)-.25 F .911(uiltin v)-.2 F .911
13363(alues "x" or)-.25 F("allx" b)69.336 294 Q(ut you could o)-.2 E -.15(ve)
13364-.15 G(rride one of them:).15 E/F1 10/Courier@0 SF(headshapes)105.336
13365312 Q("x" "xnote xnote diamond diamond")130.336 324 Q F0 .674
13366(The blankhead does not print an)69.336 350 R 3.173(yh)-.15 G .673
13367(ead at all, it just lea)-3.173 F -.15(ve)-.2 G 3.173(ss).15 G .673
13368(pace as if there were a note head. It might be)-3.173 F
13369(used if for some reason you just w)69.336 362 Q(ant stems.)-.1 E 69.336
13370380 EBEGIN
133710 0.1 0.5 setrgbcolor
13372EEND/F0 14/Times-Bold@0 SF 3.5(7.2 Noteheads)72.836 380 R(parameter)3.5
13373E 69.336 398 EBEGIN
133740 0 0 setrgbcolor
13375EEND/F0 10/Times-Roman@0 SF 1.339(The noteheads parameter describes whi\
13376ch note head shape to use for each pitch in the scale. It can be)73.175
13377398 R .319(speci\214ed in score, staf)69.336 410 R .318(f, or v)-.25 F
13378.318(oice conte)-.2 F 2.818(xts. If)-.15 F .318(you w)2.818 F .318
13379(ant to use the same shape for all pitches, \(as is the case)-.1 F
13380(with standard notation\), only one shape name is speci\214ed.)69.336
13381422 Q(Thus the def)5 E(ault v)-.1 E(alue for this parameter is)-.25 E/F1
1338210/Courier@0 SF(noteheads = "norm")105.336 440 Q F0 .24(If you w)69.336
13383466 R .24(ant to use dif)-.1 F .24(ferent shapes for dif)-.25 F .241
13384(ferent pitches, the noteheads v)-.25 F .241
13385(alue needs to be a string containing)-.25 F 2.948(al)69.336 478 S .448
13386(ist of 7 shape names.)-2.948 F(The)5.448 E 2.947(ya)-.15 G .447
13387(re listed from the "tonic" of the major k)-2.947 F .747 -.15(ey u)-.1 H
133882.947(pt).15 G .447(he scale, with the k)-2.947 F .747 -.15(ey b)-.1 H
13389(ased).15 E .199(on the number of sharps or \215ats in the k)69.336 490
13390R .499 -.15(ey s)-.1 H 2.699(ignature. The).15 F .199
13391(shape names must be from the list of pre-de\214ned)2.699 F .845(head s\
13392hapes \(norm, xnote, diam, blank, righttri, isostri, rect, pie, semicir\
13393c, slash\), or names that you ha)69.336 502 R -.15(ve)-.2 G(gi)69.336
13394514 Q -.15(ve)-.25 G 2.5(na).15 G 2.5(st)-2.5 G
13395(he \214rst in a pair of strings in the headshapes conte)-2.5 E(xt.)-.15
13396E -1.1(Yo)69.336 532 S 2.5(uc)1.1 G
13397(an get the most common shaped note system using 4 shapes using:)-2.5 E
13398F1(noteheads = "righttri norm rect righttri norm rect diam")105.336 550
13399Q F0(There are se)69.336 570 Q -.15(ve)-.25 G
13400(ral shaped notes systems using 7 dif).15 E(ferent shapes.)-.25 E
13401(One such system is speci\214ed by:)5 E F1
13402(noteheads = "isostri semicirc diam righttri norm rect pie")105.336 588
13403Q F0 .422
13404(Once the noteheads parameter is set, you specify your music just lik)
1340569.336 614 R 2.923(ey)-.1 G .423(ou w)-2.923 F .423
13406(ould for standard notation, b)-.1 F(ut)-.2 E(Mup will use the appropri\
13407ate note heads based on your speci\214cations.)69.336 626 Q EP
13408%%Page: 58 64
13409%%BeginPageSetup
13410BP
13411%%EndPageSetup
13412/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(8-)-2.5 G/F1 10
13413/Courier@0 SF(score)105.336 96 Q(// Use a 7-shaped system.)123.336 108 Q
13414(noteheads = "isostri semicirc diam righttri norm rect pie")123.336 120
13415Q(// Noteheads are given in order for the major key,)123.336 144 Q
13416(// so we'll start out with an example in major.)123.336 156 Q
13417(key = d major)123.336 168 Q(music)105.336 192 Q
13418(// Do a descending scale in D major)105.336 216 Q(1: d+;c+;b;a;)105.336
13419228 Q(bar)105.336 240 Q(1: g;f;e;d;)105.336 264 Q(dblbar)105.336 276 Q
13420(score)105.336 300 Q(// Now we switch to D minor, where the "tonic")
13421123.336 312 Q(// will start at the rect and then wrap around.)123.336
13422324 Q(key = d minor)123.336 336 Q(music)105.336 360 Q
13423(// Do a descending scale in D minor)105.336 384 Q(1: d+;c+;b;a;)105.336
13424396 Q(bar)105.336 408 Q(1: g;f;e;d;)105.336 432 Q(bar)105.336 444 Q
13425111.836 453.6 EBEGIN
13426gsave 0 0.25 0.75 setrgbcolor 0 145 rlineto 352 0 rlineto 0 145 neg rlineto closepath stroke grestore
13427EEND 128 618 352 352 -145 145 110.836 598.6 PBEGIN
13428%%BeginDocument: mugex60.ps
13429%%BoundingBox: 128 618 480 763
13430save
134311589393640 1589394394 sv
134321.000000 1.000000 scale
13433% S_SSV
13434(/tmp/ugexiM5077) inputfile
134352 linenum
13436% S_FEED
13437324.29 1091.00 684.00 5 1.000000 1.000000 stf
13438% S_CLEFSIG
13439192.08 725.00 1.000000 gclef
13440206.19 743.00 1.000000 sharp
13441212.83 734.00 1.000000 sharp
13442% S_CHHEAD
13443% S_STAFF
13444% staff 1
13445save
13446235.94 737.00 1.000000 fillisostriangle
134470.70 setlinewidth
13448232.04 734.60 moveto
13449232.04 716.00 lineto stroke
13450261.67 734.00 1.000000 fillpiewedge
13451257.77 734.60 moveto
13452257.77 713.00 lineto stroke
13453287.44 731.00 1.000000 fillrectangle
13454283.54 731.00 moveto
13455283.54 710.00 lineto stroke
13456314.05 728.00 1.000000 4n
13457317.73 728.75 moveto
13458317.73 749.00 lineto stroke
13459restore
13460% S_BAR
1346116 linenum
134620.70 setlinewidth
13463339.83 743.00 moveto
13464339.83 719.00 lineto stroke
13465% S_CHHEAD
13466% S_STAFF
13467% staff 1
13468save
13469351.12 725.00 1.000000 fillrighttriangle
13470355.02 725.00 moveto
13471355.02 746.00 lineto stroke
13472376.85 722.00 1.000000 filldiamond
13473380.75 722.00 moveto
13474380.75 743.00 lineto stroke
13475402.59 719.00 1.000000 fillsemicircle
13476406.48 721.40 moveto
13477406.48 740.00 lineto stroke
13478429.19 716.00 1.000000 fillisostriangle
13479433.09 713.60 moveto
13480433.09 737.00 lineto stroke
13481restore
13482% S_BAR
1348318 linenum
134840.70 setlinewidth
13485454.01 743.00 moveto
13486454.01 719.00 lineto stroke
13487457.01 743.00 moveto
13488457.01 719.00 lineto stroke
13489% S_SSV
1349021 linenum
13491% S_CLEFSIG
13492462.26 731.00 1.000000 flat
13493% S_FEED
13494288.00 1007.00 684.00 5 1.000000 1.000000 stf
13495% S_CLEFSIG
13496155.79 641.00 1.000000 gclef
13497169.33 647.00 1.000000 flat
13498% S_CHHEAD
13499% S_STAFF
13500% staff 1
13501save
13502193.08 653.00 1.000000 fillrectangle
13503189.18 653.00 moveto
13504189.18 632.00 lineto stroke
13505225.90 650.00 1.000000 4n
13506222.22 649.25 moveto
13507222.22 629.00 lineto stroke
13508258.69 647.00 1.000000 ufillrighttriangle
13509254.79 647.00 moveto
13510254.79 626.00 lineto stroke
13511292.38 644.00 1.000000 filldiamond
13512296.28 644.00 moveto
13513296.28 665.00 lineto stroke
13514restore
13515% S_BAR
1351630 linenum
135170.70 setlinewidth
13518324.11 659.00 moveto
13519324.11 635.00 lineto stroke
13520% S_CHHEAD
13521% S_STAFF
13522% staff 1
13523save
13524336.58 641.00 1.000000 fillsemicircle
13525340.48 643.40 moveto
13526340.48 662.00 lineto stroke
13527369.40 638.00 1.000000 fillisostriangle
13528373.30 635.60 moveto
13529373.30 659.00 lineto stroke
13530402.23 635.00 1.000000 fillpiewedge
13531406.12 635.30 moveto
13532406.12 656.00 lineto stroke
13533435.92 632.00 1.000000 fillrectangle
13534439.82 632.00 moveto
13535439.82 653.00 lineto stroke
13536restore
13537% S_BAR
1353833 linenum
135390.70 setlinewidth
13540467.65 659.00 moveto
13541467.65 635.00 lineto stroke
13542% Printing header/footer
13543showpage
13544restore
13545%%DocumentFonts:
13546%%Pages: 2
13547%%EndDocument
13548end PEND 69.336 618.6 EBEGIN
135490 0.1 0.5 setrgbcolor
13550EEND/F0 14/Times-Bold@0 SF 3.5(7.3 Ov)72.836 618.6 R
13551(erriding chord note heads)-.14 E 69.336 636.6 EBEGIN
135520 0 0 setrgbcolor
13553EEND/F0 10/Times-Roman@0 SF .151(It is possible to o)71.987 636.6 R -.15
13554(ve)-.15 G .151(rride what note shape to use for a chord, by gi).15 F
13555.151(ving "hs" follo)-.25 F .151(wed by a head shape name)-.25 F
13556(from the headshapes conte)69.336 648.6 Q(xt, inside square brack)-.15 E
135572.5(ets. Thus)-.1 F/F1 10/Courier@0 SF([hs "righttri"])130.336 666.6 Q
13558F0 -.1(wo)69.336 686.6 S .095
13559(uld use the "righttri" headshape. The speci\214c character to use w).1
13560F .096(ould be based on the group')-.1 F 2.596(sd)-.55 G .096
13561(uration. In)-2.596 F .078(other w)69.336 698.6 R .078
13562(ords, if the chord w)-.1 F .078(as a quarter note or shorter)-.1 F
135632.578(,t)-.4 G .078(he "\214llrighttriangle" note head w)-2.578 F .078
13564(ould be used, b)-.1 F .077(ut if)-.2 F 1.151(the chord w)69.336 710.6 R
135651.151(as a half or whole note, a "righttriangle" note head w)-.1 F 1.152
13566(ould be used, and a "dwhrighttriangle")-.1 F -.1(wo)69.336 722.6 S
13567(uld be used for a double whole note.).1 E(The hs speci\214cation can b\
13568e used along with other things that can go in the square brack)69.336
13569740.6 Q(ets. F)-.1 E(or e)-.15 E(xample,)-.15 E EP
13570%%Page: 59 65
13571%%BeginPageSetup
13572BP
13573%%EndPageSetup
13574/F0 10/Times-Roman@0 SF 2.5(-5)274.506 48 S 2.5(9-)-2.5 G/F1 10
13575/Courier@0 SF([hs "blank"; len 0])130.336 96 Q F0 -.1(wo)69.336 116 S(u\
13576ld use blankheads and no stem, resulting in no chord being printed at a\
13577ll!).1 E 69.336 134 EBEGIN
135780 0.1 0.5 setrgbcolor
13579EEND/F0 14/Times-Bold@0 SF 3.5(7.4 Ov)72.836 134 R(erriding indi)-.14 E
13580(vidual note heads)-.14 E 69.336 152 EBEGIN
135810 0 0 setrgbcolor
13582EEND/F0 10/Times-Roman@0 SF .095(If you w)71.931 152 R .095(ant to o)-.1
13583F -.15(ve)-.15 G .095(rride the note head shape to be used for one spec\
13584i\214c note in a chord, you use hs follo).15 F(wed)-.25 E
13585(by the head shape name as a string after the note.)69.336 164 Q/F1 10
13586/Courier@0 SF(1: cg e+ hs "diam"; f a hs "x" c+; 2ge+;)105.336 182 Q
13587(bar)105.336 194 Q 127.836 203.6 EBEGIN
13588gsave 0 0.25 0.75 setrgbcolor 0 73 rlineto 320 0 rlineto 0 73 neg rlineto closepath stroke grestore
13589EEND 160 690 320 320 -73 73 126.836 276.6 PBEGIN
13590%%BeginDocument: mugex61.ps
13591%%BoundingBox: 160 690 480 763
13592save
135931589393640 1589394394 sv
135941.000000 1.000000 scale
13595% S_SSV
13596(/tmp/ugexiM5077) inputfile
135972 linenum
13598% S_FEED
13599324.29 1085.00 684.00 5 1.000000 1.000000 stf
13600% S_CLEFSIG
13601192.08 719.00 1.000000 gclef
13602% S_CHHEAD
13603% S_STAFF
13604% staff 1
13605save
13606227.33 734.00 1.000000 filldiamond
13607227.55 719.00 1.000000 4n
13608227.55 707.00 1.000000 4n
136090.70 setlinewidth
13610221.32 707.00 moveto
13611233.78 707.00 lineto stroke
13612231.23 707.75 moveto
13613231.23 755.00 lineto stroke
13614293.31 728.00 1.000000 4n
13615293.10 722.00 1.000000 xnote
13616293.31 716.00 1.000000 4n
13617296.99 716.75 moveto
13618296.99 749.00 lineto stroke
13619364.05 734.00 1.000000 2n
13620364.05 719.00 1.000000 2n
13621360.15 733.25 moveto
13622360.15 698.00 lineto stroke
13623restore
13624% S_BAR
136257 linenum
136260.70 setlinewidth
13627467.65 737.00 moveto
13628467.65 713.00 lineto stroke
13629% Printing header/footer
13630showpage
13631restore
13632%%DocumentFonts:
13633%%Pages: 2
13634%%EndDocument
13635end PEND 69.336 296.6 EBEGIN
136360 0.1 0.5 setrgbcolor
13637EEND/F0 14/Times-Bold@0 SF 3.5(7.5 Putting)72.836 296.6 R
13638(it all together to use shaped notes)3.5 E 69.336 314.6 EBEGIN
136390 0 0 setrgbcolor
13640EEND/F0 10/Times-Roman@0 SF 1.867(In summary)73.703 314.6 R 4.367(,n)
13641-.65 G 1.868(ote head shapes can be speci\214ed in \214v)-4.367 F 4.368
13642(ed)-.15 G(if)-4.368 E 1.868(ferent places: per note, per chord, in v)
13643-.25 F(oice)-.2 E(conte)69.336 326.6 Q .14(xt, in staf)-.15 F 2.64(fc)
13644-.25 G(onte)-2.64 E .14(xt, and in score conte)-.15 F 2.64(xt. When)-.15
13645F .139(deciding what note head shape to use, Mup checks for)2.639 F
13646(speci\214cations in that order)69.336 338.6 Q 2.5(,u)-.4 G
13647(sing the \214rst it \214nds.)-2.5 E 1.195
13648(Since fret numbers are used rather than note heads on tablature staf)
1364969.336 356.6 R 1.195(fs, the only head shape name that is)-.25 F(allo)
1365069.336 368.6 Q(wed is "allx.")-.25 E(which is used for "muf)5 E
13651(\215ed" notes.)-.25 E(Here is a simple e)69.336 386.6 Q
13652(xample of shaped notes, using the common 4-shape system.)-.15 E/F1 10
13653/Courier@0 SF(score)105.336 404.6 Q
13654(noteheads = "righttri norm rect righttri norm rect diam")130.336 416.6
13655Q(staffs=4)130.336 428.6 Q(key=2#)130.336 440.6 Q(bracket=1-4)130.336
13656452.6 Q(staff 3)105.336 476.6 Q(clef=treble8)130.336 488.6 Q(staff 4)
13657105.336 500.6 Q(clef=bass)130.336 512.6 Q(music)105.336 524.6 Q
13658(1: 2c+;4d+;e+;)105.336 548.6 Q(2: 2e;4a;f;)105.336 560.6 Q(3: 2e;4f;c;)
13659105.336 572.6 Q(4: 2a-;4f-;a-;)105.336 584.6 Q(bar)105.336 596.6 Q
13660(1: 1d+;)105.336 620.6 Q(2: 1f;)105.336 632.6 Q(3: 1d;)105.336 644.6 Q
13661(4: 1d;)105.336 656.6 Q(endbar)105.336 668.6 Q EP
13662%%Page: 60 66
13663%%BeginPageSetup
13664BP
13665%%EndPageSetup
13666/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(0-)-2.5 G 163.836 96
13667EBEGIN
13668gsave 0 0.25 0.75 setrgbcolor 0 222 rlineto 248 0 rlineto 0 222 neg rlineto closepath stroke grestore
13669EEND 200 541 248 248 -222 222 162.836 318 PBEGIN
13670%%BeginDocument: mugex62.ps
13671%%BoundingBox: 200 541 448 763
13672save
136731589393640 1589394394 sv
136741.000000 1.000000 scale
13675% S_SSV
13676(/tmp/ugexiM5077) inputfile
136772 linenum
13678% S_SSV
1367910 linenum
13680% S_SSV
1368112 linenum
13682% S_FEED
13683370.29 1091.00 648.00 5 1.000000 1.000000 stf
13684370.29 1037.00 648.00 5 1.000000 1.000000 stf
13685370.29 983.00 648.00 5 1.000000 1.000000 stf
13686370.29 929.00 648.00 5 1.000000 1.000000 stf
13687224.29 746.00 554.00 bracket
136880.70 setlinewidth
13689226.29 743.00 moveto
13690226.29 557.00 lineto stroke
13691% S_CLEFSIG
13692238.08 725.00 1.000000 gclef
13693238.08 671.00 1.000000 gclef
13694238.08 595.26 moveto
13695/Times-Italic findfont
136969 scalefont
13697setfont
13698(8) show
13699238.08 617.00 1.000000 gclef
13700238.33 575.00 1.000000 fclef
13701252.70 743.00 1.000000 sharp
13702259.34 734.00 1.000000 sharp
13703252.70 689.00 1.000000 sharp
13704259.34 680.00 1.000000 sharp
13705252.70 635.00 1.000000 sharp
13706259.34 626.00 1.000000 sharp
13707252.70 575.00 1.000000 sharp
13708259.34 566.00 1.000000 sharp
13709% S_CHHEAD
13710% S_STAFF
13711% staff 1
13712save
13713283.74 734.00 1.000000 diamond
13714279.84 734.00 moveto
13715279.84 713.00 lineto stroke
13716314.87 737.00 1.000000 ufillrighttriangle
13717310.97 737.00 moveto
13718310.97 716.00 lineto stroke
13719334.99 740.00 1.000000 4n
13720331.31 739.25 moveto
13721331.31 719.00 lineto stroke
13722restore
13723% S_STAFF
13724% staff 2
13725save
13726283.74 665.00 1.000000 2n
137270.70 setlinewidth
13728287.64 665.75 moveto
13729287.64 686.00 lineto stroke
13730314.87 674.00 1.000000 4n
13731318.55 674.75 moveto
13732318.55 695.00 lineto stroke
13733334.99 668.00 1.000000 fillrectangle
13734338.89 668.00 moveto
13735338.89 689.00 lineto stroke
13736restore
13737% S_STAFF
13738% staff 3
13739save
13740283.74 611.00 1.000000 2n
137410.70 setlinewidth
13742287.64 611.75 moveto
13743287.64 632.00 lineto stroke
13744314.87 614.00 1.000000 fillrectangle
13745318.77 614.00 moveto
13746318.77 635.00 lineto stroke
13747334.99 605.00 1.000000 filldiamond
13748328.55 605.00 moveto
13749341.44 605.00 lineto stroke
13750338.89 605.00 moveto
13751338.89 626.00 lineto stroke
13752restore
13753% S_STAFF
13754% staff 4
13755save
13756283.74 560.00 1.000000 2n
137570.70 setlinewidth
13758287.64 560.75 moveto
13759287.64 581.00 lineto stroke
13760314.87 554.00 1.000000 fillrectangle
13761318.77 554.00 moveto
13762318.77 575.00 lineto stroke
13763334.99 560.00 1.000000 4n
13764338.68 560.75 moveto
13765338.68 581.00 lineto stroke
13766restore
13767% S_BAR
1376820 linenum
137690.70 setlinewidth
13770355.41 743.00 moveto
13771355.41 719.00 lineto stroke
13772355.41 689.00 moveto
13773355.41 665.00 lineto stroke
13774355.41 635.00 moveto
13775355.41 611.00 lineto stroke
13776355.41 581.00 moveto
13777355.41 557.00 lineto stroke
13778% S_CHHEAD
13779% S_STAFF
13780% staff 1
13781save
13782373.00 737.00 1.000000 urighttriangle
13783restore
13784% S_STAFF
13785% staff 2
13786save
13787373.00 668.00 1.000000 rectangle
13788restore
13789% S_STAFF
13790% staff 3
13791save
13792373.00 608.00 1.000000 righttriangle
13793restore
13794% S_STAFF
13795% staff 4
13796save
13797373.00 569.00 1.000000 urighttriangle
13798restore
13799% S_BAR
1380025 linenum
138010.70 setlinewidth
13802426.50 743.00 moveto
13803426.50 719.00 lineto stroke
138043.00 setlinewidth
13805430.50 743.00 moveto
13806430.50 719.00 lineto stroke
138070.70 setlinewidth
13808426.50 689.00 moveto
13809426.50 665.00 lineto stroke
138103.00 setlinewidth
13811430.50 689.00 moveto
13812430.50 665.00 lineto stroke
138130.70 setlinewidth
13814426.50 635.00 moveto
13815426.50 611.00 lineto stroke
138163.00 setlinewidth
13817430.50 635.00 moveto
13818430.50 611.00 lineto stroke
138190.70 setlinewidth
13820426.50 581.00 moveto
13821426.50 557.00 lineto stroke
138223.00 setlinewidth
13823430.50 581.00 moveto
13824430.50 557.00 lineto stroke
138250.70 setlinewidth
13826% Printing header/footer
13827showpage
13828restore
13829%%DocumentFonts: /Times-Italic
13830%%Pages: 2
13831%%EndDocument
13832end PEND/F0 10/Times-Roman@0 SF .316(Here is an e)69.336 338 R .316(xam\
13833ple of using the same note head shape for all pitches, illustrating ho)
13834-.15 F 2.815(wt)-.25 G .315(he proper v)-2.815 F(ersion\212)-.15 E
13835(\214lled or open\212of the note head is used, based on the note')69.336
13836350 Q 2.5(sd)-.55 G(uration.)-2.5 E EP
13837%%Page: 61 67
13838%%BeginPageSetup
13839BP
13840%%EndPageSetup
13841/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(1-)-2.5 G/F1 10
13842/Courier@0 SF(score)105.336 96 Q(time=8/4)130.336 108 Q
13843(beamstyle=2,2,2,2)130.336 120 Q(music)105.336 144 Q(1: 8cf;;4;2;1;)
13844105.336 156 Q(bar)105.336 168 Q(score noteheads="isostri")105.336 192 Q
13845(music)105.336 204 Q(1: 4ec+;8;;2;1;)105.336 216 Q(bar)105.336 228 Q
13846(score noteheads="rect")105.336 252 Q(music)105.336 264 Q
13847(1: 1gc+;4;2;8;;)105.336 276 Q(bar)105.336 288 Q(score noteheads="pie")
13848105.336 312 Q(music)105.336 324 Q(1: 8cf;;4;2;1;)105.336 336 Q(bar)
13849105.336 348 Q(score noteheads="x")105.336 372 Q(music)105.336 384 Q
13850(1: 4ec+;8;;2;1;)105.336 396 Q(bar)105.336 408 Q
13851(score noteheads="slash")105.336 432 Q(music)105.336 444 Q
13852(1: 1gc+;4;2;8;;)105.336 456 Q(bar)105.336 468 Q 111.836 477.6 EBEGIN
13853gsave 0 0.25 0.75 setrgbcolor 0 145 rlineto 352 0 rlineto 0 145 neg rlineto closepath stroke grestore
13854EEND 128 618 352 352 -145 145 110.836 622.6 PBEGIN
13855%%BeginDocument: mugex63.ps
13856%%BoundingBox: 128 618 480 763
13857save
138581589393640 1589394394 sv
138591.000000 1.000000 scale
13860% S_SSV
13861(/tmp/ugexiM5077) inputfile
138622 linenum
13863% S_FEED
13864291.00 1091.00 684.00 5 1.000000 1.000000 stf
13865/Times-Roman findfont
1386612 scalefont
13867setfont
13868144.00 731.00 moveto
13869% S_CLEFSIG
13870158.79 725.00 1.000000 gclef
13871/NewCenturySchlbk-Bold findfont
1387216 scalefont
13873setfont
13874170.58 731.00 moveto
13875(8) show
13876/NewCenturySchlbk-Bold findfont
1387716 scalefont
13878setfont
13879170.58 718.98 moveto
13880(4) show
13881% S_CHHEAD
13882% S_STAFF
13883% staff 1
13884save
13885195.83 722.00 1.000000 4n
13886195.83 713.00 1.000000 4n
138870.70 setlinewidth
13888189.60 713.00 moveto
13889200.56 713.00 lineto stroke
13890199.51 713.75 moveto
13891199.51 741.50 lineto stroke
13892205.90 722.00 1.000000 4n
13893205.90 713.00 1.000000 4n
13894201.16 713.00 moveto
13895210.63 713.00 lineto stroke
13896209.58 713.75 moveto
13897209.58 741.50 lineto stroke
13898216.04 722.00 1.000000 4n
13899216.04 713.00 1.000000 4n
13900211.31 713.00 moveto
13901220.86 713.00 lineto stroke
13902219.72 713.75 moveto
13903219.72 743.00 lineto stroke
13904227.91 722.00 1.000000 2n
13905227.91 713.00 1.000000 2n
13906222.86 713.00 moveto
13907234.36 713.00 lineto stroke
13908231.81 713.75 moveto
13909231.81 743.00 lineto stroke
13910249.80 722.00 1.000000 1n
13911249.80 713.00 1.000000 1n
13912242.38 713.00 moveto
13913257.22 713.00 lineto stroke
13914newpath
13915199.16 743.00 moveto
13916209.93 743.00 lineto
13917209.93 740.00 lineto
13918199.16 740.00 lineto
13919closepath
13920fill
13921restore
13922% S_BAR
1392311 linenum
139240.70 setlinewidth
13925281.47 743.00 moveto
13926281.47 719.00 lineto stroke
13927% S_SSV
1392812 linenum
13929% S_CHHEAD
13930% S_STAFF
13931% staff 1
13932save
13933290.26 734.00 1.000000 fillisostriangle
13934290.26 719.00 1.000000 fillisostriangle
13935294.16 716.60 moveto
13936294.16 755.00 lineto stroke
13937300.96 734.00 1.000000 fillisostriangle
13938300.96 719.00 1.000000 fillisostriangle
13939304.86 716.60 moveto
13940304.86 753.50 lineto stroke
13941311.46 734.00 1.000000 fillisostriangle
13942311.46 719.00 1.000000 fillisostriangle
13943315.36 716.60 moveto
13944315.36 753.50 lineto stroke
13945323.32 734.00 1.000000 isostriangle
13946323.32 719.00 1.000000 isostriangle
13947327.22 716.60 moveto
13948327.22 755.00 lineto stroke
13949345.21 734.00 1.000000 isostriangle
13950345.21 719.00 1.000000 isostriangle
13951newpath
13952304.51 755.00 moveto
13953315.71 755.00 lineto
13954315.71 752.00 lineto
13955304.51 752.00 lineto
13956closepath
13957fill
13958restore
13959% S_BAR
1396016 linenum
139610.70 setlinewidth
13962376.72 743.00 moveto
13963376.72 719.00 lineto stroke
13964% S_SSV
1396517 linenum
13966% S_CHHEAD
13967% S_STAFF
13968% staff 1
13969save
13970389.15 734.00 1.000000 rectangle
13971389.15 725.00 1.000000 rectangle
13972418.08 734.00 1.000000 fillrectangle
13973418.08 725.00 1.000000 fillrectangle
13974421.98 725.00 moveto
13975421.98 755.00 lineto stroke
13976430.15 734.00 1.000000 rectangle
13977430.15 725.00 1.000000 rectangle
13978434.05 725.00 moveto
13979434.05 755.00 lineto stroke
13980447.48 734.00 1.000000 fillrectangle
13981447.48 725.00 1.000000 fillrectangle
13982451.38 725.00 moveto
13983451.38 753.50 lineto stroke
13984458.13 734.00 1.000000 fillrectangle
13985458.13 725.00 1.000000 fillrectangle
13986462.03 725.00 moveto
13987462.03 753.50 lineto stroke
13988newpath
13989451.03 755.00 moveto
13990462.38 755.00 lineto
13991462.38 752.00 lineto
13992451.03 752.00 lineto
13993closepath
13994fill
13995restore
13996% S_BAR
1399721 linenum
139980.70 setlinewidth
13999467.65 743.00 moveto
14000467.65 719.00 lineto stroke
14001% S_SSV
1400222 linenum
14003% S_FEED
14004288.00 1007.00 684.00 5 1.000000 1.000000 stf
14005% S_CLEFSIG
14006155.79 641.00 1.000000 gclef
14007% S_CHHEAD
14008% S_STAFF
14009% staff 1
14010save
14011181.83 638.00 1.000000 fillpiewedge
14012181.83 629.00 1.000000 fillpiewedge
14013175.38 629.00 moveto
14014186.78 629.00 lineto stroke
14015185.73 629.30 moveto
14016185.73 657.50 lineto stroke
14017192.33 638.00 1.000000 fillpiewedge
14018192.33 629.00 1.000000 fillpiewedge
14019187.38 629.00 moveto
14020197.28 629.00 lineto stroke
14021196.23 629.30 moveto
14022196.23 657.50 lineto stroke
14023202.88 638.00 1.000000 fillpiewedge
14024202.88 629.00 1.000000 fillpiewedge
14025197.93 629.00 moveto
14026207.94 629.00 lineto stroke
14027206.77 629.30 moveto
14028206.77 659.00 lineto stroke
14029215.01 638.00 1.000000 piewedge
14030215.01 629.00 1.000000 piewedge
14031209.94 629.00 moveto
14032221.46 629.00 lineto stroke
14033218.91 629.30 moveto
14034218.91 659.00 lineto stroke
14035237.02 638.00 1.000000 piewedge
14036237.02 629.00 1.000000 piewedge
14037230.57 629.00 moveto
14038243.47 629.00 lineto stroke
14039newpath
14040185.38 659.00 moveto
14041196.58 659.00 lineto
14042196.58 656.00 lineto
14043185.38 656.00 lineto
14044closepath
14045fill
14046restore
14047% S_BAR
1404826 linenum
140490.70 setlinewidth
14050268.68 659.00 moveto
14051268.68 635.00 lineto stroke
14052% S_SSV
1405327 linenum
14054% S_CHHEAD
14055% S_STAFF
14056% staff 1
14057save
14058277.48 650.00 1.000000 xnote
14059277.48 635.00 1.000000 xnote
14060281.38 638.00 moveto
14061281.38 671.00 lineto stroke
14062288.24 650.00 1.000000 xnote
14063288.24 635.00 1.000000 xnote
14064292.13 638.00 moveto
14065292.13 669.50 lineto stroke
14066298.73 650.00 1.000000 xnote
14067298.73 635.00 1.000000 xnote
14068302.63 638.00 moveto
14069302.63 669.50 lineto stroke
14070310.61 650.00 1.000000 diamond
14071310.61 635.00 1.000000 diamond
14072314.51 635.00 moveto
14073314.51 671.00 lineto stroke
14074332.62 650.00 1.000000 diamond
14075332.62 635.00 1.000000 diamond
14076newpath
14077291.78 671.00 moveto
14078302.98 671.00 lineto
14079302.98 668.00 lineto
14080291.78 668.00 lineto
14081closepath
14082fill
14083restore
14084% S_BAR
1408531 linenum
140860.70 setlinewidth
14087364.28 659.00 moveto
14088364.28 635.00 lineto stroke
14089% S_SSV
1409032 linenum
14091% S_CHHEAD
14092% S_STAFF
14093% staff 1
14094save
14095378.46 650.00 1.000000 slashhead
14096378.46 641.00 1.000000 slashhead
14097408.26 650.00 1.000000 fillslashhead
14098408.26 641.00 1.000000 fillslashhead
14099414.25 646.40 moveto
14100414.25 671.00 lineto stroke
14101423.96 650.00 1.000000 slashhead
14102423.96 641.00 1.000000 slashhead
14103430.34 646.40 moveto
14104430.34 671.00 lineto stroke
14105442.14 650.00 1.000000 fillslashhead
14106442.14 641.00 1.000000 fillslashhead
14107448.13 646.40 moveto
14108448.13 669.50 lineto stroke
14109456.81 650.00 1.000000 fillslashhead
14110456.81 641.00 1.000000 fillslashhead
14111462.80 646.40 moveto
14112462.80 669.50 lineto stroke
14113newpath
14114447.78 671.00 moveto
14115463.15 671.00 lineto
14116463.15 668.00 lineto
14117447.78 668.00 lineto
14118closepath
14119fill
14120restore
14121% S_BAR
1412236 linenum
141230.70 setlinewidth
14124467.65 659.00 moveto
14125467.65 635.00 lineto stroke
14126% Printing header/footer
14127showpage
14128restore
14129%%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold
14130%%Pages: 2
14131%%EndDocument
14132end PEND/F0 10/Times-Roman@0 SF .473(And \214nally)69.336 642.6 R 2.973
14133(,h)-.65 G .473(ere is a some)-2.973 F .473(what silly e)-.25 F .474
14134(xample that demonstrates ho)-.15 F 2.974(wy)-.25 G .474
14135(ou can use the v)-2.974 F .474(arious shaped notes)-.25 F
14136(features to get an)69.336 654.6 Q 2.5(yk)-.15 G
14137(ind of note head that Mup supports an)-2.5 E(ywhere you w)-.15 E(ant.)
14138-.1 E EP
14139%%Page: 62 68
14140%%BeginPageSetup
14141BP
14142%%EndPageSetup
14143/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(2-)-2.5 G/F1 10
14144/Courier@0 SF(headshapes)105.336 96 Q
14145(// Make some user-defined head shapes.)130.336 108 Q
14146(// These combinations don't really make sense;)130.336 120 Q
14147(// they are just to demonstrate what you can do.)130.336 132 Q
14148("reg" "4n 2n 2n 2n")130.336 144 Q
14149("other" "fillrectangle diamond isostriangle dblwhole")130.336 156 Q
14150(score)105.336 180 Q
14151(// Set notesheads, using an arbitrary mixture of builtin)130.336 192 Q
14152(// and user-defined head shapes.)130.336 204 Q
14153(noteheads="norm reg other reg reg other righttri")130.336 216 Q(music)
14154105.336 240 Q(1: c;d;2e;)105.336 264 Q(bar)105.336 276 Q(1: 2g;f;)
14155105.336 300 Q(bar)105.336 312 Q(1: {b;a;g;}3;2c+;)105.336 336 Q(bar)
14156105.336 348 Q(1: 1d;)105.336 372 Q(bar)105.336 384 Q
14157(// do some shape overrides, both on group and note)105.336 408 Q
14158(1: [ hs "pie" ]2ce; [hs "isostri"] c e g hs "righttri";)105.336 420 Q
14159(endbar)105.336 432 Q 103.836 441.6 EBEGIN
14160gsave 0 0.25 0.75 setrgbcolor 0 68 rlineto 368 0 rlineto 0 68 neg rlineto closepath stroke grestore
14161EEND 136 692 368 368 -68 68 102.836 509.6 PBEGIN
14162%%BeginDocument: mugex64.ps
14163%%BoundingBox: 136 692 504 760
14164save
141651589393640 1589394394 sv
141661.000000 1.000000 scale
14167% S_SSV
14168(/tmp/ugexiM5077) inputfile
141692 linenum
14170% S_SSV
1417112 linenum
14172% S_FEED
14173302.69 1080.74 705.60 5 1.000000 1.000000 stf
14174% S_CLEFSIG
14175170.48 714.74 1.000000 gclef
14176% S_CHHEAD
14177% S_STAFF
14178% staff 1
14179save
14180196.82 702.74 1.000000 4n
141810.70 setlinewidth
14182190.59 702.74 moveto
14183203.05 702.74 lineto stroke
14184200.50 703.49 moveto
14185200.50 723.74 lineto stroke
14186209.95 705.74 1.000000 4n
14187213.63 706.49 moveto
14188213.63 726.74 lineto stroke
14189225.58 708.74 1.000000 diamond
14190229.47 708.74 moveto
14191229.47 729.74 lineto stroke
14192restore
14193% S_BAR
1419420 linenum
141950.70 setlinewidth
14196249.05 732.74 moveto
14197249.05 708.74 lineto stroke
14198% S_CHHEAD
14199% S_STAFF
14200% staff 1
14201save
14202259.87 714.74 1.000000 2n
14203263.77 715.49 moveto
14204263.77 735.74 lineto stroke
14205283.66 711.74 1.000000 2n
14206287.56 712.49 moveto
14207287.56 732.74 lineto stroke
14208restore
14209% S_BAR
1421023 linenum
142110.70 setlinewidth
14212307.14 732.74 moveto
14213307.14 708.74 lineto stroke
14214% S_CHHEAD
14215% S_STAFF
14216% staff 1
14217save
14218315.89 720.74 1.000000 ufillrighttriangle
14219311.99 720.74 moveto
14220311.99 699.74 lineto stroke
14221326.38 717.74 1.000000 fillrectangle
14222330.28 717.74 moveto
14223330.28 738.74 lineto stroke
14224336.66 714.74 1.000000 4n
14225340.34 715.49 moveto
14226340.34 735.74 lineto stroke
14227349.89 723.74 1.000000 2n
14228345.99 722.99 moveto
14229345.99 702.74 lineto stroke
14230/NewCenturySchlbk-BoldItalic findfont
1423111 scalefont
14232setfont
14233323.11 741.73 moveto
14234(3) show
14235311.64 740.18 moveto
14236321.11 744.21 lineto stroke
14237331.44 747.26 moveto
14238340.69 751.29 lineto stroke
14239311.64 740.18 moveto
14240311.64 737.18 lineto stroke
14241340.69 751.29 moveto
14242340.69 748.29 lineto stroke
14243restore
14244% S_BAR
1424526 linenum
142460.70 setlinewidth
14247373.36 732.74 moveto
14248373.36 708.74 lineto stroke
14249% S_CHHEAD
14250% S_STAFF
14251% staff 1
14252save
14253387.88 705.74 1.000000 2n
14254restore
14255% S_BAR
1425629 linenum
142570.70 setlinewidth
14258425.51 732.74 moveto
14259425.51 708.74 lineto stroke
14260% S_CHHEAD
14261% S_STAFF
14262% staff 1
14263save
14264436.33 708.74 1.000000 piewedge
14265436.33 702.74 1.000000 piewedge
14266429.88 702.74 moveto
14267442.78 702.74 lineto stroke
14268440.23 703.04 moveto
14269440.23 729.74 lineto stroke
14270460.13 714.74 1.000000 righttriangle
14271460.13 708.74 1.000000 isostriangle
14272460.13 702.74 1.000000 isostriangle
14273453.68 702.74 moveto
14274466.57 702.74 lineto stroke
14275464.02 700.34 moveto
14276464.02 735.74 lineto stroke
14277restore
14278% S_BAR
1427932 linenum
142800.70 setlinewidth
14281484.10 732.74 moveto
14282484.10 708.74 lineto stroke
142833.00 setlinewidth
14284488.10 732.74 moveto
14285488.10 708.74 lineto stroke
142860.70 setlinewidth
14287% Printing header/footer
14288showpage
14289restore
14290%%DocumentFonts: /NewCenturySchlbk-BoldItalic
14291%%Pages: 2
14292%%EndDocument
14293end PEND EP
14294%%Page: 63 69
14295%%BeginPageSetup
14296BP
14297%%EndPageSetup
14298/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(3-)-2.5 G 69.336 103
14299EBEGIN
143000 0.1 0.5 setrgbcolor
14301EEND/F0 15/Times-Bold@0 SF 3.75(8. TEXT)73.086 103 R(STRINGS)3.75 E
1430269.336 121 EBEGIN
143030 0 0 setrgbcolor
14304EEND/F0 10/Times-Roman@0 SF -1.25 -.7(Te x)72.492 121 T 3.156(ts).7 G
14305.656(trings are used in man)-3.156 F 3.155(yd)-.15 G(if)-3.155 E .655
14306(ferent w)-.25 F 3.155(ays. A)-.1 F(te)3.155 E .655
14307(xt string is enclosed in double quotes, and can contain)-.15 F(an)
1430869.336 133 Q 2.621(yc)-.15 G .121
14309(ombination of letters, numbers, spaces, and punctuation.)-2.621 F .122
14310(It can contain a \\n to indicate a ne)5.122 F .122(wline or \\b)-.25 F
14311.322(to indicate a backspace, b)69.336 145 R .321
14312(ut otherwise cannot contain tabs or other control characters. If you w)
14313-.2 F .321(ant a double)-.1 F(quote mark inside a string, it has to be \
14314preceded by a backslash, to indicate it is not ending the string:)69.336
14315157 Q/F1 10/Courier@0 SF("A \\"word\\" in quotes")105.336 175 Q F0
14316(If you w)69.336 201 Q
14317(ant an actual backslash in a string, it must be entered as tw)-.1 E 2.5
14318(ob)-.1 G(ackslashes.)-2.5 E -1.1(Yo)69.336 219 S 2.5(uc)1.1 G
14319(an concatenate strings with a + sign. Thus the follo)-2.5 E
14320(wing are equi)-.25 E -.25(va)-.25 G(lent:).25 E F1("this is a string")
14321105.336 237 Q("this is " + "a string")105.336 249 Q 69.336 275 EBEGIN
143220 0.1 0.5 setrgbcolor
14323EEND/F0 14/Times-Bold@0 SF 3.5(8.1 Special)72.836 275 R(characters)3.5 E
1432469.336 293 EBEGIN
143250 0 0 setrgbcolor
14326EEND/F0 10/Times-Roman@0 SF 3.08(As)72.416 293 S .58
14327(tring can also contain special music characters.)-3.08 F .58
14328(These are speci\214ed by \\\()5.58 F/F1 10/Times-Italic@0 SF(xxx)A F0
14329.58(\), where the)B F1(xxx)3.08 E F0 .58(is a code)3.08 F
14330(from the follo)69.336 305 Q(wing table:)-.25 E 36.94(type code)94.236
14331329 R(music symbol)67.78 E .4 LW 476.436 333.5 94.236 333.5 DL 39.17
14332(clef gclef)94.236 343 R 2.5(Gc)66.67 G(lef \(treble clef\))-2.5 E 65.84
14333(fclef F)150.896 355 R(clef \(bass clef\))2.5 E 64.73(cclef C)150.896
14334367 R(clef \(used for alto clef, tenor clef, etc.\))2.5 E(time sig)
1433594.236 391 Q 66.94(com common)24.71 F(time)2.5 E 71.94(cut cut)150.896
14336403 R(time)2.5 E 13.62(accidental \215at)94.236 427 R(\215at)73.88 E
1433758.6(dbl\215at double)150.896 439 R(\215at)2.5 E 62.5(sharp sharp)
14338150.896 451 R 49.72(dblsharp double)150.896 463 R(sharp)2.5 E 71.94
14339(nat natural)150.896 475 R 36.94(note 4n)94.236 499 R
14340(quarter \(and shorter\) note head)76.66 E 74.16(2n half)150.896 511 R
14341(note head)2.5 E 74.16(1n whole)150.896 523 R(note)2.5 E(dbl)150.896 535
14342Q 47.04(whole double)-.1 F(whole note)2.5 E 64.16(dn2n half)150.896 547
14343R(note with stem do)2.5 E(wn)-.25 E 64.16(dn4n quarter)150.896 559 R
14344(note with stem do)2.5 E(wn)-.25 E 64.16(dn8n eighth)150.896 571 R
14345(note with stem do)2.5 E(wn)-.25 E 59.16(dn16n 16th)150.896 583 R
14346(note with stem do)2.5 E(wn)-.25 E 59.16(dn32n 32nd)150.896 595 R
14347(note with stem do)2.5 E(wn)-.25 E 59.16(dn64n 64th)150.896 607 R
14348(note with stem do)2.5 E(wn)-.25 E 54.16(dn128n 128th)150.896 619 R
14349(note with stem do)2.5 E(wn)-.25 E 54.16(dn256n 256th)150.896 631 R
14350(note with stem do)2.5 E(wn)-.25 E 64.16(up2n half)150.896 643 R
14351(note with stem up)2.5 E 64.16(up4n quarter)150.896 655 R
14352(note with stem up)2.5 E 64.16(up8n eighth)150.896 667 R
14353(note with stem up)2.5 E 59.16(up16n 16th)150.896 679 R
14354(note with stem up)2.5 E 59.16(up32n 32nd)150.896 691 R
14355(note with stem up)2.5 E 59.16(up64n 64th)150.896 703 R
14356(note with stem up)2.5 E 54.16(up128n 128th)150.896 715 R
14357(note with stem up)2.5 E 54.16(up256n 256th)150.896 727 R
14358(note with stem up)2.5 E EP
14359%%Page: 64 70
14360%%BeginPageSetup
14361BP
14362%%EndPageSetup
14363/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(4-)-2.5 G 59.16
14364(up\215ag upw)150.896 96 R(ard \215ag)-.1 E 59.16(dn\215ag do)150.896
14365108 R(wnw)-.25 E(ard \215ag)-.1 E(notehead)94.236 132 Q 61.94
14366(xnote X-shaped)150.896 144 R(note head)2.5 E 49.16(diamond open)150.896
14367156 R(diamond-shaped note head)2.5 E 38.04(\214lldiamond \214lled)
14368150.896 168 R(diamond-shaped note head)2.5 E 31.94(dwhdiamond double)
14369150.896 180 R(whole diamond-shaped note)2.5 E 38.05(isostriangle open)
14370150.896 192 R(isosceles triangle notehead)2.5 E 26.93
14371(\214llisostriangle \214lled)150.896 204 R(isosceles triangle notehead)
143722.5 E 20.83(dwhisostriangle double)150.896 216 R
14373(whole isosceles triangle notehead)2.5 E(pie)150.896 228 Q 46.09
14374(wedge open)-.25 F(pie)2.5 E(wedge notehead)-.25 E(\214llpie)150.896 240
14375Q 34.97(wedge \214lled)-.25 F(pie)2.5 E(wedge notehead)-.25 E(dwhpie)
14376150.896 252 Q 28.87(wedge double)-.25 F(whole pie)2.5 E(wedge notehead)
14377-.25 E 47.51(rectangle open)150.896 264 R(rectangle notehead)2.5 E 36.39
14378(\214llrectangle \214lled)150.896 276 R(rectangle notehead)2.5 E 30.29
14379(dwhrectangle double)150.896 288 R(whole rectangle notehead)2.5 E 34.72
14380(righttriangle open)150.896 300 R(right triangle notehead)2.5 E 23.6
14381(\214llrighttriangle \214lled)150.896 312 R(right triangle notehead)2.5
14382E 17.5(dwhrighttriangle double)150.896 324 R
14383(whole right triangle notehead)2.5 E 29.72(urighttriangle upside-do)
14384150.896 336 R(wn open right triangle notehead)-.25 E 18.6
14385(u\214llrighttriangle upside-do)150.896 348 R
14386(wn \214lled right triangle notehead)-.25 E 12.5
14387(udwhrighttriangle upside-do)150.896 360 R
14388(wn double whole right triangle notehead)-.25 E 43.06(semicircle open)
14389150.896 372 R(semicircle notehead)2.5 E 31.94(\214llsemicircle \214lled)
14390150.896 384 R(semicircle notehead)2.5 E 25.84(dwhsemicircle double)
14391150.896 396 R(whole semicircle notehead)2.5 E 45.28(slashhead open)
14392150.896 408 R(slash notehead)2.5 E 34.16(\214llslashhead \214lled)
14393150.896 420 R(slash notehead)2.5 E 28.06(dwhslashhead double)150.896 432
14394R(whole slash notehead)2.5 E 43.06(blankhead blank)150.896 444 R
14395(notehead)2.5 E 39.72(rest qwhrest)94.236 468 R(quadruple whole rest)55
14396E 52.5(dwhrest double)150.896 480 R(whole rest)2.5 E 64.72(1rest whole)
14397150.896 492 R(rest)2.5 E 64.72(2rest half)150.896 504 R(rest)2.5 E 64.72
14398(4rest quarter)150.896 516 R(rest)2.5 E 64.72(8rest eighth)150.896 528 R
14399(rest)2.5 E 59.72(16rest sixteenth)150.896 540 R(rest)2.5 E 59.72
14400(32rest thirty-second)150.896 552 R(rest)2.5 E 59.72
14401(64rest sixty-fourth)150.896 564 R(rest)2.5 E 54.72(128rest 128th)
14402150.896 576 R(rest)2.5 E 54.72(256rest 256th)150.896 588 R(rest)2.5 E
1440332.5(pedal be)94.236 612 R 55.43(gped be)-.15 F(gin pedal mark)-.15 E
1440455.28(endped end)150.896 624 R(pedal mark)2.5 E 62.5(pedal pedal)150.896
14405636 R(up/do)2.5 E(wn mark)-.25 E 12.5(ornaments tr)94.236 660 R(trill)
1440680.55 E 68.05(mor mordent)150.896 672 R(in)150.896 684 Q 55.67(vmor in)
14407-.4 F -.15(ve)-.4 G(rted mordent).15 E 68.05(turn turn)150.896 696 R(in)
14408150.896 708 Q 55.67(vturn in)-.4 F -.15(ve)-.4 G(rted turn).15 E EP
14409%%Page: 65 71
14410%%BeginPageSetup
14411BP
14412%%EndPageSetup
14413/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(5-)-2.5 G 35.27
14414(misc ferm)94.236 96 R(fermata)67.78 E 60.28(uferm upside-do)150.896 108
14415R(wn fermata)-.25 E 58.06(acc_gt accent)150.896 120 R(lik)2.5 E 2.5(eag)
14416-.1 G(reater)-2.5 E(-than sign)-.2 E 53.62(acc_hat accent)150.896 132 R
14417(lik)2.5 E 2.5(ea")-.1 G(hat" \(circum\215e)-2.5 E 2.5(xo)-.15 G 2.5(r")
14418-2.5 G(up-arro)-2.5 E(w"\))-.25 E 48.62(acc_uhat accent)150.896 144 R
14419(lik)2.5 E 2.5(ea)-.1 G 2.5(nu)-2.5 G(pside do)-2.5 E(wn hat)-.25 E(le)
14420150.896 156 Q 74.59(gl)-.15 G -2.25 -.15(eg a)-74.59 H(to mark).15 E
1442171.38(dot dot)150.896 168 R 58.06(wedge wedge)150.896 180 R 53.06
14422(uwedge upside-do)150.896 192 R(wn wedge)-.25 E 67.49(sign sign)150.896
14423204 R(for D. S.)2.5 E 65.28(coda coda)150.896 216 R(mark)2.5 E(upbo)
14424150.896 228 Q 59.69(wu)-.25 G 2.5(pb)-59.69 G -.25(ow)-2.5 G(dnbo)
14425150.896 240 Q 59.69(wd)-.25 G -.25(ow)-59.69 G 2.5(nb).25 G -.25(ow)-2.5
14426G 77.5(rr "railroad)150.896 252 R
14427(tracks" or caesura \(2 slanted lines sometimes put)2.5 E
14428(at the top of a staf)237.556 264 Q 2.5(ft)-.25 G 2.5(oi)-2.5 G
14429(ndicate the end of a musical thought\))-2.5 E 52.5(measrpt measure)
14430150.896 276 R(repeat)2.5 E(cop)150.896 288 Q 45.93(yright C-in-circle)
14431-.1 F(cop)2.5 E(yright symbol)-.1 E 68.6(dim diminished)150.896 300 R
1443253.05(halfdim half)150.896 312 R(diminished)2.5 E 53.61
14433(triangle triangle)150.896 324 R EP
14434%%Page: 66 72
14435%%BeginPageSetup
14436BP
14437%%EndPageSetup
14438/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(6-)-2.5 G 70 157 443 443
14439-589 589 62.836 712.6 PBEGIN
14440%%BeginDocument: muschar.ps
14441%%BoundingBox: 70 157 513 746
14442/boxheight 62 def
14443/boxwidth 40 def
14444/nameheight 10 def
14445/tmpstring 50 string def
14446/flagsep 1.6 300 mul def
14447
14448/Times-Roman findfont nameheight 2 sub scalefont setfont
14449/prm {
14450 /yoff exch def
14451 /xoff exch def
14452 /sym exch def
14453 /name sym tmpstring cvs def
14454 /realboxheight boxheight extra add def
14455
14456 save
14457 xoff yoff translate
14458
14459 % draw box
14460 newpath
14461 0 0 moveto
14462 boxwidth 0 lineto
14463 boxwidth realboxheight lineto
14464 0 realboxheight lineto
14465 closepath
14466 stroke
14467
14468 % print name of music character
14469 gsave
14470 nameheight 4 sub
14471 realboxheight name stringwidth pop sub 2 div 4 add moveto
14472 55 rotate
14473 0 0.25 0.75 setrgbcolor
14474 name show
14475 grestore
14476 % display the music character
14477 boxwidth 2 div nameheight add
14478 realboxheight nameheight sub 2 div
14479 1.0 sym cvx exec
14480 restore
14481} def
14482
14483/offset 72 def
14484/col 0 def
14485/row 11 def
14486/extra 0 def
14487/extraoffset 0 def
14488
14489% go to next display slot on the page and show one music character
14490/showone {
14491 col boxwidth mul offset add row boxheight mul
14492 extra sub extraoffset sub prm
14493 /col col 1 add def
14494 % go to next column when current one is full
14495 col 11 ge { /col 0 def /row row 1 sub def } if
14496 % one row has to be extra tall
14497 row 5 eq { /extra 28 def } if
14498 row 4 eq { /extraoffset 28 def /extra 0 def } if
14499} def
14500
14501/gclef showone
14502/fclef showone
14503/cclef showone
14504/dblwhole showone
14505/1n showone
14506/2n showone
14507/4n showone
14508/upflag showone
14509/dnflag showone
14510/qwhrest showone
14511/dwhrest showone
14512/1rest showone
14513/2rest showone
14514/4rest showone
14515/8rest showone
14516/16rest showone
14517/32rest showone
14518/64rest showone
14519/128rest showone
14520/256rest showone
14521/ll1rest showone
14522/ll2rest showone
14523/dot showone
14524/nat showone
14525/sharp showone
14526/flat showone
14527/dblsharp showone
14528/dblflat showone
14529/xnote showone
14530/dwhdiamond showone
14531/diamond showone
14532/filldiamond showone
14533/up2n showone
14534/dn2n showone
14535/up4n showone
14536/dn4n showone
14537/com showone
14538/cut showone
14539/begped showone
14540/pedal showone
14541/endped showone
14542/dnbow showone
14543/upbow showone
14544/wedge showone
14545/uwedge showone
14546/ferm showone
14547/uferm showone
14548/sign showone
14549/coda showone
14550/mor showone
14551/invmor showone
14552/turn showone
14553/invturn showone
14554/acc_gt showone
14555/acc_hat showone
14556/acc_uhat showone
14557/tr showone
14558/leg showone
14559/rr showone
14560/dim showone
14561/halfdim showone
14562/triangle showone
14563/measrpt showone
14564/copyright showone
14565/up8n showone
14566/dn8n showone
14567/up16n showone
14568/dn16n showone
14569/up32n showone
14570/dn32n showone
14571/up64n showone
14572/dn64n showone
14573/up128n showone
14574/dn128n showone
14575/up256n showone
14576/dn256n showone
14577/dwhrighttriangle showone
14578/righttriangle showone
14579/fillrighttriangle showone
14580/udwhrighttriangle showone
14581/urighttriangle showone
14582/ufillrighttriangle showone
14583/dwhrectangle showone
14584/rectangle showone
14585/fillrectangle showone
14586/dwhisostriangle showone
14587/isostriangle showone
14588/fillisostriangle showone
14589/dwhpiewedge showone
14590/piewedge showone
14591/fillpiewedge showone
14592/dwhsemicircle showone
14593/semicircle showone
14594/fillsemicircle showone
14595/dwhslashhead showone
14596/slashhead showone
14597/fillslashhead showone
14598/blankhead showone
14599showpage
14600%%EndDocument
14601end PEND EP
14602%%Page: 67 73
14603%%BeginPageSetup
14604BP
14605%%EndPageSetup
14606/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(7-)-2.5 G(An)69.336 96 Q
146072.914(yo)-.15 G 2.914(ft)-2.914 G .414
14608(hese music character names can be pre\214x)-2.914 F .414
14609(ed by "sm" to indicate a smaller v)-.15 F .413(ersion of the character)
14610-.15 F(.)-.55 E -.15(Fo)69.336 108 S 2.99(re).15 G .49(xample, "smup4n"\
14611 is a small quarter note, as might be used for a "cue" note.)-3.14 F .49
14612(Small music characters)5.49 F(are 0.65 times as big as re)69.336 120 Q
14613(gular characters.)-.15 E -1.11(Va)69.336 138 S 1.226
14614(rious non-ASCII characters can be included in te)1.11 F 1.226
14615(xt strings. If you ha)-.15 F 1.526 -.15(ve a n)-.2 H 1.226
14616(on-United States k).15 F -.15(ey)-.1 G(board).15 E 1.042
14617(which can produce characters listed in the table belo)69.336 150 R
146183.542(wf)-.25 G 1.042(rom the "Latin-1" alphabet, you can simply type)
14619-3.542 F .386(them into strings as you normally w)69.336 162 R .386
14620(ould. If you w)-.1 F .386(ant a character that your k)-.1 F -.15(ey)-.1
14621G .386(board does not support, you).15 F .182(can put them in strings b\
14622y using their names in a manner similar to the music characters.)69.336
14623174 R -.15(Fo)5.182 G 2.683(re).15 G .183(xample, you)-2.833 F .085(can\
14624 include an 'a' with an acute accent on it in a string by using \\\(aac\
14625ute\), or an upside do)69.336 186 R .084(wn question mark)-.25 F .042
14626(using \\\(questiondo)69.336 198 R .042(wn\). Man)-.25 F 2.542(yc)-.15 G
14627.042(haracters ha)-2.542 F .342 -.15(ve s)-.2 H .043
14628(horthand names too.).15 F -.15(Fo)5.043 G 2.543(re).15 G .043
14629(xample, \\\(a'\) is a shorter name for)-2.693 F 1.027
14630('a' with an acute accent.)69.336 210 R 1.027(The full names of the spe\
14631cial characters and their shorthand names, if an)6.027 F 2.326 -.65
14632(y, a)-.15 H(re).65 E(gi)69.336 222 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5
14633(nt)-2.5 G(he follo)-2.5 E(wing table:)-.25 E 109.336 225.6 EBEGIN
14634gsave 0 0.25 0.75 setrgbcolor 0 500 rlineto 357 0 rlineto 0 500 neg rlineto closepath stroke grestore
14635EEND 53 36 357 357 -500 500 108.336 725.6 PBEGIN
14636%%BeginDocument: extchar.ps
14637%%BoundingBox: 53 36 410 536
14638makeExtEncoding
14639/Ext-Times-Roman /Times-Roman makeExtendedFont
14640save
146410.5 setgray
14642230 36 moveto 0 500 rlineto stroke
14643235 36 moveto 0 500 rlineto stroke
146440 setgray
146450.75 0.75 scale
14646%start of code for extchar table
14647/Ext-Times-Roman findfont
1464812 scalefont
14649setfont
1465085 700 moveto
14651( ) show
14652/Times-Roman findfont
1465315 scalefont
14654setfont
14655145 700 moveto
14656(exclamdown) show
14657/Ext-Times-Roman findfont
1465815 scalefont
14659setfont
14660355 700 moveto
14661(.) show
14662/Times-Roman findfont
1466315 scalefont
14664setfont
14665415 700 moveto
14666(questiondown) show
14667/Ext-Times-Roman findfont
1466815 scalefont
14669setfont
1467085 686 moveto
14671(") show
14672/Times-Roman findfont
1467315 scalefont
14674setfont
14675145 686 moveto
14676(sterling) show
14677/Ext-Times-Roman findfont
1467815 scalefont
14679setfont
14680355 686 moveto
14681(#) show
14682/Times-Roman findfont
1468315 scalefont
14684setfont
14685415 686 moveto
14686(yen) show
14687/Ext-Times-Roman findfont
1468815 scalefont
14689setfont
1469085 672 moveto
14691($) show
14692/Times-Roman findfont
1469315 scalefont
14694setfont
14695145 672 moveto
14696(quotedblleft) show
14697250 672 moveto
14698(\301\301) show
14699/Ext-Times-Roman findfont
1470015 scalefont
14701setfont
14702355 672 moveto
14703(-) show
14704/Times-Roman findfont
1470515 scalefont
14706setfont
14707415 672 moveto
14708(quotedblright) show
14709520 672 moveto
14710(\302\302) show
14711/Ext-Times-Roman findfont
1471215 scalefont
14713setfont
1471485 658 moveto
14715(%) show
14716/Times-Roman findfont
1471715 scalefont
14718setfont
14719145 658 moveto
14720(guillemotleft) show
14721250 658 moveto
14722(<<) show
14723/Ext-Times-Roman findfont
1472415 scalefont
14725setfont
14726355 658 moveto
14727(&) show
14728/Times-Roman findfont
1472915 scalefont
14730setfont
14731415 658 moveto
14732(guillemotright) show
14733520 658 moveto
14734(>>) show
14735/Ext-Times-Roman findfont
1473615 scalefont
14737setfont
1473885 644 moveto
14739(') show
14740/Times-Roman findfont
1474115 scalefont
14742setfont
14743145 644 moveto
14744(guilsinglleft) show
14745/Ext-Times-Roman findfont
1474615 scalefont
14747setfont
14748355 644 moveto
14749(\() show
14750/Times-Roman findfont
1475115 scalefont
14752setfont
14753415 644 moveto
14754(guilsinglright) show
14755/Ext-Times-Roman findfont
1475615 scalefont
14757setfont
1475885 630 moveto
14759(\)) show
14760/Times-Roman findfont
1476115 scalefont
14762setfont
14763145 630 moveto
14764(dagger) show
14765/Ext-Times-Roman findfont
1476615 scalefont
14767setfont
14768355 630 moveto
14769(*) show
14770/Times-Roman findfont
1477115 scalefont
14772setfont
14773415 630 moveto
14774(daggerdbl) show
14775/Ext-Times-Roman findfont
1477615 scalefont
14777setfont
1477885 616 moveto
14779(/) show
14780/Times-Roman findfont
1478115 scalefont
14782setfont
14783145 616 moveto
14784(grave) show
14785/Ext-Times-Roman findfont
1478615 scalefont
14787setfont
14788355 616 moveto
14789(0) show
14790/Times-Roman findfont
1479115 scalefont
14792setfont
14793415 616 moveto
14794(acute) show
14795/Ext-Times-Roman findfont
1479615 scalefont
14797setfont
1479885 602 moveto
14799(1) show
14800/Times-Roman findfont
1480115 scalefont
14802setfont
14803145 602 moveto
14804(macron) show
14805/Ext-Times-Roman findfont
1480615 scalefont
14807setfont
14808355 602 moveto
14809(2) show
14810/Times-Roman findfont
1481115 scalefont
14812setfont
14813415 602 moveto
14814(breve) show
14815/Ext-Times-Roman findfont
1481615 scalefont
14817setfont
1481885 588 moveto
14819(3) show
14820/Times-Roman findfont
1482115 scalefont
14822setfont
14823145 588 moveto
14824(dotaccent) show
14825/Ext-Times-Roman findfont
1482615 scalefont
14827setfont
14828355 588 moveto
14829(4) show
14830/Times-Roman findfont
1483115 scalefont
14832setfont
14833415 588 moveto
14834(dieresis) show
14835/Ext-Times-Roman findfont
1483615 scalefont
14837setfont
1483885 574 moveto
14839(5) show
14840/Times-Roman findfont
1484115 scalefont
14842setfont
14843145 574 moveto
14844(ring) show
14845/Ext-Times-Roman findfont
1484615 scalefont
14847setfont
14848355 574 moveto
14849(6) show
14850/Times-Roman findfont
1485115 scalefont
14852setfont
14853415 574 moveto
14854(cedilla) show
14855/Ext-Times-Roman findfont
1485615 scalefont
14857setfont
1485885 560 moveto
14859(7) show
14860/Times-Roman findfont
1486115 scalefont
14862setfont
14863145 560 moveto
14864(hungarumlaut) show
14865/Ext-Times-Roman findfont
1486615 scalefont
14867setfont
14868355 560 moveto
14869(8) show
14870/Times-Roman findfont
1487115 scalefont
14872setfont
14873415 560 moveto
14874(ogonek) show
14875/Ext-Times-Roman findfont
1487615 scalefont
14877setfont
1487885 546 moveto
14879(9) show
14880/Times-Roman findfont
1488115 scalefont
14882setfont
14883145 546 moveto
14884(caron) show
14885/Ext-Times-Roman findfont
1488615 scalefont
14887setfont
14888355 546 moveto
14889(:) show
14890/Times-Roman findfont
1489115 scalefont
14892setfont
14893415 546 moveto
14894(emdash) show
14895/Ext-Times-Roman findfont
1489615 scalefont
14897setfont
1489885 532 moveto
14899(;) show
14900/Times-Roman findfont
1490115 scalefont
14902setfont
14903145 532 moveto
14904(AE) show
14905/Ext-Times-Roman findfont
1490615 scalefont
14907setfont
14908355 532 moveto
14909(<) show
14910/Times-Roman findfont
1491115 scalefont
14912setfont
14913415 532 moveto
14914(ae) show
14915/Ext-Times-Roman findfont
1491615 scalefont
14917setfont
1491885 518 moveto
14919(=) show
14920/Times-Roman findfont
1492115 scalefont
14922setfont
14923145 518 moveto
14924(ordfeminine) show
14925/Ext-Times-Roman findfont
1492615 scalefont
14927setfont
14928355 518 moveto
14929(>) show
14930/Times-Roman findfont
1493115 scalefont
14932setfont
14933415 518 moveto
14934(ordmasculine) show
14935/Ext-Times-Roman findfont
1493615 scalefont
14937setfont
1493885 504 moveto
14939(?) show
14940/Times-Roman findfont
1494115 scalefont
14942setfont
14943145 504 moveto
14944(Lslash) show
14945250 504 moveto
14946(L/) show
14947/Ext-Times-Roman findfont
1494815 scalefont
14949setfont
14950355 504 moveto
14951(@) show
14952/Times-Roman findfont
1495315 scalefont
14954setfont
14955415 504 moveto
14956(lslash) show
14957520 504 moveto
14958(l/) show
14959/Ext-Times-Roman findfont
1496015 scalefont
14961setfont
1496285 490 moveto
14963(A) show
14964/Times-Roman findfont
1496515 scalefont
14966setfont
14967145 490 moveto
14968(Oslash) show
14969250 490 moveto
14970(O/) show
14971/Ext-Times-Roman findfont
1497215 scalefont
14973setfont
14974355 490 moveto
14975(B) show
14976/Times-Roman findfont
1497715 scalefont
14978setfont
14979415 490 moveto
14980(oslash) show
14981520 490 moveto
14982(o/) show
14983/Ext-Times-Roman findfont
1498415 scalefont
14985setfont
1498685 476 moveto
14987(C) show
14988/Times-Roman findfont
1498915 scalefont
14990setfont
14991145 476 moveto
14992(OE) show
14993/Ext-Times-Roman findfont
1499415 scalefont
14995setfont
14996355 476 moveto
14997(D) show
14998/Times-Roman findfont
1499915 scalefont
15000setfont
15001415 476 moveto
15002(oe) show
15003/Ext-Times-Roman findfont
1500415 scalefont
15005setfont
1500685 462 moveto
15007(E) show
15008/Times-Roman findfont
1500915 scalefont
15010setfont
15011145 462 moveto
15012(dotlessi) show
15013/Ext-Times-Roman findfont
1501415 scalefont
15015setfont
15016355 462 moveto
15017(F) show
15018/Times-Roman findfont
1501915 scalefont
15020setfont
15021415 462 moveto
15022(germandbls) show
15023520 462 moveto
15024(ss) show
15025/Ext-Times-Roman findfont
1502615 scalefont
15027setfont
1502885 448 moveto
15029(G) show
15030/Times-Roman findfont
1503115 scalefont
15032setfont
15033145 448 moveto
15034(Aacute) show
15035250 448 moveto
15036(A') show
15037/Ext-Times-Roman findfont
1503815 scalefont
15039setfont
15040355 448 moveto
15041(H) show
15042/Times-Roman findfont
1504315 scalefont
15044setfont
15045415 448 moveto
15046(aacute) show
15047520 448 moveto
15048(a') show
15049/Ext-Times-Roman findfont
1505015 scalefont
15051setfont
1505285 434 moveto
15053(I) show
15054/Times-Roman findfont
1505515 scalefont
15056setfont
15057145 434 moveto
15058(Acircumflex) show
15059250 434 moveto
15060(A^) show
15061/Ext-Times-Roman findfont
1506215 scalefont
15063setfont
15064355 434 moveto
15065(J) show
15066/Times-Roman findfont
1506715 scalefont
15068setfont
15069415 434 moveto
15070(acircumflex) show
15071520 434 moveto
15072(a^) show
15073/Ext-Times-Roman findfont
1507415 scalefont
15075setfont
1507685 420 moveto
15077(K) show
15078/Times-Roman findfont
1507915 scalefont
15080setfont
15081145 420 moveto
15082(Adieresis) show
15083250 420 moveto
15084(A:) show
15085/Ext-Times-Roman findfont
1508615 scalefont
15087setfont
15088355 420 moveto
15089(L) show
15090/Times-Roman findfont
1509115 scalefont
15092setfont
15093415 420 moveto
15094(adieresis) show
15095520 420 moveto
15096(a:) show
15097/Ext-Times-Roman findfont
1509815 scalefont
15099setfont
1510085 406 moveto
15101(M) show
15102/Times-Roman findfont
1510315 scalefont
15104setfont
15105145 406 moveto
15106(Agrave) show
15107250 406 moveto
15108(A`) show
15109/Ext-Times-Roman findfont
1511015 scalefont
15111setfont
15112355 406 moveto
15113(N) show
15114/Times-Roman findfont
1511515 scalefont
15116setfont
15117415 406 moveto
15118(agrave) show
15119520 406 moveto
15120(a`) show
15121/Ext-Times-Roman findfont
1512215 scalefont
15123setfont
1512485 392 moveto
15125(O) show
15126/Times-Roman findfont
1512715 scalefont
15128setfont
15129145 392 moveto
15130(Aring) show
15131250 392 moveto
15132(Ao) show
15133/Ext-Times-Roman findfont
1513415 scalefont
15135setfont
15136355 392 moveto
15137(P) show
15138/Times-Roman findfont
1513915 scalefont
15140setfont
15141415 392 moveto
15142(aring) show
15143520 392 moveto
15144(ao) show
15145/Ext-Times-Roman findfont
1514615 scalefont
15147setfont
1514885 378 moveto
15149(Q) show
15150/Times-Roman findfont
1515115 scalefont
15152setfont
15153145 378 moveto
15154(Atilde) show
15155250 378 moveto
15156(A~) show
15157/Ext-Times-Roman findfont
1515815 scalefont
15159setfont
15160355 378 moveto
15161(R) show
15162/Times-Roman findfont
1516315 scalefont
15164setfont
15165415 378 moveto
15166(atilde) show
15167520 378 moveto
15168(a~) show
15169/Ext-Times-Roman findfont
1517015 scalefont
15171setfont
1517285 364 moveto
15173(S) show
15174/Times-Roman findfont
1517515 scalefont
15176setfont
15177145 364 moveto
15178(Ccedilla) show
15179250 364 moveto
15180(C,) show
15181/Ext-Times-Roman findfont
1518215 scalefont
15183setfont
15184355 364 moveto
15185(T) show
15186/Times-Roman findfont
1518715 scalefont
15188setfont
15189415 364 moveto
15190(ccedilla) show
15191520 364 moveto
15192(c,) show
15193/Ext-Times-Roman findfont
1519415 scalefont
15195setfont
1519685 350 moveto
15197(U) show
15198/Times-Roman findfont
1519915 scalefont
15200setfont
15201145 350 moveto
15202(Eacute) show
15203250 350 moveto
15204(E') show
15205/Ext-Times-Roman findfont
1520615 scalefont
15207setfont
15208355 350 moveto
15209(V) show
15210/Times-Roman findfont
1521115 scalefont
15212setfont
15213415 350 moveto
15214(eacute) show
15215520 350 moveto
15216(e') show
15217/Ext-Times-Roman findfont
1521815 scalefont
15219setfont
1522085 336 moveto
15221(W) show
15222/Times-Roman findfont
1522315 scalefont
15224setfont
15225145 336 moveto
15226(Ecircumflex) show
15227250 336 moveto
15228(E^) show
15229/Ext-Times-Roman findfont
1523015 scalefont
15231setfont
15232355 336 moveto
15233(X) show
15234/Times-Roman findfont
1523515 scalefont
15236setfont
15237415 336 moveto
15238(ecircumflex) show
15239520 336 moveto
15240(e^) show
15241/Ext-Times-Roman findfont
1524215 scalefont
15243setfont
1524485 322 moveto
15245(Y) show
15246/Times-Roman findfont
1524715 scalefont
15248setfont
15249145 322 moveto
15250(Edieresis) show
15251250 322 moveto
15252(E:) show
15253/Ext-Times-Roman findfont
1525415 scalefont
15255setfont
15256355 322 moveto
15257(Z) show
15258/Times-Roman findfont
1525915 scalefont
15260setfont
15261415 322 moveto
15262(edieresis) show
15263520 322 moveto
15264(e:) show
15265/Ext-Times-Roman findfont
1526615 scalefont
15267setfont
1526885 308 moveto
15269([) show
15270/Times-Roman findfont
1527115 scalefont
15272setfont
15273145 308 moveto
15274(Egrave) show
15275250 308 moveto
15276(E`) show
15277/Ext-Times-Roman findfont
1527815 scalefont
15279setfont
15280355 308 moveto
15281(\\) show
15282/Times-Roman findfont
1528315 scalefont
15284setfont
15285415 308 moveto
15286(egrave) show
15287520 308 moveto
15288(e`) show
15289/Ext-Times-Roman findfont
1529015 scalefont
15291setfont
1529285 294 moveto
15293(]) show
15294/Times-Roman findfont
1529515 scalefont
15296setfont
15297145 294 moveto
15298(Iacute) show
15299250 294 moveto
15300(I') show
15301/Ext-Times-Roman findfont
1530215 scalefont
15303setfont
15304355 294 moveto
15305(^) show
15306/Times-Roman findfont
1530715 scalefont
15308setfont
15309415 294 moveto
15310(iacute) show
15311520 294 moveto
15312(i') show
15313/Ext-Times-Roman findfont
1531415 scalefont
15315setfont
1531685 280 moveto
15317(_) show
15318/Times-Roman findfont
1531915 scalefont
15320setfont
15321145 280 moveto
15322(Icircumflex) show
15323250 280 moveto
15324(I^) show
15325/Ext-Times-Roman findfont
1532615 scalefont
15327setfont
15328355 280 moveto
15329(`) show
15330/Times-Roman findfont
1533115 scalefont
15332setfont
15333415 280 moveto
15334(icircumflex) show
15335520 280 moveto
15336(i^) show
15337/Ext-Times-Roman findfont
1533815 scalefont
15339setfont
1534085 266 moveto
15341(a) show
15342/Times-Roman findfont
1534315 scalefont
15344setfont
15345145 266 moveto
15346(Idieresis) show
15347250 266 moveto
15348(I:) show
15349/Ext-Times-Roman findfont
1535015 scalefont
15351setfont
15352355 266 moveto
15353(b) show
15354/Times-Roman findfont
1535515 scalefont
15356setfont
15357415 266 moveto
15358(idieresis) show
15359520 266 moveto
15360(i:) show
15361/Ext-Times-Roman findfont
1536215 scalefont
15363setfont
1536485 252 moveto
15365(c) show
15366/Times-Roman findfont
1536715 scalefont
15368setfont
15369145 252 moveto
15370(Igrave) show
15371250 252 moveto
15372(I`) show
15373/Ext-Times-Roman findfont
1537415 scalefont
15375setfont
15376355 252 moveto
15377(d) show
15378/Times-Roman findfont
1537915 scalefont
15380setfont
15381415 252 moveto
15382(igrave) show
15383520 252 moveto
15384(i`) show
15385/Ext-Times-Roman findfont
1538615 scalefont
15387setfont
1538885 238 moveto
15389(e) show
15390/Times-Roman findfont
1539115 scalefont
15392setfont
15393145 238 moveto
15394(Ntilde) show
15395250 238 moveto
15396(N~) show
15397/Ext-Times-Roman findfont
1539815 scalefont
15399setfont
15400355 238 moveto
15401(f) show
15402/Times-Roman findfont
1540315 scalefont
15404setfont
15405415 238 moveto
15406(ntilde) show
15407520 238 moveto
15408(n~) show
15409/Ext-Times-Roman findfont
1541015 scalefont
15411setfont
1541285 224 moveto
15413(g) show
15414/Times-Roman findfont
1541515 scalefont
15416setfont
15417145 224 moveto
15418(Oacute) show
15419250 224 moveto
15420(O') show
15421/Ext-Times-Roman findfont
1542215 scalefont
15423setfont
15424355 224 moveto
15425(h) show
15426/Times-Roman findfont
1542715 scalefont
15428setfont
15429415 224 moveto
15430(oacute) show
15431520 224 moveto
15432(o') show
15433/Ext-Times-Roman findfont
1543415 scalefont
15435setfont
1543685 210 moveto
15437(i) show
15438/Times-Roman findfont
1543915 scalefont
15440setfont
15441145 210 moveto
15442(Ocircumflex) show
15443250 210 moveto
15444(O^) show
15445/Ext-Times-Roman findfont
1544615 scalefont
15447setfont
15448355 210 moveto
15449(j) show
15450/Times-Roman findfont
1545115 scalefont
15452setfont
15453415 210 moveto
15454(ocircumflex) show
15455520 210 moveto
15456(o^) show
15457/Ext-Times-Roman findfont
1545815 scalefont
15459setfont
1546085 196 moveto
15461(k) show
15462/Times-Roman findfont
1546315 scalefont
15464setfont
15465145 196 moveto
15466(Odieresis) show
15467250 196 moveto
15468(O:) show
15469/Ext-Times-Roman findfont
1547015 scalefont
15471setfont
15472355 196 moveto
15473(l) show
15474/Times-Roman findfont
1547515 scalefont
15476setfont
15477415 196 moveto
15478(odieresis) show
15479520 196 moveto
15480(o:) show
15481/Ext-Times-Roman findfont
1548215 scalefont
15483setfont
1548485 182 moveto
15485(m) show
15486/Times-Roman findfont
1548715 scalefont
15488setfont
15489145 182 moveto
15490(Ograve) show
15491250 182 moveto
15492(O`) show
15493/Ext-Times-Roman findfont
1549415 scalefont
15495setfont
15496355 182 moveto
15497(n) show
15498/Times-Roman findfont
1549915 scalefont
15500setfont
15501415 182 moveto
15502(ograve) show
15503520 182 moveto
15504(o`) show
15505/Ext-Times-Roman findfont
1550615 scalefont
15507setfont
1550885 168 moveto
15509(o) show
15510/Times-Roman findfont
1551115 scalefont
15512setfont
15513145 168 moveto
15514(Otilde) show
15515250 168 moveto
15516(O~) show
15517/Ext-Times-Roman findfont
1551815 scalefont
15519setfont
15520355 168 moveto
15521(p) show
15522/Times-Roman findfont
1552315 scalefont
15524setfont
15525415 168 moveto
15526(otilde) show
15527520 168 moveto
15528(o~) show
15529/Ext-Times-Roman findfont
1553015 scalefont
15531setfont
1553285 154 moveto
15533(q) show
15534/Times-Roman findfont
1553515 scalefont
15536setfont
15537145 154 moveto
15538(Scaron) show
15539250 154 moveto
15540(Sv) show
15541/Ext-Times-Roman findfont
1554215 scalefont
15543setfont
15544355 154 moveto
15545(r) show
15546/Times-Roman findfont
1554715 scalefont
15548setfont
15549415 154 moveto
15550(scaron) show
15551520 154 moveto
15552(sv) show
15553/Ext-Times-Roman findfont
1555415 scalefont
15555setfont
1555685 140 moveto
15557(s) show
15558/Times-Roman findfont
1555915 scalefont
15560setfont
15561145 140 moveto
15562(Uacute) show
15563250 140 moveto
15564(U') show
15565/Ext-Times-Roman findfont
1556615 scalefont
15567setfont
15568355 140 moveto
15569(t) show
15570/Times-Roman findfont
1557115 scalefont
15572setfont
15573415 140 moveto
15574(uacute) show
15575520 140 moveto
15576(u') show
15577/Ext-Times-Roman findfont
1557815 scalefont
15579setfont
1558085 126 moveto
15581(u) show
15582/Times-Roman findfont
1558315 scalefont
15584setfont
15585145 126 moveto
15586(Ucircumflex) show
15587250 126 moveto
15588(U^) show
15589/Ext-Times-Roman findfont
1559015 scalefont
15591setfont
15592355 126 moveto
15593(v) show
15594/Times-Roman findfont
1559515 scalefont
15596setfont
15597415 126 moveto
15598(ucircumflex) show
15599520 126 moveto
15600(u^) show
15601/Ext-Times-Roman findfont
1560215 scalefont
15603setfont
1560485 112 moveto
15605(w) show
15606/Times-Roman findfont
1560715 scalefont
15608setfont
15609145 112 moveto
15610(Udieresis) show
15611250 112 moveto
15612(U:) show
15613/Ext-Times-Roman findfont
1561415 scalefont
15615setfont
15616355 112 moveto
15617(x) show
15618/Times-Roman findfont
1561915 scalefont
15620setfont
15621415 112 moveto
15622(udieresis) show
15623520 112 moveto
15624(u:) show
15625/Ext-Times-Roman findfont
1562615 scalefont
15627setfont
1562885 98 moveto
15629(y) show
15630/Times-Roman findfont
1563115 scalefont
15632setfont
15633145 98 moveto
15634(Ugrave) show
15635250 98 moveto
15636(U`) show
15637/Ext-Times-Roman findfont
1563815 scalefont
15639setfont
15640355 98 moveto
15641(z) show
15642/Times-Roman findfont
1564315 scalefont
15644setfont
15645415 98 moveto
15646(ugrave) show
15647520 98 moveto
15648(u`) show
15649/Ext-Times-Roman findfont
1565015 scalefont
15651setfont
1565285 84 moveto
15653({) show
15654/Times-Roman findfont
1565515 scalefont
15656setfont
15657145 84 moveto
15658(Ydieresis) show
15659250 84 moveto
15660(Y:) show
15661/Ext-Times-Roman findfont
1566215 scalefont
15663setfont
15664355 84 moveto
15665(|) show
15666/Times-Roman findfont
1566715 scalefont
15668setfont
15669415 84 moveto
15670(ydieresis) show
15671520 84 moveto
15672(y:) show
15673/Ext-Times-Roman findfont
1567415 scalefont
15675setfont
1567685 70 moveto
15677(}) show
15678/Times-Roman findfont
1567915 scalefont
15680setfont
15681145 70 moveto
15682(Zcaron) show
15683250 70 moveto
15684(Zv) show
15685/Ext-Times-Roman findfont
1568615 scalefont
15687setfont
15688355 70 moveto
15689(~) show
15690/Times-Roman findfont
1569115 scalefont
15692setfont
15693415 70 moveto
15694(zcaron) show
15695520 70 moveto
15696(zv) show
15697/Ext-Times-Roman findfont
1569815 scalefont
15699setfont
1570085 56 moveto
15701(+) show
15702/Times-Roman findfont
1570315 scalefont
15704setfont
15705145 56 moveto
15706(bullet) show
15707%end of code for extchar table
15708showpage
15709restore
15710%%Pages: 2
15711%%EndDocument
15712end PEND EP
15713%%Page: 68 74
15714%%BeginPageSetup
15715BP
15716%%EndPageSetup
15717/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(8-)-2.5 G .586(There is\
15718 one additional special characters, speci\214ed by \\\(space\).)69.336
1571996 R .587(This character appears as a normal space)5.587 F .655
15720(on output, b)69.336 108 R .655(ut is not treated lik)-.2 F 3.155(eas)
15721-.1 G .655(pace when Mup is looking for w)-3.155 F .654
15722(ord or syllable boundaries.)-.1 F .654(The most)5.654 F 1.864
15723(common use for this is probably in lyrics when you w)69.336 120 R 1.864
15724(ant se)-.1 F -.15(ve)-.25 G 1.864(ral w).15 F 1.865
15725(ords to be sung on a single note.)-.1 F .227(Another use w)69.336 132 R
15726.227(ould be in cases where Mup w)-.1 F .226
15727(ould normally split up a long string between w)-.1 F .226
15728(ords in order to)-.1 F -.2(avo)69.336 144 S(id running of).2 E 2.5(ft)
15729-.25 G(he edge of a page, b)-2.5 E(ut you w)-.2 E(ant to pre)-.1 E -.15
15730(ve)-.25 G(nt that split.).15 E 69.336 162 EBEGIN
157310 0.1 0.5 setrgbcolor
15732EEND/F0 14/Times-Bold@0 SF 3.5(8.2 F)72.836 162 R(ont and size changes)
15733-.35 E 69.336 180 EBEGIN
157340 0 0 setrgbcolor
15735EEND/F0 10/Times-Roman@0 SF .097(Strings can also contain special codes\
15736 to indicate changes in font or size.)71.933 180 R .097
15737(The font codes be)5.097 F .097(gin with \\f, and)-.15 F 1.403
15738(can either be spelled out, as in the \214rst column of the table belo)
1573969.336 192 R 2.702 -.65(w, o)-.25 H 3.902(ra).65 G 3.902(st)-3.902 G
157401.402(he abbre)-3.902 F 1.402(viations gi)-.25 F -.15(ve)-.25 G 3.902
15741(ni).15 G 3.902(nt)-3.902 G(he)-3.902 E(second column.)69.336 204 Q
1574251.39(Code Abbr)153.626 222 R(Meaning)93.105 E .4 LW 452.606 226.5
15743118.066 226.5 DL(\\f\(a)118.066 236 Q -.25(va)-.2 G(ntg).25 E
15744(arde rom\))-.05 E 13.05(\\f\(AR\) change)32.48 F(to)2.5 E/F1 10
15745/AvantGarde-Book@0 SF -1.67 -.7(Av a)2.5 H(nt Gar).7 E(de r)-.06 E(om)
15746-.2 E(an f)-.2 E(ont)-.4 E F0(\\f\(a)118.066 248 Q -.25(va)-.2 G(ntg).25
15747E(arde bold\))-.05 E 13.05(\\f\(AB\) change)30.81 F(to)2.5 E/F2 10
15748/AvantGarde-Demi@0 SF -1.7 -.7(Av a)2.5 H(nt Gar).7 E(de bold f)-.06 E
15749(ont)-.2 E F0(\\f\(a)118.066 260 Q -.25(va)-.2 G(ntg).25 E(arde ital\))
15750-.05 E 16.39(\\f\(AI\) change)35.81 F(to)2.5 E/F3 10
15751/AvantGarde-BookOblique@0 SF -1.67 -.7(Av a)2.5 H(nt Gar).7 E
15752(de italic f)-.06 E(ont)-.4 E F0(\\f\(a)118.066 272 Q -.25(va)-.2 G(ntg)
15753.25 E(arde boldital\))-.05 E 12.5(\\f\(AX\) change)18.03 F(to)2.5 E/F4
1575410/AvantGarde-DemiOblique@0 SF -1.7 -.7(Av a)2.5 H(nt Gar).7 E
15755(de bold-italic f)-.06 E(ont)-.2 E 452.606 276.5 118.066 276.5 DL F0
15756(\\f\(bookman rom\))118.066 286 Q 13.6(\\f\(BR\) change)38.63 F(to)2.5 E
15757/F5 10/Bookman-Light@0 SF(Bookman r)2.5 E(oman font).08 E F0
15758(\\f\(bookman bold\))118.066 298 Q 13.6(\\f\(BB\) change)36.96 F(to)2.5
15759E/F6 10/Bookman-Demi@0 SF(Bookman bold font)2.5 E F0
15760(\\f\(bookman ital\))118.066 310 Q 16.94(\\f\(BI\) change)41.96 F(to)2.5
15761E/F7 10/Bookman-LightItalic@0 SF(Bookman italic font)2.5 E F0
15762(\\f\(bookman boldital\))118.066 322 Q 13.05(\\f\(BX\) change)24.18 F
15763(to)2.5 E/F8 10/Bookman-DemiItalic@0 SF(Bookman bold-italic font)2.5 E
15764452.606 326.5 118.066 326.5 DL F0(\\f\(courier rom\))118.066 336 Q 13.6
15765(\\f\(CR\) change)47.53 F(to)2.5 E/F9 10/Courier@0 SF
15766(Courier roman font)2.5 E F0(\\f\(courier bold\))118.066 348 Q 13.6
15767(\\f\(CB\) change)45.86 F(to)2.5 E/F10 10/Courier-Bold@0 SF
15768(Courier bold font)2.5 E F0(\\f\(courier ital\))118.066 360 Q 16.94
15769(\\f\(CI\) change)50.86 F(to)2.5 E/F11 10/Courier-Oblique@0 SF
15770(Courier italic font)2.5 E F0(\\f\(courier boldital\))118.066 372 Q
1577113.05(\\f\(CX\) change)33.08 F(to)2.5 E/F12 10/Courier-BoldOblique@0 SF
15772(Courier bold-italic font)2.5 E 452.606 376.5 118.066 376.5 DL F0
15773(\\f\(helv)118.066 386 Q(etica rom\))-.15 E 13.05(\\f\(HR\) change)39.9
15774F(to)2.5 E/F13 10/Helvetica@0 SF(Helv)2.5 E(etica* roman f)-.25 E(ont)
15775-.3 E F0(\\f\(helv)118.066 398 Q(etica bold\))-.15 E 13.05
15776(\\f\(HB\) change)38.23 F(to)2.5 E/F14 10/Helvetica-Bold@0 SF
15777(Helvetica bold f)2.5 E(ont)-.2 E F0(\\f\(helv)118.066 410 Q
15778(etica ital\))-.15 E 16.39(\\f\(HI\) change)43.23 F(to)2.5 E/F15 10
15779/Helvetica-Oblique@0 SF(Helv)2.5 E(etica italic f)-.25 E(ont)-.3 E F0
15780(\\f\(helv)118.066 422 Q(etica boldital\))-.15 E 12.5(\\f\(HX\) change)
1578125.45 F(to)2.5 E/F16 10/Helvetica-BoldOblique@0 SF
15782(Helvetica bold-italic f)2.5 E(ont)-.2 E 452.606 426.5 118.066 426.5 DL
15783F0(\\f\(ne)118.066 436 Q(wcentury rom\))-.25 E 13.05(\\f\(NR\) change)
1578429.45 F(to)2.5 E/F17 10/NewCenturySchlbk-Roman@0 SF
15785(New Century roman font)2.5 E F0(\\f\(ne)118.066 448 Q(wcentury bold\))
15786-.25 E 13.05(\\f\(NB\) change)27.78 F(to)2.5 E/F18 10
15787/NewCenturySchlbk-Bold@0 SF(New Century bold font)2.5 E F0(\\f\(ne)
15788118.066 460 Q(wcentury ital\))-.25 E 16.39(\\f\(NI\) change)32.78 F(to)
157892.5 E/F19 10/NewCenturySchlbk-Italic@0 SF(New Century italic f)2.5 E
15790(ont)-.1 E F0(\\f\(ne)118.066 472 Q(wcentury boldital\))-.25 E 12.5
15791(\\f\(NX\) change)15 F(to)2.5 E/F20 10/NewCenturySchlbk-BoldItalic@0 SF
15792(Ne)2.5 E 2.87(wC)-.15 G(entur)-2.87 E 2.87(yb)-.2 G(old-italic)-2.87 E
15793452.606 476.5 118.066 476.5 DL F0(\\f\(palatino rom\))118.066 486 Q
1579414.71(\\f\(PR\) change)43.63 F(to)2.5 E/F21 10/Palatino-Roman@0 SF
15795(Palatino r)2.5 E(oman font)-.18 E F0(\\f\(palatino bold\))118.066 498 Q
1579614.71(\\f\(PB\) change)41.96 F(to)2.5 E/F22 10/Palatino-Bold@0 SF
15797(Palatino bold font)2.5 E F0(\\f\(palatino ital\))118.066 510 Q 18.05
15798(\\f\(PI\) change)46.96 F(to)2.5 E/F23 10/Palatino-Italic@0 SF
15799(Palatino italic font)2.5 E F0(\\f\(palatino boldital\))118.066 522 Q
1580014.16(\\f\(PX\) change)29.18 F(to)2.5 E/F24 10/Palatino-BoldItalic@0 SF
15801(Palatino bold-italic font)2.5 E 452.606 526.5 118.066 526.5 DL F0
15802(\\f\(times rom\))118.066 536 Q 14.16(\\f\(TR\) change)54.18 F(to T)2.5
15803E(imes* roman font)-.35 E(\\f\(times bold\))118.066 548 Q 14.16
15804(\\f\(TB\) change)52.51 F(to)2.5 E/F25 10/Times-Bold@0 SF -.18(Ti)2.5 G
15805(mes bold f).18 E(ont)-.25 E F0(\\f\(times ital\))118.066 560 Q 17.5
15806(\\f\(TI\) change)57.51 F(to)2.5 E/F26 10/Times-Italic@0 SF -.55(Ti)2.5
15807G(mes italic font).55 E F0(\\f\(times boldital\))118.066 572 Q 13.61
15808(\\f\(TX\) change)39.73 F(to)2.5 E/F27 10/Times-BoldItalic@0 SF -.37(Ti)
158092.5 G(mes bold-italic f).37 E(ont)-.1 E 452.606 576.5 118.066 576.5 DL
15810F0(\\f\(pre)118.066 586 Q 57.77(vious\) \\f\(PV\))-.25 F
15811(change back to pre)16.66 E(vious font)-.25 E .565
15812(Some of the special characters look better in some fonts than others.)
1581369.336 604 R 2.165 -.8(We h)5.565 H -2.25 -.2(av e).8 H .565
15814(found that some PostScript)3.265 F(interpreters unfortunately don')
1581569.336 616 Q 2.5(ta)-.18 G -.1(lwa)-2.5 G
15816(ys implement all the special characters in all fonts.).1 E .226
15817(If you need a font other than those Mup supports directly)69.336 634 R
158182.725(,i)-.65 G 2.725(ti)-2.725 G 2.725(sp)-2.725 G .225(ossible to o)
15819-2.725 F -.15(ve)-.15 G .225(rride Mup').15 F 2.725(sb)-.55 G .225
15820(uiltin fonts with)-2.925 F(other fonts.)69.336 646 Q
15821(This is described later in the section on "Installing other fonts.")5 E
15822(The point size can also be changed. \(A "point" is about 1/72 of an in\
15823ch.\))69.336 664 Q .32 LW 73.336 727 69.336 727 DL 77.336 727 73.336 727
15824DL 81.336 727 77.336 727 DL 85.336 727 81.336 727 DL 89.336 727 85.336
15825727 DL 93.336 727 89.336 727 DL 97.336 727 93.336 727 DL 101.336 727
1582697.336 727 DL 105.336 727 101.336 727 DL 109.336 727 105.336 727 DL
15827113.336 727 109.336 727 DL 117.336 727 113.336 727 DL 121.336 727
15828117.336 727 DL 125.336 727 121.336 727 DL 129.336 727 125.336 727 DL
15829133.336 727 129.336 727 DL 137.336 727 133.336 727 DL 141.336 727
15830137.336 727 DL 145.336 727 141.336 727 DL 149.336 727 145.336 727 DL/F28
158318/Times-Roman@0 SF(*)69.336 744 Q -.28(Ti)90.595 744 S
15832(mes is a trademark and Helv).28 E(etica is a re)-.12 E
15833(gistered trademark of Allied Corporation.)-.12 E EP
15834%%Page: 69 75
15835%%BeginPageSetup
15836BP
15837%%EndPageSetup
15838/F0 10/Times-Roman@0 SF 2.5(-6)274.506 48 S 2.5(9-)-2.5 G 89.725
15839(Code Meaning)205.206 96 R .4 LW 398.391 100.5 172.281 100.5 DL(\\s\()
15840172.281 110 Q/F1 10/Times-Italic@0 SF(N\))A F0(change to point size)
1584181.96 E F1(N)2.5 E F0(\\s\(+)172.281 122 Q F1(N\))A F0
15842(increase point size by)76.32 E F1(N)2.5 E F0(points)2.5 E(\\s\(-)
15843172.281 134 Q F1(N\))A F0(decrease point size by)78.63 E F1(N)2.5 E F0
15844(points)2.5 E(\\s\(PV\) or \\s\(pre)172.281 146 Q 12.5(vious\) re)-.25 F
15845-.15(ve)-.25 G(rt to pre).15 E(vious size)-.25 E .283(The point size ca\
15846n range from 1 to 100. A font or size change will last until changed or\
15847 until the end of the)69.336 164 R 1.345(string. An)69.336 176 R 3.845
15848(ys)-.15 G 1.344(ubsequent strings will be)-3.845 F 1.344(gin with def)
15849-.15 F 1.344(ault font and size v)-.1 F 1.344(alues, e)-.25 F 1.344
15850(xcept in the case of lyrics,)-.15 F .251
15851(where font and size information is maintained separately for each staf)
1585269.336 188 R 2.751(fa)-.25 G .251(nd v)-2.751 F .252
15853(erse, and carried forw)-.15 F .252(ard from)-.1 F .042(measure to meas\
15854ure, and rehearsal marks, where the information is also carried forw)
1585569.336 200 R 2.542(ard. The)-.1 F(def)2.542 E .042(ault v)-.1 F(alues)
15856-.25 E .658(can be set as described in the "P)69.336 212 R .658
15857(arameters" section. The music symbols are af)-.15 F .659
15858(fected by size changes.)-.25 F .659(If a)5.659 F(music symbol follo)
1585969.336 224 Q(ws italics or bolditalics characters, it will be made ital\
15860ics to match.)-.25 E(Here are some e)69.336 242 Q(xamples of strings:)
15861-.15 E/F2 10/Courier@0 SF("hello")105.336 260 Q
15862("\( \\\(up2n\) = 100 \)")105.336 272 Q
15863("\\f\(TB\)this will be bold. \\f\(TI\)this will be italics")105.336 284
15864Q("A \\f\(TX\)\\s\(+12\)BIG\\f\(PV\)\\s\(-12\) word")105.336 296 Q
15865("\\f\(newcentury boldital\)Allegro")105.336 308 Q 69.336 334 EBEGIN
158660 0.1 0.5 setrgbcolor
15867EEND/F0 14/Times-Bold@0 SF 3.5(8.3 Horizontal)72.836 334 R(and v)3.5 E
15868(ertical motion)-.14 E 69.336 352 EBEGIN
158690 0 0 setrgbcolor
15870EEND/F0 10/Times-Roman@0 SF .371
15871(It is also possible to specify a string that tak)72.207 352 R .37
15872(es up more than one line, by putting a "\\n" where you w)-.1 F .37
15873(ant to)-.1 F(mo)69.336 364 Q .54 -.15(ve t)-.15 H 2.74(oan).15 G .74
15874-.25(ew l)-2.74 H .24(ine. The place where this is most lik).25 F .24
15875(ely to be useful is for staf)-.1 F 2.74(fl)-.25 G .24
15876(abels, which you may w)-2.74 F(ant)-.1 E(to mak)69.336 376 Q 2.5(em)-.1
15877G(ulti-line, to k)-2.5 E(eep them from becoming e)-.1 E(xcessi)-.15 E
15878-.15(ve)-.25 G(ly wide.).15 E -.15(Fo)5 G 2.5(re).15 G(xample:)-2.65 E
15879/F1 10/Courier@0 SF("Violins\\nI&II")105.336 394 Q F0 2.939(A")69.336
15880420 S .439(\\b" can be used to specify a backspace. This might be usefu\
15881l for adding underlines to te)-2.939 F 2.939(xt. If)-.15 F .439
15882(you wish)2.939 F .519
15883(to use letters with diacritical marks, you will probably w)69.336 432 R
15884.519(ant to use the special characters, described earlier)-.1 F(in this\
15885 section, rather than trying to construct them using the plain letter)
1588669.336 444 Q 2.5(,ab)-.4 G(ackspace, and the mark.)-2.5 E -1.1(Yo)69.336
15887462 S 3.692(ua)1.1 G 1.192(re not allo)-3.692 F 1.192
15888(wed to back up to before the be)-.25 F 1.192(ginning of a line.)-.15 F
158891.192(Note that in all fonts e)6.192 F 1.192(xcept Courier)-.15 F(,)-.4
15890E(dif)69.336 474 Q .196(ferent characters ha)-.25 F .496 -.15(ve d)-.2 H
15891(if).15 E .196(ferent widths, so using backspaces can be a bit trick)
15892-.25 F 1.496 -.65(y. F)-.15 H .196(or e).5 F .196(xample, underlining)
15893-.15 F 4.033(a5)69.336 486 S 1.533(-letter w)-4.033 F 1.533
15894(ord might require more than 5 underscores, if the characters in the w)
15895-.1 F 1.532(ord are wider than an)-.1 F 3.554(underscore character)
1589669.336 498 R 6.054(.I)-.55 G 6.054(ng)-6.054 G 3.554(eneral, it w)-6.054
15897F 3.555(orks better to enter an entire string, then backspace to add)-.1
15898F 1.515(underscoring or accents, rather than doing them along the w)
1589969.336 510 R(ay)-.1 E 4.015(.F)-.65 G 1.514(or e)-4.165 F 1.514
15900(xample, "My\\b\\b___" will line up)-.15 F
15901(much better than "M\\b_y\\b_".)69.336 522 Q -1.11(Ve)69.336 540 S .965
15902(rtical motion within a string can be speci\214ed using "\\v\()1.11 F/F2
1590310/Times-Italic@0 SF(N)A F0 .965(\)" where)B F2(N)3.465 E F0 .966
15904(is some percentage of the current)3.465 F 1.049(font height.)69.336 552
15905R 1.049(The distance may be ne)6.049 F -.05(ga)-.15 G(ti).05 E 1.349
15906-.15(ve f)-.25 H 1.049(or do).15 F(wnw)-.25 E 1.049
15907(ard motion or positi)-.1 F 1.348 -.15(ve f)-.25 H 1.048(or upw).15 F
159081.048(ard motion, ranging)-.1 F 1.022(from -100 to 100.)69.336 564 R
159091.023(This might be used for creating superscripts and subscripts, alth\
15910ough the ne)6.022 F 1.023(xt section)-.15 F .2(describes an alternate w)
1591169.336 576 R .2(ay of doing that which is usually better)-.1 F 2.7(.I)
15912-.55 G 2.7(tm)-2.7 G .2(ight also be used just to line something)-2.7 F
15913.081(up dif)69.336 588 R .081(ferently than Mup normally w)-.25 F 2.582
15914(ould. Y)-.1 F .082(ou cannot put ne)-1.1 F .082
15915(wlines \(with \\n\) in the same string with v)-.25 F(ertical)-.15 E
15916(motion.)69.336 600 Q 69.336 618 EBEGIN
159170 0.1 0.5 setrgbcolor
15918EEND/F0 14/Times-Bold@0 SF 3.5(8.4 Piled)72.836 618 R(text, f)3.5 E
15919(or superscripts, subscripts, etc.)-.35 E 69.336 636 EBEGIN
159200 0 0 setrgbcolor
15921EEND/F0 10/Times-Roman@0 SF .157
15922(It is also possible to "pile up" lines of te)71.993 636 R .157
15923(xt in a string.)-.15 F .157
15924(Some common uses of this could be for superscripts)5.157 F 1.175
15925(and subscripts or for \214gured bass notation.)69.336 648 R 1.175
15926(Some f)6.175 F 1.175
15927(acilities to speci\214cally deal with \214gured bass will be)-.1 F .182
15928(described in a later section, b)69.336 660 R .182
15929(ut here we describe the general-purpose constructs for piling te)-.2 F
159302.681(xt. A)-.15 F .181(\\: is used)2.681 F .855(to indicate the be)
1593169.336 672 R .856(ginning of piling. An)-.15 F 3.356(ys)-.15 G .856
15932(ubsequent instances of \\: in the same string will alternately turn)
15933-3.356 F .158(piling of)69.336 684 R 2.658(fa)-.25 G .158(nd on.)-2.658
15934F .158(When a pile is be)5.158 F .158(gun, the te)-.15 F .157
15935(xt size is automatically made smaller)-.15 F 2.657(,a)-.4 G .157
15936(nd the te)-2.657 F .157(xt baseline is)-.15 F(mo)69.336 696 Q -.15(ve)
15937-.15 G 3.172(du).15 G .672(p, so that the \214rst line of piled te)
15938-3.172 F .673(xt is lik)-.15 F 3.173(eas)-.1 G .673
15939(uperscript, and the ne)-3.173 F .673(xt lik)-.15 F 3.173(eas)-.1 G .673
15940(ubscript. If there are)-3.173 F .326(additional lines, the)69.336 708 R
159412.826(ya)-.15 G .326(re placed belo)-2.826 F 2.825(wt)-.25 G .325
15942(he subscript.)-2.825 F .325(By def)5.325 F .325
15943(ault, the lines in a pile are placed such that the)-.1 F .373(last dig\
15944it in each line all line up, or if there is no digit, the last characte\
15945r)69.336 720 R 5.373(.H)-.55 G -.25(ow)-5.373 G -2.15 -.25(ev e).25 H
159461.173 -.4(r, y).25 H .373(ou can force dif).4 F(ferent)-.25 E 2.779
15947(alignment. A)69.336 732 R .279(\\| will force alignment at that point,\
15948 or a \\^ will force alignment at the center of the follo)2.779 F(wing)
15949-.25 E EP
15950%%Page: 70 76
15951%%BeginPageSetup
15952BP
15953%%EndPageSetup
15954/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(0-)-2.5 G(character)
1595569.336 96 Q 3.562(.Am)-.55 G 1.062(aximum of one alignment mark)-3.562 F
159561.062(er can be speci\214ed on each line of a pile.)-.1 F -1.1(Yo)6.063
15957G 3.563(uc)1.1 G 1.063(annot put)-3.563 F(ne)69.336 108 Q .093
15958(wlines \(with \\n\) in the same string with piling.)-.25 F 2.593(An)
159595.093 G .592 -.25(ew l)-2.593 H .092
15960(ine of the pile is started at each <space> character).25 F 1.76
15961(in the input string.)69.336 120 R 1.76(If you w)6.76 F 1.761(ant an ac\
15962tual literal space inside a piled line, it must be preceded with a)-.1 F
15963(backslash. As an e)69.336 132 Q(xample:)-.15 E/F1 10/Courier@0 SF
15964("Text\\:superscript subscript\\: back to normal.";)105.336 150 Q
15965("This pile \\:has\\ literal spaces\\ in\\ it.";)105.336 162 Q
15966("This pile \\:h\\^as align\\|ment spec\\^ified.";)105.336 174 Q 171.836
15967183.6 EBEGIN
15968gsave 0 0.25 0.75 setrgbcolor 0 104 rlineto 232 0 rlineto 0 104 neg rlineto closepath stroke grestore
15969EEND 16 661 232 232 -104 104 170.836 287.6 PBEGIN
15970%%BeginDocument: mugex65.ps
15971%%BoundingBox: 16 661 248 765
15972save
15973331503037 331503247 sv
159741.000000 1.000000 scale
15975% S_FEED
15976(/tmp/ugexiM5077) inputfile
159771 linenum
15978% S_BLOCKHEAD
159791 linenum
15980/Times-Roman findfont
1598118 scalefont
15982setfont
1598336.00 741.42 moveto
15984(Text) show
1598568.94 750.12 moveto
15986/Times-Roman findfont
1598711 scalefont
15988setfont
15989(superscript) show
1599077.45 739.28 moveto
15991(subscript) show
15992117.05 741.42 moveto
15993/Times-Roman findfont
1599418 scalefont
15995setfont
15996( back to normal.) show
15997/Times-Roman findfont
159988 scalefont
15999setfont
1600036.00 732.88 moveto
16001( ) show
16002/Times-Roman findfont
1600318 scalefont
16004setfont
1600536.00 713.65 moveto
16006(This pile ) show
16007112.71 722.35 moveto
16008/Times-Roman findfont
1600911 scalefont
16010setfont
16011(has literal) show
16012103.93 711.52 moveto
16013(spaces in it.) show
16014/Times-Roman findfont
160158 scalefont
16016setfont
1601736.00 702.97 moveto
16018( ) show
16019/Times-Roman findfont
1602018 scalefont
16021setfont
1602236.00 683.75 moveto
16023(This pile ) show
16024117.92 692.44 moveto
16025/Times-Roman findfont
1602611 scalefont
16027setfont
16028(has) show
16029103.93 681.61 moveto
16030(alignment) show
16031104.79 670.78 moveto
16032(specified.) show
16033% S_FEED
16034% Printing header/footer
16035showpage
16036restore
16037%%DocumentFonts: /Times-Roman
16038%%Pages: 2
16039%%EndDocument
16040end PEND 69.336 307.6 EBEGIN
160410 0.1 0.5 setrgbcolor
16042EEND/F0 14/Times-Bold@0 SF 3.5(8.5 Slash)72.836 307.6 R(thr)3.5 E
16043(ough number)-.252 E 69.336 325.6 EBEGIN
160440 0 0 setrgbcolor
16045EEND/F0 10/Times-Roman@0 SF .688
16046(Another thing which is common in \214gured bass notation is to dra)
1604772.524 325.6 R 3.187(was)-.15 G .687(lash through a number)-3.187 F
160483.187(.A)-.55 G -.05(ga)-3.187 G .687(in, the).05 F 1.248
16049(section on \214gured bass will describe ho)69.336 337.6 R 3.748(wt)-.25
16050G 3.748(od)-3.748 G 3.748(ot)-3.748 G 1.248
16051(hat inside \214gured bass, b)-3.748 F 1.248
16052(ut it is possible to put a slash)-.2 F(through a number else)69.336
16053349.6 Q(where by placing a backslashed slash after a number)-.25 E 2.5
16054(,l)-.4 G(ik)-2.5 E 2.5(et)-.1 G(his:)-2.5 E/F1 10/Courier@0 SF("6\\/")
16055130.336 367.6 Q("10\\/")130.336 379.6 Q 69.336 405.6 EBEGIN
160560 0.1 0.5 setrgbcolor
16057EEND/F0 14/Times-Bold@0 SF 3.5(8.6 Boxed)72.836 405.6 R(or cir)3.5 E
16058(cled text)-.252 E 69.336 423.6 EBEGIN
160590 0 0 setrgbcolor
16060EEND/F0 10/Times-Roman@0 SF -1.1(Yo)71.906 423.6 S 2.57(uc)1.1 G .07
16061(an cause the te)-2.57 F .069
16062(xt to be printed inside a box by placing a \\[ at the be)-.15 F .069
16063(ginning of the string and a \\] at the)-.15 F .944(end of the string.)
1606469.336 435.6 R .944(Similarly you can cause te)5.944 F .945
16065(xt to be placed inside a circle \(or ellipse for strings that are)-.15
16066F .549(wide\) by placing a \\{ at the be)69.336 447.6 R .549
16067(ginning of the string and a \\} at the end of the string.)-.15 F(Box)
160685.549 E .549(ed or circled te)-.15 F(xt)-.15 E(are not allo)69.336 459.6
16069Q(wed in lyrics.)-.25 E/F1 10/Courier@0 SF("\\[This is in a box\\]")
16070111.336 477.6 Q("\\{This is in an ellipse\\}")111.336 489.6 Q 207.836
16071499.2 EBEGIN
16072gsave 0 0.25 0.75 setrgbcolor 0 77 rlineto 160 0 rlineto 0 77 neg rlineto closepath stroke grestore
16073EEND 16 687 160 160 -77 77 206.836 576.2 PBEGIN
16074%%BeginDocument: mugex66.ps
16075%%BoundingBox: 16 687 176 764
16076save
16077331503037 331503247 sv
160781.000000 1.000000 scale
16079% S_FEED
16080(/tmp/ugexiM5077) inputfile
160811 linenum
16082% S_BLOCKHEAD
160831 linenum
16084/Times-Roman findfont
1608516 scalefont
16086setfont
160870.70 setlinewidth
16088newpath
1608937.50 738.22 moveto
1609037.50 755.83 lineto
16091140.59 755.83 lineto
16092140.59 738.22 lineto
16093closepath
16094stroke
1609539.50 743.04 moveto
16096(This is in a box) show
16097/Times-Roman findfont
1609820 scalefont
16099setfont
1610036.00 721.68 moveto
16101( ) show
16102/Times-Roman findfont
1610314 scalefont
16104setfont
16105gsave
16106newpath
161073.889609 1.000000 scale
1610825.30 710.05 16.05 0 360 arc
161090.257095 1.000000 scale
161104.031292 1.000000 scale
1611124.41 710.05 15.55 0 360 arc
16112eofill
16113grestore
1611444.02 706.73 moveto
16115(This is in an ellipse) show
16116% S_FEED
16117% Printing header/footer
16118showpage
16119restore
16120%%DocumentFonts: /Times-Roman
16121%%Pages: 2
16122%%EndDocument
16123end PEND EP
16124%%Page: 71 77
16125%%BeginPageSetup
16126BP
16127%%EndPageSetup
16128/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(1-)-2.5 G 69.336 103
16129EBEGIN
161300 0.1 0.5 setrgbcolor
16131EEND/F0 15/Times-Bold@0 SF 3.75(9. TEMPO,)73.086 103 R -.6(DY)3.75 G -.3
16132(NA).6 G(MIC MARKS, ORN).3 E(AMENTS, ETC.)-.3 E 69.336 121 EBEGIN
161330 0 0 setrgbcolor
16134EEND 69.336 139 EBEGIN
161350 0.1 0.5 setrgbcolor
16136EEND/F0 14/Times-Bold@0 SF 3.5(9.1 General)72.836 139 R(inf)3.5 E
16137(ormation)-.35 E 69.336 157 EBEGIN
161380 0 0 setrgbcolor
16139EEND/F0 10/Times-Roman@0 SF .907(There are a number of symbols and othe\
16140r markings that appear frequently in music, which are normally)72.743
16141157 R .293(associated with a particular time or place in the compositio\
16142n. There are se)69.336 169 R -.15(ve)-.25 G .293
16143(ral classes of such symbols, all).15 F
16144(of which are handled by Mup in a some)69.336 181 Q(what similar f)-.25
16145E(ashion. The general format of these statements is:)-.1 E/F1 10
16146/Times-Italic@0 SF(mark_type place staf)105.336 199 Q
16147(f\(s\) distance : be)-.18 E(gintime te)-.4 E(xt dur)-.2 E(ation;)-.15 E
16148F0(The)69.336 225 Q F1(mark_type)2.5 E F0(can be an)2.5 E 2.5(yo)-.15 G
161492.5(ft)-2.5 G(he follo)-2.5 E(wing:)-.25 E 73.6(Mark_type Meaning)
16150177.021 243 R .4 LW 393.651 247.5 177.021 247.5 DL 40.27(rom te)177.021
16151257 R(xt in roman font)-.15 E 43.6(ital te)177.021 269 R
16152(xt in italic font)-.15 E 38.6(bold te)177.021 281 R(xt in bold font)
16153-.15 E 25.82(boldital te)177.021 293 R(xt in bold-italic font)-.15 E
1615423.04(mussym music)177.021 305 R(symbol \(fermata, coda sign, etc.\))2.5
16155E 30.28(phrase phrase)177.021 317 R(mark)2.5 E 53.24(<c)177.021 329 S
16156(rescendo "hairpin")-53.24 E 53.24(>d)177.021 341 S
16157(ecrescendo "hairpin")-53.24 E(octa)177.021 353 Q 30.93 -.15(ve p)-.2 H
16158(lay 1 or more octa).15 E -.15(ve)-.2 G 2.5(sh).15 G(igher or lo)-2.5 E
16159(wer)-.25 E 34.72(pedal piano)177.021 365 R(pedal marks)2.5 E(The)69.336
16160383 Q F1(place)2.5 E F0(is as for lyrics: abo)2.5 E -.15(ve)-.15 G 2.5
16161(,b).15 G(elo)-2.5 E 1.3 -.65(w, o)-.25 H 2.5(rb).65 G 2.5
16162(etween. There)-2.5 F(are some restrictions, as summarized belo)2.5 E
16163(w:)-.25 E(place allo)265.381 401 Q(wed)-.25 E 12.5(mark_type abo)
16164179.571 413 R 12.8 -.15(ve b)-.15 H(elo).15 E 15(wb)-.25 G 12.5
16165(etween def)-15 F(ault)-.1 E 391.101 417.5 179.571 417.5 DL 44.285
16166(rom yes)179.571 427 R 27.925(yes yes)25.555 F(abo)24.995 E -.15(ve)-.15
16167G 42.615(bold yes)179.571 439 R 27.925(yes yes)25.555 F(abo)24.995 E
16168-.15(ve)-.15 G 47.615(ital yes)179.571 451 R 27.925(yes yes)25.555 F
16169(abo)24.995 E -.15(ve)-.15 G 29.835(boldital yes)179.571 463 R 27.925
16170(yes yes)25.555 F(abo)24.995 E -.15(ve)-.15 G 27.055(mussym yes)179.571
16171475 R 27.925(yes yes)25.555 F(abo)24.995 E -.15(ve)-.15 G 34.295
16172(phrase yes)179.571 487 R 29.59(yes no)25.555 F -.25(va)26.66 G(ries).25
16173E 57.255(<y)179.571 499 S 23.055(es yes)-57.255 F 22.495(yes abo)30.425
16174F -.15(ve)-.15 G 57.255(>y)179.571 511 S 23.055(es yes)-57.255 F 22.495
16175(yes abo)30.425 F -.15(ve)-.15 G(octa)179.571 523 Q 34.945 -.15(ve y)-.2
16176H 23.055(es yes).15 F 24.16(no none)32.09 F 40.4(pedal no)179.571 535 R
1617729.59(yes no)27.22 F(belo)26.66 E(w)-.25 E(Octa)69.336 553 Q .817 -.15
16178(ve m)-.2 H .517(arks must include a).15 F F1(place)3.018 E F0 .518
16179(of abo)3.018 F .818 -.15(ve o)-.15 H 3.018(rb).15 G(elo)-3.018 E 4.318
16180-.65(w. F)-.25 H .518(or all the other mark_types, the).5 F F1(place)
161813.018 E F0 .518(is optional.)3.018 F -.15(Fo)69.336 565 S 2.562(rp).15 G
16182.062(hrase, if)-2.562 F F1(place)2.562 E F0 .062(is not speci\214ed, Mu\
16183p determines it on a case-by-case basis depending on the location of)
161842.562 F(the notes.)69.336 577 Q .305
16185(As with musical data or lyrics, the)69.336 595 R F1(staf)2.805 E(f)-.18
16186E F0 .305
16187(can be a single number or may include lists and ranges. In the case)
161882.805 F .025(of "between", staf)69.336 607 R 2.525(fn)-.25 G .024
16189(umbers must be in pairs, separated by an "&", with the second staf)
16190-2.525 F 2.524(fn)-.25 G .024(umber one greater)-2.524 F
16191(than the \214rst.)69.336 619 Q(The)69.336 637 Q F1(staf)3.251 E(f)-.18
16192E F0 .751(can also be speci\214ed by the k)3.251 F -.15(ey)-.1 G -.1(wo)
16193.15 G .751(rd "all," in which case the mark will be placed abo).1 F
161941.051 -.15(ve t)-.15 H .751(he top).15 F(visible staf)69.336 649 Q 2.5
16195(fo)-.25 G 2.5(rb)-2.5 G(elo)-2.5 E 2.5(wt)-.25 G
16196(he bottom visible staf)-2.5 E(f.)-.25 E(Here are some e)69.336 667 Q
16197(xamples:)-.15 E EP
16198%%Page: 72 78
16199%%BeginPageSetup
16200BP
16201%%EndPageSetup
16202/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(2-)-2.5 G/F1 10
16203/Courier@0 SF(rom 3:)105.336 96 Q(boldital below 1:)105.336 108 Q 6(<b)
16204105.336 120 S(etween 3&4:)-6 E(pedal below 2:)105.336 132 Q
16205(octave above 3:)105.336 144 Q(phrase 3,4:)105.336 156 Q
16206(mussym above 2-3, 5:)105.336 168 Q(ital between 1&2, 3&4:)105.336 180 Q
16207F0(The)69.336 206 Q/F2 10/Times-Italic@0 SF(distance)2.7 E F0 .2
16208(is optional. It is speci\214ed by the k)2.7 F -.15(ey)-.1 G -.1(wo).15
16209G .199(rd "dist" follo).1 F .199(wed by a number)-.25 F 2.699(.T)-.55 G
16210.199(his number o)-2.699 F -.15(ve)-.15 G(rrides).15 E .66
16211(the dist, chorddist, or dyndist parameter v)69.336 218 R .66
16212(alue that w)-.25 F .66(ould normally apply)-.1 F 3.16(,a)-.65 G .66
16213(nd is gi)-3.16 F -.15(ve)-.25 G 3.16(ni).15 G 3.16(ns)-3.16 G 3.16
16214(tepsizes. If)-3.16 F(the)3.16 E 1.595(number is follo)69.336 230 R
162151.595(wed by a ! the items will be placed at e)-.25 F 1.594
16216(xactly that distance from the edge of the staf)-.15 F(f,)-.25 E .211
16217(without re)69.336 242 R -.05(ga)-.15 G .211(rd for an).05 F .212
16218(ything the)-.15 F 2.712(ym)-.15 G .212(ight o)-2.712 F -.15(ve)-.15 G
162192.712(rwrite. Otherwise).15 F .212
16220(the normal rules apply: the dist is a minimum)2.712 F -.25(va)69.336
16221254 S .375(lue, and items may be placed f).25 F .375(arther a)-.1 F -.1
16222(wa)-.15 G 2.875(yt).1 G .375(han this to a)-2.875 F -.2(vo)-.2 G .375
16223(id colliding with other things.).2 F .375(If the ! is used,)5.375 F
16224.968(the number is allo)69.336 266 R .968(wed to be ne)-.25 F -.05(ga)
16225-.15 G(ti).05 E -.15(ve)-.25 G 3.468(,w).15 G .968(hich allo)-3.468 F
16226.969(ws you to place items inside the staf)-.25 F 3.469(f. A)-.25 F .969
16227(dist cannot be)3.469 F(speci\214ed with pedal, phrase, or between.)
1622869.336 278 Q F1(score)105.336 296 Q(dist=2)130.336 308 Q(music)105.336
16229320 Q(rom above 1: 1 "normal dist";)105.336 344 Q
16230(rom above 1 dist 4: 2 "dist 4";)105.336 356 Q(// higher than usual)39 E
16231(rom above 1 dist 0! : 3 "forced 0";)105.336 368 Q(// lower than normal)
1623215 E(mussym above 1 dist -2! : 4.5 "rr";)105.336 380 Q
16233(// forced down into staff)15 E(1: c;;;;)105.336 392 Q(endbar)105.336
16234404 Q 91.836 413.6 EBEGIN
16235gsave 0 0.25 0.75 setrgbcolor 0 72 rlineto 392 0 rlineto 0 72 neg rlineto closepath stroke grestore
16236EEND 128 691 392 392 -72 72 90.836 485.6 PBEGIN
16237%%BeginDocument: mugex67.ps
16238%%BoundingBox: 128 691 520 763
16239save
16240331503037 331503247 sv
162411.000000 1.000000 scale
16242% S_SSV
16243(/tmp/ugexiM5077) inputfile
162442 linenum
16245% S_FEED
16246648.29 719.54 936.00 5 1.000000 1.000000 stf
16247% S_CLEFSIG
16248156.08 713.54 1.000000 gclef
16249% S_CHHEAD
16250% S_STAFF
16251% staff 1
16252save
16253193.25 701.54 1.000000 4n
162540.70 setlinewidth
16255187.02 701.54 moveto
16256199.48 701.54 lineto stroke
16257196.93 702.29 moveto
16258196.93 722.54 lineto stroke
16259271.40 701.54 1.000000 4n
16260265.17 701.54 moveto
16261277.63 701.54 lineto stroke
16262275.08 702.29 moveto
16263275.08 722.54 lineto stroke
16264349.55 701.54 1.000000 4n
16265343.32 701.54 moveto
16266355.78 701.54 lineto stroke
16267353.23 702.29 moveto
16268353.23 722.54 lineto stroke
16269428.54 701.54 1.000000 4n
16270422.31 701.54 moveto
16271434.77 701.54 lineto stroke
16272432.22 702.29 moveto
16273432.22 722.54 lineto stroke
16274/Times-Roman findfont
1627512 scalefont
16276setfont
16277458.97 726.77 moveto
16278464.52 726.77 1.000000 rr
16279470.06 726.77 moveto
16280/Times-Roman findfont
1628112 scalefont
16282setfont
16283347.57 734.78 moveto
16284(forced 0 ) show
16285/Times-Roman findfont
1628612 scalefont
16287setfont
16288268.41 746.78 moveto
16289(dist 4 ) show
16290/Times-Roman findfont
1629112 scalefont
16292setfont
16293190.26 740.78 moveto
16294(normal dist ) show
16295restore
16296% S_BAR
1629712 linenum
162980.70 setlinewidth
16299498.50 731.54 moveto
16300498.50 707.54 lineto stroke
163013.00 setlinewidth
16302502.50 731.54 moveto
16303502.50 707.54 lineto stroke
163040.70 setlinewidth
16305% Printing header/footer
16306showpage
16307restore
16308%%DocumentFonts: /Times-Roman
16309%%Pages: 2
16310%%EndDocument
16311end PEND/F0 10/Times-Roman@0 SF 3.202(After the colon comes one or more\
16312 items to be printed. Each item contains at least a be)69.336 505.6 R
16313(gintime)-.15 E .815(speci\214cation. Some may also contain a te)69.336
16314517.6 R .815
16315(xt string and/or a duration. Each item ends with a semicolon. A)-.15 F
16316(ne)69.336 529.6 Q(wline ends the list of items.)-.25 E 1.169(The be)
1631769.336 547.6 R 1.168(gintime describes where in time the item should be\
16318 printed. It is a number ranging from 0 to the)-.15 F 1.418
16319(numerator \(top number\) of the time signature plus one.)69.336 559.6 R
163203.918(0r)6.418 G 1.418(efers to the bar line at the be)-3.918 F 1.418
16321(ginning of the)-.15 F .048(current measure, 1 refers to the \214rst be\
16322at of the measure, 2 to the second beat, etc., with the maximum v)69.336
16323571.6 R(alue)-.25 E 2.699
16324(referring to the bar line which ends the measure. A "beat" is whate)
1632569.336 583.6 R -.15(ve)-.25 G 5.199(rt).15 G 2.699(ime v)-5.199 F 2.699
16326(alue is gi)-.25 F -.15(ve)-.25 G 5.199(nb).15 G 5.199(yt)-5.199 G(he)
16327-5.199 E 1.026(denominator \(bottom number\) of the time signature.)
1632869.336 595.6 R -.15(Fo)6.026 G 3.526(re).15 G 1.025
16329(xample, in 4/4 or 3/4 time, a beat is a quarter)-3.676 F .157(note, wh\
16330ereas in 6/8 or 9/8 time, a beat is an eighth note. Fractional v)69.336
16331607.6 R .158(alues can be speci\214ed using a decimal)-.25 F(number)
1633269.336 619.6 Q 2.648(.T)-.55 G .148(hus 1.5 is halfw)-2.648 F .148
16333(ay between beats 1 and 2, while 2.66 is about 2/3 of the w)-.1 F .147
16334(ay between beats 2 and)-.1 F 2.706(3. F)69.336 631.6 R .207
16335(or time signatures that are the addition of tw)-.15 F 2.707(oo)-.1 G
163362.707(rm)-2.707 G .207(ore fractions, lik)-2.707 F 2.707(e4)-.1 G .207
16337(/4 + 3/8, a "beat" is gi)-2.707 F -.15(ve)-.25 G 2.707(nb).15 G 2.707
16338(yt)-2.707 G(he)-2.707 E(lar)69.336 643.6 Q(gest denominator)-.18 E(.)
16339-.55 E .518(Since grace notes ef)69.336 661.6 R(fecti)-.25 E -.15(ve)
16340-.25 G .518(ly tak).15 F 3.018(ez)-.1 G .518
16341(ero time, special notation is used to place something relati)-3.018 F
16342.817 -.15(ve t)-.25 H 3.017(oag).15 G(race)-3.017 E .104(note. The)
1634369.336 673.6 R/F1 10/Times-Italic@0 SF(be)2.604 E(gintime)-.4 E F0 .104
16344(can be follo)2.604 F .104
16345(wed by a number of grace notes to "back up" from the beat.)-.25 F .104
16346(The number is)5.104 F 2.5(an)69.336 685.6 S -2.25 -.15(eg a)-2.5 H(ti)
16347.15 E .3 -.15(ve n)-.25 H(umber enclosed in parentheses.).15 E .279
16348(The beat time v)69.336 703.6 R .279(alue can optionally be follo)-.25 F
16349.278(wed by an of)-.25 F .278(fset, in stepsizes.)-.25 F .278(This of)
163505.278 F .278(fset is a number in square)-.25 F(brack)69.336 715.6 Q 4.66
16351(ets. The)-.1 F 2.16(number must be)4.66 F 2.16(gin with a + or - sign.)
16352-.15 F 2.16(It can optionally include a decimal point and)7.16 F .993
16353(fractional part.)69.336 727.6 R 3.493(An)5.993 G -2.25 -.15(eg a)-3.493
16354H(ti).15 E 1.293 -.15(ve o)-.25 H -.25(ff).15 G .993
16355(set will cause the item to be mo).25 F -.15(ve)-.15 G 3.493(dt).15 G
163563.492(ot)-3.493 G .992(he left, while a positi)-3.492 F 1.292 -.15(ve o)
16357-.25 H -.25(ff).15 G .992(set will).25 F .401(cause it to be mo)69.336
16358739.6 R -.15(ve)-.15 G 2.902(dt).15 G 2.902(ot)-2.902 G .402(he right.)
16359-2.902 F .402(This of)5.402 F .402
16360(fset is used as a \214nal adjustment after all the other placement has)
16361-.25 F EP
16362%%Page: 73 79
16363%%BeginPageSetup
16364BP
16365%%EndPageSetup
16366/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(3-)-2.5 G .039
16367(been done. A common use for this w)69.336 96 R .038(ould be if you w)
16368-.1 F .038(ant to place something slightly before the be)-.1 F .038
16369(ginning of)-.15 F(the \214rst measure of a song. Y)69.336 108 Q
16370(ou could then specify something lik)-1.1 E(e:)-.1 E/F1 10/Courier@0 SF
16371(rom above all: 0 [-3.5] "Allegro";)105.336 126 Q F0(which w)69.336 146
16372Q(ould place the "Alle)-.1 E(gro" 3.5 stepsizes left of the be)-.15 E
16373(ginning of the measure.)-.15 E(The grace note back up, if an)69.336 164
16374Q 1.3 -.65(y, m)-.15 H(ust occur before the stepsize of).65 E
16375(fset, if an)-.25 E 3.8 -.65(y. F)-.15 H(or e).5 E(xample:)-.15 E F1
16376(1: c; [grace] 8d; []e; []f; 2.g;)105.336 182 Q
16377(ital above 1: 2\(-3\)[+1] "cresc.";)105.336 194 Q(bar)105.336 206 Q
16378127.836 215.6 EBEGIN
16379gsave 0 0.25 0.75 setrgbcolor 0 63 rlineto 320 0 rlineto 0 63 neg rlineto closepath stroke grestore
16380EEND 160 698 320 320 -63 63 126.836 278.6 PBEGIN
16381%%BeginDocument: mugex68.ps
16382%%BoundingBox: 160 698 480 761
16383save
16384331503037 331503247 sv
163851.000000 1.000000 scale
16386% S_SSV
16387(/tmp/ugexiM5077) inputfile
163881 linenum
16389% S_FEED
16390684.29 726.98 900.00 5 1.000000 1.000000 stf
16391% S_CLEFSIG
16392192.08 720.98 1.000000 gclef
16393% S_CHHEAD
16394% S_STAFF
16395% staff 1
16396save
16397224.88 708.98 1.000000 4n
163980.70 setlinewidth
16399218.65 708.98 moveto
16400231.11 708.98 lineto stroke
16401228.56 709.73 moveto
16402228.56 729.98 lineto stroke
16403282.55 711.98 0.583333 4n
16404284.55 712.47 moveto
16405284.55 727.99 lineto stroke
16406289.25 714.98 0.583333 4n
16407291.25 715.47 moveto
16408291.25 730.42 lineto stroke
16409295.95 717.98 0.583333 4n
16410297.96 718.47 moveto
16411297.96 732.87 lineto stroke
16412304.55 720.98 1.000000 2n
16413314.03 723.98 1.000000 dot
16414308.45 721.73 moveto
16415308.45 741.98 lineto stroke
16416newpath
16417284.32 728.96 moveto
16418298.18 733.84 lineto
16419298.18 731.89 lineto
16420284.32 727.01 lineto
16421closepath
16422fill
16423/Times-Italic findfont
1642412 scalefont
16425setfont
16426282.88 748.22 moveto
16427(cresc. ) show
16428restore
16429% S_BAR
164306 linenum
164310.70 setlinewidth
16432467.65 738.98 moveto
16433467.65 714.98 lineto stroke
16434% Printing header/footer
16435showpage
16436restore
16437%%DocumentFonts: /Times-Italic
16438%%Pages: 2
16439%%EndDocument
16440end PEND/F0 10/Times-Roman@0 SF -.1(wo)69.336 292.6 S .693(uld \214nd t\
16441he chord at or closest to count 2, and back up 3 grace notes from there\
16442, then mo).1 F .993 -.15(ve r)-.15 H .693(ight by 1).15 F(stepsize.)
1644369.336 304.6 Q -.15(Fo)69.336 322.6 S 2.5(ri).15 G(tems that include a \
16444duration, the duration tells the ending point of the item. A duration i\
16445s speci\214ed by:)-2.5 E/F1 10/Times-Bold@0 SF(til)105.336 340.6 Q/F2 10
16446/Times-Italic@0 SF(M)6 E F1(m)A/F3 10/Courier@0 SF(+)6 E F2(N)6 E F0
16447(where)69.336 360.6 Q F2(M)3.026 E F0 .526
16448(is a number of bar lines to cross, and)3.026 F F2(N)3.026 E F0 .526
16449(is a number of additional beats.)3.026 F .525
16450(If either of them is 0, it)5.526 F(can be omitted, b)69.336 372.6 Q
16451(ut at least one of them must be non-zero.)-.2 E(Here are some e)5 E
16452(xamples:)-.15 E F3(til 3)105.336 390.6 Q
16453(// until beat 3 of current measure)20 E(til 1m+2)105.336 402.6 Q
16454(// until beat 2 of next measure)18 E(til 1m)105.336 414.6 Q
16455(// until next bar line)18 E F0(Whether the te)69.336 440.6 Q
16456(xt and duration are allo)-.15 E
16457(wed or required depends on the mark_type, as summarized belo)-.25 E(w:)
16458-.25 E 29.52(mark_type te)188.106 458.6 R 49.255(xt duration)-.15 F .4
16459LW 382.566 463.1 188.106 463.1 DL 39.16(rom required)188.106 472.6 R
16460(optional)30.57 E 37.49(bold required)188.106 484.6 R(optional)30.57 E
1646142.49(ital required)188.106 496.6 R(optional)30.57 E 24.71
16462(boldital required)188.106 508.6 R(optional)30.57 E 21.93
16463(mussym required)188.106 520.6 R(allo)30.57 E(wed on tr only)-.25 E
1646429.17(phrase not)188.106 532.6 R(allo)2.5 E 14.7(wed required)-.25 F
1646552.13(<n)188.106 544.6 S(ot allo)-52.13 E 14.7(wed required)-.25 F 52.13
16466(>n)188.106 556.6 S(ot allo)-52.13 E 14.7(wed required)-.25 F(octa)
16467188.106 568.6 Q 29.82 -.15(ve r)-.2 H 28.07(equired optional).15 F 33.61
16468(pedal *)188.106 580.6 R(or nothing)2.5 E(not allo)15 E(wed)-.25 E .841
16469(If there are se)69.336 598.6 R -.15(ve)-.25 G .841
16470(ral items, such that the).15 F 3.341(yh)-.15 G -2.25 -.2(av e)-3.341 H
16471.841(to be stack)3.541 F .842(ed on top of each other)-.1 F 3.342(,a)-.4
16472G .842(ll items of a particular)-3.342 F .158
16473(class are placed from top to bottom according to input order)69.336
16474610.6 R 2.658(.T)-.55 G .158(he classes are done in the order sho)-2.658
16475F .158(wn in the)-.25 F(table belo)69.336 622.6 Q 1.3 -.65(w, u)-.25 H
16476(nless the order is o).65 E -.15(ve)-.15 G(rridden by the abo).15 E -.15
16477(ve)-.15 G(order).15 E 2.5(,b)-.4 G(elo)-2.5 E -.1(wo)-.25 G(rder).1 E
164782.5(,o)-.4 G 2.5(rb)-2.5 G(etweenorder parameters.)-2.5 E EP
16479%%Page: 74 80
16480%%BeginPageSetup
16481BP
16482%%EndPageSetup
16483/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(4-)-2.5 G 35.65
16484(Place mark_type)216.501 96 R(order)2.5 E .4 LW 360.001 100.5 210.671
16485100.5 DL(abo)210.671 110 Q 22.54 -.15(ve \()-.15 H(from bottom up\)).15
16486E(phrase)258.991 122 Q(mussym)258.991 134 Q(octa)258.991 146 Q -.15(ve)
16487-.2 G(rom bold ital boldital < >)258.991 158 Q(lyrics)258.991 170 Q
16488(endings)258.991 182 Q(rehearsal marks)258.991 194 Q 360.001 198.5
16489210.671 198.5 DL(belo)210.671 208 Q 24.13(w\()-.25 G(from top do)-24.13
16490E(wn\))-.25 E(phrase)258.991 220 Q(mussym)258.991 232 Q(octa)258.991 244
16491Q -.15(ve)-.2 G(rom bold ital boldital < >)258.991 256 Q(lyrics)258.991
16492268 Q(pedal)258.991 280 Q 360.001 284.5 210.671 284.5 DL 12.5
16493(between \(from)210.671 294 R(bottom up\))2.5 E(mussym)258.991 306 Q
16494(rom bold ital boldital < >)258.991 318 Q(lyrics)258.991 330 Q -.15(Fo)
1649569.336 348 S 3.091(re).15 G .591(xample, for the abo)-3.241 F .891 -.15
16496(ve i)-.15 H .592(tems, all phrases will be placed as close to the staf)
16497.15 F 3.092(fa)-.25 G 3.092(sp)-3.092 G .592(ossible, then mussym)-3.092
16498F 1.392(items abo)69.336 360 R 1.692 -.15(ve t)-.15 H 1.392
16499(hem, then octa).15 F 1.691 -.15(ve m)-.2 H 1.391(arks abo).15 F 1.691
16500-.15(ve t)-.15 H 1.391(hem, etc. Ho).15 F(we)-.25 E -.15(ve)-.25 G 2.191
16501-.4(r, i).15 H 3.891(ft).4 G 1.391(here are se)-3.891 F -.15(ve)-.25 G
165021.391(ral mussym items that).15 F .717(belong at the same horizontal po\
16503sition, the \214rst one entered in the input will be printed abo)69.336
16504372 R 1.017 -.15(ve t)-.15 H .717(he second,).15 F .102
16505(the second one entered will be printed abo)69.336 384 R .402 -.15(ve t)
16506-.15 H .102(he third, etc.).15 F .101(All of the "abo)5.101 F .401 -.15
16507(ve a)-.15 H .101(ll" items of a gi).15 F -.15(ve)-.25 G 2.601(nc).15 G
16508.101(lass will)-2.601 F .749(be abo)69.336 396 R 1.049 -.15(ve t)-.15 H
16509.749(he items of that class for the top visible staf).15 F .749
16510(f, and all "belo)-.25 F 3.249(wa)-.25 G .749(ll" items of a gi)-3.249 F
16511-.15(ve)-.25 G 3.249(nc).15 G .75(lass will be)-3.249 F(belo)69.336 408
16512Q 2.5(wt)-.25 G(he items of that class for the bottom visible staf)-2.5
16513E(f.)-.25 E 1.6 -.8(We n)69.336 426 T .5 -.25(ow d).8 H
16514(iscuss each of the mark_types in more detail.).25 E 69.336 444 EBEGIN
165150 0.1 0.5 setrgbcolor
16516EEND/F0 14/Times-Bold@0 SF 3.5(9.2 T)72.836 444 R(ext)-1.288 E 69.336
16517462 EBEGIN
165180 0 0 setrgbcolor
16519EEND/F0 10/Times-Roman@0 SF .209(The four forms of Mup te)72.045 462 R
16520.208
16521(xt statements \(rom, bold, ital, and boldital\) operate identically e)
16522-.15 F .208(xcept for the font)-.15 F(which is used.)69.336 474 Q .372
16523(The te)69.336 492 R .373(xt statements can ha)-.15 F .673 -.15(ve s)-.2
16524H -2.15 -.25(ev e).15 H .373
16525(ral additional quali\214ers. The \214rst is a fontf).25 F(amily)-.1 E
165262.873(,g)-.65 G -2.15 -.25(iv e)-2.873 H 2.873(nb).25 G .373
16527(efore the font. It)-2.873 F 2.95(can ha)69.336 504 R 3.25 -.15(ve a)-.2
16528H 3.25 -.15(ny o).15 H 5.45(ft).15 G 2.95(he v)-5.45 F 2.95
16529(alues of the "fontf)-.25 F 2.95(amily" parameter \(a)-.1 F -.25(va)-.2
16530G(ntg).25 E 2.95(arde, bookman, courier)-.05 F 5.45(,h)-.4 G(elv)-5.45 E
16531(etica,)-.15 E(ne)69.336 516 Q(wcentury)-.25 E 2.5(,p)-.65 G
16532(alatino, or times\), with the def)-2.5 E(ault being the v)-.1 E
16533(alue of the "fontf)-.25 E(amily" parameter)-.1 E(.)-.55 E .422(The ne)
1653469.336 534 R .422(xt optional quali\214er is a point size, gi)-.15 F
16535-.15(ve)-.25 G 2.922(ni).15 G 2.922(np)-2.922 G .422
16536(arentheses after the font type of rom, bold, etc.)-2.922 F .422
16537(If this)5.422 F .666
16538(is omitted, the size is obtained from the "size" parameter for the gi)
1653969.336 546 R -.15(ve)-.25 G 3.166(ns).15 G(taf)-3.166 E .666
16540(f, or for the score if the staf)-.25 F 3.166(fi)-.25 G(s)-3.166 E
16541(speci\214ed by "all.")69.336 558 Q 69.336 575 EBEGIN
165420 0.1 0.5 setrgbcolor
16543EEND/F0 13/Times-Italic@0 SF 3.25(9.2.1 Chor)72.586 575 R
16544(d, analysis, \214gur)-.481 E(ed bass, and dynamics)-.481 E 69.336 587
16545EBEGIN
165460 0 0 setrgbcolor
16547EEND/F0 10/Times-Roman@0 SF .229(The \214nal optional quali\214er speci\
16548\214es special treatment of the te)72.065 587 R 2.73(xt. The)-.15 F .23
16549(quali\214er can be "chord", "analysis",)2.73 F .805
16550("\214gbass", or "dyn".)69.336 599 R .804(The "chord" modi\214er is typ\
16551ically used for marking chords that might be played by a)5.804 F .701(g\
16552uitar or other instrument. The "analysis" modi\214er is typically used \
16553when marking harmonic analysis lik)69.336 611 R(e)-.1 E .798
16554("IV" or "vii".)69.336 623 R .797
16555(The "\214gbass" modi\214er is for \214gured bass notation.)5.798 F -.15
16556(Fo)5.797 G 3.297(ra).15 G .797(ll three, distance from the staf)-3.297
16557F 3.297(fi)-.25 G(s)-3.297 E(af)69.336 635 Q .869
16558(fected by the "chorddist" parameter)-.25 F 5.869(.T)-.55 G .869
16559(he "dyn" modi\214er is to mark the te)-5.869 F .87
16560(xt as something that speci\214es)-.15 F .178
16561(dynamics. Mup only uses it when deciding where to place the te)69.336
16562647 R .178(xt; something mark)-.15 F .178(ed "dyn" will be treated)-.1 F
16563(lik)69.336 659 Q 4.093(ec)-.1 G 1.593
16564(rescendo and decrescendo "hairpins.")-4.093 F 1.593(The def)6.593 F
16565(ault)-.1 E/F1 10/Times-Italic@0 SF(place)4.093 E F0 1.594
16566(for chord and dyn is abo)4.093 F -.15(ve)-.15 G 4.094(,w).15 G 1.594
16567(hereas the)-4.094 F(def)69.336 671 Q(ault for the others is belo)-.1 E
16568-.65(w.)-.25 G 2.245(The te)69.336 689 R 2.245(xt strings used with the\
16569se chord, analysis, or \214gbass modi\214ers can contain an)-.15 F 4.744
16570(yc)-.15 G 2.244(haracters, b)-4.744 F(ut)-.2 E .808(characters that in\
16571dicate accidentals \("#", "&", "x", "&&", and "n"\) are translated to t\
16572he appropriate music)69.336 701 R(character)69.336 713 Q 4.07(,w)-.4 G
165731.57(hile "o", "o/", and "^" are translated to "\\\(dim\)", "\\\(halfdi\
16574m\)", and "\\\(triangle\)" respecti)-4.07 F -.15(ve)-.25 G(ly).15 E(.)
16575-.65 E(Ho)69.336 725 Q(we)-.25 E -.15(ve)-.25 G 1.642 -.4(r, w).15 H
16576.842(ith "chord," the translation of "n" to natural sign is not done, s\
16577o you ha).4 F 1.143 -.15(ve t)-.2 H 3.343(ou).15 G .843
16578(se \\\(nat\) if you)-3.343 F -.1(wa)69.336 737 S(nt a natural sign. Th\
16579is is because a literal letter n tends to occur more often in chords th\
16580an natural signs.).1 E EP
16581%%Page: 75 81
16582%%BeginPageSetup
16583BP
16584%%EndPageSetup
16585/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(5-)-2.5 G .41(If you w)
1658669.336 96 R .41(ant to turn of)-.1 F 2.91(ft)-.25 G .41
16587(he translation, to treat one of these characters literally)-2.91 F
165882.909(,y)-.65 G .409(ou can precede it with tw)-2.909 F(o)-.1 E 2.5
16589(backslashes. Thus,)69.336 108 R(for e)2.5 E(xample, "\\\\&" w)-.15 E
16590(ould yield a literal ampersand rather than a \215at symbol.)-.1 E .382
16591(If the transpose or addtranspose parameters are set, chords are transp\
16592osed to match the ne)69.336 126 R 2.883(wk)-.25 G -.15(ey)-2.983 G 2.883
16593(:t).15 G .383(he letters)-2.883 F 1.32("A" through "G" and an)69.336
16594138 R 3.82(yf)-.15 G(ollo)-3.82 E 1.32
16595(wing accidentals will be transposed appropriately)-.25 F 6.32(.T)-.65 G
165961.32(he accidental can be)-6.32 F 1.383(either something lik)69.336 150
16597R 3.883(e")-.1 G 1.383(#" or "&" or an)-3.883 F 3.883(yo)-.15 G 3.883
16598(ft)-3.883 G 1.383(he special music characters for accidentals \(\\\(sh\
16599arp\), \\\(\215at\),)-3.883 F 3.057(etc.\). If)69.336 162 R .556
16600(the staf)3.057 F 3.056(fi)-.25 G 3.056(ss)-3.056 G .556
16601(peci\214ed as "all," the score transposition v)-3.056 F .556
16602(alue is used.)-.25 F -.35(Tr)5.556 G .556(ansposition has no ef).35 F
16603.556(fect on)-.25 F(analysis or \214gbass.)69.336 174 Q .546(In \214gba\
16604ss, the string starts out in piled mode, which means that each space in\
16605 the input string will cause a)69.336 192 R(ne)69.336 204 Q 2.573(wl)
16606-.25 G .072(ine on output, and, unless you specify other alignment, eac\
16607h line will be aligned on the last digit in the)-2.573 F 1.044
16608(line. Also, the meanings of / and \\/ are re)69.336 216 R -.15(ve)-.25
16609G 1.044(rsed from the normal meaning. This is done since dra).15 F 1.045
16610(wing a)-.15 F .588(slash through a number is v)69.336 228 R .588(ery c\
16611ommon in \214gured bass, so you can just use a / to indicate this, b)
16612-.15 F .587(ut if you)-.2 F(really w)69.336 240 Q
16613(ant a real slash, you can still get one by entering \\/.)-.1 E -.4(Wi)
1661469.336 258 S .67(th all three special quali\214ers, the usual meanings \
16615of : and \\: are re).4 F -.15(ve)-.25 G .671
16616(rsed. This is because piling is v).15 F(ery)-.15 E .798
16617(common in these strings, so it')69.336 270 R 3.298(sh)-.55 G .798(andi\
16618er to just put a : to indicate this, and for those rare cases when you)
16619-3.298 F -.1(wa)69.336 282 S
16620(nt a literal colon, you can still get one by entering a \\:.).1 E
16621(Here is an e)69.336 300 Q(xample sho)-.15 E
16622(wing chord, analysis, and \214gbass:)-.25 E/F1 10/Courier@0 SF
16623(1: egc+;dgb;dfa;dgb;)105.336 318 Q
16624(bold chord above 1: 1 "C"; 2 "G"; 3 "Dm"; 4 "G";)105.336 330 Q
16625(rom analysis below 1: 1 "I"; 2 "V"; 3 "ii"; 4 "V";)105.336 342 Q(bar)
16626105.336 354 Q(1: egc+;dgb;df#a;dgb;)105.336 378 Q
16627(rom figbass below 1: 1 "6 3"; 2 "6 4"; 3 "3/"; 4 "6 4";)105.336 390 Q
16628(bar)105.336 402 Q(1: 1cegb;)105.336 426 Q(rom chord above 1: 1 "C^7";)
16629105.336 438 Q(bar)105.336 450 Q(1: 1ce&g&b&;)105.336 462 Q
16630(rom chord above 1: 1 "Co/";)105.336 474 Q(bar)105.336 486 Q
16631(1: 1ce&g&b&&;)105.336 498 Q(rom chord above 1: 1 "Co:7";)105.336 510 Q
16632(bar)105.336 522 Q(1: 1e&g&b&;)105.336 534 Q
16633(rom chord above 1: 1 "E&m";)105.336 546 Q(bar)105.336 558 Q 71.836
16634567.6 EBEGIN
16635gsave 0 0.25 0.75 setrgbcolor 0 159 rlineto 432 0 rlineto 0 159 neg rlineto closepath stroke grestore
16636EEND 88 603 432 432 -159 159 70.836 726.6 PBEGIN
16637%%BeginDocument: mugex69.ps
16638%%BoundingBox: 88 603 520 762
16639save
16640331503037 331503247 sv
166411.000000 1.000000 scale
16642% S_SSV
16643(/tmp/ugexiM5077) inputfile
166442 linenum
16645% S_FEED
16646625.58 716.47 936.00 5 1.000000 1.000000 stf
16647/Times-Roman findfont
1664814 scalefont
16649setfont
16650108.00 713.82 moveto
16651( ) show
16652% S_CLEFSIG
16653133.38 710.47 1.000000 gclef
16654% S_CHHEAD
16655% S_STAFF
16656% staff 1
16657save
16658164.38 719.47 1.000000 4n
16659164.38 710.47 1.000000 4n
16660164.38 704.47 1.000000 4n
166610.70 setlinewidth
16662168.06 705.22 moveto
16663168.06 740.47 lineto stroke
16664205.49 716.47 1.000000 4n
16665205.49 710.47 1.000000 4n
16666205.49 701.47 1.000000 4n
16667209.17 702.22 moveto
16668209.17 737.47 lineto stroke
16669246.60 713.47 1.000000 4n
16670246.60 707.47 1.000000 4n
16671246.60 701.47 1.000000 4n
16672250.29 702.22 moveto
16673250.29 734.47 lineto stroke
16674288.56 716.47 1.000000 4n
16675288.56 710.47 1.000000 4n
16676288.56 701.47 1.000000 4n
16677292.24 702.22 moveto
16678292.24 737.47 lineto stroke
16679/Times-Bold findfont
1668014 scalefont
16681setfont
16682283.10 742.25 moveto
16683(G ) show
16684/Times-Bold findfont
1668514 scalefont
16686setfont
16687241.56 741.25 moveto
16688(Dm ) show
16689/Times-Bold findfont
1669014 scalefont
16691setfont
16692200.03 742.25 moveto
16693(G ) show
16694/Times-Bold findfont
1669514 scalefont
16696setfont
16697159.34 745.25 moveto
16698(C ) show
16699/Times-Roman findfont
1670014 scalefont
16701setfont
16702162.07 684.97 moveto
16703(I ) show
16704/Times-Roman findfont
1670514 scalefont
16706setfont
16707200.45 684.97 moveto
16708(V ) show
16709/Times-Roman findfont
1671014 scalefont
16711setfont
16712244.67 684.72 moveto
16713(ii ) show
16714/Times-Roman findfont
1671514 scalefont
16716setfont
16717283.52 684.97 moveto
16718(V ) show
16719restore
16720% S_BAR
1672113 linenum
167220.70 setlinewidth
16723327.16 728.47 moveto
16724327.16 704.47 lineto stroke
16725% S_CHHEAD
16726% S_STAFF
16727% staff 1
16728save
16729340.87 719.47 1.000000 4n
16730340.87 710.47 1.000000 4n
16731340.87 704.47 1.000000 4n
16732344.55 705.22 moveto
16733344.55 740.47 lineto stroke
16734380.54 716.47 1.000000 4n
16735380.54 710.47 1.000000 4n
16736380.54 701.47 1.000000 4n
16737384.22 702.22 moveto
16738384.22 737.47 lineto stroke
16739423.10 713.47 1.000000 4n
16740423.10 707.47 1.000000 4n
16741413.74 707.47 1.000000 sharp
16742423.10 701.47 1.000000 4n
16743426.78 702.22 moveto
16744426.78 734.47 lineto stroke
16745465.05 716.47 1.000000 4n
16746465.05 710.47 1.000000 4n
16747465.05 701.47 1.000000 4n
16748468.73 702.22 moveto
16749468.73 737.47 lineto stroke
16750/Times-Roman findfont
1675114 scalefont
16752setfont
16753338.63 681.83 moveto
16754338.63 688.56 moveto
16755/Times-Roman findfont
167569 scalefont
16757setfont
16758(6) show
16759338.63 679.69 moveto
16760(3) show
16761343.11 681.83 moveto
16762/Times-Roman findfont
1676314 scalefont
16764setfont
16765( ) show
16766/Times-Roman findfont
1676714 scalefont
16768setfont
16769378.30 681.83 moveto
16770378.30 688.56 moveto
16771/Times-Roman findfont
167729 scalefont
16773setfont
16774(6) show
16775378.30 679.69 moveto
16776(4) show
16777382.78 681.83 moveto
16778/Times-Roman findfont
1677914 scalefont
16780setfont
16781( ) show
16782/Times-Roman findfont
1678314 scalefont
16784setfont
16785420.85 681.83 moveto
16786420.85 688.56 moveto
16787/Times-Roman findfont
167889 scalefont
16789setfont
16790(3) show
16791gsave
167920.58 setlinewidth
16793420.85 690.01 moveto
16794425.34 692.93 lineto stroke
16795grestore
16796425.34 688.56 moveto
16797425.34 681.83 moveto
16798/Times-Roman findfont
1679914 scalefont
16800setfont
16801( ) show
16802/Times-Roman findfont
1680314 scalefont
16804setfont
16805462.81 681.83 moveto
16806462.81 688.56 moveto
16807/Times-Roman findfont
168089 scalefont
16809setfont
16810(6) show
16811462.81 679.69 moveto
16812(4) show
16813467.29 681.83 moveto
16814/Times-Roman findfont
1681514 scalefont
16816setfont
16817( ) show
16818restore
16819% S_BAR
1682017 linenum
168210.70 setlinewidth
16822503.65 728.47 moveto
16823503.65 704.47 lineto stroke
16824% S_FEED
1682518 linenum
16826612.00 632.47 936.00 5 1.000000 1.000000 stf
16827% S_CLEFSIG
16828119.79 626.47 1.000000 gclef
16829% S_CHHEAD
16830% S_STAFF
16831% staff 1
16832save
16833156.35 632.47 1.000000 1n
16834156.35 626.47 1.000000 1n
16835156.35 620.47 1.000000 1n
16836156.35 614.47 1.000000 1n
16837148.93 614.47 moveto
16838163.77 614.47 lineto stroke
16839/Times-Roman findfont
1684014 scalefont
16841setfont
16842151.68 657.25 moveto
16843(C) show
16844166.64 657.93 1.166667 triangle
16845172.26 657.25 moveto
16846(7 ) show
16847restore
16848% S_BAR
1684923 linenum
168500.70 setlinewidth
16851213.78 644.47 moveto
16852213.78 620.47 lineto stroke
16853% S_CHHEAD
16854% S_STAFF
16855% staff 1
16856save
16857251.00 632.47 1.000000 1n
16858241.04 632.47 1.000000 flat
16859251.00 626.47 1.000000 1n
16860230.56 626.47 1.000000 flat
16861251.00 620.47 1.000000 1n
16862238.05 620.47 1.000000 flat
16863251.00 614.47 1.000000 1n
16864243.58 614.47 moveto
16865258.42 614.47 lineto stroke
16866/Times-Roman findfont
1686714 scalefont
16868setfont
16869246.34 657.25 moveto
16870(C) show
16871261.08 657.42 1.166667 halfdim
16872266.50 657.25 moveto
16873( ) show
16874restore
16875% S_BAR
1687626 linenum
168770.70 setlinewidth
16878308.43 644.47 moveto
16879308.43 620.47 lineto stroke
16880% S_CHHEAD
16881% S_STAFF
16882% staff 1
16883save
16884351.56 632.47 1.000000 1n
16885338.65 632.47 1.000000 dblflat
16886351.56 626.47 1.000000 1n
16887325.22 626.47 1.000000 flat
16888351.56 620.47 1.000000 1n
16889332.71 620.47 1.000000 flat
16890351.56 614.47 1.000000 1n
16891344.14 614.47 moveto
16892358.98 614.47 lineto stroke
16893/Times-Roman findfont
1689414 scalefont
16895setfont
16896346.90 657.25 moveto
16897(C) show
16898360.34 657.42 1.166667 dim
16899364.46 657.25 moveto
16900364.46 663.97 moveto
16901/Times-Roman findfont
169029 scalefont
16903setfont
16904(7) show
16905368.94 657.25 moveto
16906/Times-Roman findfont
1690714 scalefont
16908setfont
16909( ) show
16910restore
16911% S_BAR
1691229 linenum
169130.70 setlinewidth
16914408.99 644.47 moveto
16915408.99 620.47 lineto stroke
16916% S_CHHEAD
16917% S_STAFF
16918% staff 1
16919save
16920446.22 632.47 1.000000 1n
16921436.26 632.47 1.000000 flat
16922446.22 626.47 1.000000 1n
16923425.78 626.47 1.000000 flat
16924446.22 620.47 1.000000 1n
16925433.27 620.47 1.000000 flat
16926/Times-Roman findfont
1692714 scalefont
16928setfont
16929441.94 657.25 moveto
16930(E) show
16931453.00 659.61 0.666667 flat
16932455.50 657.25 moveto
16933(m ) show
16934restore
16935% S_BAR
1693632 linenum
169370.70 setlinewidth
16938503.65 644.47 moveto
16939503.65 620.47 lineto stroke
16940% Printing header/footer
16941showpage
16942restore
16943%%DocumentFonts: /Times-Roman /Times-Bold
16944%%Pages: 2
16945%%EndDocument
16946end PEND EP
16947%%Page: 76 82
16948%%BeginPageSetup
16949BP
16950%%EndPageSetup
16951/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(6-)-2.5 G 1.295(If a mu\
16952sic symbol occurs inside an ital or boldital string, the music symbol w\
16953ill automatically be made)69.336 96 R
16954(italics, to match the rest of the string.)69.336 108 Q .339
16955(It is possible to supply a duration on te)69.336 126 R .338
16956(xt statements. When this is done, Mup will dra)-.15 F 2.838(wad)-.15 G
16957.338(ashed line from)-2.838 F .074(the end of the te)69.336 138 R .075
16958(xt to the end of the duration.)-.15 F .075(This may be useful if you w)
169595.075 F .075(ant to indicate ho)-.1 F 2.575(wl)-.25 G .075
16960(ong an action)-2.575 F .233
16961(such as an accelerando or crescendo is to last.)69.336 150 R .233
16962(If the last character of the string is a "~", a w)5.233 F -.2(av)-.1 G
169632.733(yl).2 G .233(ine will be)-2.733 F(dra)69.336 162 Q .615
16964(wn instead of a dashed line.)-.15 F .616(If the last character of the \
16965string is an underscore, an underscore line will)5.616 F(be dra)69.336
16966174 Q(wn.)-.15 E(Here are some e)69.336 192 Q(xamples of te)-.15 E(xt:)
16967-.15 E/F1 10/Courier@0 SF(1: e;g;b;d+;)105.336 210 Q(2: 2e;b-;)105.336
16968222 Q(rom \(12\) above 1: 0 "Andante \( \\\(smup4n\) = 88 \)";)105.336
16969234 Q(boldital \(12\) below 1: 1 "mf"; 3.5 "mp";)105.336 246 Q
16970(newcentury bold \(12\) chord above 1: 1 "E&7"; 3 "B&9";)105.336 258 Q
16971(ital between 1&2: 2 "rit.";)105.336 270 Q
16972(palatino ital below 2: 2 "cresc." til 1m+2;)105.336 282 Q(bar)105.336
16973294 Q(1: 1egc+;)105.336 306 Q(2: 1c;)105.336 318 Q
16974(bold \(12\) chord above 1: 1 "Cm";)105.336 330 Q(bar)105.336 342 Q
16975127.836 351.6 EBEGIN
16976gsave 0 0.25 0.75 setrgbcolor 0 155 rlineto 320 0 rlineto 0 155 neg rlineto closepath stroke grestore
16977EEND 160 607 320 320 -155 155 126.836 506.6 PBEGIN
16978%%BeginDocument: mugex70.ps
16979%%BoundingBox: 160 607 480 762
16980save
16981331503037 331503247 sv
169821.000000 1.000000 scale
16983% S_SSV
16984(/tmp/ugexiM5077) inputfile
169851 linenum
16986% S_SSV
169872 linenum
16988% S_FEED
16989684.29 703.28 900.00 5 1.000000 1.000000 stf
16990684.29 639.44 900.00 5 1.000000 1.000000 stf
169910.70 setlinewidth
16992180.29 715.28 moveto
16993180.29 627.44 lineto stroke
16994% S_CLEFSIG
16995192.08 697.28 1.000000 gclef
16996192.33 645.44 1.000000 fclef
16997206.12 703.28 1.000000 flat
16998211.61 712.28 1.000000 flat
16999217.10 700.28 1.000000 flat
17000206.12 633.44 1.000000 flat
17001211.61 642.44 1.000000 flat
17002217.10 630.44 1.000000 flat
17003% S_CHHEAD
17004% S_STAFF
17005% staff 1
17006save
17007240.48 691.28 1.000000 4n
17008244.16 692.03 moveto
17009244.16 712.28 lineto stroke
17010270.89 697.28 1.000000 4n
17011274.57 698.03 moveto
17012274.57 718.28 lineto stroke
17013301.30 703.28 1.000000 4n
17014297.62 702.53 moveto
17015297.62 682.28 lineto stroke
17016332.55 709.28 1.000000 4n
17017328.87 708.53 moveto
17018328.87 688.28 lineto stroke
17019/Times-Italic findfont
1702012 scalefont
17021setfont
17022268.55 663.68 moveto
17023(rit. ) show
17024/NewCenturySchlbk-Bold findfont
1702512 scalefont
17026setfont
17027296.62 727.52 moveto
17028(B) show
17029308.17 729.46 0.583333 flat
17030310.35 727.52 moveto
17031(9 ) show
17032/NewCenturySchlbk-Bold findfont
1703312 scalefont
17034setfont
17035235.94 727.52 moveto
17036(E) show
17037247.20 729.46 0.583333 flat
17038249.38 727.52 moveto
17039(7 ) show
17040/Times-Roman findfont
1704112 scalefont
17042setfont
17043227.52 740.67 moveto
17044(Andante \( ) show
17045281.02 742.19 0.583333 up4n
17046283.99 740.67 moveto
17047( = 88 \) ) show
17048/Times-BoldItalic findfont
1704912 scalefont
17050setfont
17051235.80 676.06 moveto
17052(mf ) show
17053/Times-BoldItalic findfont
1705412 scalefont
17055setfont
17056312.25 677.50 moveto
17057(mp ) show
17058restore
17059% S_STAFF
17060% staff 2
17061save
17062240.48 642.44 1.000000 2n
170630.70 setlinewidth
17064236.58 641.69 moveto
17065236.58 621.44 lineto stroke
17066301.30 633.44 1.000000 2n
17067305.20 634.19 moveto
17068305.20 654.44 lineto stroke
17069/Palatino-Italic findfont
1707012 scalefont
17071setfont
17072306.24 613.66 moveto
17073(-) show
17074/Palatino-Italic findfont
1707512 scalefont
17076setfont
17077318.12 613.66 moveto
17078(-) show
17079/Palatino-Italic findfont
1708012 scalefont
17081setfont
17082330.00 613.66 moveto
17083(-) show
17084/Palatino-Italic findfont
1708512 scalefont
17086setfont
17087341.88 613.66 moveto
17088(-) show
17089/Palatino-Italic findfont
1709012 scalefont
17091setfont
17092353.76 613.66 moveto
17093(-) show
17094/Palatino-Italic findfont
1709512 scalefont
17096setfont
17097365.64 613.66 moveto
17098(-) show
17099/Palatino-Italic findfont
1710012 scalefont
17101setfont
17102377.52 613.66 moveto
17103(-) show
17104/Palatino-Italic findfont
1710512 scalefont
17106setfont
17107389.40 613.66 moveto
17108(-) show
17109/Palatino-Italic findfont
1711012 scalefont
17111setfont
17112401.28 613.66 moveto
17113(-) show
17114/Palatino-Italic findfont
1711512 scalefont
17116setfont
17117268.44 613.66 moveto
17118(cresc. ) show
17119restore
17120% S_BAR
1712112 linenum
171220.70 setlinewidth
17123362.24 715.28 moveto
17124362.24 691.28 lineto stroke
17125362.24 651.44 moveto
17126362.24 627.44 lineto stroke
17127% S_CHHEAD
17128% S_STAFF
17129% staff 1
17130save
17131386.29 706.28 1.000000 1n
17132386.29 697.28 1.000000 1n
17133386.29 691.28 1.000000 1n
17134/Times-Bold findfont
1713512 scalefont
17136setfont
17137381.97 727.52 moveto
17138(Cm ) show
17139restore
17140% S_STAFF
17141% staff 2
17142save
17143386.29 636.44 1.000000 1n
17144restore
17145% S_BAR
1714616 linenum
171470.70 setlinewidth
17148467.65 715.28 moveto
17149467.65 691.28 lineto stroke
17150467.65 651.44 moveto
17151467.65 627.44 lineto stroke
17152% Printing header/footer
17153showpage
17154restore
17155%%DocumentFonts: /Times-Roman /Times-Italic /Times-Bold /Times-BoldItalic /NewCenturySchlbk-Bold /Palatino-Italic
17156%%Pages: 2
17157%%EndDocument
17158end PEND 69.336 526.6 EBEGIN
171590 0.1 0.5 setrgbcolor
17160EEND/F0 14/Times-Bold@0 SF 3.5(9.3 Grids)72.836 526.6 R 69.336 544.6
17161EBEGIN
171620 0 0 setrgbcolor
17163EEND/F0 10/Times-Roman@0 SF .426
17164(If the gridswhereused parameter is set to "y" chords will also ha)
1716572.263 544.6 R .726 -.15(ve a g)-.2 H .426(rid printed.).15 F -.15(Fo)
171665.426 G 2.926(rt).15 G .426(his to w)-2.926 F .426(ork, a grid)-.1 F
17167(with the same name as the chord must be de\214ned in "grids" conte)
1716869.336 556.6 Q(xt else)-.15 E(where in the input \214le.)-.25 E 1.323
17169(The grids conte)69.336 574.6 R 1.324
17170(xt contains lines each consisting of tw)-.15 F 3.824(ot)-.1 G -.15(ex)
17171-3.824 G 3.824(ts).15 G 3.824(trings. The)-3.824 F 1.324
17172(\214rst is the name of the chord,)3.824 F .184(matching the name you w)
1717369.336 586.6 R .184(ant to use in printing te)-.1 F .184
17174(xt with the "chord" quali\214er)-.15 F 2.684(.T)-.55 G .184
17175(he second describes the fret)-2.684 F .049(pattern for that chord. It \
17176is a space-separated list, with each list element being either a fret n\
17177umber from 1 to)69.336 598.6 R .864(99, which will result in a dot bein\
17178g printed at that fret, or an "o" or "x" which will result in a circle \
17179or x)69.336 610.6 R(respecti)69.336 622.6 Q -.15(ve)-.25 G 1.328
17180(ly being printed abo).15 F 1.628 -.15(ve t)-.15 H 1.329
17181(he grid, or a "-" in which case no mark at all will be made.).15 F
171821.329(The fret)6.329 F .487(pattern may also contain an open and closin\
17183g parenthesis to mark where a curv)69.336 634.6 R 2.987(ei)-.15 G 2.987
17184(st)-2.987 G 2.987(ob)-2.987 G 2.987(ed)-2.987 G(ra)-2.987 E .487
17185(wn, indicating)-.15 F(the use of a single \214nger to span se)69.336
17186646.6 Q -.15(ve)-.25 G(ral strings. F).15 E(or e)-.15 E(xample:)-.15 E
17187EP
17188%%Page: 77 83
17189%%BeginPageSetup
17190BP
17191%%EndPageSetup
17192/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(7-)-2.5 G/F1 10
17193/Courier@0 SF(score)105.336 96 Q(gridswhereused=y)141.336 108 Q
17194(gridfret=3)141.336 120 Q(grids)105.336 132 Q 24("C" ")141.336 144 R 12
17195(-32o1o)6 G(")-6 E 24("C5" ")141.336 156 R 12(-3xo13)6 G(")-6 E 24
17196("Em" ")141.336 168 R 12(o22ooo)6 G(")-6 E 24("A&" "\(4)141.336 180 R 12
17197(66544)12 G(\)")-12 E 18("A11" ")141.336 192 R 12(-ooooo)6 G(")-6 E
17198(music)105.336 204 Q(rom chord 1: 1 "C"; 2 "C5"; 3 "Em";)105.336 228 Q
17199(1: 2c;e;)105.336 240 Q(bar)105.336 252 Q(rom chord 1: 1 "A&"; 3 "A11";)
17200105.336 276 Q(1: 2a&;an;)105.336 288 Q(bar)105.336 300 Q 79.836 309.6
17201EBEGIN
17202gsave 0 0.25 0.75 setrgbcolor 0 95 rlineto 416 0 rlineto 0 95 neg rlineto closepath stroke grestore
17203EEND 112 667 416 416 -95 95 78.836 404.6 PBEGIN
17204%%BeginDocument: mugex71.ps
17205%%BoundingBox: 112 667 528 762
17206save
17207331503037 331503247 sv
172081.000000 1.000000 scale
17209% S_SSV
17210(/tmp/ugexiM5077) inputfile
172112 linenum
17212% S_FEED
17213633.89 696.17 950.40 5 1.000000 1.000000 stf
17214% S_CLEFSIG
17215141.68 690.17 1.000000 gclef
17216% S_CHHEAD
17217% S_STAFF
17218% staff 1
17219save
17220179.60 678.17 1.000000 2n
172210.70 setlinewidth
17222173.15 678.17 moveto
17223186.05 678.17 lineto stroke
17224183.50 678.92 moveto
17225183.50 699.17 lineto stroke
17226262.25 684.17 1.000000 2n
17227266.15 684.92 moveto
17228266.15 705.17 lineto stroke
17229/Times-Roman findfont
1723012 scalefont
17231setfont
17232253.90 746.09 moveto
17233(Em) show
17234250.25 738.77 4.80 5 0 0 0 0 [ 0 2 2 0 0 0 ] grid
17235/Times-Roman findfont
1723612 scalefont
17237setfont
17238213.94 746.09 moveto
17239(C5) show
17240208.92 738.77 4.80 5 0 0 0 0 [ -2 3 -1 0 1 3 ] grid
17241/Times-Roman findfont
1724212 scalefont
17243setfont
17244175.60 746.09 moveto
17245(C) show
17246167.60 738.77 4.80 5 0 0 0 0 [ -2 3 2 0 1 0 ] grid
17247restore
17248% S_BAR
1724917 linenum
172500.70 setlinewidth
17251334.77 708.17 moveto
17252334.77 684.17 lineto stroke
17253% S_CHHEAD
17254% S_STAFF
17255% staff 1
17256save
17257361.74 693.17 1.000000 2n
17258352.75 693.17 1.000000 flat
17259365.64 693.92 moveto
17260365.64 714.17 lineto stroke
17261445.53 693.17 1.000000 2n
17262436.86 693.17 1.000000 nat
17263449.43 693.92 moveto
17264449.43 714.17 lineto stroke
17265/Times-Roman findfont
1726612 scalefont
17267setfont
17268435.23 746.09 moveto
17269(A11) show
17270433.53 738.77 4.80 5 0 0 0 0 [ -2 0 0 0 0 0 ] grid
17271/Times-Roman findfont
1727212 scalefont
17273setfont
17274355.24 746.09 moveto
17275(A) show
17276366.06 748.03 0.583333 flat
17277368.25 746.09 moveto
17278349.74 738.77 4.80 5 4 1 1 6 [ 1 3 3 2 1 1 ] grid
17279restore
17280% S_BAR
1728121 linenum
172820.70 setlinewidth
17283518.05 708.17 moveto
17284518.05 684.17 lineto stroke
17285% Printing header/footer
17286showpage
17287restore
17288%%DocumentFonts: /Times-Roman
17289%%Pages: 2
17290%%EndDocument
17291end PEND/F0 10/Times-Roman@0 SF .557(If transposition is in ef)69.336
17292424.6 R .557(fect, the chord names in the grids conte)-.25 F .557(xt ha)
17293-.15 F .857 -.15(ve t)-.2 H 3.057(om).15 G .558
17294(atch the transposed names.)-3.057 F(So,)5.558 E .23(for e)69.336 436.6
17295R .23(xample, if you use an "A" chord in a chord statement, then transp\
17296ose the staf)-.15 F 2.73(fu)-.25 G 2.73(pam)-2.73 G .23
17297(ajor second, Mup)-2.73 F(will look for and use the grid de\214nition c\
17298alled "B" to match the transposed chord name.)69.336 448.6 Q .808(If yo\
17299u supply more than one grid de\214nition for the same chord name, Mup u\
17300ses the last one. This allo)69.336 466.6 R(ws)-.25 E .72
17301(you to easily "include" a \214le of standard chords, b)69.336 478.6 R
17302.72(ut o)-.2 F -.15(ve)-.15 G .719(rride a fe).15 F 3.219(wo)-.25 G
173033.219(ft)-3.219 G .719(hem with a special \214ngering for a)-3.219 F
17304.712(particular song. If you really w)69.336 490.6 R .713
17305(ant to use more than one \214ngering in dif)-.1 F .713
17306(ferent places in the same song for)-.25 F 1.569
17307(the same chord name, you need to mak)69.336 502.6 R 4.068(et)-.1 G
173081.568(he names look dif)-4.068 F 1.568
17309(ferent, so Mup will treat them as dif)-.25 F(ferent)-.25 E 2.504
17310(chords. One)69.336 514.6 R -.1(wa)2.504 G 2.504(yt).1 G 2.504(od)-2.504
17311G 2.504(ot)-2.504 G .005(his w)-2.504 F .005
17312(ould be to put a space and backspace in the name.)-.1 F .005(So, for e)
173135.005 F .005(xample, "Am" and)-.15 F 1.429("Am \\b" w)69.336 526.6 R
173141.429(ould count as separate chords and could ha)-.1 F 1.729 -.15(ve d)
17315-.2 H(if).15 E 1.429(ferent grid de\214nitions, b)-.25 F 1.428
17316(ut the chord names)-.2 F -.1(wo)69.336 538.6 S
17317(uld still look the same on output.).1 E 69.336 556.6 EBEGIN
173180 0.1 0.5 setrgbcolor
17319EEND/F0 14/Times-Bold@0 SF 3.5(9.4 Mussym)72.836 556.6 R 69.336 574.6
17320EBEGIN
173210 0 0 setrgbcolor
17322EEND/F0 10/Times-Roman@0 SF .699(While it is possible to place musical \
17323symbols such as fermatas and coda signs using te)72.534 574.6 R .699
17324(xt statements, it is)-.15 F 2.037
17325(perhaps a bit confusing, since music symbols are really not part of an)
1732669.336 586.6 R 4.536(yp)-.15 G 2.036(articular font. So there is a)
17327-4.536 F 1.708("mussym" statement which can be used. The te)69.336 598.6
17328R 1.708(xt strings after the colon must each consist of a single)-.15 F
17329.679(musical symbol whose name can be gi)69.336 610.6 R -.15(ve)-.25 G
173303.179(nw).15 G .679(ithout the usual \\\(\) wrapper)-3.179 F 3.179(.T)
17331-.55 G .678(he follo)-3.179 F .678(wing tw)-.25 F 3.178(ol)-.1 G .678
17332(ines produce)-3.178 F(identical results, b)69.336 622.6 Q
17333(ut the second is perhaps a bit clearer:)-.2 E/F1 10/Courier@0 SF
17334(rom above 1: 1 "\\\(ferm\)";)105.336 640.6 Q(mussym above 1: 1 "ferm";)
17335105.336 652.6 Q F0 2.845(Ad)69.336 678.6 S .345(uration is not allo)
17336-2.845 F .345(wed on mussym statements e)-.25 F .346
17337(xcept in one special case\212if the symbol is "tr" \(trill\). In)-.15 F
17338(that case, the duration tells Mup ho)69.336 690.6 Q 2.5(wl)-.25 G
17339(ong a w)-2.5 E -.2(av)-.1 G 2.5(yl).2 G(ine to dra)-2.5 E 2.5(wf)-.15 G
17340(rom the end of the "tr" symbol.)-2.5 E F1(1: 2e;g;)105.336 708.6 Q
17341(mussym above 1: 1 "tr" til 2; 3 "ferm";)105.336 720.6 Q(endbar)105.336
17342732.6 Q EP
17343%%Page: 78 84
17344%%BeginPageSetup
17345BP
17346%%EndPageSetup
17347/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(8-)-2.5 G 127.836 96
17348EBEGIN
17349gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 320 0 rlineto 0 64 neg rlineto closepath stroke grestore
17350EEND 160 699 320 320 -64 64 126.836 160 PBEGIN
17351%%BeginDocument: mugex72.ps
17352%%BoundingBox: 160 699 480 763
17353save
17354331503037 331503247 sv
173551.000000 1.000000 scale
17356% S_SSV
17357(/tmp/ugexiM5077) inputfile
173581 linenum
17359% S_FEED
17360684.29 728.05 900.00 5 1.000000 1.000000 stf
17361% S_CLEFSIG
17362192.08 722.05 1.000000 gclef
17363% S_CHHEAD
17364% S_STAFF
17365% staff 1
17366save
17367232.52 716.05 1.000000 2n
173680.70 setlinewidth
17369236.42 716.80 moveto
17370236.42 737.05 lineto stroke
17371352.71 722.05 1.000000 2n
17372356.61 722.80 moveto
17373356.61 743.05 lineto stroke
17374/Times-Roman findfont
1737512 scalefont
17376setfont
17377343.67 745.06 moveto
17378352.71 745.06 1.000000 ferm
17379361.75 745.06 moveto
17380240.55 748.06 moveto
17381292.62 748.06 1.000000 wavy
17382/Times-Roman findfont
1738312 scalefont
17384setfont
17385224.49 742.06 moveto
17386232.52 742.06 1.000000 tr
17387240.55 742.06 moveto
17388restore
17389% S_BAR
173905 linenum
173910.70 setlinewidth
17392462.50 740.05 moveto
17393462.50 716.05 lineto stroke
173943.00 setlinewidth
17395466.50 740.05 moveto
17396466.50 716.05 lineto stroke
173970.70 setlinewidth
17398% Printing header/footer
17399showpage
17400restore
17401%%DocumentFonts: /Times-Roman
17402%%Pages: 2
17403%%EndDocument
17404end PEND/F0 10/Times-Roman@0 SF 2.5(As)69.336 180 S
17405(ize can optionally be speci\214ed, inside parentheses:)-2.5 E/F1 10
17406/Courier@0 SF(mussym \(15\) above 2: "turn";)105.336 198 Q 69.336 224
17407EBEGIN
174080 0.1 0.5 setrgbcolor
17409EEND/F0 14/Times-Bold@0 SF 3.5(9.5 Phrase)72.836 224 R(marks)3.5 E
1741069.336 242 EBEGIN
174110 0 0 setrgbcolor
17412EEND/F0 10/Times-Roman@0 SF .686(If there is only one v)72.522 242 R
17413.685(oice, specifying)-.2 F/F1 10/Times-Italic@0 SF(place)3.185 E F0
17414.685(for a phrase just tells Mup where to dra)3.185 F 3.185(wt)-.15 G
17415.685(he phrase mark. If)-3.185 F .018(there are tw)69.336 254 R 2.519
17416(oo)-.1 G 2.519(rm)-2.519 G .019(ore v)-2.519 F .019(oices, and a)-.2 F
17417F1(place)2.519 E F0 .019(is speci\214ed, "abo)2.519 F -.15(ve)-.15 G
174182.519("i).15 G .019(ndicates to Mup that the phrase is associated)-2.519
17419F(with v)69.336 266 Q(oice 1, and "belo)-.2 E
17420(w" indicates to Mup that the phrase is associated with v)-.25 E
17421(oice 2.)-.2 E .354(If no)69.336 284 R F1(place)2.854 E F0 .354
17422(is speci\214ed and there is only one v)2.854 F .354
17423(oice with notes, Mup will decide which side w)-.2 F .354
17424(ould be better)-.1 F .539(based on the musical data.)69.336 296 R .539
17425(This means the phrase mark may come out abo)5.539 F .839 -.15(ve o)-.15
17426H 3.039(rb).15 G(elo)-3.039 E 4.339 -.65(w. I)-.25 H 3.039(nt).65 G .539
17427(he case where)-3.039 F .307(there are tw)69.336 308 R 2.807(ov)-.1 G
17428.307(oices and there are notes present in both v)-3.007 F .307
17429(oices, phrase marks will be dra)-.2 F .306(wn both abo)-.15 F .606 -.15
17430(ve a)-.15 H(nd).15 E(belo)69.336 320 Q -.65(w.)-.25 G .007
17431(Each phrase statement item must include a be)69.336 338 R .008
17432(gintime and duration.)-.15 F 2.508(Ap)5.008 G .008(hrase mark must be)
17433-2.508 F .008(gin and end on a)-.15 F .75(chord, so Mup \214rst tak)
1743469.336 350 R .75(es the be)-.1 F .75(gintime and duration and \214nds t\
17435he chords nearest to each of them. It then)-.15 F(dra)69.336 362 Q .427
17436(ws a phrase mark between them, shaping it to be out of the w)-.15 F
17437.428(ay of other things as much as possible.)-.1 F(It)5.428 E .061
17438(is possible to specify a "grace back up" on the be)69.336 374 R .06
17439(gintime \(a ne)-.15 F -.05(ga)-.15 G(ti).05 E .36 -.15(ve n)-.25 H .06
17440(umber in parentheses, specifying ho).15 F(w)-.25 E(man)69.336 386 Q
174414.042(yg)-.15 G 1.542(race notes to back up\), to mak)-4.042 F 4.043(et)
17442-.1 G 1.543(he phrase include leading grace notes.)-4.043 F 1.543
17443(It is possible to "nest")6.543 F(phrase marks \(i.e., ha)69.336 398 Q
17444.3 -.15(ve o)-.2 H
17445(ne phrase on a subset of the chords of another phrase\).).15 E(Some e)
1744669.336 416 Q(xamples:)-.15 E/F2 10/Courier@0 SF(staff 2)105.336 434 Q
17447(vscheme=2o)117.336 446 Q(music)105.336 470 Q(1: d;f;a;b;)105.336 494 Q
17448(2,3 1: a;f;d;g;)105.336 506 Q 6(22)105.336 518 S 6(:4)-6 G
17449(.c;8b-;4d;g;)-6 E(phrase 1: 1 til 4;)105.336 530 Q
17450(phrase above 2,3: 1 til 2; 3 til 4;)105.336 542 Q
17451(phrase below 2: 2.5 til 1m + 1.5;)105.336 554 Q(bar)105.336 566 Q
17452(1: b;c+;d+;e+;)105.336 578 Q(2,3 1: g;a;f;c;)105.336 590 Q 6(22)105.336
17453602 S 6(:4)-6 G(.e;8f;4b-;g;)-6 E(bar)105.336 614 Q EP
17454%%Page: 79 85
17455%%BeginPageSetup
17456BP
17457%%EndPageSetup
17458/F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(9-)-2.5 G 127.836 96
17459EBEGIN
17460gsave 0 0.25 0.75 setrgbcolor 0 190 rlineto 320 0 rlineto 0 190 neg rlineto closepath stroke grestore
17461EEND 160 573 320 320 -190 190 126.836 286 PBEGIN
17462%%BeginDocument: mugex73.ps
17463%%BoundingBox: 160 573 480 763
17464save
17465331503037 331503247 sv
174661.000000 1.000000 scale
17467% S_SSV
17468(/tmp/ugexiM5077) inputfile
174691 linenum
17470% S_SSV
174713 linenum
17472% S_FEED
17473684.29 731.00 900.00 5 1.000000 1.000000 stf
17474684.29 676.24 900.00 5 1.000000 1.000000 stf
17475684.29 601.56 900.00 5 1.000000 1.000000 stf
174760.70 setlinewidth
17477180.29 743.00 moveto
17478180.29 589.56 lineto stroke
17479% S_CLEFSIG
17480192.08 725.00 1.000000 gclef
17481192.08 670.24 1.000000 gclef
17482192.08 595.56 1.000000 gclef
17483% S_CHHEAD
17484% S_STAFF
17485% staff 1
17486save
17487220.93 716.00 1.000000 4n
17488224.61 716.75 moveto
17489224.61 737.00 lineto stroke
17490247.33 722.00 1.000000 4n
17491251.02 722.75 moveto
17492251.02 743.00 lineto stroke
17493281.58 728.00 1.000000 4n
17494285.27 728.75 moveto
17495285.27 749.00 lineto stroke
17496310.65 731.00 1.000000 4n
17497306.97 730.25 moveto
17498306.97 710.00 lineto stroke
17499221.68 709.72 moveto
17500221.71 709.87 lineto
17501236.01 705.42 250.64 702.96 265.61 702.50 curveto
17502280.58 702.03 295.34 703.58 309.88 707.15 curveto
17503309.92 706.85 lineto
17504295.45 702.48 280.67 700.53 265.56 701.00 curveto
17505250.46 701.46 235.82 704.32 221.65 709.58 curveto
17506fill
17507restore
17508% S_STAFF
17509% staff 2
17510save
17511220.93 673.24 1.000000 4n
175120.70 setlinewidth
17513224.61 673.99 moveto
17514224.61 694.24 lineto stroke
17515247.33 667.24 1.000000 4n
17516251.02 667.99 moveto
17517251.02 688.24 lineto stroke
17518281.58 661.24 1.000000 4n
17519285.27 661.99 moveto
17520285.27 682.24 lineto stroke
17521310.65 670.24 1.000000 4n
17522314.33 670.99 moveto
17523314.33 691.24 lineto stroke
17524220.93 658.24 1.000000 4n
17525230.20 655.24 1.000000 dot
17526214.70 658.24 moveto
17527227.16 658.24 lineto stroke
17528217.25 657.49 moveto
17529217.25 637.24 lineto stroke
17530263.37 655.24 1.000000 4n
17531257.14 658.24 moveto
17532269.60 658.24 lineto stroke
17533259.69 654.49 moveto
17534259.69 634.24 lineto stroke
17535262.71 634.24 1.000000 upflag
17536281.58 661.24 1.000000 4n
17537277.90 660.49 moveto
17538277.90 640.24 lineto stroke
17539310.65 670.24 1.000000 4n
17540306.97 669.49 moveto
17541306.97 649.24 lineto stroke
17542282.33 685.24 moveto
17543282.23 685.42 lineto
17544285.99 688.83 290.27 691.32 295.09 692.89 curveto
17545299.91 694.46 304.83 694.98 309.87 694.45 curveto
17546309.93 694.03 lineto
17547304.99 694.03 300.17 693.26 295.47 691.72 curveto
17548290.77 690.19 286.43 687.97 282.43 685.06 curveto
17549fill
17550221.68 697.24 moveto
17551221.69 697.46 lineto
17552226.09 698.53 230.50 698.53 234.91 697.47 curveto
17553239.32 696.40 243.24 694.39 246.68 691.44 curveto
17554246.49 691.04 lineto
17555242.85 693.50 238.89 695.24 234.62 696.27 curveto
17556230.35 697.29 226.04 697.55 221.67 697.02 curveto
17557fill
17558264.12 631.24 moveto
17559264.13 631.39 lineto
17560278.46 629.00 292.86 628.57 307.32 630.10 curveto
17561321.77 631.62 335.76 635.05 349.28 640.39 curveto
17562349.36 640.10 lineto
17563336.02 633.98 322.06 630.15 307.47 628.61 curveto
17564292.88 627.06 278.43 627.89 264.11 631.09 curveto
17565fill
17566restore
17567% S_STAFF
17568% staff 3
17569save
17570220.93 598.56 1.000000 4n
175710.70 setlinewidth
17572224.61 599.31 moveto
17573224.61 619.56 lineto stroke
17574247.33 592.56 1.000000 4n
17575251.02 593.31 moveto
17576251.02 613.56 lineto stroke
17577281.58 586.56 1.000000 4n
17578285.27 587.31 moveto
17579285.27 607.56 lineto stroke
17580310.65 595.56 1.000000 4n
17581314.33 596.31 moveto
17582314.33 616.56 lineto stroke
17583282.33 610.56 moveto
17584282.23 610.74 lineto
17585285.99 614.15 290.27 616.64 295.09 618.21 curveto
17586299.91 619.78 304.83 620.30 309.87 619.77 curveto
17587309.93 619.35 lineto
17588304.99 619.35 300.17 618.58 295.47 617.04 curveto
17589290.77 615.51 286.43 613.29 282.43 610.38 curveto
17590fill
17591221.68 622.56 moveto
17592221.69 622.78 lineto
17593226.09 623.85 230.50 623.85 234.91 622.79 curveto
17594239.32 621.72 243.24 619.71 246.68 616.76 curveto
17595246.49 616.36 lineto
17596242.85 618.82 238.89 620.56 234.62 621.59 curveto
17597230.35 622.61 226.04 622.87 221.67 622.34 curveto
17598fill
17599restore
17600% S_BAR
1760114 linenum
176020.70 setlinewidth
17603338.51 743.00 moveto
17604338.51 719.00 lineto stroke
17605338.51 688.24 moveto
17606338.51 664.24 lineto stroke
17607338.51 613.56 moveto
17608338.51 589.56 lineto stroke
17609% S_CHHEAD
17610% S_STAFF
17611% staff 1
17612save
17613350.07 731.00 1.000000 4n
17614346.39 730.25 moveto
17615346.39 710.00 lineto stroke
17616376.47 734.00 1.000000 4n
17617372.79 733.25 moveto
17618372.79 713.00 lineto stroke
17619410.47 737.00 1.000000 4n
17620406.79 736.25 moveto
17621406.79 716.00 lineto stroke
17622439.54 740.00 1.000000 4n
17623435.86 739.25 moveto
17624435.86 719.00 lineto stroke
17625restore
17626% S_STAFF
17627% staff 2
17628save
17629350.07 670.24 1.000000 4n
176300.70 setlinewidth
17631353.75 670.99 moveto
17632353.75 691.24 lineto stroke
17633376.47 673.24 1.000000 4n
17634380.15 673.99 moveto
17635380.15 694.24 lineto stroke
17636410.47 667.24 1.000000 4n
17637414.15 667.99 moveto
17638414.15 688.24 lineto stroke
17639441.04 658.24 1.000000 4n
17640434.81 658.24 moveto
17641447.27 658.24 lineto stroke
17642444.72 658.99 moveto
17643444.72 679.24 lineto stroke
17644350.07 664.24 1.000000 4n
17645359.33 661.24 1.000000 dot
17646346.39 663.49 moveto
17647346.39 643.24 lineto stroke
17648392.51 667.24 1.000000 4n
17649388.83 666.49 moveto
17650388.83 646.24 lineto stroke
17651391.85 646.24 1.000000 upflag
17652410.47 655.24 1.000000 4n
17653404.24 658.24 moveto
17654416.70 658.24 lineto stroke
17655406.79 654.49 moveto
17656406.79 634.24 lineto stroke
17657438.04 670.24 1.000000 4n
17658434.36 669.49 moveto
17659434.36 649.24 lineto stroke
17660restore
17661% S_STAFF
17662% staff 3
17663save
17664350.07 595.56 1.000000 4n
176650.70 setlinewidth
17666353.75 596.31 moveto
17667353.75 616.56 lineto stroke
17668376.47 598.56 1.000000 4n
17669380.15 599.31 moveto
17670380.15 619.56 lineto stroke
17671410.47 592.56 1.000000 4n
17672414.15 593.31 moveto
17673414.15 613.56 lineto stroke
17674439.54 583.56 1.000000 4n
17675433.31 583.56 moveto
17676445.77 583.56 lineto stroke
17677443.22 584.31 moveto
17678443.22 604.56 lineto stroke
17679restore
17680% S_BAR
1768118 linenum
176820.70 setlinewidth
17683467.65 743.00 moveto
17684467.65 719.00 lineto stroke
17685467.65 688.24 moveto
17686467.65 664.24 lineto stroke
17687467.65 613.56 moveto
17688467.65 589.56 lineto stroke
17689% Printing header/footer
17690showpage
17691restore
17692%%DocumentFonts:
17693%%Pages: 2
17694%%EndDocument
17695end PEND/F0 10/Times-Roman@0 SF
17696(Phrase marks are sometimes used on tablature staf)69.336 306 Q
17697(fs in conjunction with slides.)-.25 E/F1 10/Courier@0 SF
17698(score staffs=2)105.336 324 Q(staff 2 stafflines=tab)105.336 336 Q
17699(music)105.336 348 Q(2: a3<>;a4;e4<>;e2;)105.336 372 Q
17700(phrase above 2: 1 til 2; 3 til 4;)105.336 384 Q(bar)105.336 396 Q
17701127.836 405.6 EBEGIN
17702gsave 0 0.25 0.75 setrgbcolor 0 135 rlineto 320 0 rlineto 0 135 neg rlineto closepath stroke grestore
17703EEND 160 628 320 320 -135 135 126.836 540.6 PBEGIN
17704%%BeginDocument: mugex74.ps
17705%%BoundingBox: 160 628 480 763
17706save
17707331503037 331503247 sv
177081.000000 1.000000 scale
17709% S_SSV
17710(/tmp/ugexiM5077) inputfile
177111 linenum
17712% S_SSV
177133 linenum
17714% S_FEED
17715684.29 730.70 900.00 5 1.000000 1.000000 stf
17716684.29 661.40 900.00 6 1.735000 1.000000 stf
177170.70 setlinewidth
17718180.29 742.70 moveto
17719180.29 635.37 lineto stroke
17720% S_CLEFSIG
17721192.08 724.70 1.000000 gclef
17722/Helvetica-Bold findfont
1772320 scalefont
17724setfont
17725183.29 671.34 moveto
17726(T) show
17727/Helvetica-Bold findfont
1772820 scalefont
17729setfont
17730183.29 653.46 moveto
17731(A) show
17732/Helvetica-Bold findfont
1773320 scalefont
17734setfont
17735183.29 635.58 moveto
17736(B) show
17737% S_CHHEAD
17738% S_STAFF
17739% staff 1
17740save
17741225.05 712.70 1.000000 4n
17742218.81 712.70 moveto
17743231.28 712.70 lineto stroke
17744228.73 713.45 moveto
17745228.73 733.70 lineto stroke
17746286.61 712.70 1.000000 4n
17747277.26 712.70 1.000000 sharp
17748280.38 712.70 moveto
17749292.84 712.70 lineto stroke
17750290.29 713.45 moveto
17751290.29 733.70 lineto stroke
17752348.17 745.70 1.000000 4n
17753338.82 745.70 1.000000 sharp
17754344.49 744.95 moveto
17755344.49 724.70 lineto stroke
17756412.01 742.70 1.000000 4n
17757402.66 742.70 1.000000 sharp
17758408.33 741.95 moveto
17759408.33 721.70 lineto stroke
17760353.20 745.70 moveto
17761397.34 742.70 lineto stroke
17762230.08 709.70 moveto
17763271.94 715.70 lineto stroke
17764restore
17765% S_STAFF
17766% staff 2
17767save
17768/Helvetica-Bold findfont
1776912 scalefont
17770setfont
17771221.70 641.53 moveto
17772(3) show
17773/Helvetica-Bold findfont
1777412 scalefont
17775setfont
17776283.26 641.53 moveto
17777(4) show
17778/Helvetica-Bold findfont
1777912 scalefont
17780setfont
17781344.82 683.17 moveto
17782(4) show
17783/Helvetica-Bold findfont
1778412 scalefont
17785setfont
17786408.66 682.99 moveto
17787(2) show
177880.70 setlinewidth
17789352.52 690.42 moveto
17790406.66 684.42 lineto stroke
17791229.39 642.78 moveto
17792281.26 648.78 lineto stroke
17793348.92 695.68 moveto
17794348.90 695.83 lineto
17795358.99 699.36 369.39 701.14 380.08 701.16 curveto
17796390.78 701.18 401.18 699.44 411.28 695.93 curveto
17797411.24 695.64 lineto
17798401.03 698.34 390.64 699.68 380.08 699.66 curveto
17799369.52 699.64 359.14 698.26 348.94 695.53 curveto
17800fill
17801225.80 654.25 moveto
17802225.78 654.40 lineto
17803235.52 657.77 245.54 659.44 255.85 659.40 curveto
17804266.15 659.36 276.16 657.63 285.88 654.19 curveto
17805285.84 653.89 lineto
17806276.01 656.53 266.01 657.86 255.84 657.90 curveto
17807245.67 657.94 235.66 656.67 225.82 654.11 curveto
17808fill
17809restore
17810% S_BAR
178119 linenum
178120.70 setlinewidth
17813467.65 742.70 moveto
17814467.65 718.70 lineto stroke
17815467.65 687.42 moveto
17816467.65 635.37 lineto stroke
17817% Printing header/footer
17818showpage
17819restore
17820%%DocumentFonts: /Helvetica-Bold
17821%%Pages: 2
17822%%EndDocument
17823end PEND/F0 10/Times-Roman@0 SF .471(The w)69.336 560.6 R .471(ord "phr\
17824ase" can be preceded by a line type modi\214er: dotted or dashed.)-.1 F
17825.47(The dotted or dashed styles)5.47 F .318(might be used for phrase ma\
17826rks that were added by an editor rather than the composer)69.336 572.6 R
178272.818(,o)-.4 G 2.818(rt)-2.818 G 2.818(os)-2.818 G(ho)-2.818 E 2.818
17828(wap)-.25 G(hrase)-2.818 E(that doesn')69.336 584.6 Q 2.5(ta)-.18 G
17829(pply to all v)-2.5 E(erses.)-.15 E 69.336 602.6 EBEGIN
178300 0.1 0.5 setrgbcolor
17831EEND/F0 14/Times-Bold@0 SF 3.5(9.6 Cr)72.836 602.6 R(escendo and decr)
17832-.252 E(escendo marks)-.252 E 69.336 620.6 EBEGIN
178330 0 0 setrgbcolor
17834EEND/F0 10/Times-Roman@0 SF .4(The "<" and ">" statements are used to s\
17835pecify crescendo and decrescendo marks respecti)72.236 620.6 R -.15(ve)
17836-.25 G(ly).15 E 2.9(.E)-.65 G .4(ach mark)-2.9 F .623(must include a be)
1783769.336 632.6 R .623(gintime and duration.)-.15 F .623(The be)5.623 F
17838.623(gintime can include a grace back up speci\214cation, to mak)-.15 F
17839(e)-.1 E(the mark apply to grace notes.)69.336 644.6 Q(Some e)5 E
17840(xamples:)-.15 E EP
17841%%Page: 80 86
17842%%BeginPageSetup
17843BP
17844%%EndPageSetup
17845/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(0-)-2.5 G/F1 10
17846/Courier@0 SF(1-2: c;d;e;f;)105.336 96 Q 6(<b)105.336 108 S
17847(elow 1: 1 til 2; 3 til 4.5;)-6 E(3: 2c;g;)105.336 120 Q 6(>b)105.336
17848132 S(etween 2&3: 1.7 til 2m + 1;)-6 E(bar)105.336 144 Q(1-2: d;e;2g;)
17849105.336 156 Q(3: 2d;a;)105.336 168 Q 6(<2)105.336 180 S(,3: 2 til 3.8;)
17850-6 E(bar)105.336 192 Q(1-2: e;g;2c;)105.336 204 Q(3: 2.e;4c;)105.336 216
17851Q(endbar)105.336 228 Q 91.836 237.6 EBEGIN
17852gsave 0 0.25 0.75 setrgbcolor 0 178 rlineto 392 0 rlineto 0 178 neg rlineto closepath stroke grestore
17853EEND 128 585 392 392 -178 178 90.836 415.6 PBEGIN
17854%%BeginDocument: mugex75.ps
17855%%BoundingBox: 128 585 520 763
17856save
17857331503037 331503247 sv
178581.000000 1.000000 scale
17859% S_SSV
17860(/tmp/ugexiM5077) inputfile
178611 linenum
17862% S_SSV
178632 linenum
17864% S_FEED
17865648.29 731.00 936.00 5 1.000000 1.000000 stf
17866648.29 674.71 936.00 5 1.000000 1.000000 stf
17867648.29 613.95 936.00 5 1.000000 1.000000 stf
178680.70 setlinewidth
17869144.29 743.00 moveto
17870144.29 601.95 lineto stroke
17871% S_CLEFSIG
17872156.08 725.00 1.000000 gclef
17873156.08 668.71 1.000000 gclef
17874156.33 619.95 1.000000 fclef
17875% S_CHHEAD
17876% S_STAFF
17877% staff 1
17878save
17879185.03 713.00 1.000000 4n
17880178.79 713.00 moveto
17881191.26 713.00 lineto stroke
17882188.71 713.75 moveto
17883188.71 734.00 lineto stroke
17884209.50 716.00 1.000000 4n
17885213.18 716.75 moveto
17886213.18 737.00 lineto stroke
17887233.98 719.00 1.000000 4n
17888237.66 719.75 moveto
17889237.66 740.00 lineto stroke
17890259.29 722.00 1.000000 4n
17891262.98 722.75 moveto
17892262.98 743.00 lineto stroke
17893185.03 704.72 moveto
17894209.50 707.72 lineto stroke
17895185.03 704.72 moveto
17896209.50 701.72 lineto stroke
17897233.98 709.72 moveto
17898271.66 713.72 lineto stroke
17899233.98 709.72 moveto
17900271.66 705.71 lineto stroke
17901restore
17902% S_STAFF
17903% staff 2
17904save
17905185.03 656.71 1.000000 4n
179060.70 setlinewidth
17907178.79 656.71 moveto
17908191.26 656.71 lineto stroke
17909188.71 657.46 moveto
17910188.71 677.71 lineto stroke
17911209.50 659.71 1.000000 4n
17912213.18 660.46 moveto
17913213.18 680.71 lineto stroke
17914233.98 662.71 1.000000 4n
17915237.66 663.46 moveto
17916237.66 683.71 lineto stroke
17917259.29 665.71 1.000000 4n
17918262.98 666.46 moveto
17919262.98 686.71 lineto stroke
17920202.16 651.33 moveto
17921399.00 646.33 lineto stroke
17922202.16 641.34 moveto
17923399.00 646.34 lineto stroke
17924restore
17925% S_STAFF
17926% staff 3
17927save
17928185.03 610.95 1.000000 2n
179290.70 setlinewidth
17930188.92 611.70 moveto
17931188.92 631.95 lineto stroke
17932233.98 622.95 1.000000 2n
17933230.08 622.20 moveto
17934230.08 601.95 lineto stroke
17935restore
17936% S_BAR
179379 linenum
179380.70 setlinewidth
17939284.03 743.00 moveto
17940284.03 719.00 lineto stroke
17941284.03 686.71 moveto
17942284.03 662.71 lineto stroke
17943284.03 625.95 moveto
17944284.03 601.95 lineto stroke
17945% S_CHHEAD
17946% S_STAFF
17947% staff 1
17948save
17949295.18 716.00 1.000000 4n
17950298.86 716.75 moveto
17951298.86 737.00 lineto stroke
17952319.62 719.00 1.000000 4n
17953323.30 719.75 moveto
17954323.30 740.00 lineto stroke
17955347.96 725.00 1.000000 2n
17956351.86 725.75 moveto
17957351.86 746.00 lineto stroke
17958restore
17959% S_STAFF
17960% staff 2
17961save
17962295.18 659.71 1.000000 4n
179630.70 setlinewidth
17964298.86 660.46 moveto
17965298.86 680.71 lineto stroke
17966319.62 662.71 1.000000 4n
17967323.30 663.46 moveto
17968323.30 683.71 lineto stroke
17969347.96 668.71 1.000000 2n
17970351.86 669.46 moveto
17971351.86 689.71 lineto stroke
17972319.62 695.72 moveto
17973363.91 699.72 lineto stroke
17974319.62 695.72 moveto
17975363.91 691.71 lineto stroke
17976restore
17977% S_STAFF
17978% staff 3
17979save
17980295.18 613.95 1.000000 2n
179810.70 setlinewidth
17982291.28 613.20 moveto
17983291.28 592.95 lineto stroke
17984347.96 625.95 1.000000 2n
17985344.06 625.20 moveto
17986344.06 604.95 lineto stroke
17987319.62 635.33 moveto
17988363.91 639.34 lineto stroke
17989319.62 635.33 moveto
17990363.91 631.33 lineto stroke
17991restore
17992% S_BAR
1799313 linenum
179940.70 setlinewidth
17995387.85 743.00 moveto
17996387.85 719.00 lineto stroke
17997387.85 686.71 moveto
17998387.85 662.71 lineto stroke
17999387.85 625.95 moveto
18000387.85 601.95 lineto stroke
18001% S_CHHEAD
18002% S_STAFF
18003% staff 1
18004save
18005399.00 719.00 1.000000 4n
18006402.68 719.75 moveto
18007402.68 740.00 lineto stroke
18008423.44 725.00 1.000000 4n
18009427.12 725.75 moveto
18010427.12 746.00 lineto stroke
18011448.13 713.00 1.000000 2n
18012441.68 713.00 moveto
18013454.57 713.00 lineto stroke
18014452.02 713.75 moveto
18015452.02 734.00 lineto stroke
18016restore
18017% S_STAFF
18018% staff 2
18019save
18020399.00 662.71 1.000000 4n
180210.70 setlinewidth
18022402.68 663.46 moveto
18023402.68 683.71 lineto stroke
18024423.44 668.71 1.000000 4n
18025427.12 669.46 moveto
18026427.12 689.71 lineto stroke
18027448.13 656.71 1.000000 2n
18028441.68 656.71 moveto
18029454.57 656.71 lineto stroke
18030452.02 657.46 moveto
18031452.02 677.71 lineto stroke
18032restore
18033% S_STAFF
18034% staff 3
18035save
18036399.00 616.95 1.000000 2n
18037408.48 616.95 1.000000 dot
180380.70 setlinewidth
18039395.10 616.20 moveto
18040395.10 595.95 lineto stroke
18041473.26 610.95 1.000000 4n
18042476.95 611.70 moveto
18043476.95 631.95 lineto stroke
18044restore
18045% S_BAR
1804615 linenum
180470.70 setlinewidth
18048498.50 743.00 moveto
18049498.50 719.00 lineto stroke
180503.00 setlinewidth
18051502.50 743.00 moveto
18052502.50 719.00 lineto stroke
180530.70 setlinewidth
18054498.50 686.71 moveto
18055498.50 662.71 lineto stroke
180563.00 setlinewidth
18057502.50 686.71 moveto
18058502.50 662.71 lineto stroke
180590.70 setlinewidth
18060498.50 625.95 moveto
18061498.50 601.95 lineto stroke
180623.00 setlinewidth
18063502.50 625.95 moveto
18064502.50 601.95 lineto stroke
180650.70 setlinewidth
18066% Printing header/footer
18067showpage
18068restore
18069%%DocumentFonts:
18070%%Pages: 2
18071%%EndDocument
18072end PEND/F0 10/Times-Roman@0 SF(The placement of crescendo and decresce\
18073ndo marks can be controlled by setting the dyndist parameter)69.336
18074435.6 Q(.)-.55 E 69.336 453.6 EBEGIN
180750 0.1 0.5 setrgbcolor
18076EEND/F0 14/Times-Bold@0 SF 3.5(9.7 Octa)72.836 453.6 R .28 -.14(ve m)
18077-.35 H(arks).14 E 69.336 471.6 EBEGIN
180780 0 0 setrgbcolor
18079EEND/F0 10/Times-Roman@0 SF(Octa)72.544 471.6 Q 1.008 -.15(ve s)-.2 H
18080.708(tatements are used to mark notes that are to be played one or more\
18081 octa).15 F -.15(ve)-.2 G 3.208(sh).15 G .708(igher or lo)-3.208 F .708
18082(wer than)-.25 F 2.955(written. An)69.336 483.6 R("octa)2.955 E .755
18083-.15(ve a)-.2 H(bo).15 E -.15(ve)-.15 G 2.955("s).15 G .455
18084(tatement is used to specify playing higher than written, or "octa)
18085-2.955 F .755 -.15(ve b)-.2 H(elo).15 E .455(w" for)-.25 F .954
18086(playing lo)69.336 495.6 R .954
18087(wer than written. Each item must include a be)-.25 F .954
18088(gintime and a te)-.15 F .954(xt string. The te)-.15 F .953
18089(xt string is most)-.15 F 1.352(typically "8v)69.336 507.6 R 3.853
18090(a". It)-.25 F 1.353(will al)3.853 F -.1(wa)-.1 G 1.353
18091(ys be printed in 12-point times italics font. If the octa).1 F 1.653
18092-.15(ve s)-.2 H 1.353(hifting applies to).15 F 1.199(more than a single\
18093 chord, there should also be a duration speci\214ed, reaching to includ\
18094e the last af)69.336 519.6 R(fected)-.25 E 3.325(note. In)69.336 531.6 R
18095.825(this case, Mup will dra)3.325 F 3.326(wad)-.15 G .826
18096(ashed line to mark the span af)-3.326 F .826
18097(fected. Note that specifying the e)-.25 F(xact)-.15 E .062(beat of a c\
18098hord indicates the horizontal center of the chord, so if you w)69.336
18099543.6 R .062(ant the dashed line to reach a bit past)-.1 F .137
18100(the note, it will be necessary to specify a duration slightly be)69.336
18101555.6 R .138(yond the point of the last chord to be included.)-.15 F
18102(Examples:)69.336 567.6 Q/F1 10/Courier@0 SF(1: 2f;g;)105.336 585.6 Q
18103(2: 2d+;g;)105.336 597.6 Q(3: 2g;ce;)105.336 609.6 Q
18104(octave above 1: 2 "8va" til 1m + 1.3;)105.336 621.6 Q(bar)105.336 633.6
18105Q(1: 2a;c;)105.336 645.6 Q(2: 2f;e;)105.336 657.6 Q(3: 4f;;c;;)105.336
18106669.6 Q(octave below 2: 1 "8va";)105.336 681.6 Q
18107(octave below 3: 1 "8va" til 2.5; 3 "15" til 4.5;)105.336 693.6 Q(bar)
18108105.336 705.6 Q EP
18109%%Page: 81 87
18110%%BeginPageSetup
18111BP
18112%%EndPageSetup
18113/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(1-)-2.5 G 127.836 96
18114EBEGIN
18115gsave 0 0.25 0.75 setrgbcolor 0 183 rlineto 320 0 rlineto 0 183 neg rlineto closepath stroke grestore
18116EEND 160 580 320 320 -183 183 126.836 279 PBEGIN
18117%%BeginDocument: mugex76.ps
18118%%BoundingBox: 160 580 480 763
18119save
181201216322504 1216321786 sv
181211.000000 1.000000 scale
18122% S_SSV
18123(/tmp/ugexiM5077) inputfile
181241 linenum
18125% S_FEED
18126324.29 1230.85 468.00 5 1.000000 1.000000 stf
18127324.29 1176.85 468.00 5 1.000000 1.000000 stf
18128324.29 1122.85 468.00 5 1.000000 1.000000 stf
181290.70 setlinewidth
18130180.29 738.85 moveto
18131180.29 606.85 lineto stroke
18132% S_CLEFSIG
18133192.08 720.85 1.000000 gclef
18134192.08 666.85 1.000000 gclef
18135192.08 612.85 1.000000 gclef
18136% S_CHHEAD
18137% S_STAFF
18138% staff 1
18139save
18140225.44 717.85 1.000000 2n
18141229.34 718.60 moveto
18142229.34 738.85 lineto stroke
18143280.71 720.85 1.000000 2n
18144284.61 721.60 moveto
18145284.61 741.85 lineto stroke
181461.00 setlinewidth
18147[3 3] 0 setdash
18148273.37 751.50 moveto
18149352.07 751.50 lineto stroke
18150352.07 751.50 moveto
18151352.07 742.50 lineto stroke
181520.70 setlinewidth
18153[] 0 setdash
181540 setlinecap
181550 setlinejoin
18156/Times-Italic findfont
1815712 scalefont
18158setfont
18159250.09 747.00 moveto
18160(8va) show
18161restore
18162% S_STAFF
18163% staff 2
18164save
18165225.44 678.85 1.000000 2n
181660.70 setlinewidth
18167221.54 678.10 moveto
18168221.54 657.85 lineto stroke
18169280.71 666.85 1.000000 2n
18170284.61 667.60 moveto
18171284.61 687.85 lineto stroke
18172restore
18173% S_STAFF
18174% staff 3
18175save
18176225.44 612.85 1.000000 2n
181770.70 setlinewidth
18178229.34 613.60 moveto
18179229.34 633.85 lineto stroke
18180280.71 606.85 1.000000 2n
18181280.71 600.85 1.000000 2n
18182274.26 600.85 moveto
18183287.16 600.85 lineto stroke
18184284.61 601.60 moveto
18185284.61 627.85 lineto stroke
18186restore
18187% S_BAR
181888 linenum
181890.70 setlinewidth
18190330.42 738.85 moveto
18191330.42 714.85 lineto stroke
18192330.42 684.85 moveto
18193330.42 660.85 lineto stroke
18194330.42 630.85 moveto
18195330.42 606.85 lineto stroke
18196% S_CHHEAD
18197% S_STAFF
18198% staff 1
18199save
18200342.70 723.85 1.000000 2n
18201346.60 724.60 moveto
18202346.60 744.85 lineto stroke
18203405.19 708.85 1.000000 2n
18204398.74 708.85 moveto
18205411.64 708.85 lineto stroke
18206409.09 709.60 moveto
18207409.09 729.85 lineto stroke
18208restore
18209% S_STAFF
18210% staff 2
18211save
18212342.70 663.85 1.000000 2n
182130.70 setlinewidth
18214346.60 664.60 moveto
18215346.60 684.85 lineto stroke
18216405.19 660.85 1.000000 2n
18217409.09 661.60 moveto
18218409.09 681.85 lineto stroke
18219/Times-Italic findfont
1822012 scalefont
18221setfont
18222339.71 650.46 moveto
18223(8va) show
18224restore
18225% S_STAFF
18226% staff 3
18227save
18228342.70 609.85 1.000000 4n
182290.70 setlinewidth
18230346.38 610.60 moveto
18231346.38 630.85 lineto stroke
18232373.94 609.85 1.000000 4n
18233377.63 610.60 moveto
18234377.63 630.85 lineto stroke
18235405.19 600.85 1.000000 4n
18236398.96 600.85 moveto
18237411.42 600.85 lineto stroke
18238408.87 601.60 moveto
18239408.87 621.85 lineto stroke
18240437.27 600.85 1.000000 4n
18241431.04 600.85 moveto
18242443.51 600.85 lineto stroke
18243440.96 601.60 moveto
18244440.96 621.85 lineto stroke
182451.00 setlinewidth
18246[3 3] 0 setdash
18247362.99 601.07 moveto
18248389.57 601.07 lineto stroke
18249389.57 601.07 moveto
18250389.57 610.07 lineto stroke
182510.70 setlinewidth
18252[] 0 setdash
182530 setlinecap
182540 setlinejoin
18255/Times-Italic findfont
1825612 scalefont
18257setfont
18258339.71 596.57 moveto
18259(8va) show
182601.00 setlinewidth
18261[3 3] 0 setdash
18262420.15 592.00 moveto
18263452.46 592.00 lineto stroke
18264452.46 592.00 moveto
18265452.46 601.00 lineto stroke
182660.70 setlinewidth
18267[] 0 setdash
182680 setlinecap
182690 setlinejoin
18270/Times-Italic findfont
1827112 scalefont
18272setfont
18273402.20 587.50 moveto
18274(15) show
18275restore
18276% S_BAR
1827714 linenum
182780.70 setlinewidth
18279467.65 738.85 moveto
18280467.65 714.85 lineto stroke
18281467.65 684.85 moveto
18282467.65 660.85 lineto stroke
18283467.65 630.85 moveto
18284467.65 606.85 lineto stroke
18285% Printing header/footer
18286showpage
18287restore
18288%%DocumentFonts: /Times-Italic
18289%%Pages: 2
18290%%EndDocument
18291end PEND 69.336 299 EBEGIN
182920 0.1 0.5 setrgbcolor
18293EEND/F0 14/Times-Bold@0 SF 3.5(9.8 Piano)72.836 299 R(pedal marks)3.5 E
1829469.336 317 EBEGIN
182950 0 0 setrgbcolor
18296EEND/F0 10/Times-Roman@0 SF 1.412(Piano pedal marks are some)73.248 317
18297R 1.412(what dif)-.25 F 1.412
18298(ferent than other statements described in this section.)-.25 F 1.412
18299(Rather than)6.412 F(ha)69.336 329 Q .461(ving be)-.2 F .461
18300(gintime, te)-.15 F .461(xt, and duration, each item is just a time of)
18301-.15 F .462(fset v)-.25 F .462(alue, plus an optional "*". If no pedal)
18302-.25 F 2.219(mark is currently in progress, the \214rst time of)69.336
18303341 R 2.219(fset v)-.25 F 2.218
18304(alue indicates where the pedal is depressed. An)-.25 F(y)-.15 E .034
18305(subsequent pedal items on that staf)69.336 353 R 2.534(fw)-.25 G .034(\
18306ill then indicate a "blip"\212lifting and then immediately depressing t\
18307he)-2.534 F .286(pedal \(which is indicated on the printed music by a "\
18308^"\), unless there is a "*", in which case it means to lift)69.336 365 R
18309(the pedal and lea)69.336 377 Q .3 -.15(ve i)-.2 H 2.5(tu).15 G(p.)-2.5
18310E(Some e)69.336 395 Q(xamples may help:)-.15 E/F1 10/Courier@0 SF
18311(1: c;d;e;2.g;)105.336 413 Q(2: 1.ceg;)105.336 425 Q
18312(// depress pedal on beat 1, release on 3)105.336 437 Q(pedal 2: 1; 3*;)
18313105.336 449 Q(bar)105.336 461 Q(1: g;d;e;f;g;;)105.336 485 Q(2: 1.gdb-;)
18314105.336 497 Q(// depress pedal on 2, release and depress)105.336 509 Q
18315(// on 4, release on 6)105.336 521 Q(pedal below 2: 2; 4; 6*;)105.336
18316533 Q(bar)105.336 545 Q 127.836 554.6 EBEGIN
18317gsave 0 0.25 0.75 setrgbcolor 0 113 rlineto 320 0 rlineto 0 113 neg rlineto closepath stroke grestore
18318EEND 160 650 320 320 -113 113 126.836 667.6 PBEGIN
18319%%BeginDocument: mugex77.ps
18320%%BoundingBox: 160 650 480 763
18321save
183221216322504 1216321786 sv
183231.000000 1.000000 scale
18324% S_SSV
18325(/tmp/ugexiM5077) inputfile
183261 linenum
18327% S_SSV
183282 linenum
18329% S_FEED
18330334.29 1235.00 468.00 5 1.000000 1.000000 stf
18331334.29 1181.00 468.00 5 1.000000 1.000000 stf
18332189.79 743.00 665.00 brace
183330.70 setlinewidth
18334190.29 743.00 moveto
18335190.29 665.00 lineto stroke
18336% S_CLEFSIG
18337202.08 725.00 1.000000 gclef
18338202.33 683.00 1.000000 fclef
18339/NewCenturySchlbk-Bold findfont
1834016 scalefont
18341setfont
18342214.38 731.00 moveto
18343(6) show
18344/NewCenturySchlbk-Bold findfont
1834516 scalefont
18346setfont
18347214.38 718.98 moveto
18348(4) show
18349/NewCenturySchlbk-Bold findfont
1835016 scalefont
18351setfont
18352214.38 677.00 moveto
18353(6) show
18354/NewCenturySchlbk-Bold findfont
1835516 scalefont
18356setfont
18357214.38 664.98 moveto
18358(4) show
18359% S_CHHEAD
18360% S_STAFF
18361% staff 1
18362save
18363242.20 713.00 1.000000 4n
18364235.97 713.00 moveto
18365248.44 713.00 lineto stroke
18366245.89 713.75 moveto
18367245.89 734.00 lineto stroke
18368260.62 716.00 1.000000 4n
18369264.30 716.75 moveto
18370264.30 737.00 lineto stroke
18371279.00 719.00 1.000000 4n
18372282.69 719.75 moveto
18373282.69 740.00 lineto stroke
18374301.21 725.00 1.000000 2n
18375310.69 728.00 1.000000 dot
18376305.11 725.75 moveto
18377305.11 746.00 lineto stroke
18378restore
18379% S_STAFF
18380% staff 2
18381save
18382242.20 686.00 1.000000 1n
18383252.66 686.00 1.000000 dot
18384242.20 680.00 1.000000 1n
18385252.66 680.00 1.000000 dot
18386242.20 674.00 1.000000 1n
18387252.66 674.00 1.000000 dot
183880.70 setlinewidth
18389242.20 664.00 moveto
18390242.20 657.02 lineto stroke
18391242.20 657.02 moveto
18392244.73 657.02 lineto stroke
18393244.07 657.02 moveto
18394277.11 657.02 lineto stroke
18395276.44 657.02 moveto
18396279.00 657.02 lineto stroke
18397279.00 664.00 moveto
18398279.00 657.02 lineto stroke
18399restore
18400% S_BAR
184019 linenum
184020.70 setlinewidth
18403343.92 743.00 moveto
18404343.92 719.00 lineto stroke
18405343.92 689.00 moveto
18406343.92 665.00 lineto stroke
18407% S_CHHEAD
18408% S_STAFF
18409% staff 1
18410save
18411355.03 725.00 1.000000 4n
18412358.72 725.75 moveto
18413358.72 746.00 lineto stroke
18414373.45 716.00 1.000000 4n
18415377.13 716.75 moveto
18416377.13 737.00 lineto stroke
18417391.87 719.00 1.000000 4n
18418395.55 719.75 moveto
18419395.55 740.00 lineto stroke
18420410.29 722.00 1.000000 4n
18421413.97 722.75 moveto
18422413.97 743.00 lineto stroke
18423428.71 725.00 1.000000 4n
18424432.39 725.75 moveto
18425432.39 746.00 lineto stroke
18426447.96 725.00 1.000000 4n
18427451.64 725.75 moveto
18428451.64 746.00 lineto stroke
18429restore
18430% S_STAFF
18431% staff 2
18432save
18433355.03 686.00 1.000000 1n
18434365.49 686.00 1.000000 dot
18435355.03 677.00 1.000000 1n
18436365.49 680.00 1.000000 dot
18437355.03 671.00 1.000000 1n
18438365.49 674.00 1.000000 dot
184390.70 setlinewidth
18440373.45 664.00 moveto
18441373.45 657.02 lineto stroke
18442373.45 657.02 moveto
18443375.98 657.02 lineto stroke
18444375.31 657.02 moveto
18445405.58 657.02 lineto stroke
18446405.25 657.02 moveto
18447410.29 664.00 lineto stroke
18448410.29 664.00 moveto
18449415.33 657.02 lineto stroke
18450414.99 657.02 moveto
18451446.06 657.02 lineto stroke
18452445.40 657.02 moveto
18453447.96 657.02 lineto stroke
18454447.96 664.00 moveto
18455447.96 657.02 lineto stroke
18456restore
18457% S_BAR
1845816 linenum
184590.70 setlinewidth
18460467.65 743.00 moveto
18461467.65 719.00 lineto stroke
18462467.65 689.00 moveto
18463467.65 665.00 lineto stroke
18464% Printing header/footer
18465showpage
18466restore
18467%%DocumentFonts: /NewCenturySchlbk-Bold
18468%%Pages: 2
18469%%EndDocument
18470end PEND/F0 10/Times-Roman@0 SF(See also the "pedstyle" parameter)69.336
18471687.6 Q(.)-.55 E 69.336 705.6 EBEGIN
184720 0.1 0.5 setrgbcolor
18473EEND/F0 14/Times-Bold@0 SF 3.5(9.9 Rolls)72.836 705.6 R 69.336 723.6
18474EBEGIN
184750 0 0 setrgbcolor
18476EEND/F0 10/Times-Roman@0 SF(Rolls can be speci\214ed with the "roll" st\
18477atement, which has a format:)71.836 723.6 Q EP
18478%%Page: 82 88
18479%%BeginPageSetup
18480BP
18481%%EndPageSetup
18482/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(2-)-2.5 G/F1 10
18483/Times-Bold@0 SF -.18(ro)105.336 96 S(ll).18 E/F2 10/Times-Italic@0 SF
18484(staf)6 E 2.5(fv)-.18 G(oice)-2.5 E F1(:)6 E F2(time)6 E(val)-.15 E F1
18485(;)A F0 2.5(As)69.336 122 S(imple e)-2.5 E(xample w)-.15 E(ould be:)-.1
18486E/F3 10/Courier@0 SF(roll 2 1: 3;)105.336 140 Q F0 .145(which indicates\
18487 that a roll is to be placed on the chord at count 3 of staf)69.336 160
18488R 2.645(f2v)-.25 G .145(oice 1.)-2.845 F .146(As usual, if the)5.145 F
18489F2(voice)2.646 E F0(is)2.646 E(omitted, v)69.336 172 Q
18490(oice 1 is assumed.)-.2 E .741
18491(Multiple rolls in a measure can be listed on a single statement if the)
1849269.336 190 R 3.241(ya)-.15 G .741(re associated with the same v)-3.241 F
18493(oice.)-.2 E -.15(Fo)69.336 202 S 2.5(re).15 G(xample:)-2.65 E F3
18494(1: ceg;dfa;egb;fac+;)105.336 220 Q(// rolls on 3 chords: on the first,)
18495105.336 232 Q(// second, and third beats of the measure)105.336 244 Q
18496(roll 1: 1;2;3;)105.336 256 Q(bar)105.336 268 Q 127.836 277.6 EBEGIN
18497gsave 0 0.25 0.75 setrgbcolor 0 66 rlineto 320 0 rlineto 0 66 neg rlineto closepath stroke grestore
18498EEND 160 697 320 320 -66 66 126.836 343.6 PBEGIN
18499%%BeginDocument: mugex78.ps
18500%%BoundingBox: 160 697 480 763
18501save
185021216322504 1216321786 sv
185031.000000 1.000000 scale
18504% S_SSV
18505(/tmp/ugexiM5077) inputfile
185061 linenum
18507% S_FEED
18508324.29 1235.00 468.00 5 1.000000 1.000000 stf
18509% S_CLEFSIG
18510192.08 725.00 1.000000 gclef
18511% S_CHHEAD
18512% S_STAFF
18513% staff 1
18514save
18515235.99 725.00 1.000000 4n
18516235.99 719.00 1.000000 4n
18517235.99 713.00 1.000000 4n
185180.70 setlinewidth
18519229.75 713.00 moveto
18520242.22 713.00 lineto stroke
18521239.67 713.75 moveto
18522239.67 746.00 lineto stroke
18523224.95 728.28 moveto
18524224.95 709.72 1.000000 wavy
18525294.55 728.00 1.000000 4n
18526294.55 722.00 1.000000 4n
18527294.55 716.00 1.000000 4n
18528298.23 716.75 moveto
18529298.23 749.00 lineto stroke
18530283.52 731.28 moveto
18531283.52 712.72 1.000000 wavy
18532355.11 731.00 1.000000 4n
18533355.11 725.00 1.000000 4n
18534355.11 719.00 1.000000 4n
18535358.79 719.75 moveto
18536358.79 752.00 lineto stroke
18537344.08 734.28 moveto
18538344.08 715.72 1.000000 wavy
18539414.51 734.00 1.000000 4n
18540414.51 728.00 1.000000 4n
18541414.51 722.00 1.000000 4n
18542418.19 722.75 moveto
18543418.19 755.00 lineto stroke
18544restore
18545% S_BAR
185468 linenum
185470.70 setlinewidth
18548467.65 743.00 moveto
18549467.65 719.00 lineto stroke
18550% Printing header/footer
18551showpage
18552restore
18553%%DocumentFonts:
18554%%Pages: 2
18555%%EndDocument
18556end PEND/F0 10/Times-Roman@0 SF -.1(wo)69.336 357.6 S
18557(uld produce rolls on the chords on counts 1, 2, and 3.).1 E 2.567(Ar)
1855869.336 375.6 S .067(oll can e)-2.567 F .067(xtend o)-.15 F -.15(ve)-.15
18559G 2.567(rs).15 G -2.15 -.25(ev e)-2.567 H .067(ral chords on dif).25 F
18560.067(ferent v)-.25 F .067(oices, or e)-.2 F -.15(ve)-.25 G 2.567(nd).15
18561G(if)-2.567 E .067(ferent staf)-.25 F .068
18562(fs. This is speci\214ed by gi)-.25 F(ving)-.25 E
18563(the top and bottom staf)69.336 387.6 Q(fs and v)-.25 E
18564(oices, with the k)-.2 E -.15(ey)-.1 G -.1(wo).15 G
18565(rd "to" between them. F).1 E(or e)-.15 E(xample:)-.15 E/F1 10/Courier@0
18566SF(1: 4.r;8g+b+d++ tie;2;)105.336 405.6 Q(2-3: 4.ceg;8gbd+ tie;2;)
18567105.336 417.6 Q(roll 1 1 to 3 1: 2.5;)105.336 429.6 Q(bar)105.336 441.6
18568Q 127.836 451.2 EBEGIN
18569gsave 0 0.25 0.75 setrgbcolor 0 190 rlineto 320 0 rlineto 0 190 neg rlineto closepath stroke grestore
18570EEND 160 573 320 320 -190 190 126.836 641.2 PBEGIN
18571%%BeginDocument: mugex79.ps
18572%%BoundingBox: 160 573 480 763
18573save
185741216322504 1216321786 sv
185751.000000 1.000000 scale
18576% S_SSV
18577(/tmp/ugexiM5077) inputfile
185781 linenum
18579% S_SSV
185802 linenum
18581% S_FEED
18582324.29 1222.50 468.00 5 1.000000 1.000000 stf
18583324.29 1168.50 468.00 5 1.000000 1.000000 stf
18584324.29 1109.00 468.00 5 1.000000 1.000000 stf
185850.70 setlinewidth
18586180.29 730.50 moveto
18587180.29 593.00 lineto stroke
18588% S_CLEFSIG
18589192.08 712.50 1.000000 gclef
18590192.08 658.50 1.000000 gclef
18591192.33 611.00 1.000000 fclef
18592% S_CHHEAD
18593% S_STAFF
18594% staff 1
18595save
18596228.68 718.50 1.000000 4rest
18597236.98 721.50 1.000000 dot
18598313.51 745.50 1.000000 4n
18599307.28 742.50 moveto
18600319.75 742.50 lineto stroke
18601307.28 736.50 moveto
18602319.75 736.50 lineto stroke
18603313.51 739.50 1.000000 4n
18604307.28 736.50 moveto
18605319.75 736.50 lineto stroke
18606313.51 733.50 1.000000 4n
18607309.83 744.75 moveto
18608309.83 712.50 lineto stroke
18609312.86 712.50 1.000000 upflag
18610302.48 748.77 moveto
18611302.48 610.72 1.000000 wavy
18612362.87 745.50 1.000000 2n
18613356.42 742.50 moveto
18614369.32 742.50 lineto stroke
18615356.42 736.50 moveto
18616369.32 736.50 lineto stroke
18617362.87 739.50 1.000000 2n
18618356.42 736.50 moveto
18619369.32 736.50 lineto stroke
18620362.87 733.50 1.000000 2n
18621358.97 744.75 moveto
18622358.97 712.50 lineto stroke
18623313.51 728.40 moveto
18624313.54 728.56 lineto
18625320.44 726.80 327.45 725.92 334.57 725.92 curveto
18626341.69 725.92 348.70 726.80 355.60 728.56 curveto
18627355.65 728.23 lineto
18628348.83 725.78 341.81 724.56 334.57 724.56 curveto
18629327.33 724.56 320.30 725.78 313.49 728.23 curveto
18630fill
18631319.55 739.50 moveto
18632319.52 739.68 lineto
18633325.36 741.77 331.38 742.82 337.58 742.82 curveto
18634343.79 742.82 349.81 741.77 355.65 739.68 curveto
18635355.59 739.31 lineto
18636349.69 740.83 343.68 741.59 337.58 741.59 curveto
18637331.48 741.59 325.48 740.83 319.57 739.31 curveto
18638fill
18639315.51 750.60 moveto
18640315.49 750.75 lineto
18641322.83 753.40 330.39 754.72 338.19 754.72 curveto
18642345.99 754.72 353.56 753.40 360.89 750.75 curveto
18643360.85 750.44 lineto
18644353.41 752.33 345.86 753.28 338.19 753.28 curveto
18645330.52 753.28 322.97 752.33 315.54 750.44 curveto
18646fill
18647restore
18648% S_STAFF
18649% staff 2
18650save
18651228.68 658.50 1.000000 4n
18652237.94 661.50 1.000000 dot
18653228.68 652.50 1.000000 4n
18654237.94 655.50 1.000000 dot
18655228.68 646.50 1.000000 4n
18656237.94 649.50 1.000000 dot
186570.70 setlinewidth
18658222.44 646.50 moveto
18659234.91 646.50 lineto stroke
18660232.36 647.25 moveto
18661232.36 679.50 lineto stroke
18662313.51 670.50 1.000000 4n
18663313.51 664.50 1.000000 4n
18664313.51 658.50 1.000000 4n
18665309.83 669.75 moveto
18666309.83 637.50 lineto stroke
18667312.86 637.50 1.000000 upflag
18668362.87 670.50 1.000000 2n
18669362.87 664.50 1.000000 2n
18670362.87 658.50 1.000000 2n
18671358.97 669.75 moveto
18672358.97 637.50 lineto stroke
18673313.51 653.40 moveto
18674313.54 653.56 lineto
18675320.44 651.80 327.45 650.92 334.57 650.92 curveto
18676341.69 650.92 348.70 651.80 355.60 653.56 curveto
18677355.65 653.23 lineto
18678348.83 650.78 341.81 649.56 334.57 649.56 curveto
18679327.33 649.56 320.30 650.78 313.49 653.23 curveto
18680fill
18681319.55 664.50 moveto
18682319.52 664.68 lineto
18683325.36 666.77 331.38 667.82 337.58 667.82 curveto
18684343.79 667.82 349.81 666.77 355.65 664.68 curveto
18685355.59 664.31 lineto
18686349.69 665.83 343.68 666.59 337.58 666.59 curveto
18687331.48 666.59 325.48 665.83 319.57 664.31 curveto
18688fill
18689315.51 675.60 moveto
18690315.49 675.75 lineto
18691322.83 678.40 330.39 679.72 338.19 679.72 curveto
18692345.99 679.72 353.56 678.40 360.89 675.75 curveto
18693360.85 675.44 lineto
18694353.41 677.33 345.86 678.28 338.19 678.28 curveto
18695330.52 678.28 322.97 677.33 315.54 675.44 curveto
18696fill
18697restore
18698% S_STAFF
18699% staff 3
18700save
18701228.68 614.00 1.000000 4n
18702237.94 614.00 1.000000 dot
18703228.68 608.00 1.000000 4n
18704237.94 608.00 1.000000 dot
18705228.68 602.00 1.000000 4n
18706237.94 602.00 1.000000 dot
187070.70 setlinewidth
18708224.99 613.25 moveto
18709224.99 581.00 lineto stroke
18710313.51 626.00 1.000000 4n
18711307.28 623.00 moveto
18712319.75 623.00 lineto stroke
18713313.51 620.00 1.000000 4n
18714313.51 614.00 1.000000 4n
18715309.83 625.25 moveto
18716309.83 593.00 lineto stroke
18717312.86 593.00 1.000000 upflag
18718362.87 626.00 1.000000 2n
18719356.42 623.00 moveto
18720369.32 623.00 lineto stroke
18721362.87 620.00 1.000000 2n
18722362.87 614.00 1.000000 2n
18723358.97 625.25 moveto
18724358.97 593.00 lineto stroke
18725313.51 608.90 moveto
18726313.54 609.06 lineto
18727320.44 607.30 327.45 606.42 334.57 606.42 curveto
18728341.69 606.42 348.70 607.30 355.60 609.06 curveto
18729355.65 608.73 lineto
18730348.83 606.28 341.81 605.05 334.57 605.05 curveto
18731327.33 605.05 320.30 606.28 313.49 608.73 curveto
18732fill
18733319.55 620.00 moveto
18734319.52 620.18 lineto
18735325.36 622.27 331.38 623.32 337.58 623.32 curveto
18736343.79 623.32 349.81 622.27 355.65 620.18 curveto
18737355.59 619.81 lineto
18738349.69 621.33 343.68 622.09 337.58 622.09 curveto
18739331.48 622.09 325.48 621.33 319.57 619.81 curveto
18740fill
18741315.51 631.10 moveto
18742315.49 631.25 lineto
18743322.83 633.90 330.39 635.22 338.19 635.22 curveto
18744345.99 635.22 353.56 633.90 360.89 631.25 curveto
18745360.85 630.94 lineto
18746353.41 632.83 345.86 633.77 338.19 633.77 curveto
18747330.52 633.77 322.97 632.83 315.54 630.94 curveto
18748fill
18749restore
18750% S_BAR
187518 linenum
187520.70 setlinewidth
18753467.65 730.50 moveto
18754467.65 706.50 lineto stroke
18755467.65 676.50 moveto
18756467.65 652.50 lineto stroke
18757467.65 617.00 moveto
18758467.65 593.00 lineto stroke
18759% Printing header/footer
18760showpage
18761restore
18762%%DocumentFonts:
18763%%Pages: 2
18764%%EndDocument
18765end PEND/F0 10/Times-Roman@0 SF(The roll w)69.336 655.2 Q(ould e)-.1 E
18766(xtend from v)-.15 E(oice 1 of staf)-.2 E 2.5(f1t)-.25 G 2.5(ov)-2.5 G
18767(oice 1 of staf)-2.7 E 2.5(f3)-.25 G(.)-2.5 E .835
18768(If you wish the roll to be do)69.336 673.2 R(wnw)-.25 E .835
18769(ard, the k)-.1 F -.15(ey)-.1 G -.1(wo).15 G .835(rd "do).1 F .835
18770(wn" can be placed after "roll." This will result in a)-.25 F(do)69.336
18771685.2 Q(wnw)-.25 E(ard arro)-.1 E 2.5(wb)-.25 G(eing dra)-2.5 E
18772(wn on the bottom end of the roll.)-.15 E EP
18773%%Page: 83 89
18774%%BeginPageSetup
18775BP
18776%%EndPageSetup
18777/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(3-)-2.5 G/F1 10
18778/Courier@0 SF(score)105.336 96 Q(vscheme=2o)117.336 108 Q(music)105.336
18779120 Q 6(11)105.336 132 S 6(:c)-6 G(+e+g+;;;;)-6 E 6(12)105.336 144 S 6
18780(:c)-6 G(eg;;;;)-6 E(// downward roll on staff 1)105.336 156 Q
18781(// on beats 2 and 4)105.336 168 Q(roll down 1 1 to 1 2: 2; 4;)105.336
18782180 Q(bar)105.336 192 Q 127.836 201.6 EBEGIN
18783gsave 0 0.25 0.75 setrgbcolor 0 91 rlineto 320 0 rlineto 0 91 neg rlineto closepath stroke grestore
18784EEND 160 672 320 320 -91 91 126.836 292.6 PBEGIN
18785%%BeginDocument: mugex80.ps
18786%%BoundingBox: 160 672 480 763
18787save
187881216322504 1216321786 sv
187891.000000 1.000000 scale
18790% S_SSV
18791(/tmp/ugexiM5077) inputfile
187922 linenum
18793% S_FEED
18794324.29 1223.00 468.00 5 1.000000 1.000000 stf
18795% S_CLEFSIG
18796192.08 713.00 1.000000 gclef
18797% S_CHHEAD
18798% S_STAFF
18799% staff 1
18800save
18801224.49 734.00 1.000000 4n
18802224.49 728.00 1.000000 4n
18803224.49 722.00 1.000000 4n
188040.70 setlinewidth
18805228.17 722.75 moveto
18806228.17 755.00 lineto stroke
18807288.05 734.00 1.000000 4n
18808288.05 728.00 1.000000 4n
18809288.05 722.00 1.000000 4n
18810291.73 722.75 moveto
18811291.73 755.00 lineto stroke
18812277.02 737.28 moveto
18813277.02 697.72 1.000000 wavy
18814277.02 694.72 moveto
18815273.02 702.72 lineto stroke
18816277.02 694.72 moveto
18817281.02 702.72 lineto stroke
18818347.61 734.00 1.000000 4n
18819347.61 728.00 1.000000 4n
18820347.61 722.00 1.000000 4n
18821351.29 722.75 moveto
18822351.29 755.00 lineto stroke
18823412.01 734.00 1.000000 4n
18824412.01 728.00 1.000000 4n
18825412.01 722.00 1.000000 4n
18826415.69 722.75 moveto
18827415.69 755.00 lineto stroke
18828400.98 737.28 moveto
18829400.98 697.72 1.000000 wavy
18830400.98 694.72 moveto
18831396.98 702.72 lineto stroke
18832400.98 694.72 moveto
18833404.98 702.72 lineto stroke
18834224.49 713.00 1.000000 4n
18835224.49 707.00 1.000000 4n
18836224.49 701.00 1.000000 4n
18837218.25 701.00 moveto
18838230.72 701.00 lineto stroke
18839220.80 712.25 moveto
18840220.80 680.00 lineto stroke
18841288.05 713.00 1.000000 4n
18842288.05 707.00 1.000000 4n
18843288.05 701.00 1.000000 4n
18844281.82 701.00 moveto
18845294.28 701.00 lineto stroke
18846284.37 712.25 moveto
18847284.37 680.00 lineto stroke
18848347.61 713.00 1.000000 4n
18849347.61 707.00 1.000000 4n
18850347.61 701.00 1.000000 4n
18851341.38 701.00 moveto
18852353.84 701.00 lineto stroke
18853343.93 712.25 moveto
18854343.93 680.00 lineto stroke
18855412.01 713.00 1.000000 4n
18856412.01 707.00 1.000000 4n
18857412.01 701.00 1.000000 4n
18858405.78 701.00 moveto
18859418.24 701.00 lineto stroke
18860408.33 712.25 moveto
18861408.33 680.00 lineto stroke
18862restore
18863% S_BAR
1886411 linenum
188650.70 setlinewidth
18866467.65 731.00 moveto
18867467.65 707.00 lineto stroke
18868% Printing header/footer
18869showpage
18870restore
18871%%DocumentFonts:
18872%%Pages: 2
18873%%EndDocument
18874end PEND/F0 10/Times-Roman@0 SF -1.1(Yo)69.336 312.6 S 2.921(uc)1.1 G
18875.421(an also e)-2.921 F .422(xplicitly say "up" which will cause an upw)
18876-.15 F .422(ard arro)-.1 F 2.922(wt)-.25 G 2.922(ob)-2.922 G 2.922(ed)
18877-2.922 G(ra)-2.922 E .422(wn at the top of the roll. If no)-.15 F
18878(direction is speci\214ed, no arro)69.336 324.6 Q 2.5(wi)-.25 G 2.5(sd)
18879-2.5 G(ra)-2.5 E(wn.)-.15 E EP
18880%%Page: 84 90
18881%%BeginPageSetup
18882BP
18883%%EndPageSetup
18884/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(4-)-2.5 G 69.336 103
18885EBEGIN
188860 0.1 0.5 setrgbcolor
18887EEND/F0 15/Times-Bold@0 SF 3.75(10. T)73.086 103 R -.825(AG)-1.35 G
18888(S, PRINTING, LINES, AND CUR).825 E(VES)-.825 E 69.336 121 EBEGIN
188890 0 0 setrgbcolor
18890EEND 69.336 139 EBEGIN
188910 0.1 0.5 setrgbcolor
18892EEND/F0 14/Times-Bold@0 SF 3.5(10.1 Location)72.836 139 R(tags)3.5 E
1889369.336 157 EBEGIN
188940 0 0 setrgbcolor
18895EEND/F0 10/Times-Roman@0 SF 1.008
18896(The concept of "location tags" has been mentioned se)72.844 157 R -.15
18897(ve)-.25 G 1.008(ral times. W).15 F 3.507(en)-.8 G 1.507 -.25(ow d)
18898-3.507 H 1.007(escribe this f).25 F 1.007(acility in more)-.1 F(detail.)
1889969.336 169 Q 3.661(Al)69.336 187 S 1.161
18900(ocation tag is associated with a note, chord, or barline.)-3.661 F
189011.161(It can then be referenced in order to place a)6.161 F
18902(second object, lik)69.336 199 Q 2.5(eac)-.1 G
18903(omment or dotted line, relati)-2.5 E .3 -.15(ve t)-.25 H 2.5(ot).15 G
18904(he \214rst object.)-2.5 E 2.748(At)69.336 217 S .248
18905(ag name can be either a single lo)-2.748 F .248(wer case letter)-.25 F
189062.747(,o)-.4 G 2.747(ra)-2.747 G 2.747(nu)-2.747 G .247(nderscore folo)
18907-2.747 F .247(wed by one or more letters, digits,)-.25 F .252
18908(or underscores.)69.336 229 R .252
18909(Each location tag is really a collection of six v)5.252 F .253
18910(alues, namely the north, south, east, west, x,)-.25 F .295(and y v)
1891169.336 241 R .295
18912(alues of the tagged object. These are referenced by gi)-.25 F .295
18913(ving the tag name follo)-.25 F .294(wed by a dot, follo)-.25 F(wed)-.25
18914E(by the letter n, s, e, w)69.336 253 Q 2.5(,x)-.65 G 2.5(,o)-2.5 G 2.5
18915(ry)-2.5 G 5(.F)-3.15 G(or e)-5.15 E(xample:)-.15 E/F1 10/Courier@0 SF 1
18916(c.n //)105.336 271 R(north of tag c)6 E 8(_xyz.e //)105.336 283 R
18917(east of tag _xyz)6 E 1(x.x //)105.336 295 R 6(xc)6 G
18918(oordinate of tag x)-6 E F0 1.607(The n, s, e, and w v)69.336 321 R
189191.607(alues describe the smallest rectangle that will completely enclos\
18920e the object being)-.25 F 2.91(tagged. The)69.336 333 R .409(north refe\
18921rs to the top of the object, the south to the bottom, the west to the l\
18922eft edge, and the)2.91 F 1.432(east the right edge. The x and y v)69.336
18923345 R 1.433
18924(alues correspond to the "center" coordinate of the object. This is not)
18925-.25 F 1.395(necessarily the geometric center)69.336 357 R 3.895(,b)-.4
18926G 1.395(ut more of a "logical center)-4.095 F 1.394
18927(." In the case of a tag associated with an)-.55 F(indi)69.336 369 Q
18928.207(vidual note, it is the geometric center of the note head.)-.25 F
18929(Ho)5.207 E(we)-.25 E -.15(ve)-.25 G 1.007 -.4(r, o).15 H 2.707(nt).4 G
18930.207(ags associated with a chord, the x)-2.707 F .523(is at the center \
18931line of note heads that are on the "normal" side of the stem. \(Normall\
18932y)69.336 381 R 3.022(,w)-.65 G .522(hen a stem is up,)-3.022 F 1.198
18933(notes are put on the left side of the stem, and when the stem is do)
1893469.336 393 R 1.198(wn the)-.25 F 3.698(ya)-.15 G 1.198
18935(re placed on the right side.)-3.698 F(Ho)69.336 405 Q(we)-.25 E -.15
18936(ve)-.25 G 1.063 -.4(r, w).15 H .263(hen tw).4 F 2.763(on)-.1 G .263
18937(otes adjacent on the staf)-2.763 F 2.763(fh)-.25 G -2.25 -.2(av e)
18938-2.763 H .263(to be printed in a single chord, one has to be mo)2.963 F
18939-.15(ve)-.15 G 2.762(dt).15 G(o)-2.762 E .569
18940(the opposite side.\) The y of a chord is al)69.336 417 R -.1(wa)-.1 G
18941.569(ys the middle line of the staf).1 F 3.069(fc)-.25 G .569
18942(ontaining the chord. The x of a)-3.069 F
18943(bar line is its geometric center)69.336 429 Q 2.5(.T)-.55 G
18944(he y of a bar line is the center line of the top visible staf)-2.5 E
18945(f.)-.25 E -.8(Ta)69.336 447 S 2.5(gn).8 G(ames can be re-used. The v)
18946-2.5 E(alue of a tag will al)-.25 E -.1(wa)-.1 G
18947(ys be its most recent de\214nition.).1 E(There are also se)69.336 465 Q
18948-.15(ve)-.25 G(ral "pre-de\214ned" tags. The).15 E 2.5(ya)-.15 G(re:)
18949-2.5 E 12.5(_page the)69.336 483 R(entire page)2.5 E 16.38(_win the)
1895069.336 495 R -.2(av)2.5 G(ailable part of the page)-.05 E 18.61
18951(_cur the)69.336 507 R(current location)2.5 E .02
18952(The _page tag refers to the entire page.)69.336 525 R .02
18953(The x and y v)5.02 F .02
18954(alues of _page are at the geometric center of the page.)-.25 F .159
18955(This tag is seldom useful, b)69.336 537 R .159(ut is pro)-.2 F .159
18956(vided in case you w)-.15 F .159
18957(ant to force something to a speci\214c place on a page.)-.1 F .989
18958(The _win tag refers to the area of the page a)69.336 555 R -.25(va)-.2
18959G .988(ilable for printing.).25 F .988
18960(The name comes from the idea that it)5.988 F(pro)69.336 567 Q 1.03
18961(vides a vie)-.15 F 2.33 -.65(w, a)-.25 H 3.53(si).65 G 3.53(ft)-3.53 G
189621.03(hrough a windo)-3.53 F 2.33 -.65(w, o)-.25 H -6.029 3.53(fa p).65 H
189631.031(ortion of the page. Its precise meaning depends upon the)-3.53 F
189641.655(current conte)69.336 579 R 4.155(xt. In)-.15 F(header)4.155 E
189654.155(,f)-.4 G(ooter)-4.155 E 4.154(,t)-.4 G 1.654
18966(op, bottom, header2, footer2,)-4.154 F 1.654
18967(top2, bottom2, and block conte)6.654 F 1.654(xts, it)-.15 F .451
18968(refers to the area of the page tak)69.336 591 R .452
18969(en up by the corresponding element. In music conte)-.1 F .452
18970(xt, it refers to the area)-.15 F .935(of the page that remains after e)
1897169.336 603 R .935(xcluding the mar)-.15 F .935(gins and the header)-.18
18972F 3.435(,f)-.4 G(ooter)-3.435 E 3.435(,t)-.4 G .935
18973(op and bottom for the page.)-3.435 F 1.416(There is no w)69.336 615 R
189741.417(ay to access location tags in an)-.1 F 3.917(yo)-.15 G 1.417
18975(ther conte)-3.917 F 1.417
18976(xts, so _win \(and all other location tags\) are)-.15 F
18977(meaningless in other conte)69.336 627 Q(xts.)-.15 E .203(The _cur tag \
18978refers to the current location on the page. This is a single point, suc\
18979h that east and west v)69.336 645 R(alues)-.25 E 1.61
18980(are the same as x, and north and south v)69.336 657 R 1.61
18981(alues are the same as y)-.25 F 4.11(.I)-.65 G 4.11(ti)-4.11 G 4.11(so)
18982-4.11 G 1.61(nly useful immediately after a)-4.11 F 2.37(command that e)
1898369.336 669 R 2.369(xplicitly sets the current location, that is, after \
18984a printing command or line or curv)-.15 F(e)-.15 E .237
18985(command. Since Mup places musical data in an arbitrary order)69.336 681
18986R 2.737(,t)-.4 G .237(rying to use _cur at other times is lik)-2.737 F
18987.237(ely to)-.1 F(cause output at a seemingly random place.)69.336 693 Q
18988.948(Location tags can be referenced by a number of commands, including\
18989 those for printing te)69.336 711 R .947(xt, or dra)-.15 F(wing)-.15 E
18990.217(lines or curv)69.336 723 R 2.718(es. In)-.15 F .218
18991(the simplest case, tw)2.718 F 2.718(ot)-.1 G .218(ag references are gi)
18992-2.718 F -.15(ve)-.25 G 2.718(ni).15 G 2.718(np)-2.718 G .218
18993(arentheses. The \214rst tag must refer to)-2.718 F 3.34(ah)69.336 735 S
18994.84(orizontal direction \(the "x" direction for mathematicians\), namel\
18995y a tag with a w)-3.34 F 3.34(,e)-.65 G 3.34(,o)-3.34 G 3.34(rxa)-3.34 G
18996.84(fter the dot.)-3.34 F EP
18997%%Page: 85 91
18998%%BeginPageSetup
18999BP
19000%%EndPageSetup
19001/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(5-)-2.5 G
19002(The second tag is then a v)69.336 96 Q(ertical tag, ha)-.15 E
19003(ving n, s, or y)-.2 E 2.5(.F)-.65 G(or e)-2.65 E(xample:)-.15 E/F1 10
19004/Courier@0 SF(\(g.x, g.y\))105.336 114 Q(// x and y of tag "g")15 E
19005(\(_tag.w, _item.n\))105.336 126 Q(// west of tag "_tag" and)18 E
19006(// north of tag "_item")219.336 138 Q F0 .584(The \214rst e)69.336 158
19007R .584(xample refers to the x,y coordinate of tag "g". The second item \
19008refers to tw)-.15 F 3.085(od)-.1 G(if)-3.085 E .585(ferent tags. The)
19009-.25 F .764(point referenced has its horizontal location aligned with t\
19010he west side of the object ha)69.336 170 R .764(ving the tag "_tag,")-.2
19011F .174(while its v)69.336 182 R .174
19012(ertical position is in line with the north side of the object ha)-.15 F
19013.174(ving the tag "_item".)-.2 F .174(In other w)5.174 F(ords,)-.1 E
19014.129(if a line were dra)69.336 194 R .128(wn along the west side of the\
19015 object tagged with "_tag" and another line were dra)-.15 F .128
19016(wn along)-.15 F 1.209
19017(the top edge of the object with tag "_item", the point where those tw)
1901869.336 206 R 3.709(ol)-.1 G 1.209(ines crossed w)-3.709 F 1.209
19019(ould be the point)-.1 F(referenced.)69.336 218 Q(Frequently)69.336 236
19020Q 2.799(,y)-.65 G .299(ou may w)-2.799 F .299
19021(ant to place something relati)-.1 F .599 -.15(ve t)-.25 H 2.798(oat).15
19022G .298(agged object.)-2.798 F -1.1(Yo)5.298 G 2.798(uc)1.1 G .298
19023(an add of)-2.798 F .298(fsets in both the x)-.25 F 1.317
19024(and y dimensions. These of)69.336 248 R 1.317(fsets are gi)-.25 F -.15
19025(ve)-.25 G 3.817(ni).15 G 3.817(ns)-3.817 G 3.817(tepsizes. As)-3.817 F
19026-.1(wa)3.817 G 3.817(sm).1 G 1.317(entioned earlier)-3.817 F 3.817(,as)
19027-.4 G 1.317(tepsize is half the)-3.817 F(distance between tw)69.336 260
19028Q 2.5(os)-.1 G(taf)-2.5 E 2.5(fl)-.25 G(ines.)-2.5 E F1
19029(\(g.x + 4.5, g.y + 4.5\))105.336 278 Q F0 .701
19030(refers to the point 4.5 stepsizes to the right and abo)69.336 298 R 1
19031-.15(ve t)-.15 H .7(he point \(g.x, g.y\).).15 F .7(Adding an of)5.7 F
19032.7(fset mo)-.25 F -.15(ve)-.15 G 3.2(st).15 G 3.2(ot)-3.2 G(he)-3.2 E
19033(right in the horizontal direction and upw)69.336 310 Q(ard in the v)-.1
19034E(ertical direction. Y)-.15 E(ou can also subtract an of)-1.1 E(fset:)
19035-.25 E F1(\(k.w - 1.3, m.n - 2\))105.336 328 Q F0(refers to a point 1.3\
19036 stepsizes to the left of the west edge of k and 2 stepsizes belo)69.336
19037348 Q 2.5(wt)-.25 G(he top of m.)-2.5 E .611
19038(In the horizontal direction, of)69.336 366 R .611(fsets can be gi)-.25
19039F -.15(ve)-.25 G 3.111(ni).15 G 3.111(nt)-3.111 G .611
19040(erms of "time". This is speci\214ed by using the k)-3.111 F -.15(ey)-.1
19041G -.1(wo).15 G(rd).1 E("time" follo)69.336 378 Q
19042(wed by a number of beats.)-.25 E(As an e)5 E(xample, suppose we ha)-.15
19043E .3 -.15(ve t)-.2 H(he tag reference:).15 E F1
19044(\(q.x + time 1, q.y + 2\))105.336 396 Q F0 .604(If the time signature \
19045is 4/4 and tag "q" happens to be associated with a half note, this tag \
19046reference w)69.336 416 R(ould)-.1 E .639(refer to a point halfw)69.336
19047428 R .639(ay between that note and the follo)-.1 F .639
19048(wing chord, since it includes an of)-.25 F .639(fset of a quarter)-.25
19049F .077(note. If "q" had been associated with a whole note, the point w)
1905069.336 440 R .076(ould be only 1/4 of the w)-.1 F .076
19051(ay between the note)-.1 F .7(and the follo)69.336 452 R .7
19052(wing chord. Since notes are placed based on v)-.25 F .7
19053(arious constraints and aesthetic considerations,)-.25 F
19054(the actual distance will v)69.336 464 Q
19055(ary depending on which tag is referenced.)-.25 E .654(In the case of a\
19056 tag associated with a bar line, the time to distance mapping is done b\
19057ased on the distance)69.336 482 R .003(between the bar \(at count "0"\)\
19058 and the \214rst chord in the measure \(at count "1"\). So, for e)69.336
19059494 R .004(xample, in 4/4 time,)-.15 F 3.453(ar)69.336 506 S .953
19060(eference to a bar line tag + time 0.5 w)-3.453 F .952
19061(ould indicate a place halfw)-.1 F .952
19062(ay between the bar line and the \214rst)-.1 F
19063(chord, whereas tag + time 0.25 w)69.336 518 Q
19064(ould be one fourth of the w)-.1 E(ay)-.1 E(.)-.65 E .052(The mapping o\
19065f time to distance is done based only on the note, rest, or bar line as\
19066sociated with the tag. F)69.336 536 R(or)-.15 E -.15(ex)69.336 548 S
19067.027(ample, if the tag is associated with a quarter note, and the dista\
19068nce between that note and the ne).15 F .027(xt w)-.15 F .027(as 0.5)-.1
19069F .125(inches, specifying)69.336 560 R .125
19070("+ time 2" \(a half note\) w)5.125 F .126
19071(ould mean 1.0 inch to the right, or specifying "- time 2" w)-.1 F(ould)
19072-.1 E .621(mean 1.0 inch to the left, e)69.336 572 R -.15(ve)-.25 G
190733.121(ni).15 G 3.121(ft)-3.121 G .621
19074(he notes to the left or right happened to be spread some)-3.121 F .621
19075(what dif)-.25 F(ferently)-.25 E .955(than 0.5 inches per quarter note.\
19076 Thus it is usually advisable not to specify a time of)69.336 584 R .956
19077(fset greater than the)-.25 F .125(time v)69.336 596 R .125(alue of the\
19078 note or rest associated with the tag, nor to subtract a time v)-.25 F
19079.124(alue. Stated another w)-.25 F(ay)-.1 E 2.624(,w)-.65 G(hen)-2.624 E
190801.851(specifying the X portion of a coordinate using a time of)69.336
19081608 R 1.851(fset, it is best to use a location tag based on)-.25 F
19082(whiche)69.336 620 Q -.15(ve)-.25 G 2.5(rn).15 G(ote, rest, or bar is i\
19083mmediately to the left of the X location you are trying to specify)-2.5
19084E(.)-.65 E(The v)69.336 638 Q(arious kinds of of)-.25 E
19085(fsets can be combined.)-.25 E F1 6(\(_)105.336 656 S
19086(pp + 1.2 - time 3.5, _zz + 2\))-6 E F0 1.237
19087(At least one of the three possible items\212tag, stepsize of)69.336 682
19088R 1.237(fset, or time of)-.25 F 1.237
19089(fset\212must be speci\214ed for each)-.25 F 1.837
19090(direction. Only one tag is allo)69.336 694 R 1.838(wed for each direct\
19091ion. If no tag is speci\214ed, the reference becomes an)-.25 F
19092(absolute reference, gi)69.336 706 Q(ving an e)-.25 E
19093(xact page location. F)-.15 E(or e)-.15 E(xample:)-.15 E F1(\(10, 20\))
19094105.336 724 Q EP
19095%%Page: 86 92
19096%%BeginPageSetup
19097BP
19098%%EndPageSetup
19099/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(6-)-2.5 G 1.458
19100(is 10 stepsizes from the left edge and 20 stepsizes abo)69.336 96 R
191011.757 -.15(ve t)-.15 H 1.457(he bottom of the page.).15 F -.35(Ti)6.457
19102G 1.457(me of).35 F 1.457(fsets are not)-.25 F(allo)69.336 108 Q
19103(wed on absolute references, and must follo)-.25 E 2.5(wt)-.25 G
19104(he tag reference.)-2.5 E .854(It is possible to specify multiple of)
1910569.336 126 R .855(fsets of the same type, although this is rarely)-.25 F
191063.355(,i)-.65 G 3.355(fe)-3.355 G -.15(ve)-3.605 G 1.655 -.4(r, u).15 H
19107.855(seful. Thus the).4 F(follo)69.336 138 Q(wing are equi)-.25 E -.25
19108(va)-.25 G(lent:).25 E/F1 10/Courier@0 SF 6(\(f)105.336 156 S
19109(.x + 1 - 0.5 + time 1 - time 0.5, f.s + .3 - .1\))-6 E 6(\(f)105.336
19110168 S(.x + 0.5 + time 0.5, f.s + .2\))-6 E 69.336 194 EBEGIN
191110 0.1 0.5 setrgbcolor
19112EEND/F0 14/Times-Bold@0 SF 3.5(10.2 Printing)72.836 194 R(commands)3.5 E
1911369.336 212 EBEGIN
191140 0 0 setrgbcolor
19115EEND/F0 10/Times-Roman@0 SF 2.311(There are se)74.147 212 R -.15(ve)-.25
19116G 2.311(ral commands for printing te).15 F 4.811(xt. There)-.15 F 2.31
19117(are four commands that ha)4.811 F 2.61 -.15(ve s)-.2 H 2.31
19118(imilar formats,).15 F(dif)69.336 224 Q(fering only in ho)-.25 E 2.5(wt)
19119-.25 G(he)-2.5 E 2.5(yj)-.15 G(ustify te)-2.5 E(xt.)-.15 E/F1 10
19120/Times-Bold@0 SF(print)105.336 242 Q/F2 10/Times-Italic@0 SF(location)6
19121E/F3 10/Courier@0 SF(")6 E F2(te)A(xt)-.2 E F3(")A F1(left)105.336 254 Q
19122F2(location)6 E F3(")6 E F2(te)A(xt)-.2 E F3(")A F1(right)105.336 266 Q
19123F2(location)6 E F3(")6 E F2(te)A(xt)-.2 E F3(")A F1(center)105.336 278 Q
19124F2(location)6 E F3(")6 E F2(te)A(xt)-.2 E F3(")A F0(The)69.336 304 Q F2
19125(location)3.435 E F0 .935(is optional. If the)3.435 F F2(location)3.435
19126E F0 .936(is omitted, the "print" command will cause the)3.435 F F2(te)
191273.436 E(xt)-.2 E F0 .936(to be printed)3.436 F(be)69.336 316 Q 1.46
19128(ginning at the current horizontal and v)-.15 F 1.459
19129(ertical location. The other commands will cause the te)-.15 F 1.459
19130(xt to be)-.15 F 1.614(placed v)69.336 328 R 1.614
19131(ertically at the current v)-.15 F 1.614(ertical position, b)-.15 F
191321.614(ut left justi\214ed, right justi\214ed, or centered within the)-.2
19133F(current mar)69.336 340 Q(gins of the page.)-.18 E(The)69.336 358 Q F2
19134(location)3.277 E F0 .777(can be speci\214ed using the special k)3.277 F
19135-.15(ey)-.1 G -.1(wo).15 G .776(rd of "nl" which means "ne).1 F .776
19136(xt line." This mo)-.15 F -.15(ve)-.15 G 3.276(st).15 G(he)-3.276 E .83
19137(current location to the be)69.336 370 R .83(ginning of the follo)-.15 F
19138.83(wing line before placing the te)-.25 F .83(xt. In other w)-.15 F .83
19139(ords, the current)-.1 F -.15(ve)69.336 382 S .028
19140(rtical position is mo).15 F -.15(ve)-.15 G 2.528(dd).15 G -.25(ow)
19141-2.528 G(nw).25 E .027(ard by the height of the current te)-.1 F .027
19142(xt point size \(or by as much as necessary)-.15 F
19143(if the string is taller than that\). Then the)69.336 394 Q F2(te)2.5 E
19144(xt)-.2 E F0(is printed on that line with the gi)2.5 E -.15(ve)-.25 G
191452.5(nj).15 G(usti\214cation style.)-2.5 E .858(The other w)69.336 412 R
19146.859(ay to specify a)-.1 F F2(location)3.359 E F0 .859
19147(is by using coordinates.)3.359 F .859(The justi\214cation then tak)
191485.859 F .859(es place relati)-.1 F 1.159 -.15(ve t)-.25 H(o).15 E .222
19149(the referenced location.)69.336 424 R -.15(Fo)5.222 G 2.722(re).15 G
19150.222(xample, consider the follo)-2.872 F .221
19151(wing "right" command containing a reference to an)-.25 F
19152(absolute location:)69.336 436 Q F3(right \(25, 4\) "something")105.336
19153454 Q F0 1.246(The y location gi)69.336 474 R -.15(ve)-.25 G 3.746(ni)
19154.15 G 3.746(s4)-3.746 G 3.746(.S)-3.746 G 1.247(ince this is an absolut\
19155e location with no location tags being referenced, this)-3.746 F 1.233
19156(means the v)69.336 486 R 1.233(ertical position will be 4 stepsizes fr\
19157om the bottom of the page. The x location gi)-.15 F -.15(ve)-.25 G 3.732
19158(ni).15 G 3.732(s2)-3.732 G(5.)-3.732 E(Ag)69.336 498 Q .271(ain, this \
19159is an absolute location, so the current horizontal position will be 25 \
19160stepsizes from the left edge)-.05 F .904
19161(of the page. Since right justi\214cation is indicated, the w)69.336 510
19162R .903(ord "something" will be placed such that the right)-.1 F .473(ed\
19163ge of the \214nal "g" will be 25 stepsizes from the left edge of the pa\
19164ge. If "center" had been speci\214ed, the)69.336 522 R(middle of the w)
1916569.336 534 Q(ord "something" w)-.1 E(ould be at the 25 stepsize point.)
19166-.1 E(Here are some other e)69.336 552 Q(xamples:)-.15 E F3
19167(print "Author unknown")105.336 570 Q(center nl "subtitle")105.336 582 Q
19168(left \(h.x - 1.5, h.n + 2.3\) "Ad lib")105.336 594 Q
19169(right \(_fine.e + time 3, _note.n + 5\) "Duet")105.336 606 Q F0(Anothe\
19170r type of print command is "title." The full format of this command is:)
1917169.336 632 Q F1(title)105.336 650 Q F2(fontfamily font size)6 E("te)5 E
191722.5(xt1" "te)-.2 F 2.5(xt2" "te)-.2 F(xt3")-.2 E F0(Ho)69.336 670 Q(we)
19173-.25 E -.15(ve)-.25 G .943 -.4(r, o).15 H .143(nly the w).4 F .143
19174(ord "title" and one quoted te)-.1 F .143(xt string are required.)-.15 F
19175(The)5.143 E F2(fontfamily)2.643 E F0 2.643(,i)C 2.643(fs)-2.643 G .143
19176(peci\214ed, has one)-2.643 F 1.351(of the v)69.336 682 R 1.351(alues v)
19177-.25 F 1.352(alid for the "fontf)-.25 F 1.352(amily" parameter \(a)-.1 F
19178-.25(va)-.2 G(ntg).25 E 1.352(arde, bookman, courier)-.05 F 3.852(,h)-.4
19179G(elv)-3.852 E 1.352(etica, ne)-.15 F(wcentury)-.25 E(,)-.65 E .212
19180(palatino, or times\). The def)69.336 694 R .211(ault is the v)-.1 F
19181.211(alue of the "fontf)-.25 F .211(amily" parameter)-.1 F 5.211(.T)-.55
19182G(he)-5.211 E F2(font)2.711 E F0 2.711(,i)C 2.711(fs)-2.711 G .211
19183(peci\214ed, has one of)-2.711 F .058(the v)69.336 706 R .058(alues v)
19184-.25 F .058
19185(alid for the "font" parameter \(rom, bold, ital, or boldital\). If no)
19186-.25 F F2(font)2.558 E F0 .058(is speci\214ed the def)2.558 F .058
19187(ault is the)-.1 F -.25(va)69.336 718 S 1.257
19188(lue of the "font" parameter).25 F 6.257(.T)-.55 G 1.257(he optional)
19189-6.257 F F2(size)3.757 E F0 1.257(is a point size within parentheses.)
191903.757 F 1.257(If not speci\214ed, the)6.257 F(def)69.336 730 Q
19191(ault is the v)-.1 E(alue of the "size" parameter)-.25 E(.)-.55 E EP
19192%%Page: 87 93
19193%%BeginPageSetup
19194BP
19195%%EndPageSetup
19196/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(7-)-2.5 G .246
19197(In all cases, the location will be lik)69.336 96 R 2.746(et)-.1 G .246
19198(hat obtained via the "nl" location to a print command. In other w)
19199-2.746 F(ords,)-.1 E .09(the title te)69.336 108 R .09
19200(xt string\(s\) will be printed on the line belo)-.15 F 2.59(wt)-.25 G
19201.09(he location that w)-2.59 F .09(as current when the title command)-.1
19202F -.1(wa)69.336 120 S 2.504(se).1 G .004
19203(ncountered. If there is only one string gi)-2.504 F -.15(ve)-.25 G .005
19204(n, it will be centered between the mar).15 F .005(gins. If tw)-.18 F
192052.505(os)-.1 G .005(trings are)-2.505 F(gi)69.336 132 Q -.15(ve)-.25 G
19206.694(n, both will be printed on the same line, b).15 F .693
19207(ut the \214rst will be left justi\214ed and the second will be right)
19208-.2 F .545(justi\214ed. If three strings are gi)69.336 144 R -.15(ve)
19209-.25 G .545(n, the).15 F 3.045(yw)-.15 G .546(ill all be printed on the\
19210 same line, with the \214rst left justi\214ed, the)-3.045 F
19211(second centered, and the last right justi\214ed.)69.336 156 Q
19212(Some samples:)69.336 174 Q/F1 10/Courier@0 SF
19213(title bold \(12\) "Sonata 12")105.336 192 Q
19214(title \(18\) "Song Without Words")105.336 204 Q
19215(title ital \(12\) "Text: John Doe" "Tune: Jane Doe")105.336 216 Q
19216(title "Suite in C" "Trumpet I" "Waltz")105.336 228 Q 18(title "" "A.)
19217105.336 240 R(Composer")6 E F0 1.582
19218(The \214nal command for printing te)69.336 266 R 1.582
19219(xt is the "paragraph" command.)-.15 F 1.582(This is used when you ha)
192206.582 F 1.881 -.15(ve a l)-.2 H(ong).15 E .748(section of te)69.336 278
19221R .748(xt, and you w)-.15 F .748(ould lik)-.1 F 3.248(ei)-.1 G 3.248(tt)
19222-3.248 G 3.248(oa)-3.248 G .748(utomatically wrap around onto as man)
19223-3.248 F 3.249(yl)-.15 G .749(ines as necessary)-3.249 F 5.749(.Y)-.65 G
19224(ou)-6.849 E .52(can specify whether you w)69.336 290 R .52
19225(ant the right mar)-.1 F .52(gin to be "justi\214ed" or "ragged.")-.18 F
19226.52(If you don')5.52 F 3.02(ts)-.18 G(pecify)-3.02 E 3.02(,t)-.65 G .52
19227(he type)-3.02 F .228(of the pre)69.336 302 R .228
19228(vious paragraph is used.)-.25 F .228(The def)5.228 F .228
19229(ault for the v)-.1 F .229(ery \214rst paragraph is to be justi\214ed.)
19230-.15 F .229(By def)5.229 F .229(ault, the)-.1 F -.25(va)69.336 314 S
192311.154(lues of the fontf).25 F(amily)-.1 E 3.653(,f)-.65 G 1.153
19232(ont, and size parameters are used to determine the te)-3.653 F 1.153
19233(xt style, b)-.15 F 1.153(ut an)-.2 F 3.653(yo)-.15 G 3.653(ra)-3.653 G
192341.153(ll of)-3.653 F(those parameters can be o)69.336 326 Q -.15(ve)-.15
19235G(rridden on the paragraph command. The complete syntax is:).15 E/F2 10
19236/Times-Italic@0 SF(justify_type)71.836 344 Q/F3 10/Times-Bold@0 SF
19237(paragraph)2.5 E F2(fontfamily font)2.5 E F3(\()2.5 E F2(size)A F3 2.5
19238(\)")C F2(string)-2.5 E F3(")A F0(Only the k)69.336 362 Q -.15(ey)-.1 G
19239-.1(wo).15 G(rd "paragraph" and the string are required.).1 E
19240(Here are some e)5 E(xample paragraphs:)-.15 E F1
19241(paragraph "This is an example of a paragraph. Since no justification)
19242105.336 380 Q
19243(type was specified, and this is the very first paragraph, the default)
19244105.336 392 Q(\(justified\) is used. A paragraph will wrap around)
19245105.336 404 Q(to as many lines as needed.)105.336 416 Q
19246(An explicit newline is given at the end of this paragraph,)105.336 428
19247Q(to force a blank line between it and the following paragraph.\\n")
19248105.336 440 Q(ragged paragraph avantgarde ital \(15\) "This paragraph)
19249105.336 464 Q
19250(is ragged rather than flush right. It is in a different font and size.)
19251105.336 476 Q
19252(Ragged paragraphs are split onto multiple lines if necessary,)105.336
19253488 Q(but they are not spread out to make lines go all the way to)
19254105.336 500 Q(the right margin.")105.336 512 Q
19255(justified paragraph \(14\) ")105.336 536 Q(Here is another paragraph.)
1925630 E(This one is justified.)105.336 548 Q
19257(Only the size was specified for this paragraph; the font was not,)
19258105.336 560 Q(so the current default will be used.)105.336 572 Q
19259(Some spaces are included at the beginning of the paragraph text,)
19260105.336 584 Q(to create an indented first line for the paragraph.")
19261105.336 596 Q(paragraph "Here is the final paragraph.)105.336 620 Q
19262(Since no justification type was given,)105.336 632 Q
19263(that of the previous paragraph \(justified in this case\) was used.)
19264105.336 644 Q 6(Ap)105.336 656 S(aragraph may be used for many things,)
19265-6 E(such as describing how you want a piece to be performed,)105.336
19266668 Q(or a biography of the composer.")105.336 680 Q EP
19267%%Page: 88 94
19268%%BeginPageSetup
19269BP
19270%%EndPageSetup
19271/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(8-)-2.5 G 111.836 96
19272EBEGIN
19273gsave 0 0.25 0.75 setrgbcolor 0 316 rlineto 352 0 rlineto 0 316 neg rlineto closepath stroke grestore
19274EEND 128 447 352 352 -316 316 110.836 412 PBEGIN
19275%%BeginDocument: mugex81.ps
19276%%BoundingBox: 128 447 480 763
19277save
192781216322504 1216321786 sv
192791.000000 1.000000 scale
19280% S_SSV
19281(/tmp/ugexiM5077) inputfile
192822 linenum
19283% S_FEED
192844 linenum
19285% S_BLOCKHEAD
192864 linenum
19287/Times-Roman findfont
1928812 scalefont
19289setfont
19290144.00 746.28 moveto
19291(This is an example of a paragraph. Since no justification type was) 0.77 0.00 32 4 -1 roll
19292widthshow
19293144.00 733.46 moveto
19294(specified, and this is the very first paragraph, the default \(justified\)) 0.42 0.00 32 4 -1 roll
19295widthshow
19296144.00 720.65 moveto
19297(is used. A paragraph will wrap around to as many lines as needed.) 0.59 0.00 32 4 -1 roll
19298widthshow
19299144.00 707.83 moveto
19300(An explicit newline is given at the end of this paragraph, to force a) 0.31 0.00 32 4 -1 roll
19301widthshow
19302144.00 695.02 moveto
19303(blank line between it and the following paragraph.) show
19304/Times-Roman findfont
1930512 scalefont
19306setfont
19307144.00 682.20 moveto
19308/AvantGarde-BookOblique findfont
1930915 scalefont
19310setfont
19311144.00 665.64 moveto
19312(This paragraph is ragged rather than flush) show
19313144.00 649.08 moveto
19314(right. It is in a different font and size. Ragged) show
19315144.00 632.52 moveto
19316(paragraphs are split onto multiple lines if) show
19317144.00 615.96 moveto
19318(necessary, but they are not spread out to) show
19319144.00 599.40 moveto
19320(make lines go all the way to the right) show
19321144.00 582.84 moveto
19322(margin.) show
19323/Times-Roman findfont
1932414 scalefont
19325setfont
19326144.00 567.89 moveto
19327( Here is another paragraph. This one is justified. Only) 0.70 0.00 32 4 -1 roll
19328widthshow
19329144.00 552.94 moveto
19330(the size was specified for this paragraph; the font was) 2.67 0.00 32 4 -1 roll
19331widthshow
19332144.00 537.98 moveto
19333(not, so the current default will be used. Some spaces are) 1.02 0.00 32 4 -1 roll
19334widthshow
19335144.00 523.03 moveto
19336(included at the beginning of the paragraph text, to create) 0.92 0.00 32 4 -1 roll
19337widthshow
19338144.00 508.08 moveto
19339(an indented first line for the paragraph.) show
19340/Times-Roman findfont
1934112 scalefont
19342setfont
19343144.00 495.26 moveto
19344(Here is the final paragraph. Since no justification type was given,) 1.07 0.00 32 4 -1 roll
19345widthshow
19346144.00 482.45 moveto
19347(that of the previous paragraph \(justified in this case\) was used. A) 1.15 0.00 32 4 -1 roll
19348widthshow
19349144.00 469.63 moveto
19350(paragraph may be used for many things, such as describing how) 1.68 0.00 32 4 -1 roll
19351widthshow
19352144.00 456.82 moveto
19353(you want a piece to be performed, or a biography of the composer.) show
19354% S_FEED
19355% Printing header/footer
19356showpage
19357restore
19358%%DocumentFonts: /Times-Roman /AvantGarde-BookOblique
19359%%Pages: 2
19360%%EndDocument
19361end PEND/F0 10/Times-Roman@0 SF 1.37(Sometimes you may w)69.336 432 R
193621.37(ant to mix blocks of te)-.1 F 1.371(xt with music.)-.15 F 1.371
19363(This can be done by specifying a "block")6.371 F(conte)69.336 444 Q
19364.568(xt. The block conte)-.15 F .568(xt will typically contain one or m\
19365ore "paragraph" commands, although an)-.15 F 3.068(yo)-.15 G 3.068(ft)
19366-3.068 G(he)-3.068 E 1.092
19367(printing commands \(paragraph, print, left, center)69.336 456 R 3.592
19368(,r)-.4 G 1.093
19369(ight, or title\) can be used. The block can also contain)-3.592 F 1.078
19370(changes in certain parameters, namely font, size, and fontf)69.336 468
19371R(amily)-.1 E 3.578(,w)-.65 G 1.078(hich will af)-3.578 F 1.078
19372(fect the appearance of the)-.25 F(follo)69.336 480 Q 1.826(wing te)-.25
19373F 1.826(xt. A block can also contain "ne)-.15 F 1.826(wscore" or "ne)
19374-.25 F 1.826(wpage" commands.)-.25 F 1.827(Using "ne)6.826 F 1.827
19375(wscore" will)-.25 F .679(cause v)69.336 492 R .679
19376(ertical space to be added, as w)-.15 F .679
19377(ould be used to separate scores. The amount of space is af)-.1 F .678
19378(fected by)-.25 F .245(the scoresep and scorepad parameters. Using "ne)
1937969.336 504 R .245(wpage" will cause a ne)-.25 F 2.745(wp)-.25 G .246
19380(age to be started.)-2.745 F .246(If a ne)5.246 F(wscore)-.25 E 1.975
19381(or ne)69.336 516 R 1.975(wpage includes a "leftmar)-.25 F 1.975
19382(gin" speci\214cation, that will alter the left mar)-.18 F 1.975
19383(gin on the block te)-.18 F 1.975(xt that)-.15 F(follo)69.336 528 Q 2.5
19384(ws. A)-.25 F("rightmar)2.5 E
19385(gin" speci\214cation will alter the right mar)-.18 E
19386(gin of the block te)-.18 E(xt that precedes it.)-.15 E(Here is an e)
1938769.336 546 Q(xample of a block.)-.15 E EP
19388%%Page: 89 95
19389%%BeginPageSetup
19390BP
19391%%EndPageSetup
19392/F0 10/Times-Roman@0 SF 2.5(-8)274.506 48 S 2.5(9-)-2.5 G/F1 10
19393/Courier@0 SF(block)105.336 96 Q
19394(title bold "Notation in Simple and Compound Meters")105.336 108 Q
19395(title "")105.336 120 Q(paragraph "It is common for a person familiar)
19396105.336 132 Q(with mathematics but not with music to assume)105.336 144
19397Q(that 3/4 and 6/8 time are equivalent,)105.336 156 Q
19398(but that is not the case.)105.336 168 Q
19399(In 3/4 time \(which is known as simple triple meter\),)105.336 180 Q 6
19400(am)105.336 192 S(easure containing 3 quarter notes)-6 E
19401(would be notated like this:")105.336 204 Q(score time=3/4)105.336 216 Q
19402(music)105.336 228 Q(1: c;;;)105.336 240 Q(bar)105.336 252 Q(block)
19403105.336 264 Q(paragraph "whereas in 6/8 time)105.336 276 Q
19404(\(which is compound duple meter\),)105.336 288 Q 6(am)105.336 300 S
19405(easure with 3 quarter notes should be notated thus:")-6 E
19406(score time=6/8)105.336 312 Q(music)105.336 324 Q(1: 4c;8~;;4;)105.336
19407336 Q(bar)105.336 348 Q 111.836 357.6 EBEGIN
19408gsave 0 0.25 0.75 setrgbcolor 0 271 rlineto 352 0 rlineto 0 271 neg rlineto closepath stroke grestore
19409EEND 128 492 352 352 -271 271 110.836 628.6 PBEGIN
19410%%BeginDocument: mugex82.ps
19411%%BoundingBox: 128 492 480 763
19412save
194131216322504 1216321786 sv
194141.000000 1.000000 scale
19415% S_SSV
19416(/tmp/ugexiM5077) inputfile
194172 linenum
19418% S_FEED
194197 linenum
19420% S_BLOCKHEAD
194217 linenum
19422/Helvetica-Bold findfont
1942312 scalefont
19424setfont
19425186.70 745.85 moveto
19426(Notation in Simple and Compound Meters) show
19427/Helvetica findfont
1942812 scalefont
19429setfont
19430306.00 732.53 moveto
19431/Helvetica findfont
1943212 scalefont
19433setfont
19434144.00 719.21 moveto
19435(It is common for a person familiar with mathematics but not) 1.07 0.00 32 4 -1 roll
19436widthshow
19437144.00 705.89 moveto
19438(with music to assume that 3/4 and 6/8 time are equivalent,) 1.45 0.00 32 4 -1 roll
19439widthshow
19440144.00 692.57 moveto
19441(but that is not the case. In 3/4 time \(which is known as) 3.07 0.00 32 4 -1 roll
19442widthshow
19443144.00 679.25 moveto
19444(simple triple meter\), a measure containing 3 quarter notes) 2.07 0.00 32 4 -1 roll
19445widthshow
19446144.00 665.93 moveto
19447(would be notated like this:) show
19448% S_SSV
1944917 linenum
19450% S_FEED
19451291.00 1129.26 468.00 5 1.000000 1.000000 stf
19452/Times-Roman findfont
1945312 scalefont
19454setfont
19455144.00 625.26 moveto
19456% S_CLEFSIG
19457158.79 619.26 1.000000 gclef
19458/NewCenturySchlbk-Bold findfont
1945916 scalefont
19460setfont
19461170.58 625.26 moveto
19462(3) show
19463/NewCenturySchlbk-Bold findfont
1946416 scalefont
19465setfont
19466170.58 613.24 moveto
19467(4) show
19468% S_CHHEAD
19469% S_STAFF
19470% staff 1
19471save
19472208.26 607.26 1.000000 4n
194730.70 setlinewidth
19474202.03 607.26 moveto
19475214.50 607.26 lineto stroke
19476211.95 608.01 moveto
19477211.95 628.26 lineto stroke
19478292.91 607.26 1.000000 4n
19479286.68 607.26 moveto
19480299.15 607.26 lineto stroke
19481296.60 608.01 moveto
19482296.60 628.26 lineto stroke
19483378.40 607.26 1.000000 4n
19484372.17 607.26 moveto
19485384.64 607.26 lineto stroke
19486382.09 608.01 moveto
19487382.09 628.26 lineto stroke
19488restore
19489% S_BAR
1949021 linenum
194910.70 setlinewidth
19492453.28 637.26 moveto
19493453.28 613.26 lineto stroke
19494% S_CLEFSIG
19495/NewCenturySchlbk-Bold findfont
1949616 scalefont
19497setfont
19498456.78 625.26 moveto
19499(6) show
19500/NewCenturySchlbk-Bold findfont
1950116 scalefont
19502setfont
19503456.78 613.05 moveto
19504(8) show
19505% S_FEED
1950621 linenum
19507% S_BLOCKHEAD
1950821 linenum
19509/Helvetica findfont
1951012 scalefont
19511setfont
19512144.00 579.03 moveto
19513(whereas in 6/8 time \(which is compound duple meter\), a) 2.95 0.00 32 4 -1 roll
19514widthshow
19515144.00 565.71 moveto
19516(measure with 3 quarter notes should be notated thus:) show
19517% S_SSV
1951825 linenum
19519% S_FEED
19520288.00 1030.18 468.00 5 1.000000 1.000000 stf
19521% S_CLEFSIG
19522155.79 520.18 1.000000 gclef
19523/NewCenturySchlbk-Bold findfont
1952416 scalefont
19525setfont
19526167.58 526.18 moveto
19527(6) show
19528/NewCenturySchlbk-Bold findfont
1952916 scalefont
19530setfont
19531167.58 513.98 moveto
19532(8) show
19533% S_CHHEAD
19534% S_STAFF
19535% staff 1
19536save
19537205.52 508.18 1.000000 4n
19538199.28 508.18 moveto
19539211.75 508.18 lineto stroke
19540209.20 508.93 moveto
19541209.20 529.18 lineto stroke
19542284.73 508.18 1.000000 4n
19543278.50 508.18 moveto
19544290.96 508.18 lineto stroke
19545288.41 508.93 moveto
19546288.41 529.18 lineto stroke
19547291.44 529.18 1.000000 dnflag
19548334.22 508.18 1.000000 4n
19549327.99 508.18 moveto
19550340.45 508.18 lineto stroke
19551337.90 508.93 moveto
19552337.90 529.18 lineto stroke
19553340.93 529.18 1.000000 dnflag
19554391.50 508.18 1.000000 4n
19555385.27 508.18 moveto
19556397.74 508.18 lineto stroke
19557395.19 508.93 moveto
19558395.19 529.18 lineto stroke
19559286.73 503.08 moveto
19560286.75 503.24 lineto
19561294.21 501.34 301.78 500.40 309.48 500.40 curveto
19562317.17 500.40 324.74 501.34 332.20 503.24 curveto
19563332.24 502.93 lineto
19564324.89 500.27 317.30 498.95 309.48 498.95 curveto
19565301.65 498.95 294.06 500.27 286.71 502.93 curveto
19566fill
19567restore
19568% S_BAR
1956929 linenum
195700.70 setlinewidth
19571467.65 538.18 moveto
19572467.65 514.18 lineto stroke
19573% Printing header/footer
19574showpage
19575restore
19576%%DocumentFonts: /Times-Roman /Helvetica /Helvetica-Bold /NewCenturySchlbk-Bold
19577%%Pages: 2
19578%%EndDocument
19579end PEND/F0 10/Times-Roman@0 SF 1.751
19580(The printing commands may occur in the header)69.336 648.6 R 4.251(,f)
19581-.4 G(ooter)-4.251 E 4.252(,h)-.4 G 1.752
19582(eader2, footer2, top, bottom, top2, bottom2,)-4.252 F .216
19583(block, and music conte)69.336 660.6 R 2.716(xts. After)-.15 F .215(eac\
19584h printing command, the current location is set to the right edge of th\
19585e)2.716 F(last character printed horizontally and at the baseline of th\
19586e current line v)69.336 672.6 Q(ertically)-.15 E(.)-.65 E 69.336 690.6
19587EBEGIN
195880 0.1 0.5 setrgbcolor
19589EEND/F0 14/Times-Bold@0 SF 3.5(10.3 Including)72.836 690.6 R(raw P)3.5 E
19590(ostScript)-.28 E 69.336 708.6 EBEGIN
195910 0 0 setrgbcolor
19592EEND/F0 10/Times-Roman@0 SF .608
19593(There is another command that looks a lot lik)72.444 708.6 R 3.108(et)
19594-.1 G .608(he printing commands, b)-3.108 F .608(ut gi)-.2 F -.15(ve)
19595-.25 G 3.108(sy).15 G .608(ou a w)-3.108 F .608(ay to insert ra)-.1 F(w)
19596-.15 E .769(PostScript into the Mup output.)69.336 720.6 R .768
19597(This might be used, for e)5.769 F .768
19598(xample, to include a picture or logo along with)-.15 F(your music.)
1959969.336 732.6 Q(The syntax is)5 E EP
19600%%Page: 90 96
19601%%BeginPageSetup
19602BP
19603%%EndPageSetup
19604/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(0-)-2.5 G/F1 10
19605/Times-Bold@0 SF(postscript)105.336 96 Q/F2 10/Times-Italic@0 SF
19606(optional_location)6 E F1(")6 E F2 -.15(ra)C 2.5(wP).15 G(ostScript)-3.3
19607E F1(")A F0(As with the other print commands, if the location is omitte\
19608d, the current location is used.)69.336 116 Q .762
19609(The string is copied directly to the Mup output.)69.336 134 R -1.1(Yo)
196105.762 G 3.262(uc)1.1 G .762
19611(an use the usual \\" to embed a double quote in the)-3.262 F .146
19612(string, b)69.336 146 R .146(ut otherwise the string is copied e)-.2 F
19613.145(xactly as it is, enclosed inside a PostScript sa)-.15 F -.15(ve)-.2
19614G 2.645(/restore. After).15 F(the)2.645 E
19615(restore, the current location is reset back to where it w)69.336 158 Q
19616(as originally)-.1 E(.)-.65 E .834
19617(Since the string is copied without an)69.336 176 R 3.334(yi)-.15 G .834
19618(nterpretation, Mup does not reserv)-3.334 F 3.335(ea)-.15 G 1.135 -.15
19619(ny s)-3.335 H .835(pace on the page for the).15 F .429
19620(PostScript, and it is your responsibility to pro)69.336 188 R .429
19621(vide v)-.15 F .429(alid PostScript.)-.25 F .428
19622(The PostScript language is be)5.429 F .428(yond the)-.15 F
19623(scope of this User')69.336 200 Q 2.5(sG)-.55 G
19624(uide; consult a book on PostScript if you need more information.)-2.5 E
19625.896(As a simple e)69.336 218 R .896(xample, you might include an Encap\
19626sulated PostScript \214le near the lo)-.15 F .897
19627(wer left corner of the)-.25 F(current page using)69.336 230 Q/F3 10
19628/Courier@0 SF(postscript "50 50 translate \(file.eps\) run")105.336 248
19629Q F0(Or you could print a message in red italics near the bottom of the\
19630 page lik)69.336 274 Q 2.5(et)-.1 G(his:)-2.5 E F3
19631(postscript \(70, 20\) ")105.336 292 Q 6(100s)189.336 304 S(etrgbcolor)
19632-6 E(/NewCenturySchlbk-Italic findfont)189.336 316 Q
19633(16 scalefont setfont)189.336 328 Q(\(Photocopying prohibited\) show)
19634189.336 340 Q(")189.336 352 Q 69.336 378 EBEGIN
196350 0.1 0.5 setrgbcolor
19636EEND/F0 14/Times-Bold@0 SF 3.5(10.4 Lines)72.836 378 R(and cur)3.5 E
19637-.14(ve)-.14 G(s).14 E 69.336 396 EBEGIN
196380 0 0 setrgbcolor
19639EEND/F0 10/Times-Roman@0 SF(The "line" statement is used for dra)71.836
19640396 Q(wing lines. Its format is:)-.15 E/F1 10/Times-Italic@0 SF
19641(linetype)105.336 414 Q/F2 10/Times-Bold@0 SF(line \()6 E F1(X1, Y1)A F2
196422.5(\)t)C 2.5(o\()-2.5 G F1(X2, Y2)-2.5 E F2(\))A F0(The)69.336 434 Q F1
19643(linetype)4.148 E F0 1.648(can be "wide," "medium," "w)4.148 F -.2(av)
19644-.1 G -.65(y,).2 G 4.147("").65 G 1.647
19645(dotted," "dashed," or it can be omitted, which means)-4.147 F(narro)
1964669.336 446 Q 4.406 -.65(w. T)-.25 H .606(he w).65 F -.2(av)-.1 G 3.106
19647(yl).2 G .607(ine could be used for glissandos. It could also be used f\
19648or manually dra)-3.106 F .607(wing rolls and)-.15 F .691
19649(trills, although it should rarely if e)69.336 458 R -.15(ve)-.25 G
196503.191(rb).15 G 3.191(en)-3.191 G .691
19651(ecessary to resort to this, since the roll and mussym statements)-3.191
19652F .215(will usually suf)69.336 470 R .215
19653(\214ce and are much easier to use.)-.25 F(Narro)5.216 E 1.516 -.65
19654(w, d)-.25 H .216(ashed, or dotted lines w).65 F .216
19655(ould typically be used for)-.1 F -.2(vo)69.336 482 S .173
19656(ice crossings.).2 F .173
19657(The medium line is about twice as wide as a narro)5.173 F 2.673(wl)-.25
19658G .173(ine, and a wide line is about twice as)-2.673 F
19659(wide as a medium line.)69.336 494 Q
19660(The X and Y coordinates are speci\214ed as w)69.336 512 Q
19661(as described in the section on "Location tags.")-.1 E/F3 10/Courier@0
19662SF(score)105.336 530 Q(vscheme=2f)117.336 542 Q(staff2 clef=bass)117.336
19663554 Q(music)105.336 578 Q 6(11)105.336 590 S 6(:c)-6 G 6(+=)-6 G
19664(c;e =e;g;c+;)-6 E 6(12)105.336 602 S 6(:e=)-6 G(_e;g =_g;c =_c;s;)-6 E
196656(21)105.336 614 S 6(:2)-6 G(.s;4g =_gg;)-6 E 6(22)105.336 626 S 6(:1)-6
19666G(ce;)-6 E(line \(c.e + 2, c.y\) to \(e.w - 2, e.y\))105.336 638 Q
19667(line \(_e.e + 2, _e.y\) to \(_g.w - 2, _g.y\))105.336 650 Q
19668(dashed line \(_c.e + 1, _c.y\) to \(_gg.w - 1, _gg.y\))105.336 662 Q
19669(bar)105.336 674 Q EP
19670%%Page: 91 97
19671%%BeginPageSetup
19672BP
19673%%EndPageSetup
19674/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(1-)-2.5 G 127.836 96
19675EBEGIN
19676gsave 0 0.25 0.75 setrgbcolor 0 123 rlineto 320 0 rlineto 0 123 neg rlineto closepath stroke grestore
19677EEND 160 640 320 320 -123 123 126.836 219 PBEGIN
19678%%BeginDocument: mugex83.ps
19679%%BoundingBox: 160 640 480 763
19680save
196811216322504 1216321786 sv
196821.000000 1.000000 scale
19683% S_SSV
19684(/tmp/ugexiM5077) inputfile
196852 linenum
19686% S_SSV
196874 linenum
19688% S_FEED
19689324.29 1235.00 468.00 5 1.000000 1.000000 stf
19690324.29 1164.00 468.00 5 1.000000 1.000000 stf
196910.70 setlinewidth
19692180.29 743.00 moveto
19693180.29 648.00 lineto stroke
19694% S_CLEFSIG
19695192.08 725.00 1.000000 gclef
19696192.33 666.00 1.000000 fclef
19697% S_CHHEAD
19698% S_STAFF
19699% staff 1
19700save
19701227.86 734.00 1.000000 4n
19702231.54 734.75 moveto
19703231.54 755.00 lineto stroke
19704290.50 719.00 1.000000 4n
19705294.18 719.75 moveto
19706294.18 740.00 lineto stroke
19707350.39 725.00 1.000000 4n
19708354.07 725.75 moveto
19709354.07 746.00 lineto stroke
19710412.36 734.00 1.000000 4n
19711408.68 733.25 moveto
19712408.68 713.00 lineto stroke
19713227.86 719.00 1.000000 4n
19714224.18 718.25 moveto
19715224.18 698.00 lineto stroke
19716287.50 725.00 1.000000 4n
19717283.81 724.25 moveto
19718283.81 704.00 lineto stroke
19719350.39 713.00 1.000000 4n
19720344.15 713.00 moveto
19721356.62 713.00 lineto stroke
19722346.70 712.25 moveto
19723346.70 692.00 lineto stroke
19724restore
19725% S_STAFF
19726% staff 2
19727save
19728412.36 669.00 1.000000 4n
197290.70 setlinewidth
19730416.04 669.75 moveto
19731416.04 690.00 lineto stroke
19732227.86 663.00 1.000000 1n
19733227.86 657.00 1.000000 1n
19734restore
19735% S_LINE
1973611 linenum
197370.70 setlinewidth
19738237.89 734.00 moveto
19739280.46 719.00 lineto stroke
19740% S_LINE
1974112 linenum
19742237.89 719.00 moveto
19743277.46 725.00 lineto stroke
19744% S_LINE
1974513 linenum
197461.00 setlinewidth
19747[3 3] 0 setdash
19748357.42 713.00 moveto
19749405.33 669.00 lineto stroke
197500.70 setlinewidth
19751[] 0 setdash
197520 setlinecap
197530 setlinejoin
19754% S_BAR
1975515 linenum
19756467.65 743.00 moveto
19757467.65 719.00 lineto stroke
19758467.65 672.00 moveto
19759467.65 648.00 lineto stroke
19760% Printing header/footer
19761showpage
19762restore
19763%%DocumentFonts:
19764%%Pages: 2
19765%%EndDocument
19766end PEND/F0 10/Times-Roman@0 SF(It is possible to print a te)69.336 239
19767Q(xt string by the line by adding)-.15 E/F1 10/Times-Bold@0 SF(with)
19768105.336 257 Q/F2 10/Times-Italic@0 SF(fontfamily font)2.5 E F1(\()2.5 E
19769F2(size)A F1 2.5(\)")C F2(string)-2.5 E F1(")A F0 .65
19770(at the end of the "line" statement. Only the k)69.336 277 R -.15(ey)-.1
19771G -.1(wo).15 G .65(rd "with" and the te).1 F .65
19772(xt string itself are required; the font)-.15 F .736
19773(and size information is optional.)69.336 289 R .736
19774(As usual, the fontf)5.736 F(amily)-.1 E 3.236(,f)-.65 G .736
19775(ont, and size parameter v)-3.236 F .736(alues are used to get)-.25 F
19776-.25(va)69.336 301 S 2.024(lues if the optional items are omitted. The \
19777most common usage for printing a string with a line is).25 F
19778(probably for glissandos.)69.336 313 Q/F3 10/Courier@0 SF
19779(1: 2d =n; g+ =m;)105.336 331 Q(wavy line \(n.e + 1.5, n.y\) to \(m.w -\
19780 1.5, m.y\) with ital \(9\) "gliss.")105.336 343 Q(bar)105.336 355 Q
19781127.836 364.6 EBEGIN
19782gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
19783EEND 160 702 320 320 -61 61 126.836 425.6 PBEGIN
19784%%BeginDocument: mugex84.ps
19785%%BoundingBox: 160 702 480 763
19786save
197871216322504 1216321786 sv
197881.000000 1.000000 scale
19789% S_SSV
19790(/tmp/ugexiM5077) inputfile
197912 linenum
19792% S_FEED
19793324.29 1235.00 468.00 5 1.000000 1.000000 stf
19794% S_CLEFSIG
19795192.08 725.00 1.000000 gclef
19796% S_CHHEAD
19797% S_STAFF
19798% staff 1
19799save
19800232.52 716.00 1.000000 2n
198010.70 setlinewidth
19802236.42 716.75 moveto
19803236.42 737.00 lineto stroke
19804355.53 746.00 1.000000 2n
19805351.64 745.25 moveto
19806351.64 725.00 lineto stroke
19807restore
19808% S_LINE
198096 linenum
19810gsave
19811241.27 716.00 translate
1981215.9 rotate
19813/Times-Italic findfont
198149 scalefont
19815setfont
1981645.48 5.70 moveto
19817(gliss.) show
19818grestore
19819241.27 716.00 moveto
19820346.79 746.00 1.000000 wavy
19821% S_BAR
198228 linenum
198230.70 setlinewidth
19824467.65 743.00 moveto
19825467.65 719.00 lineto stroke
19826% Printing header/footer
19827showpage
19828restore
19829%%DocumentFonts: /Times-Italic
19830%%Pages: 2
19831%%EndDocument
19832end PEND/F0 10/Times-Roman@0 SF(Arbitrary curv)69.336 445.6 Q
19833(es can be dra)-.15 E(wn using the "curv)-.15 E(e" statement:)-.15 E/F1
1983410/Times-Italic@0 SF(linetype)105.336 463.6 Q/F2 10/Times-Bold@0 SF(cur)
198356 E .2 -.1(ve \()-.1 H F1(X1,Y1).1 E F2 2.5(\)t)C 2.5(o\()-2.5 G F1
19836(X2,Y2)-2.5 E F2 2.5(\)t)C 2.5(o\()-2.5 G F1(X3,Y3)-2.5 E F2(\))A F1
19837(...)6 E F0 1.834(When using this form of the "curv)69.336 483.6 R 1.834
19838(e" statement, at least three coordinates must be speci\214ed; more are)
19839-.15 F 4.267(permitted. The)69.336 495.6 R F1(linetype)4.267 E F0 1.767
19840(can be "medium," "wide," "dashed," or "dotted," or omitted.)4.267 F
198414.268(Ac)6.768 G(urv)-4.268 E 4.268(ew)-.15 G 1.768(ill be)-4.268 F(dra)
1984269.336 507.6 Q
19843(wn through the speci\214ed points in the speci\214ed order)-.15 E(.)
19844-.55 E/F3 10/Courier@0 SF(score)105.336 525.6 Q(staffs=2)105.336 537.6 Q
19845(staff 2)105.336 561.6 Q(clef=bass)117.336 573.6 Q(music)105.336 597.6 Q
19846(1: 4.s;[=c] 8e; [=d] g; [=e] e;4s;)105.336 609.6 Q
19847(2: [=a] 8c;g; [=b] c+;4.s; [=f] 8c+; [=g] c;)105.336 621.6 Q
19848(medium curve \(a.x, a.n+1\) to \(b.x, b.n+15\) to \(c.x, c.n+4\) \\)
19849105.336 633.6 Q(to \(d.x, d.n+3\) to \(e.x, e.n+3\) \\)155.336 645.6 Q
19850(to \(f.x, f.n+11\) to \(g.x, g.n+1\))155.336 657.6 Q(bar)105.336 669.6
19851Q EP
19852%%Page: 92 98
19853%%BeginPageSetup
19854BP
19855%%EndPageSetup
19856/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(2-)-2.5 G 127.836 96
19857EBEGIN
19858gsave 0 0.25 0.75 setrgbcolor 0 108 rlineto 320 0 rlineto 0 108 neg rlineto closepath stroke grestore
19859EEND 160 657 320 320 -108 108 126.836 204 PBEGIN
19860%%BeginDocument: mugex85.ps
19861%%BoundingBox: 160 657 480 765
19862save
198631216322504 1216321786 sv
198641.000000 1.000000 scale
19865% S_SSV
19866(/tmp/ugexiM5077) inputfile
198672 linenum
19868% S_SSV
198696 linenum
19870% S_FEED
19871324.29 1235.00 468.00 5 1.000000 1.000000 stf
19872324.29 1181.00 468.00 5 1.000000 1.000000 stf
198730.70 setlinewidth
19874180.29 743.00 moveto
19875180.29 665.00 lineto stroke
19876% S_CLEFSIG
19877192.08 725.00 1.000000 gclef
19878192.33 683.00 1.000000 fclef
19879% S_CHHEAD
19880% S_STAFF
19881% staff 1
19882save
19883313.16 719.00 1.000000 4n
19884316.84 719.75 moveto
19885316.84 740.00 lineto stroke
19886319.87 740.00 1.000000 dnflag
19887343.88 725.00 1.000000 4n
19888347.56 725.75 moveto
19889347.56 746.00 lineto stroke
19890350.59 746.00 1.000000 dnflag
19891374.69 719.00 1.000000 4n
19892378.37 719.75 moveto
19893378.37 740.00 lineto stroke
19894381.39 740.00 1.000000 dnflag
19895restore
19896% S_STAFF
19897% staff 2
19898save
19899221.01 674.00 1.000000 4n
199000.70 setlinewidth
19901224.69 674.75 moveto
19902224.69 695.00 lineto stroke
19903227.71 695.00 1.000000 dnflag
19904252.57 686.00 1.000000 4n
19905248.89 685.25 moveto
19906248.89 665.00 lineto stroke
19907251.91 665.00 1.000000 upflag
19908283.37 695.00 1.000000 4n
19909277.14 695.00 moveto
19910289.61 695.00 lineto stroke
19911279.69 694.25 moveto
19912279.69 674.00 lineto stroke
19913282.72 674.00 1.000000 upflag
19914406.16 695.00 1.000000 4n
19915399.92 695.00 moveto
19916412.39 695.00 lineto stroke
19917402.47 694.25 moveto
19918402.47 674.00 lineto stroke
19919405.50 674.00 1.000000 upflag
19920436.87 674.00 1.000000 4n
19921440.55 674.75 moveto
19922440.55 695.00 lineto stroke
19923443.58 695.00 1.000000 dnflag
19924restore
19925% S_CURVE
1992611 linenum
19927221.01 699.00 moveto
19928220.92 699.12 lineto
19929238.91 718.05 259.60 733.32 283.00 744.92 curveto
19930292.48 749.63 302.73 751.74 313.02 753.74 curveto
19931323.22 755.71 333.47 757.25 343.92 756.75 curveto
19932354.56 756.24 364.93 754.39 374.95 750.70 curveto
19933386.47 746.46 397.05 740.54 406.63 732.86 curveto
19934418.60 723.27 428.71 712.01 436.98 699.10 curveto
19935436.76 698.90 lineto
19936428.05 711.39 417.69 722.33 405.68 731.70 curveto
19937396.15 739.14 385.79 745.12 374.42 749.30 curveto
19938364.55 752.93 354.32 754.75 343.84 755.25 curveto
19939333.52 755.74 323.39 754.21 313.30 752.26 curveto
19940303.18 750.31 293.12 748.18 283.75 743.63 curveto
19941260.34 732.25 239.45 717.34 221.10 698.88 curveto
19942fill
19943% S_BAR
1994415 linenum
199450.70 setlinewidth
19946467.65 743.00 moveto
19947467.65 719.00 lineto stroke
19948467.65 689.00 moveto
19949467.65 665.00 lineto stroke
19950% Printing header/footer
19951showpage
19952restore
19953%%DocumentFonts:
19954%%Pages: 2
19955%%EndDocument
19956end PEND/F0 10/Times-Roman@0 SF 1.551(An alternati)69.336 224 R 1.851
19957-.15(ve w)-.25 H 1.551(ay to specify a curv).05 F 4.051(ei)-.15 G 4.051
19958(st)-4.051 G 4.051(oo)-4.051 G 1.55(nly specify the tw)-4.051 F 4.05(oe)
19959-.1 G 1.55(ndpoints, along one or more "b)-4.05 F(ulge")-.2 E -.25(va)
1996069.336 236 S .98(lues, gi).25 F -.15(ve)-.25 G 3.48(ni).15 G 3.48(ns)
19961-3.48 G 3.48(tepsizes. Suppose)-3.48 F 3.48(as)3.48 G .98(ingle b)-3.48
19962F .98(ulge v)-.2 F(alue)-.25 E/F1 10/Times-Italic@0 SF(n)3.481 E F0 .981
19963(is gi)3.481 F -.15(ve)-.25 G .981(n. T).15 F 3.481<6f8c>-.8 G .981
19964(nd the midpoint of the resulting)-3.481 F(curv)69.336 248 Q 1.894
19965(e, imagine a line is dra)-.15 F 1.894(wn between the tw)-.15 F 4.394
19966(oe)-.1 G 1.893(ndpoints, then from the midpoint of that line, mo)-4.394
19967F -.15(ve)-.15 G .399(perpendicular to the line for)69.336 260 R F1(n)
199682.899 E F0 2.899(stepsizes. A)2.899 F(positi)2.899 E -.15(ve)-.25 G F1
19969(n)3.049 E F0 .4(will cause the curv)2.899 F 2.9(et)-.15 G 2.9(ob)-2.9 G
19970.4(ulge to the left as you mo)-3.1 F -.15(ve)-.15 G .348
19971(from the start point to the end point, while a ne)69.336 272 R -.05(ga)
19972-.15 G(ti).05 E -.15(ve)-.25 G F1(n)2.998 E F0 .348(will mak)2.848 F
199732.848(ei)-.1 G 2.848(tb)-2.848 G .347(ulge to the right.)-3.048 F .347
19974(If tw)5.347 F 2.847(ob)-.1 G .347(ulge v)-3.047 F(alues)-.25 E 1.058
19975(are gi)69.336 284 R -.15(ve)-.25 G 1.058(n, b).15 F 1.059(ulges are ca\
19976lculated from the 1/3 and 2/3 point of the line between the endpoints; \
19977with three)-.2 F(points, at 1/4, 1/2, and 3/4, and so forth. Multiple b)
1997869.336 296 Q(ulge v)-.2 E(alues are separated by commas.)-.25 E/F2 10
19979/Courier@0 SF(1: c =_c1; f; f; d =_d1;)105.336 314 Q
19980(medium curve \(_c1.x, _c1.y + 8\) to \(_d1.x, _d1.y + 10\) bulge 3)
19981105.336 326 Q(bar)105.336 338 Q(1: g =_g1; e+; d+; a =_a1;)105.336 362 Q
19982(dotted curve \(_g1.x, _g1.y - 2\) to \(_a1.x, _a1.y - 2\) bulge -4.3)
19983105.336 374 Q(bar)105.336 386 Q(1: g =_g2; a; d+; c+ =_c2;)105.336 410 Q
199846(curve \(_g2.x,)105.336 422 R
19985(_g2.y - 2\) to \(_c2.x, _c2.y + 2\) bulge -2.5, 4)6 E(bar)105.336 434 Q
19986103.836 443.6 EBEGIN
19987gsave 0 0.25 0.75 setrgbcolor 0 63 rlineto 368 0 rlineto 0 63 neg rlineto closepath stroke grestore
19988EEND 136 700 368 368 -63 63 102.836 506.6 PBEGIN
19989%%BeginDocument: mugex86.ps
19990%%BoundingBox: 136 700 504 763
19991save
199921216322504 1216321786 sv
199931.000000 1.000000 scale
19994% S_SSV
19995(/tmp/ugexiM5077) inputfile
199962 linenum
19997% S_FEED
19998302.69 1235.00 489.60 5 1.000000 1.000000 stf
19999% S_CLEFSIG
20000170.48 725.00 1.000000 gclef
20001% S_CHHEAD
20002% S_STAFF
20003% staff 1
20004save
20005198.31 713.00 1.000000 4n
200060.70 setlinewidth
20007192.08 713.00 moveto
20008204.54 713.00 lineto stroke
20009201.99 713.75 moveto
20010201.99 734.00 lineto stroke
20011220.43 722.00 1.000000 4n
20012224.11 722.75 moveto
20013224.11 743.00 lineto stroke
20014242.54 722.00 1.000000 4n
20015246.22 722.75 moveto
20016246.22 743.00 lineto stroke
20017265.50 716.00 1.000000 4n
20018269.18 716.75 moveto
20019269.18 737.00 lineto stroke
20020restore
20021% S_CURVE
200226 linenum
20023198.31 737.00 moveto
20024198.26 737.14 lineto
20025207.72 744.87 218.50 749.54 230.61 751.16 curveto
20026242.72 752.79 254.35 751.11 265.52 746.15 curveto
20027265.48 745.85 lineto
20028254.24 749.99 242.68 751.27 230.81 749.68 curveto
20029218.94 748.09 208.12 743.81 198.37 736.86 curveto
20030fill
20031% S_BAR
200328 linenum
200330.70 setlinewidth
20034288.26 743.00 moveto
20035288.26 719.00 lineto stroke
20036% S_CHHEAD
20037% S_STAFF
20038% staff 1
20039save
20040298.81 725.00 1.000000 4n
20041302.49 725.75 moveto
20042302.49 746.00 lineto stroke
20043320.92 740.00 1.000000 4n
20044317.24 739.25 moveto
20045317.24 719.00 lineto stroke
20046343.04 737.00 1.000000 4n
20047339.35 736.25 moveto
20048339.35 716.00 lineto stroke
20049365.99 728.00 1.000000 4n
20050369.67 728.75 moveto
20051369.67 749.00 lineto stroke
20052restore
20053% S_CURVE
2005410 linenum
200551.00 setlinewidth
20056[0.1 5] 0 setdash
200571 setlinecap
200581 setlinejoin
20059298.81 719.00 moveto
20060308.74 710.83 320.13 707.04 332.97 707.61 curveto
20061345.82 708.19 356.82 712.98 365.99 722.00 curveto
20062stroke
200630.70 setlinewidth
20064[] 0 setdash
200650 setlinecap
200660 setlinejoin
20067% S_BAR
2006812 linenum
20069388.76 743.00 moveto
20070388.76 719.00 lineto stroke
20071% S_CHHEAD
20072% S_STAFF
20073% staff 1
20074save
20075399.30 725.00 1.000000 4n
20076402.98 725.75 moveto
20077402.98 746.00 lineto stroke
20078421.41 728.00 1.000000 4n
20079425.10 728.75 moveto
20080425.10 749.00 lineto stroke
20081443.53 737.00 1.000000 4n
20082439.85 736.25 moveto
20083439.85 716.00 lineto stroke
20084466.48 734.00 1.000000 4n
20085462.80 733.25 moveto
20086462.80 713.00 lineto stroke
20087restore
20088% S_CURVE
2008914 linenum
20090399.30 719.00 moveto
20091399.30 719.07 lineto
20092407.46 714.68 415.61 714.70 423.75 719.14 curveto
20093433.91 724.68 429.14 739.91 440.35 744.77 curveto
20094450.11 749.00 458.82 747.43 466.49 740.07 curveto
20095466.47 739.93 lineto
20096458.79 746.96 450.18 748.36 440.66 744.14 curveto
20097429.57 739.22 434.36 724.02 424.11 718.54 curveto
20098415.77 714.09 407.50 714.22 399.30 718.93 curveto
20099fill
20100% S_BAR
2010116 linenum
201020.70 setlinewidth
20103489.25 743.00 moveto
20104489.25 719.00 lineto stroke
20105% Printing header/footer
20106showpage
20107restore
20108%%DocumentFonts:
20109%%Pages: 2
20110%%EndDocument
20111end PEND EP
20112%%Page: 93 99
20113%%BeginPageSetup
20114BP
20115%%EndPageSetup
20116/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(3-)-2.5 G 69.336 103
20117EBEGIN
201180 0.1 0.5 setrgbcolor
20119EEND/F0 15/Times-Bold@0 SF 3.75(11. MISCELLANEOUS)73.086 103 R(FEA)3.75
20120E(TURES)-1.425 E 69.336 121 EBEGIN
201210 0 0 setrgbcolor
20122EEND 69.336 139 EBEGIN
201230 0.1 0.5 setrgbcolor
20124EEND/F0 14/Times-Bold@0 SF 3.5(11.1 Newscor)72.836 139 R 3.5(ea)-.252 G
20125(nd newpage)-3.5 E 69.336 157 EBEGIN
201260 0 0 setrgbcolor
20127EEND/F0 10/Times-Roman@0 SF(Normally)72.256 157 Q 2.92(,M)-.65 G .42
20128(up determines ho)-2.92 F 2.92(wm)-.25 G(an)-2.92 E 2.92(ym)-.15 G .419
20129(easures to put on each score and ho)-2.92 F 2.919(wm)-.25 G(an)-2.919 E
201302.919(ys)-.15 G .419(cores to put on each)-2.919 F .238(page. Y)69.336
20131169 R .238(ou can force Mup to mo)-1.1 F .538 -.15(ve t)-.15 H 2.738(ot)
20132.15 G .238(he ne)-2.738 F .238(xt score with the "ne)-.15 F .238
20133(wscore" statement, or to the ne)-.25 F .238(xt page with)-.15 F 2.5(a")
2013469.336 181 S(ne)-2.5 E(wpage" statement.)-.25 E(Here is an e)5 E
20135(xample:)-.15 E/F1 10/Courier@0 SF(1: c;d;e;f;)105.336 199 Q(bar)105.336
20136211 Q(1: e;f;g;;)105.336 223 Q(bar)105.336 235 Q 12(newscore //)105.336
20137247 R(go to next score)6 E(1: 2c;;)105.336 259 Q(bar)105.336 271 Q
20138(1: e;f;g;;)105.336 283 Q(bar)105.336 295 Q 12(newpage //)105.336 307 R
20139(go to next page)6 E(1: e;g;2c;)105.336 319 Q(bar)105.336 331 Q F0 -1.1
20140(Yo)69.336 357 S 3.062(uc)1.1 G .562
20141(an temporarily change the indent for the ne)-3.062 F 3.062(ws)-.25 G
20142.562(core by specifying "leftmar)-3.062 F(gin=)-.18 E/F2 10
20143/Times-Italic@0 SF(num)A F0 .562(," where)B F2(num)3.062 E F0 .561(is a)
201443.061 F 1.137(\215oating point number of inches or centimeters \(depend\
20145ing on the current setting of the units parameter)69.336 369 R(.\))-.55
20146E(The ne)69.336 381 Q 2.5(ws)-.25 G
20147(core will then be indented by that much, o)-2.5 E -.15(ve)-.15 G
20148(rriding the v).15 E(alue of the leftmar)-.25 E(gin parameter)-.18 E(.)
20149-.55 E .9(In a similar w)69.336 399 R(ay)-.1 E 3.4(,y)-.65 G .9
20150(ou can specify "rightmar)-3.4 F(gin=)-.18 E F2(num)A F0 .899
20151(," which will af)B .899(fect the right mar)-.25 F .899(gin on the)-.18
20152F/F3 10/Times-Bold@0 SF(pr)3.399 E -.15(ev)-.18 G(ious).15 E F0
20153(score. This might be used, for e)69.336 411 Q(xample, if you w)-.15 E
20154(ant a piece to end with a shorter than normal score.)-.1 E F1
20155(newscore leftmargin=1.2 rightmargin=2.7)105.336 429 Q F0
20156(The equals sign is optional in these mar)69.336 449 Q(gin o)-.18 E -.15
20157(ve)-.15 G(rrides.).15 E 69.336 467 EBEGIN
201580 0.1 0.5 setrgbcolor
20159EEND/F0 14/Times-Bold@0 SF 3.5(11.2 Headers)72.836 467 R(and f)3.5 E
20160(ooters)-.35 E 69.336 485 EBEGIN
201610 0 0 setrgbcolor
20162EEND/F0 10/Times-Roman@0 SF .565(Mup pro)72.401 485 R .565(vides w)-.15
20163F .565(ays to put headers and footers on pages of output.)-.1 F .566
20164(Often you may w)5.566 F .566(ant a certain kind of)-.1 F .528
20165(header and footer on the \214rst page, b)69.336 497 R .528(ut a dif)-.2
20166F .527(ferent kind on an)-.25 F 3.027(ys)-.15 G .527
20167(ubsequent pages, so Mup mak)-3.027 F .527(es it easy to)-.1 F 1.325
20168(do that. Mup also of)69.336 509 R 1.325(fers tw)-.25 F 3.825(od)-.1 G
20169(if)-3.825 E 1.326(ferent "layers" of headers and footers. These layers\
20170 may be particularly)-.25 F .316(useful if you ha)69.336 521 R .616 -.15
20171(ve a s)-.2 H .316
20172(ingle Mup \214le that contains multiple songs, or multiple mo).15 F
20173-.15(ve)-.15 G .315(ments of a song.).15 F .315(In that)5.315 F .673
20174(case, there may be certain things that you w)69.336 533 R .674
20175(ant printed in headers and footers throughout, lik)-.1 F 3.174(et)-.1 G
20176.674(he current)-3.174 F .202
20177(page number and the name of the entire collection, b)69.336 545 R .202
20178(ut other things that you w)-.2 F .202(ant to ha)-.1 F .502 -.15(ve c)
20179-.2 H .202(hange with each).15 F(ne)69.336 557 Q 2.5(ws)-.25 G
20180(ong or mo)-2.5 E -.15(ve)-.15 G(ment.).15 E 1.08
20181(The "outer" layer is speci\214ed by four conte)69.336 575 R 1.081
20182(xts: header)-.15 F 3.581(,f)-.4 G(ooter)-3.581 E 3.581(,h)-.4 G 1.081
20183(eader2, and footer2. The "inner" layer is)-3.581 F .858
20184(speci\214ed by four conte)69.336 587 R .858
20185(xts: top, bottom, top2, and bottom2.)-.15 F .857(All of these conte)
201865.857 F .857(xts are optional.)-.15 F .857(The outer)5.857 F(conte)
2018769.336 599 Q .827(xts can only be speci\214ed once per \214le.)-.15 F
20188.827(The inner conte)5.827 F .827
20189(xts can be speci\214ed more than once per \214le,)-.15 F .238
20190(and each time a set of them occurs, a ne)69.336 611 R 2.738(wp)-.25 G
20191.238(age is started.)-2.738 F .238(On output pages, all of these conte)
201925.238 F .238(xts are placed)-.15 F
20193(horizontally between the left and right mar)69.336 623 Q(gins, and v)
20194-.18 E(ertically the elements appear in the follo)-.15 E(wing order:)
20195-.25 E(\(topmar)71.836 641 Q(gin\))-.18 E(header)69.336 653 Q(top)69.336
20196665 Q(\(one or more scores of music or blocks of te)71.836 677 Q(xt\))
20197-.15 E(bottom)69.336 689 Q(footer)69.336 701 Q(\(bottommar)71.836 713 Q
20198(gin\))-.18 E .875(Which v)69.336 731 R .875
20199(ersion is used\212the one with or without the "2" suf)-.15 F .875
20200(\214x\212depends on which page is being printed.)-.25 F .031
20201(The items in header and footer appear on only the v)69.336 743 R .031
20202(ery \214rst page, while those in header2 and footer2 appear)-.15 F EP
20203%%Page: 94 100
20204%%BeginPageSetup
20205BP
20206%%EndPageSetup
20207/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(4-)-2.5 G .733
20208(on all subsequent pages.)69.336 96 R(Some)5.733 E .733(what similarly)
20209-.25 F 3.233(,t)-.65 G .733
20210(he items in top and bottom will appear on the page that is)-3.233 F
20211.262(started when the)69.336 108 R 2.761(ya)-.15 G .261(re encountered \
20212in the input, while top2 and bottom2 will then be used on all subsequen\
20213t)-2.761 F 2.508(pages. Ho)69.336 120 R(we)-.25 E -.15(ve)-.25 G .808
20214-.4(r, y).15 H .008(ou can specify a ne).4 F 2.508(wt)-.25 G .008
20215(op and/or bottom later)-2.508 F 2.509(,t)-.4 G .009
20216(hat will then to used for one page, and you)-2.509 F .297
20217(can specify a ne)69.336 132 R 2.797(wt)-.25 G .297
20218(op2 and/or bottom2 later which will replace the pre)-2.797 F .296
20219(vious top2/bottom2.)-.25 F .296(Note, ho)5.296 F(we)-.25 E -.15(ve)-.25
20220G -.4(r,).15 G 1.054(that if you change top2 b)69.336 144 R 1.054
20221(ut not top, that ne)-.2 F 3.554(wt)-.25 G 1.054
20222(op2 is used immediately on the ne)-3.554 F 3.554(wp)-.25 G 1.054
20223(age, whereas if you)-3.554 F .395(change both, the ne)69.336 156 R
202242.895(wt)-.25 G .395(op applies to the immediately follo)-2.895 F .395
20225(wing ne)-.25 F 2.895(wp)-.25 G .395(age, and the ne)-2.895 F 2.895(wt)
20226-.25 G .395(op2 isn')-2.895 F 2.895(tu)-.18 G .395(sed until)-2.895 F
20227(the follo)69.336 168 Q
20228(wing page. Subsequent pages will use top2 in either case.)-.25 E .282
20229(Some e)69.336 186 R .282(xamples may help.)-.15 F .282
20230(First a simple case: suppose you ha)5.282 F .582 -.15(ve a s)-.2 H .282
20231(ingle song, and you').15 F 2.782(dl)-.5 G(ik)-2.782 E 2.782(eat)-.1 G
20232.282(itle at the)-2.782 F(top of the \214rst page. This is straightforw)
2023369.336 198 Q(ard:)-.1 E/F1 10/Courier@0 SF(top)105.336 216 Q
20234(title "Here is the Title")129.336 228 Q F0 -.15(Fo)69.336 248 S 3.006
20235(rt).15 G .506(his simple e)-3.006 F .506(xample, it w)-.15 F .506
20236(ould w)-.1 F .505(ork just as well to use "header" instead of "top," s\
20237o you can use either)-.1 F 1.767
20238(one, although top is slightly more \215e)69.336 260 R 4.267
20239(xible. Later)-.15 F(we')4.267 E 1.767(ll see some e)-.1 F 1.767
20240(xamples where you might use both)-.15 F
20241(header and top in the same \214le, for dif)69.336 272 Q
20242(ferent kinds of titles.)-.25 E(No)69.336 290 Q 2.865(ws)-.25 G .365
20243(uppose you')-2.865 F 2.865(dl)-.5 G(ik)-2.865 E 2.865(et)-.1 G 2.865
20244(om)-2.865 G(ak)-2.865 E 2.865(et)-.1 G .365(he title bigger and bolder)
20245-2.865 F 2.865(,a)-.4 G .365(nd w)-2.865 F .365(ould lik)-.1 F 2.865(et)
20246-.1 G 2.864(oa)-2.865 G .364(dd a subtitle and composer)-2.864 F
20247(information, as well as add a cop)69.336 302 Q
20248(yright notice to the bottom of the page.)-.1 E F1(top)105.336 320 Q
20249(title bold \(18\) "Here is the Title")123.336 332 Q
20250(title ital \(14\) "Here is a subtitle")123.336 344 Q
20251(title "Lyrics: Ann Author" "Composer: Me")123.336 356 Q(bottom)105.336
20252368 Q(title "\\\(copyright\) Copyright 2003 by Ann Author and Me")
20253123.336 380 Q F0(Ag)69.336 400 Q(ain, in this simple e)-.05 E(xample, y\
20254ou could use "header" and "footer" rather than "top" and "bottom.")-.15
20255E(No)69.336 418 Q 3.505(ws)-.25 G 1.006
20256(uppose the song is long enough to tak)-3.505 F 3.506(es)-.1 G -2.15
20257-.25(ev e)-3.506 H 1.006(ral pages, and you w).25 F 1.006(ould lik)-.1 F
202583.506(et)-.1 G 3.506(or)-3.506 G 1.006(epeat the title along)-3.506 F
20259(with the page number on all pages after the \214rst. T)69.336 430 Q 2.5
20260(oa)-.8 G(ccomplish this, you could add:)-2.5 E F1(top2)105.336 448 Q
20261(title "Here is the Title - \\%")117.336 460 Q F0 .541
20262(The \\% is a special mark)69.336 480 R .54
20263(er that will get replaced on each page with the current page number)-.1
20264F 3.04(.W)-.55 G .54(hile it can)-3.04 F .031(be used in an)69.336 492 R
202652.531(yt)-.15 G -.15(ex)-2.531 G 2.531(ts).15 G .031
20266(tring, it is probably only lik)-2.531 F .031
20267(ely to be useful in these header and footer kinds of conte)-.1 F(xts.)
20268-.15 E .642(Another special mark)69.336 504 R .641(er is \\#, which wil\
20269l be replaced by the page number of the \214nal page.)-.1 F .641
20270(This could be)5.641 F(useful for doing something lik)69.336 516 Q 2.5
20271(e")-.1 G(page \\% of \\#.")-2.5 E(As a v)69.336 534 Q
20272(ariation, perhaps you')-.25 E 2.5(dp)-.5 G
20273(refer the information at the bottom of the page.)-2.5 E F1(bottom2)
20274105.336 552 Q(title "This is the title")123.336 564 Q("Page \\%")12 E F0
20275.002(In this v)69.336 584 R .002(ariation, tw)-.25 F 2.502(os)-.1 G .002
20276(eparate te)-2.502 F .002(xt strings are speci\214ed, so the \214rst st\
20277ring will be left justi\214ed and the second)-.15 F
20278(will be right justi\214ed.)69.336 596 Q .293(Note that if you gi)69.336
20279614 R .593 -.15(ve a t)-.25 H .293(op2 or bottom2, b).15 F .292
20280(ut it turns out there aren')-.2 F 2.792(ta)-.18 G .592 -.15(ny a)-2.792
20281H .292(dditional pages, the).15 F 2.792(yw)-.15 G .292(ould ne)-2.892 F
20282-.15(ve)-.25 G(r).15 E(actually get used.)69.336 626 Q(But it w)5 E
20283(ouldn')-.1 E 2.5(th)-.18 G(urt to ha)-2.5 E .3 -.15(ve s)-.2 H
20284(et them.).15 E(No)69.336 644 Q 4.026(wl)-.25 G(et')-4.026 E 4.026(sc)
20285-.55 G 1.526(onsider a more complicated e)-4.026 F 1.526
20286(xample, using both outer and inner conte)-.15 F 1.526
20287(xts. Suppose you are)-.15 F .384
20288(publishing a book of songs, entitled "My F)69.336 656 R -.2(avo)-.15 G
20289.384(rite Songs," and you w).2 F .384
20290(ant to put that title at the top of e)-.1 F -.15(ve)-.25 G(ry).15 E
20291.852(page throughout the book, and you w)69.336 668 R .853
20292(ant a page number at the bottom of each page e)-.1 F .853
20293(xcept the \214rst.)-.15 F -1.1(Yo)5.853 G(u)1.1 E
20294(could get that much using:)69.336 680 Q EP
20295%%Page: 95 101
20296%%BeginPageSetup
20297BP
20298%%EndPageSetup
20299/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(5-)-2.5 G/F1 10
20300/Courier@0 SF(header)105.336 96 Q(title "My Favorite Songs")123.336 108
20301Q(header2)105.336 120 Q(title "My Favorite Songs")123.336 132 Q(footer2)
20302105.336 144 Q(title "\\%")123.336 156 Q F0 1.506
20303(But suppose that in addition, you w)69.336 176 R 1.506
20304(ant each song to ha)-.1 F 1.806 -.15(ve i)-.2 H 1.505
20305(ts title on its \214rst page in big print, and on).15 F .911
20306(subsequent pages in re)69.336 188 R .911(gular size print.)-.15 F 2.511
20307-.8(To g)5.911 H .912(et this, at the be).8 F .912
20308(ginning of each song, you could use top and)-.15 F(top2:)69.336 200 Q
20309F1(top)105.336 218 Q(title \(18\) "This is the Song Title")123.336 230 Q
20310(top2)105.336 242 Q(title "This is the Song Title")123.336 254 Q F0
203113.385(Ac)69.336 280 S .885(omposition with multiple mo)-3.385 F -.15(ve)
20312-.15 G .884(ments can be handled similarly).15 F 3.384(,b)-.65 G 3.384
20313(yg)-3.384 G -.25(iv)-3.384 G .884(ing header).25 F 3.384(,f)-.4 G
20314(ooter)-3.384 E 3.384(,h)-.4 G .884(eader2, and)-3.384 F .458
20315(footer2 \(or an)69.336 292 R 2.959(ys)-.15 G .459
20316(ubset thereof\) for the composition as a whole, and then gi)-2.959 F
20317.459(ving ne)-.25 F 2.959(wt)-.25 G .459(op, bottom, top2, and)-2.959 F
20318(bottom2 de\214nition \(or an)69.336 304 Q 2.5(ys)-.15 G
20319(ubset\) at the be)-2.5 E(ginning of each ne)-.15 E 2.5(wm)-.25 G -.15
20320(ove)-2.5 G(ment.).15 E 2.208(These conte)69.336 322 R 2.208
20321(xts are conceptually in a separate coordinate space, which will be o)
20322-.15 F -.15(ve)-.15 G 2.208(rlaid on each page).15 F 1.457
20323(coordinate space.)69.336 334 R 1.457(When in these conte)6.457 F 1.458
20324(xts, the _win special tag applies to the header or footer windo)-.15 F
20325(w)-.25 E(rather than the space between the header and footer as it doe\
20326s in the music conte)69.336 346 Q(xt.)-.15 E .569
20327(Since headers or footers will e)69.336 364 R .569(xpand as necessary)
20328-.15 F 3.069(,t)-.65 G .569(he v)-3.069 F .569
20329(alue of _win.s and _win.y may be changed by an)-.25 F(y)-.15 E .09
20330(of the statements in the conte)69.336 376 R .09(xt. At an)-.15 F 2.59
20331(yg)-.15 G -2.15 -.25(iv e)-2.59 H 2.59(nt).25 G .09(ime, the)-2.59 F
203322.591(yr)-.15 G .091
20333(efer to the boundaries as de\214ned by what has been)-2.591 F .98
20334(printed so f)69.336 388 R(ar)-.1 E 3.48(.T)-.55 G .98(hus, if the \214\
20335rst line of a header contains an 18 point title, after that, _win.s w)
20336-3.48 F .98(ould be 18)-.1 F .913(points belo)69.336 400 R 3.413(w_)-.25
20337G 3.413(win.n. It)-3.413 F .914
20338(the header then contained a 12 point title, after that it w)3.413 F
20339.914(ould be 31 points belo)-.1 F(w)-.25 E(_win.n \(12 points for the t\
20340itle string, plus 1 point of padding that is added between lines printe\
20341d\).)69.336 412 Q .177
20342(In addition to the "title" commands used in the e)69.336 430 R .177
20343(xamples abo)-.15 F -.15(ve)-.15 G 2.677(,y).15 G .176
20344(ou can also use the "print," "left," "right,")-2.677 F 1.28
20345(or "center" commands.)69.336 442 R 1.28(In most cases you will w)6.28 F
203461.28(ant to use "nl" for the)-.1 F/F2 10/Times-Italic@0 SF(location)3.78
20347E F0 1.28(on those commands to)3.78 F .299(place things. If you don')
2034869.336 454 R 2.799(ts)-.18 G .299(pecify a)-2.799 F F2(location)2.799 E
20349F0 .299(for the \214rst of these commands in a header or footer)2.799 F
203502.799(,M)-.4 G .299(up will)-2.799 F 1.123(start at the left mar)69.336
20351466 R 1.123(gin, just f)-.18 F 1.123(ar enough do)-.1 F 1.123
20352(wn from the top to accommodate the te)-.25 F 1.124
20353(xt string to be printed.)-.15 F 1.722(These conte)69.336 478 R 1.722
20354(xts can also contain settings of the font, fontf)-.15 F(amily)-.1 E
203554.221(,a)-.65 G 1.721(nd size parameters.)-4.221 F 1.721
20356(These parameter)6.721 F -.25(va)69.336 490 S
20357(lues will be used until the end of the conte).25 E(xt or until set ag)
20358-.15 E(ain to some other v)-.05 E(alue.)-.25 E 69.336 508 EBEGIN
203590 0.1 0.5 setrgbcolor
20360EEND/F0 14/Times-Bold@0 SF 3.5(11.3 Macr)72.836 508 R(os)-.252 E 69.336
20361526 EBEGIN
203620 0 0 setrgbcolor
20363EEND 69.336 543 EBEGIN
203640 0.1 0.5 setrgbcolor
20365EEND/F0 13/Times-Italic@0 SF 3.25(11.3.1 Simple)72.586 543 R(Macr)3.25 E
20366(os \(without par)-.585 E(ameter)-.195 E(s\))-.13 E 69.336 555 EBEGIN
203670 0 0 setrgbcolor
20368EEND/F0 10/Times-Roman@0 SF .128(Macros can be de\214ned to a)71.964 555
20369R -.2(vo)-.2 G .128(id retyping or to gi).2 F .429 -.15(ve m)-.25 H .129
20370(nemonic names to things. A macro is de\214ned with the).15 F(follo)
2037169.336 567 Q(wing syntax:)-.25 E/F1 10/Times-Bold@0 SF(de\214ne)105.336
20372585 Q/F2 10/Times-Italic@0 SF(macr)8.5 E(o_name macr)-.45 E(o_te)-.45 E
20373(xt)-.2 E F1(@)6 E F0(The)69.336 611 Q F2(macr)2.677 E(o_name)-.45 E F0
20374.176(consists of one or more upper case letters, digits, and underscore\
20375s, with the \214rst character)2.677 F .714(being a letter)69.336 623 R
203765.714(.T)-.55 G(he)-5.714 E F2(macr)3.214 E(o_te)-.45 E(xt)-.2 E F0 .714
20377(can be an)3.214 F 3.214(yt)-.15 G -.15(ex)-3.214 G .714
20378(t. It can be an).15 F 3.215(yl)-.15 G .715(ength from empty to man)
20379-3.215 F 3.215(yp)-.15 G .715(ages. The "@")-3.215 F .9
20380(terminates the macro. A literal "@" can be placed in the)69.336 635 R
20381F2(macr)3.4 E(o_te)-.45 E(xt)-.2 E F0 .9
20382(by preceding it with a backslash.)3.4 F(If)5.9 E(you w)69.336 647 Q
20383(ant a literal backslash in the)-.1 E F2(macr)2.5 E(o_te)-.45 E(xt)-.2 E
20384F0 2.5(,i)C 2.5(ta)-2.5 G(lso must be preceded by a backslash.)-2.5 E
203852.86(Am)69.336 665 S .36(acro is called by stating the)-2.86 F F2(macr)
203862.86 E(o_name)-.45 E F0 .36(in the input. The)2.86 F F2(macr)2.86 E
20387(o_name)-.45 E F0 .36(is replaced by the)2.86 F F2(macr)2.86 E(o_te)-.45
20388E(xt)-.2 E F0(.)A 3.425(Am)69.336 677 S .925
20389(acro can be de\214ned at an)-3.425 F 3.425(yp)-.15 G .925
20390(oint in the input. It can be used as often as desired an)-3.425 F 3.424
20391(yt)-.15 G .924(ime after it has)-3.424 F 1.076(been de\214ned. A gi)
2039269.336 689 R -.15(ve)-.25 G(n).15 E F2(macr)3.576 E(o_name)-.45 E F0
203931.076(can be rede\214ned as man)3.576 F 3.576(yt)-.15 G 1.077
20394(imes as desired, with each ne)-3.576 F 3.577(wd)-.25 G(e\214nition)
20395-3.577 E -.15(ove)69.336 701 S(rwriting the pre).15 E
20396(vious de\214nition.)-.25 E .921(As an e)69.336 719 R .921(xample, supp\
20397ose you are printing an orchestral score, and the oboe part happens to \
20398be on staf)-.15 F 3.42(f5)-.25 G(.)-3.42 E(Rather than ha)69.336 731 Q
20399(ving to remember which staf)-.2 E 2.5(fi)-.25 G 2.5(ti)-2.5 G
20400(s, you could de\214ne a macro:)-2.5 E EP
20401%%Page: 96 102
20402%%BeginPageSetup
20403BP
20404%%EndPageSetup
20405/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(6-)-2.5 G/F1 10
20406/Courier@0 SF(define OBOE 5: @)105.336 96 Q F0 .501
20407(Not only is the name easier to remember than a number)69.336 116 R
204083.001(,b)-.4 G .501(ut if you later decide to mo)-3.201 F .802 -.15
20409(ve t)-.15 H .502(he oboe part to a).15 F(dif)69.336 128 Q 1.357(ferent\
20410 place in the score, only the macro de\214nition and perhaps a fe)-.25 F
204113.856(wo)-.25 G 1.356(ther things w)-3.856 F 1.356(ould ha)-.1 F 1.656
20412-.15(ve t)-.2 H 3.856(ob).15 G(e)-3.856 E(changed.)69.336 140 Q .121
20413(Another common use of macros might be if a musical motif occurs se)
2041469.336 158 R -.15(ve)-.25 G .121(ral times. Y).15 F .121
20415(ou could de\214ne a macro)-1.1 F(for the moti)69.336 170 Q -.15(ve)-.25
20416G(:).15 E F1(define SCALE 8c;d;e;f;g;a;b;c+; @)105.336 188 Q F0
20417(then do something lik)69.336 208 Q(e:)-.1 E F1(OBOE SCALE)105.336 226 Q
20418F0(It is possible to remo)69.336 252 Q .3 -.15(ve t)-.15 H
20419(he de\214nition of a macro using the "undef" statement:).15 E F1
20420(undef OBOE)105.336 270 Q F0 .893(It is possible to ha)69.336 296 R
204211.192 -.15(ve p)-.2 H .892(arts of the input skipped o).15 F -.15(ve)
20422-.15 G 3.392(rd).15 G .892
20423(epending on whether certain macros are de\214ned or)-3.392 F .44
20424(not. This is done using "ifdef," "else," and "endif." The k)69.336 308
20425R -.15(ey)-.1 G -.1(wo).15 G .441(rd "ifdef" is follo).1 F .441
20426(wed by a macro name. If a)-.25 F 1.176(macro by that name is currently\
20427 de\214ned, Mup will continue reading and processing input normally)
2042869.336 320 R 3.675(.I)-.65 G 3.675(fi)-3.675 G(t)-3.675 E 1.275
20429(\214nds a matching "else," it will skip o)69.336 332 R -.15(ve)-.15 G
204303.775(ri).15 G 1.275(nput until the matching "endif.")-3.775 F 1.275
20431(If the macro is not currently)6.275 F .677(de\214ned, Mup will skip o)
2043269.336 344 R -.15(ve)-.15 G 3.177(rt).15 G .676
20433(he input until it \214nds a matching "else" or "endif.")-3.177 F .676
20434(There is also an "ifndef")5.676 F .444(command that uses the opposite \
20435logic: it will read the input up to the "else" or "endif" only if the m\
20436acro is)69.336 356 R(NO)69.336 368 Q 2.5(Td)-.4 G(e\214ned.)-2.5 E .535
20437(The ifdefs can be sprinkled between other items in the input; the)
2043869.336 386 R 3.035(yn)-.15 G .534(eed not be on separate lines. The)
20439-3.035 F 3.034(yc)-.15 G(an)-3.034 E(be nested. Examples:)69.336 398 Q
20440F1(// make last c an octave higher if macro "FRED" is defined)105.336
20441416 Q(1: c;e;g;c ifdef FRED + endif;)105.336 428 Q(ifdef PIANO)105.336
20442452 Q(staff 1 visible=n)129.336 464 Q(else)105.336 476 Q(ifdef VIOLIN)
20443129.336 488 Q(staff 2 visible=n)153.336 500 Q(staff 3 visible=n)153.336
20444512 Q(endif)129.336 524 Q(endif)105.336 536 Q F0 .547
20445(Macros can also be set from the command line using the -D option.)
2044669.336 562 R .548(Only ordinary macros can be de\214ned)5.547 F
20447(using the -D option, not macros with parameters.)69.336 574 Q 69.336
20448591 EBEGIN
204490 0.1 0.5 setrgbcolor
20450EEND/F0 13/Times-Italic@0 SF 3.25(11.3.2 Macr)72.586 591 R(os with par)
20451-.585 E(ameter)-.195 E(s)-.13 E 69.336 603 EBEGIN
204520 0 0 setrgbcolor
20453EEND/F0 10/Times-Roman@0 SF .133
20454(Macros de\214ned within Mup input can be de\214ned to ha)71.969 603 R
20455.433 -.15(ve ")-.2 H 2.633(parameters." This).15 F .132
20456(may be useful when you ha)2.633 F -.15(ve)-.2 G .302
20457(something that is repeated with small v)69.336 615 R 2.803
20458(ariations. When)-.25 F .303
20459(de\214ning a macro with parameters, the macro name)2.803 F .562
20460(must be follo)69.336 627 R .561(wed immediately by a \( with no space \
20461between the end of the name and the parenthesis. The)-.25 F .25
20462(opening parenthesis is follo)69.336 639 R .25(wed by one or more param\
20463eter names, separated by commas, and ending with a)-.25 F .19
20464(close parenthesis.)69.336 651 R -.15(Pa)5.19 G .19(rameter names ha).15
20465F .49 -.15(ve t)-.2 H .189(he same rules as macro names: the).15 F 2.689
20466(yc)-.15 G .189(onsist of upper case letters,)-2.689 F .739
20467(numbers, and underscores, starting with an upper case letter)69.336 663
20468R 3.239(.T)-.55 G .74(he parameter names can then appear in the)-3.239 F
20469(te)69.336 675 Q(xt of the macro de\214nition where you w)-.15 E
20470(ant a v)-.1 E(alue to be substituted.)-.25 E .235(As an e)69.336 693 R
20471.235(xample, suppose you are doing a score with staf)-.15 F .234
20472(fs 1 through 4 for v)-.25 F .234(ocal parts, and staf)-.2 F .234
20473(fs 5 and 6 for)-.25 F 2.728(ap)69.336 705 S .228
20474(iano accompaniment, and that you frequently w)-2.728 F .229
20475(ant to mark a dymanics change at the same point in time)-.1 F(belo)
2047669.336 717 Q 4.907(we)-.25 G 2.407(ach of the v)-4.907 F 2.407
20477(ocal scores and between the tw)-.2 F 4.906(op)-.1 G 2.406(iano staf)
20478-4.906 F 4.906(fs. Y)-.25 F 2.406(ou could typically do this with)-1.1 F
20479(something lik)69.336 729 Q(e:)-.1 E EP
20480%%Page: 97 103
20481%%BeginPageSetup
20482BP
20483%%EndPageSetup
20484/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(7-)-2.5 G/F1 10
20485/Courier@0 SF(boldital below 1-4: 1 "ff";)105.336 96 Q
20486(boldital between 5&6: 1 "ff";)105.336 108 Q F0 -.2(bu)69.336 128 S 2.5
20487(ti).2 G 2.5(fy)-2.5 G
20488(ou needed to do this lots of times, it could get tedious.)-2.5 E
20489(So let')5 E 2.5(sd)-.55 G(e\214ne a macro with parameters:)-2.5 E F1
20490(define DYN\( COUNT, VOLUME \))105.336 146 Q
20491(boldital below 1-4: COUNT VOLUME;)105.336 158 Q
20492(boldital between 5&6: COUNT VOLUME;)105.336 170 Q(@)105.336 182 Q F0
20493.226(This macro has tw)69.336 202 R 2.726(op)-.1 G .226
20494(arameters, which ha)-2.726 F .526 -.15(ve b)-.2 H .226(een gi).15 F
20495-.15(ve)-.25 G 2.726(nt).15 G .226(he names COUNT and V)-2.726 F 2.727
20496(OLUME. When)-.4 F .227(you call)2.727 F(the macro, you will gi)69.336
20497214 Q .3 -.15(ve t)-.25 H(hem v).15 E 2.5(alues. F)-.25 F(or e)-.15 E
20498(xample,)-.15 E F1(DYN\(1,"ff"\))105.336 232 Q F0 -.1(wo)69.336 252 S
20499(uld gi).1 E .3 -.15(ve a V)-.25 H(OLUME of "f)-.25 E
20500(f" at COUNT 1, whereas)-.25 E F1(DYN\(3.5,"mp"\))105.336 270 Q F0 -.1
20501(wo)69.336 290 S(uld gi).1 E .3 -.15(ve a V)-.25 H
20502(OLUME of "mp" at COUNT 3.5.)-.25 E .406
20503(When calling a macro with parameters, the v)69.336 308 R .406
20504(alues to gi)-.25 F .706 -.15(ve t)-.25 H .405(he parameters are gi).15
20505F -.15(ve)-.25 G 2.905(ni).15 G .405(nside parentheses. The)-2.905 F
20506-.25(va)69.336 320 S .963(lues are separated by commas.).25 F .963
20507(The v)5.963 F .963(alues in the parentheses are copied e)-.25 F .963
20508(xactly as the)-.15 F 3.464(ya)-.15 G .964(re, including)-3.464 F(an)
2050969.336 332 Q 2.6(ys)-.15 G .1(paces, ne)-2.6 F .1
20510(wlines, macro names, etc.)-.25 F .1(There are only a fe)5.1 F 2.599(we)
20511-.25 G .099(xceptions to this: you can include a comma,)-2.749 F 1.788
20512(closing parenthesis, or backslash as part of a parameter v)69.336 344 R
205131.788(alue by preceding it with a backslash, and a)-.25 F
20514(backslash follo)69.336 356 Q(wed by a ne)-.25 E(wline in a parameter v)
20515-.25 E(alue will be discarded. Thus a macro call of)-.25 E F1
20516(MAC\(\\\\\\,\\\)\))105.336 374 Q F0(has one parameter)69.336 394 Q 2.5
20517(,t)-.4 G(he te)-2.5 E(xt of which is 3 characters long: a backslash, c\
20518omma, and closing parenthesis.)-.15 E .244(If in a macro de\214nition a\
20519 parameter is used inside backticks, as in \222N)69.336 412 R .243
20520(AME\222, the v)-.35 F .243(alue of the parameter will)-.25 F
20521(be placed inside double quotes. Thus, another w)69.336 424 Q
20522(ay to do the e)-.1 E(xample abo)-.15 E .3 -.15(ve w)-.15 H(ould be:).05
20523E F1(define DYN\( COUNT, VOLUME \))105.336 442 Q
20524(boldital below 1-4: COUNT \222VOLUME\222;)105.336 454 Q
20525(boldital between 5&6: COUNT \222VOLUME\222;)105.336 466 Q(@)105.336 478
20526Q(DYN\(1,ff\))105.336 502 Q(DYN\(3.5,mp\))105.336 514 Q F0(Conceptually)
2052769.336 540 Q 4.52(,w)-.65 G 2.02(hen the macro is e)-4.52 F 2.02
20528(xpanded, the backticks are replaced by double quote marks, b)-.15 F
205292.02(ut in)-.2 F 1.114(addition, an)69.336 552 R 3.614(yd)-.15 G 1.114
20530(ouble quote mark found in the v)-3.614 F 1.113
20531(alue being passed to the parameter will ha)-.25 F 1.413 -.15(ve a b)-.2
20532H(ackslash).15 E 2.387(inserted before it, and an)69.336 564 R 4.887(yb)
20533-.15 G 2.388(ackslash that occurs within double quotes in the v)-4.887 F
205342.388(alue will also ha)-.25 F 2.688 -.15(ve a)-.2 H
20535(backslash inserted before it. Thus, for e)69.336 576 Q(xample:)-.15 E
20536F1(// If we define a macro like this:)105.336 594 Q
20537(define QUOTED\(X\) \222X\222 @)105.336 606 Q(// then for input)105.336
20538630 Q(value passed is)24 E(\222X\222 would be)24 E(which would print as)
2053924 E(print QUOTED\(hello\))105.336 654 Q 54(hello "hello" hello)42 F
20540(print QUOTED\("hello"\))105.336 666 Q 42("hello" "\\"hello\\"")30 F
20541("hello")36 E(print QUOTED\(\\\\n\))105.336 678 Q 72(\\n "\\n" a)54 F
20542(literal newline)6 E(print QUOTED\("\\\\n"\))105.336 690 Q 60
20543("\\n" "\\"\\\\n\\"")42 F("\\n")48 E F0 .407
20544(Sometimes it can be a little trick)69.336 716 R 2.907(yt)-.15 G 2.907
20545(og)-2.907 G .406
20546(et the number of backslashes right, or other details lik)-2.907 F 2.906
20547(et)-.1 G 2.906(hat. The)-2.906 F(-E)2.906 E
20548(Mup command line option sho)69.336 728 Q(ws ho)-.25 E 2.5(wm)-.25 G
20549(acros will e)-2.5 E(xpand, which may help you \214gure out what to do.)
20550-.15 E EP
20551%%Page: 98 104
20552%%BeginPageSetup
20553BP
20554%%EndPageSetup
20555/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(8-)-2.5 G 69.336 101
20556EBEGIN
205570 0.1 0.5 setrgbcolor
20558EEND/F0 13/Times-Italic@0 SF 3.25(11.3.3 Gener)72.586 101 R
20559(alized conditionals)-.195 E 69.336 113 EBEGIN
205600 0 0 setrgbcolor
20561EEND/F0 10/Times-Roman@0 SF .27
20562(Mup also supports more general "if" clauses. If you happen to be f)
2056372.106 113 R .27(amiliar with the preprocessors for the C)-.1 F .193
20564(and C++ programming languages, Mup "if" clauses are v)69.336 125 R .192
20565(ery similar)-.15 F 5.192(.I)-.55 G 2.692(fy)-5.192 G(ou')-2.692 E .192
20566(re not, that')-.5 F 2.692(so)-.55 G(kay)-2.692 E 2.692(,s)-.65 G .192
20567(ince things)-2.692 F 1.17(are e)69.336 137 R 1.17(xplained belo)-.15 F
205684.97 -.65(w. A)-.25 H 1.17(lso, some of the operations are really v).65
20569F 1.171(ery rarely needed, so if you \214nd some of)-.15 F 1.353
20570(them confusing, you just can skip past this section; you')69.336 149 R
205711.353(ll lik)-.1 F 1.353(ely ne)-.1 F -.15(ve)-.25 G 3.853(rh).15 G
20572-2.25 -.2(av e)-3.853 H 3.853(an)4.053 G 1.353(eed for the complicated)
20573-3.853 F(operations an)69.336 161 Q(yw)-.15 E(ay)-.1 E(.)-.65 E
20574(The general form is)69.336 179 Q/F1 10/Times-Bold@0 SF(if)105.336 197 Q
20575/F2 10/Times-Italic@0 SF(condition)2.5 E F1(then)2.5 E F2
20576(Mup statements)2.5 E F1(else)2.5 E F2(Mup statements)2.5 E F1(endif)2.5
20577E F0(As with the "ifdef," the "else" and second set of Mup statements i\
20578s optional.)69.336 217 Q .164(One form of "if" is really just a v)69.336
20579235 R .164(ariation of ifdef. It uses the k)-.25 F -.15(ey)-.1 G -.1(wo)
20580.15 G .164(rd "de\214ned" follo).1 F .164(wed by a macro name.)-.25 F
20581(So)69.336 247 Q/F3 10/Courier@0 SF(ifdef DUET)117.336 265 Q F0
20582(could also be written)69.336 285 Q F3(if defined DUET then)117.336 303
20583Q F0 -1.1(Yo)69.336 323 S 2.5(um)1.1 G(ay put a set of parentheses arou\
20584nd the macro name for clarity if you wish:)-2.5 E F3
20585(if defined\(DUET\) then)117.336 341 Q F0
20586(The ! is used to mean "not," so)69.336 367 Q F3(ifndef TRIO)117.336 385
20587Q F0(could also be written as)69.336 405 Q F3(if ! defined\(TRIO\) then)
20588117.336 423 Q F0 .652(So f)69.336 449 R(ar)-.1 E 3.151(,t)-.4 G .651
20589(his just looks longer)-3.151 F 3.151(,s)-.4 G 3.151(ow)-3.151 G(hat')
20590-3.151 E 3.151(st)-.55 G .651(he adv)-3.151 F 3.151(antage? The)-.25 F
20591(dif)3.151 E .651(ference is that ifdef and ifndef can only be)-.25 F
205921.215(used to check if a single macro is de\214ned or not, whereas the \
20593"if" condition is much more general, and)69.336 461 R .489
20594(therefore much more po)69.336 473 R 2.989(werful. Decisions)-.25 F .489
20595(can be based on the v)2.989 F .489
20596(alues of macros, not just whether the)-.25 F 2.988(ya)-.15 G(re)-2.988
20597E .379(de\214ned or not, and can also be based on more than one macro a\
20598t a time, Here is an e)69.336 485 R .38(xample of a condition)-.15 F
20599(based on se)69.336 497 Q -.15(ve)-.25 G(ral macros at once:).15 E F3(i\
20600f defined\(FULL_SCORE\) && defined\(TRANSPOSE_UP\) && ! defined\(MIDI\)\
20601 then)111.336 515 Q F0 -.1(wo)69.336 535 S .291
20602(uld be true only if both FULL_SCORE and TRANSPOSE_UP were de\214ned, b)
20603.1 F .291(ut MIDI w)-.2 F .291(as not de\214ned.)-.1 F
20604(The && means "and.")69.336 547 Q(There is also || which means "or)5 E
20605(," so)-.4 E F3(if defined\(CELLO\) || defined\(STRINGBASS\))111.336 565
20606Q F0 -.1(wo)69.336 585 S
20607(uld be true as long as at least one of the macros w).1 E(as de\214ned.)
20608-.1 E .229
20609(The condition can also include numbers and macros used as numeric v)
2061069.336 603 R .229(alues in arithmetic and comparisons.)-.25 F -.15(Fo)
2061169.336 615 S 2.5(re).15 G(xample,)-2.65 E EP
20612%%Page: 99 105
20613%%BeginPageSetup
20614BP
20615%%EndPageSetup
20616/F0 10/Times-Roman@0 SF 2.5(-9)274.506 48 S 2.5(9-)-2.5 G/F1 10
20617/Courier@0 SF(define STAFFS 3 @)117.336 96 Q(define S 5 @)117.336 108 Q
20618(if STAFFS > 5 then)117.336 120 Q
20619(// ... this would not be executed, since 3 is not greater than 5)
20620135.336 132 Q(endif)117.336 144 Q(if 2 <= STAFFS then)117.336 156 Q
20621(// ... This would be executed, since 2 is less than or equal to 3)
20622135.336 168 Q(endif)117.336 180 Q(if STAFFS + 1 == S - 1 then)117.336
20623192 Q(// ... This would be executed, since 3+1 equals 5-1)135.336 204 Q
20624(endif)117.336 216 Q F0 .148
20625(Note that the symbol to test for "equals" is tw)69.336 236 R 2.648(oe)
20626-.1 G .148
20627(quals signs, not just one. This is to be consistent with what)-2.648 F
20628(is used in the C and C++ languages.)69.336 248 Q
20629(The operators for comparisons are:)5 E 20.64(<l)69.336 272 S(ess than)
20630-20.64 E 20.64(>g)69.336 284 S(reater than)-20.64 E 12.5(<= less)69.336
20631296 R(than or equal)2.5 E 12.5(>= greater)69.336 308 R(than or equal)2.5
20632E 12.5(== equal)69.336 320 R 14.81(!= not)69.336 332 R(equal)2.5 E .17
20633(Note that the v)69.336 350 R .171(alues in the conditions can only be \
20634either literal numbers or macros whose v)-.25 F .171(alues e)-.25 F -.25
20635(va)-.25 G .171(luate to).25 F 2.75(an)69.336 362 S(umber)-2.75 E 2.75
20636(.T)-.55 G(he)-2.75 E 2.75(yc)-.15 G .25(annot be things lik)-2.75 F
206372.75(eM)-.1 G .25(up parameters.)-2.75 F 2.749(Am)5.25 G .249
20638(acro which is not de\214ned is treated as ha)-2.749 F .249(ving a)-.2 F
20639-.25(va)69.336 374 S 1.26(lue of zero.).25 F 1.26(Macro v)6.26 F 1.26
20640(alues are substituted for macro names just as else)-.25 F 1.261
20641(where in Mup, so if you use a)-.25 F 1.54(macro whose resulting v)
2064269.336 386 R 1.54(alue does not e)-.25 F -.25(va)-.25 G 1.539
20643(ulate to a number).25 F 4.039(,y)-.4 G 1.539
20644(ou may get an error or other une)-4.039 F(xpected)-.15 E(result.)69.336
20645398 Q 1.025(If you are f)69.336 416 R 1.025
20646(amiliar with "octal" and "he)-.1 F 1.026(xadecimal" numbers, the)-.15 F
206473.526(yc)-.15 G 1.026(an be used, follo)-3.526 F 1.026
20648(wing the C language)-.25 F(con)69.336 428 Q -.15(ve)-.4 G .976
20649(ntion of a leading zero for octal or a leading 0x for he).15 F .976
20650(xadecimal. \(If you')-.15 F .976(re not f)-.5 F .976
20651(amiliar with these)-.1 F .771(numbers or con)69.336 440 R -.15(ve)-.4 G
20652.771(ntions, don').15 F 3.271(tw)-.18 G .771(orry about it; it')-3.371 F
206533.271(sn)-.55 G -2.15 -.25(ev e)-3.271 H 3.271(rr).25 G .771
20654(eally necessary to use them. Just mak)-3.271 F 3.272(es)-.1 G .772
20655(ure you)-3.272 F(don')69.336 452 Q 2.5(ta)-.18 G
20656(ccidentally start a number other than a zero with a zero\).)-2.5 E
20657-1.11(Va)69.336 470 S .626
20658(lues are limited to 32-bit signed numbers. \(If you don')1.11 F 3.126
20659(tk)-.18 G(no)-3.126 E 3.126(ww)-.25 G .626
20660(hat that means, all you need to kno)-3.126 F 3.125(wi)-.25 G(s)-3.125 E
20661(that you can only use numbers between -2147483648 and 2147483647.)
2066269.336 482 Q .504(Before we introduce the remaining operators, it w)
2066369.336 500 R .505(ould be good to discuss tw)-.1 F 3.005(oc)-.1 G .505
20664(oncepts, called precedence)-3.005 F 3.175(and associati)69.336 512 R
20665(vity)-.25 E 5.675(.T)-.65 G 3.175(hese determine the order in which op\
20666erations are done. Consider the follo)-5.675 F(wing)-.25 E -.15(ex)
2066769.336 524 S(pression:).15 E F1 6(5+3*8)123.336 542 S F0 .678
20668(What is its v)69.336 562 R .678
20669(alue? If we just went left to right, we w)-.25 F .679
20670(ould add 5 and 3, getting 8, then multiple by 8, for a)-.1 F 2.758
20671(\214nal v)69.336 574 R 2.758(alue of 64. Ho)-.25 F(we)-.25 E -.15(ve)
20672-.25 G 3.558 -.4(r, m).15 H 2.758
20673(ultiplication is generally considered to ha).4 F 3.057 -.15(ve h)-.2 H
206742.757(igher "precedence" than).15 F 1.65(addition, meaning that multipl\
20675ications should be done before additions.)69.336 586 R 1.65(In other w)
206766.65 F 1.65(ords, the e)-.1 F(xpression)-.15 E
20677(should actually be treated as)69.336 598 Q F1 6(5+\()123.336 616 S 6
20678(3*8)-6 G(\))-6 E F0(so we w)69.336 636 Q(ould \214rst multiply 3 by 8,\
20679 getting 24, and then add 5 and 24, obtaining a \214nal answer of 29.)
20680-.1 E .027(If you really intended the 64 meaning, that could be sho)
2068169.336 654 R .027(wn by parentheses, indicating you w)-.25 F .027
20682(ant the addition)-.1 F(to be done \214rst:)69.336 666 Q F1
20683(\(5 + 3\) * 8)123.336 684 Q F0(Associati)69.336 710 Q 2.082(vity deter\
20684mines whether operators of equal precedence are done left to right or r\
20685ight to left.)-.25 F -.15(Pa)69.336 722 S 1.661
20686(rentheses and all of the operators that ha).15 F 1.961 -.15(ve t)-.2 H
206871.861 -.1(wo o).15 H 1.66
20688(perands associate left to right, while all the others).1 F
20689(associate right to left. F)69.336 734 Q(or e)-.15 E
20690(xample, since addition and subtraction associate left to right, the e)
20691-.15 E(xpression)-.15 E EP
20692%%Page: 100 106
20693%%BeginPageSetup
20694BP
20695%%EndPageSetup
20696/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(00 -)-2.5 E/F1 10/Courier@0
20697SF(10 - 6 - 1)117.336 96 Q F0 -.1(wo)69.336 116 S .191(uld be e).1 F
20698-.25(va)-.25 G .191(luated by \214rst subtracting 6 from 10 to get 4, t\
20699hen subtracting 1, yielding 3.).25 F .191(If the)5.191 F 2.692(ya)-.15 G
20700(ssociated)-2.692 E .487(right to left, \214rst 1 w)69.336 128 R .487
20701(ould be subtracted from 6 to get 5, which w)-.1 F .487
20702(ould then be subtracted from 10, yielding)-.1 F 2.5(5. So)69.336 140 R
20703(using dif)2.5 E(ferent associati)-.25 E(vity can lead to dif)-.25 E
20704(ferent answers!)-.25 E(Since the "not" operator and unary minus associ\
20705ate right to left, in the e)69.336 158 Q(xpression)-.15 E F1 6(!-\()
20706117.336 176 S(5\))-6 E F0 .712(the unary minus w)69.336 196 R .712
20707(ould be applied \214rst to get -5, then the "not" w)-.1 F .712
20708(ould be applied. But what does "not -5")-.1 F .312
20709(mean? The "not" operator will treat its operand as a boolean v)69.336
20710208 R .312(alue, with a v)-.25 F .312(alue of zero meaning f)-.25 F .312
20711(alse, and)-.1 F(an)69.336 220 Q 2.917(yn)-.15 G .417(on-zero v)-2.917 F
20712.417(alue being true. Since -5 is not zero, it represents "true," and "\
20713not true" w)-.25 F .418(ould be "f)-.1 F .418(alse," or)-.1 F 3.321
20714(zero. By)69.336 232 R .821(the w)3.321 F(ay)-.1 E 3.321(,a)-.65 G 1.121
20715-.15(ny o)-3.321 H .821
20716(perator that yields a boolean result \(not, logical and, logical or).15
20717F 3.32(,l)-.4 G .82(ess than, greater)-3.32 F .287(than, less than or e\
20718qual, greater than or equal, equal, or not equal\) will al)69.336 244 R
20719-.1(wa)-.1 G .287(ys yield 1 for true, e).1 F -.15(ve)-.25 G 2.787(nt)
20720.15 G(hough)-2.787 E(an)69.336 256 Q 2.5(yn)-.15 G(on-zero v)-2.5 E
20721(alue could mean true.)-.25 E .619(The operators are listed belo)69.336
20722274 R 1.919 -.65(w. T)-.25 H .618(hose on the same line ha).65 F .918
20723-.15(ve t)-.2 H .618(he same precedence, with those on each line).15 F
20724(ha)69.336 286 Q(ving higher precedence than the lines belo)-.2 E -.65
20725(w.)-.25 G .4 LW 463.366 302.5 107.306 302.5 DL/F2 10/Times-Bold@0 SF
2072625.4(operators operations)112.306 312 R(associati)179.94 E(vity)-.1 E
20727463.366 316.5 107.306 316.5 DL 463.366 318.5 107.306 318.5 DL F1 6(\(\))
20728112.306 328 S F0 186.33(grouping left)45 F(to right)2.5 E 463.366 332.5
20729107.306 332.5 DL F1 6(!~-+)112.306 342 S F0(not, one')21 E 2.5(sc)-.55 G
20730(omplement, unary minus, unary plus)-2.5 E(right to left)32.45 E 463.366
20731346.5 107.306 346.5 DL F1 6(*/%)112.306 356 S F0(multiply)33 E 2.5(,d)
20732-.65 G -.25(iv)-2.5 G(ide, modulo).25 E(left to right)126.38 E 463.366
20733360.5 107.306 360.5 DL F1 6(+-)112.306 370 S F0(add, subtract)45 E
20734(left to right)173.84 E 463.366 374.5 107.306 374.5 DL F1(<< >>)112.306
20735384 Q F0(left shift, right shift)39 E(left to right)147.16 E 463.366
20736388.5 107.306 388.5 DL F1 6(<<)112.306 398 S 6(=>>)-6 G(=)-6 E F0
20737(less than, less or equal, greater than, greater or equal)15 E
20738(left to right)15 E 463.366 402.5 107.306 402.5 DL F1(== !=)112.306 412
20739Q F0(equal, not equal)39 E(left to right)161.34 E 463.366 416.5 107.306
20740416.5 DL F1(&)112.306 426 Q F0(bitwise AND)63 E(left to right)171.89 E
20741463.366 430.5 107.306 430.5 DL F1(^)112.306 440 Q F0(bitwise XOR)63 E
20742(left to right)172.44 E 463.366 444.5 107.306 444.5 DL F1(|)112.306 454
20743Q F0(bitwise OR)63 E(left to right)179.66 E 463.366 458.5 107.306 458.5
20744DL F1(&&)112.306 468 Q F0(logical AND)57 E(left to right)173.56 E
20745463.366 472.5 107.306 472.5 DL F1(||)112.306 482 Q F0(logical OR)57 E
20746(left to right)181.33 E 463.366 486.5 107.306 486.5 DL F1 6(?:)112.306
20747496 S F0(interrog)45 E 170.83(ation right)-.05 F(to left)2.5 E 463.366
20748500.5 107.306 500.5 DL 463.366 302.5 463.366 500.5 DL 107.306 302.5
20749107.306 500.5 DL 398.746 302.5 398.746 500.5 DL 173.806 302.5 173.806
20750500.5 DL 69.336 514 EBEGIN
207510 0.1 0.5 setrgbcolor
20752EEND/F0 14/Times-Bold@0 SF 3.5(11.4 Include)72.836 514 R 69.336 532
20753EBEGIN
207540 0 0 setrgbcolor
20755EEND/F0 10/Times-Roman@0 SF(The "include" statement can be used to incl\
20756ude the contents of one \214le inside another)71.836 532 Q(.)-.55 E/F1
2075710/Times-Bold@0 SF(include ")105.336 550 Q/F2 10/Times-Italic@0 SF
20758(\214lename)A F1(")A F0 .738
20759(causes input to be read from the speci\214ed)69.336 570 R F2
20760(\214lename)3.238 E F0 3.238(.W)C .739
20761(hen the end of that \214le is reached, reading of input)-3.238 F
20762(resumes from the original \214le after the include statement.)69.336
20763582 Q 2(If the)69.336 600 R F2(\214lename)4.5 E F0 1.999
20764(cannot be found as is, and it is not an absolute path, and if the en)
207654.5 F 1.999(vironment v)-.4 F(ariable)-.25 E(MUPP)69.336 612 Q -1.11(AT)
20766-.92 G 2.822(Hi)1.11 G 2.822(ss)-2.822 G .323
20767(et, Mup will search for the \214le in each directory listed in MUPP)
20768-2.822 F -1.11(AT)-.92 G .323(H. On Unix systems, the)1.11 F .444
20769(directories are separated by colons. On systems with DOS-lik)69.336 624
20770R 2.943<658c>-.1 G .443(le naming con)-2.943 F -.15(ve)-.4 G .443
20771(ntions, the).15 F 2.943(ya)-.15 G .443(re separated)-2.943 F .067
20772(by semicolons.)69.336 636 R .067(The MUPP)5.067 F -1.11(AT)-.92 G 2.567
20773(Hm)1.11 G .068(ay be useful if, for e)-2.567 F .068(xample, you ha)-.15
20774F .368 -.15(ve a n)-.2 H .068(umber of "boilerplate" \214les that).15 F
207751.026(you w)69.336 648 R 1.026(ant to include in lots of songs. Y)-.1 F
207761.026(ou can put them in some directory and set MUPP)-1.1 F -1.11(AT)
20777-.92 G 3.526(Ht)1.11 G 3.526(ol)-3.526 G 1.026(ist that)-3.526 F
20778(directory)69.336 660 Q 2.5(,t)-.65 G(hen an)-2.5 E 2.5(yM)-.15 G
20779(up \214les you ha)-2.5 E .3 -.15(ve c)-.2 H(an refer to them.).15 E
2078069.336 678 EBEGIN
207810 0.1 0.5 setrgbcolor
20782EEND/F0 14/Times-Bold@0 SF 3.5(11.5 Installing)72.836 678 R(other f)3.5
20783E(onts)-.35 E 69.336 696 EBEGIN
207840 0 0 setrgbcolor
20785EEND/F0 10/Times-Roman@0 SF .501
20786(The "font\214le" statement is used to o)72.337 696 R -.15(ve)-.15 G
20787.501(rride a Mup font with some other font. Y).15 F .501
20788(ou may place one or more)-1.1 F .34(of these an)69.336 708 R .34
20789(ywhere in Mup input.)-.15 F .34(This might be used either because you')
207905.34 F 2.84(dl)-.5 G(ik)-2.84 E 2.84(ead)-.1 G(if)-2.84 E .34
20791(ferent style of printing,)-.25 F 1.071(or because you need a dif)69.336
20792720 R 1.071(ferent alphabet.)-.25 F 1.071
20793(The "mkmupfnt" program that is distrib)6.071 F 1.072
20794(uted with Mup can be)-.2 F
20795(used to generate a font description \214le. Y)69.336 732 Q
20796(ou can then use)-1.1 E EP
20797%%Page: 101 107
20798%%BeginPageSetup
20799BP
20800%%EndPageSetup
20801/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(01 -)-2.5 E/F1 10/Courier@0
20802SF(fontfile "file")130.336 96 Q F0 .592
20803(in your Mup program, where the gi)69.336 116 R -.15(ve)-.25 G 3.092(n")
20804.15 G .592(\214le" is the name of the font description \214le. The manu\
20805al page for)-3.092 F 1.099(mkmupfnt describes ho)69.336 128 R 3.599(wt)
20806-.25 G 3.599(ou)-3.599 G 1.1(se that program. It also describes the for\
20807mat of the font description \214le, in)-3.599 F(case you wish to genera\
20808te it by some means other than the mkmupfnt program.)69.336 140 Q
20809(Mup searches for font\214les via the MUPP)69.336 158 Q -1.11(AT)-.92 G
208102.5(Hm)1.11 G(echanism, just lik)-2.5 E 2.5(ef)-.1 G
20811(or included \214les.)-2.5 E EP
20812%%Page: 102 108
20813%%BeginPageSetup
20814BP
20815%%EndPageSetup
20816/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(02 -)-2.5 E 69.336 103
20817EBEGIN
208180 0.1 0.5 setrgbcolor
20819EEND/F0 15/Times-Bold@0 SF 3.75(12. P)73.086 103 R(ARAMETERS)-1.11 E
2082069.336 121 EBEGIN
208210 0 0 setrgbcolor
20822EEND/F0 10/Times-Roman@0 SF -.15(Pa)71.937 121 S .101
20823(rameters can be set in v).15 F .101(arious conte)-.25 F .101
20824(xts. All parameters ha)-.15 F .4 -.15(ve d)-.2 H(ef).15 E .1(ault v)-.1
20825F .1(alues, so that you need to e)-.25 F(xplicitly)-.15 E
20826(set them only if you w)69.336 133 Q(ant some v)-.1 E
20827(alue other than the def)-.25 E(ault v)-.1 E(alue.)-.25 E .438
20828(Some parameters can be set only in the score conte)69.336 151 R .438
20829(xt. Others can be set in either score or staf)-.15 F 2.938(fc)-.25 G
20830(onte)-2.938 E .438(xts. A)-.15 F(fe)69.336 163 Q 2.739(wc)-.25 G .239
20831(an be set in score, staf)-2.739 F .239(f, or v)-.25 F .239(oice conte)
20832-.2 F .239(xt. If a gi)-.15 F -.15(ve)-.25 G 2.738(np).15 G .238
20833(arameter can be set in se)-2.738 F -.15(ve)-.25 G .238(ral conte).15 F
20834.238(xts, the v)-.15 F(alue)-.25 E .744
20835(is that of the parameter at the most speci\214c conte)69.336 175 R .745
20836(xt in which it is set. F)-.15 F .745(or e)-.15 F .745
20837(xample, if Mup is w)-.15 F .745(orking on)-.1 F .642
20838(musical data for v)69.336 187 R .642(oice 2 of staf)-.2 F 3.141(f5)-.25
20839G 3.141(,a)-3.141 G .641(nd it needs to look up the v)-3.141 F .641
20840(alue of a parameter)-.25 F 3.141(,i)-.4 G 3.141(tw)-3.141 G .641
20841(ill \214rst see if that)-3.141 F .172(parameter has been set in conte)
2084269.336 199 R .172(xt "v)-.15 F .172(oice 5 2".)-.2 F .172
20843(If so, it will use that v)5.172 F .172
20844(alue. If not, it will see if the parameter)-.25 F -.1(wa)69.336 211 S
208452.927(ss).1 G .427(et in conte)-2.927 F .427(xt "staf)-.15 F 2.927(f5)
20846-.25 G .426(". If that has not been set either)-2.927 F 2.926(,i)-.4 G
208472.926(tw)-2.926 G .426(ill use the v)-2.926 F .426
20848(alue from the score conte)-.25 F .426(xt. The)-.15 F 1.236(score conte)
2084969.336 223 R 1.237(xt initially has all parameters set to their def)-.15
20850F 1.237(ault v)-.1 F 3.737(alues. There)-.25 F 1.237(are a fe)3.737 F
208513.737(wp)-.25 G 1.237(arameters, mostly)-3.737 F(related to font and te)
2085269.336 235 Q(xt size, that can also be set in header)-.15 E 2.5(,f)-.4 G
20853(ooter)-2.5 E 2.5(,a)-.4 G(nd similiar conte)-2.5 E(xts.)-.15 E -.15(Pa)
2085469.336 253 S(rameters are set by the follo).15 E(wing syntax:)-.25 E/F1
2085510/Times-Italic@0 SF(par)105.336 271 Q(ameter_name)-.15 E/F2 10
20856/Times-Bold@0 SF(=)A F1(value)A F0(Se)69.336 297 Q -.15(ve)-.25 G(ral p\
20857arameters can be set on a single line by separating them with a semicol\
20858on. F).15 E(or e)-.15 E(xample:)-.15 E/F3 10/Courier@0 SF
20859(staffs=2 ; key=2& ; time=2/4)105.336 315 Q F0 -.15(Pa)69.336 341 S
20860(rameters can be unset in staf).15 E 2.5(fo)-.25 G 2.5(rv)-2.5 G
20861(oice conte)-2.7 E(xt using)-.15 E F2(unset)105.336 359 Q F1(par)2.5 E
20862(ameter_name)-.15 E F0 .384(Unsetting a parameter in staf)69.336 379 R
208632.884(fc)-.25 G(onte)-2.884 E .384(xt will cause it to re)-.15 F -.15
20864(ve)-.25 G .384(rt to its v).15 F .384(alue in score conte)-.25 F .383
20865(xt \(unless o)-.15 F -.15(ve)-.15 G(rridden).15 E .449(in v)69.336 391
20866R .449(oice conte)-.2 F 2.949(xt\). Unsetting)-.15 F 2.949(ap)2.949 G
20867.449(arameter in v)-2.949 F .449(oice conte)-.2 F .45
20868(xt will cause it to re)-.15 F -.15(ve)-.25 G .45(rt to its v).15 F .45
20869(alue in staf)-.25 F 2.95(fc)-.25 G(onte)-2.95 E(xt)-.15 E
20870(if that is set, otherwise to its v)69.336 403 Q(alue in score conte)
20871-.25 E(xt.)-.15 E 1.21(The parameters are listed belo)69.336 421 R 3.71
20872(wi)-.25 G 3.71(na)-3.71 G 1.21(lphabetical order)-3.71 F 3.71(.F)-.55 G
208731.21(or each, the description includes the parameter')-3.86 F(s)-.55 E
20874.208(name, le)69.336 433 R -.05(ga)-.15 G 2.708(lv).05 G .208
20875(alues, def)-2.958 F .208(ault v)-.1 F .208(alue, and conte)-.25 F .208
20876(xts in which the parameter can be set, along with an e)-.15 F .209
20877(xample of)-.15 F(its usage.)69.336 445 Q
20878(If there are other related parameters, the)5 E 2.5(ya)-.15 G
20879(re referenced as well.)-2.5 E F2(Name)69.336 493 Q F0
20880(.............. abo)1.95 E -.15(ve)-.15 G(order).15 E F2(Description)
2088169.336 505 Q F0 .51
20882(..... specify in what order to stack items that are printed abo)B .81
20883-.15(ve a s)-.15 H(taf).15 E 3.01(f. The)-.25 F -.25(va)3.01 G .51
20884(lue is a comma-separated).25 F .395
20885(list of all the types of things that can be printed abo)138.476 517 R
20886.696 -.15(ve a s)-.15 H(taf).15 E .396(f. Items are stack)-.25 F .396
20887(ed in the order listed,)-.1 F .134(starting from just abo)138.476 529 R
20888.434 -.15(ve t)-.15 H .134(he staf).15 F 2.634(fa)-.25 G .134(nd w)
20889-2.634 F .134(orking upw)-.1 F 2.634(ard. If)-.1 F .134(you w)2.634 F
20890.134(ant se)-.1 F -.15(ve)-.25 G .134(ral types to be handled as a).15 F
20891.177(single cate)138.476 541 R(gory)-.15 E 2.677(,w)-.65 G .177
20892(ith all types in the cate)-2.677 F .177(gory ha)-.15 F .177
20893(ving the same stacking priority)-.2 F 2.678(,s)-.65 G .178
20894(eparate them with)-2.678 F .282(an ampersand rather than a comma. The \
20895ampersand cannot be used with lyrics, ending, or reh. The)138.476 553 R
20896.23(dyn cate)138.476 565 R .23(gory applies to crescendo and decrescend\
20897o marks \(from "<" and ">" statements\) as well as)-.15 F(te)138.476 577
20898Q .133(xt with the dyn modi\214er)-.15 F 5.133(.T)-.55 G .133
20899(he chord cate)-5.133 F .132(gory applies to te)-.15 F .132
20900(xt with chord, analysis, or \214gbass mod-)-.15 F .332
20901(i\214ers. The otherte)138.476 589 R .333(xt cate)-.15 F .333
20902(gory applies to rom, bold, ital, and boldital items that do not ha)-.15
20903F .633 -.15(ve a c)-.2 H(hord,).15 E .311
20904(analysis, \214gbass, or dyn modi\214er)138.476 601 R 5.311(.I)-.55 G
209052.811(fy)-5.311 G .311(ou omit an)-2.811 F 2.811(yc)-.15 G(ate)-2.811 E
20906.311(gories, the)-.15 F 2.81(yw)-.15 G .31(ill be stack)-2.81 F .31
20907(ed last, in their de-)-.1 F -.1(fa)138.476 613 S(ult order).1 E(.)-.55
20908E F2 -.92(Va)69.336 625 S(lue).92 E F0(............... mussym, octa).36
20909E -.15(ve)-.2 G 2.5(,d).15 G(yn, otherte)-2.5 E
20910(xt, chord, lyrics, ending, reh)-.15 E F2(Default)69.336 637 Q F0
20911(............ mussym, octa).28 E -.15(ve)-.2 G 2.5(,d).15 G
20912(yn & otherte)-2.5 E(xt & chord, lyrics, ending, reh)-.15 E F2(Context)
2091369.336 649 Q F0(........... score, staf).56 E(f)-.25 E F2(Example)69.336
20914661 Q F0(......... abo)1.66 E -.15(ve)-.15 G
20915(order = mussym, lyrics, dyn, octa).15 E -.15(ve)-.2 G 2.5(,o).15 G
20916(therte)-2.5 E(xt, chord, ending, reh)-.15 E F2(See also)69.336 673 Q F0
20917(........... belo).83 E -.1(wo)-.25 G(rder).1 E 2.5(,b)-.4 G
20918(etweenorder)-2.5 E 2.5(,c)-.4 G(horddist, dist, dyndist)-2.5 E EP
20919%%Page: 103 109
20920%%BeginPageSetup
20921BP
20922%%EndPageSetup
20923/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(03 -)-2.5 E/F1 10
20924/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. addtranspose)1.95 E
20925F1(Description)69.336 108 Q F0(..... specify by what additional interv)A
20926(al to transpose the music data.)-.25 E
20927(There is another parameter called)5 E(just transpose.)138.476 120 Q -.8
20928(Ty)5 G(pically you w).8 E
20929(ould use the transpose parameter to change the k)-.1 E .3 -.15(ey o)-.1
20930H 2.5(fi).15 G(ndi)-2.5 E(vidual)-.25 E(staf)138.476 132 Q(fs \(for tra\
20931nsposing instruments\), and then use the addtranspose parameter if you \
20932w)-.25 E(ant to change)-.1 E(the k)138.476 144 Q .3 -.15(ey o)-.1 H 2.5
20933(ft).15 G(he entire score.)-2.5 E
20934(But either of these parameters can be used either w)5 E(ay)-.1 E 5(.I)
20935-.65 G 2.5(na)-5 G .3 -.15(ny c)-2.5 H(ase, for).15 E(each staf)138.476
20936156 Q(f, and for the score, the v)-.25 E
20937(alues of transpose and addtranspose are "added" to \214nd the trans-)
20938-.25 E(position for that staf)138.476 168 Q 2.5(fo)-.25 G 2.5(rs)-2.5 G
209392.5(core. The)-2.5 F(interv)2.5 E(al can be lar)-.25 E(ger than an octa)
20940-.18 E -.15(ve)-.2 G 2.5(,b).15 G(ut must be a v)-2.7 E(alid inter)-.25
20941E(-)-.2 E -.25(va)138.476 180 S 2.5(l\().25 G(e.g., there is no such th\
20942ing as a perfect 6th\). It is an error to specify a transposition v)-2.5
20943E(alue which)-.25 E -.1(wo)138.476 192 S(uld result in a k).1 E .3 -.15
20944(ey s)-.1 H(ignature with more than 7 \215ats or sharps.).15 E
20945(It is also an error if transposition)5 E -.1(wo)138.476 204 S
20946(uld result in a note requiring a triple sharp or triple \215at.).1 E F1
20947-.92(Va)69.336 216 S(lue).92 E F0(............... the w).36 E
20948(ord "up" or "do)-.1 E(wn," follo)-.25 E(wed by an interv)-.25 E
20949(al and a whole number greater than 0.)-.25 E(The interv)5 E(al is)-.25
20950E(one of major)138.476 228 Q 2.5(,m)-.4 G(inor)-2.5 E 2.5(,a)-.4 G
20951(ugmented, diminished, or perfect.)-2.5 E(The interv)5 E
20952(als can be abbre)-.25 E(viated to their)-.25 E
20953(\214rst 3 letters \(maj, min, aug, dim, or per\).)138.476 240 Q
20954(The section on transposition lists transposition interv)5 E(als)-.25 E
20955(and gi)138.476 252 Q -.15(ve)-.25 G 2.5(sf).15 G(urther details.)-2.5 E
20956(Depending on which k)5 E .3 -.15(ey s)-.1 H
20957(ignature you are transposing from, some trans-).15 E(position interv)
20958138.476 264 Q(als may not w)-.25 E(ork because the)-.1 E 2.5(yr)-.15 G
20959(esult in more than 7 \215ats or sharps.)-2.5 E F1(Default)69.336 276 Q
20960F0(............ up perfect 1 \(i.e., no transposition\)).28 E F1
20961(Context)69.336 288 Q F0(........... score, staf).56 E(f)-.25 E F1
20962(Examples)69.336 300 Q F0(........ addtranspose = do).27 E(wn major 3)
20963-.25 E(addtranspose = up perfect 5)138.476 312 Q F1(See also)69.336 324
20964Q F0(........... k).83 E -.15(ey)-.1 G 2.5(,t)-.5 G(ranspose)-2.5 E F1
20965(Name)69.336 372 Q F0(.............. barstyle)1.95 E F1(Description)
2096669.336 384 Q F0(..... speci\214es which staf)A(fs are to ha)-.25 E .3
20967-.15(ve t)-.2 H(heir bar lines connected together).15 E 5(.W)-.55 G
20968(hen dra)-5 E(wing bar lines, a con-)-.15 E(tinuous v)138.476 396 Q
20969(ertical line will be dra)-.15 E(wn from the top line of the top staf)
20970-.15 E 2.5(fi)-.25 G 2.5(nar)-2.5 G(ange to the bottom line of)-2.5 E
20971(the bottom staf)138.476 408 Q 2.5(fo)-.25 G 2.5(ft)-2.5 G(he range.)
20972-2.5 E(An)5 E 2.5(ys)-.15 G(taf)-2.5 E 2.5(fn)-.25 G
20973(ot listed will be barred by itself, with the bar line span-)-2.5 E
20974(ning only the height of the staf)138.476 420 Q(f.)-.25 E F1 -.92(Va)
2097569.336 432 S(lue).92 E F0
20976(............... a comma-separated list of staf).36 E 2.5(fn)-.25 G
20977(umbers and/or ranges of staf)-2.5 E 2.5(fn)-.25 G 2.5(umbers. Staf)-2.5
20978F 2.5(fn)-.25 G(umbers can be from)-2.5 E 2.5(1t)138.476 444 S 2.5(ot)
20979-2.5 G(he v)-2.5 E(alue of the "staf)-.25 E(fs" parameter)-.25 E 5(.A)
20980-.55 G(range is a pair of numbers separated by a dash.)-2.5 E 2.5(Ag)5 G
20981-2.15 -.25(iv e)-2.5 H(n).25 E(staf)138.476 456 Q 2.5(fn)-.25 G
20982(umber can be speci\214ed only once, and there can be no o)-2.5 E -.15
20983(ve)-.15 G(rlapping between ranges.).15 E F1(Default)69.336 468 Q F0
20984(............ each visible staf).28 E 2.5(fb)-.25 G(arred indi)-2.5 E
20985(vidually)-.25 E F1(Context)69.336 480 Q F0(........... score).56 E F1
20986(Example)69.336 492 Q F0(......... barstyle = 1-2, 5-8)1.66 E F1
20987(See also)69.336 504 Q F0(........... staf).83 E(fs, visible)-.25 E EP
20988%%Page: 104 110
20989%%BeginPageSetup
20990BP
20991%%EndPageSetup
20992/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(04 -)-2.5 E/F1 10
20993/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. beamslope)1.95 E F1
20994(Description)69.336 108 Q F0(..... allo)A
20995(ws you to control the slope of beams.)-.25 E -1 -.8(Tw o)5 H -.25(va)
209963.3 G(lues must be gi).25 E -.15(ve)-.25 G(n, separated by a comma.).15
20997E(Mup)5 E
20998(calculates an appropriate slope for beams by applying a linear re)
20999138.476 120 Q(gression algorithm that uses the)-.15 E
21000(positions of the note heads within the beam. The \214rst v)138.476 132
21001Q(alue supplied for the beamslope parameter is)-.25 E 2.5(af)138.476 144
21002S(actor by which to multiply the def)-2.6 E
21003(ault slope that Mup calculates.)-.1 E(The minimum v)5 E(alue of 0.0)
21004-.25 E -.1(wo)138.476 156 S
21005(uld cause all beams to be horizontal, whereas the maximum v).1 E
21006(alue of 1.0 will use the slope Mup)-.25 E 2.5(calculates. Intermediate)
21007138.476 168 R -.25(va)2.5 G
21008(lues will yield beams that are less slanted than the def).25 E
21009(ault slope calcula-)-.1 E(tion. The second v)138.476 180 Q(alue gi)-.25
21010E -.15(ve)-.25 G 2.5(nt).15 G 2.5(ot)-2.5 G
21011(he beamslope parameter is the maximum angle for the beam, in)-2.5 E(de)
21012138.476 192 Q 2.5(grees. If)-.15 F(the originally calculated v)2.5 E
21013(alue multiplied by the f)-.25 E(actor yields an angle of greater than)
21014-.1 E(this maximum angle, the maximum angle will be used.)138.476 204 Q
21015(Cross-staf)5 E 2.5(fb)-.25 G(eams that are between staf)-2.5 E(fs)-.25
21016E(are allo)138.476 216 Q(wed to ha)-.25 E .3 -.15(ve a s)-.2 H
21017(lope up to 1.4 times the v).15 E
21018(alue of the slope of the maximum angle, since the)-.25 E(y)-.15 E -.1
21019(fa)138.476 228 S(ce more constraints.).1 E(The slope can be o)5 E -.15
21020(ve)-.15 G(rridden on a particular beam by specifying a slope as).15 E
21021(an interchord attrib)138.476 240 Q
21022(ute on the \214rst chord of the beamed set.)-.2 E F1 -.92(Va)69.336 252
21023S(lue).92 E F0(............... 0.0 to 1.0 for the f).36 E(actor)-.1 E
210242.5(,a)-.4 G(nd 0.0 to 45.0 for the maximum angle)-2.5 E F1(Default)
2102569.336 264 Q F0(............ 1.0, 20.0).28 E F1(Context)69.336 276 Q F0
21026(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1(Example)69.336
21027288 Q F0(......... beamslope=0.8,20)1.66 E EP
21028%%Page: 105 111
21029%%BeginPageSetup
21030BP
21031%%EndPageSetup
21032/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(05 -)-2.5 E/F1 10
21033/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. beamstyle)1.95 E F1
21034(Description)69.336 108 Q F0(..... speci\214es ho)A 2.5(wt)-.25 G 2.5
21035(ob)-2.5 G(eam eighth notes or shorter)-2.5 E 2.5(.I)-.55 G 2.5(ti)-2.5
21036G 2.5(ss)-2.5 G(peci\214ed as a list of time v)-2.5 E(alues. An)-.25 E
210372.5(yn)-.15 G(umber of)-2.5 E(notes up to each time v)138.476 120 Q
21038(alue will be beamed together)-.25 E 2.5(.F)-.55 G(or e)-2.65 E
21039(xample, in 4/4 time, with beam-)-.15 E
21040(style=4,4,4,4 each quarter note w)138.476 132 Q
21041(orth of shorter notes w)-.1 E(ould be beamed together)-.1 E 5(.H)-.55 G
21042-.25(ow)-5 G -2.15 -.25(ev e).25 H .8 -.4(r, b).25 H(eams).4 E -.1(wo)
21043138.476 144 S(uld not span across beats. As another e).1 E
21044(xample, for an input of 4.; 8; 8; 4.; the tw)-.15 E 2.5(oe)-.1 G
21045(ighth notes)-2.5 E -.1(wo)138.476 156 S(uld not be beamed together).1 E
210462.5(,b)-.4 G(ecause the)-2.5 E 2.5(ys)-.15 G
21047(pan beats. If beamstyle had been speci\214ed as 4,2,4)-2.5 E
21048(then the eighth notes w)138.476 168 Q(ould be beamed.)-.1 E(Normally)5
21049E 2.5(,b)-.65 G(eams also end whene)-2.5 E -.15(ve)-.25 G 2.5(rar).15 G
21050(est or space is en-)-2.5 E 2.5(countered. Ho)138.476 180 R(we)-.25 E
21051-.15(ve)-.25 G .8 -.4(r, i).15 H 2.5(fa).4 G 2.5(n")-2.5 G
21052(r" is placed at the end of the list of time v)-2.5 E
21053(alues, Mup will beams across)-.25 E
21054(rests of less than quarter note duration.)138.476 192 Q(Similarly)5 E
210552.5(,i)-.65 G 2.5(fa)-2.5 G 2.5(n")-2.5 G
21056(s" is placed at the end of the list, Mup will)-2.5 E
21057(beam across spaces of less than quarter note duration.)138.476 204 Q
21058-1.1(Yo)5 G 2.5(uc)1.1 G(an specify both r and s in either order)-2.5 E
21059(.)-.55 E(It is possible to specify subbeams, or secondary groupings wi\
21060thin a beam, by enclosing a list of)138.476 216 Q(time v)138.476 228 Q
21061(alues in parentheses. In this case, the outer beam e)-.25 E
21062(xtends for the sum of the v)-.15 E(alues in the)-.25 E
21063(parentheses, while inner beams e)138.476 240 Q(xtend only for the indi)
21064-.15 E(vidual v)-.25 E(alues within the parentheses.)-.25 E -.15(Fo)5 G
21065(r).15 E -.15(ex)138.476 252 S
21066(ample, if you set beamstyle=\(4,4\),\(4,4\) and then ha).15 E .3 -.15
21067(ve a m)-.2 H(easure that consists of all 16th notes,).15 E
21068(the \214rst 8 notes w)138.476 264 Q
21069(ould be connected by an outer beam, as w)-.1 E
21070(ould the last 8 notes, b)-.1 E(ut the second \(in-)-.2 E(ner\) beams w)
21071138.476 276 Q(ould co)-.1 E -.15(ve)-.15 G 2.5(ro).15 G
21072(nly 4 notes each.)-2.5 E(The parentheses cannot be nested.)5 E
21073(It is possible to)5 E -.15(ove)138.476 288 S(rride this def).15 E(ault\
21074 beaming style within a speci\214c measure. See the section on Custom B\
21075eaming)-.1 E(for e)138.476 300 Q(xamples of ho)-.15 E 2.5(wt)-.25 G 2.5
21076(oo)-2.5 G(btain v)-2.5 E(arious kinds of beaming.)-.25 E(The v)5 E
21077(alue of the beamstyle parameter is)-.25 E(remembered for an)138.476 312
21078Q 2.5(yl)-.15 G(ater changes back to the same time signature.)-2.5 E
21079(In other w)5 E(ords, if you set the)-.1 E -.25(va)138.476 324 S(lue of\
21080 the time parameter and the beamstyle parameter in the same conte).25 E
21081(xt, then later set only the)-.15 E
21082(time, the beamstyle that you had set earlier will be used ag)138.476
21083336 Q(ain.)-.05 E F1 -.92(Va)69.336 348 S(lue).92 E F0
21084(............... a comma-separated list of time v).36 E
21085(alues that add up to a measure. T)-.25 E(ime v)-.35 E
21086(alues are speci\214ed as 4 for a)-.25 E
21087(quarter note, 2 for half note, etc, and can be dotted if necessary)
21088138.476 360 Q 2.5(,o)-.65 G 2.5(ra)-2.5 G 2.5(ne)-2.5 G
21089(xpression with added and/or)-2.65 E
21090(subtracted times. The list can optionally be follo)138.476 372 Q
21091(wed by an "r" to indicate beams should span rests.)-.25 E
21092(It can optionally be follo)138.476 384 Q
21093(wed by "s" to indicate beams should span spaces.)-.25 E -1 -.8(Tw o)5 H
21094(or more of the time)3.3 E -.25(va)138.476 396 S(lues may be enclosed i\
21095n parentheses, to indicate sub-groupings of inner \(secondary\) beams w\
21096ith-).25 E(in outer \(primary\) beams.)138.476 408 Q(If the v)5 E
21097(alue is empty)-.25 E 2.5(,a)-.65 G(utomatic beaming is turned of)-2.5 E
21098(f.)-.25 E F1(Default)69.336 420 Q F0
21099(............ no beams; each note of eighth or shorter duration is indi)
21100.28 E(vidually \215agged.)-.25 E F1(Context)69.336 432 Q F0
21101(........... score, staf).56 E(f, and v)-.25 E(oice)-.2 E F1(Examples)
2110269.336 444 Q F0(........ beamstyle = 4,4,4,4).27 E(beamstyle = 2.)
21103138.476 456 Q(beamstyle=4+16, 4+16)138.476 468 Q(beamstyle = 2, 2 rs)
21104138.476 480 Q(// beam across rests and spaces)7.5 E
21105(beamstyle = \(4., 4., 4.\))138.476 492 Q
21106(// one outer beam per measure,)5 E(// with inner beams brok)170.976 504
21107Q(en at each dotted quarter duration)-.1 E(beamstyle =)138.476 516 Q
21108(// turn of)15 E 2.5(fb)-.25 G(eaming)-2.5 E EP
21109%%Page: 106 112
21110%%BeginPageSetup
21111BP
21112%%EndPageSetup
21113/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(06 -)-2.5 E/F1 10
21114/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. belo)1.95 E -.1(wo)
21115-.25 G(rder).1 E F1(Description)69.336 108 Q F0
21116(..... specify in what order to stack items that are printed belo)A 2.5
21117(was)-.25 G(taf)-2.5 E 2.5(f. The)-.25 F -.25(va)2.5 G
21118(lue is a comma-separated).25 E
21119(list of all the types of things that can be printed belo)138.476 120 Q
211202.5(was)-.25 G(taf)-2.5 E(f. Items are stack)-.25 E
21121(ed in the order listed,)-.1 E(starting from just belo)138.476 132 Q 2.5
21122(wt)-.25 G(he staf)-2.5 E 2.5(fa)-.25 G(nd w)-2.5 E(orking do)-.1 E(wnw)
21123-.25 E 2.5(ard. If)-.1 F(you w)2.5 E(ant se)-.1 E -.15(ve)-.25 G
21124(ral types to be handled).15 E(as a single cate)138.476 144 Q(gory)-.15
21125E 2.5(,w)-.65 G(ith all types in the cate)-2.5 E(gory ha)-.15 E
21126(ving the same stacking priority)-.2 E 2.5(,s)-.65 G(eparate them)-2.5 E
21127(with an ampersand rather than a comma. The ampersand cannot be used wi\
21128th lyrics or pedal. The)138.476 156 Q(dyn cate)138.476 168 Q(gory appli\
21129es to crescendo and decrescendo marks \(from "<" and ">" statements\) a\
21130s well as)-.15 E(te)138.476 180 Q(xt with the dyn modi\214er)-.15 E 5
21131(.T)-.55 G(he chord cate)-5 E(gory applies to te)-.15 E
21132(xt with chord, analysis, or \214gbass mod-)-.15 E
21133(i\214ers. The otherte)138.476 192 Q(xt cate)-.15 E
21134(gory applies to rom, bold, ital, and boldital items that do not ha)-.15
21135E .3 -.15(ve a c)-.2 H(hord,).15 E
21136(analysis, \214gbass, or dyn modi\214er)138.476 204 Q 5(.I)-.55 G 2.5
21137(fy)-5 G(ou omit an)-2.5 E 2.5(yc)-.15 G(ate)-2.5 E(gories, the)-.15 E
211382.5(yw)-.15 G(ill be stack)-2.5 E(ed last, in their de-)-.1 E -.1(fa)
21139138.476 216 S(ult order).1 E(.)-.55 E F1 -.92(Va)69.336 228 S(lue).92 E
21140F0(............... mussym, octa).36 E -.15(ve)-.2 G 2.5(,d).15 G
21141(yn, otherte)-2.5 E(xt, chord, lyrics, pedal)-.15 E F1(Default)69.336
21142240 Q F0(............ mussym, octa).28 E -.15(ve)-.2 G 2.5(,d).15 G
21143(yn & otherte)-2.5 E(xt & chord, lyrics, pedal)-.15 E F1(Context)69.336
21144252 Q F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 264 Q
21145F0(......... belo)1.66 E -.1(wo)-.25 G(rder = mussym, lyrics, dyn, octa)
21146.1 E -.15(ve)-.2 G 2.5(,o).15 G(therte)-2.5 E(xt, chord, pedal)-.15 E F1
21147(See also)69.336 276 Q F0(........... abo).83 E -.15(ve)-.15 G(order).15
21148E 2.5(,b)-.4 G(etweenorder)-2.5 E 2.5(,c)-.4 G(horddist, dist, dyndist)
21149-2.5 E F1(Name)69.336 324 Q F0(.............. betweenorder)1.95 E F1
21150(Description)69.336 336 Q F0
21151(..... specify in what order to stack items that are printed between tw)
21152A 2.5(os)-.1 G(taf)-2.5 E 2.5(fs. The)-.25 F -.25(va)2.5 G
21153(lue is a comma-sepa-).25 E
21154(rated list of all the types of things that can be printed between staf)
21155138.476 348 Q(fs. Items are stack)-.25 E(ed in the order)-.1 E
21156(listed, starting from a baseline and w)138.476 360 Q(orking upw)-.1 E
211572.5(ard. If)-.1 F(you w)2.5 E(ant se)-.1 E -.15(ve)-.25 G
21158(ral types to be handled as a).15 E(single cate)138.476 372 Q(gory)-.15
21159E 2.5(,w)-.65 G(ith all types in the cate)-2.5 E(gory ha)-.15 E
21160(ving the same stacking priority)-.2 E 2.5(,s)-.65 G(eparate them with)
21161-2.5 E(an ampersand rather than a comma. The ampersand cannot be used w\
21162ith lyrics. The dyn cate)138.476 384 Q(gory)-.15 E(applies to crescendo\
21163 and decrescendo marks \(from "<" and ">" statements\) as well as te)
21164138.476 396 Q(xt with the)-.15 E(dyn modi\214er)138.476 408 Q 5(.T)-.55
21165G(he chord cate)-5 E(gory applies to te)-.15 E
21166(xt with chord, analysis, or \214gbass modi\214ers. The)-.15 E(otherte)
21167138.476 420 Q(xt cate)-.15 E
21168(gory applies to rom, bold, ital, and boldital items that do not ha)-.15
21169E .3 -.15(ve a c)-.2 H(hord, analysis,).15 E
21170(\214gbass, or dyn modi\214er)138.476 432 Q 5(.I)-.55 G 2.5(fy)-5 G
21171(ou omit an)-2.5 E 2.5(yc)-.15 G(ate)-2.5 E(gories, the)-.15 E 2.5(yw)
21172-.15 G(ill be stack)-2.5 E(ed last, in their def)-.1 E(ault order)-.1 E
21173(.)-.55 E F1 -.92(Va)69.336 444 S(lue).92 E F0
21174(............... mussym, dyn, otherte).36 E(xt, chord, lyrics,)-.15 E F1
21175(Default)69.336 456 Q F0(............ mussym, dyn & otherte).28 E
21176(xt & chord, lyrics)-.15 E F1(Context)69.336 468 Q F0
21177(........... score, staf).56 E(f)-.25 E F1(Example)69.336 480 Q F0
21178(......... betweenorder = mussym, lyrics, dyn & otherte)1.66 E
21179(xt, chord)-.15 E F1(See also)69.336 492 Q F0(........... abo).83 E -.15
21180(ve)-.15 G(order).15 E 2.5(,b)-.4 G(elo)-2.5 E -.1(wo)-.25 G(rder).1 E
211812.5(,c)-.4 G(horddist, dist, dyndist)-2.5 E F1(Name)69.336 540 Q F0
21182(.............. bottommar)1.95 E(gin)-.18 E F1(Description)69.336 552 Q
21183F0(..... sets the amount of white space mar)A
21184(gin to put at the bottom of each page.)-.18 E
21185(It is speci\214ed in inches if)5 E(the units parameter is set to inche\
21186s, or in centimeters if the units parameter is set to cm.)138.476 564 Q
21187(This pa-)5 E(rameter can only be speci\214ed before an)138.476 576 Q
211882.5(ym)-.15 G(usic or block input.)-2.5 E(Mar)5 E(gins are unaf)-.18 E
21189(fected by the)-.25 E("scale" parameter)138.476 588 Q 5(.T)-.55 G
21190(he parameter name can be abbre)-5 E(viated to just "botmar)-.25 E
21191(gin" if you wish.)-.18 E F1 -.92(Va)69.336 600 S(lue).92 E F0
21192(............... 0.0 to pageheight minus 0.5 inches).36 E F1(Default)
2119369.336 612 Q F0(............ 0.5 inches).28 E F1(Context)69.336 624 Q F0
21194(........... score).56 E F1(Example)69.336 636 Q F0(......... bottommar)
211951.66 E(gin = 0.8)-.18 E F1(See also)69.336 648 Q F0(........... leftmar)
21196.83 E(gin, rightmar)-.18 E(gin, topmar)-.18 E(gin pageheight units)-.18
21197E EP
21198%%Page: 107 113
21199%%BeginPageSetup
21200BP
21201%%EndPageSetup
21202/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(07 -)-2.5 E/F1 10
21203/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. brace)1.95 E F1
21204(Description)69.336 108 Q F0(..... speci\214es which staf)A(fs are to b\
21205e grouped together with a brace to the left of the score. If there is a)
21206-.25 E(string gi)138.476 120 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(np)-2.5 G
21207(arentheses, that string will be used as the label to print on the ne)
21208-2.5 E(xt score, left of the)-.15 E(brack)138.476 132 Q(et at its v)-.1
21209E(ertical center)-.15 E 5(.I)-.55 G 2.5(ft)-5 G
21210(here is a second string, that will be used as the label for succeeding)
21211-2.5 E(scores.)138.476 144 Q F1 -.92(Va)69.336 156 S(lue).92 E F0
21212(............... a comma-separated list of staf).36 E(fs and/or staf)
21213-.25 E 2.5(fr)-.25 G(anges, each optionally follo)-2.5 E
21214(wed by one or tw)-.25 E 2.5(od)-.1 G(ouble-)-2.5 E
21215(quoted strings enclosed in parentheses.)138.476 168 Q(If there are tw)5
21216E 2.5(os)-.1 G(trings, the)-2.5 E 2.5(ya)-.15 G
21217(re separated by a comma.)-2.5 E(Staf)138.476 180 Q 2.5(fn)-.25 G
21218(umbers can range from 1 to the v)-2.5 E(alue of the "staf)-.25 E
21219(fs" parameter)-.25 E 5(.A)-.55 G(gi)-2.5 E -.15(ve)-.25 G 2.5(ns).15 G
21220(taf)-2.5 E 2.5(fn)-.25 G(umber can be)-2.5 E
21221(speci\214ed only once, and there can be no o)138.476 192 Q -.15(ve)-.15
21222G(rlapping between ranges.).15 E(Gi)5 E(ving no v)-.25 E
21223(alue will result in)-.25 E(no braces on an)138.476 204 Q 2.5(ys)-.15 G
21224(taf)-2.5 E(fs.)-.25 E F1(Default)69.336 216 Q F0(............ no staf)
21225.28 E(fs are grouped by braces.)-.25 E F1(Context)69.336 228 Q F0
21226(........... score).56 E F1(Examples)69.336 240 Q F0
21227(........ brace = 3-4).27 E(brace = 1, 2-3, 4, 5-6)138.476 252 Q
21228(brace = 1-2 \("piano"\), 3 \("cello"\))138.476 264 Q
21229(brace = 1-2 \("Primo", "I"\))138.476 276 Q(brace =)138.476 288 Q
21230(// no braces at all \(the def)20 E(ault\))-.1 E F1(See also)69.336 300
21231Q F0(........... brack).83 E(et, label, label2, staf)-.1 E(fs)-.25 E F1
21232(Name)69.336 348 Q F0(.............. brack)1.95 E(et)-.1 E F1
21233(Description)69.336 360 Q F0(..... speci\214es which staf)A
21234(fs are to be grouped together with a brack)-.25 E
21235(et to the left of the score. If there is a)-.1 E(string gi)138.476 372
21236Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(np)-2.5 G
21237(arentheses, that string will be used as the label to print on the ne)
21238-2.5 E(xt score, left of the)-.15 E(brack)138.476 384 Q(et at its v)-.1
21239E(ertical center)-.15 E 5(.I)-.55 G 2.5(ft)-5 G
21240(here is a second string, that will be used as the label for succeeding)
21241-2.5 E(scores.)138.476 396 Q F1 -.92(Va)69.336 408 S(lue).92 E F0
21242(............... a comma-separated list of staf).36 E(fs and/or staf)
21243-.25 E 2.5(fr)-.25 G(anges, each optionally follo)-2.5 E
21244(wed by one or tw)-.25 E 2.5(od)-.1 G(ouble-)-2.5 E
21245(quoted strings enclosed in parentheses.)138.476 420 Q(If there are tw)5
21246E 2.5(os)-.1 G(trings, the)-2.5 E 2.5(ya)-.15 G
21247(re separated by a comma.)-2.5 E(Staf)138.476 432 Q 2.5(fn)-.25 G
21248(umbers can range from 1 to the v)-2.5 E(alue of the "staf)-.25 E
21249(fs" parameter)-.25 E 5(.A)-.55 G(brack)-2.5 E(et range can o)-.1 E -.15
21250(ve)-.15 G(rlap).15 E(another brack)138.476 444 Q
21251(et range, as long as one range is a proper subset of the other)-.1 E 5
21252(.G)-.55 G -.25(iv)-5 G(ing no v).25 E(alue will re-)-.25 E
21253(sult in no brack)138.476 456 Q(ets on an)-.1 E 2.5(ys)-.15 G(taf)-2.5 E
21254(fs.)-.25 E F1(Default)69.336 468 Q F0(............ no staf).28 E
21255(fs are grouped by brack)-.25 E(ets.)-.1 E F1(Context)69.336 480 Q F0
21256(........... score).56 E F1(Examples)69.336 492 Q F0(........ brack).27
21257E(et = 6-7)-.1 E(brack)138.476 504 Q(et = 17, 21-23)-.1 E(brack)138.476
21258516 Q(et = 8-9 \("SA)-.1 E(TB"\))-1.11 E(brack)138.476 528 Q
21259(et = 10-12 \("Strings", "Str"\))-.1 E(brack)138.476 540 Q(et =)-.1 E
21260(// no brack)20 E(ets at all \(the def)-.1 E(ault\))-.1 E F1(See also)
2126169.336 552 Q F0(........... brace, label, label2, staf).83 E(fs)-.25 E
21262F1(Name)69.336 600 Q F0(.............. cancelk)1.95 E -.15(ey)-.1 G F1
21263(Description)69.336 612 Q F0(..... When set to)A F1(y)2.5 E F0 2.5(,w)C
21264(hen a k)-2.5 E .3 -.15(ey c)-.1 H(hanges, an).15 E 2.5(ys)-.15 G
21265(harps or \215ats in the pre)-2.5 E(vious k)-.25 E .3 -.15(ey t)-.1 H
21266(hat are not part of the).15 E(ne)138.476 624 Q 2.5(wk)-.25 G .3 -.15
21267(ey w)-2.6 H
21268(ill be canceled by printing natural signs, before printing the ne).15 E
212692.5(wk)-.25 G .3 -.15(ey s)-2.6 H(ignature. When set).15 E(to)138.476
21270636 Q F1(n)2.5 E F0 2.5(,t)C(he naturals will only be printed if the ne)
21271-2.5 E 2.5(wk)-.25 G .3 -.15(ey h)-2.6 H(as no sharps or \215ats.).15 E
21272F1 -.92(Va)69.336 648 S(lue).92 E F0(...............).36 E F1(y)2.5 E F0
21273(or)2.5 E F1(n)2.5 E(Default)69.336 660 Q F0(............ n).28 E F1
21274(Context)69.336 672 Q F0(........... score, staf).56 E(f)-.25 E F1
21275(Example)69.336 684 Q F0(......... cancelk)1.66 E -.15(ey)-.1 G(=y).15 E
21276F1(See also)69.336 696 Q F0(........... k).83 E -.15(ey)-.1 G EP
21277%%Page: 108 114
21278%%BeginPageSetup
21279BP
21280%%EndPageSetup
21281/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(08 -)-2.5 E/F1 10
21282/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. chorddist)1.95 E F1
21283(Description)69.336 108 Q F0(..... sets minimum distance from staf)A 2.5
21284(ft)-.25 G 2.5(op)-2.5 G(lace chords. When chord marks are printed, the)
21285-2.5 E 2.5(yw)-.15 G(ill be)-2.5 E(placed no closer to the staf)138.476
21286120 Q 2.5(ft)-.25 G(han the v)-2.5 E(alue of this parameter)-.25 E 2.5
21287(.T)-.55 G(his can be used to reduce the ragged)-2.5 E(ef)138.476 132 Q
21288(fect of ha)-.25 E(ving some chord marks much higher than others, becau\
21289se other things were in their w)-.2 E(ay)-.1 E(.)-.65 E
21290(If a speci\214c chord mark has to be mo)138.476 144 Q -.15(ve)-.15 G
212912.5(df).15 G(arther a)-2.6 E -.1(wa)-.15 G 2.5(yt).1 G
21292(han this parameter to a)-2.5 E -.2(vo)-.2 G(id running into).2 E
21293(something, that will still happen, b)138.476 156 Q(ut an)-.2 E 2.5(yo)
21294-.15 G(thers will come out at the le)-2.5 E -.15(ve)-.25 G 2.5(ls).15 G
21295(peci\214ed by this parame-)-2.5 E(ter)138.476 168 Q 5(.T)-.55 G
21296(his parameter may be o)-5 E -.15(ve)-.15 G
21297(rridden on speci\214c items. The section on tempo, dynamic marks,).15 E
21298(ornaments, etc.)138.476 180 Q(gi)5 E -.15(ve)-.25 G 2.5(sd).15 G
21299(etails on ho)-2.5 E 2.5(wt)-.25 G 2.5(od)-2.5 G 2.5(ot)-2.5 G(his.)-2.5
21300E F1 -.92(Va)69.336 192 S(lue).92 E F0
21301(............... a whole number between 0 and 50 inclusi).36 E -.15(ve)
21302-.25 G 2.5(,g).15 G -2.15 -.25(iv e)-2.5 H 2.5(ni).25 G 2.5(ns)-2.5 G
21303(tepsizes.)-2.5 E F1(Default)69.336 204 Q F0(............ 3).28 E F1
21304(Context)69.336 216 Q F0(........... score, staf).56 E(f)-.25 E F1
21305(Example)69.336 228 Q F0(......... chorddist = 4)1.66 E F1(See also)
2130669.336 240 Q F0(........... dyndist, dist, scorepad, scoresep).83 E F1
21307(Name)69.336 288 Q F0(.............. clef)1.95 E F1(Description)69.336
21308300 Q F0(..... sets the clef to use.)A
21309(Changing a clef may also change the def)5 E(ault octa)-.1 E .3 -.15
21310(ve \()-.2 H(see the "defoct" parameter).15 E(belo)138.476 312 Q(w\).)
21311-.25 E F1 -.92(Va)69.336 324 S(lue).92 E F0(............... treble, tre\
21312ble8, 8treble, frenchviolin, soprano, mezzosoprano, alto, tenor).36 E
213132.5(,b)-.4 G(aritone or bass.)-2.5 E(The tre-)5 E(ble8 clef looks lik)
21314138.476 336 Q 2.5(eat)-.1 G(reble clef with an 8 belo)-2.5 E 2.5(wi)-.25
21315G(t, and refers to notes that are an octa)-2.5 E .3 -.15(ve l)-.2 H -.25
21316(ow).15 G(er than).25 E 2.5(an)138.476 348 S(ormal treble clef.)-2.5 E
21317(The 8treble clef looks lik)5 E 2.5(eat)-.1 G(reble clef with an 8 abo)
21318-2.5 E .3 -.15(ve i)-.15 H(t, and refers to notes).15 E
21319(that are an octa)138.476 360 Q .3 -.15(ve h)-.2 H
21320(igher than a normal treble clef.).15 E(If the staf)5 E
21321(\215ines parameter includes the "drum")-.25 E -.1(ke)138.476 372 S(yw)
21322-.05 E(ord, then the v)-.1 E(alue of this clef parameter is only used f\
21323or determining the placement of notes)-.25 E(on the staf)138.476 384 Q
21324(f, with the drum \(or "neutral"\) clef actually printed.)-.25 E
21325(Clef can be changed in the middle)5 E
21326(of a measure using a construct lik)138.476 396 Q 2.5(e<)-.1 G(<staf)
21327-2.5 E 2.5(fc)-.25 G(lef=bass>> before a note group.)-2.5 E F1(Default)
2132869.336 408 Q F0(............ treble).28 E F1(Context)69.336 420 Q F0
21329(........... score, staf).56 E(f)-.25 E(It is possible to change this p\
21330arameter in the middle of a measure, using << >>.)138.476 432 Q F1
21331(Example)69.336 444 Q F0(......... clef = alto)1.66 E F1(See also)69.336
21332456 Q F0(........... defoct, staf).83 E(\215ines)-.25 E F1(Name)69.336
21333504 Q F0(.............. crescdist)1.95 E F1(Description)69.336 516 Q F0
21334(..... This parameter is obsolete; it has been replaced by the dyndist \
21335parameter)A(.)-.55 E F1(Name)69.336 564 Q F0(.............. defoct)1.95
21336E F1(Description)69.336 576 Q F0(..... sets the def)A(ault octa)-.1 E .3
21337-.15(ve f)-.2 H(or an).15 E 2.5(yn)-.15 G(ote which does not ha)-2.5 E
21338.3 -.15(ve a)-.2 H 2.5(ne).15 G(xplicit octa)-2.65 E .3 -.15(ve s)-.2 H
213392.5(peci\214ed. An).15 F(octa)2.5 E .3 -.15(ve g)-.2 H(oes).15 E
21340(from C up to the ne)138.476 588 Q(xt B, with octa)-.15 E .3 -.15
21341(ve 4 b)-.2 H(eing the octa).15 E .3 -.15(ve b)-.2 H -.15(eg).15 G
21342(inning on middle C.).15 E(If the clef is)5 E(changed on a staf)138.476
21343600 Q(f, the def)-.25 E(ault octa)-.1 E .3 -.15(ve i)-.2 H 2.5(sc).15 G
21344(hanged to match the ne)-2.5 E 2.5(wc)-.25 G 2.5(lef. defoct)-2.5 F
21345(can be changed in)2.5 E(the middle of a measure using a construct lik)
21346138.476 612 Q 2.5(e<)-.1 G(<staf)-2.5 E 2.5(fd)-.25 G
21347(efoct=5>> before a note group.)-2.5 E F1 -.92(Va)69.336 624 S(lue).92 E
21348F0(............... a number from 0 to 9 inclusi).36 E -.15(ve)-.25 G 2.5
21349(.O).15 G(cta)-2.5 E .3 -.15(ve 4 i)-.2 H 2.5(st).15 G(he octa)-2.5 E .3
21350-.15(ve b)-.2 H -.15(eg).15 G(inning at middle C.).15 E F1(Default)
2135169.336 636 Q F0(............ the octa).28 E .3 -.15(ve c)-.2 H
21352(ontaining the note represented by the middle line of the staf).15 E 2.5
21353(fg)-.25 G -2.15 -.25(iv e)-2.5 H 2.5(nt).25 G(he current clef.)-2.5 E
21354(\(Oc-)5 E(ta)138.476 648 Q .3 -.15(ve 5 f)-.2 H
21355(or frenchviolin and 8treble; octa).15 E .3 -.15(ve 4 f)-.2 H
21356(or treble, soprano, mezzosoprano, and alto clefs; oc-).15 E(ta)138.476
21357660 Q .3 -.15(ve 3 f)-.2 H(or treble8, tenor).15 E 2.5(,b)-.4 G
21358(aritone and bass clefs\).)-2.5 E F1(Context)69.336 672 Q F0
21359(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E(It is possible to\
21360 change this parameter in the middle of a measure, using << >>.)138.476
21361684 Q F1(Example)69.336 696 Q F0(......... defoct = 3)1.66 E EP
21362%%Page: 109 115
21363%%BeginPageSetup
21364BP
21365%%EndPageSetup
21366/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(09 -)-2.5 E/F1 10
21367/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. dist)1.95 E F1
21368(Description)69.336 108 Q F0(..... sets minimum distance from staf)A 2.5
21369(ft)-.25 G 2.5(op)-2.5 G
21370(lace rom, bold, ital, and boldital items, and rehearsal marks.)-2.5 E
21371(When these items are printed, the)138.476 120 Q 2.5(yw)-.15 G
21372(ill be placed no closer to the staf)-2.5 E 2.5(ft)-.25 G(han the v)-2.5
21373E(alue of this param-)-.25 E(eter)138.476 132 Q 2.5(.T)-.55 G
21374(his can be used to reduce the ragged ef)-2.5 E(fect of ha)-.25 E
21375(ving some items much higher than others,)-.2 E
21376(because other things were in their w)138.476 144 Q(ay)-.1 E 5(.I)-.65 G
213772.5(fas)-5 G(peci\214c item has to be mo)-2.5 E -.15(ve)-.15 G 2.5(df)
21378.15 G(arther a)-2.6 E -.1(wa)-.15 G 2.5(yt).1 G(han this)-2.5 E
21379(parameter to a)138.476 156 Q -.2(vo)-.2 G
21380(id running into something, that will still happen, b).2 E(ut an)-.2 E
213812.5(yo)-.15 G(thers will come out at)-2.5 E(the le)138.476 168 Q -.15
21382(ve)-.25 G 2.5(ls).15 G(peci\214ed by this parameter)-2.5 E 5(.I)-.55 G
213832.5(fa)-5 G 2.5(ni)-2.5 G
21384(tem is also a chord, the chorddist parameter will be)-2.5 E
21385(used instead of dist.)138.476 180 Q(This parameter may be o)5 E -.15
21386(ve)-.15 G(rridden on speci\214c items. The sections on tempo,).15 E
21387(dynamic marks, ornaments, etc.)138.476 192 Q(and on rehearsal marks gi)
213885 E .3 -.15(ve d)-.25 H(etails on ho).15 E 2.5(wt)-.25 G 2.5(od)-2.5 G
213892.5(ot)-2.5 G(his.)-2.5 E F1 -.92(Va)69.336 204 S(lue).92 E F0
21390(............... a whole number between 0 and 50 inclusi).36 E -.15(ve)
21391-.25 G 2.5(,g).15 G -2.15 -.25(iv e)-2.5 H 2.5(ni).25 G 2.5(ns)-2.5 G
21392(tepsizes.)-2.5 E F1(Default)69.336 216 Q F0(............ 2).28 E F1
21393(Context)69.336 228 Q F0(........... score, staf).56 E(f)-.25 E F1
21394(Example)69.336 240 Q F0(......... dist = 6)1.66 E F1(See also)69.336
21395252 Q F0(........... chorddist, dyndist, scorepad, scoresep).83 E F1
21396(Name)69.336 300 Q F0(.............. di)1.95 E(vision)-.25 E F1
21397(Description)69.336 312 Q F0(..... sets MIDI di)A(vision \(number of cl\
21398ock ticks per quarter note\). This typically has a v)-.25 E
21399(alue of 192 or 384.)-.25 E
21400(This parameter can only be speci\214ed before an)138.476 324 Q 2.5(ym)
21401-.15 G(usic or block input.)-2.5 E F1 -.92(Va)69.336 336 S(lue).92 E F0
21402(............... 1 to 1536).36 E F1(Default)69.336 348 Q F0
21403(............ 192).28 E F1(Context)69.336 360 Q F0(........... score).56
21404E F1(Example)69.336 372 Q F0(......... di)1.66 E(vision = 384)-.25 E F1
21405(Name)69.336 420 Q F0(.............. dyndist)1.95 E F1(Description)
2140669.336 432 Q F0(..... sets minimum distance from staf)A 2.5(ft)-.25 G
214072.5(op)-2.5 G(lace crescendo and decrescendo marks.)-2.5 E(and te)5 E
21408(xt that is)-.15 E(mark)138.476 444 Q(ed "dyn.")-.1 E
21409(When these items are printed, the)5 E 2.5(yw)-.15 G
21410(ill be placed no closer to the staf)-2.5 E 2.5(ft)-.25 G(han the v)-2.5
21411E(al-)-.25 E(ue of this parameter)138.476 456 Q 2.5(.T)-.55 G
21412(his can be used to reduce the ragged ef)-2.5 E(fect of ha)-.25 E
21413(ving some items much high-)-.2 E
21414(er than others, because other things were in their w)138.476 468 Q(ay)
21415-.1 E 5(.I)-.65 G 2.5(fas)-5 G(peci\214c item has to be mo)-2.5 E -.15
21416(ve)-.15 G 2.5(df).15 G(arther)-2.6 E -2.3 -.15(aw a)138.476 480 T 2.5
21417(yt).15 G(han this parameter to a)-2.5 E -.2(vo)-.2 G
21418(id running into something, that will still happen, b).2 E(ut an)-.2 E
214192.5(yo)-.15 G(thers will)-2.5 E(come out at the le)138.476 492 Q -.15
21420(ve)-.25 G 2.5(ls).15 G(peci\214ed by this parameter)-2.5 E 5(.T)-.55 G
21421(his parameter may be o)-5 E -.15(ve)-.15 G(rridden on speci\214c).15 E
21422(items. The section on tempo, dynamic marks, ornaments, etc.)138.476 504
21423Q(gi)5 E -.15(ve)-.25 G 2.5(sd).15 G(etails on ho)-2.5 E 2.5(wt)-.25 G
214242.5(od)-2.5 G 2.5(ot)-2.5 G(his.)-2.5 E F1 -.92(Va)69.336 516 S(lue).92
21425E F0(............... a whole number between 0 and 50 inclusi).36 E -.15
21426(ve)-.25 G 2.5(,g).15 G -2.15 -.25(iv e)-2.5 H 2.5(ni).25 G 2.5(ns)-2.5
21427G(tepsizes.)-2.5 E F1(Default)69.336 528 Q F0(............ 2).28 E F1
21428(Context)69.336 540 Q F0(........... score, staf).56 E(f)-.25 E F1
21429(Example)69.336 552 Q F0(......... dyndist = 4)1.66 E F1(See also)69.336
21430564 Q F0(........... chorddist, dist, scorepad, scoresep).83 E EP
21431%%Page: 110 116
21432%%BeginPageSetup
21433BP
21434%%EndPageSetup
21435/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(10 -)-2.5 E/F1 10
21436/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. endingstyle)1.95 E
21437F1(Description)69.336 108 Q F0(..... controls ho)A 2.5<778c>-.25 G
21438(rst and second endings are placed.)-2.5 E
21439(This parameter also controls where measure num-)5 E
21440(bers and rehearsal marks are placed.)138.476 120 Q 2.5(Av)5 G
21441(alue of "top" means that the endings and similar marks)-2.75 E
21442(will be sho)138.476 132 Q(wn only abo)-.25 E .3 -.15(ve t)-.15 H
21443(he top visible staf).15 E 2.5(f. A)-.25 F -.25(va)2.5 G
21444(lue of "barred" means these marks will be).25 E(sho)138.476 144 Q
21445(wn abo)-.25 E .3 -.15(ve e)-.15 H(ach set of staf).15 E
21446(fs that is barred together)-.25 E 2.5(.E)-.55 G(ach staf)-2.5 E 2.5(ft)
21447-.25 G(hat is barred indi)-2.5 E(vidually will also)-.25 E(ha)138.476
21448156 Q .3 -.15(ve t)-.2 H(he ending sho).15 E(wn abo)-.25 E .3 -.15(ve i)
21449-.15 H 2.5(t. \(See).15 F(the "barstyle" parameter abo)2.5 E -.15(ve)
21450-.15 G 2.5(.\) A).15 F -.25(va)2.5 G(lue of "grouped").25 E
21451(means the marks will be sho)138.476 168 Q(wn abo)-.25 E .3 -.15(ve t)
21452-.15 H(he top visible staf).15 E 2.5(fo)-.25 G 2.5(fe)-2.5 G
21453(ach range of staf)-2.5 E(fs that are joined by)-.25 E 2.5(ab)138.476
21454180 S(race or brack)-2.5 E 2.5(et. In)-.1 F
21455(all cases, at least the top visible staf)2.5 E 2.5(fw)-.25 G(ill ha)
21456-2.5 E .3 -.15(ve e)-.2 H(ndings sho).15 E(wn abo)-.25 E .3 -.15(ve i)
21457-.15 H(t.).15 E F1 -.92(Va)69.336 192 S(lue).92 E F0
21458(............... top, barred, or grouped).36 E F1(Default)69.336 204 Q
21459F0(............ top).28 E F1(Context)69.336 216 Q F0(........... score)
21460.56 E F1(Example)69.336 228 Q F0(......... endingstyle = grouped)1.66 E
21461F1(See also)69.336 240 Q F0(........... barstyle, brace, brack).83 E
21462(et, measnum, rehstyle, visible)-.1 E F1(Name)69.336 288 Q F0
21463(.............. \214rstpage)1.95 E F1(Description)69.336 300 Q F0
21464(..... speci\214es what to number the \214rst page.)A(This v)5 E
21465(alue can be o)-.25 E -.15(ve)-.15 G(rridden by the -p command line op-)
21466.15 E 2.5(tion. This)138.476 312 R(parameter can only be set before an)
214672.5 E 2.5(ym)-.15 G(usic or block input.)-2.5 E F1 -.92(Va)69.336 324 S
21468(lue).92 E F0(............... 1 to 5000).36 E F1(Default)69.336 336 Q F0
21469(............ 1).28 E F1(Context)69.336 348 Q F0(........... score).56 E
21470F1(Example)69.336 360 Q F0(......... \214rstpage = 12)1.66 E F1(Name)
2147169.336 408 Q F0(.............. font)1.95 E F1(Description)69.336 420 Q
21472F0(..... speci\214es which font to use for print, left, right, center)A
214732.5(,a)-.4 G(nd title statements, and "with" lists \(i.e.,)-2.5 E
21474(strings that are associated with a particular chord\).)138.476 432 Q F1
21475-.92(Va)69.336 444 S(lue).92 E F0
21476(............... rom, ital, bold, or boldital).36 E F1(Default)69.336
21477456 Q F0(............ rom).28 E F1(Context)69.336 468 Q F0
21478(........... score, staf).56 E(f, header)-.25 E 2.5(,f)-.4 G(ooter)-2.5
21479E 2.5(,h)-.4 G(eader2, footer2, top, bottom, top2, bottom2, block)-2.5 E
21480F1(Example)69.336 480 Q F0(......... font = boldital)1.66 E F1(See also)
2148169.336 492 Q F0(........... fontf).83 E(amily)-.1 E 2.5(,l)-.65 G
21482(yricsfont, lyricsfontf)-2.5 E(amily)-.1 E 2.5(,s)-.65 G(ize)-2.5 E F1
21483(Name)69.336 540 Q F0(.............. fontf)1.95 E(amily)-.1 E F1
21484(Description)69.336 552 Q F0(..... speci\214es what font f)A
21485(amily to use for print, left, right, center)-.1 E 2.5(,a)-.4 G
21486(nd title statements and "with" lists \(i.e.,)-2.5 E
21487(strings that are associated with a particular chord\).)138.476 564 Q F1
21488-.92(Va)69.336 576 S(lue).92 E F0(............... a).36 E -.25(va)-.2 G
21489(ntg).25 E(arde, bookman, courier)-.05 E 2.5(,h)-.4 G(elv)-2.5 E
21490(etica, ne)-.15 E(wcentury)-.25 E 2.5(,p)-.65 G(alatino, times)-2.5 E F1
21491(Default)69.336 588 Q F0(............ times).28 E F1(Context)69.336 600
21492Q F0(........... score, staf).56 E(f, header)-.25 E 2.5(,f)-.4 G(ooter)
21493-2.5 E 2.5(,h)-.4 G(eader2, footer2, top, bottom, top2, bottom2, block)
21494-2.5 E F1(Example)69.336 612 Q F0(......... fontf)1.66 E(amily=palatino)
21495-.1 E F1(See also)69.336 624 Q F0
21496(........... font, lyricsfont, lyricsfontf).83 E(amily)-.1 E EP
21497%%Page: 111 117
21498%%BeginPageSetup
21499BP
21500%%EndPageSetup
21501/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(11 -)-2.5 E/F1 10
21502/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. gridfret)1.95 E F1
21503(Description)69.336 108 Q F0
21504(..... speci\214es when to print fret numbers on grids.)A(Normally)5 E
215052.5(,t)-.65 G(he top line of a grid represents the nut.)-2.5 E(Ho)
21506138.476 120 Q(we)-.25 E -.15(ve)-.25 G .8 -.4(r, i).15 H 2.5(ft).4 G
21507(he \214ngering for a chord is rather f)-2.5 E
21508(ar up the neck, it is customary to ha)-.1 E .3 -.15(ve t)-.2 H
21509(he top line of).15 E(the grid represent some other fret, and print a f\
21510ret number and "fr" ne)138.476 132 Q(xt to the grid, sho)-.15 E
21511(wing the ac-)-.25 E(tual fret of the rightmost fret mark. This paramet\
21512er controls when Mup be)138.476 144 Q(gins using this alternate)-.15 E
21513(format. Whene)138.476 156 Q -.15(ve)-.25 G 2.5(ra).15 G
21514(ll the frets of a chord are greater than or equal to the v)-2.5 E
21515(alue speci\214ed for this pa-)-.25 E(rameter)138.476 168 Q 2.5(,a)-.4 G
21516(nd there are no strings mark)-2.5 E
21517(ed "o", the "fr" notation is used. If no v)-.1 E
21518(alue is set for this pa-)-.25 E(rameter)138.476 180 Q 2.5(,t)-.4 G(he \
21519grid will just be made as tall as necessary to accommodate the chord')
21520-2.5 E 2.5(sf)-.55 G(rets.)-2.5 E F1 -.92(Va)69.336 192 S(lue).92 E F0
21521(............... 2 to 99, or not set).36 E F1(Default)69.336 204 Q F0
21522(............ 4).28 E F1(Context)69.336 216 Q F0
21523(........... score, staf).56 E(f)-.25 E F1(Example)69.336 228 Q F0
21524(......... gridfret = 3)1.66 E(gridfret =)138.476 240 Q F1(See also)
2152569.336 252 Q F0(........... gridsatend, gridscale, gridswhereused,).83 E
21526F1(Name)69.336 300 Q F0(.............. gridsatend)1.95 E F1(Description)
2152769.336 312 Q F0(..... speci\214es whether to print guitar grids at the \
21528end of the song.)A(If set to "y" grids for all of the chords)5 E
21529(used in the song will be printed.)138.476 324 Q F1 -.92(Va)69.336 336 S
21530(lue).92 E F0(............... y or n).36 E F1(Default)69.336 348 Q F0
21531(............ n).28 E F1(Context)69.336 360 Q F0(........... score).56 E
21532F1(Example)69.336 372 Q F0(......... gridsatend = y)1.66 E F1(See also)
2153369.336 384 Q F0(........... gridfret, gridscale, gridswhereused).83 E F1
21534(Name)69.336 432 Q F0(.............. gridscale)1.95 E F1(Description)
2153569.336 444 Q F0(..... speci\214es ho)A 2.5(wl)-.25 G(ar)-2.5 E
21536(ge to mak)-.18 E 2.5(eg)-.1 G(rids, relati)-2.5 E .3 -.15(ve t)-.25 H
215372.5(ot).15 G(heir def)-2.5 E(ault size.)-.1 E -.15(Fo)5 G 2.5(re).15 G
21538(xample, a v)-2.65 E(alue of 0.5 will)-.25 E(mak)138.476 456 Q 2.5(et)
21539-.1 G(hem 1/2 their def)-2.5 E(ault size.)-.1 E(The def)5 E
21540(ault size for grids summarized at the end of the song \(the)-.1 E
21541(gridsatend parameter\) is lar)138.476 468 Q(ger than the def)-.18 E
21542(ault size for those printed with the music \(the)-.1 E
21543(gridswhereused parameter\).)138.476 480 Q F1 -.92(Va)69.336 492 S(lue)
21544.92 E F0(............... 0.1 to 10.0).36 E F1(Default)69.336 504 Q F0
21545(............ 1.0).28 E F1(Context)69.336 516 Q F0
21546(........... score, staf).56 E(f)-.25 E F1(Example)69.336 528 Q F0
21547(......... gridscale = 0.5)1.66 E F1(See also)69.336 540 Q F0
21548(........... gridsatend, gridfret, gridswhereused, scale, staf).83 E
21549(fscale)-.25 E F1(Name)69.336 588 Q F0(.............. gridswhereused)
215501.95 E F1(Description)69.336 600 Q F0(..... speci\214es whether to prin\
21551t guitar grids along with chords where the)A 2.5(ya)-.15 G
21552(ppear in the song. If set to "y")-2.5 E(each te)138.476 612 Q
21553(xt item with the chord modi\214er will ha)-.15 E .3 -.15(ve a g)-.2 H
21554(rid printed belo).15 E 2.5(wi)-.25 G(ts name.)-2.5 E F1 -.92(Va)69.336
21555624 S(lue).92 E F0(............... y or n).36 E F1(Default)69.336 636 Q
21556F0(............ n).28 E F1(Context)69.336 648 Q F0
21557(........... score, staf).56 E(f)-.25 E F1(Example)69.336 660 Q F0
21558(......... gridswhereused = y)1.66 E F1(See also)69.336 672 Q F0
21559(........... gridfret, gridsatend, gridscale).83 E EP
21560%%Page: 112 118
21561%%BeginPageSetup
21562BP
21563%%EndPageSetup
21564/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(12 -)-2.5 E/F1 10
21565/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. k)1.95 E -.15(ey)-.1
21566G F1(Description)69.336 108 Q F0(..... sets the k)A .3 -.15(ey s)-.1 H
21567(ignature. This can be speci\214ed either by gi).15 E
21568(ving the number of sharps \(#\) or \215ats \(&\), or)-.25 E(by gi)
21569138.476 120 Q(ving the name of the k)-.25 E -.15(ey)-.1 G(.)-.5 E F1
21570-.92(Va)69.336 132 S(lue).92 E F0
21571(............... If using the number of sharps/\215ats format, the v).36
21572E(alue is a number from 0 to 7, follo)-.25 E(wed by "#" or)-.25 E
21573("&," optionally follo)138.476 144 Q(wed by "major" or "minor)-.25 E
21574(." 0& and 0# are equi)-.55 E -.25(va)-.25 G 2.5(lent. If).25 F
21575(using the name of)2.5 E(the k)138.476 156 Q -.15(ey)-.1 G 2.5(,t)-.5 G
21576(he v)-2.5 E(alue is a letter "a" through "g," optionally follo)-.25 E
21577(wed by a "#" or "&," optionally fol-)-.25 E(lo)138.476 168 Q
21578(wed by "major" or "minor)-.25 E 2.5(." The)-.55 F
21579("major" and "minor" can be abbre)2.5 E(viated to "maj" or "min.")-.25 E
21580(The)5 E("major" or "minor" is used for MIDI \214le purposes, and is op\
21581tional; if omitted, it def)138.476 180 Q(aults to major)-.1 E(.)-.55 E
21582(If you wish to use a mode other than major or minor)138.476 192 Q 2.5
21583(,y)-.4 G(ou ha)-2.5 E .3 -.15(ve t)-.2 H 2.5(os).15 G
21584(pecify the number of sharps or)-2.5 E(\215ats.)138.476 204 Q F1
21585(Default)69.336 216 Q F0(............ c major).28 E F1(Context)69.336
21586228 Q F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 240 Q
21587F0(......... k)1.66 E .3 -.15(ey = 3)-.1 H(&).15 E -.1(ke)138.476 252 S
215882.5(y=6)-.05 G(#)-2.5 E -.1(ke)138.476 264 S 2.5(y=c)-.05 G 2.5(#m)-2.5
21589G(inor)-2.5 E -.1(ke)138.476 276 S 2.5(y=dm)-.05 G(ajor)-2.5 E F1
21590(See also)69.336 288 Q F0(........... staf).83 E
21591(\215ines, transpose, addtranspose)-.25 E F1(Name)69.336 336 Q F0
21592(.............. label)1.95 E F1(Description)69.336 348 Q F0
21593(..... specify a label to be printed to the left of the staf)A 2.5(fo)
21594-.25 G 2.5(nt)-2.5 G(he ne)-2.5 E
21595(xt score. If there is also a brace or brack)-.15 E(et)-.1 E
21596(label, that label will be to the left of this label.)138.476 360 Q
21597(There is a label2 parameter that is used on subse-)5 E(quent scores.)
21598138.476 372 Q(In addition to being used for the v)5 E
21599(ery \214rst score of a song, this label parameter might)-.15 E
21600(be used to clearly mark a change in instrumentation or v)138.476 384 Q
21601(oices for a particular staf)-.2 E(f. The label2)-.25 E -.1(wo)138.476
21602396 S(uld typically be changed at the same time, gi).1 E
21603(ving a more abbre)-.25 E(viated label. F)-.25 E(or e)-.15 E
21604(xample, you)-.15 E(might set label="T)138.476 408 Q
21605(enor/Bass" and label2="TB")-.7 E F1 -.92(Va)69.336 420 S(lue).92 E F0
21606(............... a te).36 E(xt string enclosed in double quotes.)-.15 E
21607F1(Default)69.336 432 Q F0
21608(............ enough spaces to produce an indent of 1/2 inch).28 E F1
21609(Context)69.336 444 Q F0(........... score, staf).56 E(f)-.25 E F1
21610(Example)69.336 456 Q F0(......... label = "oboe")1.66 E F1(See also)
2161169.336 468 Q F0(........... brace, brack).83 E(et, label2)-.1 E F1(Name)
2161269.336 516 Q F0(.............. label2)1.95 E F1(Description)69.336 528 Q
21613F0(..... specify a label to be printed to the left of the staf)A 2.5(fo)
21614-.25 G 2.5(na)-2.5 G
21615(ll scores after the \214rst. If there is also a brace)-2.5 E(or brack)
21616138.476 540 Q(et label, that label will be to the left of this label.)
21617-.1 E(If both the label and label2 parameters)5 E
21618(are set at the same time, the label v)138.476 552 Q
21619(alue will be used for the immediately follo)-.25 E
21620(wing score, with the)-.25 E(label2 v)138.476 564 Q
21621(alue used for subsequent scores.)-.25 E(If ho)5 E(we)-.25 E -.15(ve)
21622-.25 G .8 -.4(r, a).15 H(fter the \214rst score, only the label2 is).4 E
21623(changed, then the label2 v)138.476 576 Q
21624(alue will be used on the immediately follo)-.25 E
21625(wing score as well as subse-)-.25 E(quent scores.)138.476 588 Q F1 -.92
21626(Va)69.336 600 S(lue).92 E F0(............... a te).36 E
21627(xt string enclosed in double quotes)-.15 E F1(Default)69.336 612 Q F0
21628(............ no label).28 E F1(Context)69.336 624 Q F0
21629(........... score, staf).56 E(f)-.25 E F1(Example)69.336 636 Q F0
21630(......... label2 = "Solo")1.66 E F1(See also)69.336 648 Q F0
21631(........... brace, brack).83 E(et, label)-.1 E EP
21632%%Page: 113 119
21633%%BeginPageSetup
21634BP
21635%%EndPageSetup
21636/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(13 -)-2.5 E/F1 10
21637/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. leftmar)1.95 E(gin)
21638-.18 E F1(Description)69.336 108 Q F0
21639(..... sets the amount of white space mar)A
21640(gin to put at the left side of each page.)-.18 E
21641(It is speci\214ed in inches if)5 E(the units parameter is set to inche\
21642s, or in centimeters if the units parameter is set to cm.)138.476 120 Q
21643(This pa-)5 E(rameter can only be speci\214ed before an)138.476 132 Q
216442.5(ym)-.15 G(usic or block input.)-2.5 E(Mar)5 E(gins are unaf)-.18 E
21645(fected by the)-.25 E("scale" parameter)138.476 144 Q(.)-.55 E F1 -.92
21646(Va)69.336 156 S(lue).92 E F0(............... 0.0 to page).36 E
21647(width minus 0.5 inches)-.25 E F1(Default)69.336 168 Q F0
21648(............ 0.5 inches).28 E F1(Context)69.336 180 Q F0
21649(........... score).56 E F1(Example)69.336 192 Q F0(......... leftmar)
216501.66 E(gin = 0.3)-.18 E F1(See also)69.336 204 Q F0
21651(........... bottommar).83 E(gin, rightmar)-.18 E(gin, topmar)-.18 E
21652(gin, page)-.18 E(width, units)-.25 E F1(Name)69.336 252 Q F0
21653(.............. lyricsalign)1.95 E F1(Description)69.336 264 Q F0
21654(..... speci\214es ho)A 2.5(wt)-.25 G 2.5(oa)-2.5 G
21655(lign lyric syllables with chords. Its v)-2.5 E
21656(alue is the proportion of each syllable to place)-.25 E
21657(to the left of the syllable')138.476 276 Q 2.5(sc)-.55 G 2.5
21658(hord. Thus)-2.5 F(for e)2.5 E(xample, a v)-.15 E
21659(alue of 0.0 causes the left edge of syllables)-.25 E
21660(to be aligned with the chords, whereas a v)138.476 288 Q
21661(alue of 0.5 causes syllables to be centered with the chord,)-.25 E(and\
21662 1.0 causes the right edge of the syllables to be aligned with the chor\
21663d.)138.476 300 Q F1 -.92(Va)69.336 312 S(lue).92 E F0
21664(............... 0.0 to 1.0).36 E F1(Default)69.336 324 Q F0
21665(............ 0.25).28 E F1(Context)69.336 336 Q F0
21666(........... score, staf).56 E(f)-.25 E F1(Example)69.336 348 Q F0
21667(......... lyricsalign = 0.1)1.66 E F1(See also)69.336 360 Q F0
21668(........... sylposition).83 E F1(Name)69.336 408 Q F0
21669(.............. lyricsfont)1.95 E F1(Description)69.336 420 Q F0
21670(..... sets which font to use for lyrics.)A F1 -.92(Va)69.336 432 S(lue)
21671.92 E F0(............... rom, ital, bold, boldital).36 E F1(Default)
2167269.336 444 Q F0(............ rom).28 E F1(Context)69.336 456 Q F0
21673(........... score, staf).56 E(f)-.25 E F1(Example)69.336 468 Q F0
21674(......... lyricsfont = ital)1.66 E F1(See also)69.336 480 Q F0
21675(........... font, lyricssize).83 E F1(Name)69.336 528 Q F0
21676(.............. lyricsfontf)1.95 E(amily)-.1 E F1(Description)69.336 540
21677Q F0(..... speci\214es what font f)A(amily to use for lyrics.)-.1 E F1
21678-.92(Va)69.336 552 S(lue).92 E F0(............... a).36 E -.25(va)-.2 G
21679(ntg).25 E(arde, bookman, courier)-.05 E 2.5(,h)-.4 G(elv)-2.5 E
21680(etica, ne)-.15 E(wcentury)-.25 E 2.5(,p)-.65 G(alatino, times)-2.5 E F1
21681(Default)69.336 564 Q F0(............ times).28 E F1(Context)69.336 576
21682Q F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 588 Q F0
21683(......... lyricsfontf)1.66 E(amily=helv)-.1 E(etica)-.15 E F1(See also)
2168469.336 600 Q F0(........... font, fontf).83 E(amily)-.1 E 2.5(,l)-.65 G
21685(yricsfont)-2.5 E F1(Name)69.336 648 Q F0(.............. lyricssize)1.95
21686E F1(Description)69.336 660 Q F0
21687(..... sets point size to use for lyrics.)A F1 -.92(Va)69.336 672 S(lue)
21688.92 E F0(............... a number from 1 to 100).36 E F1(Default)69.336
21689684 Q F0(............ 12).28 E F1(Context)69.336 696 Q F0
21690(........... score, staf).56 E(f)-.25 E F1(Example)69.336 708 Q F0
21691(......... lyricssize = 10)1.66 E F1(See also)69.336 720 Q F0
21692(........... lyricsfont, lyricsfontf).83 E(amily)-.1 E 2.5(,s)-.65 G
21693(ize)-2.5 E EP
21694%%Page: 114 120
21695%%BeginPageSetup
21696BP
21697%%EndPageSetup
21698/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(14 -)-2.5 E/F1 10
21699/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. measnum)1.95 E F1
21700(Description)69.336 108 Q F0
21701(..... speci\214es whether or not to print measure numbers.)A
21702(If set to "y)5 E(," the current measure number will be)-.65 E
21703(printed at the be)138.476 120 Q(ginning of each score other than the \
21704\214rst. The number will be printed abo)-.15 E .3 -.15(ve a)-.15 H -.15
21705(ny).15 G(scores that w)138.476 132 Q(ould recei)-.1 E .3 -.15(ve e)-.25
21706H(nding marks \(see "endingstyle" parameter\).).15 E
21707(If set to "n," no measure)5 E(numbers will be printed.)138.476 144 Q
21708(This parameter does not af)5 E
21709(fect rehearsal numbers, which are equal to)-.25 E
21710(measure numbers when "mnum" is used.)138.476 156 Q F1 -.92(Va)69.336
21711168 S(lue).92 E F0(............... y or n).36 E F1(Default)69.336 180 Q
21712F0(............ n).28 E F1(Context)69.336 192 Q F0(........... score).56
21713E F1(Example)69.336 204 Q F0(......... measnum = y)1.66 E F1(See also)
2171469.336 216 Q F0(........... endingstyle, measnumfont, measnumfontf).83 E
21715(amily)-.1 E 2.5(,m)-.65 G(easnumsize, rehstyle)-2.5 E F1(Name)69.336
21716264 Q F0(.............. measnumfont)1.95 E F1(Description)69.336 276 Q
21717F0(..... This speci\214es which font type to use for the automatic meas\
21718ure numbers, if the)A 2.5(ya)-.15 G(re turned on via)-2.5 E
21719(the measnum parameter)138.476 288 Q(.)-.55 E F1 -.92(Va)69.336 300 S
21720(lue).92 E F0(............... rom, ital, bold, or boldital).36 E F1
21721(Default)69.336 312 Q F0(............ rom).28 E F1(Context)69.336 324 Q
21722F0(........... score).56 E F1(Example)69.336 336 Q F0
21723(......... measnumfont=boldital)1.66 E F1(See also)69.336 348 Q F0
21724(........... measnum, measnumfontf).83 E(amily)-.1 E 2.5(,m)-.65 G
21725(easnumsize)-2.5 E F1(Name)69.336 396 Q F0(.............. measnumfontf)
217261.95 E(amily)-.1 E F1(Description)69.336 408 Q F0
21727(..... This speci\214es which font f)A
21728(amily to use for the automatic measure numbers, if the)-.1 E 2.5(ya)
21729-.15 G(re turned on via)-2.5 E(the measnum parameter)138.476 420 Q(.)
21730-.55 E F1 -.92(Va)69.336 432 S(lue).92 E F0(............... a).36 E -.25
21731(va)-.2 G(nte).25 E -.05(ga)-.15 G(rde, bookman, courier).05 E 2.5(,h)
21732-.4 G(elv)-2.5 E(etica, ne)-.15 E(wcentry)-.25 E 2.5(,p)-.65 G
21733(alatino, or times)-2.5 E F1(Default)69.336 444 Q F0(............ times)
21734.28 E F1(Context)69.336 456 Q F0(........... score).56 E F1(Example)
2173569.336 468 Q F0(......... measnumfontf)1.66 E(amily=helv)-.1 E(etica)
21736-.15 E F1(See also)69.336 480 Q F0
21737(........... measnum, measnumfont, measnumsize).83 E F1(Name)69.336 528
21738Q F0(.............. measnumsize)1.95 E F1(Description)69.336 540 Q F0(.\
21739.... This speci\214es what size to use for the automatic measure number\
21740s, in points, if the)A 2.5(ya)-.15 G(re turned on)-2.5 E
21741(via the measnum parameter)138.476 552 Q(.)-.55 E F1 -.92(Va)69.336 564
21742S(lue).92 E F0(............... 1 to 100).36 E F1(Default)69.336 576 Q F0
21743(............ 11).28 E F1(Context)69.336 588 Q F0(........... score).56
21744E F1(Example)69.336 600 Q F0(......... measnumsize=15)1.66 E F1
21745(See also)69.336 612 Q F0
21746(........... measnum, measnumfont, measnumfontf).83 E(amily)-.1 E EP
21747%%Page: 115 121
21748%%BeginPageSetup
21749BP
21750%%EndPageSetup
21751/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(15 -)-2.5 E/F1 10
21752/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. noteheads)1.95 E F1
21753(Description)69.336 108 Q F0(..... The noteheads parameter describes wh\
21754ich note head shape\(s\) to use for each pitch in the scale.)A(If)5 E
21755(you w)138.476 120 Q(ant to use the same shape for all pitches, as is t\
21756he case with standard notation, the v)-.1 E(alue is a)-.25 E(string con\
21757taining a single shape name \(e.g., "norm" for standard notation\).)
21758138.476 132 Q(If you w)5 E(ant to use dif-)-.1 E(ferent shapes for dif)
21759138.476 144 Q(ferent pitches, the noteheads parameter v)-.25 E
21760(alue is a string containing a list of 7)-.25 E(shape names.)138.476 156
21761Q(The)5 E 2.5(ya)-.15 G
21762(re listed in order starting from the "tonic" of the major k)-2.5 E .3
21763-.15(ey a)-.1 H 2.5(si).15 G(ndicated by the)-2.5 E
21764(number of sharps or \215ats in the k)138.476 168 Q .3 -.15(ey s)-.1 H
217652.5(ignature. There).15 F
21766(are 10 pre-de\214ned head shapes: blank, diam,)2.5 E
21767(isostri, norm, pie, rect, righttri, semicirc, slash, and xnote.)138.476
21768180 Q(Additional head shapes can be de\214ned)5 E
21769(in the headshapes conte)138.476 192 Q 2.5(xt. See)-.15 F(the e)2.5 E
21770(xamples belo)-.15 E 2.5(wf)-.25 G
21771(or the most common settings for this parame-)-2.5 E(ter)138.476 204 Q
217722.5(.H)-.55 G(ead shape can be o)-2.5 E -.15(ve)-.15 G
21773(rridden on an indi).15 E
21774(vidual chord by using [hs "shapename"] before the)-.25 E
21775(chord. It can also be o)138.476 216 Q -.15(ve)-.15 G
21776(rridden on an indi).15 E
21777(vidual note by putting hs "shapename" after the note.)-.25 E F1 -.92
21778(Va)69.336 228 S(lue).92 E F0
21779(............... A string containing either 1 or 7 head shape names.).36
21780E F1(Default)69.336 240 Q F0(............ "norm").28 E F1(Context)69.336
21781252 Q F0(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1
21782(Example)69.336 264 Q F0(......... // This is the setting for the most \
21783common shaped note system using 4 shapes.)1.66 E
21784(noteheads = "righttri norm rect righttri norm rect diam")138.476 276 Q
21785(// This is the setting for a shaped notes system that uses 7 dif)
21786138.476 300 Q(ferent shapes.)-.25 E
21787(noteheads = "isostri semicirc diam righttri norm rect pie")138.476 312
21788Q F1(Name)69.336 360 Q F0(.............. numbermrpt)1.95 E F1
21789(Description)69.336 372 Q F0
21790(..... If set to 'y' measure repeats are numbered; if set to 'n' the)A
217912.5(ya)-.15 G(ren')-2.5 E(t.)-.18 E F1 -.92(Va)69.336 384 S(lue).92 E F0
21792(............... y or n).36 E F1(Default)69.336 396 Q F0(............ y)
21793.28 E F1(Context)69.336 408 Q F0(........... score, staf).56 E(f)-.25 E
21794F1(Example)69.336 420 Q F0(......... numbermrpt = n)1.66 E F1(Name)
2179569.336 468 Q F0(.............. ontheline)1.95 E F1(Description)69.336
21796480 Q F0(..... speci\214es whether notes for v)A
21797(oices 1 and 2 on a 1-line staf)-.2 E 2.5(fa)-.25 G
21798(re to be placed on the line.)-2.5 E(If this is set)5 E
21799(to n, notes with stem up will be placed abo)138.476 492 Q .3 -.15(ve t)
21800-.15 H(he line and notes with stem do).15 E(wn will be placed be-)-.25 E
21801(lo)138.476 504 Q 2.5(wt)-.25 G
21802(he line, otherwise both will be placed on the line. F)-2.5 E
21803(or notes that don')-.15 E 2.5(th)-.18 G -2.25 -.2(av e)-2.5 H 2.5(as)
218042.7 G(tem, the rules)-2.5 E(are applied using the direction the stem w)
21805138.476 516 Q(ould be if there were a stem.)-.1 E
21806(This parameter has no ef-)5 E(fect on 5-line staf)138.476 528 Q
21807(fs or tablature staf)-.25 E 2.5(fs. Notes)-.25 F(for v)2.5 E
21808(oice 3 are al)-.2 E -.1(wa)-.1 G(ys placed on the line on 1-line).1 E
21809(staf)138.476 540 Q(fs, re)-.25 E -.05(ga)-.15 G(rdless of the v).05 E
21810(alue of this parameter)-.25 E(.)-.55 E F1 -.92(Va)69.336 552 S(lue).92
21811E F0(............... y or n).36 E F1(Default)69.336 564 Q F0
21812(............ y).28 E F1(Context)69.336 576 Q F0
21813(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1(Example)69.336
21814588 Q F0(......... ontheline=n)1.66 E F1(See also)69.336 600 Q F0
21815(........... staf).83 E(\215ines)-.25 E EP
21816%%Page: 116 122
21817%%BeginPageSetup
21818BP
21819%%EndPageSetup
21820/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(16 -)-2.5 E/F1 10
21821/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. pack)1.95 E -.15(ex)
21822-.1 G(p).15 E F1(Description)69.336 108 Q F0(..... sets note e)A
21823(xpansion f)-.15 E(actor)-.1 E 2.5(.T)-.55 G(his f)-2.5 E
21824(actor controls spacing of notes relati)-.1 E .3 -.15(ve t)-.25 H 2.5
21825(ot).15 G(heir time v)-2.5 E(alues. If set to)-.25 E
21826(1.0, Mup will try to gi)138.476 120 Q .3 -.15(ve a h)-.25 H
21827(alf note twice as much space as a quarter note, a whole note twice as)
21828.15 E(much as a half note, etc. If set to 0.0, a chord')138.476 132 Q
218292.5(st)-.55 G(ime v)-2.5 E(alue will ha)-.25 E .3 -.15(ve n)-.2 H 2.5
21830(oi).15 G(mpact on its placement.)-2.5 E(Intermediate v)138.476 144 Q
21831(alues will cause relati)-.25 E .3 -.15(ve s)-.25 H
21832(pacing between the tw).15 E 2.5(oe)-.1 G(xtremes. Note that indi)-2.65
21833E(vidual)-.25 E(chords may get more space than the)138.476 156 Q 2.5(yw)
21834-.15 G(ould theoretically "deserv)-2.6 E(e" if the)-.15 E 2.5(yh)-.15 G
21835(appen to need e)-2.5 E(xtra)-.15 E
21836(space to accommodate accidentals, dots, etc.)138.476 168 Q F1 -.92(Va)
2183769.336 180 S(lue).92 E F0
21838(............... a number from 0.0 to 1.0 inclusi).36 E -.15(ve)-.25 G
21839F1(Default)69.336 192 Q F0(............ 0.8).28 E F1(Context)69.336 204
21840Q F0(........... score).56 E F1(Example)69.336 216 Q F0(......... pack)
218411.66 E -.15(ex)-.1 G 2.5(p=0).15 G(.95)-2.5 E F1(See also)69.336 228 Q
21842F0(........... packf).83 E(act, pad)-.1 E F1(Name)69.336 276 Q F0
21843(.............. packf)1.95 E(act)-.1 E F1(Description)69.336 288 Q F0
21844(..... speci\214es ho)A 2.5(wt)-.25 G
21845(ightly to pack notes together on output. The smaller the v)-2.5 E
21846(alue, the more tightly notes)-.25 E(are pack)138.476 300 Q(ed together)
21847-.1 E(.)-.55 E F1 -.92(Va)69.336 312 S(lue).92 E F0
21848(............... a number from 0.0 to 10.0).36 E F1(Default)69.336 324 Q
21849F0(............ 1.0).28 E F1(Context)69.336 336 Q F0(........... score)
21850.56 E F1(Example)69.336 348 Q F0(......... packf)1.66 E(act = 1.4)-.1 E
21851F1(See also)69.336 360 Q F0(........... pack).83 E -.15(ex)-.1 G(p, pad)
21852.15 E F1(Name)69.336 408 Q F0(.............. pad)1.95 E F1(Description)
2185369.336 420 Q F0
21854(..... speci\214es the amount of padding to be added to notes.)A
21855(This can be used to control ho)5 E 2.5(wt)-.25 G(ightly things)-2.5 E
21856(are pack)138.476 432 Q(ed together)-.1 E 5(.E)-.55 G(specially if pack)
21857-5 E -.15(ex)-.1 G 2.5(pa).15 G(nd packf)-2.5 E(act are v)-.1 E
21858(ery small, notes can get placed v)-.15 E(ery)-.15 E(close together)
21859138.476 444 Q 5(.T)-.55 G(his parameter can be used to al)-5 E -.1(wa)
21860-.1 G(ys force a minimum amount of space between).1 E
21861(horizontally adjacent note groups.)138.476 456 Q 2.5(Av)5 G
21862(alue of zero means notes will be allo)-2.75 E(wed to just touch.)-.25 E
21863(More positi)138.476 468 Q .3 -.15(ve v)-.25 H
21864(alues cause more space around notes.)-.1 E 2.5(An)5 G -2.25 -.15(eg a)
21865-2.5 H(ti).15 E .3 -.15(ve v)-.25 H(alue will let things actually o)-.1
21866E -.15(ve)-.15 G -.2(r-).15 G(lap, so most people will probably ne)
21867138.476 480 Q -.15(ve)-.25 G 2.5(rw).15 G(ant to use a ne)-2.6 E -.05
21868(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H(alue, b)-.1 E
21869(ut the option is there if you)-.2 E -.1(wa)138.476 492 S
21870(nt to do something unusual.).1 E(This parameter w)5 E(orks some)-.1 E
21871(what lik)-.25 E 2.5(et)-.1 G(he "pad" v)-2.5 E(alue that can be)-.25 E
21872(speci\214ed for indi)138.476 504 Q(vidual note groups, e)-.25 E
21873(xcept that it applies to all groups.)-.15 E F1 -.92(Va)69.336 516 S
21874(lue).92 E F0
21875(............... a \215oating point number of stepsizes, -5.0 to 50.0)
21876.36 E F1(Default)69.336 528 Q F0(............ 0.3333).28 E F1(Context)
2187769.336 540 Q F0(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1
21878(Example)69.336 552 Q F0(......... pad = 1.76)1.66 E F1(See also)69.336
21879564 Q F0(........... pack).83 E -.15(ex)-.1 G(p, packf).15 E(act)-.1 E
21880F1(Name)69.336 612 Q F0(.............. pageheight)1.95 E F1(Description)
2188169.336 624 Q F0
21882(..... Set the page height. If the units parameter is inches, the v)A
21883(alue of pageheight is gi)-.25 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(ni)-2.5
21884G(nches, or if)-2.5 E(the units parameter is cm, it is gi)138.476 636 Q
21885-.15(ve)-.25 G 2.5(ni).15 G 2.5(nc)-2.5 G 2.5(entimeters. This)-2.5 F
21886(parameter can only be speci\214ed before)2.5 E(an)138.476 648 Q 2.5(ym)
21887-.15 G(usic or block input.)-2.5 E(If the page)5 E
21888(width and pageheight parameters are set to v)-.25 E(alues that match)
21889-.25 E 2.5(as)138.476 660 S(tandard paper size in landscape mode, the M\
21890up output will be rotated to print properly in land-)-2.5 E(scape mode.)
21891138.476 672 Q F1 -.92(Va)69.336 684 S(lue).92 E F0
21892(............... 2.0 to 24.0 inches or 5.0 to 61.0 cm).36 E F1(Default)
2189369.336 696 Q F0(............ 11.0 inches).28 E F1(Context)69.336 708 Q
21894F0(........... score).56 E F1(Example)69.336 720 Q F0
21895(......... pageheight = 9)1.66 E F1(See also)69.336 732 Q F0
21896(........... page).83 E(width, bottommar)-.25 E(gin topmar)-.18 E
21897(gin, units)-.18 E EP
21898%%Page: 117 123
21899%%BeginPageSetup
21900BP
21901%%EndPageSetup
21902/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(17 -)-2.5 E/F1 10
21903/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. pagesize)1.95 E F1
21904(Description)69.336 108 Q F0
21905(..... Set the page size. This is just an alternate w)A
21906(ay of specifying pageheight and page)-.1 E(width using the)-.25 E
21907(common names for paper sizes rather than specifying in inches or cm.)
21908138.476 120 Q(An orientation \(portrait or)5 E
21909(landscape\) can also be speci\214ed; the def)138.476 132 Q
21910(ault is portrait.)-.1 E(This parameter can only be speci\214ed be-)5 E
21911(fore an)138.476 144 Q 2.5(ym)-.15 G(usic or block input.)-2.5 E F1 -.92
21912(Va)69.336 156 S(lue).92 E F0(............... letter).36 E 2.5(,l)-.4 G
21913-2.25 -.15(eg a)-2.5 H(l, \215sa, hal\215etter).15 E 2.5(,a)-.4 G
21914(4, a5, a6; optionally follo)-2.5 E(wed by portrait or landscape.)-.25 E
21915F1(Default)69.336 168 Q F0(............ letter).28 E F1(Context)69.336
21916180 Q F0(........... score).56 E F1(Example)69.336 192 Q F0
21917(......... pagesize = a4)1.66 E(pagesize = le)138.476 204 Q -.05(ga)-.15
21918G 2.5(ll).05 G(andscape)-2.5 E F1(See also)69.336 216 Q F0
21919(........... pageheight, page).83 E(width, panelsperpage)-.25 E F1(Name)
2192069.336 264 Q F0(.............. page)1.95 E(width)-.25 E F1(Description)
2192169.336 276 Q F0
21922(..... Set the page width. If the units parameter is inches, the v)A
21923(alue of page)-.25 E(width is gi)-.25 E -.15(ve)-.25 G 2.5(ni).15 G 2.5
21924(ni)-2.5 G(nches, or if)-2.5 E(the units parameter is cm, it is gi)
21925138.476 288 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(nc)-2.5 G 2.5
21926(entimeters. This)-2.5 F(parameter can only be speci\214ed before)2.5 E
21927(an)138.476 300 Q 2.5(ym)-.15 G(usic or block input.)-2.5 E(If the page)
219285 E(width and pageheight parameters are set to v)-.25 E
21929(alues that match)-.25 E 2.5(as)138.476 312 S(tandard paper size in lan\
21930dscape mode, the Mup output will be rotated to print properly in land-)
21931-2.5 E(scape mode.)138.476 324 Q F1 -.92(Va)69.336 336 S(lue).92 E F0
21932(............... 2.0 to 24.0 inches or 5.0 to 61.0 cm).36 E F1(Default)
2193369.336 348 Q F0(............ 8.5 inches).28 E F1(Context)69.336 360 Q F0
21934(........... score).56 E F1(Example)69.336 372 Q F0(......... page)1.66
21935E(width = 6.5)-.25 E F1(See also)69.336 384 Q F0
21936(........... pageheight, leftmar).83 E(gin, rightmar)-.18 E(gin, units)
21937-.18 E F1(Name)69.336 432 Q F0(.............. panelsperpage)1.95 E F1
21938(Description)69.336 444 Q F0(..... Speci\214es ho)A 2.5(wm)-.25 G(an)
21939-2.5 E 2.5(yp)-.15 G(ages of music to print on each ph)-2.5 E
21940(ysical page.)-.05 E(This parameter can only be)5 E
21941(speci\214ed before an)138.476 456 Q 2.5(ym)-.15 G(usic or block input.)
21942-2.5 E(Note that the pageheight and page)5 E(width parameters still)-.25
21943E(apply to the ph)138.476 468 Q(ysical paper size vie)-.05 E
21944(wed in portrait mode, e)-.25 E -.15(ve)-.25 G 2.5(nw).15 G
21945(hen the panelsperpage v)-2.5 E(alue causes)-.25 E
21946(the printing to be landscape mode, so you should continue to lea)
21947138.476 480 Q .3 -.15(ve t)-.2 H(hose set as you normally).15 E -.1(wo)
21948138.476 492 S 2.5(uld. The).1 F(-o command line option may be useful fo\
21949r getting pages printed in desired order)2.5 E 5(.F)-.55 G(or)-5.15 E
21950-.15(ex)138.476 504 S(ample, to mak).15 E 2.5(ea4)-.1 G(-page booklet f\
21951rom a single sheet of paper folded in half, you can use pan-)-2.5 E
21952(elsperpage=2, then use -o4,1 to print one side of the paper)138.476 516
21953Q 2.5(,a)-.4 G(nd -o2,3 to print the other side.)-2.5 E F1 -.92(Va)
2195469.336 528 S(lue).92 E F0(............... 1 or 2).36 E F1(Default)69.336
21955540 Q F0(............ 1).28 E F1(Context)69.336 552 Q F0
21956(........... score).56 E F1(Example)69.336 564 Q F0
21957(......... panelsperpage=2)1.66 E F1(See also)69.336 576 Q F0
21958(........... pageheight, page).83 E(width)-.25 E F1(Name)69.336 624 Q F0
21959(.............. pedstyle)1.95 E F1(Description)69.336 636 Q F0(..... Sp\
21960eci\214es whether to display piano pedal marks with lines or with the w)
21961A(ord "Ped" and "*".)-.1 E -.4(Wi)5 G(th the).4 E
21962("pedstar" style, a "bounce" of the pedal is sho)138.476 648 Q
21963(wn by a "* Ped" whereas with the "alt pedstar" style,)-.25 E
21964(only a "Ped" is printed.)138.476 660 Q F1 -.92(Va)69.336 672 S(lue).92
21965E F0(............... line, pedstar).36 E 2.5(,o)-.4 G 2.5(ra)-2.5 G
21966(lt pedstar)-2.5 E F1(Default)69.336 684 Q F0(............ line).28 E F1
21967(Context)69.336 696 Q F0(........... score, staf).56 E(f)-.25 E F1
21968(Example)69.336 708 Q F0(......... pedstyle = pedstar)1.66 E EP
21969%%Page: 118 124
21970%%BeginPageSetup
21971BP
21972%%EndPageSetup
21973/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(18 -)-2.5 E/F1 10
21974/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. printmultnum)1.95 E
21975F1(Description)69.336 108 Q F0(..... If set to 'y' multirests are label\
21976ed with the number of measures of rest the)A 2.5(yr)-.15 G
21977(epresent; if set to 'n')-2.5 E(the)138.476 120 Q 2.5(ya)-.15 G(ren')
21978-2.5 E 2.5(t. This)-.18 F -.1(wo)2.5 G(uld allo).1 E 2.5(wy)-.25 G
21979(ou to print some other commentary in place of the number)-2.5 E 2.5(,p)
21980-.4 G(rint it)-2.5 E(in a dif)138.476 132 Q(ferent style, etc.)-.25 E F1
21981-.92(Va)69.336 144 S(lue).92 E F0(............... y or n).36 E F1
21982(Default)69.336 156 Q F0(............ y).28 E F1(Context)69.336 168 Q F0
21983(........... score, staf).56 E(f)-.25 E F1(Example)69.336 180 Q F0
21984(......... printmultnum = n)1.66 E F1(Name)69.336 228 Q F0
21985(.............. rehstyle)1.95 E F1(Description)69.336 240 Q F0(..... Sp\
21986eci\214es whether to enclose rehearsal marks inside box, inside a circl\
21987e, or just as plain te)A(xt.)-.15 E F1 -.92(Va)69.336 252 S(lue).92 E F0
21988(............... box).36 E(ed, circled, or plain)-.15 E F1(Default)
2198969.336 264 Q F0(............ box).28 E(ed)-.15 E F1(Context)69.336 276 Q
21990F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 288 Q F0
21991(......... rehstyle = circled)1.66 E F1(See also)69.336 300 Q F0
21992(........... endingstyle).83 E F1(Name)69.336 348 Q F0
21993(.............. release)1.95 E F1(Description)69.336 360 Q F0
21994(..... Speci\214es ho)A 2.5(ws)-.25 G
21995(oon \(in milliseconds\) before the full time v)-2.5 E
21996(alue of note to release the note when gen-)-.25 E(erating MIDI output.)
21997138.476 372 Q(This controls ho)5 E 2.5(wl)-.25 G -2.25 -.15(eg a)-2.5 H
21998(to \(smooth\) the music is.).15 E 2.5(Av)5 G(alue of 0 will mak)-2.75 E
219992.5(ei)-.1 G(t)-2.5 E -.15(ve)138.476 384 S(ry le).15 E -.05(ga)-.15 G
22000(to. The lar).05 E(ger the v)-.18 E(alue, the more detached notes will \
22001be. This parameter speci\214es a maxi-)-.25 E
22002(mum amount to shorten notes; a note will ne)138.476 396 Q -.15(ve)-.25
22003G 2.5(rb).15 G 2.5(es)-2.5 G(hortened to less than 75% of its full v)
22004-2.5 E 2.5(alue. re-)-.25 F
22005(lease can be changed in the middle of a measure using a construct lik)
22006138.476 408 Q 2.5(e<)-.1 G(<score release=50>> be-)-2.5 E
22007(fore a note group.)138.476 420 Q F1 -.92(Va)69.336 432 S(lue).92 E F0
22008(............... 0 to 500).36 E F1(Default)69.336 444 Q F0
22009(............ 20).28 E F1(Context)69.336 456 Q F0
22010(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E(It is possible to\
22011 change this parameter in the middle of a measure, using << >>.)138.476
22012468 Q F1(Example)69.336 480 Q F0(......... release = 40)1.66 E F1(Name)
2201369.336 528 Q F0(.............. restcombine)1.95 E F1(Description)69.336
22014540 Q F0(..... If the gi)A -.15(ve)-.25 G 2.5(nn).15 G
22015(umber of measures of rest occur in a ro)-2.5 E 1.3 -.65(w, t)-.25 H(he)
22016.65 E 2.5(yw)-.15 G(ill be replaced by a multirest.)-2.5 E(This pa-)5 E
22017(rameter can be o)138.476 552 Q -.15(ve)-.15 G
22018(rridden by the -c command line option.).15 E
22019(See the description of the -c option for)5 E
22020(more complete information on ho)138.476 564 Q 2.5(wt)-.25 G
22021(he combining is done.)-2.5 E F1 -.92(Va)69.336 576 S(lue).92 E F0
22022(............... 2 to 1000 or nothing).36 E F1(Default)69.336 588 Q F0
22023(............ not set).28 E F1(Context)69.336 600 Q F0
22024(........... score).56 E F1(Example)69.336 612 Q F0
22025(......... restcombine = 5)1.66 E(restcombine =)138.476 624 Q
22026(// turn of)10 E 2.5(fc)-.25 G(ombining)-2.5 E EP
22027%%Page: 119 125
22028%%BeginPageSetup
22029BP
22030%%EndPageSetup
22031/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(19 -)-2.5 E/F1 10
22032/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. restsymmult)1.95 E
22033F1(Description)69.336 108 Q F0(..... Multi-rests are normally dra)A
22034(wn as a horizontal line on the middle line of the staf)-.15 E
22035(f, with tw)-.25 E 2.5(ov)-.1 G(ertical)-2.65 E(lines at the end. But t\
22036here is an alternate notation style that uses rest symbols \(whole, dou\
22037ble whole,)138.476 120 Q
22038(and quad whole\) when the number of measures is short.)138.476 132 Q
22039(If this parameter is set to y)5 E 2.5(,t)-.65 G(hat alternate)-2.5 E
22040(style will be used for multirests of eight measures or less.)138.476
22041144 Q F1 -.92(Va)69.336 156 S(lue).92 E F0(............... y or n).36 E
22042F1(Default)69.336 168 Q F0(............ n).28 E F1(Context)69.336 180 Q
22043F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 192 Q F0
22044(......... restsymmult = y)1.66 E F1(See also)69.336 204 Q F0
22045(........... printmultnum).83 E F1(Name)69.336 252 Q F0
22046(.............. rightmar)1.95 E(gin)-.18 E F1(Description)69.336 264 Q
22047F0(..... sets the amount of white space mar)A
22048(gin to put at the right side of each page.)-.18 E
22049(It is speci\214ed in inches)5 E(if the units parameter is set to inche\
22050s, or in centimeters if the units parameter is set to cm.)138.476 276 Q
22051(This pa-)5 E(rameter can only be speci\214ed before an)138.476 288 Q
220522.5(ym)-.15 G(usic or block input.)-2.5 E(Mar)5 E(gins are unaf)-.18 E
22053(fected by the)-.25 E("scale" parameter)138.476 300 Q(.)-.55 E F1 -.92
22054(Va)69.336 312 S(lue).92 E F0(............... 0.0 to page).36 E
22055(width minus 0.5 inches)-.25 E F1(Default)69.336 324 Q F0
22056(............ 0.5 inches).28 E F1(Context)69.336 336 Q F0
22057(........... score).56 E F1(Example)69.336 348 Q F0(......... rightmar)
220581.66 E(gin = 0.3)-.18 E F1(See also)69.336 360 Q F0
22059(........... bottommar).83 E(gin, leftmar)-.18 E(gin, topmar)-.18 E
22060(gin, page)-.18 E(width, units)-.25 E F1(Name)69.336 408 Q F0
22061(.............. scale)1.95 E F1(Description)69.336 420 Q F0
22062(..... Scale the printed output by the speci\214ed f)A(actor)-.1 E 2.5
22063(.F)-.55 G(or e)-2.65 E(xample, scale=2 prints e)-.15 E -.15(ve)-.25 G
22064(rything twice as).15 E(lar)138.476 432 Q
22065(ge as normal, while scale=0.5 prints e)-.18 E -.15(ve)-.25 G
22066(rything at half size.).15 E(This parameter can only be speci-)5 E
22067(\214ed before an)138.476 444 Q 2.5(ym)-.15 G(usic or block input.)-2.5
22068E F1 -.92(Va)69.336 456 S(lue).92 E F0
22069(............... A number between 0.1 and 10.0).36 E F1(Default)69.336
22070468 Q F0(............ 1.0).28 E F1(Context)69.336 480 Q F0
22071(........... score).56 E F1(Example)69.336 492 Q F0
22072(......... scale=0.95)1.66 E F1(See also)69.336 504 Q F0
22073(........... packf).83 E(act, pack)-.1 E -.15(ex)-.1 G(p, staf).15 E
22074(fscale)-.25 E EP
22075%%Page: 120 126
22076%%BeginPageSetup
22077BP
22078%%EndPageSetup
22079/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(20 -)-2.5 E/F1 10
22080/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. scorepad)1.95 E F1
22081(Description)69.336 108 Q F0
22082(..... sets the amount of padding \(white space\) to lea)A .3 -.15(ve b)
22083-.2 H(etween scores, accounting for all the things that).15 E
22084(protrude from both scores.)138.476 120 Q(Either a single number)5 E 2.5
22085(,g)-.4 G -.25(iv)-2.5 G(ing a minimum amount, or tw).25 E 2.5(on)-.1 G
22086(umbers,)-2.5 E(gi)138.476 132 Q
22087(ving a minimum and maximum, can be speci\214ed. The)-.25 E 2.5(ya)-.15
22088G(re speci\214ed in stepsizes.)-2.5 E(If only the)5 E
22089(minimum is speci\214ed, and it is lar)138.476 144 Q(ger than the def)
22090-.18 E(ault maximum of 2, the maximum will be adjust-)-.1 E
22091(ed to equal the minimum.)138.476 156 Q
22092(Depending on the setting of the scoresep parameter)5 E 2.5(,t)-.4 G
22093(he maximum may)-2.5 E(be e)138.476 168 Q
22094(xceeded; see the description of scoresep for ho)-.15 E 2.5(wt)-.25 G
22095(hese parameters interact to determine the)-2.5 E
22096(placement of the scores.)138.476 180 Q(If a ne)5 E -.05(ga)-.15 G(ti)
22097.05 E .3 -.15(ve v)-.25 H(alue is speci\214ed for scorepad, some o)-.1 E
22098-.15(ve)-.15 G(rlap may occur).15 E(,)-.4 E
22099(\(subject to the interaction with scoresep\).)138.476 192 Q
22100(Specifying a ne)5 E -.05(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H
22101(alue may be particularly useful)-.1 E(when things protrude do)138.476
22102204 Q(wnw)-.25 E(ard from the top score and upw)-.1 E
22103(ard from the bottom score, b)-.1 E(ut at dif-)-.2 E
22104(ferent places horizontally)138.476 216 Q 2.5(,s)-.65 G(uch that it is \
22105actually safe to put the scores closer together without colli-)-2.5 E
22106(sion, e)138.476 228 Q -.15(ve)-.25 G 2.5(nt).15 G(hough Mup can')-2.5 E
221072.5(tt)-.18 G(ell that it is safe.)-2.5 E(Note, ho)5 E(we)-.25 E -.15
22108(ve)-.25 G .8 -.4(r, t).15 H(hat this o).4 E -.15(ve)-.15 G(rrides Mup')
22109.15 E 2.5(sp)-.55 G(rotection)-2.5 E(ag)138.476 240 Q
22110(ainst real collisions, so this must be used with care to a)-.05 E -.2
22111(vo)-.2 G(id undesired o).2 E -.15(ve)-.15 G(rlaps.).15 E F1 -.92(Va)
2211269.336 252 S(lue).92 E F0(............... one or tw).36 E 2.5(ow)-.1 G
22113(hole numbers, in the range from ne)-2.5 E -.05(ga)-.15 G(ti).05 E .3
22114-.15(ve t)-.25 H(he height of the page and the height of a).15 E
22115(page, in stepsizes.)138.476 264 Q(If there are tw)5 E 2.5(on)-.1 G
22116(umbers, the)-2.5 E 2.5(ya)-.15 G
22117(re separated by a comma, and the second must)-2.5 E
22118(be greater than or equal to the \214rst.)138.476 276 Q F1(Default)
2211969.336 288 Q F0(............ 2,2).28 E F1(Context)69.336 300 Q F0
22120(........... score).56 E F1(Example)69.336 312 Q F0
22121(......... scorepad = 5)1.66 E(scorepad = -1)138.476 324 Q
22122(scorepad = 3,10)138.476 336 Q F1(See also)69.336 348 Q F0
22123(........... scoresep, staf).83 E(fpad, staf)-.25 E(fsep)-.25 E F1(Name)
2212469.336 396 Q F0(.............. scoresep)1.95 E F1(Description)69.336 408
22125Q F0(..... sets ho)A 2.5(wm)-.25 G(uch space to lea)-2.5 E .3 -.15(ve b)
22126-.2 H(etween scores; i.e., between the bottom line of the bottom staf)
22127.15 E 2.5(fo)-.25 G(f)-2.5 E(one score and the top line of the top staf)
22128138.476 420 Q 2.5(fo)-.25 G 2.5(ft)-2.5 G(he follo)-2.5 E
22129(wing score. Either a single number)-.25 E 2.5(,g)-.4 G -.25(iv)-2.5 G
22130(ing a).25 E(minimum amount, or tw)138.476 432 Q 2.5(on)-.1 G
22131(umbers, gi)-2.5 E(ving a minimum and maximum, can be speci\214ed. The)
22132-.25 E 2.5(ya)-.15 G(re)-2.5 E(speci\214ed in stepsizes.)138.476 444 Q
22133(If only the minimum is speci\214ed, and it is lar)5 E(ger than the def)
22134-.18 E(ault maximum)-.1 E
22135(of 20, the maximum will be adjusted to equal the minimum.)138.476 456 Q
22136(Depending on the setting of the)5 E(scorepad parameter)138.476 468 Q
221372.5(,t)-.4 G(he maximum may be e)-2.5 E 2.5(xceeded. The)-.15 F
22138(parameters interact as follo)2.5 E(ws in deter)-.25 E(-)-.2 E
22139(mining the layout of a page: As man)138.476 480 Q 2.5(ys)-.15 G
22140(cores are allocated to the page as will \214t \(or until a "ne)-2.5 E
22141(w-)-.25 E(page" command is encountered\).)138.476 492 Q(Initially)5 E
221422.5(,t)-.65 G(he)-2.5 E 2.5(ya)-.15 G(re pack)-2.5 E
22143(ed together as tightly as the)-.1 E 2.5(yc)-.15 G(an be with-)-2.5 E
22144(out violating the minimum v)138.476 504 Q
22145(alues of scorepad and scoresep between an)-.25 E 2.5(yn)-.15 G
22146(eighboring scores.)-2.5 E(Ne)5 E(xt,)-.15 E(if there is e)138.476 516 Q
22147(xtra space a)-.15 E -.25(va)-.2 G(ilable at the bottom of the page, th\
22148e scores are spread out, increasing the).25 E
22149(white space between them, b)138.476 528 Q(ut not increasing an)-.2 E
221502.5(yb)-.15 G -.15(ey)-2.5 G(ond the maximum scorepad v).15 E 2.5
22151(alue. \(Some)-.25 F(may ho)138.476 540 Q(we)-.25 E -.15(ve)-.25 G 2.5
22152(ra).15 G(lready be be)-2.5 E(yond the maximum scorepad v)-.15 E
22153(alue, because the minimum scoresep v)-.25 E(al-)-.25 E
22154(ue required it.\))138.476 552 Q(This spreading is done without re)5 E
22155-.05(ga)-.15 G(rd for the maximum scoresep v).05 E 2.5(alue. If)-.25 F
22156(an)2.5 E 2.5(yo)-.15 G(f)-2.5 E(the inter)138.476 564 Q(-score g)-.2 E
22157(aps start narro)-.05 E
22158(wer than others \(because of the minimum scoresep\), the)-.25 E 2.5(ya)
22159-.15 G(re in-)-2.5 E(creased \214rst, in an attempt to e)138.476 576 Q
22160-.15(ve)-.25 G 2.5(no).15 G(ut the dif)-2.5 E 2.5(ferences. If)-.25 F
22161(the maximum scorepad v)2.5 E(alue is reached)-.25 E(or e)138.476 588 Q
22162(xceeded between all the scores, and there is still e)-.15 E
22163(xtra space a)-.15 E -.25(va)-.2 G(ilable at the bottom of the page,).25
22164E(then the scores are spread out some more, increasing the white space \
22165between them, this time ig-)138.476 600 Q(noring the scorepad v)138.476
22166612 Q(alues, b)-.25 E(ut not increasing an)-.2 E 2.5(yb)-.15 G -.15(ey)
22167-2.5 G(ond the maximum scoresep v).15 E 2.5(alue. \(Some)-.25 F(may ho)
22168138.476 624 Q(we)-.25 E -.15(ve)-.25 G 2.5(ra).15 G(lready be be)-2.5 E
22169(yond the maximum scoresep v)-.15 E(alue, because of the pre)-.25 E
22170(vious steps.\))-.25 E(If)5 E
22171(still not all the space is used up, it remains as e)138.476 636 Q
22172(xtra space at the bottom of the page.)-.15 E F1 -.92(Va)69.336 648 S
22173(lue).92 E F0(............... one or tw).36 E 2.5(ow)-.1 G(hole numbers\
22174, in the range from 6 to the height of the page in stepsizes.)-2.5 E
22175(If there are)5 E(tw)138.476 660 Q 2.5(on)-.1 G(umbers, the)-2.5 E 2.5
22176(ya)-.15 G(re separated by a comma, and the second must be greater than\
22177 or equal to the)-2.5 E(\214rst.)138.476 672 Q F1(Default)69.336 684 Q
22178F0(............ 12,20).28 E F1(Context)69.336 696 Q F0
22179(........... score).56 E F1(Examples)69.336 708 Q F0
22180(........ scoresep = 25).27 E(scoresep = 9,15)138.476 720 Q F1(See also)
2218169.336 732 Q F0(........... scorepad, staf).83 E(fpad, staf)-.25 E(fsep)
22182-.25 E EP
22183%%Page: 121 127
22184%%BeginPageSetup
22185BP
22186%%EndPageSetup
22187/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(21 -)-2.5 E/F1 10
22188/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. size)1.95 E F1
22189(Description)69.336 108 Q F0
22190(..... speci\214es what point size to use for te)A
22191(xt in print, title, left, right, and center statements, and "with")-.15
22192E(lists \(i.e., strings that are associated with a particular chord\).)
22193138.476 120 Q F1 -.92(Va)69.336 132 S(lue).92 E F0
22194(............... a number from 1 to 100 inclusi).36 E -.15(ve)-.25 G F1
22195(Default)69.336 144 Q F0(............ 12).28 E F1(Context)69.336 156 Q
22196F0(........... score, staf).56 E(f, header)-.25 E 2.5(,f)-.4 G(ooter)
22197-2.5 E 2.5(,h)-.4 G(eader2, footer2, top, bottom, top2, bottom2, block)
22198-2.5 E F1(Example)69.336 168 Q F0(......... size = 9)1.66 E F1(See also)
2219969.336 180 Q F0(........... font, fontf).83 E(amily)-.1 E 2.5(,l)-.65 G
22200(yricssize)-2.5 E F1(Name)69.336 228 Q F0(.............. staf)1.95 E
22201(\215ines)-.25 E F1(Description)69.336 240 Q F0(..... speci\214es ho)A
222022.5(wm)-.25 G(an)-2.5 E 2.5(yl)-.15 G(ines to dra)-2.5 E 2.5(wf)-.15 G
22203(or the staf)-2.5 E(f. Normally)-.25 E 2.5(,t)-.65 G
22204(here are 5 lines per staf)-2.5 E(f, b)-.25 E(ut a single line)-.2 E
22205(staf)138.476 252 Q 2.5(fi)-.25 G 2.5(ss)-2.5 G
22206(ometimes used for percussion, and tablature staf)-2.5 E(fs for v)-.25 E
22207(arious instruments may ha)-.25 E .3 -.15(ve d)-.2 H(if).15 E(fer)-.25 E
22208(-)-.2 E(ent numbers of lines.)138.476 264 Q
22209(Setting this parameter to 1 will produce a single line staf)5 E 2.5
22210(f. The)-.25 F(number of)2.5 E(lines can be follo)138.476 276 Q
22211(wed by "n" to indicate that clef and k)-.25 E .3 -.15(ey s)-.1 H
22212(ignature are not to be printed. The "n" al-).15 E
22213(so implies that accidentals are to be ignored and that notes are ne)
22214138.476 288 Q -.15(ve)-.25 G 2.5(rt).15 G 2.5(ob)-2.5 G 2.5(et)-2.5 G
222152.5(ransposed. If)-2.5 F(the num-)2.5 E
22216(ber of lines is 1, the clef and k)138.476 300 Q .3 -.15(ey s)-.1 H
22217(ignature are ne).15 E -.15(ve)-.25 G 2.5(rp).15 G(rinted, re)-2.5 E
22218-.05(ga)-.15 G(rdless of whether or not you add).05 E(the "n," so the "\
22219n" is really only meaningful when used with 5. When staf)138.476 312 Q
22220(\215ines=1, you can only)-.25 E(ha)138.476 324 Q .3 -.15(ve o)-.2 H
22221(ne note per chord, and the pitch of that note is irrele).15 E -.25(va)
22222-.25 G(nt, e).25 E(xcept for MIDI output.)-.15 E(Alternate-)5 E(ly)
22223138.476 336 Q 2.5(,r)-.65 G(ather than specifying "n" you can specify "\
22224drum" which means to use the drum clef \(also some-)-2.5 E
22225(times called the "neutral" clef\).)138.476 348 Q -.4(Wi)5 G
22226(th the drum clef, no k).4 E .3 -.15(ey s)-.1 H
22227(ignature is printed, accidentals are ig-).15 E(nored, and notes are ne)
22228138.476 360 Q -.15(ve)-.25 G 2.5(rt).15 G(ransposed. The v)-2.5 E
22229(alue used for the clef parameter is used to determine)-.25 E
22230(the pitch for placement of notes in this case, b)138.476 372 Q
22231(ut the drum clef of tw)-.2 E 2.5(ov)-.1 G(ertical lines is printed.)
22232-2.65 E -.15(Fo)138.476 396 S 2.5(rat).15 G(ablature staf)-2.5 E
22233(f, rather than specifying a number of staf)-.25 E 2.5(fl)-.25 G
22234(ines as the v)-2.5 E(alue, the k)-.25 E -.15(ey)-.1 G -.1(wo).15 G
22235(rd "tab" is).1 E(used, optionally follo)138.476 408 Q(wed by a list of\
22236 strings in parentheses. The strings are listed in order from the)-.25 E
22237(top line of the tablature staf)138.476 420 Q 2.5(ft)-.25 G 2.5(ot)-2.5
22238G(he bottom.)-2.5 E
22239(Each item in the list has at least a string pitch, which is)5 E 2.5(al)
22240138.476 432 S(etter from a to g, optionally follo)-2.5 E
22241(wed by # or &. If there is more than one string ha)-.25 E
22242(ving the same)-.2 E(letter/accidental, the)138.476 444 Q 2.5(ya)-.15 G
22243(re distinguished by adding one or more single quote marks \("ticks"\).\
22244 An oc-)-2.5 E(ta)138.476 456 Q .3 -.15(ve n)-.2 H
22245(umber can also be speci\214ed.).15 E
22246(If the list of strings is omitted, standard guitar strings are used,)5
22247E(which is tab\( e5 b4 g4 d4 a3 e'3 \).)138.476 468 Q -.8(Ta)5 G
22248(blature can only be speci\214ed in staf).8 E 2.5(fc)-.25 G(onte)-2.5 E
22249(xt, not score or)-.15 E -.2(vo)138.476 480 S
22250(ice, and when a tablature staf).2 E 2.5(fi)-.25 G 2.5(ss)-2.5 G
22251(peci\214ed, the staf)-2.5 E 2.5(fa)-.25 G(bo)-2.5 E .3 -.15(ve i)-.15 H
222522.5(tb).15 G(ecomes a "tabnote" staf)-2.5 E 2.5(fw)-.25 G(hich is a)-2.5
22253E(normal 5-line staf)138.476 492 Q 2.5(fc)-.25 G(ontaining music deri)
22254-2.5 E -.15(ve)-.25 G 2.5(df).15 G(rom the tablature staf)-2.5 E(f.)-.25
22255E F1 -.92(Va)69.336 504 S(lue).92 E F0
22256(............... 1 or 5, optionally follo).36 E
22257(wed by "n" or "drum"; or for tablature staf)-.25 E(f, the k)-.25 E -.15
22258(ey)-.1 G -.1(wo).15 G(rd "tab" optionally fol-).1 E(lo)138.476 516 Q
22259(wed by a list of strings, in parentheses.)-.25 E(Setting the staf)5 E
22260(\215ines parameter will also reinitialize other)-.25 E(parameters: k)
22261138.476 528 Q -.15(ey)-.1 G 2.5(,t)-.5 G
22262(ranspose, addtranspose, clef, beamstyle, and defoct.)-2.5 E F1(Default)
2226369.336 540 Q F0(............ 5).28 E F1(Context)69.336 552 Q F0
22264(........... score, staf).56 E(f)-.25 E F1(Examples)69.336 564 Q F0
22265(........ staf).27 E(\215ines=1)-.25 E(staf)138.476 576 Q(\215ines=5n)
22266-.25 E(staf)138.476 588 Q(\215ines = tab)-.25 E
22267(// standard guitar tablature staf)3.22 E(f)-.25 E(staf)138.476 600 Q
22268(\215ines = tab \( g3 d3 a2 e2 \))-.25 E(// standard bass guitar)5 E
22269(staf)138.476 612 Q(\215ines = tab \(d# g b3 g'3\))-.25 E F1(See also)
2227069.336 624 Q F0(........... clef, k).83 E -.15(ey)-.1 G 2.5(,t)-.5 G
22271(ranspose, addtranspose)-2.5 E EP
22272%%Page: 122 128
22273%%BeginPageSetup
22274BP
22275%%EndPageSetup
22276/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(22 -)-2.5 E/F1 10
22277/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. staf)1.95 E(fpad)
22278-.25 E F1(Description)69.336 108 Q F0
22279(..... sets the minimum amount of space to lea)A .3 -.15(ve b)-.2 H
22280(etween staf).15 E(fs, accounting for all the things that protrude)-.25
22281E(from both staf)138.476 120 Q 2.5(fs. If)-.25 F 2.5(an)2.5 G -2.25 -.15
22282(eg a)-2.5 H(ti).15 E .3 -.15(ve v)-.25 H(alue is speci\214ed, some o)
22283-.1 E -.15(ve)-.15 G(rlap may occur).15 E 2.5(,a)-.4 G
22284(lthough it will still be)-2.5 E(limited by the v)138.476 132 Q
22285(alue of the staf)-.25 E(fsep parameter)-.25 E 5(.S)-.55 G
22286(pecifying a ne)-5 E -.05(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H
22287(alue may be particularly use-)-.1 E(ful when things protrude do)138.476
22288144 Q(wnw)-.25 E(ard from the top staf)-.1 E 2.5(fa)-.25 G(nd upw)-2.5 E
22289(ard from the bottom staf)-.1 E(f, b)-.25 E(ut at dif-)-.2 E
22290(ferent places horizontally)138.476 156 Q 2.5(,s)-.65 G
22291(uch that it is actually safe to put the staf)-2.5 E
22292(fs closer together without colli-)-.25 E(sion, e)138.476 168 Q -.15(ve)
22293-.25 G 2.5(nt).15 G(hough Mup can')-2.5 E 2.5(tt)-.18 G
22294(ell that it is safe.)-2.5 E(Note, ho)5 E(we)-.25 E -.15(ve)-.25 G .8
22295-.4(r, t).15 H(hat this o).4 E -.15(ve)-.15 G(rrides Mup').15 E 2.5(sp)
22296-.55 G(rotection)-2.5 E(ag)138.476 180 Q
22297(ainst real collisions, so this must be used with care to a)-.05 E -.2
22298(vo)-.2 G(id undesired o).2 E -.15(ve)-.15 G(rlaps.).15 E F1 -.92(Va)
2229969.336 192 S(lue).92 E F0(............... a whole number between ne).36
22300E -.05(ga)-.15 G(ti).05 E .3 -.15(ve t)-.25 H
22301(he height of the page and the height of a page, in stepsizes.).15 E F1
22302(Default)69.336 204 Q F0(............ 0).28 E F1(Context)69.336 216 Q F0
22303(........... score, staf).56 E(f)-.25 E F1(Example)69.336 228 Q F0
22304(......... staf)1.66 E(fpad = -2)-.25 E F1(See also)69.336 240 Q F0
22305(........... scorepad, scoresep, staf).83 E(fsep)-.25 E F1(Name)69.336
22306288 Q F0(.............. staf)1.95 E(fs)-.25 E F1(Description)69.336 300
22307Q F0(..... speci\214es the number of staf)A
22308(fs. It is possible that not all of these staf)-.25 E
22309(fs will be printed \(see the "visi-)-.25 E(ble" parameter belo)138.476
22310312 Q 2.5(wa)-.25 G(nd the -s command line ar)-2.5 E 2.5
22311(gument\). Changing)-.18 F(the number of staf)2.5 E(fs causes)-.25 E
22312(all parameters that had been set in staf)138.476 324 Q 2.5(fa)-.25 G
22313(nd v)-2.5 E(oice conte)-.2 E(xt to be set back to their def)-.15 E
22314(ault v)-.1 E 2.5(alues. It)-.25 F(is)2.5 E
22315(usually preferable to only set the staf)138.476 336 Q 2.5(fp)-.25 G
22316(arameter once at the be)-2.5 E(ginning of a song, and use the "visi-)
22317-.15 E(ble" parameter when you w)138.476 348 Q(ant to change which staf)
22318-.1 E(fs are actually printed, rather than changing the)-.25 E
22319(number of staf)138.476 360 Q(fs.)-.25 E F1 -.92(Va)69.336 372 S(lue).92
22320E F0(............... a number between 1 and 40 inclusi).36 E -.15(ve)
22321-.25 G(.).15 E F1(Default)69.336 384 Q F0(............ 1).28 E F1
22322(Context)69.336 396 Q F0(........... score).56 E F1(Example)69.336 408 Q
22323F0(......... staf)1.66 E(fs = 12)-.25 E F1(See also)69.336 420 Q F0
22324(........... visible).83 E F1(Name)69.336 468 Q F0(.............. staf)
223251.95 E(fscale)-.25 E F1(Description)69.336 480 Q F0
22326(..... Speci\214es ho)A 2.5(wt)-.25 G 2.5(os)-2.5 G
22327(cale the size of a staf)-2.5 E 2.5(fr)-.25 G(elati)-2.5 E .3 -.15(ve t)
22328-.25 H 2.5(ot).15 G(he size of other staf)-2.5 E(fs. A v)-.25 E
22329(alue of 1.0 yields the)-.25 E(normal size, whereas 0.5 yields a staf)
22330138.476 492 Q 2.5(ft)-.25 G
22331(hat is half as high, and 2.0 one that is twice as high as nor)-2.5 E(-)
22332-.2 E(mal, and so forth. This might be used, for e)138.476 504 Q
22333(xample, for a piece written for tw)-.15 E 2.5(oi)-.1 G
22334(nstruments, say pi-)-2.5 E(ano and violin, where you w)138.476 516 Q
22335(ant the piano part to be written in normal size, b)-.1 E(ut w)-.2 E
22336(ant to sho)-.1 E 2.5(wt)-.25 G(he vi-)-2.5 E
22337(olin part in smaller size, such that while the pianist will ha)138.476
22338528 Q .3 -.15(ve t)-.2 H(he violin part a).15 E -.25(va)-.2 G
22339(ilable for reference,).25 E(it w)138.476 540 Q(on')-.1 E 2.5(tt)-.18 G
22340(ak)-2.5 E 2.5(eu)-.1 G 2.5(pal)-2.5 G(ot of space.)-2.5 E
22341(Another possible use is to set staf)5 E(fscale in score conte)-.25 E
22342(xt, to mak)-.15 E 2.5(ea)-.1 G(ll)-2.5 E(staf)138.476 552 Q
22343(f-related things a dif)-.25 E(ferent size, b)-.25 E(ut lea)-.2 E .3
22344-.15(ve o)-.2 H(ther things, lik).15 E 2.5(eh)-.1 G
22345(eaders and footers, unaf)-2.5 E(fected.)-.25 E F1 -.92(Va)69.336 564 S
22346(lue).92 E F0(............... 0.1 to 10.0).36 E F1(Default)69.336 576 Q
22347F0(............ 1.0).28 E F1(Context)69.336 588 Q F0
22348(........... score, staf).56 E(f)-.25 E F1(Example)69.336 600 Q F0
22349(......... staf)1.66 E(fscale=0.75)-.25 E F1(See also)69.336 612 Q F0
22350(........... scale).83 E EP
22351%%Page: 123 129
22352%%BeginPageSetup
22353BP
22354%%EndPageSetup
22355/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(23 -)-2.5 E/F1 10
22356/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. staf)1.95 E(fsep)
22357-.25 E F1(Description)69.336 108 Q F0
22358(..... speci\214es the minimum amount of space to lea)A .3 -.15(ve b)-.2
22359H(etween an).15 E 2.5(yt)-.15 G .2 -.1(wo a)-2.5 H(djacent staf).1 E
22360(fs within the same)-.25 E(score. It is speci\214ed in stepsizes, and i\
22361s measured from the bottom line of the staf)138.476 120 Q 2.5(fa)-.25 G
22362(bo)-2.5 E .3 -.15(ve t)-.15 H 2.5(ot).15 G(he top)-2.5 E
22363(line of the staf)138.476 132 Q 2.5(fb)-.25 G(elo)-2.5 E 1.3 -.65(w. S)
22364-.25 H(taf).65 E
22365(fs will be spread wider than this minimum if necessary to pre)-.25 E
22366-.15(ve)-.25 G(nt things).15 E(from colliding.)138.476 144 Q F1 -.92(Va)
2236769.336 156 S(lue).92 E F0
22368(............... a number from 6 to the height of the page in stepsizes)
22369.36 E F1(Default)69.336 168 Q F0(............ 10).28 E F1(Context)69.336
22370180 Q F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 192 Q
22371F0(......... staf)1.66 E(fsep = 14)-.25 E F1(See also)69.336 204 Q F0
22372(........... scorepad, scoresep, staf).83 E(fpad)-.25 E F1(Name)69.336
22373252 Q F0(.............. stemlen)1.95 E F1(Description)69.336 264 Q F0
22374(..... Speci\214es ho)A 2.5(wl)-.25 G
22375(ong stems should be, in stepsizes.)-2.5 E
22376(This is for normal-sized chords; grace or cue size)5 E
22377(chords will gets stems that are 5/7 of this length.)138.476 276 Q
22378(This length can be o)5 E -.15(ve)-.15 G(rridden on speci\214c chords)
22379.15 E(using the len attrib)138.476 288 Q(ute in back)-.2 E
22380(ets before the chord.)-.1 E F1 -.92(Va)69.336 300 S(lue).92 E F0
22381(............... 0.0 to 100.0).36 E F1(Default)69.336 312 Q F0
22382(............ 7.0).28 E F1(Context)69.336 324 Q F0
22383(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1(Example)69.336
22384336 Q F0(......... stemlen = 0)1.66 E(// to mak)15.19 E 2.5(ea)-.1 G
22385(ll notes stemless)-2.5 E F1(Name)69.336 384 Q F0
22386(.............. stemshorten)1.95 E F1(Description)69.336 396 Q F0
22387(..... On beamed chords, Mup will sometimes shorten stems slightly)A 5
22388(.T)-.65 G(his parameter lets you control the)-5 E
22389(maximum amount of shortening that will e)138.476 408 Q -.15(ve)-.25 G
223902.5(rb).15 G 2.5(ed)-2.5 G(one. It is speci\214ed in stepsizes.)-2.5 E
22391F1 -.92(Va)69.336 420 S(lue).92 E F0(............... 0.0 to 2.0).36 E F1
22392(Default)69.336 432 Q F0(............ 1.0).28 E F1(Context)69.336 444 Q
22393F0(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1(Example)
2239469.336 456 Q F0(......... stemshorten = 0)1.66 E(// ne)12.5 E -.15(ve)
22395-.25 G 2.5(rs).15 G(horten an)-2.5 E 2.5(ys)-.15 G(tems)-2.5 E EP
22396%%Page: 124 130
22397%%BeginPageSetup
22398BP
22399%%EndPageSetup
22400/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(24 -)-2.5 E/F1 10
22401/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. swingunit)1.95 E F1
22402(Description)69.336 108 Q F0(..... This parameter only af)A
22403(fects MIDI output.)-.25 E
22404(Some styles of music are often written in "swing time,")5 E
22405(meaning the players are e)138.476 120 Q(xpected to play pairs of notes\
22406 with the \214rst twice as long as the second,)-.15 E -2.15 -.25(ev e)
22407138.476 132 T 2.5(nt).25 G(hough the)-2.5 E 2.5(ya)-.15 G
22408(re written as if the)-2.5 E 2.5(yw)-.15 G
22409(ere the same duration, or as if the \214rst w)-2.5 E(as three times as)
22410-.1 E(long as the second.)138.476 144 Q(The most common e)5 E(xample w)
22411-.15 E(ould be where the written notation sho)-.1 E(ws tw)-.25 E(o)-.1 E
22412(eighth notes lik)138.476 156 Q 2.5(e8)-.1 G(;; or a dotted rh)-2.5 E
22413(ythm lik)-.05 E 2.5(e8)-.1 G(.;16; b)-2.5 E(ut the musician "kno)-.2 E
22414(ws" that the composer real-)-.25 E(ly intended it to be played as if i\
22415t were a triplet {4;8;}3; This parameter adjusts the Mup MIDI out-)
22416138.476 168 Q(put to follo)138.476 180 Q 2.5(wt)-.25 G
22417(his performance con)-2.5 E -.15(ve)-.4 G 2.5(ntion. If).15 F
22418(this parameter is set, each measure is di)2.5 E(vided into)-.25 E(se)
22419138.476 192 Q(gments of durations of "swingunit," starting at the be)
22420-.15 E(ginning. \(Usually the time signature di)-.15 E(vided)-.25 E
22421(by swingunit will be an inte)138.476 204 Q(ger)-.15 E 2.5(,b)-.4 G
22422(ut if not, the last piece will be shorter)-2.7 E 2.5(.\) Then)-.55 F
22423(within each se)2.5 E(g-)-.15 E
22424(ment, the time where one group ends and the ne)138.476 216 Q
22425(xt group starts will be altered in either of these tw)-.15 E(o)-.1 E
22426(circumstances: \(1\) The current boundary time is halfw)138.476 228 Q
22427(ay into a swingunit, and each group is at)-.1 E(least half a swingunit\
22428 long, or \(2\) The current boundary time is 3/4 of the w)138.476 240 Q
22429(ay into a swingunit, and)-.1 E(the \214rst group is at least 3/4 of a \
22430swingunit long, and the second group is at least 1/4 of a swingunit)
22431138.476 252 Q 2.5(long. In)138.476 264 R(both of these cases, the durat\
22432ions are altered so that the meeting point is 2/3 of the w)2.5 E(ay in-)
22433-.1 E(to the swingunit.)138.476 276 Q F1 -.92(Va)69.336 288 S(lue).92 E
22434F0(............... A time v).36 E(alue, lik)-.25 E 2.5(e2)-.1 G 2.5(,4)
22435-2.5 G 2.5(,o)-2.5 G 2.5(r8)-2.5 G 2.5(,o)-2.5 G 2.5(rn)-2.5 G
22436(ot set to an)-2.5 E 2.5(ything. It)-.15 F(can be a dotted v)2.5 E
22437(alue lik)-.25 E 2.5(e2)-.1 G 2.5(.o)-2.5 G 2.5(r1)-2.5 G(6.. although)
22438-2.5 E(dotted v)138.476 300 Q(alues are rarely lik)-.25 E
22439(ely to be useful.)-.1 E(It can e)5 E -.15(ve)-.25 G 2.5(nb).15 G 2.5
22440(eat)-2.5 G(ime e)-2.5 E(xpression lik)-.15 E 2.5(e2)-.1 G
22441(.-32 although that)-2.5 E(is e)138.476 312 Q -.15(ve)-.25 G 2.5(nl).15
22442G(ess lik)-2.5 E(ely to be useful.)-.1 E F1(Default)69.336 324 Q F0
22443(............ not set).28 E F1(Context)69.336 336 Q F0
22444(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1(Example)69.336
22445348 Q F0(......... swingunit = 4)1.66 E(swingunit =)138.476 360 Q
22446(// turn of)12.5 E 2.5(fs)-.25 G(wing)-2.5 E F1(See also)69.336 372 Q F0
22447(........... timeunit).83 E F1(Name)69.336 420 Q F0
22448(.............. sylposition)1.95 E F1(Description)69.336 432 Q F0
22449(..... A | can be used in lyrics at the be)A
22450(ginning of a syllable \(after an)-.15 E(ything in angle brack)-.15 E
22451(ets\) to indicate)-.1 E(syllable alignment.)138.476 444 Q(This will o)5
22452E -.15(ve)-.15 G(rride the lyricsalign parameter).15 E 2.5(,a)-.4 G
22453(nd may be useful for aligning)-2.5 E -.15(ve)138.476 456 S
22454(rse numbers or to mak).15 E 2.5(es)-.1 G(yllables at the be)-2.5 E
22455(ginning of poetic lines line up.)-.15 E(If the | is not preceded)5 E
22456(by a number)138.476 468 Q 2.5(,t)-.4 G
22457(he sylposition parameter speci\214es the def)-2.5 E(ault alignment v)
22458-.1 E(alue to use. It is the number)-.25 E(of points \(1 point is 1/72 \
22459of an inch\) from the horizontal "middle" of the chord to place the lef\
22460t)138.476 480 Q(edge of the syllable. Ne)138.476 492 Q -.05(ga)-.15 G
22461(ti).05 E .3 -.15(ve v)-.25 H
22462(alues are to the left of the middle, positi)-.1 E .3 -.15(ve t)-.25 H
224632.5(ot).15 G(he right, so this v)-2.5 E(alue)-.25 E(is usually ne)
22464138.476 504 Q -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G(.).15 E F1 -.92(Va)
2246569.336 516 S(lue).92 E F0(............... -100 to 100).36 E F1(Default)
2246669.336 528 Q F0(............ -5).28 E F1(Context)69.336 540 Q F0
22467(........... score, staf).56 E(f)-.25 E F1(Example)69.336 552 Q F0
22468(......... sylposition = -4)1.66 E F1(See also)69.336 564 Q F0
22469(........... lyricsalign).83 E F1(Name)69.336 612 Q F0
22470(.............. tabwhitebox)1.95 E F1(Description)69.336 624 Q F0(.....\
22471 says whether or not to put a small white box behind each fret number o\
22472n tablature staf)A 2.5(fs. This)-.25 F(may)2.5 E(mak)138.476 636 Q 2.5
22473(et)-.1 G(he music a little easier to read, since the staf)-2.5 E 2.5
22474(fl)-.25 G(ines w)-2.5 E(on')-.1 E 2.5(tb)-.18 G 2.5(eg)-2.5 G
22475(oing through the middle of the)-2.5 E(fret numbers.)138.476 648 Q F1
22476-.92(Va)69.336 660 S(lue).92 E F0(...............).36 E F1(y)2.5 E F0
22477(or)2.5 E F1(n)2.5 E(Default)69.336 672 Q F0(............ n).28 E F1
22478(Context)69.336 684 Q F0(........... score, staf).56 E(f, v)-.25 E(oice)
22479-.2 E F1(Examples)69.336 696 Q F0(........ tabwhitebox = y).27 E F1
22480(See also)69.336 708 Q F0(........... staf).83 E(\215ines)-.25 E EP
22481%%Page: 125 131
22482%%BeginPageSetup
22483BP
22484%%EndPageSetup
22485/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(25 -)-2.5 E/F1 10
22486/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. time)1.95 E F1
22487(Description)69.336 108 Q F0
22488(..... sets the time signature. Music data for each measure is check)A
22489(ed to ensure that the total time in the)-.1 E(measure for each v)
22490138.476 120 Q(oice and v)-.2 E(erse adds up to e)-.15 E
22491(xactly the time signature. Setting the time parameter)-.15 E(will also\
22492 reinitialize the timeunit parameter and the beamstyle parameter to the\
22493ir most recent v)138.476 132 Q(alues)-.25 E
22494(for the same time signature \(which w)138.476 144 Q(ould be their def)
22495-.1 E(ault v)-.1 E(alues if the)-.25 E 2.5(yh)-.15 G(ad ne)-2.5 E -.15
22496(ve)-.25 G 2.5(rb).15 G(een e)-2.5 E(xplicitly)-.15 E
22497(set for this time signature\).)138.476 156 Q F1 -.92(Va)69.336 168 S
22498(lue).92 E F0(............... either a ratio of the form).36 E/F2 10
22499/Times-Italic@0 SF(N/D)2.5 E F0(or the w)2.5 E
22500(ord "cut" or "common." If the ratio form is used,)-.1 E F2(N)2.5 E F0
22501(must be)2.5 E(between 1 and 99 inclusi)138.476 180 Q -.15(ve)-.25 G 2.5
22502(,a).15 G(nd)-2.5 E F2(D)2.5 E F0(must be 1, 2, 4, 8, 16, 32, or 64.)2.5
22503E(The numerator of the time sig-)5 E(nature can be the sum of se)138.476
22504192 Q -.15(ve)-.25 G(ral numbers, as in 3+4/4 or 2+3+2/2. Y).15 E
22505(ou can also ha)-1.1 E .3 -.15(ve s)-.2 H -2.15 -.25(ev e).15 H
22506(ral frac-).25 E(tions added together)138.476 204 Q 2.5(,a)-.4 G 2.5(si)
22507-2.5 G 2.5(n3)-2.5 G(/4 + 4/4. It is also possible to pro)-2.5 E
22508(vide "alternating" time signatures,)-.15 E(where you list tw)138.476
22509216 Q 2.5(o\()-.1 G(or more, although tw)-2.5 E 2.5(oi)-.1 G 2.5(st)-2.5
22510G(ypical\) time signatures separated by white space.)-2.5 E
22511(Each measure then uses the ne)138.476 228 Q
22512(xt time signature in the list. F)-.15 E(or e)-.15 E
22513(xample, for 3/4 4/4, the \214rst mea-)-.15 E(sure w)138.476 240 Q(ould\
22514 be in 3/4 time, the second measure in 4/4, the third back in 3/4, the \
22515fourth in 4/4, and so)-.1 E 2.5(forth. It)138.476 252 R
22516(is possible to combine all the v)2.5 E(arious comple)-.25 E
22517(xities, with things lik)-.15 E 2.5(e3)-.1 G(+4/8 + 2+3/4 4+3/4)-2.5 E
22518(although that w)138.476 264 Q(ould be v)-.1 E(ery uncommon.)-.15 E
22519(The time signature can optionally be follo)5 E(wed by the let-)-.25 E
22520(ter n to specify that the time signature is not to be printed.)138.476
22521276 Q(Or it can be follo)5 E(wed by the letter y)-.25 E(,)-.65 E
22522(which causes alternating time signatures to be treated dif)138.476 288
22523Q(ferently)-.25 E 5(.B)-.65 G 2.5(yd)-5 G(ef)-2.5 E
22524(ault, the alternating signa-)-.1 E(ture are printed just once, as a li\
22525st, and the performer has to remember that each subsequent mea-)138.476
22526300 Q(sure has a dif)138.476 312 Q(ferent time signature.)-.25 E
22527(Using y forces Mup to print the appropriate time signature on)5 E
22528(each measure.)138.476 324 Q F1(Default)69.336 336 Q F0
22529(............ 4/4).28 E F1(Context)69.336 348 Q F0(........... score).56
22530E F1(Examples)69.336 360 Q F0(........ time = 6/8).27 E(time = cut)
22531138.476 372 Q(time = 13/16n)138.476 384 Q(time = 2+3+4 / 8)138.476 396 Q
22532(// additi)10 E .3 -.15(ve n)-.25 H(umerator).15 E(time = 3/4 + 4/4)
22533138.476 408 Q(// fractions added together)10 E(time = 4/4 3/4)138.476
22534420 Q(// alternating)15 E(time = 3/4 6/8 y)138.476 432 Q
22535(// alternating, printing time sig on e)10 E -.15(ve)-.25 G(ry measure)
22536.15 E F1(See also)69.336 444 Q F0(........... timeunit).83 E F1(Name)
2253769.336 492 Q F0(.............. timeunit)1.95 E F1(Description)69.336 504
22538Q F0(..... sets the def)A
22539(ault time unit. If the \214rst note of a measure has no time v)-.1 E
22540(alue speci\214ed, the v)-.25 E(alue of the)-.25 E
22541(timeunit parameter will be used.)138.476 516 Q
22542(If the time signature is changed, the timeunit parameter re)5 E -.15
22543(ve)-.25 G(rts).15 E(back to its pre)138.476 528 Q(vious v)-.25 E
22544(alue for that time signature, which def)-.25 E(aults to the v)-.1 E
22545(alue of the denominator)-.25 E(\(bottom number\) of the ne)138.476 540
22546Q 2.5(wt)-.25 G(ime signature.)-2.5 E F1 -.92(Va)69.336 552 S(lue).92 E
22547F0(............... 1/4, 1/2, 1, 2, 4, 8, 16, 32, 64, 128, or 256 repres\
22548enting quadruple whole, double whole, whole, half,).36 E(quarter)138.476
22549564 Q 2.5(,e)-.4 G
22550(ighth, sixteenth, thirty-second, sixty-fourth, 128th, or 256th, follo)
22551-2.5 E(wed by zero or more)-.25 E(dots. Each dot adds 50% of the pre)
22552138.476 576 Q(vious note or dot to the time.)-.25 E
22553(It can also be a time e)5 E(xpression,)-.15 E(lik)138.476 588 Q 2.5(e2)
22554-.1 G(+8 or 1-4+16.)-2.5 E(The time v)5 E
22555(alue must be less than or equal to the time signature.)-.25 E
22556(The timeunit)5 E -.25(va)138.476 600 S
22557(lue can be reinitialized indirectly by setting the time parameter).25 E
225585(.S)-.55 G(etting the time parameter will)-5 E
22559(set the timeunit to the v)138.476 612 Q
22560(alue used most recently for that time signature.)-.25 E F1(Default)
2256169.336 624 Q F0
22562(............ The denominator \(bottom number\) of the time signature)
22563.28 E F1(Context)69.336 636 Q F0(........... score, staf).56 E(f, v)-.25
22564E(oice)-.2 E F1(Examples)69.336 648 Q F0(........ timeunit = 2).27 E
22565(timeunit = 4.)138.476 660 Q(timeunit = 2 + 8)138.476 672 Q F1(See also)
2256669.336 684 Q F0(........... swingunit, time).83 E EP
22567%%Page: 126 132
22568%%BeginPageSetup
22569BP
22570%%EndPageSetup
22571/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(26 -)-2.5 E/F1 10
22572/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. topmar)1.95 E(gin)
22573-.18 E F1(Description)69.336 108 Q F0
22574(..... sets the amount of white space mar)A
22575(gin to put at the top of each page.)-.18 E
22576(It is speci\214ed in inches if the)5 E(units parameter is set to inche\
22577s, or in centimeters if the units parameter is set to cm.)138.476 120 Q
22578(This parameter)5 E(can only be speci\214ed before an)138.476 132 Q 2.5
22579(ym)-.15 G(usic or block input.)-2.5 E(Mar)5 E(gins are unaf)-.18 E
22580(fected by the "scale" pa-)-.25 E(rameter)138.476 144 Q(.)-.55 E F1 -.92
22581(Va)69.336 156 S(lue).92 E F0
22582(............... 0.0 to pageheight minus 0.5 inches).36 E F1(Default)
2258369.336 168 Q F0(............ 0.5 inches).28 E F1(Context)69.336 180 Q F0
22584(........... score).56 E F1(Example)69.336 192 Q F0(......... topmar)
225851.66 E(gin = 0.8)-.18 E F1(See also)69.336 204 Q F0
22586(........... bottommar).83 E(gin, leftmar)-.18 E(gin, rightmar)-.18 E
22587(gin, pageheight, units)-.18 E F1(Name)69.336 252 Q F0
22588(.............. transpose)1.95 E F1(Description)69.336 264 Q F0
22589(..... specify by what interv)A(al to transpose the music data.)-.25 E
22590(The interv)5 E(al can be lar)-.25 E(ger than an octa)-.18 E -.15(ve)-.2
22591G 2.5(,b).15 G(ut)-2.7 E(must be a v)138.476 276 Q(alid interv)-.25 E(a\
22592l \(e.g., there is no such thing as a perfect 6th\). It is an error to \
22593specify a trans-)-.25 E(position v)138.476 288 Q(alue which w)-.25 E
22594(ould result in a k)-.1 E .3 -.15(ey s)-.1 H
22595(ignature with more than 7 \215ats or sharps.).15 E(It is also an)5 E
22596(error if transposition w)138.476 300 Q
22597(ould result in a note requiring a triple sharp or triple \215at.)-.1 E
22598F1 -.92(Va)69.336 312 S(lue).92 E F0(............... the w).36 E
22599(ord "up" or "do)-.1 E(wn," follo)-.25 E(wed by an interv)-.25 E
22600(al and a whole number greater than 0.)-.25 E(The interv)5 E(al is)-.25
22601E(one of major)138.476 324 Q 2.5(,m)-.4 G(inor)-2.5 E 2.5(,a)-.4 G
22602(ugmented, diminished, or perfect.)-2.5 E(The interv)5 E
22603(als can be abbre)-.25 E(viated to their)-.25 E
22604(\214rst 3 letters \(maj, min, aug, dim, or per\).)138.476 336 Q
22605(The section on transposition lists transposition interv)5 E(als)-.25 E
22606(and gi)138.476 348 Q -.15(ve)-.25 G 2.5(sf).15 G(urther details.)-2.5 E
22607(Depending on which k)5 E .3 -.15(ey s)-.1 H
22608(ignature you are transposing from, some trans-).15 E(position interv)
22609138.476 360 Q(als may not w)-.25 E(ork because the)-.1 E 2.5(yr)-.15 G
22610(esult in more than 7 \215ats or sharps.)-2.5 E(There is also an-)5 E
22611(other parameter called addtranspose.)138.476 372 Q -.8(Ty)5 G
22612(pically you w).8 E(ould use the transpose parameter to change)-.1 E
22613(the k)138.476 384 Q .3 -.15(ey o)-.1 H 2.5(fi).15 G(ndi)-2.5 E
22614(vidual staf)-.25 E(fs \(for transposing instruments\), and then use th\
22615e addtranspose parameter)-.25 E(if you w)138.476 396 Q
22616(ant to change the k)-.1 E .3 -.15(ey o)-.1 H 2.5(ft).15 G
22617(he entire score.)-2.5 E
22618(But either of these parameters can be used either)5 E -.1(wa)138.476
22619408 S 3.8 -.65(y. I).1 H 2.5(na).65 G .3 -.15(ny c)-2.5 H
22620(ase, for each staf).15 E(f, and for the score, the v)-.25 E
22621(alues of transpose and addtranspose are)-.25 E
22622("added" to \214nd the transposition for that staf)138.476 420 Q 2.5(fo)
22623-.25 G 2.5(rs)-2.5 G(core.)-2.5 E F1(Default)69.336 432 Q F0
22624(............ up perfect 1 \(i.e., no transposition\)).28 E F1(Context)
2262569.336 444 Q F0(........... score, staf).56 E(f)-.25 E F1(Examples)
2262669.336 456 Q F0(........ transpose = up minor 3).27 E(transpose = do)
22627138.476 468 Q(wn perfect 4)-.25 E F1(See also)69.336 480 Q F0
22628(........... addtranspose, k).83 E -.15(ey)-.1 G F1(Name)69.336 528 Q F0
22629(.............. units)1.95 E F1(Description)69.336 540 Q F0
22630(..... Speci\214es whether mar)A(gin and page size parameters are speci\
22631\214ed in inches or in centimeters.)-.18 E F1 -.92(Va)69.336 552 S(lue)
22632.92 E F0(............... inches or cm).36 E F1(Default)69.336 564 Q F0
22633(............ inches).28 E F1(Context)69.336 576 Q F0(........... score)
22634.56 E F1(Example)69.336 588 Q F0(......... units = cm)1.66 E F1
22635(See also)69.336 600 Q F0(........... topmar).83 E(gin, bottommar)-.18 E
22636(gin leftmar)-.18 E(gin, rightmar)-.18 E(gin, pageheight, page)-.18 E
22637(width)-.25 E EP
22638%%Page: 127 133
22639%%BeginPageSetup
22640BP
22641%%EndPageSetup
22642/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(27 -)-2.5 E/F1 10
22643/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. vcombine)1.95 E F1
22644(Description)69.336 108 Q F0
22645(..... This parameter tells Mup to combine the speci\214ed v)A
22646(oices onto a single stem whene)-.2 E -.15(ve)-.25 G 2.5(rp).15 G
22647(ossible.)-2.5 E(One common use w)138.476 120 Q(ould be if you w)-.1 E
22648(ant multiple v)-.1 E(oices for MIDI purposes, b)-.2 E(ut w)-.2 E
22649(ant them printed)-.1 E(on the same stems.)138.476 132 Q
22650(Another typical use w)5 E
22651(ould be to obtain a printing style common for h)-.1 E(ymns and)-.05 E
22652(certain other styles of music, where the tw)138.476 144 Q 2.5(ov)-.1 G
22653(oices on each staf)-2.7 E 2.5(fa)-.25 G(re printed on one common stem)
22654-2.5 E(whene)138.476 156 Q -.15(ve)-.25 G 2.5(rp).15 G(ossible, b)-2.5 E
22655(ut when a note is shared between tw)-.2 E 2.5(ov)-.1 G(oices, tw)-2.7 E
226562.5(oo)-.1 G(pposing stems are used to)-2.5 E(mak)138.476 168 Q 2.5(ei)
22657-.1 G 2.5(tc)-2.5 G(lear the note is indeed shared.)-2.5 E(The v)5 E
22658(alue of this parameter is a list of v)-.25 E(oices plus an op-)-.2 E
22659(tional quali\214er)138.476 180 Q 5(.T)-.55 G(he list format is lik)-5 E
226602.5(ee)-.1 G(lse)-2.5 E(where for v)-.25 E(oices; common e)-.2 E
22661(xamples w)-.15 E(ould be)-.1 E/F2 10/Courier@0 SF(1,2)2.5 E F0(or)2.5 E
22662F2(1-3)138.476 192 Q F0(or)2.5 E F2(2-3)2.5 E F0 5(.O)C(rder of v)-5 E
22663(oices is signi\214cant: sometimes Mup may ha)-.2 E .3 -.15(ve t)-.2 H
226642.5(oc).15 G(hoose between tw)-2.5 E 2.5(op)-.1 G(os-)-2.5 E
22665(sible combinations, so v)138.476 204 Q
22666(oices listed \214rst get priority)-.2 E 5(.T)-.65 G(he list of v)-5 E
22667(oices can be follo)-.2 E(wed by a quali-)-.25 E
22668(\214er to specify what happens when v)138.476 216 Q(oices o)-.2 E -.15
22669(ve)-.15 G(rlap. If the quali\214er is "noo).15 E -.15(ve)-.15 G
22670(rlap," v).15 E(oices will only be)-.2 E
22671(combined if the bottom note of the higher v)138.476 228 Q
22672(oice is higher than the top note of the lo)-.2 E(wer v)-.25 E(oice.)-.2
22673E(\(That is the typical v)138.476 240 Q(alue for getting the h)-.25 E
22674(ymn style described abo)-.05 E -.15(ve)-.15 G 2.5(.\) If).15 F
22675(the quali\214er is "shareone")2.5 E(the bottom note of the top v)
22676138.476 252 Q(oice must be no lo)-.2 E(wer than than top note of the lo)
22677-.25 E(wer v)-.25 E(oice for combin-)-.2 E(ing to occur)138.476 264 Q 5
22678(.I)-.55 G 2.5(ft)-5 G(he quali\214er is "o)-2.5 E -.15(ve)-.15 G
22679(rlap," combining will occur without re).15 E -.05(ga)-.15 G(rd for ho)
22680.05 E 2.5(wt)-.25 G(he v)-2.5 E(oices)-.2 E -.15(ove)138.476 276 S
22681(rlap. F).15 E(or the purpose of the quali\214er)-.15 E 2.5(,v)-.4 G
22682(oice 1 is assumed to be the highest v)-2.7 E(oice, v)-.2 E(oice 3 the)
22683-.2 E(middle v)138.476 288 Q(oice, and v)-.2 E(oice 2 the lo)-.2 E 2.5
22684(west. If)-.25 F(no quali\214er is speci\214ed, the def)2.5 E
22685(ault is noo)-.1 E -.15(ve)-.15 G(rlap. While the).15 E
22686(vcombine parameter is allo)138.476 300 Q(wed to be used with an)-.25 E
226872.5(yv)-.15 G(scheme parameter v)-2.5 E(alue, using it with)-.25 E
22688(vscheme=1 is pointless, and only vscheme v)138.476 312 Q
22689(alues of 2f and 3f are really appropriate.)-.25 E(This parame-)5 E
22690(ters can be used with both v)138.476 324 Q
22691(oice-at-a-time and chord-at-a-time input styles. It has no ef)-.2 E
22692(fect on tab-)-.25 E(lature or 1-line staf)138.476 336 Q 2.5(fs. Note)
22693-.25 F(that there are v)2.5 E
22694(arious cases where combining will not be done, such as)-.25 E
22695(when time v)138.476 348 Q(alues or beamings are dif)-.25 E
22696(ferent in dif)-.25 E(ferent v)-.25 E
22697(oices, and cases where combining w)-.2 E(ould)-.1 E
22698(cause information loss, such as when a shared note is tied in one v)
22699138.476 360 Q(oice b)-.2 E(ut not another)-.2 E 2.5(.I)-.55 G 2.5(ns)
22700-2.5 G(uch cas-)-2.5 E(es, the usual non-combined format will be used.)
22701138.476 372 Q F1 -.92(Va)69.336 384 S(lue).92 E F0
22702(............... comma-separated list of v).36 E(oices or v)-.2 E
22703(oice ranges, or nothing, optionally follo)-.2 E(wed by noo)-.25 E -.15
22704(ve)-.15 G(rlap, share-).15 E(one, or o)138.476 396 Q -.15(ve)-.15 G
22705(rlap.).15 E F1(Default)69.336 408 Q F0(............ not set).28 E F1
22706(Context)69.336 420 Q F0(........... score, staf).56 E(f)-.25 E F1
22707(Example)69.336 432 Q F0(......... vcombine=3,1-2 shareone)1.66 E 5
22708(vcombine= //)138.476 444 R(turn of)2.5 E 2.5(fc)-.25 G(ombining)-2.5 E
22709F1(See also)69.336 456 Q F0(........... vscheme).83 E F1(Name)69.336 504
22710Q F0(.............. visible)1.95 E F1(Description)69.336 516 Q F0
22711(..... speci\214es whether a staf)A 2.5(fo)-.25 G 2.5(rv)-2.5 G
22712(oice is actually to be printed.)-2.7 E
22713(This can be useful for printing a subset of)5 E 2.5(af)138.476 528 S
22714(ull score. The v)-2.5 E(alue is either y or n, for yes or no, or where\
22715used. When whereused is speci\214ed, if)-.25 E 2.5(as)138.476 540 S(taf)
22716-2.5 E 2.5(fh)-.25 G(as no notes or lyrics or other associated things o\
22717n an entire score, that staf)-2.5 E 2.5(fi)-.25 G 2.5(sn)-2.5 G
22718(ot printed.)-2.5 E(This might be used, for e)138.476 552 Q
22719(xample, to sa)-.15 E .3 -.15(ve p)-.2 H
22720(aper on an orchestral score by only printing staf).15 E(fs for in-)-.25
22721E(struments when the)138.476 564 Q 2.5(ya)-.15 G(re actually playing.)
22722-2.5 E(At least one staf)5 E 2.5(fm)-.25 G(ust be visible at all times.)
22723-2.5 E(When an)5 E(indi)138.476 576 Q(vidual v)-.25 E(oice is made in)
22724-.2 E(visible, b)-.4 E(ut the other v)-.2 E(oice\(s\) on that staf)-.2 E
227252.5(fr)-.25 G(emain visible, all the tempo,)-2.5 E
22726(dynamics, and similar marks associated with the staf)138.476 588 Q 2.5
22727(fw)-.25 G(ill still be printed, since Mup cannot kno)-2.5 E(w)-.25 E
22728(for sure whether you meant them to be associated with a particular v)
22729138.476 600 Q(oice or with the staf)-.2 E 2.5(fa)-.25 G 2.5(sa)-2.5 G
227302.5(whole. When)138.476 612 R
22731(MIDI output is generated, this parameter controls whether the staf)2.5
22732E 2.5(fo)-.25 G 2.5(rv)-2.5 G(oice is audi-)-2.7 E
22733(ble, so you can control which v)138.476 624 Q(oices are played.)-.2 E
22734(The -s command line ar)5 E(gument can also be used)-.18 E
22735(to control which staf)138.476 636 Q(fs are printed or played.)-.25 E F1
22736-.92(Va)69.336 648 S(lue).92 E F0(............... y).36 E 2.5(,n)-.65 G
227372.5(,o)-2.5 G 2.5(rw)-2.5 G(hereused)-2.5 E F1(Default)69.336 660 Q F0
22738(............ y).28 E F1(Context)69.336 672 Q F0
22739(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1(Example)69.336
22740684 Q F0(......... visible = n)1.66 E F1(See also)69.336 696 Q F0
22741(........... brace, brack).83 E(et, endingstyle, staf)-.1 E(fs)-.25 E EP
22742%%Page: 128 134
22743%%BeginPageSetup
22744BP
22745%%EndPageSetup
22746/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(28 -)-2.5 E/F1 10
22747/Times-Bold@0 SF(Name)69.336 96 Q F0(.............. vscheme)1.95 E F1
22748(Description)69.336 108 Q F0(..... sets v)A(oice scheme. A v)-.2 E
22749(alue of 1 means there is only a single v)-.25 E(oice on a staf)-.2 E
22750(f. The direction of note)-.25 E(stems will be determined based on ho)
22751138.476 120 Q 2.5(wh)-.25 G(igh or lo)-2.5 E 2.5(wt)-.25 G
22752(he notes are on the staf)-2.5 E(f. A v)-.25 E(alue of 2o means)-.25 E
22753(there are tw)138.476 132 Q 2.5(ov)-.1 G
22754(oices with "opposing" stems. In other w)-2.7 E(ords, the stems of v)-.1
22755E(oice 1 will al)-.2 E -.1(wa)-.1 G(ys point).1 E(upw)138.476 144 Q
22756(ard, and the stems of v)-.1 E(oice 2 will al)-.2 E -.1(wa)-.1 G
22757(ys point do).1 E(wnw)-.25 E(ard, unless the)-.1 E 2.5(ya)-.15 G(re e)
22758-2.5 E(xplicitly forced the)-.15 E(other w)138.476 156 Q(ay)-.1 E 2.5
22759(.Av)-.65 G(alue of 2f means there are tw)-2.75 E 2.5(ov)-.1 G
22760(oices with "free" or "\215oating" stems.)-2.7 E(That means in)5 E
22761(places where there are notes or rests in both v)138.476 168 Q
22762(oices, stem directions will be as if 2o were set. Ho)-.2 E(w-)-.25 E
22763-2.15 -.25(ev e)138.476 180 T .8 -.4(r, i).25 H 2.5(fo).4 G(ne of the v)
22764-2.5 E(oices has "space" where there are no notes or rests, the stem di\
22765rections of the)-.2 E(other v)138.476 192 Q
22766(oice will be determined as if there were only a single v)-.2 E 2.5
22767(oice. 2o)-.2 F(is useful if you w)2.5 E(ant to force)-.1 E
22768(stem directions a certain w)138.476 204 Q(ay)-.1 E 2.5(.2)-.65 G 2.5
22769(fi)-2.5 G 2.5(sg)-2.5 G(enerally preferable when there are tw)-2.5 E
227702.5(ov)-.1 G(oices only part of the)-2.7 E 2.5(time. The)138.476 216 R
22771-.25(va)2.5 G(lues 3o and 3f are lik).25 E 2.5(e2)-.1 G 2.5(oa)-2.5 G
22772(nd 2f e)-2.5 E(xcept that a third v)-.15 E(oice is allo)-.2 E
22773(wed. The third v)-.25 E(oice')-.2 E(s)-.55 E(stem def)138.476 228 Q
22774(aults to up, b)-.1 E(ut the direction can be changed at an)-.2 E 2.5
22775(yc)-.15 G(hord. The stem direction remains in)-2.5 E(ef)138.476 240 Q
22776(fect on subsequent chords of v)-.25 E(oice 3 until e)-.2 E
22777(xplicitly changed.)-.15 E(While there can be v)5 E(oice cross-)-.2 E
22778(ings, in general v)138.476 252 Q(oice 1 should be the "top" v)-.2 E
22779(oice, v)-.2 E(oice 2 the "bottom" v)-.2 E(oice, and v)-.2 E
22780(oice 3 the "mid-)-.2 E(dle" or "e)138.476 264 Q(xtra" v)-.15 E 2.5
22781(oice. Mup)-.2 F(does not use v)2.5 E
22782(oice 3 when associating things lik)-.2 E 2.5(ep)-.1 G(hrase marks and)
22783-2.5 E(lyrics with chords.)138.476 276 Q(Setting vscheme to a dif)5 E
22784(ferent number of v)-.25 E(oices will reinitialize all v)-.2 E(oice le)
22785-.2 E -.15(ve)-.25 G(l).15 E(parameters for the af)138.476 288 Q
22786(fected staf)-.25 E(fs.)-.25 E F1 -.92(Va)69.336 300 S(lue).92 E F0
22787(............... 1, 2o, 2f, 3o, or 3f).36 E F1(Default)69.336 312 Q F0
22788(............ 1).28 E F1(Context)69.336 324 Q F0
22789(........... score, staf).56 E(f)-.25 E F1(Example)69.336 336 Q F0
22790(......... vscheme = 2f)1.66 E F1(See also)69.336 348 Q F0
22791(........... vcombine).83 E F1(Name)69.336 396 Q F0(.............. w)
227921.95 E(arn)-.1 E F1(Description)69.336 408 Q F0
22793(..... speci\214es whether to print w)A(arning messages or not.)-.1 E
22794(Normally)5 E 2.5(,M)-.65 G(up will print w)-2.5 E(arnings when it en-)
22795-.1 E(counters input that it considers some)138.476 420 Q
22796(what dubious. Sometimes, ho)-.25 E(we)-.25 E -.15(ve)-.25 G .8 -.4
22797(r, t).15 H(hat input will really be).4 E(what you w)138.476 432 Q
22798(ant, so this parameter allo)-.1 E(ws you to turn of)-.25 E 2.5(fw)-.25
22799G(arning messages.)-2.6 E F1 -.92(Va)69.336 444 S(lue).92 E F0
22800(............... y or n).36 E F1(Default)69.336 456 Q F0(............ y)
22801.28 E F1(Context)69.336 468 Q F0(........... score).56 E F1(Example)
2280269.336 480 Q F0(......... w)1.66 E(arn = n)-.1 E EP
22803%%Page: 129 135
22804%%BeginPageSetup
22805BP
22806%%EndPageSetup
22807/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(29 -)-2.5 E 69.336 103
22808EBEGIN
228090 0.1 0.5 setrgbcolor
22810EEND/F0 15/Times-Bold@0 SF 3.75(13. HINTS)73.086 103 R 69.336 121 EBEGIN
228110 0 0 setrgbcolor
22812EEND/F0 10/Times-Roman@0 SF 1.549(This section contains hints on ho)
2281373.385 121 R 4.049(wy)-.25 G 1.549(ou can use Mup to accomplish v)-4.049
22814F 1.549(arious things that ha)-.25 F 1.848 -.15(ve n)-.2 H 1.548
22815(ot been).15 F(co)69.336 133 Q -.15(ve)-.15 G 1.358
22816(red up to this point.).15 F 1.358(It doesn')6.358 F 3.858(ti)-.18 G
228171.358(ntroduce an)-3.858 F 3.858(yn)-.15 G 1.858 -.25(ew l)-3.858 H
228181.358(anguage features, b).25 F 1.358(ut describes some additional)-.2 F
22819-.1(wa)69.336 145 S(ys to apply what you ha).1 E .3 -.15(ve a)-.2 H
22820(lready learned, and mentions some other tools you may \214nd useful.)
22821.15 E 69.336 163 EBEGIN
228220 0.1 0.5 setrgbcolor
22823EEND/F0 14/Times-Bold@0 SF 3.5(13.1 Deb)72.836 163 R(ugging)-.28 E
2282469.336 181 EBEGIN
228250 0 0 setrgbcolor
22826EEND/F0 10/Times-Roman@0 SF 1.823(Since Mup requires its input in a f)
2282773.659 181 R 1.823
22828(airly strict format, when a song is put in, it may contain "typos.")-.1
22829F(Generally)69.336 193 Q 2.81(,t)-.65 G .31
22830(he error messages that Mup prints will gi)-2.81 F .611 -.15(ve y)-.25 H
22831.311(ou an idea of what is wrong. Ho).15 F(we)-.25 E -.15(ve)-.25 G
228321.111 -.4(r, s).15 H(ometimes).4 E .878(Mup is not able to recognize th\
22833at something is wrong until some distance be)69.336 205 R .878
22834(yond the actual error)-.15 F 3.378(.I)-.55 G 3.378(fy)-3.378 G(ou)
22835-3.378 E(can')69.336 217 Q 4.263<748c>-.18 G 1.763(nd an)-4.263 F 1.763
22836(ything wrong with the line that Mup lists as being in error)-.15 F
228374.263(,t)-.4 G 1.763(ry looking at the end of the)-4.263 F(pre)69.336
22838229 Q 2.087(vious line, or e)-.25 F -.15(ve)-.25 G 4.587(ne).15 G 2.087
22839(arlier lines. Some of the most common problems are missing semicolons \
22840and)-4.587 F .936(missing quotes. Missing quote marks tend to be especi\
22841ally confusing to Mup, and may cause man)69.336 241 R 3.436(ye)-.15 G
22842(rror)-3.436 E .679(messages, e)69.336 253 R -.15(ve)-.25 G 3.179(nt).15
22843G .679(hough there is only one problem.)-3.179 F .679
22844(Another common problem that may cause a v)5.679 F .678(ery lar)-.15 F
22845(ge)-.18 E(number of error messages is for)69.336 265 Q
22846(getting to state "music" to enter music conte)-.18 E(xt.)-.15 E 1.492
22847(Often listening to MIDI output is much more ef)69.336 283 R(fecti)-.25
22848E 1.793 -.15(ve a)-.25 H 3.993(ts).15 G 1.493(potting things lik)-3.993
22849F 3.993(ew)-.1 G 1.493(rong notes and missing)-3.993 F
22850(accidentals than trying to \214nd them by e)69.336 295 Q(ye.)-.15 E
2285169.336 313 EBEGIN
228520 0.1 0.5 setrgbcolor
22853EEND/F0 14/Times-Bold@0 SF 3.5(13.2 Adjusting)72.836 313 R(Output)3.5 E
2285469.336 331 EBEGIN
228550 0 0 setrgbcolor
22856EEND/F0 10/Times-Roman@0 SF .42
22857(Mup does its best to lay out the music in an aesthetically pleasing w)
2285872.256 331 R(ay)-.1 E 5.419(.O)-.65 G .419(ften, ho)-5.419 F(we)-.25 E
22859-.15(ve)-.25 G 1.219 -.4(r, y).15 H .419(ou may w).4 F .419(ant to)-.1 F
22860(mak)69.336 343 Q 2.584(ea)-.1 G .084
22861(djustments. Perhaps the last part of a piece spilled o)-2.584 F -.15
22862(ve)-.15 G 2.584(ro).15 G .084(nto a third page and you')-2.584 F 2.584
22863(dl)-.5 G(ik)-2.584 E 2.584(et)-.1 G 2.584(os)-2.584 G .084(queeze it)
22864-2.584 F 1.64(all on tw)69.336 355 R 4.14(op)-.1 G 1.64
22865(ages, or a page turn f)-4.14 F 1.64(alls at an a)-.1 F(wkw)-.15 E 1.64
22866(ard spot. There are se)-.1 F -.15(ve)-.25 G 1.64(ral mechanisms a).15 F
22867-.25(va)-.2 G 1.64(ilable for).25 F .896(making adjustments. The)69.336
22868367 R 3.396(yh)-.15 G -2.25 -.2(av e)-3.396 H .896
22869(already been discussed indi)3.596 F .896(vidually in v)-.25 F .896
22870(arious sections of this document,)-.25 F -.2(bu)69.336 379 S 2.5(tt).2
22871G(his section tries to pull things together)-2.5 E(.)-.55 E .322
22872(The "ne)69.336 397 R .322(wscore" or "ne)-.25 F .322
22873(wpage" commands can be used to force where breaks occur)-.25 F 5.322
22874(.T)-.55 G .321(his may be useful for)-5.322 F
22875(ensuring a section ends at the end of a score or page.)69.336 409 Q
228761.284(If you w)69.336 427 R 1.285(ant to get a little more or less on e\
22877ach page, it is usually best to start with changing the scale,)-.1 F
22878(staf)69.336 439 Q 3.162(fscale, packf)-.25 F 3.162(act, and/or pack)-.1
22879F -.15(ex)-.1 G 5.662(pp).15 G 5.662(arameters. Y)-5.662 F 3.162
22880(ou may w)-1.1 F 3.162(ant to e)-.1 F 3.161
22881(xperiment with changing these)-.15 F(indi)69.336 451 Q 1.469
22882(vidually \214rst, to get a feel for ho)-.25 F 3.969(wt)-.25 G(he)-3.969
22883E 3.969(yw)-.15 G 1.47
22884(ork, as trying to change all of them at once may lead to)-4.069 F .425
22885(interactions that change things more radically than you might e)69.336
22886463 R 2.925(xpect. Changing)-.15 F(staf)2.925 E .425
22887(fscale in score conte)-.25 F(xt)-.15 E .29
22888(lets you adjust the size of the music without af)69.336 475 R .29
22889(fecting the size of the te)-.25 F .29(xt in headers and footers.)-.15 F
22890(Adjusting)5.29 E .712(the mar)69.336 487 R .712(gins is sometimes help\
22891ful as well. Other parameters which might be useful in some situations \
22892are:)-.18 F(scorepad, scoresep, staf)69.336 499 Q(fpad, and staf)-.25 E
22893(fsep.)-.25 E 1.196
22894(The dist, dyndist, and chorddist parameters are useful if you w)69.336
22895517 R 1.197(ant items to line up v)-.1 F(ertically)-.15 E 3.697(.T)-.65
22896G 1.197(he "dist")-3.697 F .198
22897(option can be used on rom, bold, ital, boldital, octa)69.336 529 R -.15
22898(ve)-.2 G 2.698(,m).15 G .198
22899(ussym, crescendo and decrescendo statements, and)-2.698 F
22900(on rehearsal marks, to force something where you w)69.336 541 Q
22901(ant it.)-.1 E 1.072(The appearance of lyrics can be adjusted using the\
22902 lyricsfont, lyricsfontf)69.336 559 R(amily)-.1 E 3.573(,l)-.65 G 1.073
22903(yricssize, and lyricsalign)-3.573 F(parameters.)69.336 571 Q 69.336 589
22904EBEGIN
229050 0.1 0.5 setrgbcolor
22906EEND/F0 14/Times-Bold@0 SF 3.5(13.3 Special)72.836 589 R(uses of in)3.5
22907E(visbar)-.56 E 69.336 607 EBEGIN
229080 0 0 setrgbcolor
22909EEND/F0 10/Times-Roman@0 SF .01(The "in)71.846 607 R .01(visbar" can be\
22910 used to force Mup into doing something in the middle of a bar that it \
22911normally w)-.4 F(ould)-.1 E(allo)69.336 619 Q 2.762(wt)-.25 G 2.762(oh)
22912-2.762 G .262(appen only at a bar line.)-2.762 F .262(Suppose, for e)
229135.262 F .263(xample, you wish to place a rehearsal letter in the middle)
22914-.15 F(of a measure. This could be accomplished as follo)69.336 631 Q
22915(ws:)-.25 E EP
22916%%Page: 130 136
22917%%BeginPageSetup
22918BP
22919%%EndPageSetup
22920/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(30 -)-2.5 E/F1 10/Courier@0
22921SF(// assume we are in 4/4 time, but want)105.336 96 Q
22922(// a rehearsal letter by count 3)105.336 108 Q(// of the measure)
22923105.336 120 Q(// do first part of measure and use "space")105.336 144 Q
22924(// for last part so time values will add up)105.336 156 Q
22925(// properly to a full measure)105.336 168 Q(1: 4c;d;2s;)105.336 180 Q
22926(// put in invisible bar with rehearsal letter)105.336 204 Q
22927(invisbar rehearsal let)105.336 216 Q
22928(// now do the last half of the measure,)105.336 240 Q
22929(// this time with space at the beginning)105.336 252 Q(1: 2s;4e;c;)
22930105.336 264 Q(bar)105.336 276 Q 127.836 285.6 EBEGIN
22931gsave 0 0.25 0.75 setrgbcolor 0 69 rlineto 320 0 rlineto 0 69 neg rlineto closepath stroke grestore
22932EEND 160 693 320 320 -69 69 126.836 354.6 PBEGIN
22933%%BeginDocument: mugex87.ps
22934%%BoundingBox: 160 693 480 762
22935save
229361216322504 1216321786 sv
229371.000000 1.000000 scale
22938% S_SSV
22939(/tmp/ugexiM5077) inputfile
229401 linenum
22941% S_FEED
22942324.29 1225.78 468.00 5 1.000000 1.000000 stf
22943% S_CLEFSIG
22944192.08 715.78 1.000000 gclef
22945% S_CHHEAD
22946% S_STAFF
22947% staff 1
22948save
22949226.28 703.78 1.000000 4n
229500.70 setlinewidth
22951220.05 703.78 moveto
22952232.51 703.78 lineto stroke
22953229.96 704.53 moveto
22954229.96 724.78 lineto stroke
22955287.42 706.78 1.000000 4n
22956291.10 707.53 moveto
22957291.10 727.78 lineto stroke
22958restore
22959% S_BAR
2296013 linenum
229610.70 setlinewidth
22962/Times-Bold findfont
2296312 scalefont
22964setfont
22965newpath
22966332.19 742.78 moveto
22967332.19 754.00 lineto
22968345.33 754.00 lineto
22969345.33 742.78 lineto
22970closepath
22971stroke
22972334.19 744.28 moveto
22973(A) show
22974% S_CHHEAD
22975% S_STAFF
22976% staff 1
22977save
22978351.92 709.78 1.000000 4n
22979355.60 710.53 moveto
22980355.60 730.78 lineto stroke
22981413.06 703.78 1.000000 4n
22982406.83 703.78 moveto
22983419.29 703.78 lineto stroke
22984416.74 704.53 moveto
22985416.74 724.78 lineto stroke
22986restore
22987% S_BAR
2298819 linenum
229890.70 setlinewidth
22990467.65 733.78 moveto
22991467.65 709.78 lineto stroke
22992% Printing header/footer
22993showpage
22994restore
22995%%DocumentFonts: /Times-Bold
22996%%Pages: 2
22997%%EndDocument
22998end PEND/F0 10/Times-Roman@0 SF 1.102(As another e)69.336 374.6 R 1.102
22999(xample of in)-.15 F 1.102(visbar use, suppose you w)-.4 F 1.102
23000(ant to add a "courtesy" k)-.1 F 1.401 -.15(ey s)-.1 H 1.101
23001(ignature at the end of a).15 F .82
23002(repeated section to remind the player that the be)69.336 386.6 R .821
23003(ginning of the repeated section is in a dif)-.15 F .821(ferent k)-.25 F
23004-.15(ey)-.1 G 3.321(.T)-.5 G(his)-3.321 E(can be done by adding an empt\
23005y measure whose sole purpose is to produce this k)69.336 398.6 Q .3 -.15
23006(ey s)-.1 H(ignature.).15 E/F1 10/Courier@0 SF(score key=3&)105.336
23007416.6 Q(music)105.336 428.6 Q(1: g;f;e;d;)105.336 440.6 Q(repeatstart)
23008105.336 452.6 Q(1: c;e;f;g;)105.336 464.6 Q(dblbar)105.336 476.6 Q
23009(score key=0&)105.336 488.6 Q(music)105.336 500.6 Q(1: g;f;e;d;)105.336
23010512.6 Q(bar ending "1.")105.336 524.6 Q(1: f;e;2c;)105.336 536.6 Q
23011(// add a courtesy key signature,)105.336 548.6 Q
23012(// to remind player the beginning)105.336 560.6 Q
23013(// of the repeated section is in)105.336 572.6 Q(// a different key)
23014105.336 584.6 Q(invisbar)105.336 596.6 Q(score key=3&)105.336 608.6 Q
23015(music)105.336 620.6 Q(1: ms;)105.336 632.6 Q(repeatend ending "2.")
23016105.336 644.6 Q(1: e;d;2c;)105.336 656.6 Q(endbar)105.336 668.6 Q EP
23017%%Page: 131 137
23018%%BeginPageSetup
23019BP
23020%%EndPageSetup
23021/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(31 -)-2.5 E 111.836 96
23022EBEGIN
23023gsave 0 0.25 0.75 setrgbcolor 0 145 rlineto 352 0 rlineto 0 145 neg rlineto closepath stroke grestore
23024EEND 128 618 352 352 -145 145 110.836 241 PBEGIN
23025%%BeginDocument: mugex88.ps
23026%%BoundingBox: 128 618 480 763
23027save
230281216322504 1216321786 sv
230291.000000 1.000000 scale
23030% S_SSV
23031(/tmp/ugexiM5077) inputfile
230321 linenum
23033% S_FEED
23034324.29 1235.00 468.00 5 1.000000 1.000000 stf
23035% S_CLEFSIG
23036192.08 725.00 1.000000 gclef
23037205.62 731.00 1.000000 flat
23038211.10 740.00 1.000000 flat
23039216.59 728.00 1.000000 flat
23040% S_CHHEAD
23041% S_STAFF
23042% staff 1
23043save
23044238.42 725.00 1.000000 4n
230450.70 setlinewidth
23046242.10 725.75 moveto
23047242.10 746.00 lineto stroke
23048260.81 722.00 1.000000 4n
23049264.49 722.75 moveto
23050264.49 743.00 lineto stroke
23051283.19 719.00 1.000000 4n
23052286.87 719.75 moveto
23053286.87 740.00 lineto stroke
23054306.42 716.00 1.000000 4n
23055310.10 716.75 moveto
23056310.10 737.00 lineto stroke
23057restore
23058% S_BAR
230596 linenum
23060337.91 734.00 1.000000 dot
23061337.91 728.00 1.000000 dot
230620.70 setlinewidth
23063334.91 743.00 moveto
23064334.91 719.00 lineto stroke
230653.00 setlinewidth
23066330.91 743.00 moveto
23067330.91 719.00 lineto stroke
230680.70 setlinewidth
23069% S_CHHEAD
23070% S_STAFF
23071% staff 1
23072save
23073348.99 713.00 1.000000 4n
23074342.76 713.00 moveto
23075355.23 713.00 lineto stroke
23076352.68 713.75 moveto
23077352.68 734.00 lineto stroke
23078371.38 719.00 1.000000 4n
23079375.06 719.75 moveto
23080375.06 740.00 lineto stroke
23081393.76 722.00 1.000000 4n
23082397.45 722.75 moveto
23083397.45 743.00 lineto stroke
23084416.99 725.00 1.000000 4n
23085420.67 725.75 moveto
23086420.67 746.00 lineto stroke
23087restore
23088% S_BAR
230898 linenum
230900.70 setlinewidth
23091438.98 743.00 moveto
23092438.98 719.00 lineto stroke
23093441.98 743.00 moveto
23094441.98 719.00 lineto stroke
23095% S_SSV
230969 linenum
23097% S_CLEFSIG
23098447.90 731.00 1.000000 nat
23099453.74 740.00 1.000000 nat
23100459.58 728.00 1.000000 nat
23101% S_FEED
23102288.00 1151.00 468.00 5 1.000000 1.000000 stf
23103264.93 661.00 moveto
23104264.93 672.00 lineto stroke
23105/Times-Roman findfont
2310612 scalefont
23107setfont
23108267.93 662.00 moveto
23109(1.) show
23110264.93 672.00 moveto
23111370.69 672.00 lineto stroke
23112370.69 672.00 moveto
23113370.69 661.00 lineto stroke
23114374.69 661.00 moveto
23115374.69 672.00 lineto stroke
23116/Times-Roman findfont
2311712 scalefont
23118setfont
23119377.69 662.00 moveto
23120(2.) show
23121374.69 672.00 moveto
23122462.50 672.00 lineto stroke
23123462.50 672.00 moveto
23124462.50 661.00 lineto stroke
23125% S_CLEFSIG
23126155.79 641.00 1.000000 gclef
23127% S_CHHEAD
23128% S_STAFF
23129% staff 1
23130save
23131183.18 641.00 1.000000 4n
23132186.86 641.75 moveto
23133186.86 662.00 lineto stroke
23134202.63 638.00 1.000000 4n
23135206.32 638.75 moveto
23136206.32 659.00 lineto stroke
23137222.09 635.00 1.000000 4n
23138225.77 635.75 moveto
23139225.77 656.00 lineto stroke
23140242.38 632.00 1.000000 4n
23141246.06 632.75 moveto
23142246.06 653.00 lineto stroke
23143restore
23144% S_BAR
2314512 linenum
231460.70 setlinewidth
23147262.93 659.00 moveto
23148262.93 635.00 lineto stroke
23149% S_CHHEAD
23150% S_STAFF
23151% staff 1
23152save
23153273.02 638.00 1.000000 4n
23154276.70 638.75 moveto
23155276.70 659.00 lineto stroke
23156292.44 635.00 1.000000 4n
23157296.12 635.75 moveto
23158296.12 656.00 lineto stroke
23159315.13 629.00 1.000000 2n
23160308.68 629.00 moveto
23161321.58 629.00 lineto stroke
23162319.03 629.75 moveto
23163319.03 650.00 lineto stroke
23164restore
23165% S_BAR
2316618 linenum
231670.70 setlinewidth
23168% S_SSV
2316919 linenum
23170% S_CLEFSIG
23171345.97 647.00 1.000000 flat
23172351.46 656.00 1.000000 flat
23173356.95 644.00 1.000000 flat
23174% S_CHHEAD
23175% S_STAFF
23176% staff 1
23177save
23178restore
23179% S_BAR
2318022 linenum
23181368.69 650.00 1.000000 dot
23182368.69 644.00 1.000000 dot
231830.70 setlinewidth
23184372.69 659.00 moveto
23185372.69 635.00 lineto stroke
231863.00 setlinewidth
23187376.69 659.00 moveto
23188376.69 635.00 lineto stroke
231890.70 setlinewidth
23190% S_CHHEAD
23191% S_STAFF
23192% staff 1
23193save
23194387.29 635.00 1.000000 4n
23195390.97 635.75 moveto
23196390.97 656.00 lineto stroke
23197406.71 632.00 1.000000 4n
23198410.39 632.75 moveto
23199410.39 653.00 lineto stroke
23200429.40 629.00 1.000000 2n
23201422.95 629.00 moveto
23202435.85 629.00 lineto stroke
23203433.30 629.75 moveto
23204433.30 650.00 lineto stroke
23205restore
23206% S_BAR
2320724 linenum
232080.70 setlinewidth
23209462.50 659.00 moveto
23210462.50 635.00 lineto stroke
232113.00 setlinewidth
23212466.50 659.00 moveto
23213466.50 635.00 lineto stroke
232140.70 setlinewidth
23215% Printing header/footer
23216showpage
23217restore
23218%%DocumentFonts: /Times-Roman
23219%%Pages: 2
23220%%EndDocument
23221end PEND/F0 10/Times-Roman@0 SF -1.1(Yo)69.336 261 S 2.5(uc)1.1 G
23222(an use a similar technique to insert time signatures, clefs, etc.)-2.5
23223E(at unusual places.)5 E 69.336 279 EBEGIN
232240 0.1 0.5 setrgbcolor
23225EEND/F0 14/Times-Bold@0 SF 3.5(13.4 Chant)72.836 279 R 69.336 297 EBEGIN
232260 0 0 setrgbcolor
23227EEND/F0 10/Times-Roman@0 SF(Here is an e)71.836 297 Q(xample that sho)
23228-.15 E(ws some techniques you might use when writing chant.)-.25 E EP
23229%%Page: 132 138
23230%%BeginPageSetup
23231BP
23232%%EndPageSetup
23233/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(32 -)-2.5 E/F1 10/Courier@0
23234SF(1: 1a;)105.336 96 Q(lyrics 1: "This<^ is an example of one way>";)
23235105.336 108 Q(bar)105.336 120 Q(1: d;e;2f;)105.336 144 Q
23236(lyrics 1: "to do chant.";)105.336 156 Q(bar)105.336 168 Q(1: 1f;)
23237105.336 192 Q(lyrics 1: "when<^ there are many words for a>";)105.336
23238204 Q(bar)105.336 216 Q(1: d;f;2;)105.336 240 Q
23239(lyrics 1: "sin-gle note.";)105.336 252 Q(dblbar)105.336 264 Q(newscore)
23240105.336 288 Q(// Note use of 'n' to not print the time signature)105.336
23241300 Q(score time=7/4n)105.336 312 Q(music)105.336 324 Q(1: a;;;b;g;2a;)
23242105.336 336 Q(lyrics 1: "When there are man-y notes,";)105.336 348 Q
23243(bar)105.336 360 Q(score time=8/4n)105.336 384 Q(music)105.336 396 Q
23244(1: d;e;f;e;f;8e;;2;)105.336 408 Q
23245(lyrics 1: "You might change the time sig-na-ture";)105.336 420 Q(bar)
23246105.336 432 Q(score time=5/4n)105.336 456 Q(music)105.336 468 Q
23247(1: a;e;;2d;)105.336 480 Q(lyrics 1: "on ev-ery bar,";)105.336 492 Q
23248(bar)105.336 504 Q(score time=7/4n)105.336 528 Q(music)105.336 540 Q
23249(1: e;f;e;d;c;2d;)105.336 552 Q(lyrics 1: "to match the syl-la-bles.";)
23250105.336 564 Q(dblbar)105.336 576 Q(newscore)105.336 600 Q
23251(score time=8/4n)105.336 624 Q(music)105.336 636 Q
23252(// Note use of 'n' to not print tuplet number/bracket)105.336 648 Q
23253(1: {d;e;f;g;e;2d;;}10n,1/2;)105.336 660 Q
23254(lyrics 1: "You can al-so use tup-lets,";)105.336 672 Q(invisbar)105.336
23255684 Q(1: {f;g;e;2d;e;2.d;}9n,1/2;)105.336 708 Q
23256(lyrics 1: "A-long with in-vis-bars.";)105.336 720 Q(dblbar)105.336 732
23257Q EP
23258%%Page: 133 139
23259%%BeginPageSetup
23260BP
23261%%EndPageSetup
23262/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(33 -)-2.5 E/F1 10/Courier@0
23263SF(newscore)105.336 96 Q(score stemlen=0)105.336 120 Q(music)105.336 132
23264Q(1: d+;c+;b;g;2a;;)105.336 156 Q(lyrics 1: "Set stem-len to ze-ro,";)
23265105.336 168 Q(invisbar)105.336 180 Q(1: {f;2e;4d;c;1d;}9n,1/2;)105.336
23266204 Q(lyrics 1: "to get stem-less notes.";)105.336 216 Q(endbar)105.336
23267228 Q EP
23268%%Page: 134 140
23269%%BeginPageSetup
23270BP
23271%%EndPageSetup
23272/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(34 -)-2.5 E 87.836 96 EBEGIN
23273gsave 0 0.25 0.75 setrgbcolor 0 578 rlineto 400 0 rlineto 0 578 neg rlineto closepath stroke grestore
23274EEND 104 185 400 400 -578 578 86.836 674 PBEGIN
23275%%BeginDocument: mugex89.ps
23276%%BoundingBox: 104 185 504 763
23277save
232781039846316 1039845534 sv
232791.000000 1.000000 scale
23280% S_SSV
23281(/tmp/ugexiM5077) inputfile
232822 linenum
23283% S_FEED
23284590.69 803.00 489.60 5 1.000000 1.000000 stf
23285% S_CLEFSIG
23286170.48 725.00 1.000000 gclef
23287% S_CHHEAD
23288% S_STAFF
23289% staff 1
23290save
232915 linenum
23292/Times-Roman findfont
2329312 scalefont
23294setfont
23295192.16 702.00 moveto
23296(This is an example of one way) show
23297197.49 728.00 1.000000 1n
23298restore
23299% S_BAR
233008 linenum
233010.70 setlinewidth
23302342.18 743.00 moveto
23303342.18 719.00 lineto stroke
23304% S_CHHEAD
23305% S_STAFF
23306% staff 1
23307save
233089 linenum
23309/Times-Roman findfont
2331012 scalefont
23311setfont
23312351.91 702.00 moveto
23313(to) show
23314/Times-Roman findfont
2331512 scalefont
23316setfont
23317386.63 702.00 moveto
23318(do) show
23319/Times-Roman findfont
2332012 scalefont
23321setfont
23322422.53 702.00 moveto
23323(chant.) show
23324354.23 716.00 1.000000 4n
23325357.91 716.75 moveto
23326357.91 737.00 lineto stroke
23327389.62 719.00 1.000000 4n
23328393.30 719.75 moveto
23329393.30 740.00 lineto stroke
23330429.76 722.00 1.000000 2n
23331433.66 722.75 moveto
23332433.66 743.00 lineto stroke
23333restore
23334% S_BAR
2333512 linenum
233360.70 setlinewidth
23337489.25 743.00 moveto
23338489.25 719.00 lineto stroke
23339% S_FEED
23340554.40 719.00 489.60 5 1.000000 1.000000 stf
23341% S_CLEFSIG
23342134.19 641.00 1.000000 gclef
23343% S_CHHEAD
23344% S_STAFF
23345% staff 1
23346save
2334713 linenum
23348/Times-Roman findfont
2334912 scalefont
23350setfont
23351154.98 618.00 moveto
23352(when there are many words for a) show
23353161.46 638.00 1.000000 1n
23354restore
23355% S_BAR
2335616 linenum
233570.70 setlinewidth
23358316.16 659.00 moveto
23359316.16 635.00 lineto stroke
23360% S_CHHEAD
23361% S_STAFF
23362% staff 1
23363save
2336417 linenum
23365/Times-Roman findfont
2336612 scalefont
23367setfont
23368350.70 618.00 moveto
23369(-) show
23370/Times-Roman findfont
2337112 scalefont
23372setfont
23373324.08 618.00 moveto
23374(sin) show
23375/Times-Roman findfont
2337612 scalefont
23377setfont
23378366.35 618.00 moveto
23379(gle) show
23380/Times-Roman findfont
2338112 scalefont
23382setfont
23383411.28 618.00 moveto
23384(note.) show
23385328.56 632.00 1.000000 4n
23386332.24 632.75 moveto
23387332.24 653.00 lineto stroke
23388370.00 638.00 1.000000 4n
23389373.68 638.75 moveto
23390373.68 659.00 lineto stroke
23391417.18 638.00 1.000000 2n
23392421.08 638.75 moveto
23393421.08 659.00 lineto stroke
23394restore
23395% S_BAR
2339619 linenum
233970.70 setlinewidth
23398486.25 659.00 moveto
23399486.25 635.00 lineto stroke
23400489.25 659.00 moveto
23401489.25 635.00 lineto stroke
23402% S_SSV
2340323 linenum
23404% S_CLEFSIG
23405% S_FEED
2340621 linenum
23407554.40 635.00 489.60 5 1.000000 1.000000 stf
23408% S_CLEFSIG
23409134.19 557.00 1.000000 gclef
23410% S_CHHEAD
23411% S_STAFF
23412% staff 1
23413save
2341425 linenum
23415/Times-Roman findfont
2341612 scalefont
23417setfont
23418157.83 531.28 moveto
23419(When) show
23420/Times-Roman findfont
2342112 scalefont
23422setfont
23423207.29 531.28 moveto
23424(there) show
23425/Times-Roman findfont
2342612 scalefont
23427setfont
23428258.12 531.28 moveto
23429(are) show
23430/Times-Roman findfont
2343112 scalefont
23432setfont
23433338.28 531.28 moveto
23434(-) show
23435/Times-Roman findfont
2343612 scalefont
23437setfont
23438302.60 531.28 moveto
23439(man) show
23440/Times-Roman findfont
2344112 scalefont
23442setfont
23443356.29 531.28 moveto
23444(y) show
23445/Times-Roman findfont
2344612 scalefont
23447setfont
23448403.01 531.28 moveto
23449(notes,) show
23450164.98 560.00 1.000000 4n
23451168.66 560.75 moveto
23452168.66 581.00 lineto stroke
23453213.26 560.00 1.000000 4n
23454216.94 560.75 moveto
23455216.94 581.00 lineto stroke
23456261.78 560.00 1.000000 4n
23457265.46 560.75 moveto
23458265.46 581.00 lineto stroke
23459308.76 563.00 1.000000 4n
23460305.07 562.25 moveto
23461305.07 542.00 lineto stroke
23462357.78 557.00 1.000000 4n
23463361.46 557.75 moveto
23464361.46 578.00 lineto stroke
23465410.09 560.00 1.000000 2n
23466413.98 560.75 moveto
23467413.98 581.00 lineto stroke
23468restore
23469% S_BAR
2347028 linenum
234710.70 setlinewidth
23472489.25 575.00 moveto
23473489.25 551.00 lineto stroke
23474% S_SSV
2347529 linenum
23476% S_CLEFSIG
23477% S_FEED
23478554.40 551.00 489.60 5 1.000000 1.000000 stf
23479% S_CLEFSIG
23480134.19 473.00 1.000000 gclef
23481% S_CHHEAD
23482% S_STAFF
23483% staff 1
23484save
2348531 linenum
23486/Times-Roman findfont
2348712 scalefont
23488setfont
23489157.55 450.00 moveto
23490(You) show
23491/Times-Roman findfont
2349212 scalefont
23493setfont
23494195.42 450.00 moveto
23495(might) show
23496/Times-Roman findfont
2349712 scalefont
23498setfont
23499234.63 450.00 moveto
23500(change) show
23501/Times-Roman findfont
2350212 scalefont
23503setfont
23504282.69 450.00 moveto
23505(the) show
23506/Times-Roman findfont
2350712 scalefont
23508setfont
23509321.10 450.00 moveto
23510(time) show
23511/Times-Roman findfont
2351212 scalefont
23513setfont
23514378.54 450.00 moveto
23515(-) show
23516/Times-Roman findfont
2351712 scalefont
23518setfont
23519360.84 450.00 moveto
23520(sig) show
23521/Times-Roman findfont
2352212 scalefont
23523setfont
23524404.96 450.00 moveto
23525(-) show
23526/Times-Roman findfont
2352712 scalefont
23528setfont
23529385.28 450.00 moveto
23530(na) show
23531/Times-Roman findfont
2353212 scalefont
23533setfont
23534416.33 450.00 moveto
23535(ture) show
23536162.70 464.00 1.000000 4n
23537166.38 464.75 moveto
23538166.38 485.00 lineto stroke
23539202.41 467.00 1.000000 4n
23540206.09 467.75 moveto
23541206.09 488.00 lineto stroke
23542243.11 470.00 1.000000 4n
23543246.79 470.75 moveto
23544246.79 491.00 lineto stroke
23545286.34 467.00 1.000000 4n
23546290.02 467.75 moveto
23547290.02 488.00 lineto stroke
23548326.42 470.00 1.000000 4n
23549330.11 470.75 moveto
23550330.11 491.00 lineto stroke
23551365.32 467.00 1.000000 4n
23552369.00 467.75 moveto
23553369.00 488.00 lineto stroke
23554372.03 488.00 1.000000 dnflag
23555389.09 467.00 1.000000 4n
23556392.78 467.75 moveto
23557392.78 488.00 lineto stroke
23558395.80 488.00 1.000000 dnflag
23559420.98 467.00 1.000000 2n
23560424.87 467.75 moveto
23561424.87 488.00 lineto stroke
23562restore
23563% S_BAR
2356434 linenum
235650.70 setlinewidth
23566489.25 491.00 moveto
23567489.25 467.00 lineto stroke
23568% S_SSV
2356935 linenum
23570% S_CLEFSIG
23571% S_FEED
23572554.40 467.00 489.60 5 1.000000 1.000000 stf
23573% S_CLEFSIG
23574134.19 389.00 1.000000 gclef
23575% S_CHHEAD
23576% S_STAFF
23577% staff 1
23578save
2357937 linenum
23580/Times-Roman findfont
2358112 scalefont
23582setfont
23583158.59 363.00 moveto
23584(on) show
23585/Times-Roman findfont
2358612 scalefont
23587setfont
23588201.30 363.00 moveto
23589(-) show
23590/Times-Roman findfont
2359112 scalefont
23592setfont
23593184.23 363.00 moveto
23594(ev) show
23595/Times-Roman findfont
2359612 scalefont
23597setfont
23598210.07 363.00 moveto
23599(ery) show
23600/Times-Roman findfont
2360112 scalefont
23602setfont
23603239.95 363.00 moveto
23604(bar,) show
23605161.58 392.00 1.000000 4n
23606165.26 392.75 moveto
23607165.26 413.00 lineto stroke
23608188.05 383.00 1.000000 4n
23609191.73 383.75 moveto
23610191.73 404.00 lineto stroke
23611213.89 383.00 1.000000 4n
23612217.57 383.75 moveto
23613217.57 404.00 lineto stroke
23614244.52 380.00 1.000000 2n
23615248.42 380.75 moveto
23616248.42 401.00 lineto stroke
23617restore
23618% S_BAR
2361940 linenum
236200.70 setlinewidth
23621288.59 407.00 moveto
23622288.59 383.00 lineto stroke
23623% S_SSV
2362441 linenum
23625% S_CLEFSIG
23626% S_CHHEAD
23627% S_STAFF
23628% staff 1
23629save
2363043 linenum
23631/Times-Roman findfont
2363212 scalefont
23633setfont
23634298.31 363.00 moveto
23635(to) show
23636/Times-Roman findfont
2363712 scalefont
23638setfont
23639318.17 363.00 moveto
23640(match) show
23641/Times-Roman findfont
2364212 scalefont
23643setfont
23644353.10 363.00 moveto
23645(the) show
23646/Times-Roman findfont
2364712 scalefont
23648setfont
23649398.37 363.00 moveto
23650(-) show
23651/Times-Roman findfont
2365212 scalefont
23653setfont
23654378.75 363.00 moveto
23655(syl) show
23656/Times-Roman findfont
2365712 scalefont
23658setfont
23659423.31 363.00 moveto
23660(-) show
23661/Times-Roman findfont
2366212 scalefont
23663setfont
23664407.03 363.00 moveto
23665(la) show
23666/Times-Roman findfont
2366712 scalefont
23668setfont
23669433.96 363.00 moveto
23670(bles.) show
23671300.63 383.00 1.000000 4n
23672304.31 383.75 moveto
23673304.31 404.00 lineto stroke
23674325.50 386.00 1.000000 4n
23675329.18 386.75 moveto
23676329.18 407.00 lineto stroke
23677356.76 383.00 1.000000 4n
23678360.44 383.75 moveto
23679360.44 404.00 lineto stroke
23680383.23 380.00 1.000000 4n
23681386.91 380.75 moveto
23682386.91 401.00 lineto stroke
23683410.18 377.00 1.000000 4n
23684403.95 377.00 moveto
23685416.41 377.00 lineto stroke
23686413.86 377.75 moveto
23687413.86 398.00 lineto stroke
23688439.54 380.00 1.000000 2n
23689443.43 380.75 moveto
23690443.43 401.00 lineto stroke
23691restore
23692% S_BAR
2369345 linenum
236940.70 setlinewidth
23695486.25 407.00 moveto
23696486.25 383.00 lineto stroke
23697489.25 407.00 moveto
23698489.25 383.00 lineto stroke
23699% S_SSV
2370049 linenum
23701% S_CLEFSIG
23702% S_FEED
2370347 linenum
23704554.40 383.00 489.60 5 1.000000 1.000000 stf
23705% S_CLEFSIG
23706134.19 305.00 1.000000 gclef
23707% S_CHHEAD
23708% S_STAFF
23709% staff 1
23710save
2371152 linenum
23712/Times-Roman findfont
2371312 scalefont
23714setfont
23715154.98 281.90 moveto
23716(You) show
23717/Times-Roman findfont
2371812 scalefont
23719setfont
23720179.47 281.90 moveto
23721(can) show
23722/Times-Roman findfont
2372312 scalefont
23724setfont
23725213.14 281.90 moveto
23726(-) show
23727/Times-Roman findfont
2372812 scalefont
23729setfont
23730201.50 281.90 moveto
23731(al) show
23732/Times-Roman findfont
2373312 scalefont
23734setfont
23735219.15 281.90 moveto
23736(so) show
23737/Times-Roman findfont
2373812 scalefont
23739setfont
23740235.01 281.90 moveto
23741(use) show
23742/Times-Roman findfont
2374312 scalefont
23744setfont
23745277.89 281.90 moveto
23746(-) show
23747/Times-Roman findfont
2374812 scalefont
23749setfont
23750256.23 281.90 moveto
23751(tup) show
23752/Times-Roman findfont
2375312 scalefont
23754setfont
23755287.28 281.90 moveto
23756(lets,) show
23757160.13 296.00 1.000000 4n
23758163.81 296.75 moveto
23759163.81 317.00 lineto stroke
23760183.63 299.00 1.000000 4n
23761187.31 299.75 moveto
23762187.31 320.00 lineto stroke
23763204.65 302.00 1.000000 4n
23764208.33 302.75 moveto
23765208.33 323.00 lineto stroke
23766221.81 305.00 1.000000 4n
23767225.49 305.75 moveto
23768225.49 326.00 lineto stroke
23769239.00 299.00 1.000000 4n
23770242.68 299.75 moveto
23771242.68 320.00 lineto stroke
23772261.04 296.00 1.000000 2n
23773264.94 296.75 moveto
23774264.94 317.00 lineto stroke
23775292.19 296.00 1.000000 2n
23776296.09 296.75 moveto
23777296.09 317.00 lineto stroke
23778restore
23779% S_BAR
2378054 linenum
237810.70 setlinewidth
23782% S_CHHEAD
23783% S_STAFF
23784% staff 1
23785save
2378656 linenum
23787/Times-Roman findfont
2378812 scalefont
23789setfont
23790331.65 281.90 moveto
23791(-) show
23792/Times-Roman findfont
2379312 scalefont
23794setfont
23795322.01 281.90 moveto
23796(A) show
23797/Times-Roman findfont
2379812 scalefont
23799setfont
23800335.66 281.90 moveto
23801(long) show
23802/Times-Roman findfont
2380312 scalefont
23804setfont
23805359.92 281.90 moveto
23806(with) show
23807/Times-Roman findfont
2380812 scalefont
23809setfont
23810404.40 281.90 moveto
23811(-) show
23812/Times-Roman findfont
2381312 scalefont
23814setfont
23815388.24 281.90 moveto
23816(in) show
23817/Times-Roman findfont
2381812 scalefont
23819setfont
23820434.12 281.90 moveto
23821(-) show
23822/Times-Roman findfont
2382312 scalefont
23824setfont
23825414.28 281.90 moveto
23826(vis) show
23827/Times-Roman findfont
2382812 scalefont
23829setfont
23830443.00 281.90 moveto
23831(bars.) show
23832325.16 302.00 1.000000 4n
23833328.85 302.75 moveto
23834328.85 323.00 lineto stroke
23835340.97 305.00 1.000000 4n
23836344.65 305.75 moveto
23837344.65 326.00 lineto stroke
23838365.23 299.00 1.000000 4n
23839368.91 299.75 moveto
23840368.91 320.00 lineto stroke
23841391.55 296.00 1.000000 2n
23842395.45 296.75 moveto
23843395.45 317.00 lineto stroke
23844418.76 299.00 1.000000 2n
23845422.66 299.75 moveto
23846422.66 320.00 lineto stroke
23847448.75 296.00 1.000000 2n
23848458.23 296.00 1.000000 dot
23849452.64 296.75 moveto
23850452.64 317.00 lineto stroke
23851restore
23852% S_BAR
2385358 linenum
238540.70 setlinewidth
23855486.25 323.00 moveto
23856486.25 299.00 lineto stroke
23857489.25 323.00 moveto
23858489.25 299.00 lineto stroke
23859% S_SSV
2386062 linenum
23861% S_FEED
2386260 linenum
23863554.40 299.00 489.60 5 1.000000 1.000000 stf
23864% S_CLEFSIG
23865134.19 221.00 1.000000 gclef
23866% S_CHHEAD
23867% S_STAFF
23868% staff 1
23869save
2387065 linenum
23871/Times-Roman findfont
2387212 scalefont
23873setfont
23874156.18 195.00 moveto
23875(Set) show
23876/Times-Roman findfont
2387712 scalefont
23878setfont
23879198.52 195.00 moveto
23880(-) show
23881/Times-Roman findfont
2388212 scalefont
23883setfont
23884174.54 195.00 moveto
23885(stem) show
23886/Times-Roman findfont
2388712 scalefont
23888setfont
23889202.81 195.00 moveto
23890(len) show
23891/Times-Roman findfont
2389212 scalefont
23893setfont
23894225.29 195.00 moveto
23895(to) show
23896/Times-Roman findfont
2389712 scalefont
23898setfont
23899269.28 195.00 moveto
23900(-) show
23901/Times-Roman findfont
2390212 scalefont
23903setfont
23904246.84 195.00 moveto
23905(ze) show
23906/Times-Roman findfont
2390712 scalefont
23908setfont
23909284.06 195.00 moveto
23910(ro,) show
23911160.02 233.00 1.000000 4n
23912181.20 230.00 1.000000 4n
23913206.46 227.00 1.000000 4n
23914227.61 221.00 1.000000 4n
23915250.50 224.00 1.000000 2n
23916287.30 224.00 1.000000 2n
23917restore
23918% S_BAR
2391967 linenum
239200.70 setlinewidth
23921% S_CHHEAD
23922% S_STAFF
23923% staff 1
23924save
2392569 linenum
23926/Times-Roman findfont
2392712 scalefont
23928setfont
23929321.96 195.00 moveto
23930(to) show
23931/Times-Roman findfont
2393212 scalefont
23933setfont
23934340.71 195.00 moveto
23935(get) show
23936/Times-Roman findfont
2393712 scalefont
23938setfont
23939391.66 195.00 moveto
23940(-) show
23941/Times-Roman findfont
2394212 scalefont
23943setfont
23944368.23 195.00 moveto
23945(stem) show
23946/Times-Roman findfont
2394712 scalefont
23948setfont
23949395.40 195.00 moveto
23950(less) show
23951/Times-Roman findfont
2395212 scalefont
23953setfont
23954422.32 195.00 moveto
23955(notes.) show
23956324.29 218.00 1.000000 4n
23957344.36 215.00 1.000000 2n
23958374.89 212.00 1.000000 4n
23959399.90 209.00 1.000000 4n
23960393.67 209.00 moveto
23961406.14 209.00 lineto stroke
23962429.40 212.00 1.000000 1n
23963restore
23964% S_BAR
2396571 linenum
239660.70 setlinewidth
23967484.10 239.00 moveto
23968484.10 215.00 lineto stroke
239693.00 setlinewidth
23970488.10 239.00 moveto
23971488.10 215.00 lineto stroke
239720.70 setlinewidth
23973% Printing header/footer
23974showpage
23975restore
23976%%DocumentFonts: /Times-Roman
23977%%Pages: 2
23978%%EndDocument
23979end PEND 69.336 694 EBEGIN
239800 0.1 0.5 setrgbcolor
23981EEND/F0 14/Times-Bold@0 SF 3.5(13.5 F)72.836 694 R(or)-.35 E(cing shar)
23982-.252 E(ed noteheads)-.252 E 69.336 712 EBEGIN
239830 0 0 setrgbcolor
23984EEND/F0 10/Times-Roman@0 SF .933(Mup will automatically share note head\
23985s when it can \214gure out it is safe and proper to do so. Ho)72.77 712
23986R(we)-.25 E -.15(ve)-.25 G -.4(r,).15 G .94
23987(there may be some unusual cases where you w)69.336 724 R .94(ould lik)
23988-.1 F 3.44(et)-.1 G 3.44(of)-3.44 G .94(orce the notes from tw)-3.44 F
239893.44(ov)-.1 G .94(oices to share note)-3.64 F .764(heads e)69.336 736 R
23990-.15(ve)-.25 G 3.264(nw).15 G .764(hen Mup w)-3.264 F .763
23991(ould not do that. That can be done by specifying a horizontal of)-.1 F
23992.763(fset of zero, i.e.,)-.25 F EP
23993%%Page: 135 141
23994%%BeginPageSetup
23995BP
23996%%EndPageSetup
23997/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(35 -)-2.5 E
23998([ho 0], on one or both of the v)69.336 96 Q(oices.)-.2 E 69.336 114
23999EBEGIN
240000 0.1 0.5 setrgbcolor
24001EEND/F0 14/Times-Bold@0 SF 3.5(13.6 Manually)72.836 114 R
24002(placed tuplet numbers)3.5 E 69.336 132 EBEGIN
240030 0 0 setrgbcolor
24004EEND/F0 10/Times-Roman@0 SF(Generally)72.168 132 Q 2.832(,M)-.65 G .333
24005(up will place tuplet numbers for you.)-2.832 F(Ho)5.333 E(we)-.25 E
24006-.15(ve)-.25 G 1.133 -.4(r, y).15 H .333
24007(ou do need to print them yourself on cross-).4 F(staf)69.336 144 Q
240083.089(fb)-.25 G 3.089(eams. And)-3.089 F .589
24009(there may be cases where you choose to use 'n' to turn of)3.089 F 3.089
24010(fM)-.25 G(up')-3.089 E 3.089(sa)-.55 G .589(utomatic printing of)-3.089
24011F .663(tuplet numbers, in order to print them manually in a dif)69.336
24012156 R .664(ferent place than Mup w)-.25 F 3.164(ould. Mup)-.1 F .664
24013(normally uses)3.164 F(ne)69.336 168 Q .08
24014(wcentury boldital font for tuplet numbers, in 11-point size for re)-.25
24015F .079(gular notes and 9-point for cue notes.)-.15 F(So)5.079 E 1.237
24016(to mak)69.336 180 R 3.737(ey)-.1 G 1.238(our manually placed tuplet nu\
24017mbers look the same as automatic ones, you might use a macro)-3.737 F
24018(something lik)69.336 192 Q 2.5(et)-.1 G(his:)-2.5 E/F1 10/Courier@0 SF
24019(define TUPNUM\(NUM\) "\\f\(NX\)\\s\(11\)" +`NUM` @)105.336 210 Q
24020(1: { 8c; d; e; } 3n; 2.us;)105.336 222 Q
24021(rom above 1 dist0: 1.34 TUPNUM\(3\);)105.336 234 Q(bar)105.336 246 Q F0
24022(Or another approach w)69.336 266 Q(ould be something lik)-.1 E 2.5(et)
24023-.1 G(his:)-2.5 E F1
24024(define TN\(NUM,WHERE,D,N\) newcentury boldital WHERE dist D: N `NUM`;@)
24025105.336 284 Q(1: { 8c; d; e; } 3n; 2.us;)105.336 296 Q
24026(TN\(3,above 1,0,1.34\))105.336 308 Q(bar)105.336 320 Q 69.336 346
24027EBEGIN
240280 0.1 0.5 setrgbcolor
24029EEND/F0 14/Times-Bold@0 SF 3.5(13.7 Manual)72.836 346 R
24030(placement of notes)3.5 E 69.336 364 EBEGIN
240310 0 0 setrgbcolor
24032EEND/F0 10/Times-Roman@0 SF .86(Mup supports up to three v)72.696 364 R
24033.86(oices per staf)-.2 F .86
24034(f. If you need more than that, such as when 4 notes of dif)-.25 F
24035(ferent)-.25 E .645
24036(lengths occur on the same beat, it is possible to position e)69.336 376
24037R .645(xtra notes manually)-.15 F 5.645(.M)-.65 G .645
24038(anually positioned notes)-5.645 F(will not be included in MIDI output.)
2403969.336 388 Q .092(First of all, unless the fourth v)69.336 406 R .092
24040(oice is v)-.2 F .092(ertically f)-.15 F .092(ar a)-.1 F -.1(wa)-.15 G
240412.592(yf).1 G .091(rom the other tw)-2.592 F .091(o, you')-.1 F .091
24042(ll probably need to reserv)-.1 F(e)-.15 E .313(some e)69.336 418 R .314
24043(xtra space to the left or right of the other chords. This can be done \
24044by adding a bit of padding to the)-.15 F 2.975(chord. If)69.336 430 R
24045.475(you w)2.975 F .475(ant the e)-.1 F .474
24046(xtra note on the left of the re)-.15 F .474(gular v)-.15 F .474
24047(oices, add padding to whiche)-.2 F -.15(ve)-.25 G 2.974(rr).15 G -.15
24048(eg)-2.974 G .474(ular v).15 F(oice)-.2 E .311(is leftmost. If you w)
2404969.336 442 R .312(ant it on the right, the padding will ha)-.1 F .612
24050-.15(ve t)-.2 H 2.812(og).15 G 2.812(oo)-2.812 G 2.812(nt)-2.812 G .312
24051(he follo)-2.812 F .312(wing note, or on the bar line)-.25 F .174(if yo\
24052u are on the last chord of a measure. The amount of padding to add may \
24053ha)69.336 454 R .473 -.15(ve t)-.2 H 2.673(ob).15 G 2.673(ed)-2.673 G
24054.173(etermined by trial)-2.673 F .308
24055(and error; 5 stepsizes is a good \214rst guess. Ne)69.336 466 R .308
24056(xt, set a location tag on one of the notes in one of the re)-.15 F
24057(gular)-.15 E 2.676(groups. The)69.336 478 R .176
24058(manually-positioned note will be placed relati)2.676 F .476 -.15(ve t)
24059-.25 H 2.676(ot).15 G .176
24060(hat location tag. The x will be slightly left)-2.676 F .055
24061(or right of the west or east of the e)69.336 490 R .056
24062(xisting group; something lik)-.15 F 2.556(e3s)-.1 G .056
24063(tepsizes might be a good \214rst guess. The)-2.556 F 2.935(yc)69.336
24064502 S .435(an be speci\214ed in terms of stepsizes up from the note you\
24065 used for the location tag. Y)-2.935 F .434(ou can use a print)-1.1 F
24066.143(statement using one of the special music characters, such as: dbl)
2406769.336 514 R .144(whole, 1n, up2n, dn2n, up4n, up32n, etc. If)-.1 F .629
24068(the note needs ledger lines, dots, or accidentals, these too ha)69.336
24069526 R .928 -.15(ve t)-.2 H 3.128(ob).15 G 3.128(em)-3.128 G .628
24070(anually positioned, which can be a)-3.128 F(bit trick)69.336 538 Q 1.3
24071-.65(y. H)-.15 H(ere is a simple e).65 E(xample:)-.15 E/F1 10/Courier@0
24072SF(score)105.336 556 Q(vscheme=3o)105.336 568 Q(beamstyle=4,4,4,4)
24073105.336 580 Q(music)105.336 604 Q 6(11)105.336 616 S 6(:[)-6 G
24074(pad 4] 4g =h; a; b; a;)-6 E 6(12)105.336 628 S 6(:4)-6 G(.c;8;2;)-6 E 6
24075(13)105.336 640 S 6(:[)-6 G(down] 8e;; [ho 0] 2.f;)-6 E
24076(print \(h.w - 2.3, h.y + 3\) "\\\(up2n\)")105.336 652 Q(bar)105.336 664
24077Q EP
24078%%Page: 136 142
24079%%BeginPageSetup
24080BP
24081%%EndPageSetup
24082/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(36 -)-2.5 E 95.836 96 EBEGIN
24083gsave 0 0.25 0.75 setrgbcolor 0 79 rlineto 384 0 rlineto 0 79 neg rlineto closepath stroke grestore
24084EEND 128 684 384 384 -79 79 94.836 175 PBEGIN
24085%%BeginDocument: mugex90.ps
24086%%BoundingBox: 128 684 512 763
24087save
240881039846316 1039845534 sv
240891.000000 1.000000 scale
24090% S_SSV
24091(/tmp/ugexiM5077) inputfile
240922 linenum
24093% S_FEED
24094583.49 803.00 496.80 5 1.000000 1.000000 stf
24095% S_CLEFSIG
24096163.28 725.00 1.000000 gclef
24097% S_CHHEAD
24098% S_STAFF
24099% staff 1
24100save
24101202.88 725.00 1.000000 4n
241020.70 setlinewidth
24103206.56 725.75 moveto
24104206.56 746.00 lineto stroke
24105282.53 728.00 1.000000 4n
24106286.21 728.75 moveto
24107286.21 749.00 lineto stroke
24108366.77 731.00 1.000000 4n
24109370.45 731.75 moveto
24110370.45 752.00 lineto stroke
24111435.52 728.00 1.000000 4n
24112439.20 728.75 moveto
24113439.20 749.00 lineto stroke
24114202.88 713.00 1.000000 4n
24115212.14 710.00 1.000000 dot
24116196.65 713.00 moveto
24117209.11 713.00 lineto stroke
24118199.20 712.25 moveto
24119199.20 692.00 lineto stroke
24120322.91 713.00 1.000000 4n
24121316.68 713.00 moveto
24122329.14 713.00 lineto stroke
24123319.23 712.25 moveto
24124319.23 692.00 lineto stroke
24125322.25 692.00 1.000000 upflag
24126366.77 713.00 1.000000 2n
24127360.32 713.00 moveto
24128373.21 713.00 lineto stroke
24129362.87 712.25 moveto
24130362.87 692.00 lineto stroke
24131221.17 719.00 1.000000 4n
24132217.49 718.25 moveto
24133217.49 699.50 lineto stroke
24134244.90 719.00 1.000000 4n
24135241.21 718.25 moveto
24136241.21 699.50 lineto stroke
24137282.53 722.00 1.000000 2n
24138292.01 722.00 1.000000 dot
24139278.63 721.25 moveto
24140278.63 701.00 lineto stroke
24141newpath
24142217.14 701.00 moveto
24143241.56 701.00 lineto
24144241.56 698.00 lineto
24145217.14 698.00 lineto
24146closepath
24147fill
24148restore
24149% S_PRHEAD
2415011 linenum
24151/Times-Roman findfont
2415212 scalefont
24153setfont
24154191.95 734.00 moveto
24155197.17 734.00 1.000000 up2n
24156202.39 734.00 moveto
24157% S_BAR
2415812 linenum
241590.70 setlinewidth
24160496.45 743.00 moveto
24161496.45 719.00 lineto stroke
24162% Printing header/footer
24163showpage
24164restore
24165%%DocumentFonts: /Times-Roman
24166%%Pages: 2
24167%%EndDocument
24168end PEND/F0 10/Times-Roman@0 SF .252(In this e)69.336 189 R .252
24169(xample, 4 stepsizes of padding w)-.15 F .252
24170(as added to the quarter note g of v)-.1 F .253(oice 1 on staf)-.2 F
241712.753(f1)-.25 G 2.753(.Al)-2.753 G .253(ocation tag)-2.753 F .561("h" w)
2417269.336 201 R .561
24173(as set to this note. After the information about the second v)-.1 F
24174.561(oice on staf)-.2 F 3.061(f1)-.25 G 3.061(,ah)-3.061 G .561
24175(alf note w)-3.061 F .561(as manually)-.1 F
24176(placed 2.3 stepsizes left of the \214rst v)69.336 213 Q
24177(oice and at pitch c+ \(3 steps up from the g\).)-.2 E .367(If you also\
24178 need to place an accidental and/or dots, more padding should be reques\
24179ted, and additional print)69.336 231 R(statements used for each item. F)
2418069.336 243 Q(or e)-.15 E
24181(xample, you could specify perhaps 5 stepsizes of padding, then add:)
24182-.15 E/F1 10/Courier@0 SF(print \(h.w - 5, h.y + 3\) "\\\(flat\)")
24183105.336 261 Q 95.836 270.6 EBEGIN
24184gsave 0 0.25 0.75 setrgbcolor 0 79 rlineto 384 0 rlineto 0 79 neg rlineto closepath stroke grestore
24185EEND 128 684 384 384 -79 79 94.836 349.6 PBEGIN
24186%%BeginDocument: mugex91.ps
24187%%BoundingBox: 128 684 512 763
24188save
241891039846316 1039845534 sv
241901.000000 1.000000 scale
24191% S_SSV
24192(/tmp/ugexiM5077) inputfile
241932 linenum
24194% S_FEED
24195583.49 803.00 496.80 5 1.000000 1.000000 stf
24196% S_CLEFSIG
24197163.28 725.00 1.000000 gclef
24198% S_CHHEAD
24199% S_STAFF
24200% staff 1
24201save
24202205.81 725.00 1.000000 4n
242030.70 setlinewidth
24204209.49 725.75 moveto
24205209.49 746.00 lineto stroke
24206284.66 728.00 1.000000 4n
24207288.34 728.75 moveto
24208288.34 749.00 lineto stroke
24209368.05 731.00 1.000000 4n
24210371.73 731.75 moveto
24211371.73 752.00 lineto stroke
24212436.10 728.00 1.000000 4n
24213439.78 728.75 moveto
24214439.78 749.00 lineto stroke
24215205.81 713.00 1.000000 4n
24216215.08 710.00 1.000000 dot
24217199.58 713.00 moveto
24218212.04 713.00 lineto stroke
24219202.13 712.25 moveto
24220202.13 692.00 lineto stroke
24221324.64 713.00 1.000000 4n
24222318.41 713.00 moveto
24223330.87 713.00 lineto stroke
24224320.96 712.25 moveto
24225320.96 692.00 lineto stroke
24226323.98 692.00 1.000000 upflag
24227368.05 713.00 1.000000 2n
24228361.60 713.00 moveto
24229374.49 713.00 lineto stroke
24230364.15 712.25 moveto
24231364.15 692.00 lineto stroke
24232224.11 719.00 1.000000 4n
24233220.43 718.25 moveto
24234220.43 699.50 lineto stroke
24235247.43 719.00 1.000000 4n
24236243.75 718.25 moveto
24237243.75 699.50 lineto stroke
24238284.66 722.00 1.000000 2n
24239294.14 722.00 1.000000 dot
24240280.76 721.25 moveto
24241280.76 701.00 lineto stroke
24242newpath
24243220.08 701.00 moveto
24244244.10 701.00 lineto
24245244.10 698.00 lineto
24246220.08 698.00 lineto
24247closepath
24248fill
24249restore
24250% S_PRHEAD
2425110 linenum
24252/Times-Roman findfont
2425312 scalefont
24254setfont
24255194.88 734.00 moveto
24256200.10 734.00 1.000000 up2n
24257205.32 734.00 moveto
24258% S_PRHEAD
2425911 linenum
24260/Times-Roman findfont
2426112 scalefont
24262setfont
24263186.78 734.00 moveto
24264190.52 734.00 1.000000 flat
24265194.27 734.00 moveto
24266% S_BAR
2426712 linenum
242680.70 setlinewidth
24269496.45 743.00 moveto
24270496.45 719.00 lineto stroke
24271% Printing header/footer
24272showpage
24273restore
24274%%DocumentFonts: /Times-Roman
24275%%Pages: 2
24276%%EndDocument
24277end PEND/F0 10/Times-Roman@0 SF
24278(to place a \215at sign in front of the c.)69.336 363.6 Q .361
24279(Ledger lines needed by the notes also ha)69.336 381.6 R .661 -.15(ve t)
24280-.2 H 2.861(ob).15 G 2.861(ep)-2.861 G .36(laced manually)-2.861 F 2.86
24281(,u)-.65 G .36(sing the "line" command. If the note is)-2.86 F .177
24282(more than three steps abo)69.336 393.6 R .478 -.15(ve o)-.15 H 2.678
24283(rb).15 G(elo)-2.678 E 2.678(wt)-.25 G .178(he staf)-2.678 F .178
24284(f, more than one ledger line w)-.25 F .178(ould be needed, and each w)
24285-.1 F(ould)-.1 E 1.905(need to be speci\214ed separately)69.336 405.6 R
242864.404(.T)-.65 G 1.904(he y coordinate of the each ledger line w)-4.404 F
242871.904(ould be the same as the y)-.1 F .186(coordinate of the note, plus\
24288 or minus some number of step sizes. The length of the line depends on \
24289the note)69.336 417.6 R .051
24290(head. About 4.5 stepsizes is a good estimate for most notes, b)69.336
24291429.6 R .05(ut a double whole needs more lik)-.2 F 2.55(e6s)-.1 G
24292(tepsizes.)-2.55 E 69.336 447.6 EBEGIN
242930 0.1 0.5 setrgbcolor
24294EEND/F0 14/Times-Bold@0 SF 3.5(13.8 Brack)72.836 447.6 R
24295(eting notes acr)-.14 E(oss staffs)-.252 E 69.336 465.6 EBEGIN
242960 0 0 setrgbcolor
24297EEND/F0 10/Times-Roman@0 SF .914(In k)72.75 465.6 R -.15(ey)-.1 G .914
24298(board music, sometimes a brack).15 F .914(et is dra)-.1 F .914
24299(wn to indicate that notes from tw)-.15 F 3.414(os)-.1 G(taf)-3.414 E
24300.915(fs are to be played)-.25 F .56(with the same hand. The brack)69.336
24301477.6 R .56(et is really just a v)-.1 F .56
24302(ertical line with short horizontal lines at each end. But if)-.15 F
24303(you need to mak)69.336 489.6 Q 2.5(el)-.1 G(ots of brack)-2.5 E
24304(ets, a macro with parameters can be v)-.1 E(ery helpful.)-.15 E EP
24305%%Page: 137 143
24306%%BeginPageSetup
24307BP
24308%%EndPageSetup
24309/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(37 -)-2.5 E/F1 10/Courier@0
24310SF(score)105.336 96 Q(staffs=2)117.336 108 Q(staff 2)105.336 132 Q
24311(clef=bass)117.336 144 Q(vscheme=2f)117.336 156 Q
24312(// Define a macro to draw a bracket to show that notes on two)105.336
24313180 Q(// different staffs are to be played with the same hand.)105.336
24314192 Q(// The parameters are location tags for the top and bottom notes)
24315105.336 204 Q(// to be included in the bracket.)105.336 216 Q
24316(define BRACK\(TOP, BOT\))105.336 228 Q
24317(// Draw a short horizontal line 0.5 stepsizes above the top note)
24318105.336 240 Q
24319(line \(TOP.w - 2, TOP.n + 0.5\) to \(TOP.w - 1, TOP.n + 0.5\))105.336
24320252 Q(// Draw a vertical line from 0.5 stepsizes above the top note)
24321105.336 264 Q(// to 0.5 stepsizes below the bottom note.)105.336 276 Q
24322(// Do all the 'x' coordinates relative to the same note \(in)105.336
24323288 Q
24324(// this case the top\), so that if the top and bottom chord happen)
24325105.336 300 Q
24326(// to be different widths, the line will still be vertical.)105.336 312
24327Q(line \(TOP.w - 2, TOP.n + 0.5\) to \(TOP.w - 2, BOT.s - 0.5\))105.336
24328324 Q
24329(// Draw short horizontal line just below and left of the bottom note.)
24330105.336 336 Q
24331(line \(TOP.w - 2, BOT.s - 0.5\) to \(TOP.w - 1, BOT.s - 0.5\))105.336
24332348 Q(@)105.336 360 Q(music)105.336 384 Q
24333(// For each chord that is to get a bracket, add some padding to)105.336
24334408 Q(// make sure there is enough room, and set a location tag)105.336
24335420 Q(// on the top and bottom notes.)105.336 432 Q
24336(1: [pad 2] ce =a;[] df =b; [] d =c; [] ce =d;)105.336 444 Q
24337(2: [pad 2] g =e; [] a =f; [] af =g; [] g =h;)105.336 456 Q 6(22)105.336
24338468 S 6(:2)-6 G(cc-; 4g-; cc-;)-6 E
24339(// Now draw the brackets, using the tags as parameters)105.336 480 Q
24340(BRACK \(a, e\))105.336 492 Q(BRACK \(b, f\))105.336 504 Q
24341(BRACK \(c, g\))105.336 516 Q(BRACK \(d, h\))105.336 528 Q(bar)105.336
24342540 Q 127.836 549.6 EBEGIN
24343gsave 0 0.25 0.75 setrgbcolor 0 141 rlineto 320 0 rlineto 0 141 neg rlineto closepath stroke grestore
24344EEND 160 622 320 320 -141 141 126.836 690.6 PBEGIN
24345%%BeginDocument: mugex92.ps
24346%%BoundingBox: 160 622 480 763
24347save
243481039846316 1039845534 sv
243491.000000 1.000000 scale
24350% S_SSV
24351(/tmp/ugexiM5077) inputfile
243522 linenum
24353% S_SSV
243547 linenum
24355% S_FEED
24356612.29 803.00 468.00 5 1.000000 1.000000 stf
24357612.29 746.72 468.00 5 1.000000 1.000000 stf
243580.70 setlinewidth
24359180.29 743.00 moveto
24360180.29 662.72 lineto stroke
24361% S_CLEFSIG
24362192.08 725.00 1.000000 gclef
24363192.33 680.72 1.000000 fclef
24364% S_CHHEAD
24365% S_STAFF
24366% staff 1
24367save
24368231.72 719.00 1.000000 4n
24369231.72 713.00 1.000000 4n
24370225.49 713.00 moveto
24371237.95 713.00 lineto stroke
24372235.40 713.75 moveto
24373235.40 740.00 lineto stroke
24374291.66 722.00 1.000000 4n
24375291.66 716.00 1.000000 4n
24376295.34 716.75 moveto
24377295.34 743.00 lineto stroke
24378351.59 716.00 1.000000 4n
24379355.27 716.75 moveto
24380355.27 737.00 lineto stroke
24381413.37 719.00 1.000000 4n
24382413.37 713.00 1.000000 4n
24383407.13 713.00 moveto
24384419.60 713.00 lineto stroke
24385417.05 713.75 moveto
24386417.05 740.00 lineto stroke
24387restore
24388% S_STAFF
24389% staff 2
24390save
24391231.72 683.72 1.000000 4n
243920.70 setlinewidth
24393235.40 684.47 moveto
24394235.40 704.72 lineto stroke
24395291.66 686.72 1.000000 4n
24396295.34 687.47 moveto
24397295.34 707.72 lineto stroke
24398351.59 686.72 1.000000 4n
24399351.59 680.72 1.000000 4n
24400355.27 681.47 moveto
24401355.27 707.72 lineto stroke
24402413.37 683.72 1.000000 4n
24403417.05 684.47 moveto
24404417.05 704.72 lineto stroke
24405231.72 671.72 1.000000 2n
24406231.72 650.72 1.000000 2n
24407225.27 650.72 moveto
24408238.17 650.72 lineto stroke
24409225.27 656.72 moveto
24410238.17 656.72 lineto stroke
24411227.82 670.97 moveto
24412227.82 629.72 lineto stroke
24413351.59 662.72 1.000000 4n
24414347.91 661.97 moveto
24415347.91 641.72 lineto stroke
24416413.37 671.72 1.000000 4n
24417413.37 650.72 1.000000 4n
24418407.13 650.72 moveto
24419419.60 650.72 lineto stroke
24420407.13 656.72 moveto
24421419.60 656.72 lineto stroke
24422409.68 670.97 moveto
24423409.68 629.72 lineto stroke
24424restore
24425% S_LINE
2442636 linenum
244270.70 setlinewidth
24428221.69 723.78 moveto
24429224.69 723.78 lineto stroke
24430% S_LINE
2443136 linenum
24432221.69 723.78 moveto
24433221.69 678.95 lineto stroke
24434% S_LINE
2443536 linenum
24436221.69 678.95 moveto
24437224.69 678.95 lineto stroke
24438% S_LINE
2443937 linenum
24440281.62 726.78 moveto
24441284.62 726.78 lineto stroke
24442% S_LINE
2444337 linenum
24444281.62 726.78 moveto
24445281.62 681.95 lineto stroke
24446% S_LINE
2444737 linenum
24448281.62 681.95 moveto
24449284.62 681.95 lineto stroke
24450% S_LINE
2445138 linenum
24452341.56 720.78 moveto
24453344.56 720.78 lineto stroke
24454% S_LINE
2445538 linenum
24456341.56 720.78 moveto
24457341.56 675.95 lineto stroke
24458% S_LINE
2445938 linenum
24460341.56 675.95 moveto
24461344.56 675.95 lineto stroke
24462% S_LINE
2446339 linenum
24464403.33 723.78 moveto
24465406.33 723.78 lineto stroke
24466% S_LINE
2446739 linenum
24468403.33 723.78 moveto
24469403.33 678.95 lineto stroke
24470% S_LINE
2447139 linenum
24472403.33 678.95 moveto
24473406.33 678.95 lineto stroke
24474% S_BAR
2447541 linenum
24476467.65 743.00 moveto
24477467.65 719.00 lineto stroke
24478467.65 686.72 moveto
24479467.65 662.72 lineto stroke
24480% Printing header/footer
24481showpage
24482restore
24483%%DocumentFonts:
24484%%Pages: 2
24485%%EndDocument
24486end PEND/F0 10/Times-Roman@0 SF .956(Note that Mup supports cross-staf)
2448769.336 710.6 R 3.456(fs)-.25 G .957(tems, which is another w)-3.456 F
24488.957(ay to notate a chord that is split across tw)-.1 F(o)-.1 E(staf)
2448969.336 722.6 Q(fs, and may often be a better choice.)-.25 E EP
24490%%Page: 138 144
24491%%BeginPageSetup
24492BP
24493%%EndPageSetup
24494/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(38 -)-2.5 E 69.336 102
24495EBEGIN
244960 0.1 0.5 setrgbcolor
24497EEND/F0 14/Times-Bold@0 SF 3.5(13.9 Cr)72.836 102 R(oss-bar beaming)
24498-.252 E 69.336 120 EBEGIN
244990 0 0 setrgbcolor
24500EEND/F0 10/Times-Roman@0 SF(Generally)71.945 120 Q 2.609(,b)-.65 G .109
24501(eams do not cross bar lines, and Mup follo)-2.609 F .109(ws that rule.)
24502-.25 F(Ho)5.109 E(we)-.25 E -.15(ve)-.25 G .909 -.4(r, i).15 H 2.609(fy)
24503.4 G .109(ou w)-2.609 F .109(ant beams to cross a)-.1 F 1.192
24504(bar line, there are at least tw)69.336 132 R 3.692(op)-.1 G 1.192
24505(ossible approaches to getting the desired ef)-3.692 F 1.193
24506(fect. The \214rst is to e)-.25 F(xplicitly)-.15 E .115
24507(specify stem lengths such that all the beams in the v)69.336 144 R .114
24508(arious measures will lie on the same line.)-.25 F -1.1(Yo)5.114 G 2.614
24509(uc)1.1 G .114(an then)-2.614 F(use the line command to \214ll in the g)
2451069.336 156 Q(aps in the beams across the bar lines.)-.05 E .32
24511(The other approach is to dra)69.336 174 R 2.82(wi)-.15 G 2.82(nt)-2.82
24512G .32(he bar line using the "line" construct.)-2.82 F 1.921 -.8(To d)
245135.321 H 2.821(ot).8 G .321(his you \214rst tell Mup that a)-2.821 F .136
24514(measure is twice as long as is really is, so that you can put tw)69.336
24515186 R 2.635(oa)-.1 G .135(ctual measures inside what Mup thinks is a)
24516-2.635 F(single measure. Here is an e)69.336 198 Q(xample.)-.15 E/F1 10
24517/Courier@0 SF(// First make an empty measure ending with an)105.336 216
24518Q(// invisible bar. This is for the sole purpose)105.336 228 Q
24519(// of allowing the real time signature to be)105.336 240 Q
24520(// printed and would not be necessary if we)105.336 252 Q
24521(// wanted to cross a bar line other than)105.336 264 Q
24522(// the very first bar line of the piece.)105.336 276 Q(1: ms;)105.336
24523288 Q(invisbar)105.336 300 Q
24524(// Now, make the effective time signature twice)105.336 324 Q
24525(// as long as the real time signature, but use 'n' so this fake)105.336
24526336 Q(// time signature is not actually printed.)105.336 348 Q
24527(// Set up for beaming across the entire double-length measure.)105.336
24528360 Q(// \(You could could use other beamstyles if you wish, or custom \
24529beaming.\))105.336 372 Q(score time=8/4n)105.336 384 Q(beamstyle=1/2)
24530105.336 396 Q(music)105.336 408 Q
24531(// Now do the double-length measure. On the chord)105.336 432 Q
24532(// just after where we want a bar line, add some extra)105.336 444 Q
24533(// padding and set a location tag so that we can draw)105.336 456 Q
24534(// a bar line relative to the tag.)105.336 468 Q
24535(1: 8c;e;f;d;g;e;f;a; [pad 3; =a]g;e;f;a;g;d+;4c+;)105.336 480 Q
24536(// Also set a location tag on the next bar line,)105.336 492 Q
24537(// so that we can get the vertical endpoints of the)105.336 504 Q
24538(// bar line that we draw from the endpoints of the)105.336 516 Q
24539(// normal Mup-supplied bar line.)105.336 528 Q(bar =b)105.336 540 Q
24540(// Now draw the bar line that goes through the beam.)105.336 564 Q
24541(// Use the horizontal position relative to the "a")105.336 576 Q
24542(// location tag on the chord in the second actual measure,)105.336 588
24543Q(// and get the vertical endpoints from the "b" tag)105.336 600 Q
24544(// associated with the next bar line.)105.336 612 Q
24545(line \(a.w + 1, b.y + 4\) to \(a.w + 1, b.y - 4\))105.336 624 Q 91.836
24546633.6 EBEGIN
24547gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 392 0 rlineto 0 61 neg rlineto closepath stroke grestore
24548EEND 128 702 392 392 -61 61 90.836 694.6 PBEGIN
24549%%BeginDocument: mugex93.ps
24550%%BoundingBox: 128 702 520 763
24551save
245521039846316 1039845534 sv
245531.000000 1.000000 scale
24554% S_SSV
24555(/tmp/ugexiM5077) inputfile
245561 linenum
24557% S_FEED
24558576.29 802.79 504.00 5 1.000000 1.000000 stf
24559% S_CLEFSIG
24560156.08 724.79 1.000000 gclef
24561% S_CHHEAD
24562% S_STAFF
24563% staff 1
24564save
24565restore
24566% S_BAR
2456710 linenum
245680.70 setlinewidth
24569% S_SSV
2457017 linenum
24571% S_CLEFSIG
24572% S_CHHEAD
24573% S_STAFF
24574% staff 1
24575save
24576185.58 712.79 1.000000 4n
24577179.34 712.79 moveto
24578191.81 712.79 lineto stroke
24579189.26 713.54 moveto
24580189.26 740.15 lineto stroke
24581205.67 718.79 1.000000 4n
24582209.35 719.54 moveto
24583209.35 741.17 lineto stroke
24584225.76 721.79 1.000000 4n
24585229.44 722.54 moveto
24586229.44 742.20 lineto stroke
24587245.85 715.79 1.000000 4n
24588249.53 716.54 moveto
24589249.53 743.23 lineto stroke
24590265.94 724.79 1.000000 4n
24591269.62 725.54 moveto
24592269.62 744.26 lineto stroke
24593286.03 718.79 1.000000 4n
24594289.71 719.54 moveto
24595289.71 745.28 lineto stroke
24596306.12 721.79 1.000000 4n
24597309.80 722.54 moveto
24598309.80 746.31 lineto stroke
24599324.71 727.79 1.000000 4n
24600328.39 728.54 moveto
24601328.39 747.26 lineto stroke
24602346.30 724.79 1.000000 4n
24603349.98 725.54 moveto
24604349.98 748.36 lineto stroke
24605366.39 718.79 1.000000 4n
24606370.07 719.54 moveto
24607370.07 749.39 lineto stroke
24608386.48 721.79 1.000000 4n
24609390.16 722.54 moveto
24610390.16 750.42 lineto stroke
24611406.57 727.79 1.000000 4n
24612410.25 728.54 moveto
24613410.25 751.45 lineto stroke
24614426.66 724.79 1.000000 4n
24615430.34 725.54 moveto
24616430.34 752.47 lineto stroke
24617446.75 736.79 1.000000 4n
24618450.43 737.54 moveto
24619450.43 753.50 lineto stroke
24620470.16 733.79 1.000000 4n
24621466.48 733.04 moveto
24622466.48 712.79 lineto stroke
24623newpath
24624188.91 741.65 moveto
24625450.78 755.00 lineto
24626450.78 752.00 lineto
24627188.91 738.65 lineto
24628closepath
24629fill
24630restore
24631% S_BAR
2463230 linenum
246330.70 setlinewidth
24634503.65 742.79 moveto
24635503.65 718.79 lineto stroke
24636% S_LINE
2463737 linenum
24638335.27 742.79 moveto
24639335.27 718.79 lineto stroke
24640% Printing header/footer
24641showpage
24642restore
24643%%DocumentFonts:
24644%%Pages: 2
24645%%EndDocument
24646end PEND 69.336 714.6 EBEGIN
246470 0.1 0.5 setrgbcolor
24648EEND/F0 14/Times-Bold@0 SF 3.5(13.10 Mixed)72.836 714.6 R(time signatur)
246493.5 E(es)-.252 E 69.336 732.6 EBEGIN
246500 0 0 setrgbcolor
24651EEND/F0 10/Times-Roman@0 SF .649
24652(Once in a while, music is written with dif)72.485 732.6 R .65
24653(ferent time signatures on dif)-.25 F .65(ferent staf)-.25 F .65
24654(fs. Mup does not support)-.25 F EP
24655%%Page: 139 145
24656%%BeginPageSetup
24657BP
24658%%EndPageSetup
24659/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(39 -)-2.5 E .158
24660(this directly)69.336 96 R 2.658(,b)-.65 G .157(ut it is possible to si\
24661mulate it for the case where the time signatures reduce to the same v)
24662-2.858 F(alue,)-.25 E .85(for e)69.336 108 R .85
24663(xample, 3/4 and 6/8 time \(since 6/8 tak)-.15 F .851
24664(en as a fraction and reduced to lo)-.1 F .851(west terms is 3/4\). Y)
24665-.25 F .851(ou can)-1.1 F(mak)69.336 120 Q 4.815(et)-.1 G 2.314(he outp\
24666ut use both 3/4 and 6/8 by using a non-printing time signature, then pl\
24667acing the time)-4.815 F(signatures manually)69.336 132 Q 5(.H)-.65 G
24668(ere is an e)-5 E(xample of ho)-.15 E 2.5(wt)-.25 G 2.5(od)-2.5 G 2.5
24669(ot)-2.5 G(hat:)-2.5 E/F1 10/Courier@0 SF(score)105.336 150 Q
24670(// set time signature to 3/4 but don't print it)130.336 162 Q
24671(time=3/4n)130.336 174 Q(staffs=2)130.336 186 Q(staff 1)105.336 210 Q
24672(// We want this staff to be in 3/4 time,)130.336 222 Q
24673(// so beam things in groups of)130.336 234 Q(// quarter note times.)
24674130.336 246 Q(beamstyle=4,4,4)130.336 258 Q(staff 2)105.336 282 Q
24675(// We want this staff to effectively be)130.336 294 Q
24676(// in 6/8 time, so we'll beam things)130.336 306 Q
24677(// in groups of dotted quarters.)130.336 318 Q(beamstyle=4., 4.)130.336
24678330 Q(// In real 6/8 time, the time unit would)130.336 342 Q
24679(// be eighth note, so make that the default)130.336 354 Q(timeunit=8)
24680130.336 366 Q(music)105.336 390 Q
24681(// Add padding to the first chord on at least one)105.336 414 Q
24682(// of the staffs, to make room for the manually placed)105.336 426 Q
24683(// time signatures, and set location tags)105.336 438 Q
24684(1: [pad 5; =t] c; 8d; e; f; g;)105.336 450 Q(2: [=s] g; f; g; 4.c;)
24685105.336 462 Q(// Manually place the time signatures)105.336 486 Q
24686(// They are printed in 16-point newcentury bold font,)105.336 498 Q
24687(// relative to the location tags that were set.)105.336 510 Q
24688(// First print the 3/4)105.336 522 Q
24689(print \(t.w - 4, t.y\) "\\f\(newcentury bold\)\\s\(16\)3";)105.336 534
24690Q(print \(t.w - 4, t.y - 4\) "\\f\(newcentury bold\)\\s\(16\)4";)105.336
24691546 Q(// Then print the 6/8)105.336 570 Q
24692(print \(t.w - 4, s.y\) "\\f\(newcentury bold\)\\s\(16\)6";)105.336 582
24693Q(print \(t.w - 4, s.y - 4\) "\\f\(newcentury bold\)\\s\(16\)8";)105.336
24694594 Q(bar)105.336 606 Q 127.836 615.6 EBEGIN
24695gsave 0 0.25 0.75 setrgbcolor 0 115 rlineto 320 0 rlineto 0 115 neg rlineto closepath stroke grestore
24696EEND 160 648 320 320 -115 115 126.836 730.6 PBEGIN
24697%%BeginDocument: mugex94.ps
24698%%BoundingBox: 160 648 480 763
24699save
247001039846316 1039845534 sv
247011.000000 1.000000 scale
24702% S_SSV
24703(/tmp/ugexiM5077) inputfile
247042 linenum
24705% S_SSV
247069 linenum
24707% S_SSV
2470815 linenum
24709% S_FEED
24710612.29 803.00 468.00 5 1.000000 1.000000 stf
24711612.29 749.00 468.00 5 1.000000 1.000000 stf
247120.70 setlinewidth
24713180.29 743.00 moveto
24714180.29 665.00 lineto stroke
24715% S_CLEFSIG
24716192.08 725.00 1.000000 gclef
24717192.08 671.00 1.000000 gclef
24718% S_CHHEAD
24719% S_STAFF
24720% staff 1
24721save
24722237.65 713.00 1.000000 4n
24723231.42 713.00 moveto
24724243.88 713.00 lineto stroke
24725241.33 713.75 moveto
24726241.33 734.00 lineto stroke
24727314.73 716.00 1.000000 4n
24728318.41 716.75 moveto
24729318.41 735.81 lineto stroke
24730353.27 719.00 1.000000 4n
24731356.96 719.75 moveto
24732356.96 738.81 lineto stroke
24733391.81 722.00 1.000000 4n
24734395.50 722.75 moveto
24735395.50 741.81 lineto stroke
24736431.19 725.00 1.000000 4n
24737434.88 725.75 moveto
24738434.88 744.81 lineto stroke
24739newpath
24740318.06 737.31 moveto
24741357.31 740.31 lineto
24742357.31 737.31 lineto
24743318.06 734.31 lineto
24744closepath
24745fill
24746newpath
24747395.15 743.31 moveto
24748435.23 746.31 lineto
24749435.23 743.31 lineto
24750395.15 740.31 lineto
24751closepath
24752fill
24753restore
24754% S_STAFF
24755% staff 2
24756save
24757237.65 671.00 1.000000 4n
247580.70 setlinewidth
24759241.33 671.75 moveto
24760241.33 690.50 lineto stroke
24761276.19 668.00 1.000000 4n
24762279.87 668.75 moveto
24763279.87 690.50 lineto stroke
24764314.73 671.00 1.000000 4n
24765318.41 671.75 moveto
24766318.41 690.50 lineto stroke
24767353.27 659.00 1.000000 4n
24768362.54 662.00 1.000000 dot
24769347.04 659.00 moveto
24770359.51 659.00 lineto stroke
24771356.96 659.75 moveto
24772356.96 680.00 lineto stroke
24773newpath
24774240.98 692.00 moveto
24775318.76 692.00 lineto
24776318.76 689.00 lineto
24777240.98 689.00 lineto
24778closepath
24779fill
24780restore
24781% S_PRHEAD
2478235 linenum
24783/Times-Roman findfont
2478412 scalefont
24785setfont
24786205.62 731.00 moveto
24787/NewCenturySchlbk-Bold findfont
2478816 scalefont
24789setfont
24790(3) show
24791% S_PRHEAD
2479236 linenum
24793/Times-Roman findfont
2479412 scalefont
24795setfont
24796205.62 719.00 moveto
24797/NewCenturySchlbk-Bold findfont
2479816 scalefont
24799setfont
24800(4) show
24801% S_PRHEAD
2480239 linenum
24803/Times-Roman findfont
2480412 scalefont
24805setfont
24806205.62 677.00 moveto
24807/NewCenturySchlbk-Bold findfont
2480816 scalefont
24809setfont
24810(6) show
24811% S_PRHEAD
2481240 linenum
24813/Times-Roman findfont
2481412 scalefont
24815setfont
24816205.62 665.00 moveto
24817/NewCenturySchlbk-Bold findfont
2481816 scalefont
24819setfont
24820(8) show
24821% S_BAR
2482242 linenum
248230.70 setlinewidth
24824467.65 743.00 moveto
24825467.65 719.00 lineto stroke
24826467.65 689.00 moveto
24827467.65 665.00 lineto stroke
24828% Printing header/footer
24829showpage
24830restore
24831%%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold
24832%%Pages: 2
24833%%EndDocument
24834end PEND EP
24835%%Page: 140 146
24836%%BeginPageSetup
24837BP
24838%%EndPageSetup
24839/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(40 -)-2.5 E 69.336 102
24840EBEGIN
248410 0.1 0.5 setrgbcolor
24842EEND/F0 14/Times-Bold@0 SF 3.5(13.11 Differ)72.836 102 R(ent mar)-.252 E
24843(gins f)-.14 E(or odd/e)-.35 E -.14(ve)-.21 G 3.5(np).14 G(ages)-3.5 E
2484469.336 120 EBEGIN
248450 0 0 setrgbcolor
24846EEND/F0 10/Times-Roman@0 SF .629(Sometimes you may w)72.465 120 R .629
24847(ant to mak)-.1 F 3.129(em)-.1 G(ar)-3.129 E .629(gins dif)-.18 F .629
24848(ferent for odd and e)-.25 F -.15(ve)-.25 G 3.13(np).15 G .63
24849(ages, for e)-3.13 F .63(xample, if you w)-.15 F .63(ant to)-.1 F 1.184
24850(put music in a ringed binder)69.336 132 R 3.684(,a)-.4 G 1.184
24851(nd thus w)-3.684 F 1.183(ant to of)-.1 F 1.183
24852(fset the printing on the pages to a)-.25 F -.2(vo)-.2 G 1.183
24853(id the holes in the).2 F(paper)69.336 144 Q 6.117(.W)-.55 G 1.117
24854(hile you can')-6.117 F 3.617(td)-.18 G 3.617(ot)-3.617 G 1.117
24855(his directly)-3.617 F 3.618(,y)-.65 G 1.118(ou can get the desired ef)
24856-3.618 F 1.118(fect by using appropriate macros, and)-.25 F
24857(then printing the odd and e)69.336 156 Q -.15(ve)-.25 G 2.5(np).15 G
24858(ages in tw)-2.5 E 2.5(op)-.1 G(asses.)-2.5 E
24859(In the Mup input \214le, put something lik)69.336 174 Q 2.5(et)-.1 G
24860(his:)-2.5 E/F1 10/Courier@0 SF(score)105.336 192 Q
24861(// if the WIDELEFT macro is set,)130.336 204 Q
24862(// make the left margin extra wide,)130.336 216 Q
24863(// otherwise if WIDERIGHT is set,)130.336 228 Q
24864(// make the right margin extra wide,)130.336 240 Q
24865(// otherwise make them equal.)130.336 252 Q(ifdef WIDELEFT)130.336 264
24866Q(leftmargin=1)155.336 276 Q(rightmargin=0.5)155.336 288 Q
24867(else ifdef WIDERIGHT)130.336 300 Q(leftmargin=0.5)155.336 312 Q
24868(rightmargin=1)155.336 324 Q(else)130.336 336 Q(leftmargin=0.75)155.336
24869348 Q(rightmargin=0.75)155.336 360 Q(endif endif)130.336 372 Q F0
24870(Then when printing, print in tw)69.336 398 Q 2.5(op)-.1 G
24871(asses. First print the odd pages:)-2.5 E F1
24872(mupprnt -oodd -DWIDELEFT file.mup)105.336 416 Q F0
24873(Then turn the paper o)69.336 436 Q -.15(ve)-.15 G 2.5(ra).15 G
24874(nd print the e)-2.5 E -.15(ve)-.25 G 2.5(np).15 G(ages:)-2.5 E F1
24875(mupprnt -oeven -DWIDERIGHT file.mup)105.336 454 Q F0 .577
24876(This idea should w)69.336 480 R .577
24877(ork as long as the sum of the left and right mar)-.1 F .576
24878(gins are equal between the WIDELEFT)-.18 F 1.073
24879(and WIDERIGHT parts. Otherwise you may get dif)69.336 492 R 1.073
24880(ferent numbers of measures on each page in the tw)-.25 F(o)-.1 E
24881(runs, and you')69.336 504 Q(ll end up missing or repeating measures.)
24882-.1 E 69.336 522 EBEGIN
248830 0.1 0.5 setrgbcolor
24884EEND/F0 14/Times-Bold@0 SF 3.5(13.12 Marking)72.836 522 R
24885(complicated tempo changes)3.5 E 69.336 540 EBEGIN
248860 0 0 setrgbcolor
24887EEND/F0 10/Times-Roman@0 SF .049
24888(Sometimes you may wish to indicate tempo changes by sho)71.885 540 R
24889.048(wing 2 note v)-.25 F .048(alues with an equals sign between)-.25 F
24890.273(them. F)69.336 552 R .273(or simple cases, this is f)-.15 F .274
24891(airly straightforw)-.1 F .274(ard, b)-.1 F .274(ut if you w)-.2 F .274
24892(ant to include beamed notes or a triplet, a)-.1 F .157(little more w)
2489369.336 564 R .157
24894(ork is required. Another use of this notation is to sho)-.1 F 2.657(wt)
24895-.25 G .156(hat the music is to be played in "swing)-2.657 F .73
24896(time," as in this e)69.336 576 R .73(xample, which has tw)-.15 F 3.23
24897(oo)-.1 G .73
24898(rdinary eight notes on one side of the equals sign, and a triplet)-3.23
24899F(made up of a quarter and eighth note on the other:)69.336 588 Q EP
24900%%Page: 141 147
24901%%BeginPageSetup
24902BP
24903%%EndPageSetup
24904/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(41 -)-2.5 E/F1 10/Courier@0
24905SF(score)105.336 96 Q(// This example assumes "size" is set to 15)
24906130.336 108 Q(size=15)130.336 120 Q(beamstyle=4,4)130.336 132 Q(music)
24907105.336 156 Q(// set a location tag)105.336 180 Q(1: [=c] 8c+;a;g;f;)
24908105.336 192 Q(// set X and Y to where the first note will be placed)
24909105.336 216 Q(define X c.x - 3 @)105.336 228 Q(define Y c.y + 5 @)
24910105.336 240 Q(// print "straight 8ths = triplet quarter plus 8th")
24911105.336 264 Q(// print the basic notes and equal sign)105.336 288 Q
24912(print \(X, Y\) "\\\(smup4n\))105.336 300 Q 6(\\\(smup4n\) =)12 F 6
24913(\\\(smup4n\) \\\(smup8n\)")6 F
24914(// print the beam between the straight 8th notes)105.336 324 Q
24915(wide line \(X + 2.1, Y + 5.5\) to \(X + 7.2, Y + 5.5\))105.336 336 Q
24916(// now do the triplet bracket)105.336 360 Q(line \(X + 14.7, Y + 7.0\))
24917105.336 372 Q(to \(X + 17.6, Y + 7.0\) // horz left top segment)12 E
24918(line \(X + 19.4, Y + 7.0\))105.336 384 Q
24919(to \(X + 22.5, Y + 7.0\) // horz right top segment)12 E(line \(X + 14.\
249207, Y + 7.05\) to \(X + 14.7, Y + 5.3\) // vert left side segment)105.336
24921396 Q(line \(X + 22.5, Y + 7.05\) to \(X + 22.5, Y + 5.3\) // vert righ\
24922t side segment)105.336 408 Q
24923(// print the 3 in the middle of the bracket)105.336 432 Q
24924(print \(X + 17.9, Y + 6.1\) "\\s\(8\)\\f\(TI\)3")105.336 444 Q
24925(// the 3 for the triplet)10 E(bar)105.336 468 Q 151.836 477.6 EBEGIN
24926gsave 0 0.25 0.75 setrgbcolor 0 77 rlineto 272 0 rlineto 0 77 neg rlineto closepath stroke grestore
24927EEND 184 701 272 272 -77 77 150.836 554.6 PBEGIN
24928%%BeginDocument: mugex95.ps
24929%%BoundingBox: 184 701 456 778
24930save
249311039846316 1039845534 sv
249321.000000 1.000000 scale
24933% S_SSV
24934(/tmp/ugexiM5077) inputfile
249351 linenum
24936% S_FEED
24937633.89 803.00 446.40 5 1.000000 1.000000 stf
24938% S_CLEFSIG
24939213.68 725.00 1.000000 gclef
24940/NewCenturySchlbk-Bold findfont
2494116 scalefont
24942setfont
24943225.47 731.00 moveto
24944(2) show
24945/NewCenturySchlbk-Bold findfont
2494616 scalefont
24947setfont
24948225.47 718.98 moveto
24949(4) show
24950% S_CHHEAD
24951% S_STAFF
24952% staff 1
24953save
24954257.04 734.00 1.000000 4n
249550.70 setlinewidth
24956253.35 733.25 moveto
24957253.35 715.00 lineto stroke
24958304.99 728.00 1.000000 4n
24959301.31 727.25 moveto
24960301.31 709.00 lineto stroke
24961352.95 725.00 1.000000 4n
24962356.63 725.75 moveto
24963356.63 744.25 lineto stroke
24964401.75 722.00 1.000000 4n
24965405.43 722.75 moveto
24966405.43 741.25 lineto stroke
24967newpath
24968253.00 716.50 moveto
24969301.66 710.50 lineto
24970301.66 707.50 lineto
24971253.00 713.50 lineto
24972closepath
24973fill
24974newpath
24975356.28 745.75 moveto
24976405.78 742.75 lineto
24977405.78 739.75 lineto
24978356.28 742.75 lineto
24979closepath
24980fill
24981restore
24982% S_PRHEAD
2498322 linenum
24984/Times-Roman findfont
2498515 scalefont
24986setfont
24987248.04 746.00 moveto
24988251.84 748.24 0.750000 up4n
24989255.65 746.00 moveto
24990( ) show
24991267.02 748.24 0.750000 up4n
24992270.82 746.00 moveto
24993( = ) show
24994294.43 748.24 0.750000 up4n
24995298.24 746.00 moveto
24996( ) show
24997311.63 748.24 0.750000 up8n
24998317.46 746.00 moveto
24999% S_LINE
2500024 linenum
250013.00 setlinewidth
25002254.34 762.50 moveto
25003269.64 762.50 lineto stroke
25004% S_LINE
2500527 linenum
250060.70 setlinewidth
25007292.14 767.00 moveto
25008300.84 767.00 lineto stroke
25009% S_LINE
2501028 linenum
25011306.24 767.00 moveto
25012315.54 767.00 lineto stroke
25013% S_LINE
2501429 linenum
25015292.14 767.15 moveto
25016292.14 761.90 lineto stroke
25017% S_LINE
2501830 linenum
25019315.54 767.15 moveto
25020315.54 761.90 lineto stroke
25021% S_PRHEAD
2502234 linenum
25023/Times-Roman findfont
2502415 scalefont
25025setfont
25026301.74 764.30 moveto
25027/Times-Italic findfont
250288 scalefont
25029setfont
25030(3) show
25031% S_BAR
2503236 linenum
25033446.05 743.00 moveto
25034446.05 719.00 lineto stroke
25035% Printing header/footer
25036showpage
25037restore
25038%%DocumentFonts: /Times-Roman /Times-Italic /NewCenturySchlbk-Bold
25039%%Pages: 2
25040%%EndDocument
25041end PEND/F0 10/Times-Roman@0 SF .14(Note that if you w)69.336 574.6 R
25042.14(ant a piece to be played in swing time, you may also w)-.1 F .139
25043(ant to set the swingunit parameter)-.1 F(,)-.4 E(which will mak)69.336
25044586.6 Q 2.5(et)-.1 G(he MIDI output use swing time.)-2.5 E 69.336 604.6
25045EBEGIN
250460 0.1 0.5 setrgbcolor
25047EEND/F0 14/Times-Bold@0 SF 3.5(13.13 Placing)72.836 604.6 R(se)3.5 E
25048-.14(ve)-.21 G(ral songs on one page).14 E 69.336 622.6 EBEGIN
250490 0 0 setrgbcolor
25050EEND/F0 10/Times-Roman@0 SF .657
25051(Sometimes you may wish to print more than one song on the same page.)
2505272.493 622.6 R .657(While Mup considers all of its)5.657 F .188
25053(input to be a single song, it is possible to get the ef)69.336 634.6 R
25054.188(fect of separate songs.)-.25 F .188
25055(First of all, on the last bar line of)5.188 F 1.135
25056(\214rst song, use "hidechanges.")69.336 646.6 R 1.135(That w)6.135 F
25057(ay)-.1 E 3.635(,i)-.65 G 3.635(ft)-3.635 G 1.135(he k)-3.635 F 1.436
25058-.15(ey o)-.1 H 3.636(ra).15 G -.15(ny)-3.636 G 1.136(thing is dif).15 F
250591.136(ferent in the ne)-.25 F 1.136(xt song, Mup w)-.15 F(on')-.1 E(t)
25060-.18 E .384(print the changes at the end of the \214rst song. Then use \
25061a "block" for printing the titles for the second song.)69.336 658.6 R
25062(Here is an e)69.336 670.6 Q(xample:)-.15 E EP
25063%%Page: 142 148
25064%%BeginPageSetup
25065BP
25066%%EndPageSetup
25067/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(42 -)-2.5 E/F1 10/Courier@0
25068SF(score)105.336 96 Q(scoresep=10,14)130.336 108 Q(label="")130.336 120
25069Q(header)105.336 132 Q(title \(18\) "Title for first song")130.336 144 Q
25070(music)105.336 156 Q(1: c;d;e;f;)105.336 168 Q(bar)105.336 180 Q
25071(1: f;e;d;c;)105.336 192 Q(bar)105.336 204 Q(1: c;d;e;f;)105.336 216 Q
25072(bar)105.336 228 Q(1: f;d;2c;)105.336 240 Q(endbar)105.336 252 Q
25073(// force time signature to be printed on next score)105.336 276 Q
25074(// by changing the time, but only for an invisible measure)105.336 288
25075Q(score time=5/4n)105.336 300 Q(music)105.336 312 Q(1: ms;)105.336 324 Q
25076(invisbar hidechanges)105.336 336 Q
25077(// Force the block closer to next score,)105.336 360 Q
25078(// so it will better match the spacing of)105.336 372 Q
25079(// the title of the first song.)105.336 384 Q(score scoresep=6,6)
25080105.336 396 Q(// print title for second song)105.336 408 Q(block)105.336
25081420 Q(title \(30\) " ")105.336 432 Q
25082(// Allow some extra room above title)18 E
25083(title \(18\) "Title for second song")105.336 444 Q(score)105.336 468 Q
25084(// Set up for second song)130.336 480 Q(time=4/4)130.336 492 Q(key=1&)
25085130.336 504 Q(music)105.336 528 Q(1: d;e;2f;)105.336 540 Q(bar)105.336
25086552 Q(// Put score spacing back to original)105.336 564 Q
25087(score scoresep=10,14)105.336 576 Q(music)105.336 588 Q(1: a;2g;4f;)
25088105.336 600 Q(bar)105.336 612 Q(1: 2e;4c;d;)105.336 624 Q(bar)105.336
25089636 Q(1: 2g;f;)105.336 648 Q(endbar)105.336 660 Q EP
25090%%Page: 143 149
25091%%BeginPageSetup
25092BP
25093%%EndPageSetup
25094/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(43 -)-2.5 E 111.836 96
25095EBEGIN
25096gsave 0 0.25 0.75 setrgbcolor 0 327 rlineto 352 0 rlineto 0 327 neg rlineto closepath stroke grestore
25097EEND 128 435 352 352 -327 327 110.836 423 PBEGIN
25098%%BeginDocument: mugex96.ps
25099%%BoundingBox: 128 435 480 762
25100save
251011039846316 1039845534 sv
251021.000000 1.000000 scale
25103% S_SSV
25104(/tmp/ugexiM5077) inputfile
251052 linenum
25106% S_FEED
25107579.00 777.13 468.00 5 1.000000 1.000000 stf
25108/Times-Roman findfont
2510912 scalefont
25110setfont
25111144.00 705.13 moveto
25112% S_CLEFSIG
25113158.79 699.13 1.000000 gclef
25114/NewCenturySchlbk-Bold findfont
2511516 scalefont
25116setfont
25117170.58 705.13 moveto
25118(4) show
25119/NewCenturySchlbk-Bold findfont
2512016 scalefont
25121setfont
25122170.58 693.11 moveto
25123(4) show
25124% S_CHHEAD
25125% S_STAFF
25126% staff 1
25127save
25128188.51 687.13 1.000000 4n
251290.70 setlinewidth
25130182.28 687.13 moveto
25131194.74 687.13 lineto stroke
25132192.19 687.88 moveto
25133192.19 708.13 lineto stroke
25134221.95 690.13 1.000000 4n
25135225.63 690.88 moveto
25136225.63 711.13 lineto stroke
25137255.39 693.13 1.000000 4n
25138259.07 693.88 moveto
25139259.07 714.13 lineto stroke
25140289.66 696.13 1.000000 4n
25141293.35 696.88 moveto
25142293.35 717.13 lineto stroke
25143restore
25144% S_BAR
2514512 linenum
251460.70 setlinewidth
25147321.87 717.13 moveto
25148321.87 693.13 lineto stroke
25149% S_CHHEAD
25150% S_STAFF
25151% staff 1
25152save
25153334.29 696.13 1.000000 4n
25154337.98 696.88 moveto
25155337.98 717.13 lineto stroke
25156367.73 693.13 1.000000 4n
25157371.41 693.88 moveto
25158371.41 714.13 lineto stroke
25159401.17 690.13 1.000000 4n
25160404.85 690.88 moveto
25161404.85 711.13 lineto stroke
25162435.45 687.13 1.000000 4n
25163429.21 687.13 moveto
25164441.68 687.13 lineto stroke
25165439.13 687.88 moveto
25166439.13 708.13 lineto stroke
25167restore
25168% S_BAR
2516914 linenum
251700.70 setlinewidth
25171467.65 717.13 moveto
25172467.65 693.13 lineto stroke
25173% S_FEED
25174576.00 711.13 468.00 5 1.000000 1.000000 stf
25175% S_CLEFSIG
25176155.79 633.13 1.000000 gclef
25177% S_CHHEAD
25178% S_STAFF
25179% staff 1
25180save
25181185.54 621.13 1.000000 4n
25182179.31 621.13 moveto
25183191.78 621.13 lineto stroke
25184189.23 621.88 moveto
25185189.23 642.13 lineto stroke
25186219.18 624.13 1.000000 4n
25187222.86 624.88 moveto
25188222.86 645.13 lineto stroke
25189252.81 627.13 1.000000 4n
25190256.49 627.88 moveto
25191256.49 648.13 lineto stroke
25192287.28 630.13 1.000000 4n
25193290.96 630.88 moveto
25194290.96 651.13 lineto stroke
25195restore
25196% S_BAR
2519716 linenum
251980.70 setlinewidth
25199319.65 651.13 moveto
25200319.65 627.13 lineto stroke
25201% S_CHHEAD
25202% S_STAFF
25203% staff 1
25204save
25205332.11 630.13 1.000000 4n
25206335.79 630.88 moveto
25207335.79 651.13 lineto stroke
25208365.70 624.13 1.000000 4n
25209369.38 624.88 moveto
25210369.38 645.13 lineto stroke
25211404.33 621.13 1.000000 2n
25212397.88 621.13 moveto
25213410.78 621.13 lineto stroke
25214408.23 621.88 moveto
25215408.23 642.13 lineto stroke
25216restore
25217% S_BAR
2521817 linenum
252190.70 setlinewidth
25220462.50 651.13 moveto
25221462.50 627.13 lineto stroke
252223.00 setlinewidth
25223466.50 651.13 moveto
25224466.50 627.13 lineto stroke
252250.70 setlinewidth
25226% S_SSV
2522721 linenum
25228% S_CLEFSIG
25229% S_CHHEAD
25230% S_STAFF
25231% staff 1
25232save
25233restore
25234% S_BAR
2523524 linenum
252360.70 setlinewidth
25237% S_SSV
2523829 linenum
25239% S_CLEFSIG
25240% S_FEED
2524131 linenum
25242% S_BLOCKHEAD
2524331 linenum
25244/Times-Roman findfont
2524530 scalefont
25246setfont
25247302.22 584.83 moveto
25248( ) show
25249/Times-Roman findfont
2525018 scalefont
25251setfont
25252229.91 565.60 moveto
25253(Title for second song) show
25254% S_SSV
2525536 linenum
25256% S_FEED
25257576.00 601.95 468.00 5 1.000000 1.000000 stf
25258% S_CLEFSIG
25259155.79 523.95 1.000000 gclef
25260169.33 529.95 1.000000 flat
25261/NewCenturySchlbk-Bold findfont
2526216 scalefont
25263setfont
25264175.07 529.95 moveto
25265(4) show
25266/NewCenturySchlbk-Bold findfont
2526716 scalefont
25268setfont
25269175.07 517.94 moveto
25270(4) show
25271% S_CHHEAD
25272% S_STAFF
25273% staff 1
25274save
25275204.25 514.95 1.000000 4n
25276207.93 515.70 moveto
25277207.93 535.95 lineto stroke
25278237.87 517.95 1.000000 4n
25279241.55 518.70 moveto
25280241.55 538.95 lineto stroke
25281276.52 520.95 1.000000 2n
25282280.41 521.70 moveto
25283280.41 541.95 lineto stroke
25284restore
25285% S_BAR
2528643 linenum
252870.70 setlinewidth
25288329.72 541.95 moveto
25289329.72 517.95 lineto stroke
25290% S_SSV
2529144 linenum
25292% S_CHHEAD
25293% S_STAFF
25294% staff 1
25295save
25296342.15 526.95 1.000000 4n
25297345.83 527.70 moveto
25298345.83 547.95 lineto stroke
25299379.96 523.95 1.000000 2n
25300383.85 524.70 moveto
25301383.85 544.95 lineto stroke
25302435.27 520.95 1.000000 4n
25303438.95 521.70 moveto
25304438.95 541.95 lineto stroke
25305restore
25306% S_BAR
2530748 linenum
253080.70 setlinewidth
25309467.65 541.95 moveto
25310467.65 517.95 lineto stroke
25311% S_FEED
25312576.00 535.95 468.00 5 1.000000 1.000000 stf
25313% S_CLEFSIG
25314155.79 457.95 1.000000 gclef
25315169.33 463.95 1.000000 flat
25316% S_CHHEAD
25317% S_STAFF
25318% staff 1
25319save
25320197.93 451.95 1.000000 2n
25321201.83 452.70 moveto
25322201.83 472.95 lineto stroke
25323255.50 445.95 1.000000 4n
25324249.27 445.95 moveto
25325261.73 445.95 lineto stroke
25326259.18 446.70 moveto
25327259.18 466.95 lineto stroke
25328291.91 448.95 1.000000 4n
25329295.59 449.70 moveto
25330295.59 469.95 lineto stroke
25331restore
25332% S_BAR
2533350 linenum
253340.70 setlinewidth
25335325.89 475.95 moveto
25336325.89 451.95 lineto stroke
25337% S_CHHEAD
25338% S_STAFF
25339% staff 1
25340save
25341343.21 457.95 1.000000 2n
25342347.11 458.70 moveto
25343347.11 478.95 lineto stroke
25344406.02 454.95 1.000000 2n
25345409.91 455.70 moveto
25346409.91 475.95 lineto stroke
25347restore
25348% S_BAR
2534951 linenum
253500.70 setlinewidth
25351462.50 475.95 moveto
25352462.50 451.95 lineto stroke
253533.00 setlinewidth
25354466.50 475.95 moveto
25355466.50 451.95 lineto stroke
253560.70 setlinewidth
25357% Printing header/footer
25358/Times-Roman findfont
2535918 scalefont
25360setfont
25361240.44 741.42 moveto
25362(Title for first song) show
25363showpage
25364restore
25365%%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold
25366%%Pages: 2
25367%%EndDocument
25368end PEND 69.336 443 EBEGIN
253690 0.1 0.5 setrgbcolor
25370EEND/F0 14/Times-Bold@0 SF 3.5(13.14 Cadenzas)72.836 443 R 69.336 461
25371EBEGIN
253720 0 0 setrgbcolor
25373EEND/F0 10/Times-Roman@0 SF .59(Cadenzas or cadenza-lik)72.426 461 R
253743.09(ep)-.1 G .591(assages are often written with an arbitrary number o\
25375f notes per measure.)-3.09 F(One)5.591 E -.1(wa)69.336 473 S 2.5(yt).1 G
253762.5(oa)-2.5 G(ccomplish this is to use a tuplet with the appropriate nu\
25377mber of notes.)-2.5 E/F1 10/Courier@0 SF(score)105.336 491 Q(time = 3/4)
25378130.336 503 Q(music)105.336 527 Q
25379(1: { [cue]... 16g- bm;b-;c;d;e;f;g;a;b;a;g;f;e;d;c;b-;g- ebm;} 17n,2.;)
25380105.336 551 Q(bar)105.336 563 Q 127.836 572.6 EBEGIN
25381gsave 0 0.25 0.75 setrgbcolor 0 68 rlineto 320 0 rlineto 0 68 neg rlineto closepath stroke grestore
25382EEND 160 695 320 320 -68 68 126.836 640.6 PBEGIN
25383%%BeginDocument: mugex97.ps
25384%%BoundingBox: 160 695 480 763
25385save
253861039846316 1039845534 sv
253871.000000 1.000000 scale
25388% S_SSV
25389(/tmp/ugexiM5077) inputfile
253902 linenum
25391% S_FEED
25392612.29 803.00 468.00 5 1.000000 1.000000 stf
25393% S_CLEFSIG
25394192.08 725.00 1.000000 gclef
25395/NewCenturySchlbk-Bold findfont
2539616 scalefont
25397setfont
25398203.87 731.00 moveto
25399(3) show
25400/NewCenturySchlbk-Bold findfont
2540116 scalefont
25402setfont
25403203.87 718.98 moveto
25404(4) show
25405% S_CHHEAD
25406% S_STAFF
25407% staff 1
25408save
25409228.64 704.00 0.583333 4n
254100.70 setlinewidth
25411224.09 707.00 moveto
25412233.20 707.00 lineto stroke
25413224.09 713.00 moveto
25414233.20 713.00 lineto stroke
25415230.65 704.49 moveto
25416230.65 742.02 lineto stroke
25417242.57 710.00 0.583333 4n
25418238.02 713.00 moveto
25419247.12 713.00 lineto stroke
25420244.57 710.49 moveto
25421244.57 742.02 lineto stroke
25422256.49 713.00 0.583333 4n
25423251.94 713.00 moveto
25424261.04 713.00 lineto stroke
25425258.49 713.49 moveto
25426258.49 742.02 lineto stroke
25427270.42 716.00 0.583333 4n
25428272.42 716.49 moveto
25429272.42 742.03 lineto stroke
25430284.34 719.00 0.583333 4n
25431286.34 719.49 moveto
25432286.34 742.02 lineto stroke
25433298.26 722.00 0.583333 4n
25434300.27 722.49 moveto
25435300.27 742.02 lineto stroke
25436312.19 725.00 0.583333 4n
25437314.19 725.49 moveto
25438314.19 742.03 lineto stroke
25439326.11 728.00 0.583333 4n
25440328.11 728.49 moveto
25441328.11 742.02 lineto stroke
25442340.04 731.00 0.583333 4n
25443342.04 731.49 moveto
25444342.04 742.02 lineto stroke
25445353.96 728.00 0.583333 4n
25446355.96 728.49 moveto
25447355.96 742.02 lineto stroke
25448367.88 725.00 0.583333 4n
25449369.89 725.49 moveto
25450369.89 742.03 lineto stroke
25451381.81 722.00 0.583333 4n
25452383.81 722.49 moveto
25453383.81 742.02 lineto stroke
25454395.73 719.00 0.583333 4n
25455397.73 719.49 moveto
25456397.73 742.02 lineto stroke
25457409.66 716.00 0.583333 4n
25458411.66 716.49 moveto
25459411.66 742.03 lineto stroke
25460423.58 713.00 0.583333 4n
25461419.03 713.00 moveto
25462428.13 713.00 lineto stroke
25463425.58 713.49 moveto
25464425.58 742.02 lineto stroke
25465437.51 710.00 0.583333 4n
25466432.95 713.00 moveto
25467442.06 713.00 lineto stroke
25468439.51 710.49 moveto
25469439.51 742.02 lineto stroke
25470451.99 704.00 0.583333 4n
25471447.44 707.00 moveto
25472456.54 707.00 lineto stroke
25473447.44 713.00 moveto
25474456.54 713.00 lineto stroke
25475453.99 704.49 moveto
25476453.99 742.02 lineto stroke
25477newpath
25478230.42 743.00 moveto
25479454.22 743.00 lineto
25480454.22 741.05 lineto
25481230.42 741.05 lineto
25482closepath
25483fill
25484newpath
25485230.42 739.00 moveto
25486454.22 739.00 lineto
25487454.22 737.05 lineto
25488230.42 737.05 lineto
25489closepath
25490fill
25491restore
25492% S_BAR
2549310 linenum
254940.70 setlinewidth
25495467.65 743.00 moveto
25496467.65 719.00 lineto stroke
25497% Printing header/footer
25498showpage
25499restore
25500%%DocumentFonts: /NewCenturySchlbk-Bold
25501%%Pages: 2
25502%%EndDocument
25503end PEND 69.336 660.6 EBEGIN
255040 0.1 0.5 setrgbcolor
25505EEND/F0 14/Times-Bold@0 SF 3.5(13.15 T)72.836 660.6 R(ransposition)
25506-1.036 E 69.336 678.6 EBEGIN
255070 0 0 setrgbcolor
25508EEND/F0 10/Times-Roman@0 SF .933(The transpose and addtranspose paramet\
25509ers can be used to transpose the pitches for a staf)72.77 678.6 R 3.433
25510(fo)-.25 G 3.433(rt)-3.433 G .933(he whole)-3.433 F 2.5(score. The)
2551169.336 690.6 R(follo)2.5 E(wing table sho)-.25 E
25512(ws what transposition v)-.25 E(alues to use for dif)-.25 E
25513(ferent interv)-.25 E(als.)-.25 E EP
25514%%Page: 144 150
25515%%BeginPageSetup
25516BP
25517%%EndPageSetup
25518/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(44 -)-2.5 E .4 LW 398.736
2551988.5 171.936 88.5 DL/F1 10/Times-Bold@0 SF 12.5
25520(halfsteps tranposition alter)176.936 98 R(nate transposition)-.15 E
25521398.736 102.5 171.936 102.5 DL F0 47.78(0p)176.936 112 S(erfect 1)-47.78
25522E(diminished 2)31.97 E 47.78(1a)176.936 124 S(ugmented 1)-47.78 E
25523(minor 2)15.85 E 47.78(2m)176.936 136 S(ajor 2)-47.78 E(diminished 3)
2552436.4 E 47.78(3a)176.936 148 S(ugmented 2)-47.78 E(minor 3)15.85 E 47.78
25525(4m)176.936 160 S(ajor 3)-47.78 E(diminished 4)36.4 E 47.78(5a)176.936
25526172 S(ugmented 3)-47.78 E(perfect 4)15.85 E 47.78(6a)176.936 184 S
25527(ugmented 4)-47.78 E(diminished 5)15.85 E 47.78(7p)176.936 196 S
25528(erfect 5)-47.78 E(diminished 6)31.97 E 47.78(8a)176.936 208 S
25529(ugmented 5)-47.78 E(minor 6)15.85 E 47.78(9m)176.936 220 S(ajor 6)
25530-47.78 E(diminished 7)36.4 E 40.28(10 augmented)176.936 232 R 15.85(6m)
255312.5 G(inor 7)-15.85 E 40.28(11 major)176.936 244 R 36.4(7d)2.5 G
25532(iminished 8)-36.4 E 398.736 248.5 171.936 248.5 DL 289.446 88.5 289.446
25533248.5 DL 222.216 88.5 222.216 248.5 DL 398.736 88.5 398.736 248.5 DL
25534171.936 88.5 171.936 248.5 DL 1.21(This table continues in a similar w)
2553569.336 262 R 1.21(ay for interv)-.1 F 1.21(als be)-.25 F 1.21
25536(yond an octa)-.15 F -.15(ve)-.2 G 6.21(.F).15 G 1.21
25537(or each number of halfsteps you)-6.36 F -.1(wa)69.336 274 S .457
25538(nt to transpose, there is more than one w).1 F .456
25539(ay the transpose and addtranspose parameters can be speci\214ed,)-.1 F
25540.579(as sho)69.336 286 R .579(wn by this table.)-.25 F .579(This allo)
255415.579 F .579(ws to you control whether a sharp k)-.25 F .88 -.15(ey o)
25542-.1 H 3.08(ra\215).15 G .58(at k)-3.08 F .88 -.15(ey i)-.1 H 3.08(st).15
25543G 3.08(ob)-3.08 G 3.08(eu)-3.08 G .58(sed in cases)-3.08 F .686
25544(where there is a choice.)69.336 298 R -.15(Fo)5.686 G 3.185(re).15 G
25545.685(xample, if the k)-3.335 F .985 -.15(ey s)-.1 H .685
25546(ignature has three sharps, and you w).15 F .685(ant to transpose up)-.1
25547F(tw)69.336 310 Q 2.5(oh)-.1 G(alfsteps, you could say either)-2.5 E/F2
2554810/Courier@0 SF(transpose = up maj 2)130.336 328 Q F0(or)69.336 348 Q F2
25549(transpose = up dim 3)130.336 366 Q F0 .709
25550(The \214rst will result in a k)69.336 386 R 1.009 -.15(ey o)-.1 H 3.209
25551<668c>.15 G 1.009 -.15(ve s)-3.209 H .71
25552(harps, and the second will result in se).15 F -.15(ve)-.25 G 3.21<6e8d>
25553.15 G 3.21(ats. These)-3.21 F .71(are equi)3.21 F -.25(va)-.25 G(lent)
25554.25 E -.1(ke)69.336 398 S .754(ys; in major for e)-.05 F .754
25555(xample, the)-.15 F 3.254(ya)-.15 G .754
25556(re B and C \215at, which are the same note.)-3.254 F .753
25557(It is up to you to choose the)5.753 F -.1(wa)69.336 410 S 3.256(yy).1 G
25558.756(ou w)-3.256 F .756(ould lik)-.1 F 3.256(ei)-.1 G 3.256(tt)-3.256 G
255593.256(ob)-3.256 G 3.256(ep)-3.256 G 3.256(rinted. But)-3.256 F .756
25560(no k)3.256 F 1.056 -.15(ey i)-.1 H 3.256(sa).15 G(llo)-3.256 E .756
25561(wed to ha)-.25 F 1.057 -.15(ve m)-.2 H .757(ore than se).15 F -.15(ve)
25562-.25 G 3.257(ns).15 G .757(harps or \215ats, so in)-3.257 F .13
25563(most cases only one of the w)69.336 422 R .13(ays will result in a v)
25564-.1 F .13(alid k)-.25 F -.15(ey)-.1 G 2.63(,a)-.5 G .13(nd the other w)
25565-2.63 F .13(ay will result in an error message.)-.1 F 1.02
25566(The transpose and addtranspose parameters are allo)69.336 440 R 1.021
25567(wed in score and staf)-.25 F 3.521(fc)-.25 G(onte)-3.521 E 1.021
25568(xts, so the)-.15 F 3.521(yc)-.15 G 1.021(an be set to)-3.521 F(dif)
2556969.336 452 Q .99(ferent v)-.25 F .99(alues on dif)-.25 F .99
25570(ferent staf)-.25 F .99(fs, and on the score as a whole.)-.25 F .99
25571(This is useful for printing scores where)5.99 F 2.375
25572(some of the instruments are transposing instruments \(lik)69.336 464 R
255734.875(eB)-.1 G 2.375(-\215at clarinet\).)-4.875 F -1.1(Yo)7.375 G 4.875
25574(uc)1.1 G 2.375(an set the transpose)-4.875 F .802
25575(parameter on speci\214c staf)69.336 476 R .802(fs to appropriate v)-.25
25576F .801(alues for the transposing instruments. Then if you decide you)
25577-.25 F -.1(wa)69.336 488 S .579(nt to mo).1 F .879 -.15(ve t)-.15 H .579
25578(he entire score to a ne).15 F 3.079(wk)-.25 G -.15(ey)-3.179 G 3.079
25579(,y)-.5 G .58(ou can set the addtranspose parameter in score conte)
25580-3.079 F 3.08(xt. Y)-.15 F(ou)-1.1 E 2.316
25581(can enter all the music at true pitch, b)69.336 500 R 2.315
25582(ut print the score and/or the indi)-.2 F 2.315
25583(vidual parts with the correct)-.25 F(transposition.)69.336 512 Q 1.964
25584(Another use for setting dif)69.336 530 R 1.964(ferent transposition v)
25585-.25 F 1.964(alues is the follo)-.25 F 1.964
25586(wing trick, useful in guitar music for)-.25 F .665
25587(printing both the real chords and chords for capo.)69.336 542 R(Say)
255885.665 E 3.165(,f)-.65 G .665(or e)-3.165 F .665(xample, you ha)-.15 F
25589.965 -.15(ve a s)-.2 H .664(ong that is in B \215at, b).15 F(ut)-.2 E
25590.232(the guitar is to use a capo on the third fret, and play in the k)
2559169.336 554 R .532 -.15(ey o)-.1 H 2.732(fG).15 G 5.232(.Y)-2.732 G .232
25592(ou could de\214ne the follo)-6.332 F .232(wing macro)-.25 F
25593(to print both v)69.336 566 Q(ersions of a chord, the capo v)-.15 E
25594(ersion abo)-.15 E .3 -.15(ve t)-.15 H(he real v).15 E(ersion:)-.15 E F2
25595(define CHORD\(COUNT, NAME\))105.336 584 Q
25596(bold chord all: COUNT \222NAME\222;)130.336 608 Q(// chord for capo)30
25597E(ital\(8\) chord 1: COUNT \222NAME\222;)130.336 620 Q(// real chord)24
25598E(@)105.336 632 Q F0(Then, set these transpositions:)69.336 652 Q F2 12
25599(score transpose)105.336 670 R 6(=d)6 G(own minor 3)-6 E
25600(// transpose score for capo)8 E(staff 1 transpose = up perfect 1)
25601105.336 682 Q(// override score transposition)8 E F0
25602(and similarly for an)69.336 702 Q 2.5(yo)-.15 G(ther staf)-2.5 E 2.5
25603(fs. Then,)-.25 F(where)2.5 E -.15(ve)-.25 G 2.5(ry).15 G(ou w)-2.5 E
25604(ant to print a chord, say \(for e)-.1 E(xample\))-.15 E F2
25605(CHORD\(3,Dm\))105.336 720 Q EP
25606%%Page: 145 151
25607%%BeginPageSetup
25608BP
25609%%EndPageSetup
25610/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(45 -)-2.5 E .271
25611(This will print both v)69.336 96 R .271(ersions of the chord abo)-.15 F
25612.571 -.15(ve c)-.15 H .271(ount 3 of the measure.).15 F -.15(Fo)5.271 G
256132.771(rt).15 G .271(he top chord it will transpose)-2.771 F
25614(this to Bm, the capo chord.)69.336 108 Q -.15(Fo)5 G 2.5(rt).15 G
25615(he bottom chord it will lea)-2.5 E .3 -.15(ve i)-.2 H 2.5(ta).15 G 2.5
25616(sD)-2.5 G(m, the real chord.)-2.5 E 69.336 126 EBEGIN
256170 0.1 0.5 setrgbcolor
25618EEND/F0 14/Times-Bold@0 SF 3.5(13.16 Placing)72.836 126 R -.14(ve)3.5 G
25619(rses belo).14 E 3.5(wt)-.14 G(he scor)-3.5 E(es)-.252 E 69.336 144
25620EBEGIN
256210 0 0 setrgbcolor
25622EEND/F0 10/Times-Roman@0 SF .362
25623(Sometimes, particularly with songs that ha)72.198 144 R .662 -.15
25624(ve a l)-.2 H .362(ot of v).15 F .362(erses, you may w)-.15 F .362
25625(ant to put some v)-.1 F .362(erses of lyrics as)-.15 F 2.458
25626(blocks of te)69.336 156 R 2.457(xt belo)-.15 F 4.957(wt)-.25 G 2.457
25627(he music. Probably the easiest w)-4.957 F 2.457
25628(ay to do this is using "print" or "paragraph")-.1 F
25629(statements inside a "block.")69.336 168 Q/F1 10/Courier@0 SF(block)
25630105.336 186 Q(print \(_win.w + 30, _win.n - 15\) "2.)105.336 198 Q(")18
25631E(print "\\)105.336 210 Q(Here is the first line)105.336 222 Q
25632(and the second line)105.336 234 Q(and the third line.)105.336 246 Q(")
25633105.336 258 Q(print \(_win.w + 90, _win.n - 15\) "3.)105.336 270 Q(")18
25634E(print "\\)105.336 282 Q(Here is another verse's first line)105.336 294
25635Q(and its second line)105.336 306 Q(and its third line.)105.336 318 Q(")
25636105.336 330 Q F0 -1.1(Yo)69.336 356 S 2.98(um)1.1 G .48(ay need to use \
25637a little trial-and-error to determine the coordinates to use on the pri\
25638nt statements, b)-2.98 F(ut)-.2 E .044(you only ha)69.336 368 R .344
25639-.15(ve t)-.2 H 2.544(od).15 G .044(etermine one coordinate per v)-2.544
25640F .043
25641(erse, and with a bit of practice it gets easier to \214nd the right)
25642-.15 F -.25(va)69.336 380 S 2.561(lues. Since).25 F .061(the "print" st\
25643atement is being used, the font and size will be determined by the size\
25644 parameter)2.561 F(and font parameter)69.336 392 Q 2.5(,r)-.4 G
25645(ather than by lyricssize and lyricsfont.)-2.5 E .216(If you also w)
2564669.336 410 R .215(ant chords symbols with these v)-.1 F .215
25647(erses, you can do that too. It is easiest if you use Courier font,)-.15
25648F .05(as sho)69.336 422 R .05(wn in the e)-.25 F .05(xample belo)-.15 F
256491.35 -.65(w, s)-.25 H .05(ince its constant-width characters mak).65 F
256502.551(ei)-.1 G 2.551(te)-2.551 G .051(asy to line things up. If you use)
25651-2.551 F 2.5(ap)69.336 434 S(roportional-width font, you will ha)-2.5 E
25652.3 -.15(ve t)-.2 H 2.5(od).15 G(etermine ho)-2.5 E 2.5(wt)-.25 G 2.5(op)
25653-2.5 G(lace the chords by trial and error)-2.5 E(.)-.55 E F1
25654(print \(_win.w + 50, _win.n - 35\) "3.)105.336 452 Q(")18 E
25655(print "\\f\(CR\)\\)105.336 464 Q 72(CD)105.336 476 S 24(7G)-72 G(7)-24
25656E(This is the first line)105.336 488 Q 42(CF)105.336 500 S
25657(of the next verse)105.336 512 Q(B\\\(smflat\))105.336 524 Q
25658(of the song.)105.336 536 Q(")105.336 548 Q 69.336 574 EBEGIN
256590 0.1 0.5 setrgbcolor
25660EEND/F0 14/Times-Bold@0 SF 3.5(13.17 A)72.836 574 R(utomatic piano r)-.7
25661E(eduction)-.252 E 69.336 592 EBEGIN
256620 0 0 setrgbcolor
25663EEND/F0 10/Times-Roman@0 SF .926(Perhaps you')72.762 592 R 3.426(dl)-.5
25664G(ik)-3.426 E 3.426(ea4)-.1 G .926(-part v)-3.426 F .926
25665(ocal piece written on 4 separate staf)-.2 F .926
25666(fs, as well as a piano reduction on tw)-.25 F(o)-.1 E(staf)69.336 604 Q
25667(fs with 2 v)-.25 E 2.5(oices. This)-.2 F(could be done using:)2.5 E EP
25668%%Page: 146 152
25669%%BeginPageSetup
25670BP
25671%%EndPageSetup
25672/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(46 -)-2.5 E/F1 10/Courier@0
25673SF(score)105.336 96 Q(staffs=6)123.336 108 Q(bracket=1-4)123.336 120 Q
25674(brace=5-6)123.336 132 Q(staff 3)105.336 144 Q(clef=treble8)123.336 156
25675Q(staff 4)105.336 168 Q(clef=bass)123.336 180 Q(staff 5)105.336 192 Q
25676(vscheme=2o)123.336 204 Q 12(staffscale=0.75 //)123.336 216 R
25677(make piano staffs a little smaller)6 E(staff 6)105.336 228 Q(clef=bass)
25678123.336 240 Q(vscheme=2o)123.336 252 Q(staffscale=0.75)123.336 264 Q
25679(// Define macros to put each voice on its own staff)105.336 288 Q
25680(// plus the appropriate staff/voice of the piano staffs.)105.336 300 Q
25681(define S 1 1 & 5 1: @)105.336 312 Q(// soprano)12 E
25682(define A 2 1 & 5 2: @)105.336 324 Q(// alto)12 E(define T 3 1 & 6 1: @)
25683105.336 336 Q(// tenor)12 E(define B 4 1 & 6 2: @)105.336 348 Q(// bass)
2568418 E(music)105.336 372 Q 6(S2)105.336 384 S(c+;;)-6 E 6(A2)105.336 396 S
25685(f;e;)-6 E 6(T2)105.336 408 S(a;g;)-6 E 6(B2)105.336 420 S(c;;)-6 E(bar)
25686105.336 432 Q EP
25687%%Page: 147 153
25688%%BeginPageSetup
25689BP
25690%%EndPageSetup
25691/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(47 -)-2.5 E 127.836 96
25692EBEGIN
25693gsave 0 0.25 0.75 setrgbcolor 0 322 rlineto 320 0 rlineto 0 322 neg rlineto closepath stroke grestore
25694EEND 160 441 320 320 -322 322 126.836 418 PBEGIN
25695%%BeginDocument: mugex98.ps
25696%%BoundingBox: 160 441 480 763
25697save
256981039846316 1039845534 sv
256991.000000 1.000000 scale
25700% S_SSV
25701(/tmp/ugexiM5077) inputfile
257022 linenum
25703% S_SSV
257048 linenum
25705% S_SSV
2570610 linenum
25707% S_SSV
2570812 linenum
25709% S_SSV
2571015 linenum
25711% S_FEED
25712622.29 803.00 468.00 5 1.000000 1.000000 stf
25713622.29 749.00 468.00 5 1.000000 1.000000 stf
25714622.29 695.00 468.00 5 1.000000 1.000000 stf
25715622.29 641.00 468.00 5 1.000000 1.000000 stf
25716622.29 590.00 468.00 5 1.000000 0.750000 stf
25717622.29 539.00 468.00 5 1.000000 0.750000 stf
25718188.29 746.00 554.00 bracket
25719189.79 527.00 458.00 brace
257200.52 setlinewidth
25721190.29 743.00 moveto
25722190.29 458.00 lineto stroke
25723% S_CLEFSIG
25724202.08 725.00 1.000000 gclef
25725202.08 671.00 1.000000 gclef
25726202.08 595.26 moveto
25727/Times-Italic findfont
257289 scalefont
25729setfont
25730(8) show
25731202.08 617.00 1.000000 gclef
25732202.33 575.00 1.000000 fclef
25733199.13 513.50 0.750000 gclef
25734199.32 471.50 0.750000 fclef
25735% S_CHHEAD
25736% S_STAFF
25737% staff 1
25738save
25739243.02 734.00 1.000000 2n
257400.70 setlinewidth
25741239.13 733.25 moveto
25742239.13 713.00 lineto stroke
25743360.79 734.00 1.000000 2n
25744356.89 733.25 moveto
25745356.89 713.00 lineto stroke
25746restore
25747% S_STAFF
25748% staff 2
25749save
25750243.02 668.00 1.000000 2n
257510.70 setlinewidth
25752246.92 668.75 moveto
25753246.92 689.00 lineto stroke
25754360.79 665.00 1.000000 2n
25755364.68 665.75 moveto
25756364.68 686.00 lineto stroke
25757restore
25758% S_STAFF
25759% staff 3
25760save
25761243.02 620.00 1.000000 2n
257620.70 setlinewidth
25763246.92 620.75 moveto
25764246.92 641.00 lineto stroke
25765360.79 617.00 1.000000 2n
25766364.68 617.75 moveto
25767364.68 638.00 lineto stroke
25768restore
25769% S_STAFF
25770% staff 4
25771save
25772243.02 566.00 1.000000 2n
257730.70 setlinewidth
25774246.92 566.75 moveto
25775246.92 587.00 lineto stroke
25776360.79 566.00 1.000000 2n
25777364.68 566.75 moveto
25778364.68 587.00 lineto stroke
25779restore
25780% S_STAFF
25781% staff 5
25782save
25783243.02 520.25 0.750000 2n
257840.52 setlinewidth
25785245.95 520.81 moveto
25786245.95 536.00 lineto stroke
25787360.79 520.25 0.750000 2n
25788363.71 520.81 moveto
25789363.71 536.00 lineto stroke
25790243.02 511.25 0.750000 2n
25791240.10 510.69 moveto
25792240.10 495.50 lineto stroke
25793360.79 509.00 0.750000 2n
25794357.86 508.44 moveto
25795357.86 493.25 lineto stroke
25796restore
25797% S_STAFF
25798% staff 6
25799save
25800243.02 476.00 0.750000 2n
258010.52 setlinewidth
25802245.95 476.56 moveto
25803245.95 491.75 lineto stroke
25804360.79 473.75 0.750000 2n
25805363.71 474.31 moveto
25806363.71 489.50 lineto stroke
25807243.02 464.75 0.750000 2n
25808240.10 464.19 moveto
25809240.10 449.00 lineto stroke
25810360.79 464.75 0.750000 2n
25811357.86 464.19 moveto
25812357.86 449.00 lineto stroke
25813restore
25814% S_BAR
2581532 linenum
258160.70 setlinewidth
25817467.65 743.00 moveto
25818467.65 719.00 lineto stroke
25819467.65 689.00 moveto
25820467.65 665.00 lineto stroke
25821467.65 635.00 moveto
25822467.65 611.00 lineto stroke
25823467.65 581.00 moveto
25824467.65 557.00 lineto stroke
25825467.65 527.00 moveto
25826467.65 509.00 lineto stroke
25827467.65 476.00 moveto
25828467.65 458.00 lineto stroke
25829% Printing header/footer
25830showpage
25831restore
25832%%DocumentFonts: /Times-Italic
25833%%Pages: 2
25834%%EndDocument
25835end PEND/F0 10/Times-Roman@0 SF
25836(This can also be done using chord-at-a-time input style:)69.336 438 Q
25837/F1 10/Courier@0 SF
25838(// Define a macro to put each voice on its own staff)105.336 456 Q
25839(// plus the appropriate staff/voice of the piano staffs.)105.336 468 Q
25840(// This example assumes inputting notes from bottom to top.)105.336 480
25841Q(define M [ 4 1 & 6 2; \\)105.336 492 Q 6(31&61)171.336 504 S 6(;\\)-6
25842G 6(21&52)171.336 516 S 6(;\\)-6 G 6(11&51]: @)171.336 528 S(music)
25843105.336 552 Q 6(M2)105.336 576 S(cafc+;cgec+;)-6 E(bar)105.336 588 Q
2584469.336 614 EBEGIN
258450 0.1 0.5 setrgbcolor
25846EEND/F0 14/Times-Bold@0 SF 3.5(13.18 Diagonal)72.836 614 R(slash marks)
258473.5 E 69.336 632 EBEGIN
258480 0 0 setrgbcolor
25849EEND/F0 10/Times-Roman@0 SF .346(Sometimes, instead of a note or notes,\
25850 a diagonal slash mark is printed on a staf)72.182 632 R 2.846(f. This)
25851-.25 F .347(is used for v)2.847 F(arious)-.25 E .166(purposes, such as \
25852strumming a chord \(in a guitar part\), or to mean that the pre)69.336
25853644 R .166(vious beat should be repeated)-.25 F 2.096
25854(or that a note should be impro)69.336 656 R 4.597(vised. Y)-.15 F 2.097
25855(ou can get slash marks for all notes by setting the noteheads)-1.1 F
25856(parameter)69.336 668 Q(.)-.55 E/F1 10/Courier@0 SF
25857(noteheads = "allslash")105.336 686 Q F0(or if you w)69.336 706 Q
25858(ant to use hollo)-.1 E 2.5(ws)-.25 G(lashes for half notes and longer)
25859-2.5 E F1(noteheads = "slash")105.336 724 Q EP
25860%%Page: 148 154
25861%%BeginPageSetup
25862BP
25863%%EndPageSetup
25864/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(48 -)-2.5 E(Usually such sl\
25865ash marks do not include a stem, so you may wish to also set)69.336 96 Q
25866/F1 10/Courier@0 SF(stemlen=0)105.336 114 Q F0(If you just w)69.336 140
25867Q(ant speci\214c chords to be slashes, you can use the chord head shape\
25868 o)-.1 E -.15(ve)-.15 G(rride:).15 E F1
25869(1: b;[ hs "allslash"; len 0 ]... ;;;)105.336 158 Q(bar)105.336 170 Q
25870127.836 179.6 EBEGIN
25871gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
25872EEND 160 702 320 320 -61 61 126.836 240.6 PBEGIN
25873%%BeginDocument: mugex99.ps
25874%%BoundingBox: 160 702 480 763
25875save
258761039846316 1039845534 sv
258771.000000 1.000000 scale
25878% S_SSV
25879(/tmp/ugexiM5077) inputfile
258801 linenum
25881% S_FEED
25882612.29 803.00 468.00 5 1.000000 1.000000 stf
25883% S_CLEFSIG
25884192.08 725.00 1.000000 gclef
25885% S_CHHEAD
25886% S_STAFF
25887% staff 1
25888save
25889226.10 731.00 1.000000 4n
258900.70 setlinewidth
25891222.42 730.25 moveto
25892222.42 710.00 lineto stroke
25893287.28 731.00 1.000000 fillslashhead
25894348.84 731.00 1.000000 fillslashhead
25895411.63 731.00 1.000000 fillslashhead
25896restore
25897% S_BAR
258986 linenum
258990.70 setlinewidth
25900467.65 743.00 moveto
25901467.65 719.00 lineto stroke
25902% Printing header/footer
25903showpage
25904restore
25905%%DocumentFonts:
25906%%Pages: 2
25907%%EndDocument
25908end PEND 69.336 260.6 EBEGIN
259090 0.1 0.5 setrgbcolor
25910EEND/F0 14/Times-Bold@0 SF 3.5(13.19 Br)72.836 260.6 R(eath marks)-.252
25911E 69.336 278.6 EBEGIN
259120 0 0 setrgbcolor
25913EEND/F0 10/Times-Roman@0 SF 2.924(Ac)72.26 278.6 S .424(omma in a lar)
25914-2.924 F .424(ge font can be used as a breath mark.)-.18 F .423
25915(Something in the range of 20 to 30 points usually)5.423 F
25916(looks good; you can adjust to your preference.)69.336 290.6 Q/F1 10
25917/Courier@0 SF(1: c;d;2e;)105.336 308.6 Q
25918(rom \(24\) above all dist 0: 4.5 ",";)105.336 320.6 Q(bar)105.336 332.6
25919Q(1: e;d;2c;)105.336 356.6 Q(bar)105.336 368.6 Q 91.836 378.2 EBEGIN
25920gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 392 0 rlineto 0 61 neg rlineto closepath stroke grestore
25921EEND 128 692 392 392 -61 61 90.836 439.2 PBEGIN
25922%%BeginDocument: mugex100.ps
25923%%BoundingBox: 128 692 520 753
25924save
259251039846316 1039845534 sv
259261.000000 1.000000 scale
25927% S_SSV
25928(/tmp/ugexiM5077) inputfile
259292 linenum
25930% S_FEED
25931576.29 792.97 504.00 5 1.000000 1.000000 stf
25932% S_CLEFSIG
25933156.08 714.97 1.000000 gclef
25934% S_CHHEAD
25935% S_STAFF
25936% staff 1
25937save
25938187.05 702.97 1.000000 4n
259390.70 setlinewidth
25940180.82 702.97 moveto
25941193.28 702.97 lineto stroke
25942190.73 703.72 moveto
25943190.73 723.97 lineto stroke
25944227.94 705.97 1.000000 4n
25945231.62 706.72 moveto
25946231.62 726.97 lineto stroke
25947274.76 708.97 1.000000 2n
25948278.65 709.72 moveto
25949278.65 729.97 lineto stroke
25950/Times-Roman findfont
2595124 scalefont
25952setfont
25953319.55 740.45 moveto
25954(, ) show
25955restore
25956% S_BAR
259579 linenum
259580.70 setlinewidth
25959338.51 732.97 moveto
25960338.51 708.97 lineto stroke
25961% S_CHHEAD
25962% S_STAFF
25963% staff 1
25964save
25965352.19 708.97 1.000000 4n
25966355.87 709.72 moveto
25967355.87 729.97 lineto stroke
25968393.08 705.97 1.000000 4n
25969396.76 706.72 moveto
25970396.76 726.97 lineto stroke
25971439.90 702.97 1.000000 2n
25972433.45 702.97 moveto
25973446.34 702.97 lineto stroke
25974443.79 703.72 moveto
25975443.79 723.97 lineto stroke
25976restore
25977% S_BAR
2597812 linenum
259790.70 setlinewidth
25980503.65 732.97 moveto
25981503.65 708.97 lineto stroke
25982% Printing header/footer
25983showpage
25984restore
25985%%DocumentFonts: /Times-Roman
25986%%Pages: 2
25987%%EndDocument
25988end PEND 69.336 459.2 EBEGIN
259890 0.1 0.5 setrgbcolor
25990EEND/F0 14/Times-Bold@0 SF 3.5(13.20 Or)72.836 459.2 R
25991(gan pedal heel and toe marks)-.14 E 69.336 477.2 EBEGIN
259920 0 0 setrgbcolor
25993EEND/F0 10/Times-Roman@0 SF .278
25994(Mup does not include characters specially for the standard or)72.114
25995477.2 R -.05(ga)-.18 G 2.778(np).05 G .279
25996(edal heel and toe indications, b)-2.778 F .279(ut a U in)-.2 F(helv)
2599769.336 489.2 Q .741
25998(etica font and the acc_hat music symbol can be used. Y)-.15 F .74
25999(ou may w)-1.1 F .74(ant to mak)-.1 F 3.24(et)-.1 G .74
26000(hem a bit smaller than)-3.24 F(the def)69.336 501.2 Q
26001(ault size, so de\214ning macros for them may be useful.)-.1 E/F1 10
26002/Courier@0 SF(score)105.336 519.2 Q(clef = bass)130.336 531.2 Q
26003(// define strings for the organ pedal heel and toe marks)105.336 555.2
26004Q(define HEEL "\\s\(-3\)\\f\(HB\)U" @)105.336 567.2 Q
26005(define TOE "\\s\(-1\)\\\(acc_hat\)" @)105.336 579.2 Q(music)105.336
26006603.2 Q(1: a-;b-;e;f;)105.336 627.2 Q(rom below 1: 1 HEEL; 2 TOE;)
26007105.336 639.2 Q(rom above 1: 3 TOE; 4 HEEL;)105.336 651.2 Q(bar)105.336
26008663.2 Q 127.836 672.8 EBEGIN
26009gsave 0 0.25 0.75 setrgbcolor 0 71 rlineto 320 0 rlineto 0 71 neg rlineto closepath stroke grestore
26010EEND 160 691 320 320 -71 71 126.836 743.8 PBEGIN
26011%%BeginDocument: mugex101.ps
26012%%BoundingBox: 160 691 480 762
26013save
260141930114009 1930113259 sv
260151.000000 1.000000 scale
26016% S_SSV
26017(/tmp/ugexiM5077) inputfile
260182 linenum
26019% S_FEED
26020396.29 1157.33 468.00 5 1.000000 1.000000 stf
26021% S_CLEFSIG
26022192.33 731.33 1.000000 fclef
26023% S_CHHEAD
26024% S_STAFF
26025% staff 1
26026save
26027226.97 716.33 1.000000 4n
260280.70 setlinewidth
26029230.65 717.08 moveto
26030230.65 737.33 lineto stroke
26031288.41 719.33 1.000000 4n
26032292.09 720.08 moveto
26033292.09 740.33 lineto stroke
26034349.84 728.33 1.000000 4n
26035346.16 727.58 moveto
26036346.16 707.33 lineto stroke
26037412.12 731.33 1.000000 4n
26038408.43 730.58 moveto
26039408.43 710.33 lineto stroke
26040/Times-Roman findfont
2604112 scalefont
26042setfont
26043408.88 745.76 moveto
26044/Helvetica-Bold findfont
260459 scalefont
26046setfont
26047(U ) show
26048/Times-Roman findfont
2604912 scalefont
26050setfont
26051345.52 746.30 moveto
26052349.84 746.22 0.916667 acc_hat
26053354.16 746.30 moveto
26054/Times-Roman findfont
2605511 scalefont
26056setfont
26057( ) show
26058/Times-Roman findfont
2605912 scalefont
26060setfont
26061223.73 700.04 moveto
26062/Helvetica-Bold findfont
260639 scalefont
26064setfont
26065(U ) show
26066/Times-Roman findfont
2606712 scalefont
26068setfont
26069284.08 697.63 moveto
26070288.41 697.55 0.916667 acc_hat
26071292.73 697.63 moveto
26072/Times-Roman findfont
2607311 scalefont
26074setfont
26075( ) show
26076restore
26077% S_BAR
2607815 linenum
260790.70 setlinewidth
26080467.65 737.33 moveto
26081467.65 713.33 lineto stroke
26082% Printing header/footer
26083showpage
26084restore
26085%%DocumentFonts: /Times-Roman /Helvetica-Bold
26086%%Pages: 2
26087%%EndDocument
26088end PEND EP
26089%%Page: 149 155
26090%%BeginPageSetup
26091BP
26092%%EndPageSetup
26093/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(49 -)-2.5 E 69.336 104
26094EBEGIN
260950 0.1 0.5 setrgbcolor
26096EEND/F0 14/Times-Bold@0 SF 3.5(13.21 Generating)72.836 104 R
26097(blank staff paper)3.5 E 69.336 122 EBEGIN
260980 0 0 setrgbcolor
26099EEND/F0 10/Times-Roman@0 SF .835
26100(It is possible to use Mup to generate blank music staf)72.671 122 R
261013.336(fp)-.25 G(aper)-3.336 E 5.836(.Y)-.55 G .836
26102(ou simply use an input \214le that contains)-6.936 F 1.098
26103(measure spaces, each ending with an in)69.336 134 R(visbar)-.4 E 6.097
26104(.Y)-.55 G 1.097(ou can control whether you w)-7.197 F 1.097
26105(ant clefs, time signatures,)-.1 F .423
26106(braces, etc., and can control the spacing of staf)69.336 146 R .423
26107(fs using the scoresep parameter)-.25 F 5.424(.H)-.55 G .424
26108(ere is a simple input that)-5.424 F
26109(will generate a page with 8 completely blank staf)69.336 158 Q(fs.)-.25
26110E/F1 10/Courier@0 SF(score)105.336 176 Q 35(scoresep=9,100 //)130.336
26111188 R(spread staffs out nicely)6 E 41(stafflines=5n //)130.336 200 R
26112(don't print any clefs)6 E 21(label="" //)130.336 212 R
26113(make sure left edges line up both on first)6 E 40(label2="" //)130.336
26114224 R(and on subsequent lines)24 E 28(topmargin=1 //)130.336 236 R
26115(allow extra margin to write in header/footer)6 E(bottommargin=1)130.336
26116248 Q 40(time=4/4n //)130.336 260 R(don't print any time signature)6 E
26117(music)105.336 272 Q(define SCORE)105.336 296 Q(1: ms;)130.336 308 Q 21
26118(invisbar //)130.336 320 R(no bar line at the end of the staff)6 E(@)
26119105.336 332 Q(define SCORE_NEWSCORE)105.336 356 Q(SCORE)130.336 368 Q
26120(newscore)130.336 380 Q(@)105.336 392 Q
26121(// print 8 staffs, with newscore between each)105.336 416 Q
26122(SCORE_NEWSCORE)105.336 428 Q(SCORE_NEWSCORE)105.336 440 Q
26123(SCORE_NEWSCORE)105.336 452 Q(SCORE_NEWSCORE)105.336 464 Q
26124(SCORE_NEWSCORE)105.336 476 Q(SCORE_NEWSCORE)105.336 488 Q
26125(SCORE_NEWSCORE)105.336 500 Q(SCORE)105.336 512 Q 69.336 538 EBEGIN
261260 0.1 0.5 setrgbcolor
26127EEND/F0 14/Times-Bold@0 SF 3.5(13.22 Con)72.836 538 R -.14(ve)-.56 G
26128(rting Mup \214les to other f).14 E(ormats)-.35 E 69.336 556 EBEGIN
261290 0 0 setrgbcolor
26130EEND/F0 10/Times-Roman@0 SF 1.132
26131(Since Mup generates PostScript, almost an)72.968 556 R 3.632(yP)-.15 G
261321.132(ostScript tool can be used on its output. In particular)-3.632 F
261333.631(,t)-.4 G(he)-3.631 E .668
26134("ps2pdf" tool that comes with Ghostscript can con)69.336 568 R -.15(ve)
26135-.4 G .668(rt Mup output to PDF format, and the "ps2epsi" tool,).15 F
261361.572(which also comes with Ghostscript, con)69.336 580 R -.15(ve)-.4 G
261371.572
26138(rts a PostScript \214le to an Encapsulated PostScript \(EPS\) \214le.)
26139.15 F(Man)69.336 592 Q 3.23(yt)-.15 G -.15(ex)-3.23 G 3.23(tp).15 G .731
26140(rocessing and graphics programs will let you import EPS \214les, so th\
26141is can let you insert Mup)-3.23 F(output into some other document.)
2614269.336 604 Q .388(There is a package called "psutils" a)69.336 622 R
26143-.25(va)-.2 G .388(ilable on most Linux archi).25 F -.15(ve)-.25 G .388
26144(s, that contains v).15 F .388(arious Postscript tools.)-.25 F .351(The\
26145se include "psnup" which lets you print multiple pages on one sheet of \
26146paper with more \215e)69.336 634 R .352(xibility than)-.15 F(Mup')69.336
26147646 Q 2.5(sp)-.55 G(anelsperpage parameter)-2.5 E 2.5(,a)-.4 G
26148(nd "psselect" which prints a subset of pages.)-2.5 E -1.1(Yo)69.336 664
26149S 2.509(uc)1.1 G .009
26150(an check the user donated programs page on Arkkra')-2.509 F 2.509(sw)
26151-.55 G .009(eb site for other programs for processing Mup)-2.509 F
26152(input or output.)69.336 676 Q EP
26153%%Page: 150 156
26154%%BeginPageSetup
26155BP
26156%%EndPageSetup
26157/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(50 -)-2.5 E 69.336 103
26158EBEGIN
261590 0.1 0.5 setrgbcolor
26160EEND/F0 15/Times-Bold@0 SF 3.75(14. MIDI)73.086 103 R(OUTPUT)3.75 E
2616169.336 121 EBEGIN
261620 0 0 setrgbcolor
26163EEND/F0 10/Times-Roman@0 SF 2.012
26164(Mup will optionally produce MIDI output \(using the -m command line ar)
2616573.848 121 R 4.513(gument\). Mup)-.18 F 2.013(is \214rst and)4.513 F
26166.266(foremost a music publication program, so its MIDI capabilities ha)
2616769.336 133 R .566 -.15(ve a f)-.2 H .766 -.25(ew l).15 H 2.766
26168(imitations. Ho).25 F(we)-.25 E -.15(ve)-.25 G 1.066 -.4(r, t).15 H .266
26169(he MIDI).4 F .567(output is quite useful for "proofreading" \(or perha\
26170ps we should say "proof-listening"\).)69.336 145 R .568
26171(It is often easier to)5.568 F .182(spot a typo in Mup input by listeni\
26172ng to it than to look at the output. Mup pro)69.336 157 R .181
26173(vides enough MIDI control to)-.15 F .911
26174(do virtually all of what MIDI supports, and will be adequate for man)
2617569.336 169 R 3.411(yp)-.15 G .911(eople. Others ho)-3.411 F(we)-.25 E
26176-.15(ve)-.25 G 1.712 -.4(r, m).15 H .912(ay \214nd).4 F(the)69.336 181 Q
261772.5(yw)-.15 G(ant a separate MIDI editor for really serious MIDI w)-2.6
26178E(ork.)-.1 E .535(The follo)69.336 199 R .535
26179(wing section assumes a general kno)-.25 F .535
26180(wledge of MIDI. If you are not f)-.25 F .534
26181(amiliar with MIDI, there are)-.1 F(man)69.336 211 Q 2.5(yb)-.15 G
26182(ooks a)-2.5 E -.25(va)-.2 G
26183(ilable on the subject at most music stores or computer book stores.).25
26184E .959(Each v)69.336 229 R .959(oice is put on a separate MIDI track. T\
26185he \214rst track contains general information such as k)-.2 F 1.26 -.15
26186(ey a)-.1 H(nd).15 E .276(time signature. The ne)69.336 241 R .276
26187(xt track will be for staf)-.15 F 2.776(f1)-.25 G 2.776(,v)-2.776 G .276
26188(oice 1. If staf)-2.976 F 2.776(f1h)-.25 G .275(as a second v)-2.776 F
26189.275(oice, that will be the ne)-.2 F(xt)-.15 E
26190(track, otherwise it will be v)69.336 253 Q(oice 1 of staf)-.2 E 2.5(f2)
26191-.25 G 2.5(,i)-2.5 G 2.5(fa)-2.5 G -.15(ny)-2.5 G 2.5(,a)-.5 G
26192(nd so forth, one track for each v)-2.5 E(oice, top to bottom.)-.2 E
26193.483(Output is in MIDI \214le format 1, with a def)69.336 271 R .483
26194(ault of 120 quarter notes per minute, 192 ticks per quarter note.)-.1 F
26195.04(MIDI channel 1 is used by def)69.336 283 R .04(ault for all v)-.1 F
26196.04(oices. If you w)-.2 F .04(ant to use dif)-.1 F .04
26197(ferent instrument sounds for dif)-.25 F(ferent)-.25 E -.2(vo)69.336 295
26198S 1.006(ices, you will need to specify a dif).2 F 1.006
26199(ferent channel for each v)-.25 F 1.006
26200(oice, then specify the MIDI "program" for)-.2 F(that v)69.336 307 Q
26201(oice. This is demonstrated in some of the e)-.2 E
26202(xamples later in this section.)-.15 E 1.037
26203(Mup MIDI output will handle repeats and \214rst and second endings, b)
2620469.336 325 R 1.037(ut it does not kno)-.2 F 3.537(wa)-.25 G -.15(ny)
26205-3.537 G 1.037(thing about).15 F .852("D.S. al coda" or an)69.336 337 R
26206.852(ything of that sort.)-.15 F .852(It is possible to w)5.852 F .852
26207(ork around this limitation to some e)-.1 F .853(xtent using)-.15 F
262082.702(macros. F)69.336 349 R .201(or e)-.15 F .201(xample, a section be\
26209tween a "sign" and a "jump to coda" symbol could be put inside a macro)
26210-.15 F .294(de\214nition, then the macro can be called. Then later in t\
26211he piece, where the "D. S." occurs the macro can be)69.336 361 R
26212(called ag)69.336 373 Q(ain if MIDI is de\214ned. F)-.05 E(or e)-.15 E
26213(xample:)-.15 E EP
26214%%Page: 151 157
26215%%BeginPageSetup
26216BP
26217%%EndPageSetup
26218/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(51 -)-2.5 E/F1 10/Courier@0
26219SF(// an introductory section, ends with a sign)105.336 96 Q
26220(1: c;d;e;f;)105.336 108 Q(mussym above all: 5 "sign";)105.336 120 Q
26221(bar)105.336 132 Q(// define macro for section between sign and)105.336
26222156 Q(// symbol to "jump to coda")105.336 168 Q(define SECTION)105.336
26223180 Q(1: g;a;g;;)105.336 192 Q(mussym above all: 5 "coda";)105.336 204 Q
26224(bar)105.336 216 Q(@)105.336 228 Q
26225(// print/play the section just defined by)105.336 252 Q(// the macro)
26226105.336 264 Q(SECTION)105.336 276 Q(// now do the music up to the D.S.)
26227105.336 300 Q(1: e;f;2g;)105.336 312 Q(ital above 1: 1 "D. S. al Coda";)
26228105.336 324 Q(dblbar)105.336 336 Q
26229(// human player would now flip back to)105.336 360 Q
26230(// the sign, so do the MIDI equivalent:)105.336 372 Q
26231(// play that section again.)105.336 384 Q(ifdef MIDI)105.336 396 Q
26232(SECTION)130.336 408 Q(endif)105.336 420 Q(// now do the coda)105.336
26233444 Q(1: e;d;2c;)105.336 456 Q(rom above 1: 0 "Coda";)105.336 468 Q
26234(endbar)105.336 480 Q F0 1.123
26235(Mup mainly just outputs the note information.)69.336 506 R 1.122
26236(Mup will recognize octa)6.123 F 1.422 -.15(ve m)-.2 H 1.122
26237(arks, and mo).15 F 1.422 -.15(ve n)-.15 H 1.122(otes up or).15 F(do)
2623869.336 518 Q .808(wn appropriately)-.25 F 5.808(.I)-.65 G 3.308(tr)
26239-5.808 G .808(ecognizes piano pedal marks.)-3.308 F .809
26240(It does not attempt to interpret tempo or dynamics)5.809 F .561(marks \
26241speci\214ed by "rom," "boldital," etc. or ornaments in "mussym" stateme\
26242nt.)69.336 530 R .56(It does interpret rehearsal)5.56 F 1.133
26243(marks as cue points.)69.336 542 R 1.134
26244(It handles grace notes, rolls, slashes, and alternation groups.)6.133 F
26245-1.1(Yo)6.134 G 3.634(uc)1.1 G 1.134(an control ho)-3.634 F(w)-.25 E(le)
2624669.336 554 Q -.05(ga)-.15 G
26247(to the music is by using the Mup "release" parameter).05 E(.)-.55 E
26248.673(Some styles of music are often written in "swing time," meaning th\
26249e players are e)69.336 572 R .672(xpected to play pairs of)-.15 F 1.458
26250(notes with the \214rst twice as long as the second, e)69.336 584 R -.15
26251(ve)-.25 G 3.958(nt).15 G 1.458(hough the)-3.958 F 3.958(ya)-.15 G 1.458
26252(re written as if the)-3.958 F 3.958(yw)-.15 G 1.458(ere the same)-3.958
26253F 1.028
26254(duration, or as if the \214rst were three times as long as the second.)
2625569.336 596 R 1.028(The most common e)6.028 F 1.027(xample w)-.15 F 1.027
26256(ould be)-.1 F .696(where the written notation sho)69.336 608 R .696
26257(ws tw)-.25 F 3.196(oe)-.1 G .697(ighth notes lik)-3.196 F 3.197(e8)-.1
26258G .697(;; or a dotted rh)-3.197 F .697(ythm lik)-.05 F 3.197(e8)-.1 G
26259.697(.;16; b)-3.197 F .697(ut the musician)-.2 F("kno)69.336 620 Q 1.363
26260(ws" that the composer really intended it to be played as if it were a \
26261triplet {4;8;}3; The swingunit)-.25 F
26262(parameter can be used to get Mup MIDI output to automatically follo)
2626369.336 632 Q 2.5(wt)-.25 G(hat performance con)-2.5 E -.15(ve)-.4 G
26264(ntion.).15 E 2.731(AM)69.336 650 S .231
26265(IDI editing program will probably be necessary to add some ef)-2.731 F
262662.731(fects. Ho)-.25 F(we)-.25 E -.15(ve)-.25 G 1.031 -.4(r, i).15 H
262672.731(ti).4 G 2.732(sp)-2.731 G .232(ossible to specify)-2.732 F
26268(certain directi)69.336 662 Q -.15(ve)-.25 G 2.5(sf).15 G(or MIDI.)-2.5
26269E(The)5 E 2.5(ya)-.15 G(re of the form:)-2.5 E/F2 10/Times-Bold@0 SF
26270(midi)105.336 680 Q/F3 10/Times-Italic@0 SF 2.5(SV)6 G F2(:)-2.5 E F3
26271(be)6 E(gintime "k)-.4 E -.3(ey)-.1 G(wor).3 E(d=value";)-.37 E F0(The)
2627269.336 700 Q F3(S)2.617 E F0(and)2.617 E F3(V)2.617 E F0 .116
26273(specify the staf)2.617 F 2.616(fa)-.25 G .116(nd v)-2.616 F .116
26274(oice for which the directi)-.2 F .416 -.15(ve i)-.25 H 2.616(st).15 G
262752.616(oa)-2.616 G(pply)-2.616 E 2.616(.A)-.65 G 2.616(se)-2.616 G(lse)
26276-2.616 E .116(where in Mup, an omitted)-.25 F -.2(vo)69.336 712 S .338
26277(ice will def).2 F .338(ault to v)-.1 F .338(oice 1, and both staf)-.2 F
262782.838(fa)-.25 G .338(nd v)-2.838 F .338(oice can be gi)-.2 F -.15(ve)
26279-.25 G 2.838(na).15 G 2.838(sal)-2.838 G 2.838(ist. Certain)-2.838 F -.1
26280(ke)2.838 G(yw)-.05 E .339(ords apply to the)-.1 F
26281(entire score. In that case the form)69.336 724 Q EP
26282%%Page: 152 158
26283%%BeginPageSetup
26284BP
26285%%EndPageSetup
26286/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(52 -)-2.5 E/F1 10
26287/Times-Bold@0 SF(midi all:)105.336 96 Q/F2 10/Times-Italic@0 SF(be)6 E
26288(gintime "k)-.4 E -.3(ey)-.1 G(wor).3 E(d=value";)-.37 E F0 .1
26289(is used instead.)69.336 116 R .099(The items speci\214ed using "all" a\
26290re placed on the \214rst track, the track containing score-wide)5.1 F
26291(information. The)69.336 128 Q 2.5(ya)-.15 G(re not applied to the v)
26292-2.5 E(oices on the other tracks.)-.2 E(The)69.336 146 Q F2(be)2.606 E
26293(gintime)-.4 E F0 2.606(,a)C 2.606(se)-2.606 G(lse)-2.606 E .106
26294(where in Mup, gi)-.25 F -.15(ve)-.25 G 2.606(st).15 G .106
26295(he beat into the measure where the MIDI output is to be placed.)-2.606
26296F .206(If notes are to be turned on or of)69.336 158 R 2.706(fa)-.25 G
262972.706(tt)-2.706 G .205(he same instant in time as the)-2.706 F F2(be)
262982.705 E(gintime)-.4 E F0 2.705<2c8c>C .205(rst all "note of)-2.705 F
26299.205(f" commands)-.25 F(are generated, then the "midi" command e)69.336
26300170 Q -.15(ve)-.25 G(nts, then "note on" commands.).15 E(The)69.336 188
26301Q F2 -.1(ke)3.344 G(ywor)-.2 E(d=value)-.37 E F0(gi)3.344 E -.15(ve)-.25
26302G 3.344(ss).15 G .845
26303(peci\214c information of what MIDI output to generate. The follo)-3.344
26304F .845(wing k)-.25 F -.15(ey)-.1 G -.1(wo).15 G(rds).1 E
26305(are currently supported:)69.336 200 Q F1 -.1(ke)76.926 218 S(yw).1 E
2630631.385(ord v)-.1 F 73.235(alues meaning)-.1 F(midi S V)64.44 E(midi all)
2630715 E .4 LW 435.986 222.5 69.336 222.5 DL F0 30.82(program 0-127)69.336
26308232 R(program change \(ne)40.83 E 2.5(wi)-.25 G 24.45(nstrument\) yes)
26309-2.5 F(no)38.205 E 24.72(parameter 0-127,0-127)69.336 244 R 120.02
26310(parameter yes)15 F(yes)36.54 E 33.6(channel 1-16)69.336 256 R 128.9
26311(channel yes)45.83 F(no)38.205 E 12.5(chanpressure 0-127)69.336 268 R
26312(channel pressure \(after touch\))40.83 E 34.04(yes yes)43.38 F 39.7
26313(tempo 10-1000)69.336 280 R(tempo, quarter notes per minute)30.83 E
2631435.705(no yes)36.685 F 33.59(seqnum 0-65535)69.336 292 R
26315(sequence number)30.83 E 34.04(yes yes)92.8 F(te)69.336 304 Q 49.85
26316(xt te)-.15 F 46.81(xt te)-.15 F(xt meta e)-.15 E -.15(ve)-.25 G 99.45
26317(nt yes).15 F(yes)36.54 E(cop)69.336 316 Q 26.47(yright te)-.1 F 46.81
26318(xt cop)-.15 F(yright notice)-.1 E 34.04(yes yes)97.33 F 43.04(name te)
2631969.336 328 R 46.81(xt sequence/track)-.15 F 76.42(name yes)2.5 F(yes)
2632036.54 E 21.92(instrument te)69.336 340 R 46.81(xt instrument)-.15 F
2632193.06(name yes)2.5 F(yes)36.54 E(mark)69.336 352 Q 36.48(er te)-.1 F
2632246.81(xt mark)-.15 F(er meta e)-.1 E -.15(ve)-.25 G 86.08(nt yes).15 F
26323(yes)36.54 E 50.82(cue te)69.336 364 R 46.81(xt cue)-.15 F 123.06
26324(point yes)2.5 F(yes)36.54 E 48.59(port 0-127)69.336 376 R(MIDI port)
2632540.83 E 34.04(yes yes)121.12 F(on)69.336 388 Q -.15(ve)-.4 G 23.03
26326(locity 1-127).15 F(note on v)40.83 E 95.71(elocity yes)-.15 F(no)38.205
26327E(of)69.336 400 Q(fv)-.25 E 21.22(elocity 0-127)-.15 F(note of)40.83 E
263282.5(fv)-.25 G 94.3(elocity yes)-2.65 F(no)38.205 E(he)69.336 412 Q 52.91
26329(xh)-.15 G .3 -.15(ex d)-52.91 H 28.21(ata arbitrary).15 F(MIDI data)2.5
26330E 34.04(yes yes)83.64 F .034(The k)69.336 430 R -.15(ey)-.1 G -.1(wo).15
26331G .034(rds can be abbre).1 F .034
26332(viated to their \214rst three or more letters, e)-.25 F .033
26333(xcept "chanpressure" which requires at)-.15 F .389(least \214v)69.336
26334442 R 2.889(el)-.15 G .389(etters to dif)-2.889 F .389(ferentiate it fr\
26335om "channel" \("cha" or "chan" will be interpreted as channel\).)-.25 F
26336.39(In most)5.39 F .342(cases, the "=" is follo)69.336 454 R .342
26337(wed by either a number or some te)-.25 F .342
26338(xt. Exceptions to this are discussed in the ne)-.15 F .342(xt fe)-.15 F
26339(w)-.25 E(paragraphs.)69.336 466 Q 1.446(The "parameter" k)69.336 484 R
26340-.15(ey)-.1 G -.1(wo).15 G 1.446(rd is follo).1 F 1.446
26341(wed by 2 numbers, separated by a comma.)-.25 F 1.447
26342(The \214rst is the parameter)6.446 F(number)69.336 496 Q 2.926(,t)-.4 G
26343.426(he second is the parameter v)-2.926 F 2.926(alue. Thus)-.25 F .425
26344(to set parameter 7 \(which is the v)2.926 F .425
26345(olume parameter\) to 90)-.2 F(for v)69.336 508 Q(oice 2 of staf)-.2 E
263462.5(f3)-.25 G 2.5(,s)-2.5 G(tarting at the be)-2.5 E
26347(ginning of the measure, you can use:)-.15 E/F3 10/Courier@0 SF
26348(midi 3 2: 0 "parameter=7,90";)105.336 526 Q F0 .098(The "on)69.336 552
26349R -.15(ve)-.4 G .098(locity" and "of).15 F(fv)-.25 E .098(elocity" k)
26350-.15 F -.15(ey)-.1 G -.1(wo).15 G .098(rds can ha).1 F .398 -.15(ve o)
26351-.2 H .098(ne or more v).15 F .098
26352(alues, separated by commas. If there is)-.25 F .09(only one v)69.336
26353564 R .09(alue, it applies to all notes in each chord. If there is more\
26354 than one v)-.25 F .09(alue, the \214rst v)-.25 F .09(alue applies to)
26355-.25 F .445(the top note of the chord, the second v)69.336 576 R .445
26356(alue to the second-from-the-top note, and so forth. If there are more)
26357-.25 F .092(notes in a chord than there are v)69.336 588 R .092
26358(alues speci\214ed, the last v)-.25 F .091
26359(alue speci\214ed applies to all of the remaining notes.)-.25 F 1.107
26360(So, for e)69.336 600 R 1.107(xample, if you w)-.15 F 1.107
26361(ant to emphasize the top note of each chord because it is the melody)
26362-.1 F 3.607(,y)-.65 G 1.107(ou can)-3.607 F(specify tw)69.336 612 Q 2.5
26363(ov)-.1 G(alues, as in)-2.75 E F3(midi 1: 1 "onvelocity=76, 60";)105.336
26364630 Q F0(which w)69.336 650 Q(ould cause the top note to ha)-.1 E .3
26365-.15(ve a ve)-.2 H(locity of 76 and all other notes to ha).15 E .3 -.15
26366(ve a ve)-.2 H(locity of 60.).15 E .384(The "he)69.336 668 R .384
26367(x" form can be used to insert an)-.15 F 2.884(ya)-.15 G .384
26368(rbitrary MIDI data into the MIDI \214le. The v)-2.884 F .384
26369(alue consists of an)-.25 F(y)-.15 E -2.15 -.25(ev e)69.336 680 T 2.5
26370(nn).25 G(umber of he)-2.5 E(xadecimal digits.)-.15 E
26371(Spaces and tabs can be included in the v)5 E
26372(alue \214eld for readability)-.25 E(.)-.65 E .939(Note that Mup uses t\
26373he MIDI standard, which numbers instruments from 0 through 127, b)69.336
26374698 R .939(ut some MIDI)-.2 F(playback programs follo)69.336 710 Q 2.5
26375(wac)-.25 G(on)-2.5 E -.15(ve)-.4 G
26376(ntion of numbering them from 1 through 128.).15 E(Here are some e)
2637769.336 728 Q(xamples:)-.15 E EP
26378%%Page: 153 159
26379%%BeginPageSetup
26380BP
26381%%EndPageSetup
26382/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(53 -)-2.5 E/F1 10/Courier@0
26383SF(midi all: 0 "tempo=72";)105.336 96 Q
26384(midi 1-2 1-2: 0 "channel=2"; 0 "program=14"; 3.5 "program=76";)105.336
26385108 Q(midi all: 3 "hex= ff 00 02 00 01";)105.336 120 Q
26386(// sequence number 1)18 E
26387(midi 3,6: 0 "channel=5"; 0 "prog=15"; 0 "instr=dulcimer";)105.336 132 Q
26388(// set parameter 7 \(usually volume\) to 100)105.336 144 Q
26389(midi 2: "par = 7, 100";)105.336 156 Q F0(Here is a more e)69.336 182 Q
26390(xtensi)-.15 E .3 -.15(ve ex)-.25 H(ample of ho).15 E 2.5(wm)-.25 G
26391(idi commands might be used in a song:)-2.5 E EP
26392%%Page: 154 160
26393%%BeginPageSetup
26394BP
26395%%EndPageSetup
26396/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(54 -)-2.5 E/F1 10/Courier@0
26397SF(score)105.336 96 Q(staffs=2)130.336 108 Q(vscheme=2o)130.336 120 Q
26398(staff 2)105.336 144 Q(clef=bass)130.336 156 Q(voice 2 2)105.336 180 Q
26399(// Make the bottom voice more staccato)130.336 192 Q(release=50)130.336
26400204 Q(music)105.336 228 Q(// Set the tempo.)105.336 252 Q
26401(// Start out at 108 quarter notes per minute,)105.336 264 Q
26402(// but on count 4, slow down to 96 per minute.)105.336 276 Q
26403(midi all: 0 "tempo=108"; 4 "tempo=96";)105.336 288 Q
26404(// Put each voice on a different channel)105.336 312 Q
26405(// using a different instrument sound.)105.336 324 Q
26406(// The program numbers correspond to the)105.336 336 Q
26407(// General MIDI sounds as noted.)105.336 348 Q
26408(midi 1 1: 0 "channel=1"; 0 "program=68";)105.336 360 Q(//oboe)12 E
26409(midi 1 2: 0 "channel=2"; 0 "program=11";)105.336 372 Q(//vibraphone)12
26410E(midi 2 1: 0 "channel=6"; 0 "program=60";)105.336 384 Q(//french horn)
2641112 E(midi 2 2: 0 "channel=4"; 0 "program=35";)105.336 396 Q
26412(//fretless bass)12 E(// Make the top voice louder, and put an)105.336
26413420 Q(// accent on the third beat)105.336 432 Q
26414(midi 1 1: 0 "onvelocity=86"; 3 "onvelocity=100"; 4 "onvel=86";)105.336
26415444 Q(// Set maximum reverb on french horn part,)105.336 468 Q
26416(// starting at the second beat.)105.336 480 Q
26417(// \(Reverb is parameter 91\))105.336 492 Q
26418(midi 2 1: 2 "parameter=91, 127";)105.336 504 Q
26419(// Set chorus on oboe to 75, from the beginning.)105.336 528 Q
26420(// \(Chorus is parameter 93\))105.336 540 Q
26421(midi 1 1: 0 "param=93, 75";)105.336 552 Q
26422(// Pan the bass part to middle of left side.)105.336 576 Q
26423(// \(Pan is parameter 10, with a value of 0 being hard left,)105.336
26424588 Q(// 64 in the center, and 127 being hard right, so 32 is)105.336
26425600 Q(// half way to the left.\))105.336 612 Q
26426(midi 2 2: 0 "parameter=10, 32";)105.336 624 Q
26427(// Now the music to be played...)105.336 648 Q 6(11)105.336 660 S 6(:e)
26428-6 G(;d;2c;)-6 E 6(12)105.336 672 S 6(:c)-6 G(;b-;2g-;)-6 E 6(21)105.336
26429684 S 6(:g)-6 G(;f;2e;)-6 E 6(22)105.336 696 S 6(:c)-6 G(;g-;2c;)-6 E
26430(bar)105.336 708 Q EP
26431%%Page: 155 161
26432%%BeginPageSetup
26433BP
26434%%EndPageSetup
26435/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(55 -)-2.5 E 69.336 103
26436EBEGIN
264370 0.1 0.5 setrgbcolor
26438EEND/F0 15/Times-Bold@0 SF 3.75(15. CONCLUSION)73.086 103 R 69.336 121
26439EBEGIN
264400 0 0 setrgbcolor
26441EEND/F0 10/Times-Roman@0 SF .497(The Mup program pro)72.333 121 R .496
26442(vides a con)-.15 F -.15(ve)-.4 G .496(nient w).15 F .496
26443(ay to produce high-quality musical scores. W)-.1 F 2.996(eh)-.8 G .496
26444(ope you enjo)-2.996 F(y)-.1 E 1.769(using it.)69.336 133 R 1.769
26445(Appendix A gi)6.769 F -.15(ve)-.25 G 4.269(sas).15 G 1.769
26446(ample input \214le, demonstrating man)-4.269 F 4.27(yo)-.15 G 4.27(ft)
26447-4.27 G 1.77(he features of Mup. Y)-4.27 F 1.77(ou can)-1.1 F(do)69.336
26448145 Q 1.084(wnload additional sample songs from the Arkkra Enterprises \
26449web site listed belo)-.25 F 4.884 -.65(w. T)-.25 H 1.084
26450(he web site also).65 F 1.644(includes se)69.336 157 R -.15(ve)-.25 G
264511.644(ral programs written by Mup users that may mak).15 F 4.144(eM)-.1
26452G 1.645(up e)-4.144 F -.15(ve)-.25 G 4.145(nm).15 G 1.645
26453(ore useful for you.)-4.145 F(Once)6.645 E(you')69.336 169 Q 1.442 -.15
26454(ve u)-.5 H 1.141(sed Mup for a while, you may \214nd the Quick Referen\
26455ce helpful for remembering details of the).15 F(Mup language.)69.336 181
26456Q(If you ha)69.336 199 Q .3 -.15(ve c)-.2 H
26457(omments or questions, please contact:).15 E(Arkkra Enterprises)141.336
26458211 Q 2.22 -1.11(P. O)141.336 223 T 2.5(.B)1.11 G(ox 315)-2.5 E -.8(Wa)
26459141.336 235 S(rren).8 E(ville, IL 60555)-.4 E(support@arkkra.com)141.336
26460259 Q(http://www)141.336 283 Q(.arkkra.com)-.65 E EP
26461%%Page: 156 162
26462%%BeginPageSetup
26463BP
26464%%EndPageSetup
26465/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(56 -)-2.5 E/F1 16
26466/Times-Bold@0 SF -.4(Ap)244.416 324 S(pendix A).4 E
26467(Example of a Mup input \214le)189.544 372 Q EP
26468%%Page: 157 163
26469%%BeginPageSetup
26470BP
26471%%EndPageSetup
26472/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(57 -)-2.5 E/F1 10/Courier@0
26473SF(//!Mup-Arkkra)105.336 96 Q(// sample of a Mup input file)105.336 120
26474Q(header)105.336 144 Q(title \(18\) "The Star Spangled Banner")130.336
26475156 Q(title ital \(12\) "\(The United States National Anthem\)")130.336
26476168 Q(title \(9\) "Text: Francis Scott Key" "Tune: J. S. Smith")130.336
26477180 Q(title \(9\) "")130.336 192 Q("arr: William J. Krauss")12 E(score)
26478105.336 216 Q(topmargin = 0.5)130.336 228 Q(bottommargin = 0.5)130.336
26479240 Q(leftmargin = 0.65)130.336 252 Q(rightmargin = 0.65)130.336 264 Q
26480(scale = 0.65)130.336 276 Q(packfact = 1.3)130.336 288 Q(key = 3#)
26481130.336 300 Q(time = 3/4)130.336 312 Q(staffs = 2)130.336 324 Q
26482(brace = 1-2)130.336 336 Q(barstyle = 1-2)130.336 348 Q(measnum = y)
26483130.336 360 Q(vscheme = 2o)130.336 372 Q(beamstyle = 4,4,4)130.336 384 Q
26484(endingstyle = top)130.336 396 Q(staff 2)105.336 420 Q(clef = bass)
26485130.336 432 Q(define LYRICS lyrics between 1&2: @)105.336 456 Q(music)
26486105.336 480 Q(// Starts on a pickup, so use space)130.336 492 Q
26487(// at beginning of measure.)130.336 504 Q
26488(// Voices are in unison for the first)130.336 516 Q
26489(// few notes, so specify two voices)130.336 528 Q(// at once.)130.336
26490540 Q 6(11)130.336 552 S(-2: 2s; 8.e<>; 16c;)-6 E 6(21)130.336 564 S
26491(-2: 2s; 8.e<>; 16c;)-6 E(LYRICS 2s; 4;)130.336 576 Q([1] "Oh_";)22 E
26492(// Since the first two sections are)130.336 588 Q
26493(// almost the same, use a repeat)130.336 600 Q(repeatstart)130.336 612
26494Q 6(11)130.336 636 S 6(:a)-6 G(-; c; e;)-6 E 6(12)130.336 648 S 6(:a)-6
26495G(-; c; b-;)-6 E 6(21)130.336 660 S 6(:a)-6 G(-; a; b;)-6 E 6(22)130.336
26496672 S 6(:a)-6 G(-; a; g;)-6 E 33(LYRICS [1])130.336 684 R
26497("say. can you";)6 E(\\)12 E([2] "stripes and bright";)180.336 696 Q
26498(bar)130.336 708 Q 6(11)130.336 732 S 6(:2)-6 G(a; 8.c+; 16b;)-6 E EP
26499%%Page: 158 164
26500%%BeginPageSetup
26501BP
26502%%EndPageSetup
26503/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(58 -)-2.5 E/F1 10/Courier@0
26504SF 6(12)130.336 96 S 6(:2)-6 G(c; 8.; 16;)-6 E 6(21)130.336 108 S 6(:2)
26505-6 G(a; 8.g; 16;)-6 E 6(22)130.336 120 S 6(:2)-6 G(f; 8.e#; 16;)-6 E 33
26506(LYRICS [1])130.336 132 R("see, by the";)6 E(\\)12 E
26507([2] "stars, through the";)180.336 144 Q(bar)130.336 156 Q 6(11)130.336
26508180 S 6(:a)-6 G 6(;c)-6 G 6(;d)-6 G(#;)-6 E 6(12)130.336 192 S 6(:c)-6 G
265096(;;b)-6 G(-;)-6 E 6(21)130.336 204 S 6(:a)-6 G 6(;;;)-6 G 6(22)130.336
26510216 S 6(:f)-6 G 6(;;b)-6 G(-;)-6 E 33(LYRICS [1])130.336 228 R
26511("dawn's ear-ly";)6 E(\\)12 E([2] "per-il-ous";)180.336 240 Q(bar)
26512130.336 252 Q 6(11)130.336 276 S 6(:e)-6 G 6(;r)-6 G 6(;8)-6 G(e; ;)-6 E
265136(12)130.336 288 S 6(:b)-6 G(-; r; 8b-; ;)-6 E 6(21)130.336 300 S 6(:g)
26514-6 G 6(;r)-6 G 6(;8)-6 G(g; ;)-6 E 6(22)130.336 312 S 6(:e)-6 G 6(;r)-6
26515G 6(;8)-6 G(e; ;)-6 E 33(LYRICS [1])130.336 324 R("light what so";)6 E
26516(\\)12 E([2] "fight, o'er the";)180.336 336 Q(bar)130.336 348 Q 6(11)
26517130.336 372 S 6(:4)-6 G(.c+; 8b; 4a;)-6 E 6(12)130.336 384 S 6(:4)-6 G
26518(.e; 8; 4;)-6 E 6(21)130.336 396 S 6(:4)-6 G(.a; 8g; 4a;)-6 E 6(22)
26519130.336 408 S 6(:4)-6 G(.a-; 8b-; 4c;)-6 E 33(LYRICS [1])130.336 420 R
26520("proud-ly we";)6 E(\\)12 E([2] "ram-parts we";)180.336 432 Q(bar)
26521130.336 444 Q 6(11)130.336 468 S 6(:2)-6 G(g; 8.f; 16g;)-6 E 6(12)
26522130.336 480 S 6(:2)-6 G(e; 8.; 16;)-6 E 6(21)130.336 492 S 6(:2)-6 G
26523(b; 8.; 16;)-6 E 6(22)130.336 504 S 6(:2)-6 G(e; 8.d; 16;)-6 E 33
26524(LYRICS [1])130.336 516 R("hailed, At the";)6 E(\\)12 E
26525([2] "watched, were so";)180.336 528 Q(bar)130.336 540 Q 6(11)130.336
26526564 S 6(:a)-6 G 6(;;e)-6 G(;)-6 E 6(12)130.336 576 S 6(:e)-6 G 6(;;;)-6
26527G 6(21)130.336 588 S 6(:a)-6 G 6(;;e)-6 G(;)-6 E 6(22)130.336 600 S 6
26528(:c)-6 G 6(;;e)-6 G(;)-6 E 33(LYRICS [1])130.336 612 R
26529("twi-light's last";)6 E(\\)12 E([2] "gal-lant-ly";)180.336 624 Q
26530(bar ending "1.")130.336 636 Q(1-2 1-2: c; 8a-; r; 8.e; 16c;)130.336 660
26531Q 33(LYRICS [1])130.336 672 R("gleam-ing, whose broad";)6 E
26532(repeatend ending "2.")130.336 684 Q 6(11)130.336 708 S 6(:c)-6 G 6(;8)
26533-6 G(a-; r; 8.c+; 16;)-6 E 6(12)130.336 720 S 6(:c)-6 G 6(;8)-6 G
26534(a-; r; 8.e; 16;)-6 E 6(21)130.336 732 S 6(:c)-6 G 6(;8)-6 G
26535(a-; r; 8.a; 16;)-6 E EP
26536%%Page: 159 165
26537%%BeginPageSetup
26538BP
26539%%EndPageSetup
26540/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(59 -)-2.5 E/F1 10/Courier@0
26541SF 6(22)130.336 96 S 6(:c)-6 G 6(;8)-6 G(a-; r; 8.a-; 16;)-6 E 33
26542(LYRICS [2])130.336 108 R("stream-ing? And the";)6 E(bar endending)
26543130.336 120 Q 6(11)130.336 144 S 6(:c)-6 G(+; d+; e+;)-6 E 6(12)130.336
26544156 S 6(:e)-6 G 6(;;;)-6 G 6(21)130.336 168 S 6(:a)-6 G 6(;b)-6 G 6(;c)
26545-6 G(+;)-6 E 6(22)130.336 180 S 6(:a)-6 G(-; ; ;)-6 E
26546(// continue to mark as verse 2 from now on,)130.336 192 Q
26547(// so that the lyrics will line up properly)130.336 204 Q
26548(// with the lyrics of the second ending.)130.336 216 Q 33(LYRICS [2])
26549130.336 228 R("rock-ets' red";)6 E(bar)130.336 240 Q
26550(// Define a mapping, and use the chord-at-a-time input method for the)
26551105.336 264 Q(// next several measures.)105.336 276 Q
26552(Specify the voices in bottom to top order.)12 E(define M)105.336 288 Q
265536([22)12 G 6(;21)-6 G 6(;12)-6 G -6 6(;11] @)-6 H
26554(M: a-c+ee+; rrrr; 8a-bed+; a-aec+;)130.336 312 Q 33(LYRICS [2])130.336
26555324 R("glare, the bombs";)6 E(bar)130.336 336 Q(M: egeb; egec+; eged+;)
26556130.336 360 Q 33(LYRICS [2])130.336 372 R("burst-ing in";)6 E(bar)
26557130.336 384 Q(M: eged+; rrrr; eged+;)130.336 408 Q 33(LYRICS [2])130.336
26558420 R("air, gave";)6 E(bar)130.336 432 Q(M: 4.a-aec+; 8b-geb; 4caea;)
26559130.336 456 Q 33(LYRICS [2])130.336 468 R("proof through the";)6 E(bar)
26560130.336 480 Q(M: 2ebeg; 8.ebdf; 16ebdg;)130.336 504 Q 33(LYRICS [2])
26561130.336 516 R("night that our";)6 E(bar)130.336 528 Q
26562(M: faca; facc; b-ab-d#;)130.336 552 Q 33(LYRICS [2])130.336 564 R
26563("flag was still";)6 E(bar)130.336 576 Q(M: egb-e; rrrr; egb-e;)130.336
26564600 Q 33(LYRICS [2])130.336 612 R("there. Oh";)6 E(bar)130.336 624 Q 6
26565(11)130.336 648 S 6(:4)-6 G(a; ; 8<>; g;)-6 E 6(12)130.336 660 S 6(:4)-6
26566G(c; b-; 4a-;)-6 E 6(21)130.336 672 S 6(:e)-6 G 6(;;;)-6 G 6(22)130.336
26567684 S 6(:a)-6 G(-; b-; c;)-6 E 33(LYRICS [2])130.336 696 R
26568("say, does that";)6 E(bar)130.336 708 Q 6(11)130.336 732 S 6(:f)-6 G 6
26569(;;;)-6 G EP
26570%%Page: 160 166
26571%%BeginPageSetup
26572BP
26573%%EndPageSetup
26574/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(60 -)-2.5 E/F1 10/Courier@0
26575SF 6(12)130.336 96 S 6(:d)-6 G 6(;;e)-6 G(;)-6 E 6(21)130.336 108 S 6
26576(:a)-6 G 6(;;a)-6 G(#;)-6 E 6(22)130.336 120 S 6(:d)-6 G 6(;;c)-6 G(;)-6
26577E 33(LYRICS [2])130.336 132 R("star-span-gled";)6 E(bar)130.336 144 Q 6
26578(11)130.336 168 S 6(:4)-6 G(b; 8d+<>; c+; b<>; a;)-6 E 6(12)130.336 180
26579S 6(:4)-6 G(d; 4f; ;)-6 E 6(21)130.336 192 S 6(:b)-6 G 6(;8)-6 G
26580(<>; a#; b<>; b#;)-6 E 6(22)130.336 204 S 6(:b)-6 G(-; 8<>; c; d<>; d#;)
26581-6 E 33(LYRICS [2])130.336 216 R("ban-ner yet";)6 E(bar)130.336 228 Q
26582(mussym\(12\) 1-2: 2 "ferm";)130.336 252 Q 6(11)130.336 264 S 6(:a)-6 G
26583(<>; 8g; r; e; ;)-6 E 6(12)130.336 276 S 6(:4)-6 G(.e; 8r; e; ;)-6 E 6
26584(21)130.336 288 S 6(:c)-6 G(+<>; 8b; r; g; ;)-6 E 6(22)130.336 300 S 6
26585(:4)-6 G(.e; 8r; d; ;)-6 E 33(LYRICS [2])130.336 312 R
26586("wave_ o'er the";)6 E(bar)130.336 324 Q 6(11)130.336 348 S 6(:4)-6 G
26587(.a<>; 8b; c+; d+;)-6 E 6(12)130.336 360 S 6(:4)-6 G(.e<>; 8; ; ;)-6 E 6
26588(21)130.336 372 S 6(:4)-6 G(.a<>; 8g; a; ;)-6 E 6(22)130.336 384 S 6(:4)
26589-6 G(.c<>; 8e; a-; b-;)-6 E 33(LYRICS [2])130.336 396 R("land_ of the";)
265906 E(bar)130.336 408 Q(mussym\(12\) 1-2: 1 "ferm";)130.336 432 Q 6(11)
26591130.336 444 S 6(:e)-6 G(+; r; 8a; b;)-6 E 6(12)130.336 456 S 6(:e)-6 G 6
26592(;r)-6 G 6(;8)-6 G(d; ;)-6 E 6(21)130.336 468 S 6(:a)-6 G 6(;r)-6 G 6
26593(;8)-6 G(a; ;)-6 E 6(22)130.336 480 S 6(:c)-6 G 6(;r)-6 G 6(;8)-6 G
26594(f; fn;)-6 E 33(LYRICS [2])130.336 492 R("free and the";)6 E(bar)130.336
26595504 Q 6(11)130.336 528 S 6(:4)-6 G(.c+; 8d+; 4b;)-6 E 6(12)130.336 540 S
265966(:4)-6 G(.e; 8; 4d;)-6 E 6(21)130.336 552 S 6(:4)-6 G(.a; 8; 4g;)-6 E 6
26597(22)130.336 564 S 6(:4)-6 G(.e; 8; 4;)-6 E 33(LYRICS [2])130.336 576 R
26598("home of the";)6 E(bar)130.336 588 Q 6(11)130.336 612 S 6(:2)-6 G
26599(a; 4s;)-6 E 6(12)130.336 624 S 6(:2)-6 G(c; 4s;)-6 E 6(21)130.336 636 S
266006(:2)-6 G(e; 4s;)-6 E 6(22)130.336 648 S 6(:2)-6 G(a-; 4s;)-6 E 33
26601(LYRICS [2])130.336 660 R("brave?";)6 E(endbar)130.336 672 Q EP
26602%%Page: 161 167
26603%%BeginPageSetup
26604BP
26605%%EndPageSetup
26606/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(61 -)-2.5 E 11.836 96 EBEGIN
26607gsave 0 0.25 0.75 setrgbcolor 0 636 rlineto 552 0 rlineto 0 636 neg rlineto closepath stroke grestore
26608EEND 24 127 552 552 -636 636 10.836 732 PBEGIN
26609%%BeginDocument: mugex102.ps
26610%%BoundingBox: 24 127 576 763
26611save
266121930114009 1930113259 sv
266130.650000 0.650000 scale
26614% S_SSV
26615(/tmp/ugexiM5077) inputfile
2661612 linenum
26617% S_SSV
2661829 linenum
26619% S_FEED
26620334.29 1513.68 869.54 5 1.000000 1.000000 stf
26621334.29 1404.11 869.54 5 1.000000 1.000000 stf
26622117.79 1093.68 960.11 brace
266230.70 setlinewidth
26624118.29 1093.68 moveto
26625118.29 960.11 lineto stroke
26626% S_CLEFSIG
26627130.08 1075.68 1.000000 gclef
26628130.33 978.11 1.000000 fclef
26629144.70 1093.68 1.000000 sharp
26630151.34 1084.68 1.000000 sharp
26631157.98 1096.68 1.000000 sharp
26632144.70 978.11 1.000000 sharp
26633151.34 969.11 1.000000 sharp
26634157.98 981.11 1.000000 sharp
26635/NewCenturySchlbk-Bold findfont
2663616 scalefont
26637setfont
26638164.30 1081.68 moveto
26639(3) show
26640/NewCenturySchlbk-Bold findfont
2664116 scalefont
26642setfont
26643164.30 1069.66 moveto
26644(4) show
26645/NewCenturySchlbk-Bold findfont
2664616 scalefont
26647setfont
26648164.30 972.11 moveto
26649(3) show
26650/NewCenturySchlbk-Bold findfont
2665116 scalefont
26652setfont
26653164.30 960.09 moveto
26654(4) show
26655% S_CHHEAD
26656% S_STAFF
26657% staff 1
26658save
2665941 linenum
26660206.76 1025.96 moveto
26661232.29 1025.96 lineto stroke
26662/Times-Roman findfont
2666312 scalefont
26664setfont
26665186.17 1025.96 moveto
26666(Oh) show
26667191.32 1069.68 1.000000 4n
26668200.58 1072.68 1.000000 dot
26669195.00 1070.43 moveto
26670195.00 1088.52 lineto stroke
26671228.25 1063.68 1.000000 4n
26672222.02 1063.68 moveto
26673234.49 1063.68 lineto stroke
26674231.94 1064.43 moveto
26675231.94 1082.52 lineto stroke
26676newpath
26677194.65 1090.02 moveto
26678232.29 1084.02 lineto
26679232.29 1081.02 lineto
26680194.65 1087.02 lineto
26681closepath
26682fill
26683newpath
26684231.59 1079.02 moveto
26685223.52 1080.33 lineto
26686223.52 1077.33 lineto
26687231.59 1076.02 lineto
26688closepath
26689fill
26690191.32 1069.68 1.000000 4n
26691200.58 1072.68 1.000000 dot
26692187.64 1068.93 moveto
26693187.64 1050.83 lineto stroke
26694228.25 1063.68 1.000000 4n
26695222.02 1063.68 moveto
26696234.49 1063.68 lineto stroke
26697224.57 1062.93 moveto
26698224.57 1044.83 lineto stroke
26699newpath
26700187.29 1052.33 moveto
26701224.92 1046.33 lineto
26702224.92 1043.33 lineto
26703187.29 1049.33 lineto
26704closepath
26705fill
26706newpath
26707224.22 1051.33 moveto
26708216.16 1052.64 lineto
26709216.16 1049.64 lineto
26710224.22 1048.33 lineto
26711closepath
26712fill
26713191.32 1064.58 moveto
26714191.39 1064.77 lineto
26715195.95 1062.30 200.77 1060.55 205.86 1059.53 curveto
26716210.94 1058.51 216.07 1058.26 221.23 1058.78 curveto
26717221.22 1058.37 lineto
26718216.02 1057.30 210.82 1057.28 205.62 1058.33 curveto
26719200.42 1059.37 195.62 1061.39 191.24 1064.39 curveto
26720fill
26721205.58 1074.78 moveto
26722205.59 1075.00 lineto
26723209.65 1076.06 213.71 1076.06 217.77 1074.99 curveto
26724221.82 1073.91 225.36 1071.91 228.36 1068.98 curveto
26725228.15 1068.58 lineto
26726224.93 1071.02 221.36 1072.75 217.45 1073.79 curveto
26727213.54 1074.82 209.58 1075.08 205.57 1074.55 curveto
26728fill
26729restore
26730% S_STAFF
26731% staff 2
26732save
26733191.32 975.11 1.000000 4n
26734200.58 975.11 1.000000 dot
267350.70 setlinewidth
26736195.00 975.86 moveto
26737195.00 993.95 lineto stroke
26738228.25 969.11 1.000000 4n
26739231.94 969.86 moveto
26740231.94 987.95 lineto stroke
26741newpath
26742194.65 995.45 moveto
26743232.29 989.45 lineto
26744232.29 986.45 lineto
26745194.65 992.45 lineto
26746closepath
26747fill
26748newpath
26749231.59 984.45 moveto
26750223.52 985.76 lineto
26751223.52 982.76 lineto
26752231.59 981.45 lineto
26753closepath
26754fill
26755191.32 975.11 1.000000 4n
26756200.58 975.11 1.000000 dot
26757187.64 974.36 moveto
26758187.64 956.26 lineto stroke
26759228.25 969.11 1.000000 4n
26760224.57 968.36 moveto
26761224.57 950.26 lineto stroke
26762newpath
26763187.29 957.76 moveto
26764224.92 951.76 lineto
26765224.92 948.76 lineto
26766187.29 954.76 lineto
26767closepath
26768fill
26769newpath
26770224.22 956.76 moveto
26771216.16 958.07 lineto
26772216.16 955.07 lineto
26773224.22 953.76 lineto
26774closepath
26775fill
26776191.32 970.01 moveto
26777191.39 970.20 lineto
26778195.95 967.73 200.77 965.98 205.86 964.96 curveto
26779210.94 963.94 216.07 963.69 221.23 964.21 curveto
26780221.22 963.81 lineto
26781216.02 962.73 210.82 962.72 205.62 963.76 curveto
26782200.42 964.80 195.62 966.82 191.24 969.82 curveto
26783fill
26784205.58 980.21 moveto
26785205.59 980.43 lineto
26786209.65 981.50 213.71 981.49 217.77 980.42 curveto
26787221.82 979.34 225.36 977.34 228.36 974.41 curveto
26788228.15 974.01 lineto
26789224.93 976.45 221.36 978.19 217.45 979.22 curveto
26790213.54 980.26 209.58 980.51 205.57 979.98 curveto
26791fill
26792restore
26793% S_BAR
2679444 linenum
26795253.85 1084.68 1.000000 dot
26796253.85 1078.68 1.000000 dot
26797253.85 975.11 1.000000 dot
26798253.85 969.11 1.000000 dot
267990.70 setlinewidth
26800250.85 1093.68 moveto
26801250.85 960.11 lineto stroke
268023.00 setlinewidth
26803246.85 1093.68 moveto
26804246.85 960.11 lineto stroke
268050.70 setlinewidth
26806% S_CHHEAD
26807% S_STAFF
26808% staff 1
26809save
2681046 linenum
26811/Times-Roman findfont
2681212 scalefont
26813setfont
26814263.40 1025.96 moveto
26815(say.) show
26816/Times-Roman findfont
2681712 scalefont
26818setfont
26819311.82 1025.96 moveto
26820(can) show
26821/Times-Roman findfont
2682212 scalefont
26823setfont
26824358.21 1025.96 moveto
26825(you) show
2682646 linenum
26827/Times-Roman findfont
2682812 scalefont
26829setfont
26830260.34 1012.64 moveto
26831(stripes) show
26832/Times-Roman findfont
2683312 scalefont
26834setfont
26835311.66 1012.64 moveto
26836(and) show
26837/Times-Roman findfont
2683812 scalefont
26839setfont
26840355.56 1012.64 moveto
26841(bright) show
26842268.16 1057.68 1.000000 4n
26843261.92 1057.68 moveto
26844274.39 1057.68 lineto stroke
26845261.92 1063.68 moveto
26846274.39 1063.68 lineto stroke
26847271.84 1058.43 moveto
26848271.84 1081.68 lineto stroke
26849315.98 1063.68 1.000000 4n
26850309.74 1063.68 moveto
26851322.21 1063.68 lineto stroke
26852319.66 1064.43 moveto
26853319.66 1084.68 lineto stroke
26854362.69 1069.68 1.000000 4n
26855366.37 1070.43 moveto
26856366.37 1090.68 lineto stroke
26857268.16 1057.68 1.000000 4n
26858261.92 1057.68 moveto
26859274.39 1057.68 lineto stroke
26860261.92 1063.68 moveto
26861274.39 1063.68 lineto stroke
26862264.47 1056.93 moveto
26863264.47 1036.68 lineto stroke
26864315.98 1063.68 1.000000 4n
26865309.74 1063.68 moveto
26866322.21 1063.68 lineto stroke
26867312.29 1062.93 moveto
26868312.29 1042.68 lineto stroke
26869362.69 1060.68 1.000000 4n
26870356.46 1063.68 moveto
26871368.92 1063.68 lineto stroke
26872359.01 1059.93 moveto
26873359.01 1039.68 lineto stroke
26874restore
26875% S_STAFF
26876% staff 2
26877save
26878268.16 963.11 1.000000 4n
268790.70 setlinewidth
26880271.84 963.86 moveto
26881271.84 984.11 lineto stroke
26882315.98 984.11 1.000000 4n
26883319.66 984.86 moveto
26884319.66 1005.11 lineto stroke
26885362.69 987.11 1.000000 4n
26886366.37 987.86 moveto
26887366.37 1008.11 lineto stroke
26888268.16 963.11 1.000000 4n
26889264.47 962.36 moveto
26890264.47 942.11 lineto stroke
26891315.98 984.11 1.000000 4n
26892312.29 983.36 moveto
26893312.29 963.11 lineto stroke
26894362.69 981.11 1.000000 4n
26895359.01 980.36 moveto
26896359.01 960.11 lineto stroke
26897restore
26898% S_BAR
2689953 linenum
269000.70 setlinewidth
26901408.44 1093.68 moveto
26902408.44 960.11 lineto stroke
26903% S_CHHEAD
26904% S_STAFF
26905% staff 1
26906save
2690754 linenum
26908/Times-Roman findfont
2690912 scalefont
26910setfont
26911421.16 1025.96 moveto
26912(see,) show
26913/Times-Roman findfont
2691412 scalefont
26915setfont
26916496.19 1025.96 moveto
26917(by) show
26918/Times-Roman findfont
2691912 scalefont
26920setfont
26921532.97 1025.96 moveto
26922(the) show
2692354 linenum
26924/Times-Roman findfont
2692512 scalefont
26926setfont
26927419.51 1012.64 moveto
26928(stars,) show
26929/Times-Roman findfont
2693012 scalefont
26931setfont
26932489.89 1012.64 moveto
26933(through) show
26934/Times-Roman findfont
2693512 scalefont
26936setfont
26937532.97 1012.64 moveto
26938(the) show
26939425.75 1078.68 1.000000 2n
26940429.65 1079.43 moveto
26941429.65 1099.68 lineto stroke
26942499.18 1084.68 1.000000 4n
26943508.44 1084.68 1.000000 dot
26944502.86 1085.43 moveto
26945502.86 1103.85 lineto stroke
26946536.62 1081.68 1.000000 4n
26947540.30 1082.43 moveto
26948540.30 1100.85 lineto stroke
26949newpath
26950502.51 1105.35 moveto
26951540.65 1102.35 lineto
26952540.65 1099.35 lineto
26953502.51 1102.35 lineto
26954closepath
26955fill
26956newpath
26957539.95 1097.35 moveto
26958531.89 1098.00 lineto
26959531.89 1095.00 lineto
26960539.95 1094.35 lineto
26961closepath
26962fill
26963425.75 1063.68 1.000000 2n
26964419.30 1063.68 moveto
26965432.20 1063.68 lineto stroke
26966421.85 1062.93 moveto
26967421.85 1042.68 lineto stroke
26968499.18 1063.68 1.000000 4n
26969508.44 1060.68 1.000000 dot
26970492.94 1063.68 moveto
26971505.41 1063.68 lineto stroke
26972495.49 1062.93 moveto
26973495.49 1044.18 lineto stroke
26974536.62 1063.68 1.000000 4n
26975530.39 1063.68 moveto
26976542.85 1063.68 lineto stroke
26977532.94 1062.93 moveto
26978532.94 1044.18 lineto stroke
26979newpath
26980495.14 1045.68 moveto
26981533.29 1045.68 lineto
26982533.29 1042.68 lineto
26983495.14 1042.68 lineto
26984closepath
26985fill
26986newpath
26987532.59 1050.68 moveto
26988524.52 1050.68 lineto
26989524.52 1047.68 lineto
26990532.59 1047.68 lineto
26991closepath
26992fill
26993restore
26994% S_STAFF
26995% staff 2
26996save
26997425.75 984.11 1.000000 2n
269980.70 setlinewidth
26999429.65 984.86 moveto
27000429.65 1005.11 lineto stroke
27001499.18 981.11 1.000000 4n
27002508.44 981.11 1.000000 dot
27003502.86 981.86 moveto
27004502.86 1000.61 lineto stroke
27005536.62 981.11 1.000000 4n
27006540.30 981.86 moveto
27007540.30 1000.61 lineto stroke
27008newpath
27009502.51 1002.11 moveto
27010540.65 1002.11 lineto
27011540.65 999.11 lineto
27012502.51 999.11 lineto
27013closepath
27014fill
27015newpath
27016539.95 997.11 moveto
27017531.89 997.11 lineto
27018531.89 994.11 lineto
27019539.95 994.11 lineto
27020closepath
27021fill
27022425.75 978.11 1.000000 2n
27023421.85 977.36 moveto
27024421.85 957.11 lineto stroke
27025499.18 975.11 1.000000 4n
27026489.82 975.11 1.000000 sharp
27027508.44 975.11 1.000000 dot
27028495.49 974.36 moveto
27029495.49 955.61 lineto stroke
27030536.62 975.11 1.000000 4n
27031532.94 974.36 moveto
27032532.94 955.61 lineto stroke
27033newpath
27034495.14 957.11 moveto
27035533.29 957.11 lineto
27036533.29 954.11 lineto
27037495.14 954.11 lineto
27038closepath
27039fill
27040newpath
27041532.59 962.11 moveto
27042524.52 962.11 lineto
27043524.52 959.11 lineto
27044532.59 959.11 lineto
27045closepath
27046fill
27047restore
27048% S_BAR
2704961 linenum
270500.70 setlinewidth
27051554.71 1093.68 moveto
27052554.71 960.11 lineto stroke
27053% S_CHHEAD
27054% S_STAFF
27055% staff 1
27056save
2705762 linenum
27058/Times-Roman findfont
2705912 scalefont
27060setfont
27061560.28 1025.96 moveto
27062(dawn's) show
27063/Times-Roman findfont
2706412 scalefont
27065setfont
27066643.21 1025.96 moveto
27067(-) show
27068/Times-Roman findfont
2706912 scalefont
27070setfont
27071611.77 1025.96 moveto
27072(ear) show
27073/Times-Roman findfont
2707412 scalefont
27075setfont
27076663.03 1025.96 moveto
27077(ly) show
2707862 linenum
27079/Times-Roman findfont
2708012 scalefont
27081setfont
27082595.07 1012.64 moveto
27083(-) show
27084/Times-Roman findfont
2708512 scalefont
27086setfont
27087564.12 1012.64 moveto
27088(per) show
27089/Times-Roman findfont
2709012 scalefont
27091setfont
27092639.29 1012.64 moveto
27093(-) show
27094/Times-Roman findfont
2709512 scalefont
27096setfont
27097613.76 1012.64 moveto
27098(il) show
27099/Times-Roman findfont
2710012 scalefont
27101setfont
27102661.20 1012.64 moveto
27103(ous) show
27104568.92 1078.68 1.000000 4n
27105572.61 1079.43 moveto
27106572.61 1099.68 lineto stroke
27107616.41 1063.68 1.000000 4n
27108610.18 1063.68 moveto
27109622.64 1063.68 lineto stroke
27110620.09 1064.43 moveto
27111620.09 1084.68 lineto stroke
27112665.36 1066.68 1.000000 4n
27113656.00 1066.68 1.000000 sharp
27114669.04 1067.43 moveto
27115669.04 1087.68 lineto stroke
27116568.92 1063.68 1.000000 4n
27117562.69 1063.68 moveto
27118575.16 1063.68 lineto stroke
27119565.24 1062.93 moveto
27120565.24 1042.68 lineto stroke
27121616.41 1063.68 1.000000 4n
27122610.18 1063.68 moveto
27123622.64 1063.68 lineto stroke
27124612.73 1062.93 moveto
27125612.73 1042.68 lineto stroke
27126665.36 1060.68 1.000000 4n
27127659.12 1063.68 moveto
27128671.59 1063.68 lineto stroke
27129661.67 1059.93 moveto
27130661.67 1039.68 lineto stroke
27131restore
27132% S_STAFF
27133% staff 2
27134save
27135568.92 984.11 1.000000 4n
271360.70 setlinewidth
27137572.61 984.86 moveto
27138572.61 1005.11 lineto stroke
27139616.41 984.11 1.000000 4n
27140620.09 984.86 moveto
27141620.09 1005.11 lineto stroke
27142665.36 984.11 1.000000 4n
27143669.04 984.86 moveto
27144669.04 1005.11 lineto stroke
27145568.92 978.11 1.000000 4n
27146565.24 977.36 moveto
27147565.24 957.11 lineto stroke
27148616.41 978.11 1.000000 4n
27149612.73 977.36 moveto
27150612.73 957.11 lineto stroke
27151665.36 966.11 1.000000 4n
27152661.67 965.36 moveto
27153661.67 945.11 lineto stroke
27154restore
27155% S_BAR
2715669 linenum
271570.70 setlinewidth
27158709.62 1093.68 moveto
27159709.62 960.11 lineto stroke
27160% S_CHHEAD
27161% S_STAFF
27162% staff 1
27163save
2716470 linenum
27165/Times-Roman findfont
2716612 scalefont
27167setfont
27168718.76 1025.96 moveto
27169(light) show
27170/Times-Roman findfont
2717112 scalefont
27172setfont
27173806.74 1025.96 moveto
27174(what) show
27175/Times-Roman findfont
2717612 scalefont
27177setfont
27178838.98 1025.96 moveto
27179(so) show
2718070 linenum
27181/Times-Roman findfont
2718212 scalefont
27183setfont
27184717.84 1012.64 moveto
27185(fight,) show
27186/Times-Roman findfont
2718712 scalefont
27188setfont
27189807.75 1012.64 moveto
27190(o'er) show
27191/Times-Roman findfont
2719212 scalefont
27193setfont
27194837.99 1012.64 moveto
27195(the) show
27196724.23 1069.68 1.000000 4n
27197727.91 1070.43 moveto
27198727.91 1090.68 lineto stroke
27199772.16 1093.68 1.000000 4rest
27200812.56 1069.68 1.000000 4n
27201816.24 1070.43 moveto
27202816.24 1089.18 lineto stroke
27203841.64 1069.68 1.000000 4n
27204845.32 1070.43 moveto
27205845.32 1089.18 lineto stroke
27206newpath
27207815.89 1090.68 moveto
27208845.67 1090.68 lineto
27209845.67 1087.68 lineto
27210815.89 1087.68 lineto
27211closepath
27212fill
27213724.23 1060.68 1.000000 4n
27214718.00 1063.68 moveto
27215730.46 1063.68 lineto stroke
27216720.55 1059.93 moveto
27217720.55 1039.68 lineto stroke
27218772.16 1051.68 1.000000 4rest
27219812.56 1060.68 1.000000 4n
27220806.32 1063.68 moveto
27221818.79 1063.68 lineto stroke
27222808.87 1059.93 moveto
27223808.87 1041.18 lineto stroke
27224841.64 1060.68 1.000000 4n
27225835.41 1063.68 moveto
27226847.87 1063.68 lineto stroke
27227837.96 1059.93 moveto
27228837.96 1041.18 lineto stroke
27229newpath
27230808.52 1042.68 moveto
27231838.31 1042.68 lineto
27232838.31 1039.68 lineto
27233808.52 1039.68 lineto
27234closepath
27235fill
27236restore
27237% S_STAFF
27238% staff 2
27239save
27240724.23 981.11 1.000000 4n
272410.70 setlinewidth
27242727.91 981.86 moveto
27243727.91 1002.11 lineto stroke
27244772.16 990.11 1.000000 4rest
27245812.56 981.11 1.000000 4n
27246816.24 981.86 moveto
27247816.24 1000.61 lineto stroke
27248841.64 981.11 1.000000 4n
27249845.32 981.86 moveto
27250845.32 1000.61 lineto stroke
27251newpath
27252815.89 1002.11 moveto
27253845.67 1002.11 lineto
27254845.67 999.11 lineto
27255815.89 999.11 lineto
27256closepath
27257fill
27258724.23 975.11 1.000000 4n
27259720.55 974.36 moveto
27260720.55 954.11 lineto stroke
27261772.16 960.11 1.000000 4rest
27262812.56 975.11 1.000000 4n
27263808.87 974.36 moveto
27264808.87 955.61 lineto stroke
27265841.64 975.11 1.000000 4n
27266837.96 974.36 moveto
27267837.96 955.61 lineto stroke
27268newpath
27269808.52 957.11 moveto
27270838.31 957.11 lineto
27271838.31 954.11 lineto
27272808.52 954.11 lineto
27273closepath
27274fill
27275restore
27276% S_BAR
2727777 linenum
272780.70 setlinewidth
27279869.19 1093.68 moveto
27280869.19 960.11 lineto stroke
27281% S_FEED
27282298.00 1320.11 869.54 5 1.000000 1.000000 stf
27283/Times-Roman findfont
2728411 scalefont
27285setfont
2728686.50 914.11 moveto
27287(5) show
27288298.00 1207.41 869.54 5 1.000000 1.000000 stf
2728981.50 900.11 763.41 brace
2729082.00 900.11 moveto
2729182.00 763.41 lineto stroke
27292550.59 914.11 moveto
27293550.59 925.11 lineto stroke
27294/Times-Roman findfont
2729512 scalefont
27296setfont
27297553.59 915.11 moveto
27298(1.) show
27299550.59 925.11 moveto
27300709.87 925.11 lineto stroke
27301709.87 925.11 moveto
27302709.87 914.11 lineto stroke
27303713.87 914.11 moveto
27304713.87 925.11 lineto stroke
27305/Times-Roman findfont
2730612 scalefont
27307setfont
27308716.87 915.11 moveto
27309(2.) show
27310713.87 925.11 moveto
27311867.19 925.11 lineto stroke
27312% S_CLEFSIG
2731393.79 882.11 1.000000 gclef
2731494.04 781.41 1.000000 fclef
27315108.41 900.11 1.000000 sharp
27316115.05 891.11 1.000000 sharp
27317121.69 903.11 1.000000 sharp
27318108.41 781.41 1.000000 sharp
27319115.05 772.41 1.000000 sharp
27320121.69 784.41 1.000000 sharp
27321% S_CHHEAD
27322% S_STAFF
27323% staff 1
27324save
2732578 linenum
27326/Times-Roman findfont
2732712 scalefont
27328setfont
27329183.52 829.33 moveto
27330(-) show
27331/Times-Roman findfont
2733212 scalefont
27333setfont
27334141.70 829.33 moveto
27335(proud) show
27336/Times-Roman findfont
2733712 scalefont
27338setfont
27339200.47 829.33 moveto
27340(ly) show
27341/Times-Roman findfont
2734212 scalefont
27343setfont
27344230.02 829.33 moveto
27345(we) show
2734678 linenum
27347/Times-Roman findfont
2734812 scalefont
27349setfont
27350178.32 816.01 moveto
27351(-) show
27352/Times-Roman findfont
2735312 scalefont
27354setfont
27355144.00 816.01 moveto
27356(ram) show
27357/Times-Roman findfont
2735812 scalefont
27359setfont
27360196.98 816.01 moveto
27361(parts) show
27362/Times-Roman findfont
2736312 scalefont
27364setfont
27365230.02 816.01 moveto
27366(we) show
27367149.66 891.11 1.000000 4n
27368158.92 891.11 1.000000 dot
27369153.34 891.86 moveto
27370153.34 912.11 lineto stroke
27371202.79 888.11 1.000000 4n
27372206.47 888.86 moveto
27373206.47 909.11 lineto stroke
27374209.50 909.11 1.000000 dnflag
27375233.51 885.11 1.000000 4n
27376237.20 885.86 moveto
27377237.20 906.11 lineto stroke
27378149.66 876.11 1.000000 4n
27379158.92 873.11 1.000000 dot
27380145.97 875.36 moveto
27381145.97 855.11 lineto stroke
27382202.79 876.11 1.000000 4n
27383199.11 875.36 moveto
27384199.11 855.11 lineto stroke
27385202.13 855.11 1.000000 upflag
27386233.51 876.11 1.000000 4n
27387229.83 875.36 moveto
27388229.83 855.11 lineto stroke
27389restore
27390% S_STAFF
27391% staff 2
27392save
27393149.66 787.41 1.000000 4n
27394158.92 790.41 1.000000 dot
273950.70 setlinewidth
27396153.34 788.16 moveto
27397153.34 808.41 lineto stroke
27398202.79 784.41 1.000000 4n
27399206.47 785.16 moveto
27400206.47 805.41 lineto stroke
27401209.50 805.41 1.000000 dnflag
27402233.51 787.41 1.000000 4n
27403237.20 788.16 moveto
27404237.20 808.41 lineto stroke
27405149.66 766.41 1.000000 4n
27406158.92 766.41 1.000000 dot
27407145.97 765.66 moveto
27408145.97 745.41 lineto stroke
27409202.79 769.41 1.000000 4n
27410199.11 768.66 moveto
27411199.11 748.41 lineto stroke
27412202.13 748.41 1.000000 upflag
27413233.51 772.41 1.000000 4n
27414229.83 771.66 moveto
27415229.83 751.41 lineto stroke
27416restore
27417% S_BAR
2741885 linenum
274190.70 setlinewidth
27420273.60 900.11 moveto
27421273.60 763.41 lineto stroke
27422% S_CHHEAD
27423% S_STAFF
27424% staff 1
27425save
2742686 linenum
27427/Times-Roman findfont
2742812 scalefont
27429setfont
27430284.58 829.33 moveto
27431(hailed,) show
27432/Times-Roman findfont
2743312 scalefont
27434setfont
27435358.92 829.33 moveto
27436(At) show
27437/Times-Roman findfont
2743812 scalefont
27439setfont
27440390.65 829.33 moveto
27441(the) show
2744286 linenum
27443/Times-Roman findfont
2744412 scalefont
27445setfont
27446281.91 816.01 moveto
27447(watched,) show
27448/Times-Roman findfont
2744912 scalefont
27450setfont
27451356.09 816.01 moveto
27452(were) show
27453/Times-Roman findfont
2745412 scalefont
27455setfont
27456391.64 816.01 moveto
27457(so) show
27458292.64 882.11 1.000000 2n
27459296.54 882.86 moveto
27460296.54 903.11 lineto stroke
27461358.23 879.11 1.000000 4n
27462374.85 879.11 1.000000 dot
27463361.91 879.86 moveto
27464361.91 898.94 lineto stroke
27465394.31 882.11 1.000000 4n
27466397.99 882.86 moveto
27467397.99 901.94 lineto stroke
27468newpath
27469361.56 900.44 moveto
27470398.34 903.44 lineto
27471398.34 900.44 lineto
27472361.56 897.44 lineto
27473closepath
27474fill
27475newpath
27476397.64 898.44 moveto
27477389.58 897.77 lineto
27478389.58 894.77 lineto
27479397.64 895.44 lineto
27480closepath
27481fill
27482292.64 876.11 1.000000 2n
27483288.74 875.36 moveto
27484288.74 855.11 lineto stroke
27485365.59 876.11 1.000000 4n
27486374.85 873.11 1.000000 dot
27487361.91 875.36 moveto
27488361.91 856.61 lineto stroke
27489394.31 876.11 1.000000 4n
27490390.63 875.36 moveto
27491390.63 856.61 lineto stroke
27492newpath
27493361.56 858.11 moveto
27494390.98 858.11 lineto
27495390.98 855.11 lineto
27496361.56 855.11 lineto
27497closepath
27498fill
27499newpath
27500390.28 863.11 moveto
27501382.21 863.11 lineto
27502382.21 860.11 lineto
27503390.28 860.11 lineto
27504closepath
27505fill
27506restore
27507% S_STAFF
27508% staff 2
27509save
27510292.64 790.41 1.000000 2n
275110.70 setlinewidth
27512296.54 791.16 moveto
27513296.54 811.41 lineto stroke
27514361.91 790.41 1.000000 4n
27515371.17 790.41 1.000000 dot
27516365.59 791.16 moveto
27517365.59 809.91 lineto stroke
27518394.31 790.41 1.000000 4n
27519397.99 791.16 moveto
27520397.99 809.91 lineto stroke
27521newpath
27522365.24 811.41 moveto
27523398.34 811.41 lineto
27524398.34 808.41 lineto
27525365.24 808.41 lineto
27526closepath
27527fill
27528newpath
27529397.64 806.41 moveto
27530389.58 806.41 lineto
27531389.58 803.41 lineto
27532397.64 803.41 lineto
27533closepath
27534fill
27535292.64 778.41 1.000000 2n
27536288.74 777.66 moveto
27537288.74 757.41 lineto stroke
27538361.91 775.41 1.000000 4n
27539371.17 772.41 1.000000 dot
27540358.23 774.66 moveto
27541358.23 755.91 lineto stroke
27542394.31 775.41 1.000000 4n
27543390.63 774.66 moveto
27544390.63 755.91 lineto stroke
27545newpath
27546357.88 757.41 moveto
27547390.98 757.41 lineto
27548390.98 754.41 lineto
27549357.88 754.41 lineto
27550closepath
27551fill
27552newpath
27553390.28 762.41 moveto
27554382.21 762.41 lineto
27555382.21 759.41 lineto
27556390.28 759.41 lineto
27557closepath
27558fill
27559restore
27560% S_BAR
2756193 linenum
275620.70 setlinewidth
27563411.13 900.11 moveto
27564411.13 763.41 lineto stroke
27565% S_CHHEAD
27566% S_STAFF
27567% staff 1
27568save
2756994 linenum
27570/Times-Roman findfont
2757112 scalefont
27572setfont
27573443.03 829.33 moveto
27574(-) show
27575/Times-Roman findfont
2757612 scalefont
27577setfont
27578418.15 829.33 moveto
27579(twi) show
27580/Times-Roman findfont
2758112 scalefont
27582setfont
27583455.65 829.33 moveto
27584(light's) show
27585/Times-Roman findfont
2758612 scalefont
27587setfont
27588504.01 829.33 moveto
27589(last) show
2759094 linenum
27591/Times-Roman findfont
2759212 scalefont
27593setfont
27594443.87 816.01 moveto
27595(-) show
27596/Times-Roman findfont
2759712 scalefont
27598setfont
27599418.31 816.01 moveto
27600(gal) show
27601/Times-Roman findfont
2760212 scalefont
27603setfont
27604489.29 816.01 moveto
27605(-) show
27606/Times-Roman findfont
2760712 scalefont
27608setfont
27609457.81 816.01 moveto
27610(lant) show
27611/Times-Roman findfont
2761212 scalefont
27613setfont
27614505.85 816.01 moveto
27615(ly) show
27616422.95 885.11 1.000000 4n
27617426.64 885.86 moveto
27618426.64 906.11 lineto stroke
27619463.28 885.11 1.000000 4n
27620466.96 885.86 moveto
27621466.96 906.11 lineto stroke
27622508.17 876.11 1.000000 4n
27623511.85 876.86 moveto
27624511.85 897.11 lineto stroke
27625422.95 876.11 1.000000 4n
27626419.27 875.36 moveto
27627419.27 855.11 lineto stroke
27628463.28 876.11 1.000000 4n
27629459.60 875.36 moveto
27630459.60 855.11 lineto stroke
27631508.17 876.11 1.000000 4n
27632504.49 875.36 moveto
27633504.49 855.11 lineto stroke
27634restore
27635% S_STAFF
27636% staff 2
27637save
27638422.95 787.41 1.000000 4n
276390.70 setlinewidth
27640426.64 788.16 moveto
27641426.64 808.41 lineto stroke
27642463.28 787.41 1.000000 4n
27643466.96 788.16 moveto
27644466.96 808.41 lineto stroke
27645508.17 778.41 1.000000 4n
27646511.85 779.16 moveto
27647511.85 799.41 lineto stroke
27648422.95 772.41 1.000000 4n
27649419.27 771.66 moveto
27650419.27 751.41 lineto stroke
27651463.28 772.41 1.000000 4n
27652459.60 771.66 moveto
27653459.60 751.41 lineto stroke
27654508.17 778.41 1.000000 4n
27655504.49 777.66 moveto
27656504.49 757.41 lineto stroke
27657restore
27658% S_BAR
27659100 linenum
276600.70 setlinewidth
27661548.59 900.11 moveto
27662548.59 763.41 lineto stroke
27663% S_CHHEAD
27664% S_STAFF
27665% staff 1
27666save
27667102 linenum
27668/Times-Roman findfont
2766912 scalefont
27670setfont
27671589.78 829.33 moveto
27672(-) show
27673/Times-Roman findfont
2767412 scalefont
27675setfont
27676554.06 829.33 moveto
27677(gleam) show
27678/Times-Roman findfont
2767912 scalefont
27680setfont
27681599.20 829.33 moveto
27682(ing,) show
27683/Times-Roman findfont
2768412 scalefont
27685setfont
27686642.66 829.33 moveto
27687(whose) show
27688/Times-Roman findfont
2768912 scalefont
27690setfont
27691676.65 829.33 moveto
27692(broad) show
27693562.38 870.11 1.000000 4n
27694556.14 870.11 moveto
27695568.61 870.11 lineto stroke
27696566.06 870.86 moveto
27697566.06 891.11 lineto stroke
27698603.77 864.11 1.000000 4n
27699597.54 864.11 moveto
27700610.01 864.11 lineto stroke
27701597.54 870.11 moveto
27702610.01 870.11 lineto stroke
27703607.46 864.86 moveto
27704607.46 888.11 lineto stroke
27705610.48 888.11 1.000000 dnflag
27706628.61 900.11 1.000000 8rest
27707650.31 876.11 1.000000 4n
27708659.58 879.11 1.000000 dot
27709653.99 876.86 moveto
27710653.99 894.88 lineto stroke
27711683.45 870.11 1.000000 4n
27712677.22 870.11 moveto
27713689.69 870.11 lineto stroke
27714687.14 870.86 moveto
27715687.14 888.88 lineto stroke
27716newpath
27717653.64 896.38 moveto
27718687.49 890.38 lineto
27719687.49 887.38 lineto
27720653.64 893.38 lineto
27721closepath
27722fill
27723newpath
27724686.79 885.38 moveto
27725678.72 886.84 lineto
27726678.72 883.84 lineto
27727686.79 882.38 lineto
27728closepath
27729fill
27730562.38 870.11 1.000000 4n
27731556.14 870.11 moveto
27732568.61 870.11 lineto stroke
27733558.69 869.36 moveto
27734558.69 849.11 lineto stroke
27735603.77 864.11 1.000000 4n
27736597.54 864.11 moveto
27737610.01 864.11 lineto stroke
27738597.54 870.11 moveto
27739610.01 870.11 lineto stroke
27740600.09 863.36 moveto
27741600.09 843.11 lineto stroke
27742603.12 843.11 1.000000 upflag
27743628.61 846.11 1.000000 8rest
27744650.31 876.11 1.000000 4n
27745659.58 879.11 1.000000 dot
27746646.63 875.36 moveto
27747646.63 857.34 lineto stroke
27748683.45 870.11 1.000000 4n
27749677.22 870.11 moveto
27750689.69 870.11 lineto stroke
27751679.77 869.36 moveto
27752679.77 851.34 lineto stroke
27753newpath
27754646.28 858.84 moveto
27755680.12 852.84 lineto
27756680.12 849.84 lineto
27757646.28 855.84 lineto
27758closepath
27759fill
27760newpath
27761679.42 857.84 moveto
27762671.36 859.30 lineto
27763671.36 856.30 lineto
27764679.42 854.84 lineto
27765closepath
27766fill
27767restore
27768% S_STAFF
27769% staff 2
27770save
27771562.38 772.41 1.000000 4n
277720.70 setlinewidth
27773566.06 773.16 moveto
27774566.06 793.41 lineto stroke
27775603.77 766.41 1.000000 4n
27776607.46 767.16 moveto
27777607.46 787.41 lineto stroke
27778610.48 787.41 1.000000 dnflag
27779628.61 793.41 1.000000 8rest
27780650.31 778.41 1.000000 4n
27781659.58 778.41 1.000000 dot
27782653.99 779.16 moveto
27783653.99 797.18 lineto stroke
27784683.45 772.41 1.000000 4n
27785687.14 773.16 moveto
27786687.14 791.18 lineto stroke
27787newpath
27788653.64 798.68 moveto
27789687.49 792.68 lineto
27790687.49 789.68 lineto
27791653.64 795.68 lineto
27792closepath
27793fill
27794newpath
27795686.79 787.68 moveto
27796678.72 789.14 lineto
27797678.72 786.14 lineto
27798686.79 784.68 lineto
27799closepath
27800fill
27801562.38 772.41 1.000000 4n
27802558.69 771.66 moveto
27803558.69 751.41 lineto stroke
27804603.77 766.41 1.000000 4n
27805600.09 765.66 moveto
27806600.09 745.41 lineto stroke
27807603.12 745.41 1.000000 upflag
27808628.61 751.41 1.000000 8rest
27809650.31 778.41 1.000000 4n
27810659.58 778.41 1.000000 dot
27811646.63 777.66 moveto
27812646.63 759.64 lineto stroke
27813683.45 772.41 1.000000 4n
27814679.77 771.66 moveto
27815679.77 753.64 lineto stroke
27816newpath
27817646.28 761.14 moveto
27818680.12 755.14 lineto
27819680.12 752.14 lineto
27820646.28 758.14 lineto
27821closepath
27822fill
27823newpath
27824679.42 760.14 moveto
27825671.36 761.60 lineto
27826671.36 758.60 lineto
27827679.42 757.14 lineto
27828closepath
27829fill
27830restore
27831% S_BAR
27832104 linenum
27833707.87 891.11 1.000000 dot
27834707.87 885.11 1.000000 dot
27835707.87 778.41 1.000000 dot
27836707.87 772.41 1.000000 dot
278370.70 setlinewidth
27838711.87 900.11 moveto
27839711.87 763.41 lineto stroke
278403.00 setlinewidth
27841715.87 900.11 moveto
27842715.87 763.41 lineto stroke
278430.70 setlinewidth
27844% S_CHHEAD
27845% S_STAFF
27846% staff 1
27847save
27848106 linenum
27849/Times-Roman findfont
2785012 scalefont
27851setfont
27852758.76 816.01 moveto
27853(-) show
27854/Times-Roman findfont
2785512 scalefont
27856setfont
27857721.48 816.01 moveto
27858(stream) show
27859/Times-Roman findfont
2786012 scalefont
27861setfont
27862767.07 816.01 moveto
27863(ing?) show
27864/Times-Roman findfont
2786512 scalefont
27866setfont
27867815.15 816.01 moveto
27868(And) show
27869/Times-Roman findfont
2787012 scalefont
27871setfont
27872848.71 816.01 moveto
27873(the) show
27874730.47 870.11 1.000000 4n
27875724.23 870.11 moveto
27876736.70 870.11 lineto stroke
27877734.15 870.86 moveto
27878734.15 891.11 lineto stroke
27879772.22 864.11 1.000000 4n
27880765.98 864.11 moveto
27881778.45 864.11 lineto stroke
27882765.98 870.11 moveto
27883778.45 870.11 lineto stroke
27884775.90 864.86 moveto
27885775.90 888.11 lineto stroke
27886778.92 888.11 1.000000 dnflag
27887797.07 900.11 1.000000 8rest
27888820.30 891.11 1.000000 4n
27889829.57 891.11 1.000000 dot
27890823.98 891.86 moveto
27891823.98 910.61 lineto stroke
27892852.37 891.11 1.000000 4n
27893856.05 891.86 moveto
27894856.05 910.61 lineto stroke
27895newpath
27896823.63 912.11 moveto
27897856.40 912.11 lineto
27898856.40 909.11 lineto
27899823.63 909.11 lineto
27900closepath
27901fill
27902newpath
27903855.70 907.11 moveto
27904847.64 907.11 lineto
27905847.64 904.11 lineto
27906855.70 904.11 lineto
27907closepath
27908fill
27909730.47 870.11 1.000000 4n
27910724.23 870.11 moveto
27911736.70 870.11 lineto stroke
27912726.78 869.36 moveto
27913726.78 849.11 lineto stroke
27914772.22 864.11 1.000000 4n
27915765.98 864.11 moveto
27916778.45 864.11 lineto stroke
27917765.98 870.11 moveto
27918778.45 870.11 lineto stroke
27919768.53 863.36 moveto
27920768.53 843.11 lineto stroke
27921771.56 843.11 1.000000 upflag
27922797.07 846.11 1.000000 8rest
27923820.30 876.11 1.000000 4n
27924829.57 873.11 1.000000 dot
27925816.62 875.36 moveto
27926816.62 856.61 lineto stroke
27927852.37 876.11 1.000000 4n
27928848.69 875.36 moveto
27929848.69 856.61 lineto stroke
27930newpath
27931816.27 858.11 moveto
27932849.04 858.11 lineto
27933849.04 855.11 lineto
27934816.27 855.11 lineto
27935closepath
27936fill
27937newpath
27938848.34 863.11 moveto
27939840.27 863.11 lineto
27940840.27 860.11 lineto
27941848.34 860.11 lineto
27942closepath
27943fill
27944restore
27945% S_STAFF
27946% staff 2
27947save
27948730.47 772.41 1.000000 4n
279490.70 setlinewidth
27950734.15 773.16 moveto
27951734.15 793.41 lineto stroke
27952772.22 766.41 1.000000 4n
27953775.90 767.16 moveto
27954775.90 787.41 lineto stroke
27955778.92 787.41 1.000000 dnflag
27956797.07 787.41 1.000000 8rest
27957820.30 787.41 1.000000 4n
27958829.57 790.41 1.000000 dot
27959823.98 788.16 moveto
27960823.98 806.91 lineto stroke
27961852.37 787.41 1.000000 4n
27962856.05 788.16 moveto
27963856.05 806.91 lineto stroke
27964newpath
27965823.63 808.41 moveto
27966856.40 808.41 lineto
27967856.40 805.41 lineto
27968823.63 805.41 lineto
27969closepath
27970fill
27971newpath
27972855.70 803.41 moveto
27973847.64 803.41 lineto
27974847.64 800.41 lineto
27975855.70 800.41 lineto
27976closepath
27977fill
27978730.47 772.41 1.000000 4n
27979726.78 771.66 moveto
27980726.78 751.41 lineto stroke
27981772.22 766.41 1.000000 4n
27982768.53 765.66 moveto
27983768.53 745.41 lineto stroke
27984771.56 745.41 1.000000 upflag
27985797.07 751.41 1.000000 8rest
27986820.30 766.41 1.000000 4n
27987829.57 766.41 1.000000 dot
27988816.62 765.66 moveto
27989816.62 746.91 lineto stroke
27990852.37 766.41 1.000000 4n
27991848.69 765.66 moveto
27992848.69 746.91 lineto stroke
27993newpath
27994816.27 748.41 moveto
27995849.04 748.41 lineto
27996849.04 745.41 lineto
27997816.27 745.41 lineto
27998closepath
27999fill
28000newpath
28001848.34 753.41 moveto
28002840.27 753.41 lineto
28003840.27 750.41 lineto
28004848.34 750.41 lineto
28005closepath
28006fill
28007restore
28008% S_BAR
28009111 linenum
280100.70 setlinewidth
28011869.19 900.11 moveto
28012869.19 763.41 lineto stroke
28013% S_FEED
28014298.00 1123.41 869.54 5 1.000000 1.000000 stf
28015/Times-Roman findfont
2801611 scalefont
28017setfont
2801886.50 717.41 moveto
28019(10) show
28020298.00 1036.16 869.54 5 1.000000 1.000000 stf
2802181.50 703.41 592.16 brace
2802282.00 703.41 moveto
2802382.00 592.16 lineto stroke
28024% S_CLEFSIG
2802593.79 685.41 1.000000 gclef
2802694.04 610.16 1.000000 fclef
28027108.41 703.41 1.000000 sharp
28028115.05 694.41 1.000000 sharp
28029121.69 706.41 1.000000 sharp
28030108.41 610.16 1.000000 sharp
28031115.05 601.16 1.000000 sharp
28032121.69 613.16 1.000000 sharp
28033% S_CHHEAD
28034% S_STAFF
28035% staff 1
28036save
28037113 linenum
28038/Times-Roman findfont
2803912 scalefont
28040setfont
28041172.42 647.69 moveto
28042(-) show
28043/Times-Roman findfont
2804412 scalefont
28045setfont
28046140.28 647.69 moveto
28047(rock) show
28048/Times-Roman findfont
2804912 scalefont
28050setfont
28051186.33 647.69 moveto
28052(ets') show
28053/Times-Roman findfont
2805412 scalefont
28055setfont
28056232.00 647.69 moveto
28057(red) show
28058146.58 694.41 1.000000 4n
28059150.26 695.16 moveto
28060150.26 715.41 lineto stroke
28061190.65 697.41 1.000000 4n
28062194.33 698.16 moveto
28063194.33 718.41 lineto stroke
28064235.82 700.41 1.000000 4n
28065239.50 701.16 moveto
28066239.50 721.41 lineto stroke
28067146.58 679.41 1.000000 4n
28068142.90 678.66 moveto
28069142.90 658.41 lineto stroke
28070190.65 679.41 1.000000 4n
28071186.96 678.66 moveto
28072186.96 658.41 lineto stroke
28073235.82 679.41 1.000000 4n
28074232.14 678.66 moveto
28075232.14 658.41 lineto stroke
28076restore
28077% S_STAFF
28078% staff 2
28079save
28080146.58 616.16 1.000000 4n
280810.70 setlinewidth
28082150.26 616.91 moveto
28083150.26 637.16 lineto stroke
28084190.65 619.16 1.000000 4n
28085194.33 619.91 moveto
28086194.33 640.16 lineto stroke
28087235.82 622.16 1.000000 4n
28088229.59 622.16 moveto
28089242.05 622.16 lineto stroke
28090239.50 622.91 moveto
28091239.50 643.16 lineto stroke
28092146.58 595.16 1.000000 4n
28093142.90 594.41 moveto
28094142.90 574.16 lineto stroke
28095190.65 595.16 1.000000 4n
28096186.96 594.41 moveto
28097186.96 574.16 lineto stroke
28098235.82 595.16 1.000000 4n
28099232.14 594.41 moveto
28100232.14 574.16 lineto stroke
28101restore
28102% S_BAR
28103122 linenum
281040.70 setlinewidth
28105277.54 703.41 moveto
28106277.54 592.16 lineto stroke
28107% S_CHHEAD
28108% S_STAFF
28109% staff 1
28110save
28111127 linenum
28112/Times-Roman findfont
2811312 scalefont
28114setfont
28115285.11 647.69 moveto
28116(glare,) show
28117/Times-Roman findfont
2811812 scalefont
28119setfont
28120371.78 647.69 moveto
28121(the) show
28122/Times-Roman findfont
2812312 scalefont
28124setfont
28125392.14 647.69 moveto
28126(bombs) show
28127291.84 700.41 1.000000 4n
28128295.53 701.16 moveto
28129295.53 721.41 lineto stroke
28130337.10 703.41 1.000000 4rest
28131375.44 697.41 1.000000 4n
28132379.12 698.16 moveto
28133379.12 716.42 lineto stroke
28134400.13 694.41 1.000000 4n
28135403.82 695.16 moveto
28136403.82 713.42 lineto stroke
28137newpath
28138378.77 717.92 moveto
28139404.17 714.92 lineto
28140404.17 711.92 lineto
28141378.77 714.92 lineto
28142closepath
28143fill
28144291.84 679.41 1.000000 4n
28145288.16 678.66 moveto
28146288.16 658.41 lineto stroke
28147337.10 679.41 1.000000 4rest
28148375.44 679.41 1.000000 4n
28149371.76 678.66 moveto
28150371.76 659.91 lineto stroke
28151400.13 679.41 1.000000 4n
28152396.45 678.66 moveto
28153396.45 659.91 lineto stroke
28154newpath
28155371.41 661.41 moveto
28156396.80 661.41 lineto
28157396.80 658.41 lineto
28158371.41 658.41 lineto
28159closepath
28160fill
28161restore
28162% S_STAFF
28163% staff 2
28164save
28165291.84 622.16 1.000000 4n
281660.70 setlinewidth
28167285.61 622.16 moveto
28168298.08 622.16 lineto stroke
28169295.53 622.91 moveto
28170295.53 643.16 lineto stroke
28171337.10 616.16 1.000000 4rest
28172375.44 619.16 1.000000 4n
28173379.12 619.91 moveto
28174379.12 638.18 lineto stroke
28175400.13 616.16 1.000000 4n
28176403.82 616.91 moveto
28177403.82 635.18 lineto stroke
28178newpath
28179378.77 639.68 moveto
28180404.17 636.68 lineto
28181404.17 633.68 lineto
28182378.77 636.68 lineto
28183closepath
28184fill
28185291.84 595.16 1.000000 4n
28186288.16 594.41 moveto
28187288.16 574.16 lineto stroke
28188337.10 592.16 1.000000 4rest
28189375.44 595.16 1.000000 4n
28190371.76 594.41 moveto
28191371.76 575.66 lineto stroke
28192400.13 595.16 1.000000 4n
28193396.45 594.41 moveto
28194396.45 575.66 lineto stroke
28195newpath
28196371.41 577.16 moveto
28197396.80 577.16 lineto
28198396.80 574.16 lineto
28199371.41 574.16 lineto
28200closepath
28201fill
28202restore
28203% S_BAR
28204130 linenum
282050.70 setlinewidth
28206428.49 703.41 moveto
28207428.49 592.16 lineto stroke
28208% S_CHHEAD
28209% S_STAFF
28210% staff 1
28211save
28212131 linenum
28213/Times-Roman findfont
2821412 scalefont
28215setfont
28216469.28 647.69 moveto
28217(-) show
28218/Times-Roman findfont
2821912 scalefont
28220setfont
28221434.93 647.69 moveto
28222(burst) show
28223/Times-Roman findfont
2822412 scalefont
28225setfont
28226482.73 647.69 moveto
28227(ing) show
28228/Times-Roman findfont
2822912 scalefont
28230setfont
28231529.89 647.69 moveto
28232(in) show
28233441.89 691.41 1.000000 4n
28234445.58 692.16 moveto
28235445.58 712.41 lineto stroke
28236486.54 694.41 1.000000 4n
28237490.23 695.16 moveto
28238490.23 715.41 lineto stroke
28239532.21 697.41 1.000000 4n
28240535.89 698.16 moveto
28241535.89 718.41 lineto stroke
28242441.89 679.41 1.000000 4n
28243438.21 678.66 moveto
28244438.21 658.41 lineto stroke
28245486.54 679.41 1.000000 4n
28246482.86 678.66 moveto
28247482.86 658.41 lineto stroke
28248532.21 679.41 1.000000 4n
28249528.53 678.66 moveto
28250528.53 658.41 lineto stroke
28251restore
28252% S_STAFF
28253% staff 2
28254save
28255441.89 613.16 1.000000 4n
282560.70 setlinewidth
28257445.58 613.91 moveto
28258445.58 634.16 lineto stroke
28259486.54 613.16 1.000000 4n
28260490.23 613.91 moveto
28261490.23 634.16 lineto stroke
28262532.21 613.16 1.000000 4n
28263535.89 613.91 moveto
28264535.89 634.16 lineto stroke
28265441.89 607.16 1.000000 4n
28266438.21 606.41 moveto
28267438.21 586.16 lineto stroke
28268486.54 607.16 1.000000 4n
28269482.86 606.41 moveto
28270482.86 586.16 lineto stroke
28271532.21 607.16 1.000000 4n
28272528.53 606.41 moveto
28273528.53 586.16 lineto stroke
28274restore
28275% S_BAR
28276134 linenum
282770.70 setlinewidth
28278573.19 703.41 moveto
28279573.19 592.16 lineto stroke
28280% S_CHHEAD
28281% S_STAFF
28282% staff 1
28283save
28284135 linenum
28285/Times-Roman findfont
2828612 scalefont
28287setfont
28288583.30 647.69 moveto
28289(air,) show
28290/Times-Roman findfont
2829112 scalefont
28292setfont
28293667.66 647.69 moveto
28294(gave) show
28295587.20 697.41 1.000000 4n
28296590.89 698.16 moveto
28297590.89 718.41 lineto stroke
28298630.94 703.41 1.000000 4rest
28299673.31 697.41 1.000000 4n
28300676.99 698.16 moveto
28301676.99 718.41 lineto stroke
28302587.20 679.41 1.000000 4n
28303583.52 678.66 moveto
28304583.52 658.41 lineto stroke
28305630.94 679.41 1.000000 4rest
28306673.31 679.41 1.000000 4n
28307669.63 678.66 moveto
28308669.63 658.41 lineto stroke
28309restore
28310% S_STAFF
28311% staff 2
28312save
28313587.20 613.16 1.000000 4n
283140.70 setlinewidth
28315590.89 613.91 moveto
28316590.89 634.16 lineto stroke
28317630.94 622.16 1.000000 4rest
28318673.31 613.16 1.000000 4n
28319676.99 613.91 moveto
28320676.99 634.16 lineto stroke
28321587.20 607.16 1.000000 4n
28322583.52 606.41 moveto
28323583.52 586.16 lineto stroke
28324630.94 592.16 1.000000 4rest
28325673.31 607.16 1.000000 4n
28326669.63 606.41 moveto
28327669.63 586.16 lineto stroke
28328restore
28329% S_BAR
28330138 linenum
283310.70 setlinewidth
28332715.95 703.41 moveto
28333715.95 592.16 lineto stroke
28334% S_CHHEAD
28335% S_STAFF
28336% staff 1
28337save
28338139 linenum
28339/Times-Roman findfont
2834012 scalefont
28341setfont
28342724.22 647.69 moveto
28343(proof) show
28344/Times-Roman findfont
2834512 scalefont
28346setfont
28347776.90 647.69 moveto
28348(through) show
28349/Times-Roman findfont
2835012 scalefont
28351setfont
28352823.89 647.69 moveto
28353(the) show
28354730.68 694.41 1.000000 4n
28355739.94 694.41 1.000000 dot
28356734.36 695.16 moveto
28357734.36 715.41 lineto stroke
28358786.19 691.41 1.000000 4n
28359789.87 692.16 moveto
28360789.87 712.41 lineto stroke
28361792.90 712.41 1.000000 dnflag
28362827.55 688.41 1.000000 4n
28363831.23 689.16 moveto
28364831.23 709.41 lineto stroke
28365730.68 679.41 1.000000 4n
28366739.94 676.41 1.000000 dot
28367727.00 678.66 moveto
28368727.00 658.41 lineto stroke
28369786.19 679.41 1.000000 4n
28370782.51 678.66 moveto
28371782.51 658.41 lineto stroke
28372785.53 658.41 1.000000 upflag
28373827.55 679.41 1.000000 4n
28374823.86 678.66 moveto
28375823.86 658.41 lineto stroke
28376restore
28377% S_STAFF
28378% staff 2
28379save
28380730.68 616.16 1.000000 4n
28381739.94 619.16 1.000000 dot
283820.70 setlinewidth
28383734.36 616.91 moveto
28384734.36 637.16 lineto stroke
28385786.19 613.16 1.000000 4n
28386789.87 613.91 moveto
28387789.87 634.16 lineto stroke
28388792.90 634.16 1.000000 dnflag
28389827.55 616.16 1.000000 4n
28390831.23 616.91 moveto
28391831.23 637.16 lineto stroke
28392730.68 595.16 1.000000 4n
28393739.94 595.16 1.000000 dot
28394727.00 594.41 moveto
28395727.00 574.16 lineto stroke
28396786.19 598.16 1.000000 4n
28397782.51 597.41 moveto
28398782.51 577.16 lineto stroke
28399785.53 577.16 1.000000 upflag
28400827.55 601.16 1.000000 4n
28401823.86 600.41 moveto
28402823.86 580.16 lineto stroke
28403restore
28404% S_BAR
28405142 linenum
284060.70 setlinewidth
28407869.19 703.41 moveto
28408869.19 592.16 lineto stroke
28409% S_FEED
28410298.00 952.16 869.54 5 1.000000 1.000000 stf
28411/Times-Roman findfont
2841211 scalefont
28413setfont
2841486.50 546.16 moveto
28415(15) show
28416298.00 855.84 869.54 5 1.000000 1.000000 stf
2841781.50 532.16 411.84 brace
2841882.00 532.16 moveto
2841982.00 411.84 lineto stroke
28420% S_CLEFSIG
2842193.79 514.16 1.000000 gclef
2842294.04 429.84 1.000000 fclef
28423108.41 532.16 1.000000 sharp
28424115.05 523.16 1.000000 sharp
28425121.69 535.16 1.000000 sharp
28426108.41 429.84 1.000000 sharp
28427115.05 420.84 1.000000 sharp
28428121.69 432.84 1.000000 sharp
28429% S_CHHEAD
28430% S_STAFF
28431% staff 1
28432save
28433143 linenum
28434/Times-Roman findfont
2843512 scalefont
28436setfont
28437145.59 464.44 moveto
28438(night) show
28439/Times-Roman findfont
2844012 scalefont
28441setfont
28442218.99 464.44 moveto
28443(that) show
28444/Times-Roman findfont
2844512 scalefont
28446setfont
28447253.20 464.44 moveto
28448(our) show
28449151.73 514.16 1.000000 2n
28450155.63 514.91 moveto
28451155.63 535.16 lineto stroke
28452223.47 511.16 1.000000 4n
28453232.73 511.16 1.000000 dot
28454227.15 511.91 moveto
28455227.15 531.02 lineto stroke
28456257.18 514.16 1.000000 4n
28457260.86 514.91 moveto
28458260.86 534.02 lineto stroke
28459newpath
28460226.80 532.52 moveto
28461261.21 535.52 lineto
28462261.21 532.52 lineto
28463226.80 529.52 lineto
28464closepath
28465fill
28466newpath
28467260.51 530.52 moveto
28468252.45 529.81 lineto
28469252.45 526.81 lineto
28470260.51 527.52 lineto
28471closepath
28472fill
28473151.73 508.16 1.000000 2n
28474147.83 507.41 moveto
28475147.83 487.16 lineto stroke
28476223.47 505.16 1.000000 4n
28477232.73 505.16 1.000000 dot
28478219.79 504.41 moveto
28479219.79 485.66 lineto stroke
28480257.18 505.16 1.000000 4n
28481253.50 504.41 moveto
28482253.50 485.66 lineto stroke
28483newpath
28484219.44 487.16 moveto
28485253.85 487.16 lineto
28486253.85 484.16 lineto
28487219.44 484.16 lineto
28488closepath
28489fill
28490newpath
28491253.15 492.16 moveto
28492245.08 492.16 lineto
28493245.08 489.16 lineto
28494253.15 489.16 lineto
28495closepath
28496fill
28497restore
28498% S_STAFF
28499% staff 2
28500save
28501151.73 438.84 1.000000 2n
285020.70 setlinewidth
28503155.63 439.59 moveto
28504155.63 459.84 lineto stroke
28505223.47 438.84 1.000000 4n
28506232.73 438.84 1.000000 dot
28507227.15 439.59 moveto
28508227.15 458.34 lineto stroke
28509257.18 438.84 1.000000 4n
28510260.86 439.59 moveto
28511260.86 458.34 lineto stroke
28512newpath
28513226.80 459.84 moveto
28514261.21 459.84 lineto
28515261.21 456.84 lineto
28516226.80 456.84 lineto
28517closepath
28518fill
28519newpath
28520260.51 454.84 moveto
28521252.45 454.84 lineto
28522252.45 451.84 lineto
28523260.51 451.84 lineto
28524closepath
28525fill
28526151.73 426.84 1.000000 2n
28527147.83 426.09 moveto
28528147.83 405.84 lineto stroke
28529223.47 426.84 1.000000 4n
28530232.73 426.84 1.000000 dot
28531219.79 426.09 moveto
28532219.79 407.34 lineto stroke
28533257.18 426.84 1.000000 4n
28534253.50 426.09 moveto
28535253.50 407.34 lineto stroke
28536newpath
28537219.44 408.84 moveto
28538253.85 408.84 lineto
28539253.85 405.84 lineto
28540219.44 405.84 lineto
28541closepath
28542fill
28543newpath
28544253.15 413.84 moveto
28545245.08 413.84 lineto
28546245.08 410.84 lineto
28547253.15 410.84 lineto
28548closepath
28549fill
28550restore
28551% S_BAR
28552146 linenum
285530.70 setlinewidth
28554274.98 532.16 moveto
28555274.98 411.84 lineto stroke
28556% S_CHHEAD
28557% S_STAFF
28558% staff 1
28559save
28560147 linenum
28561/Times-Roman findfont
2856212 scalefont
28563setfont
28564282.67 464.44 moveto
28565(flag) show
28566/Times-Roman findfont
2856712 scalefont
28568setfont
28569325.99 464.44 moveto
28570(was) show
28571/Times-Roman findfont
2857212 scalefont
28573setfont
28574373.83 464.44 moveto
28575(still) show
28576287.31 517.16 1.000000 4n
28577290.99 517.91 moveto
28578290.99 538.16 lineto stroke
28579330.65 502.16 1.000000 4n
28580324.42 502.16 moveto
28581336.88 502.16 lineto stroke
28582334.33 502.91 moveto
28583334.33 523.16 lineto stroke
28584378.31 505.16 1.000000 4n
28585368.96 505.16 1.000000 sharp
28586381.99 505.91 moveto
28587381.99 526.16 lineto stroke
28588287.31 502.16 1.000000 4n
28589281.08 502.16 moveto
28590293.54 502.16 lineto stroke
28591283.63 501.41 moveto
28592283.63 481.16 lineto stroke
28593330.65 502.16 1.000000 4n
28594324.42 502.16 moveto
28595336.88 502.16 lineto stroke
28596326.97 501.41 moveto
28597326.97 481.16 lineto stroke
28598378.31 499.16 1.000000 4n
28599372.08 502.16 moveto
28600384.54 502.16 lineto stroke
28601374.63 498.41 moveto
28602374.63 478.16 lineto stroke
28603restore
28604% S_STAFF
28605% staff 2
28606save
28607287.31 435.84 1.000000 4n
286080.70 setlinewidth
28609290.99 436.59 moveto
28610290.99 456.84 lineto stroke
28611330.65 435.84 1.000000 4n
28612334.33 436.59 moveto
28613334.33 456.84 lineto stroke
28614378.31 435.84 1.000000 4n
28615381.99 436.59 moveto
28616381.99 456.84 lineto stroke
28617287.31 429.84 1.000000 4n
28618283.63 429.09 moveto
28619283.63 408.84 lineto stroke
28620330.65 429.84 1.000000 4n
28621326.97 429.09 moveto
28622326.97 408.84 lineto stroke
28623378.31 417.84 1.000000 4n
28624374.63 417.09 moveto
28625374.63 396.84 lineto stroke
28626restore
28627% S_BAR
28628150 linenum
286290.70 setlinewidth
28630421.37 532.16 moveto
28631421.37 411.84 lineto stroke
28632% S_CHHEAD
28633% S_STAFF
28634% staff 1
28635save
28636151 linenum
28637/Times-Roman findfont
2863812 scalefont
28639setfont
28640429.14 464.44 moveto
28641(there.) show
28642/Times-Roman findfont
2864312 scalefont
28644setfont
28645523.16 464.44 moveto
28646(Oh) show
28647435.88 508.16 1.000000 4n
28648439.56 508.91 moveto
28649439.56 529.16 lineto stroke
28650482.34 532.16 1.000000 4rest
28651526.82 508.16 1.000000 4n
28652530.50 508.91 moveto
28653530.50 529.16 lineto stroke
28654435.88 499.16 1.000000 4n
28655429.64 502.16 moveto
28656442.11 502.16 lineto stroke
28657432.19 498.41 moveto
28658432.19 478.16 lineto stroke
28659482.34 490.16 1.000000 4rest
28660526.82 499.16 1.000000 4n
28661520.58 502.16 moveto
28662533.05 502.16 lineto stroke
28663523.13 498.41 moveto
28664523.13 478.16 lineto stroke
28665restore
28666% S_STAFF
28667% staff 2
28668save
28669435.88 432.84 1.000000 4n
286700.70 setlinewidth
28671439.56 433.59 moveto
28672439.56 453.84 lineto stroke
28673482.34 441.84 1.000000 4rest
28674526.82 432.84 1.000000 4n
28675530.50 433.59 moveto
28676530.50 453.84 lineto stroke
28677435.88 426.84 1.000000 4n
28678432.19 426.09 moveto
28679432.19 405.84 lineto stroke
28680482.34 411.84 1.000000 4rest
28681526.82 426.84 1.000000 4n
28682523.13 426.09 moveto
28683523.13 405.84 lineto stroke
28684restore
28685% S_BAR
28686154 linenum
286870.70 setlinewidth
28688569.46 532.16 moveto
28689569.46 411.84 lineto stroke
28690% S_CHHEAD
28691% S_STAFF
28692% staff 1
28693save
28694155 linenum
28695/Times-Roman findfont
2869612 scalefont
28697setfont
28698576.91 464.44 moveto
28699(say,) show
28700/Times-Roman findfont
2870112 scalefont
28702setfont
28703620.67 464.44 moveto
28704(does) show
28705/Times-Roman findfont
2870612 scalefont
28707setfont
28708664.26 464.44 moveto
28709(that) show
28710581.67 517.16 1.000000 4n
28711585.35 517.91 moveto
28712585.35 538.16 lineto stroke
28713626.16 517.16 1.000000 4n
28714629.84 517.91 moveto
28715629.84 538.16 lineto stroke
28716668.74 517.16 1.000000 4n
28717672.42 517.91 moveto
28718672.42 536.23 lineto stroke
28719696.74 514.16 1.000000 4n
28720700.42 514.91 moveto
28721700.42 533.23 lineto stroke
28722newpath
28723672.07 537.73 moveto
28724700.77 534.73 lineto
28725700.77 531.73 lineto
28726672.07 534.73 lineto
28727closepath
28728fill
28729581.67 502.16 1.000000 4n
28730575.43 502.16 moveto
28731587.90 502.16 lineto stroke
28732577.98 501.41 moveto
28733577.98 481.16 lineto stroke
28734626.16 499.16 1.000000 4n
28735619.93 502.16 moveto
28736632.39 502.16 lineto stroke
28737622.48 498.41 moveto
28738622.48 478.16 lineto stroke
28739668.74 496.16 1.000000 4n
28740662.51 496.16 moveto
28741674.97 496.16 lineto stroke
28742662.51 502.16 moveto
28743674.97 502.16 lineto stroke
28744665.06 495.41 moveto
28745665.06 475.16 lineto stroke
28746674.77 522.26 moveto
28747674.75 522.49 lineto
28748678.42 524.07 682.24 524.60 686.21 524.05 curveto
28749690.17 523.51 693.71 521.99 696.83 519.48 curveto
28750696.66 519.05 lineto
28751693.38 521.05 689.84 522.31 686.04 522.83 curveto
28752682.24 523.35 678.49 523.08 674.80 522.04 curveto
28753fill
28754restore
28755% S_STAFF
28756% staff 2
28757save
28758581.67 426.84 1.000000 4n
287590.70 setlinewidth
28760585.35 427.59 moveto
28761585.35 447.84 lineto stroke
28762626.16 426.84 1.000000 4n
28763629.84 427.59 moveto
28764629.84 447.84 lineto stroke
28765668.74 426.84 1.000000 4n
28766672.42 427.59 moveto
28767672.42 447.84 lineto stroke
28768581.67 414.84 1.000000 4n
28769577.98 414.09 moveto
28770577.98 393.84 lineto stroke
28771626.16 417.84 1.000000 4n
28772622.48 417.09 moveto
28773622.48 396.84 lineto stroke
28774668.74 420.84 1.000000 4n
28775665.06 420.09 moveto
28776665.06 399.84 lineto stroke
28777restore
28778% S_BAR
28779161 linenum
287800.70 setlinewidth
28781722.52 532.16 moveto
28782722.52 411.84 lineto stroke
28783% S_CHHEAD
28784% S_STAFF
28785% staff 1
28786save
28787162 linenum
28788/Times-Roman findfont
2878912 scalefont
28790setfont
28791757.80 464.44 moveto
28792(-) show
28793/Times-Roman findfont
2879412 scalefont
28795setfont
28796729.75 464.44 moveto
28797(star) show
28798/Times-Roman findfont
2879912 scalefont
28800setfont
28801805.59 464.44 moveto
28802(-) show
28803/Times-Roman findfont
2880412 scalefont
28805setfont
28806771.58 464.44 moveto
28807(span) show
28808/Times-Roman findfont
2880912 scalefont
28810setfont
28811820.64 464.44 moveto
28812(gled) show
28813735.06 511.16 1.000000 4n
28814738.74 511.91 moveto
28815738.74 532.16 lineto stroke
28816778.06 511.16 1.000000 4n
28817781.74 511.91 moveto
28818781.74 532.16 lineto stroke
28819822.11 511.16 1.000000 4n
28820825.79 511.91 moveto
28821825.79 532.16 lineto stroke
28822735.06 505.16 1.000000 4n
28823731.37 504.41 moveto
28824731.37 484.16 lineto stroke
28825778.06 505.16 1.000000 4n
28826774.38 504.41 moveto
28827774.38 484.16 lineto stroke
28828829.47 508.16 1.000000 4n
28829825.79 507.41 moveto
28830825.79 487.16 lineto stroke
28831restore
28832% S_STAFF
28833% staff 2
28834save
28835735.06 435.84 1.000000 4n
288360.70 setlinewidth
28837738.74 436.59 moveto
28838738.74 456.84 lineto stroke
28839778.06 435.84 1.000000 4n
28840781.74 436.59 moveto
28841781.74 456.84 lineto stroke
28842825.79 435.84 1.000000 4n
28843816.44 435.84 1.000000 sharp
28844829.47 436.59 moveto
28845829.47 456.84 lineto stroke
28846735.06 423.84 1.000000 4n
28847731.37 423.09 moveto
28848731.37 402.84 lineto stroke
28849778.06 423.84 1.000000 4n
28850774.38 423.09 moveto
28851774.38 402.84 lineto stroke
28852825.79 420.84 1.000000 4n
28853822.11 420.09 moveto
28854822.11 399.84 lineto stroke
28855restore
28856% S_BAR
28857168 linenum
288580.70 setlinewidth
28859869.19 532.16 moveto
28860869.19 411.84 lineto stroke
28861% S_FEED
28862298.00 771.84 869.54 5 1.000000 1.000000 stf
28863/Times-Roman findfont
2886411 scalefont
28865setfont
2886686.50 365.84 moveto
28867(20) show
28868298.00 669.57 869.54 5 1.000000 1.000000 stf
2886981.50 351.84 225.57 brace
2887082.00 351.84 moveto
2887182.00 225.57 lineto stroke
28872% S_CLEFSIG
2887393.79 333.84 1.000000 gclef
2887494.04 243.57 1.000000 fclef
28875108.41 351.84 1.000000 sharp
28876115.05 342.84 1.000000 sharp
28877121.69 354.84 1.000000 sharp
28878108.41 243.57 1.000000 sharp
28879115.05 234.57 1.000000 sharp
28880121.69 246.57 1.000000 sharp
28881% S_CHHEAD
28882% S_STAFF
28883% staff 1
28884save
28885169 linenum
28886/Times-Roman findfont
2888712 scalefont
28888setfont
28889163.61 290.12 moveto
28890(-) show
28891/Times-Roman findfont
2889212 scalefont
28893setfont
28894139.36 290.12 moveto
28895(ban) show
28896/Times-Roman findfont
2889712 scalefont
28898setfont
28899173.58 290.12 moveto
28900(ner) show
28901/Times-Roman findfont
2890212 scalefont
28903setfont
28904221.23 290.12 moveto
28905(yet) show
28906144.67 339.84 1.000000 4n
28907148.35 340.59 moveto
28908148.35 360.84 lineto stroke
28909177.39 345.84 1.000000 4n
28910181.08 346.59 moveto
28911181.08 364.93 lineto stroke
28912206.42 342.84 1.000000 4n
28913210.10 343.59 moveto
28914210.10 361.93 lineto stroke
28915224.88 339.84 1.000000 4n
28916228.57 340.59 moveto
28917228.57 359.03 lineto stroke
28918263.39 336.84 1.000000 4n
28919267.07 337.59 moveto
28920267.07 356.03 lineto stroke
28921newpath
28922180.73 366.43 moveto
28923210.45 363.43 lineto
28924210.45 360.43 lineto
28925180.73 363.43 lineto
28926closepath
28927fill
28928newpath
28929228.22 360.53 moveto
28930267.42 357.53 lineto
28931267.42 354.53 lineto
28932228.22 357.53 lineto
28933closepath
28934fill
28935144.67 324.84 1.000000 4n
28936140.99 324.09 moveto
28937140.99 303.84 lineto stroke
28938177.39 330.84 1.000000 4n
28939173.71 330.09 moveto
28940173.71 309.84 lineto stroke
28941224.88 330.84 1.000000 4n
28942221.20 330.09 moveto
28943221.20 309.84 lineto stroke
28944230.92 344.94 moveto
28945230.90 345.14 lineto
28946236.32 346.73 241.84 347.26 247.46 346.74 curveto
28947253.08 346.22 258.40 344.69 263.44 342.14 curveto
28948263.34 341.75 lineto
28949258.18 343.76 252.85 345.02 247.34 345.52 curveto
28950241.84 346.03 236.37 345.77 230.93 344.75 curveto
28951fill
28952183.43 350.94 moveto
28953183.40 351.17 lineto
28954187.25 352.75 191.23 353.27 195.35 352.74 curveto
28955199.47 352.20 203.19 350.67 206.50 348.16 curveto
28956206.34 347.73 lineto
28957202.87 349.73 199.16 350.99 195.19 351.51 curveto
28958191.22 352.03 187.31 351.76 183.45 350.72 curveto
28959fill
28960restore
28961% S_STAFF
28962% staff 2
28963save
28964144.67 252.57 1.000000 4n
289650.70 setlinewidth
28966148.35 253.32 moveto
28967148.35 273.57 lineto stroke
28968177.39 252.57 1.000000 4n
28969181.08 253.32 moveto
28970181.08 271.66 lineto stroke
28971206.42 249.57 1.000000 4n
28972197.07 249.57 1.000000 sharp
28973210.10 250.32 moveto
28974210.10 268.66 lineto stroke
28975224.88 252.57 1.000000 4n
28976228.57 253.32 moveto
28977228.57 272.07 lineto stroke
28978263.39 252.57 1.000000 4n
28979254.03 252.57 1.000000 sharp
28980267.07 253.32 moveto
28981267.07 272.07 lineto stroke
28982newpath
28983180.73 273.16 moveto
28984210.45 270.16 lineto
28985210.45 267.16 lineto
28986180.73 270.16 lineto
28987closepath
28988fill
28989newpath
28990228.22 273.57 moveto
28991267.42 273.57 lineto
28992267.42 270.57 lineto
28993228.22 270.57 lineto
28994closepath
28995fill
28996144.67 231.57 1.000000 4n
28997140.99 230.82 moveto
28998140.99 210.57 lineto stroke
28999177.39 231.57 1.000000 4n
29000173.71 230.82 moveto
29001173.71 211.66 lineto stroke
29002206.42 234.57 1.000000 4n
29003202.74 233.82 moveto
29004202.74 214.66 lineto stroke
29005224.88 237.57 1.000000 4n
29006221.20 236.82 moveto
29007221.20 218.07 lineto stroke
29008263.39 237.57 1.000000 4n
29009245.40 237.57 1.000000 sharp
29010259.71 236.82 moveto
29011259.71 218.07 lineto stroke
29012newpath
29013173.36 213.16 moveto
29014203.09 216.16 lineto
29015203.09 213.16 lineto
29016173.36 210.16 lineto
29017closepath
29018fill
29019newpath
29020220.85 219.57 moveto
29021260.06 219.57 lineto
29022260.06 216.57 lineto
29023220.85 216.57 lineto
29024closepath
29025fill
29026224.88 232.47 moveto
29027224.97 232.71 lineto
29028227.06 231.17 229.39 230.40 231.98 230.40 curveto
29029234.57 230.40 236.90 231.17 238.99 232.71 curveto
29030239.16 232.24 lineto
29031237.21 230.18 234.82 229.15 231.98 229.15 curveto
29032229.14 229.15 226.75 230.18 224.79 232.24 curveto
29033fill
29034177.39 226.47 moveto
29035177.42 226.70 lineto
29036181.11 225.66 184.87 225.39 188.67 225.91 curveto
29037192.48 226.43 196.02 227.69 199.30 229.69 curveto
29038199.47 229.26 lineto
29039196.35 226.75 192.81 225.22 188.84 224.68 curveto
29040184.87 224.14 181.05 224.66 177.37 226.25 curveto
29041fill
29042230.92 257.67 moveto
29043230.88 257.87 lineto
29044236.11 259.95 241.53 260.98 247.15 260.98 curveto
29045252.77 260.98 258.20 259.95 263.42 257.87 curveto
29046263.35 257.48 lineto
29047258.06 259.00 252.66 259.76 247.15 259.76 curveto
29048241.64 259.76 236.24 259.00 230.95 257.48 curveto
29049fill
29050183.43 257.67 moveto
29051183.40 257.90 lineto
29052187.25 259.48 191.23 260.00 195.35 259.46 curveto
29053199.47 258.93 203.19 257.40 206.50 254.88 curveto
29054206.34 254.46 lineto
29055202.87 256.46 199.16 257.72 195.19 258.24 curveto
29056191.22 258.75 187.31 258.49 183.45 257.45 curveto
29057fill
29058restore
29059% S_BAR
29060175 linenum
290610.70 setlinewidth
29062284.51 351.84 moveto
29063284.51 225.57 lineto stroke
29064% S_CHHEAD
29065% S_STAFF
29066% staff 1
29067save
29068177 linenum
29069/Times-Roman findfont
2907012 scalefont
29071setfont
29072290.74 290.12 moveto
29073(wave) show
29074/Times-Roman findfont
2907512 scalefont
29076setfont
29077366.39 290.12 moveto
29078(o'er) show
29079/Times-Roman findfont
2908012 scalefont
29081setfont
29082391.54 290.12 moveto
29083(the) show
29084298.55 336.84 1.000000 4n
29085302.24 337.59 moveto
29086302.24 357.84 lineto stroke
29087331.82 333.84 1.000000 4n
29088335.50 334.59 moveto
29089335.50 354.84 lineto stroke
29090338.52 354.84 1.000000 dnflag
29091352.80 351.84 1.000000 8rest
29092371.19 327.84 1.000000 4n
29093374.88 328.59 moveto
29094374.88 347.34 lineto stroke
29095395.20 327.84 1.000000 4n
29096398.88 328.59 moveto
29097398.88 347.34 lineto stroke
29098newpath
29099374.53 348.84 moveto
29100399.23 348.84 lineto
29101399.23 345.84 lineto
29102374.53 345.84 lineto
29103closepath
29104fill
29105298.55 327.84 1.000000 4n
29106307.82 324.84 1.000000 dot
29107294.87 327.09 moveto
29108294.87 306.84 lineto stroke
29109352.80 309.84 1.000000 8rest
29110371.19 327.84 1.000000 4n
29111367.51 327.09 moveto
29112367.51 308.34 lineto stroke
29113395.20 327.84 1.000000 4n
29114391.52 327.09 moveto
29115391.52 308.34 lineto stroke
29116newpath
29117367.16 309.84 moveto
29118391.87 309.84 lineto
29119391.87 306.84 lineto
29120367.16 306.84 lineto
29121closepath
29122fill
29123304.59 341.94 moveto
29124304.57 342.16 lineto
29125309.11 343.74 313.78 344.27 318.57 343.74 curveto
29126323.35 343.21 327.79 341.68 331.88 339.15 curveto
29127331.75 338.74 lineto
29128327.52 340.75 323.08 342.00 318.43 342.52 curveto
29129313.78 343.03 309.17 342.77 304.60 341.73 curveto
29130fill
29131/Times-Roman findfont
2913212 scalefont
29133setfont
29134322.78 356.85 moveto
29135331.82 356.85 1.000000 ferm
29136340.85 356.85 moveto
29137restore
29138% S_STAFF
29139% staff 2
29140save
29141298.55 255.57 1.000000 4n
291420.70 setlinewidth
29143292.32 255.57 moveto
29144304.79 255.57 lineto stroke
29145302.24 256.32 moveto
29146302.24 276.57 lineto stroke
29147331.82 252.57 1.000000 4n
29148335.50 253.32 moveto
29149335.50 273.57 lineto stroke
29150338.52 273.57 1.000000 dnflag
29151352.80 255.57 1.000000 8rest
29152371.19 246.57 1.000000 4n
29153374.88 247.32 moveto
29154374.88 266.07 lineto stroke
29155395.20 246.57 1.000000 4n
29156398.88 247.32 moveto
29157398.88 266.07 lineto stroke
29158newpath
29159374.53 267.57 moveto
29160399.23 267.57 lineto
29161399.23 264.57 lineto
29162374.53 264.57 lineto
29163closepath
29164fill
29165298.55 240.57 1.000000 4n
29166307.82 240.57 1.000000 dot
29167294.87 239.82 moveto
29168294.87 219.57 lineto stroke
29169352.80 225.57 1.000000 8rest
29170371.19 237.57 1.000000 4n
29171367.51 236.82 moveto
29172367.51 218.07 lineto stroke
29173395.20 237.57 1.000000 4n
29174391.52 236.82 moveto
29175391.52 218.07 lineto stroke
29176newpath
29177367.16 219.57 moveto
29178391.87 219.57 lineto
29179391.87 216.57 lineto
29180367.16 216.57 lineto
29181closepath
29182fill
29183304.59 260.67 moveto
29184304.57 260.88 lineto
29185309.11 262.47 313.78 263.00 318.57 262.47 curveto
29186323.35 261.94 327.79 260.41 331.88 257.88 curveto
29187331.75 257.47 lineto
29188327.52 259.47 323.08 260.73 318.43 261.24 curveto
29189313.78 261.76 309.17 261.50 304.60 260.46 curveto
29190fill
29191/Times-Roman findfont
2919212 scalefont
29193setfont
29194322.78 275.58 moveto
29195331.82 275.58 1.000000 ferm
29196340.85 275.58 moveto
29197restore
29198% S_BAR
29199183 linenum
292000.70 setlinewidth
29201417.31 351.84 moveto
29202417.31 225.57 lineto stroke
29203% S_CHHEAD
29204% S_STAFF
29205% staff 1
29206save
29207184 linenum
29208450.98 290.12 moveto
29209480.84 290.12 lineto stroke
29210/Times-Roman findfont
2921112 scalefont
29212setfont
29213424.41 290.12 moveto
29214(land) show
29215/Times-Roman findfont
2921612 scalefont
29217setfont
29218494.41 290.12 moveto
29219(of) show
29220/Times-Roman findfont
2922112 scalefont
29222setfont
29223514.14 290.12 moveto
29224(the) show
29225431.05 336.84 1.000000 4n
29226440.32 336.84 1.000000 dot
29227434.73 337.59 moveto
29228434.73 357.84 lineto stroke
29229476.81 339.84 1.000000 4n
29230480.49 340.59 moveto
29231480.49 360.84 lineto stroke
29232483.52 360.84 1.000000 dnflag
29233496.89 342.84 1.000000 4n
29234500.57 343.59 moveto
29235500.57 362.92 lineto stroke
29236517.79 345.84 1.000000 4n
29237521.48 346.59 moveto
29238521.48 365.92 lineto stroke
29239newpath
29240500.22 364.42 moveto
29241521.83 367.42 lineto
29242521.83 364.42 lineto
29243500.22 361.42 lineto
29244closepath
29245fill
29246431.05 327.84 1.000000 4n
29247440.32 324.84 1.000000 dot
29248427.37 327.09 moveto
29249427.37 306.84 lineto stroke
29250476.81 327.84 1.000000 4n
29251473.13 327.09 moveto
29252473.13 306.84 lineto stroke
29253476.15 306.84 1.000000 upflag
29254496.89 327.84 1.000000 4n
29255493.21 327.09 moveto
29256493.21 308.34 lineto stroke
29257517.79 327.84 1.000000 4n
29258514.11 327.09 moveto
29259514.11 308.34 lineto stroke
29260newpath
29261492.86 309.84 moveto
29262514.46 309.84 lineto
29263514.46 306.84 lineto
29264492.86 306.84 lineto
29265closepath
29266fill
29267431.05 322.74 moveto
29268431.08 322.92 lineto
29269437.42 321.30 443.87 320.49 450.42 320.49 curveto
29270456.96 320.49 463.41 321.30 469.75 322.92 curveto
29271469.80 322.57 lineto
29272463.54 320.32 457.07 319.20 450.42 319.20 curveto
29273443.76 319.20 437.29 320.32 431.03 322.57 curveto
29274fill
29275445.32 341.94 moveto
29276445.26 342.14 lineto
29277450.12 344.69 455.29 346.22 460.75 346.74 curveto
29278466.21 347.26 471.57 346.73 476.83 345.14 curveto
29279476.80 344.75 lineto
29280471.52 345.77 466.21 346.03 460.87 345.52 curveto
29281455.52 345.01 450.35 343.76 445.37 341.75 curveto
29282fill
29283restore
29284% S_STAFF
29285% staff 2
29286save
29287431.05 249.57 1.000000 4n
29288440.32 252.57 1.000000 dot
292890.70 setlinewidth
29290434.73 250.32 moveto
29291434.73 270.57 lineto stroke
29292476.81 246.57 1.000000 4n
29293480.49 247.32 moveto
29294480.49 267.57 lineto stroke
29295483.52 267.57 1.000000 dnflag
29296496.89 249.57 1.000000 4n
29297500.57 250.32 moveto
29298500.57 269.07 lineto stroke
29299517.79 249.57 1.000000 4n
29300521.48 250.32 moveto
29301521.48 269.07 lineto stroke
29302newpath
29303500.22 270.57 moveto
29304521.83 270.57 lineto
29305521.83 267.57 lineto
29306500.22 267.57 lineto
29307closepath
29308fill
29309431.05 234.57 1.000000 4n
29310440.32 234.57 1.000000 dot
29311427.37 233.82 moveto
29312427.37 213.57 lineto stroke
29313476.81 240.57 1.000000 4n
29314473.13 239.82 moveto
29315473.13 219.57 lineto stroke
29316476.15 219.57 1.000000 upflag
29317496.89 228.57 1.000000 4n
29318493.21 227.82 moveto
29319493.21 208.49 lineto stroke
29320517.79 231.57 1.000000 4n
29321514.11 230.82 moveto
29322514.11 211.49 lineto stroke
29323newpath
29324492.86 209.99 moveto
29325514.46 212.99 lineto
29326514.46 209.99 lineto
29327492.86 206.99 lineto
29328closepath
29329fill
29330431.05 229.47 moveto
29331431.05 229.65 lineto
29332437.65 229.01 444.22 229.20 450.77 230.21 curveto
29333457.31 231.23 463.63 233.04 469.73 235.64 curveto
29334469.83 235.30 lineto
29335463.91 232.08 457.62 229.96 450.97 228.93 curveto
29336444.31 227.89 437.67 228.02 431.05 229.30 curveto
29337fill
29338445.32 254.67 moveto
29339445.30 254.87 lineto
29340450.56 256.46 455.91 256.99 461.38 256.47 curveto
29341466.84 255.95 472.00 254.42 476.86 251.87 curveto
29342476.76 251.48 lineto
29343471.77 253.48 466.61 254.74 461.26 255.25 curveto
29344455.91 255.76 450.60 255.50 445.33 254.47 curveto
29345fill
29346restore
29347% S_BAR
29348190 linenum
293490.70 setlinewidth
29350539.91 351.84 moveto
29351539.91 225.57 lineto stroke
29352% S_CHHEAD
29353% S_STAFF
29354% staff 1
29355save
29356192 linenum
29357/Times-Roman findfont
2935812 scalefont
29359setfont
29360547.50 290.12 moveto
29361(free) show
29362/Times-Roman findfont
2936312 scalefont
29364setfont
29365614.27 290.12 moveto
29366(and) show
29367/Times-Roman findfont
2936812 scalefont
29369setfont
29370644.33 290.12 moveto
29371(the) show
29372552.14 348.84 1.000000 4n
29373555.82 349.59 moveto
29374555.82 369.84 lineto stroke
29375587.85 351.84 1.000000 4rest
29376618.59 336.84 1.000000 4n
29377622.28 337.59 moveto
29378622.28 356.76 lineto stroke
29379647.98 339.84 1.000000 4n
29380651.66 340.59 moveto
29381651.66 359.76 lineto stroke
29382newpath
29383621.93 358.26 moveto
29384652.01 361.26 lineto
29385652.01 358.26 lineto
29386621.93 355.26 lineto
29387closepath
29388fill
29389552.14 327.84 1.000000 4n
29390548.46 327.09 moveto
29391548.46 306.84 lineto stroke
29392587.85 321.84 1.000000 4rest
29393618.59 324.84 1.000000 4n
29394614.91 324.09 moveto
29395614.91 305.34 lineto stroke
29396647.98 324.84 1.000000 4n
29397644.30 324.09 moveto
29398644.30 305.34 lineto stroke
29399newpath
29400614.56 306.84 moveto
29401644.65 306.84 lineto
29402644.65 303.84 lineto
29403614.56 303.84 lineto
29404closepath
29405fill
29406/Times-Roman findfont
2940712 scalefont
29408setfont
29409543.10 371.85 moveto
29410552.14 371.85 1.000000 ferm
29411561.18 371.85 moveto
29412restore
29413% S_STAFF
29414% staff 2
29415save
29416552.14 249.57 1.000000 4n
294170.70 setlinewidth
29418555.82 250.32 moveto
29419555.82 270.57 lineto stroke
29420587.85 261.57 1.000000 4rest
29421618.59 249.57 1.000000 4n
29422622.28 250.32 moveto
29423622.28 269.07 lineto stroke
29424647.98 249.57 1.000000 4n
29425651.66 250.32 moveto
29426651.66 269.07 lineto stroke
29427newpath
29428621.93 270.57 moveto
29429652.01 270.57 lineto
29430652.01 267.57 lineto
29431621.93 267.57 lineto
29432closepath
29433fill
29434552.14 234.57 1.000000 4n
29435548.46 233.82 moveto
29436548.46 213.57 lineto stroke
29437587.85 225.57 1.000000 4rest
29438618.59 243.57 1.000000 4n
29439614.91 242.82 moveto
29440614.91 224.07 lineto stroke
29441647.98 243.57 1.000000 4n
29442639.53 243.57 1.000000 nat
29443644.30 242.82 moveto
29444644.30 224.07 lineto stroke
29445newpath
29446614.56 225.57 moveto
29447644.65 225.57 lineto
29448644.65 222.57 lineto
29449614.56 222.57 lineto
29450closepath
29451fill
29452/Times-Roman findfont
2945312 scalefont
29454setfont
29455543.10 272.58 moveto
29456552.14 272.58 1.000000 ferm
29457561.18 272.58 moveto
29458restore
29459% S_BAR
29460198 linenum
294610.70 setlinewidth
29462670.10 351.84 moveto
29463670.10 225.57 lineto stroke
29464% S_CHHEAD
29465% S_STAFF
29466% staff 1
29467save
29468199 linenum
29469/Times-Roman findfont
2947012 scalefont
29471setfont
29472677.01 290.12 moveto
29473(home) show
29474/Times-Roman findfont
2947512 scalefont
29476setfont
29477727.06 290.12 moveto
29478(of) show
29479/Times-Roman findfont
2948012 scalefont
29481setfont
29482749.28 290.12 moveto
29483(the) show
29484683.67 342.84 1.000000 4n
29485692.93 342.84 1.000000 dot
29486687.35 343.59 moveto
29487687.35 363.84 lineto stroke
29488729.54 345.84 1.000000 4n
29489733.23 346.59 moveto
29490733.23 366.84 lineto stroke
29491736.25 366.84 1.000000 dnflag
29492752.94 339.84 1.000000 4n
29493756.62 340.59 moveto
29494756.62 360.84 lineto stroke
29495683.67 327.84 1.000000 4n
29496692.93 324.84 1.000000 dot
29497679.99 327.09 moveto
29498679.99 306.84 lineto stroke
29499729.54 327.84 1.000000 4n
29500725.86 327.09 moveto
29501725.86 306.84 lineto stroke
29502728.89 306.84 1.000000 upflag
29503752.94 324.84 1.000000 4n
29504749.25 324.09 moveto
29505749.25 303.84 lineto stroke
29506restore
29507% S_STAFF
29508% staff 2
29509save
29510683.67 249.57 1.000000 4n
29511692.93 252.57 1.000000 dot
295120.70 setlinewidth
29513687.35 250.32 moveto
29514687.35 270.57 lineto stroke
29515729.54 249.57 1.000000 4n
29516733.23 250.32 moveto
29517733.23 270.57 lineto stroke
29518736.25 270.57 1.000000 dnflag
29519752.94 246.57 1.000000 4n
29520756.62 247.32 moveto
29521756.62 267.57 lineto stroke
29522683.67 240.57 1.000000 4n
29523692.93 240.57 1.000000 dot
29524679.99 239.82 moveto
29525679.99 219.57 lineto stroke
29526729.54 240.57 1.000000 4n
29527725.86 239.82 moveto
29528725.86 219.57 lineto stroke
29529728.89 219.57 1.000000 upflag
29530752.94 240.57 1.000000 4n
29531749.25 239.82 moveto
29532749.25 219.57 lineto stroke
29533restore
29534% S_BAR
29535205 linenum
295360.70 setlinewidth
29537787.49 351.84 moveto
29538787.49 225.57 lineto stroke
29539% S_CHHEAD
29540% S_STAFF
29541% staff 1
29542save
29543206 linenum
29544/Times-Roman findfont
2954512 scalefont
29546setfont
29547796.68 290.12 moveto
29548(brave?) show
29549804.65 336.84 1.000000 2n
29550808.55 337.59 moveto
29551808.55 357.84 lineto stroke
29552804.65 321.84 1.000000 2n
29553798.21 321.84 moveto
29554811.10 321.84 lineto stroke
29555800.76 321.09 moveto
29556800.76 300.84 lineto stroke
29557restore
29558% S_STAFF
29559% staff 2
29560save
29561804.65 240.57 1.000000 2n
295620.70 setlinewidth
29563808.55 241.32 moveto
29564808.55 261.57 lineto stroke
29565804.65 228.57 1.000000 2n
29566800.76 227.82 moveto
29567800.76 207.57 lineto stroke
29568restore
29569% S_BAR
29570211 linenum
295710.70 setlinewidth
29572864.04 351.84 moveto
29573864.04 225.57 lineto stroke
295743.00 setlinewidth
29575868.04 351.84 moveto
29576868.04 225.57 lineto stroke
295770.70 setlinewidth
29578% Printing header/footer
29579/Times-Roman findfont
2958018 scalefont
29581setfont
29582376.16 1148.50 moveto
29583(The Star Spangled Banner) show
29584/Times-Italic findfont
2958512 scalefont
29586setfont
29587381.99 1135.68 moveto
29588(\(The United States National Anthem\)) show
29589/Times-Roman findfont
295909 scalefont
29591setfont
2959272.00 1126.07 moveto
29593(Text: Francis Scott Key) show
29594/Times-Roman findfont
295959 scalefont
29596setfont
29597807.22 1126.07 moveto
29598(Tune: J. S. Smith) show
29599/Times-Roman findfont
296009 scalefont
29601setfont
2960272.00 1116.46 moveto
29603/Times-Roman findfont
296049 scalefont
29605setfont
29606790.16 1116.46 moveto
29607(arr: William J. Krauss) show
29608showpage
29609restore
29610%%DocumentFonts: /Times-Roman /Times-Italic /NewCenturySchlbk-Bold
29611%%Pages: 2
29612%%EndDocument
29613end PEND EP
29614%%Page: 162 168
29615%%BeginPageSetup
29616BP
29617%%EndPageSetup
29618/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(62 -)-2.5 E(INDEX)269.786 98
29619Q(abo)69.336 122 Q -1.28 -.15(ve .)-.15 H(.............................\
29620.......................................................................\
29621............................33, 43, 71, 73, 78, 80).15 E -2.43(accents \
29622.......................................................................\
29623.......................................................................\
29624...22,)69.336 134 R(65, 67)2.5 E -2.43(accidentals ....................\
29625.......................................................................\
29626................................17,)69.336 146 R(20, 63, 121, 135)2.5 E
29627(adjusting output)69.336 158 Q(........................................\
29628.......................................................................\
29629.............................129)2.27 E(alignment of lyrics)69.336 170 Q
29630(......................................................................\
29631....................................................48, 113, 129)1.45 E
29632(alignment of te)69.336 182 Q -1.18(xt ................................\
29633.......................................................................\
29634................................69,)-.15 F(75)2.5 E -.5(all ...........\
29635.......................................................................\
29636........................................................48,)69.336 194 R
29637(71, 74, 74, 151)2.5 E -.77(alternation ...............................\
29638.......................................................................\
29639.........................................32,)69.336 206 R(151)2.5 E -.22
29640(analysis .............................................................\
29641......................................................................7\
296424,)69.336 218 R(102, 105, 106)2.5 E(angle brack)69.336 230 Q -.38(ets .\
29643.......................................................................\
29644.............................................................20,)-.1 F
29645(46, 48)2.5 E(ar)69.336 242 Q(guments, command line)-.18 E(............\
29646.......................................................................\
29647............................11, 127, 150)1.08 E(Arkkra Enterprises)
2964869.336 254 Q(..........................................................\
29649.......................................................................\
29650.......155)1.19 E -1.88(backslash .....................................\
29651.......................................................................\
29652.......................................13,)69.336 266 R(95)2.5 E -1.59(\
29653backspace .............................................................\
29654.......................................................................\
29655..............63,)69.336 278 R(69)2.5 E -.77(bar ......................\
29656.......................................................................\
29657........2,)69.336 290 R(8, 13, 15, 37, 72, 84, 85, 103, 110, 138)2.5 E
29658-2.16(barstyle ........................................................\
29659.......................................................................\
29660...................103,)69.336 302 R(110)2.5 E -2.44(beaming ..........\
29661.......................................................................\
29662....................................................21,)69.336 314 R
29663(27, 105, 138)2.5 E -1.05(beamstyle ...................................\
29664.......................................................................\
29665........................27,)69.336 326 R(28, 105, 138)2.5 E -1.05(beats\
29666 ......................................................................\
29667......................................................22,)69.336 338 R
29668(72, 72, 105, 135, 152)2.5 E(be)69.336 350 Q -.35(gintime .............\
29669.......................................................................\
29670..............................71,)-.15 F(72, 72, 78, 79, 80, 151)2.5 E
29671(belo)69.336 362 Q .31(w.)-.25 G(......................................\
29672.......................................................................\
29673...............6, 17, 33, 43, 71, 78, 80)-.31 E -2.44(bend ............\
29674.......................................................................\
29675.......................................................................\
29676.......53)69.336 374 R -1.32(between ..................................\
29677.......................................................................\
29678......................................43,)69.336 386 R(71, 73)2.5 E -.22
29679(block ................................................................\
29680...........................................................14,)69.336
29681398 R(14, 88, 106, 141, 145)2.5 E -.78(bold ...........................\
29682..............................................................68,)69.336
29683410 R(71, 73, 74, 86, 102, 105, 106, 109, 110, 113)2.5 E -1.06(boldital\
29684 ......................................................................\
29685......................68,)69.336 422 R
29686(71, 73, 74, 86, 102, 105, 106, 109, 110)2.5 E -1.34
29687(bottom ...........................4,)69.336 434 R(13, 13, 14, 14, 16, \
2968843, 71, 72, 73, 82, 84, 84, 89, 93, 103, 106, 121, 123, 125, 150)2.5 E
29689(bottommar)69.336 446 Q -1.99(gin .....................................\
29690.......................................................................\
29691....................................106)-.18 F(box)69.336 458 Q(ed te)
29692-.15 E -2.14(xt .......................................................\
29693.......................................................................\
29694..........................70)-.15 F -2.15(brace .......................\
29695.......................................................................\
29696..........................................33,)69.336 470 R
29697(107, 110, 112)2.5 E(brack)69.336 482 Q -2.33(et ......................\
29698.......................................................................\
29699..............21,)-.1 F(24, 33, 44, 107, 110, 112, 136)2.5 E
29700(breath marks)69.336 494 Q(............................................\
29701.......................................................................\
29702...............................148).07 E -.2(cadenza ..................\
29703.......................................................................\
29704................................................................143)
2970569.336 506 R(cancelk)69.336 518 Q .07 -.15(ey .)-.1 H(.................\
29706.......................................................................\
29707.............................................................107).15 E
29708-1.88(capo ............................................................\
29709.......................................................................\
29710..............................54)69.336 530 R -2.43(center ............\
29711.......................................................................\
29712..........................................................13,)69.336 542
29713R(45, 86, 95)2.5 E -1.6(channel .......................................\
29714.......................................................................\
29715....................................150,)69.336 554 R(152)2.5 E -2.16(c\
29716hant ..................................................................\
29717.......................................................................\
29718...............48,)69.336 566 R(131)2.5 E -.77
29719(chord .................................................2,)69.336 578 R
29720(15, 21, 34, 73, 74, 78, 80, 82, 102, 105, 106, 108, 110, 116, 121, 121)
297212.5 E -.22(chorddist ..................................................\
29722.......................................................................\
2972374,)69.336 590 R(108, 109, 109, 129)2.5 E(circled te)69.336 602 Q -.06(\
29724xt ....................................................................\
29725.......................................................................\
29726...........70)-.15 F -.49(clef ........................................\
29727..................................................................3,)
2972869.336 614 R(8, 18, 25, 39, 40, 63, 108, 108, 121)2.5 E -1.88(coda ....\
29729.......................................................................\
29730.......................................................................\
29731.......65,)69.336 626 R(150)2.5 E(command line ar)69.336 638 Q -1.42(gu\
29732ments .................................................................\
29733...............................................11,)-.18 F(127, 150)2.5 E
29734-1.61(comments ........................................................\
29735.......................................................................\
29736.............8,)69.336 650 R(13, 155)2.5 E(conte)69.336 662 Q -1.18(xts\
29737 ......................................................................\
29738...........................................3,)-.15 F
29739(8, 14, 15, 89, 93, 102, 129)2.5 E(cop)69.336 674 Q -1.23(yright ......\
29740.......................................................................\
29741..............................................................14,)-.1 F
29742(65, 152)2.5 E -.48(crescendo .........................................\
29743...................................................................71,)
2974469.336 686 R(76, 79, 102, 105, 106, 109)2.5 E(cross-staf)69.336 698 Q
297452.5(fb)-.25 G -2.45(eams ..............................................\
29746.......................................................................\
29747................31,)-2.5 F(135)2.5 E(cross-staf)69.336 710 Q 2.5(fs)-.25
29748G -2.18(tems ..........................................................\
29749.......................................................................\
29750.............25)-2.5 F(cue notes)69.336 722 Q(.........................\
29751.......................................................................\
29752.............................................21, 52, 67)2.01 E(curv)
2975369.336 734 Q 2.44(e.)-.15 G(...........................................\
29754.......................................................................\
29755..........................13, 46, 84, 91)-2.44 E EP
29756%%Page: 163 169
29757%%BeginPageSetup
29758BP
29759%%EndPageSetup
29760/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(63 -)-2.5 E(custom beaming)
2976169.336 96 Q(...........................................................\
29762.....................................................................27\
29763, 54, 105)1.17 E(dashed line)69.336 108 Q(.............................\
29764.......................................................................\
29765................................37, 76, 80, 90)1.73 E
29766(dashed ties and slurs)69.336 120 Q(...................................\
29767.......................................................................\
29768...........19, 20, 27, 27)2.01 E(deb)69.336 132 Q -.02(ugging .........\
29769.......................................................................\
29770.................................................................8,)-.2
29771F(129)2.5 E -2.42(decrescendo .........................................\
29772......................................................................7\
297731,)69.336 144 R(79, 102, 105, 106, 109)2.5 E -2.44(de\214ne ...........\
29774.......................................................................\
29775.......................................................................\
29776......95)69.336 156 R -.49(defoct .....................................\
29777.......................................................................\
29778....................................18,)69.336 168 R(25, 108)2.5 E
29779(diacritical marks)69.336 180 Q(.......................................\
29780.......................................................................\
29781................................69).07 E(diamond-shaped notes)69.336 192
29782Q(.....................................................................\
29783...................................................21, 52, 64)2.29 E
29784-2.45(diminished ......................................................\
29785.......................................................................\
29786....65,)69.336 204 R(74, 102, 126)2.5 E -2.45(dist ....................\
29787.......................................................................\
29788......................................................109,)69.336 216 R
29789(109, 129)2.5 E(di)69.336 228 Q -2.48(vision ..........................\
29790.......................................................................\
29791.........................................................109)-.25 F
29792(dotted line)69.336 240 Q(.............................................\
29793.......................................................................\
29794.......................37, 84, 90)2 E(dotted note)69.336 252 Q(........\
29795.......................................................................\
29796...............16, 21, 33, 43, 65, 105, 116, 125, 135)2.28 E
29797(dotted ties and slurs)69.336 264 Q(...................................\
29798.......................................................................\
29799............19, 20, 27, 27)2.28 E(drum clef)69.336 276 Q(..............\
29800.......................................................................\
29801..........................................................108, 121).9 E
29802(D. S.)69.336 288 Q(...................................................\
29803.......................................................................\
29804..............................65, 150)1.72 E -1.33(duration ...........\
29805.......................................................................\
29806...........13,)69.336 300 R(15, 27, 71, 76, 77, 78, 79, 80, 81, 105)2.5
29807E -1.33(dynamics ......................................................\
29808...................................................1,)69.336 312 R
29809(14, 48, 71, 102, 105, 106, 151)2.5 E -1.05(east ......................\
29810.......................................................................\
29811.....................................................................84)
2981269.336 324 R -1.61(endings ............................................\
29813.......................................................................\
29814...........40,)69.336 336 R(74, 102, 110, 150)2.5 E -1.61(endingstyle .\
29815.......................................................................\
29816........................................................40,)69.336 348 R
29817(40, 110, 114)2.5 E(error messages)69.336 360 Q(.......................\
29818.......................................................................\
29819........................4, 6, 102, 126, 129)2.3 E -2.15 -.25(ev e)69.336
29820372 T 2.5(np).25 G -1.75(ages .........................................\
29821.......................................................................\
29822.................................9,)-2.5 F(140)2.5 E(\214gured bass)
2982369.336 384 Q(..........................................................\
29824.............................................................69, 74, 10\
298252, 105, 106)1.45 E -1.89(\215ags ......................................\
29826.......................................................................\
29827......................................21,)69.336 396 R(63, 105)2.5 E
29828-.78(\215at ...........................................................\
29829............................................................3,)69.336
29830408 R(4, 17, 63, 74, 102, 112, 126)2.5 E -1.61(font ...................\
29831.......................................................................\
29832..........5,)69.336 420 R(22, 40, 48, 68, 71, 74, 86, 95, 110, 113)2.5 E
29833(fontf)69.336 432 Q -.12(amily ........................................\
29834.......................................................................\
29835..............22,)-.1 F(48, 74, 95, 110)2.5 E -1.88(footer ............\
29836.......................................................................\
29837......................................5,)69.336 444 R
29838(10, 84, 89, 93, 110, 121)2.5 E -1.88(fret ............................\
29839.......................................................................\
29840................................................................51)
2984169.336 456 R -1.61(Ghostscript ........................................\
29842.......................................................................\
29843.............................6,)69.336 468 R(11, 68)2.5 E -.78(glissand\
29844o .....................................................................\
29845.......................................................................\
29846.............90)69.336 480 R(grace notes)69.336 492 Q(.................\
29847.......................................................................\
29848....................................21, 22, 52, 72, 151)1.74 E -.5(grid\
29849s .....................................................................\
29850.......................................................................\
29851......14,)69.336 504 R(76, 110)2.5 E -1.33(guitar .....................\
29852.......................................................................\
29853...........................................................50,)69.336
29854516 R(147)2.5 E -2.15(header ..........................................\
29855.......................................................................\
29856.5,)69.336 528 R(10, 14, 84, 89, 93, 110, 121)2.5 E -2.16(heel. .......\
29857.......................................................................\
29858.......................................................................\
29859..........148)69.336 540 R -2.43(hidechanges ..........................\
29860.......................................................................\
29861....................................................41)69.336 552 R
29862-1.88(ifdef ...........................................................\
29863.......................................................................\
29864.......................96,)69.336 564 R(151)2.5 E(impro)69.336 576 Q
29865-.91(visation .........................................................\
29866.......................................................................\
29867................147)-.15 F -2.44(include ..............................\
29868.......................................................................\
29869..................................................9,)69.336 588 R(100)
298702.5 E(in)69.336 600 Q -2.32(visbar ....................................\
29871.......................................................................\
29872.........................................37,)-.4 F(129)2.5 E -1.89(ital\
29873ics ...................................................................\
29874........48,)69.336 612 R
29875(68, 71, 73, 74, 80, 86, 102, 105, 106, 109, 110, 113)2.5 E -.23(justi\
29876\214cation ............................................................\
29877.......................................................................\
29878..............5,)69.336 624 R(86)2.5 E -.1(ke)69.336 636 S 2.5(ys)-.05 G
29879-1.35(ignature ........................................................\
29880.....................3,)-2.5 F
29881(8, 39, 41, 102, 102, 112, 121, 121, 126, 126)2.5 E -1.33(labels ......\
29882.......................................................................\
29883......................................................40,)69.336 648 R
29884(40, 69, 107, 112)2.5 E(leftmar)69.336 660 Q -1.98(gin ................\
29885.......................................................................\
29886.................................................93,)-.18 F(113, 140)2.5
29887E(le)69.336 672 Q -.05(ga)-.15 G -2.24(to .............................\
29888.......................................................................\
29889.....................................................22,).05 F(65)2.5 E
29890-.5(length ............................................................\
29891.......................................................................\
29892...................23,)69.336 684 R(123)2.5 E -.5(line ................\
29893.......................................................................\
29894.......................................................13,)69.336 696 R
29895(84, 90, 138)2.5 E -.22(lyrics ........................................\
29896...........................................................5,)69.336 708
29897R(14, 14, 43, 69, 74, 102, 105, 106, 113)2.5 E -.22(lyricsalign .......\
29898.......................................................................\
29899.........................................................48,)69.336 720
29900R(113, 129)2.5 E -1.88(macros .........................................\
29901.......................................................................\
29902.............................8,)69.336 732 R(9, 95, 150)2.5 E EP
29903%%Page: 164 170
29904%%BeginPageSetup
29905BP
29906%%EndPageSetup
29907/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(64 -)-2.5 E
29908(manual placement)69.336 96 Q(.........................................\
29909.......................................................................\
29910.....46, 90, 135, 135)1.46 E -.22(map .................................\
29911.......................................................................\
29912.........................................................34)69.336 108 R
29913(mar)69.336 120 Q -1.15(gin ...........................................\
29914............................................................84,)-.18 F
29915(86, 106, 113, 119, 126, 129, 140)2.5 E -1.32
29916(measure .....................2,)69.336 132 R(8, 15, 17, 18, 19, 24, 27\
29917, 37, 42, 47, 69, 72, 82, 85, 93, 105, 110, 114, 125, 138, 152)2.5 E
29918(measure numbers)69.336 144 Q(.........................................\
29919.......................................................................\
29920......40, 41, 110, 114)1.74 E(measure repeat)69.336 156 Q(.............\
29921.......................................................................\
29922......................................................17, 65)1.75 E
29923(measure rest)69.336 168 Q(............................................\
29924.......................................................................\
29925...........................17, 42)1.74 E -.77(MIDI ....................\
29926.......................................................................\
29927..............1,)69.336 180 R(9, 18, 50, 109, 112, 121, 135, 150)2.5 E
29928(mid-measure parameter changes)69.336 192 Q(...........................\
29929.......................................................................\
29930...................25).1 E -1.33(mordent ..............................\
29931.......................................................................\
29932......................................................64)69.336 204 R
29933-1.61(mouse ...........................................................\
29934.......................................................................\
29935............................12)69.336 216 R -.78(MS-DOS ...............\
29936.......................................................................\
29937...........................................................1,)69.336 228
29938R(7, 11)2.5 E -1.06(multirest .........................................\
29939.......................................................................\
29940................................8,)69.336 240 R(13, 42)2.5 E -2.45(mupd\
29941isp ...................................................................\
29942.......................................................................\
29943.................11)69.336 252 R -1.89(mupprnt ........................\
29944.......................................................................\
29945............................................................11)69.336
29946264 R(music conte)69.336 276 Q -1.18(xt ...............................\
29947.......................................................................\
29948........3,)-.15 F(14, 15, 84, 89, 95, 129)2.5 E -1.34(mussym ..........\
29949.......................................................................\
29950........................71,)69.336 288 R(73, 77, 90, 102, 105, 106, 151)
299512.5 E(neutral clef)69.336 300 Q(.......................................\
29952.......................................................................\
29953..............................108, 121)1.74 E(ne)69.336 312 Q -.79(wpag\
29954e .....................................................................\
29955.......................................................................\
2995613,)-.25 F(93, 129)2.5 E(ne)69.336 324 Q -.51(wscore ..................\
29957.......................................................................\
29958..................................................13,)-.25 F(93, 129)2.5
29959E -1.61(north .........................................................\
29960.......................................................................\
29961................................84)69.336 336 R -1.61(notes ....2,)
2996269.336 348 R(8, 14, 16, 19, 33, 42, 45, 48, 63, 67, 72, 72, 80, 84, 84,\
29963 85, 105, 108, 109, 116, 128, 135, 150, 151)2.5 E(numbering pages)69.336
29964360 Q(.................................................................\
29965......................................................................1\
299660, 94).9 E(octa)69.336 372 Q -.95 -.15(ve .)-.2 H(.....................\
29967..................................................................2, 17\
29968, 20, 71, 80, 102, 102, 105, 108, 126, 151).15 E(odd pages)69.336 384 Q
29969(......................................................................\
29970.......................................................................\
29971.....9, 140)1.73 E -2.16(ornaments ....................................\
29972.......................................................................\
29973...............................64,)69.336 396 R(71, 151)2.5 E(pack)
2997469.336 408 Q -.15(ex)-.1 G 1.43(p.).15 G(..............................\
29975.......................................................................\
29976...........................................116, 129)-1.43 E(packf)69.336
29977420 Q -1.77(act .......................................................\
29978.......................................................................\
29979...................116,)-.1 F(129)2.5 E -.22(padding ..................\
29980.......................................................................\
29981....................................................23,)69.336 432 R
29982(39, 135)2.5 E(page footer)69.336 444 Q(...............................\
29983.......................................................................\
29984..........5, 10, 84, 89, 93, 110, 121)1.74 E(page header)69.336 456 Q(.\
29985.......................................................................\
29986.................................5, 10, 14, 84, 89, 93, 110, 121)1.47 E
29987-1.88(pageheight ......................................................\
29988.......................................................................\
29989........................117)69.336 468 R(page number)69.336 480 Q(.....\
29990.......................................................................\
29991..................................................................10, 9\
299924).07 E(page)69.336 492 Q -1.91(width .................................\
29993.......................................................................\
29994..............................................117)-.25 F -.48(paragraph\
29995 ......................................................................\
29996.......................................................................\
29997...........87)69.336 504 R -1.87(parameters ...........................\
29998.......................................................................\
29999.............3,)69.336 516 R(13, 14, 96, 102, 129, 152)2.5 E -2.15(pare\
30000ntheses ...............................................................\
30001.......................................................................\
30002....16,)69.336 528 R(17, 51)2.5 E -2.16(pedal .........................\
30003.......................................................................\
30004........................5,)69.336 540 R(64, 71, 81, 105, 117, 151)2.5 E
30005-1.33(pedstyle ........................................................\
30006.......................................................................\
30007....................81,)69.336 552 R(117)2.5 E -.77(percussion ........\
30008.......................................................................\
30009......................................................................1\
3001021)69.336 564 R -1.6(phrase ...........................................\
30011.......................................................................\
30012............................5,)69.336 576 R(14, 71, 78)2.5 E
30013(piano reduction)69.336 588 Q(.........................................\
30014.......................................................................\
30015.............................145)2.01 E(pickup measure)69.336 600 Q(...\
30016.......................................................................\
30017...........................................................4, 10, 16)
300181.46 E(piled te)69.336 612 Q -.35(xt ..................................\
30019.......................................................................\
30020..........................................69,)-.15 F(75)2.5 E -.5(pitch\
30021 ......................................................................\
30022..........................................2,)69.336 624 R
30023(16, 17, 18, 18, 19, 20, 26, 121)2.5 E -1.62(PostScript ...............\
30024.......................................................................\
30025....................................................1,)69.336 636 R
30026(6, 11, 68)2.5 E -1.89(print ..........................................\
30027...................................1,)69.336 648 R
30028(6, 7, 11, 13, 72, 84, 86, 110, 121, 121, 125, 127, 135)2.5 E -1.06(quo\
30029ting ..................................................................\
30030.......................................................................\
30031...................97)69.336 660 R -.77(reduction .....................\
30032.......................................................................\
30033...........................................................145)69.336
30034672 R(re)69.336 684 Q -.9(gistration ..................................\
30035.......................................................................\
30036.........................................1,)-.15 F(10)2.5 E
30037(rehearsal marks)69.336 696 Q(.........................................\
30038........................................................40, 74, 102, 11\
300390, 114, 118, 151)1.47 E -.76(release ..................................\
30040.......................................................................\
30041....................................................25)69.336 708 R
30042-2.43(repeat ..........................................................\
30043.......................................................................\
30044..33,)69.336 720 R(37, 65, 147, 150)2.5 E -2.44(rest ..................\
30045.......................................................................\
30046..........................8,)69.336 732 R
30047(16, 18, 22, 42, 45, 64, 85, 128)2.5 E EP
30048%%Page: 165 171
30049%%BeginPageSetup
30050BP
30051%%EndPageSetup
30052/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(65 -)-2.5 E -.49(restart ..\
30053.......................................................................\
30054.......................................................................\
30055..............37)69.336 96 R(rightmar)69.336 108 Q -.04(gin ...........\
30056.......................................................................\
30057...................................................93,)-.18 F(119, 140)
300582.5 E -1.89(roll ......................................................\
30059.......................................................................\
30060................................81,)69.336 120 R(90)2.5 E -1.05(roman .\
30061.......................................................................\
30062..........40,)69.336 132 R
30063(48, 68, 71, 73, 74, 86, 102, 105, 106, 110, 113)2.5 E -.49(scale .....\
30064.......................................................................\
30065.......................................................................\
30066...119,)69.336 144 R(129)2.5 E -1.6
30067(score ..................................1,)69.336 156 R(3, 4, 5, 8, 14\
30068, 39, 40, 48, 49, 74, 93, 95, 102, 107, 112, 114, 120, 128, 151, 155)2.5
30069E -1.04(scorepad ......................................................\
30070.......................................................................\
30071...................120,)69.336 168 R(129)2.5 E -2.43(scoresep .........\
30072.......................................................................\
30073.......................................................................\
30074..121)69.336 180 R -.5(scrolling ......................................\
30075.......................................................................\
30076.............................................11)69.336 192 R -1.61(semi\
30077colon .................................................................\
30078.....................................2,)69.336 204 R
30079(13, 15, 21, 33, 43, 72, 102, 129)2.5 E(shaped notes)69.336 216 Q(.....\
30080.......................................................................\
30081..............................................14, 20, 22, 56, 114).62 E
30082(share)69.336 228 Q -.1(wa)-.25 G -.68(re .............................\
30083.......................................................................\
30084................................................1,).1 F(10)2.5 E -2.16(\
30085sharp .................................................................\
30086...................................................3,)69.336 240 R
30087(4, 17, 63, 74, 102, 112, 126)2.5 E -1.05(size ........................\
30088......................................................................5\
30089,)69.336 252 R(22, 40, 48, 68, 68, 74, 78, 86, 86, 113, 121)2.5 E -.5(s\
30090lash ..................................................................\
30091............................................7,)69.336 264 R
30092(22, 22, 33, 52, 70, 75, 147, 151)2.5 E -1.89(slide ...................\
30093.......................................................................\
30094.......................................................................\
3009552)69.336 276 R -1.61(slope ...........................................\
30096.......................................................................\
30097......................................32,)69.336 288 R(103)2.5 E -.5(sl\
30098ur ....................................................................\
30099.......................................................................\
30100.................20,)69.336 300 R(27)2.5 E -2.17(small ................\
30101.......................................................................\
30102.......................................................11,)69.336 312 R
30103(19, 21, 67)2.5 E -2.17(south .........................................\
30104.......................................................................\
30105................................................84)69.336 324 R -.21
30106(space ...........................................................2,)
3010769.336 336 R
30108(4, 8, 13, 16, 18, 23, 39, 45, 47, 47, 68, 116, 120, 122, 128, 135)2.5 E
30109-.2(spacing ...........................................................\
30110.......................................................................\
30111........\(see)69.336 348 R(padding\))2.5 E -.21(staccato ..............\
30112.......................................................................\
30113......................................................................2\
301142)69.336 360 R(staf)69.336 372 Q 1.98(f.)-.25 G(....................13,\
30115 14, 15, 43, 48, 69, 71, 74, 81, 82, 84, 102, 107, 108, 110, 112, 122, \
30116122, 127, 150, 151)-1.98 E(staf)69.336 384 Q 2.5(fp)-.25 G -.23(aper ..\
30117.......................................................................\
30118.......................................................................\
30119.....149)-2.5 F(staf)69.336 396 Q -1.36(\215ines ......................\
30120.......................................................................\
30121.....................................................50,)-.25 F(121)2.5
30122E(staf)69.336 408 Q -2.46(fpad ........................................\
30123.......................................................................\
30124...................................122,)-.25 F(129)2.5 E(staf)69.336 420
30125Q -1.35(fsep ..........................................................\
30126.......................................................................\
30127.................123,)-.25 F(129)2.5 E -1.89(stem .....................\
30128.......................................................................\
30129.....................................22,)69.336 432 R
30130(22, 32, 63, 84, 128)2.5 E(stem direction)69.336 444 Q(................\
30131.......................................................................\
30132.......................................22, 22, 31, 127).06 E
30133(stem length)69.336 456 Q(.............................................\
30134.......................................................................\
30135..........................23, 123).61 E -2.16(stepsize ................\
30136..........................................................13,)69.336 468
30137R(23, 39, 85, 108, 109, 109, 120, 121, 122, 123, 135)2.5 E -2.17(string\
30138s ............................................................14,)69.336
30139480 R(22, 22, 22, 40, 40, 44, 67, 72, 80, 86, 95, 107, 110, 112, 121)2.5
30140E -.78(strum ..........................................................\
30141.......................................................................\
30142............................147)69.336 492 R -.77(subscript/superscript\
30143 ......................................................................\
30144.................................................................69)
3014569.336 504 R(swing time)69.336 516 Q(..................................\
30146.......................................................................\
30147....................................124, 151).33 E -1.61(syllable .....\
30148.......................................................................\
30149.......................................................................\
30150.....5,)69.336 528 R(43)2.5 E -1.9(sylposition ........................\
30151.......................................................................\
30152................................................49,)69.336 540 R(124)2.5
30153E -.49(tablature ......................................................\
30154.......................................................................\
30155...............50,)69.336 552 R(79, 121)2.5 E -.22(tag ................\
30156.......................................................................\
30157..................................................21,)69.336 564 R
30158(23, 39, 84, 135)2.5 E -.5(tempo ......................................\
30159.......................................................................\
30160.............................1,)69.336 576 R(14, 151, 152)2.5 E(te)
3016169.336 588 Q(xt strings)-.15 E(........................................\
30162.............14, 22, 22, 22, 40, 40, 44, 67, 72, 80, 86, 95, 107, 110, \
30163112, 121).48 E -.5(tie ................................................\
30164.......................................................................\
30165.................................19,)69.336 600 R(26, 52)2.5 E -1.34(ti\
30166l .....................................................................\
30167.......................................................................\
30168.........................73)69.336 612 R -.78(time ....................\
30169.................................................................2,)
3017069.336 624 R(15, 21, 32, 33, 43, 63, 71, 72, 85, 105, 116, 125)2.5 E
30171(time signature)69.336 636 Q(..........................................\
30172............................3, 8, 15, 17, 39, 40, 41, 72, 85, 121, 125,\
30173 138, 150).06 E -1.34(timeunit ........................................\
30174.......................................................................\
30175....................................16,)69.336 648 R(125)2.5 E -1.06(ti\
30176tle ...................................................................\
30177.......................................................................\
30178........5,)69.336 660 R(13, 14, 86)2.5 E -.22(toe. ....................\
30179.......................................................................\
30180.....................................................................14\
301818)69.336 672 R -.78
30182(top ...............................................13,)69.336 684 R(14\
30183, 43, 71, 72, 73, 82, 84, 84, 89, 93, 103, 106, 110, 121, 123, 126, 150)
301842.5 E(topmar)69.336 696 Q -1.43(gin ...................................\
30185.......................................................................\
30186............................................126)-.18 F -.77(transpose .\
30187.......................................................................\
30188.....................................50,)69.336 708 R
30189(54, 75, 102, 121, 126, 143)2.5 E -.49(track ..........................\
30190.......................................................................\
30191.............................................................150)69.336
30192720 R -2.45(trill .....................................................\
30193.......................................................................\
30194...........................64,)69.336 732 R(77, 90)2.5 E EP
30195%%Page: 166 172
30196%%BeginPageSetup
30197BP
30198%%EndPageSetup
30199/F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(66 -)-2.5 E -1.88(triplets \
30200.......................................................................\
30201.......................................................................\
30202\(see)69.336 96 R(tuplets\))2.5 E -2.17(tuplets .......................\
30203.......................................................................\
30204........................................................33,)69.336 108 R
30205(135)2.5 E -1.61(turn .................................................\
30206.......................................................................\
30207..........................................64)69.336 120 R
30208(uncollapseable space)69.336 132 Q(....................................\
30209.......................................................................\
30210............................16).36 E -.77(undef .......................\
30211.......................................................................\
30212.................................................................96)
3021369.336 144 R -.77(underline ...........................................\
30214.......................................................................\
30215.......................................69)69.336 156 R -1.87(underscore\
30216 ......................................................................\
30217...........................................................8,)69.336 168
30218R(45, 69, 76, 95)2.5 E -2.45(units ....................................\
30219.......................................................................\
30220....................................................126)69.336 180 R
30221-.49(UNIX .............................................................\
30222.......................................................................\
30223......................8,)69.336 192 R(11)2.5 E -.15(ve)69.336 204 S -.07
30224(locity ...............................................................\
30225.......................................................................\
30226...................152).15 F -.15(ve)69.336 216 S -1.45(rse ...........\
30227.......................................................................\
30228............................................................5,).15 F
30229(44, 69, 145)2.5 E -2.17(visible ......................................\
30230..........................................................8,)69.336 228
30231R(8, 8, 43, 50, 71, 84, 103, 110, 122, 127)2.5 E -.2(vo)69.336 240 S
30232-1.96(ice .............................................................\
30233.................................4,).2 F
30234(14, 15, 15, 78, 82, 90, 102, 128, 135, 150)2.5 E -.78(with ...........\
30235.......................................................................\
30236.......................................................................\
30237..22,)69.336 252 R(54)2.5 E -.15(ve)69.336 264 S(rtical motion).15 E(..\
30238.......................................................................\
30239.......................................................................\
3024069)1.32 E -.49(vscheme ................................................\
30241.......................................................................\
30242...........................78,)69.336 276 R(128)2.5 E -.1(wa)69.336 288
30243S(vy lines)-.1 E(......................................................\
30244.......................................................................\
30245....................76, 90)1.75 E -1.33(west ..........................\
30246.......................................................................\
30247................................................................84)
3024869.336 300 R(X-shaped notes)69.336 312 Q(..............................\
30249.......................................................................\
30250...............................21, 52, 64).07 E 69.336 324 EBEGIN
30251%-marker2-
30252EEND EP
30253%%Trailer
30254end
30255%%EOF