chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide.ps
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
155 utildict 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
161 end
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
168 mfont0 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
1030 end
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
1037 mfont1 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
1269 end
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
1649 mfont0 begin
1650 /dictsize Encoding length def
1651 mfont0 /Mcbbox0 dictsize dict put
1652
1653 % temporarily redefine printmchar0 to get code
1654 5 dict begin
1655 /printmchar0 { {} forall } def
1656
1657 Mcbbox0 Encoding 128rest get [ 1140.0 0 -515.0 -1515.0 615.0 1685.0 ] put
1658 Mcbbox0 Encoding 16rest get [ 830.0 0 -415.0 -1215.0 405.0 485.0 ] put
1659 Mcbbox0 Encoding 1n get [ 1080.0 0 -535.0 -335.0 535.0 345.0 ] put
1660 Mcbbox0 Encoding 1rest get [ 1540.0 0 -765.0 -5.0 765.0 645.0 ] put
1661 Mcbbox0 Encoding 256rest get [ 1250.0 0 -625.0 -2115.0 615.0 1685.0 ] put
1662 Mcbbox0 Encoding 2n get [ 880.0 0 -435.0 -345.0 435.0 355.0 ] put
1663 Mcbbox0 Encoding 2rest get [ 1540.0 0 -765.0 -45.0 765.0 315.0 ] put
1664 Mcbbox0 Encoding 32rest get [ 940.0 0 -415.0 -1215.0 515.0 1085.0 ] put
1665 Mcbbox0 Encoding 4n get [ 840.0 0 -415.0 -335.0 415.0 345.0 ] put
1666 Mcbbox0 Encoding 4rest get [ 650.0 0 -345.0 -885.0 295.0 985.0 ] put
1667 Mcbbox0 Encoding 64rest get [ 1040.0 0 -515.0 -1515.0 515.0 1085.0 ] put
1668 Mcbbox0 Encoding 8rest get [ 750.0 0 -305.0 -615.0 435.0 485.0 ] put
1669 Mcbbox0 Encoding acc_gt get [ 1170.0 0 -525.0 -335.0 635.0 345.0 ] put
1670 Mcbbox0 Encoding acc_hat get [ 780.0 0 -385.0 -5.0 385.0 875.0 ] put
1671 Mcbbox0 Encoding acc_uhat get [ 780.0 0 -385.0 -5.0 385.0 875.0 ] put
1672 Mcbbox0 Encoding begped get [ 470.0 0 -245.0 -45.0 215.0 615.0 ] put
1673 Mcbbox0 Encoding cclef get [ 1540.0 0 -765.0 -1245.0 765.0 1255.0 ] put
1674 Mcbbox0 Encoding coda get [ 1640.0 0 -815.0 -855.0 815.0 865.0 ] put
1675 Mcbbox0 Encoding com get [ 1100.0 0 -575.0 -635.0 515.0 655.0 ] put
1676 Mcbbox0 Encoding copyright get [ 920.0 0 -455.0 -45.0 455.0 855.0 ] put
1677 Mcbbox0 Encoding cut get [ 1100.0 0 -575.0 -905.0 515.0 915.0 ] put
1678 Mcbbox0 Encoding dblflat get [ 1170.0 0 -595.0 -405.0 565.0 1115.0 ] put
1679 Mcbbox0 Encoding dblsharp get [ 720.0 0 -355.0 -345.0 355.0 355.0 ] put
1680 Mcbbox0 Encoding dblwhole get [ 1090.0 0 -535.0 -605.0 545.0 615.0 ] put
1681 Mcbbox0 Encoding diamond get [ 880.0 0 -435.0 -305.0 435.0 315.0 ] put
1682 Mcbbox0 Encoding dim get [ 540.0 0 -265.0 -5.0 265.0 905.0 ] put
1683 Mcbbox0 Encoding dn128n get [ 840.0 0 -415.0 -3545.0 415.0 345.0 ] put
1684 Mcbbox0 Encoding dn16n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1685 Mcbbox0 Encoding dn256n get [ 840.0 0 -415.0 -3965.0 415.0 345.0 ] put
1686 Mcbbox0 Encoding dn2n get [ 880.0 0 -435.0 -2105.0 435.0 355.0 ] put
1687 Mcbbox0 Encoding dn32n get [ 840.0 0 -415.0 -2585.0 415.0 345.0 ] put
1688 Mcbbox0 Encoding dn4n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1689 Mcbbox0 Encoding dn64n get [ 840.0 0 -415.0 -3065.0 415.0 345.0 ] put
1690 Mcbbox0 Encoding dn8n get [ 840.0 0 -415.0 -2105.0 415.0 345.0 ] put
1691 Mcbbox0 Encoding dnbow get [ 810.0 0 -395.0 -5.0 405.0 915.0 ] put
1692 Mcbbox0 Encoding dnflag get [ 640.0 0 -335.0 -1705.0 295.0 15.0 ] put
1693 Mcbbox0 Encoding dot get [ 280.0 0 -135.0 -125.0 135.0 135.0 ] put
1694 Mcbbox0 Encoding dwhdiamond get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1695 Mcbbox0 Encoding dwhrest get [ 340.0 0 -165.0 -5.0 165.0 615.0 ] put
1696 Mcbbox0 Encoding endped get [ 480.0 0 -215.0 -45.0 255.0 615.0 ] put
1697 Mcbbox0 Encoding fclef get [ 1840.0 0 -1015.0 -1705.0 815.0 655.0 ] put
1698 Mcbbox0 Encoding ferm get [ 1640.0 0 -815.0 -5.0 815.0 1015.0 ] put
1699 Mcbbox0 Encoding filldiamond get [ 880.0 0 -435.0 -305.0 435.0 315.0 ] put
1700 Mcbbox0 Encoding flat get [ 580.0 0 -295.0 -405.0 275.0 1115.0 ] put
1701 Mcbbox0 Encoding gclef get [ 1790.0 0 -915.0 -1605.0 865.0 3015.0 ] put
1702 Mcbbox0 Encoding halfdim get [ 760.0 0 -375.0 -5.0 375.0 1015.0 ] put
1703 Mcbbox0 Encoding invmor get [ 1320.0 0 -655.0 -455.0 655.0 465.0 ] put
1704 Mcbbox0 Encoding invturn get [ 1300.0 0 -645.0 -335.0 645.0 345.0 ] put
1705 Mcbbox0 Encoding leg get [ 840.0 0 -415.0 -55.0 415.0 65.0 ] put
1706 Mcbbox0 Encoding ll1rest get [ 840.0 0 -415.0 -5.0 415.0 625.0 ] put
1707 Mcbbox0 Encoding ll2rest get [ 840.0 0 -415.0 -15.0 415.0 315.0 ] put
1708 Mcbbox0 Encoding measrpt get [ 1300.0 0 -645.0 -675.0 645.0 685.0 ] put
1709 Mcbbox0 Encoding mor get [ 1320.0 0 -655.0 -285.0 655.0 295.0 ] put
1710 Mcbbox0 Encoding nat get [ 520.0 0 -255.0 -855.0 255.0 865.0 ] put
1711 Mcbbox0 Encoding pedal get [ 1040.0 0 -515.0 -45.0 515.0 675.0 ] put
1712 Mcbbox0 Encoding qwhrest get [ 340.0 0 -165.0 -605.0 165.0 615.0 ] put
1713 Mcbbox0 Encoding rr get [ 940.0 0 -465.0 -25.0 465.0 1035.0 ] put
1714 Mcbbox0 Encoding sharp get [ 700.0 0 -345.0 -935.0 345.0 945.0 ] put
1715 Mcbbox0 Encoding sign get [ 1340.0 0 -665.0 -825.0 665.0 835.0 ] put
1716 Mcbbox0 Encoding tr get [ 1440.0 0 -715.0 -5.0 715.0 1015.0 ] put
1717 Mcbbox0 Encoding triangle get [ 800.0 0 -395.0 -45.0 395.0 785.0 ] put
1718 Mcbbox0 Encoding turn get [ 1300.0 0 -645.0 -325.0 645.0 345.0 ] put
1719 Mcbbox0 Encoding uferm get [ 1640.0 0 -815.0 -5.0 815.0 1015.0 ] put
1720 Mcbbox0 Encoding up128n get [ 1390.0 0 -745.0 -335.0 635.0 3555.0 ] put
1721 Mcbbox0 Encoding up16n get [ 1390.0 0 -745.0 -335.0 635.0 2115.0 ] put
1722 Mcbbox0 Encoding up256n get [ 1390.0 0 -745.0 -335.0 635.0 3975.0 ] put
1723 Mcbbox0 Encoding up2n get [ 880.0 0 -435.0 -345.0 435.0 2115.0 ] put
1724 Mcbbox0 Encoding up32n get [ 1390.0 0 -745.0 -335.0 635.0 2595.0 ] put
1725 Mcbbox0 Encoding up4n get [ 850.0 0 -415.0 -335.0 425.0 2115.0 ] put
1726 Mcbbox0 Encoding up64n get [ 1390.0 0 -745.0 -335.0 635.0 3075.0 ] put
1727 Mcbbox0 Encoding up8n get [ 1390.0 0 -745.0 -335.0 635.0 2115.0 ] put
1728 Mcbbox0 Encoding upbow get [ 720.0 0 -355.0 -115.0 355.0 925.0 ] put
1729 Mcbbox0 Encoding upflag get [ 640.0 0 -335.0 -5.0 295.0 1715.0 ] put
1730 Mcbbox0 Encoding uwedge get [ 340.0 0 -165.0 -5.0 165.0 505.0 ] put
1731 Mcbbox0 Encoding wedge get [ 340.0 0 -165.0 5.0 165.0 515.0 ] put
1732 Mcbbox0 Encoding xnote get [ 880.0 0 -435.0 -365.0 435.0 375.0 ] put
1733
1734 end
1735 end
1736
1737 /Mfont0 mfont0 definefont
1738
1739
1740 % find size of Encoding and make a dictionary
1741 % that size for bounding box information
1742 mfont1 begin
1743 /dictsize Encoding length def
1744 mfont1 /Mcbbox1 dictsize dict put
1745
1746 % temporarily redefine printmchar1 to get code
1747 5 dict begin
1748 /printmchar1 { {} forall } def
1749
1750 Mcbbox1 Encoding blankhead get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1751 Mcbbox1 Encoding dwhisostriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1752 Mcbbox1 Encoding dwhpiewedge get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1753 Mcbbox1 Encoding dwhrectangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1754 Mcbbox1 Encoding dwhrighttriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1755 Mcbbox1 Encoding dwhsemicircle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1756 Mcbbox1 Encoding dwhslashhead get [ 1410.0 0 -695.0 -725.0 705.0 735.0 ] put
1757 Mcbbox1 Encoding fillisostriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1758 Mcbbox1 Encoding fillpiewedge get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1759 Mcbbox1 Encoding fillrectangle get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1760 Mcbbox1 Encoding fillrighttriangle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1761 Mcbbox1 Encoding fillsemicircle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1762 Mcbbox1 Encoding fillslashhead get [ 1300.0 0 -645.0 -675.0 645.0 685.0 ] put
1763 Mcbbox1 Encoding isostriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1764 Mcbbox1 Encoding piewedge get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1765 Mcbbox1 Encoding rectangle get [ 880.0 0 -435.0 -275.0 435.0 285.0 ] put
1766 Mcbbox1 Encoding righttriangle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1767 Mcbbox1 Encoding semicircle get [ 880.0 0 -435.0 -305.0 435.0 285.0 ] put
1768 Mcbbox1 Encoding slashhead get [ 1380.0 0 -685.0 -725.0 685.0 735.0 ] put
1769 Mcbbox1 Encoding udwhrighttriangle get [ 950.0 0 -465.0 -605.0 475.0 615.0 ] put
1770 Mcbbox1 Encoding ufillrighttriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1771 Mcbbox1 Encoding urighttriangle get [ 880.0 0 -435.0 -275.0 435.0 315.0 ] put
1772
1773 end
1774 end
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
1983 sf cvx exec
1984 %%BeginResource: procset grops 1.17 2
1985 /setpacking where{
1986 pop
1987 currentpacking
1988 true 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{
2013 findfont exch
2014 [exch dup 0 exch 0 exch neg 0 0]makefont
2015 dup setfont
2016 [exch/setfont cvx]cvx bind def
2017 }bind def
2018 /MF{
2019 findfont
2020 [5 2 roll
2021 0 3 1 roll
2022 neg 0 0]makefont
2023 dup 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{
2031 statusdict begin/manualfeed true store end
2032 }bind def
2033 /PLG{
2034 gsave newpath clippath pathbbox grestore
2035 exch pop add exch pop
2036 }bind def
2037 /BP{
2038 /level0 save def
2039 1 setlinecap
2040 1 setlinejoin
2041 72 RES div dup scale
2042 LS{
2043 90 rotate
2044 }{
2045 0 PL translate
2046 }ifelse
2047 1 -1 scale
2048 }bind def
2049 /EP{
2050 level0 restore
2051 showpage
2052 }bind def
2053 /DA{
2054 newpath arcn stroke
2055 }bind def
2056 /SN{
2057 transform
2058 .25 sub exch .25 sub exch
2059 round .25 add exch round .25 add exch
2060 itransform
2061 }bind def
2062 /DL{
2063 SN
2064 moveto
2065 SN
2066 lineto stroke
2067 }bind def
2068 /DC{
2069 newpath 0 360 arc closepath
2070 }bind def
2071 /TM matrix def
2072 /DE{
2073 TM currentmatrix pop
2074 translate scale newpath 0 0 .5 0 360 arc closepath
2075 TM 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{
2083 currentgray exch setgray fill setgray
2084 }bind def
2085 /BL/fill load def
2086 /LW/setlinewidth load def
2087 /RE{
2088 findfont
2089 dup maxlength 1 index/FontName known not{1 add}if dict begin
2090 {
2091 1 index/FID ne{def}{pop pop}ifelse
2092 }forall
2093 /Encoding exch def
2094 dup/FontName exch def
2095 currentdict end definefont pop
2096 }bind def
2097 /DEFS 0 def
2098 /EBEGIN{
2099 moveto
2100 DEFS begin
2101 }bind def
2102 /EEND/end load def
2103 /CNT 0 def
2104 /level1 0 def
2105 /PBEGIN{
2106 /level1 save def
2107 translate
2108 div 3 1 roll div exch scale
2109 neg exch neg exch translate
2110 0 setgray
2111 0 setlinecap
2112 1 setlinewidth
2113 0 setlinejoin
2114 10 setmiterlimit
2115 []0 setdash
2116 /setstrokeadjust where{
2117 pop
2118 false setstrokeadjust
2119 }if
2120 /setoverprint where{
2121 pop
2122 false setoverprint
2123 }if
2124 newpath
2125 /CNT countdictstack def
2126 userdict begin
2127 /showpage{}def
2128 }bind def
2129 /PEND{
2130 clear
2131 countdictstack CNT sub{end}repeat
2132 level1 restore
2133 }bind def
2134 end def
2135 /setpacking where{
2136 pop
2137 setpacking
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
2168 grops begin/DEFS 52 dict def DEFS begin/u{.001 mul}bind def end/RES 72
2169 def/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
2197 ENC0/Palatino-Italic RE/Palatino-Bold@0 ENC0/Palatino-Bold RE
2198 /Palatino-Roman@0 ENC0/Palatino-Roman RE/NewCenturySchlbk-BoldItalic@0
2199 ENC0/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
2206 ENC0/Courier-Oblique RE/Courier-Bold@0 ENC0/Courier-Bold RE
2207 /Bookman-DemiItalic@0 ENC0/Bookman-DemiItalic RE/Bookman-LightItalic@0
2208 ENC0/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
2214 RE/Times-Roman@0 ENC0/Times-Roman RE/Times-BoldItalic@0 ENC0
2215 /Times-BoldItalic RE
2216 %%EndProlog
2217 %%Page: T-1 1
2218 %%BeginPageSetup
2219 BP
2220 %%EndPageSetup
2221 69.336 164 EBEGIN
2222 0 0.15 0.65 setrgbcolor
2223 EEND/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
2225 364 EBEGIN
2226 0 0 0 setrgbcolor
2227 EEND 232 702 176 176 -61 61 221.336 440.6 PBEGIN
2228 %%BeginDocument: mugex1.ps
2229 %%BoundingBox: 232 702 408 763
2230 save
2231 1445575900 1445576686 sv
2232 1.000000 1.000000 scale
2233 %  S_SSV
2234 (/tmp/ugexiM5077) inputfile
2235 1 linenum
2236 %  S_FEED
2237 684.29 1163.00 900.00 5 1.000000 1.000000 stf
2238 %  S_CLEFSIG
2239 264.08 725.00 1.000000 gclef
2240 %  S_CHHEAD
2241 %  S_STAFF
2242 % staff 1
2243 save
2244 292.78 719.00 1.000000 4n
2245 0.70 setlinewidth
2246 296.46 719.75 moveto
2247 296.46 740.00 lineto stroke
2248 320.08 716.00 1.000000 4n
2249 323.76 716.75 moveto
2250 323.76 737.00 lineto stroke
2251 351.62 713.00 1.000000 2n
2252 345.17 713.00 moveto
2253 358.07 713.00 lineto stroke
2254 355.52 713.75 moveto
2255 355.52 734.00 lineto stroke
2256 restore
2257 %  S_BAR
2258 5 linenum
2259 0.70 setlinewidth
2260 395.65 743.00 moveto
2261 395.65 719.00 lineto stroke
2262 %  Printing header/footer
2263 showpage
2264 restore
2265 %%DocumentFonts: 
2266 %%Pages: 2
2267 %%EndDocument
2268 end PEND 69.336 638.6 EBEGIN
2269 0 0.15 0.65 setrgbcolor
2270 EEND/F0 14/Times-Roman@0 SF(Mup V)256.478 670.6 Q(ersion 5.3)-1.554 E
2271 69.336 694.6 EBEGIN
2272 0 0 0 setrgbcolor
2273 EEND EP
2274 %%Page: T-2 2
2275 %%BeginPageSetup
2276 BP
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\
2281 2, 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
2284 F 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-
2288 EEND EP
2289 %%Page: i 3
2290 %%BeginPageSetup
2291 BP
2292 %%EndPageSetup
2293 /F0 10/Times-Roman@0 SF(CONTENTS)259.226 96 Q(1.)69.336 144 Q(INTR)
2294 86.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
2300 7.5(...................................................................\
2301 .................................................. 2)193.836 174 R(2.2)
2302 86.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
2311 7.5(...................................................................\
2312 ...................................................... 5)183.836 222 R
2313 (2.6)86.836 234 Q(Displaying, printing, and playing music)114.336 234 Q
2314 7.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)
2326 281.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
2329 318 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)
2334 161.336 330 R(5.)69.336 348 Q -.35(BA)86.836 348 S(SIC ST).35 E(AND)-.93
2335 E(ARD MUSIC NO)-.4 E -.93(TA)-.4 G(TION)-.18 E 7.5(....................\
2336 ................................................................. 15)
2337 268.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
2340 372 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
2345 384 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
2350 5.3 -.15(ve 1)-.2 H(7).15 E(5.1.4)114.336 444 Q(Shorthand notations)
2351 144.336 444 Q 7.5(.....................................................\
2352 ............................................. 18)236.336 444 R(5.1.5)
2353 114.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)
2357 181.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
2359 516 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)
2366 144.336 588 Q(Stem direction)181.836 588 Q(22)7.5 E(5.1.6.6)144.336 600
2367 Q(Stem len)181.836 600 Q(23)7.5 E(5.1.6.7)144.336 612 Q -.15(Pa)181.836
2368 612 S 5(dding 23).15 F(5.1.6.8)144.336 624 Q(Chord location tag)181.836
2369 624 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)
2371 7.5 E(5.1.6.11)144.336 660 Q(Repeated attrib)181.836 660 Q 5(utes 24)-.2
2372 F(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
2377 684 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
2380 708 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
2384 BP
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)
2403 236.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)
2408 221.336 216 R(5.3.5)114.336 228 Q(Setting the measure number)144.336 228
2409 Q 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
2413 240 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)
2416 328.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)
2419 86.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
2422 Q -.93(TA)86.836 294 S(BLA).93 E(TURE NO)-1.11 E -.93(TA)-.4 G(TION)-.18
2423 E 7.5(.................................................................\
2424 ............................................. 50)206.336 294 R(6.1)
2425 86.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
2433 330 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
2442 378 Q 7.5(.............................................................\
2443 .......................................................... 54)183.836
2444 378 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
2447 408 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)
2455 238.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)
2458 86.836 456 Q(Putting it all together to use shaped notes)114.336 456 Q
2459 7.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)
2466 114.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
2469 Q(ertical motion)-.15 E 7.5(...........................................\
2470 .................................................. 69)248.836 510 R(8.4)
2471 86.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
2477 Q(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)
2482 316.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
2490 600 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
2496 Q 7.5(.................................................................\
2497 ........................................................ 78)178.836 636
2498 R(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
2504 672 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
2510 7.5(...................................................................\
2511 ............... 84)276.336 702 R(10.1)86.836 714 Q(Location tags)114.336
2512 714 Q 7.5(.............................................................\
2513 ............................................................ 84)178.836
2514 714 R(ii)282.556 768 Q EP
2515 %%Page: iii 5
2516 %%BeginPageSetup
2517 BP
2518 %%EndPageSetup
2519 /F0 10/Times-Roman@0 SF(10.2)86.836 96 Q(Printing commands)114.336 96 Q
2520 7.5(...................................................................\
2521 ............................................ 86)203.836 96 R(10.3)86.836
2522 108 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)
2528 86.836 138 Q(TURES)-1.11 E 7.5(........................................\
2529 ........................................................... 93)233.836
2530 138 R(11.1)86.836 150 Q(Ne)114.336 150 Q(wscore and ne)-.25 E(wpage)-.25
2531 E 7.5(.................................................................\
2532 ........................................ 93)218.836 150 R(11.2)86.836
2533 162 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
2538 174 R(11.3.1)114.336 186 Q(Simple Macros \(without parameters\))144.336
2539 186 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)
2543 251.336 198 R(11.3.3)114.336 210 Q(Generalized conditionals)144.336 210
2544 Q 7.5(.................................................................\
2545 ......................... 98)256.336 210 R(11.4)86.836 222 Q(Include)
2546 114.336 222 Q 7.5(.....................................................\
2547 .......................................................................\
2548 .... 100)156.336 222 R(11.5)86.836 234 Q(Installing other fonts)114.336
2549 234 Q 7.5(.............................................................\
2550 .............................................. 100)208.836 234 R(12.)
2551 69.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
2557 282 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
2560 7.5(...................................................................\
2561 ............................................. 129)196.336 294 R(13.3)
2562 86.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)
2565 114.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)
2570 228.836 330 R(13.6)86.836 342 Q(Manually placed tuplet numbers)114.336
2571 342 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)
2578 243.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
2581 Q(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)
2589 273.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
2598 462 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)
2601 114.336 474 Q 7.5(.....................................................\
2602 ............................................ 145)233.836 474 R(13.18)
2603 86.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)
2606 114.336 498 Q 7.5(.....................................................\
2607 .................................................................. 148)
2608 178.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
2611 510 R(13.21)86.836 522 Q(Generating blank staf)114.336 522 Q 2.5(fp)-.25
2612 G(aper)-2.5 E 7.5(.....................................................\
2613 .......................................... 149)238.836 522 R(13.22)
2614 86.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
2617 R(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
2624 save
2625 mark
2626 200 200 moveto
2627 /TimesRoman findfont 10 scalefont setfont ([This page intentionally left blank]) show
2628 cleartomark
2629 showpage
2630 restore
2631 %%Page: 1 7
2632 %%BeginPageSetup
2633 BP
2634 %%EndPageSetup
2635 /F0 16/Times-Bold@0 SF(Mup \212 Music Publisher)201.104 96 Q(User')
2636 240.968 120 Q 4(sG)-.592 G(uide)-4 E 69.336 163.001 EBEGIN
2637 0 0.1 0.5 setrgbcolor
2638 EEND/F0 15/Times-Bold@0 SF 3.75(1. INTR)73.086 163.001 R(ODUCTION)-.45 E
2639 69.336 181.001 EBEGIN
2640 0 0 0 setrgbcolor
2641 EEND/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)
2648 69.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 \
2657 marks. 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\
2659 y used for percussion\), and tablature notation \(typically used for gu\
2660 itar\).)-.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\
2665 sing 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
2667 307.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
2683 F(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
2687 1.567(generated by an unre)4.066 F(gistered)-.15 E(cop)69.336 409.001 Q
2688 3.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
2691 E(cop)69.336 421.001 Q 2.5(ya)-.1 G(re included.)-2.5 E .654(The User')
2692 69.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
2695 451.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
2699 463.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
2704 693 DL 77.336 693 73.336 693 DL 81.336 693 77.336 693 DL 85.336 693
2705 81.336 693 DL 89.336 693 85.336 693 DL 93.336 693 89.336 693 DL 97.336
2706 693 93.336 693 DL 101.336 693 97.336 693 DL 105.336 693 101.336 693 DL
2707 109.336 693 105.336 693 DL 113.336 693 109.336 693 DL 117.336 693
2708 113.336 693 DL 121.336 693 117.336 693 DL 125.336 693 121.336 693 DL
2709 129.336 693 125.336 693 DL 133.336 693 129.336 693 DL 137.336 693
2710 133.336 693 DL 141.336 693 137.336 693 DL 145.336 693 141.336 693 DL
2711 149.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
2715 2.25<a943>98.474 744 S(op)-2.25 E(yright 1995, 1996, 1997, 1998, 1999, \
2716 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Arkkra Enterprises)-.09 E EP
2717 %%Page: 2 8
2718 %%BeginPageSetup
2719 BP
2720 %%EndPageSetup
2721 /F0 10/Times-Roman@0 SF 2.5(-2-)277.006 48 S 69.336 103 EBEGIN
2722 0 0.1 0.5 setrgbcolor
2723 EEND/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
2725 0 0 0 setrgbcolor
2726 EEND/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
2729 H .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
2732 0 0.1 0.5 setrgbcolor
2733 EEND/F0 14/Times-Bold@0 SF 3.5(2.1 Notes)72.836 151 R(and chords)3.5 E
2734 69.336 169 EBEGIN
2735 0 0 0 setrgbcolor
2736 EEND/F0 10/Times-Roman@0 SF 1.449(Music is described one measure at a t\
2737 ime. 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
2741 R(4d; 2c;)6 E 199.836 208.6 EBEGIN
2742 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 176 0 rlineto 0 61 neg rlineto closepath stroke grestore
2743 EEND 232 702 176 176 -61 61 198.836 269.6 PBEGIN
2744 %%BeginDocument: mugex2.ps
2745 %%BoundingBox: 232 702 408 763
2746 save
2747 192278223 192278013 sv
2748 1.000000 1.000000 scale
2749 %  S_SSV
2750 (/tmp/ugexiM5077) inputfile
2751 1 linenum
2752 %  S_FEED
2753 612.29 1235.00 756.00 5 1.000000 1.000000 stf
2754 %  S_CLEFSIG
2755 264.08 725.00 1.000000 gclef
2756 %  S_CHHEAD
2757 %  S_STAFF
2758 % staff 1
2759 save
2760 292.78 719.00 1.000000 4n
2761 0.70 setlinewidth
2762 296.46 719.75 moveto
2763 296.46 740.00 lineto stroke
2764 320.08 716.00 1.000000 4n
2765 323.76 716.75 moveto
2766 323.76 737.00 lineto stroke
2767 351.62 713.00 1.000000 2n
2768 345.17 713.00 moveto
2769 358.07 713.00 lineto stroke
2770 355.52 713.75 moveto
2771 355.52 734.00 lineto stroke
2772 restore
2773 %  S_BAR
2774 5 linenum
2775 0.70 setlinewidth
2776 395.65 743.00 moveto
2777 395.65 719.00 lineto stroke
2778 %  Printing header/footer
2779 showpage
2780 restore
2781 %%DocumentFonts: 
2782 %%Pages: 2
2783 %%EndDocument
2784 end 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
2788 295.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.)
2792 69.336 307.6 Q .079
2793 (The \214rst three notes of "Three Blind Mice" are E, D, and C. F)69.336
2794 325.6 R .078(or Mup input, these pitches are gi)-.15 F -.15(ve)-.25 G
2795 2.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)
2800 69.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
2805 1.249(ime v)-.35 F 1.249(alues of notes are gi)-.25 F -.15(ve)-.25 G
2806 3.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
2815 2.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)
2817 69.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\
2821 ne 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
2823 G .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\
2828 ks with pitches. The third measure of "Three Blind Mice" could be state\
2829 d lik)-.1 F(e)-.1 E(this:)69.336 549.6 Q F1(1: 4g;8f;;2e;)105.336 567.6
2830 Q(bar)105.336 579.6 Q 127.836 589.2 EBEGIN
2831 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
2832 EEND 160 702 320 320 -61 61 126.836 650.2 PBEGIN
2833 %%BeginDocument: mugex3.ps
2834 %%BoundingBox: 160 702 480 763
2835 save
2836 192278223 192278013 sv
2837 1.000000 1.000000 scale
2838 %  S_SSV
2839 (/tmp/ugexiM5077) inputfile
2840 1 linenum
2841 %  S_FEED
2842 540.29 1235.00 828.00 5 1.000000 1.000000 stf
2843 %  S_CLEFSIG
2844 192.08 725.00 1.000000 gclef
2845 %  S_CHHEAD
2846 %  S_STAFF
2847 % staff 1
2848 save
2849 226.78 725.00 1.000000 4n
2850 0.70 setlinewidth
2851 230.46 725.75 moveto
2852 230.46 746.00 lineto stroke
2853 284.75 722.00 1.000000 4n
2854 288.43 722.75 moveto
2855 288.43 743.00 lineto stroke
2856 291.46 743.00 1.000000 dnflag
2857 321.07 722.00 1.000000 4n
2858 324.76 722.75 moveto
2859 324.76 743.00 lineto stroke
2860 327.78 743.00 1.000000 dnflag
2861 368.33 719.00 1.000000 2n
2862 372.23 719.75 moveto
2863 372.23 740.00 lineto stroke
2864 restore
2865 %  S_BAR
2866 5 linenum
2867 0.70 setlinewidth
2868 467.65 743.00 moveto
2869 467.65 719.00 lineto stroke
2870 %  Printing header/footer
2871 showpage
2872 restore
2873 %%DocumentFonts: 
2874 %%Pages: 2
2875 %%EndDocument
2876 end 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
2882 F .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
2884 H .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)
2888 5.386 E(we)-.25 E -.15(ve)-.25 G 1.186 -.4(r, y).15 H .386(ou can al).4
2889 F -.1(wa)-.1 G .386(ys put some in other places to).1 F(mak)69.336 730.2
2890 Q 2.5(et)-.1 G(hings easier to read.)-2.5 E EP
2891 %%Page: 3 9
2892 %%BeginPageSetup
2893 BP
2894 %%EndPageSetup
2895 /F0 10/Times-Roman@0 SF 2.5(-3-)277.006 48 S 69.336 102 EBEGIN
2896 0 0.1 0.5 setrgbcolor
2897 EEND/F0 14/Times-Bold@0 SF 3.5(2.2 P)72.836 102 R(arameters)-.14 E
2898 69.336 120 EBEGIN
2899 0 0 0 setrgbcolor
2900 EEND/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
2902 3.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)
2906 69.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.)
2913 69.336 168 Q 1.073
2914 (There is a long list of "parameters" that can be set.)69.336 186 R
2915 1.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
2917 S(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
2919 SF(=)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
2924 248 Q 2.5(et)-.1 G(his:)-2.5 E F2(score)105.336 266 Q(time=6/8)117.336
2925 278 Q(key=2#)117.336 290 Q(music)105.336 314 Q(1: 4d;8e;4f;8d;)117.336
2926 326 Q(bar)117.336 338 Q 127.836 347.6 EBEGIN
2927 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
2928 EEND 160 702 320 320 -61 61 126.836 408.6 PBEGIN
2929 %%BeginDocument: mugex4.ps
2930 %%BoundingBox: 160 702 480 763
2931 save
2932 192278223 192278013 sv
2933 1.000000 1.000000 scale
2934 %  S_SSV
2935 (/tmp/ugexiM5077) inputfile
2936 2 linenum
2937 %  S_FEED
2938 540.29 1235.00 828.00 5 1.000000 1.000000 stf
2939 %  S_CLEFSIG
2940 192.08 725.00 1.000000 gclef
2941 206.19 743.00 1.000000 sharp
2942 212.83 734.00 1.000000 sharp
2943 /NewCenturySchlbk-Bold findfont
2944 16 scalefont
2945 setfont
2946 219.15 731.00 moveto
2947 (6) show
2948 /NewCenturySchlbk-Bold findfont
2949 16 scalefont
2950 setfont
2951 219.15 718.79 moveto
2952 (8) show
2953 %  S_CHHEAD
2954 %  S_STAFF
2955 % staff 1
2956 save
2957 254.35 716.00 1.000000 4n
2958 0.70 setlinewidth
2959 258.04 716.75 moveto
2960 258.04 737.00 lineto stroke
2961 318.35 719.00 1.000000 4n
2962 322.03 719.75 moveto
2963 322.03 740.00 lineto stroke
2964 325.06 740.00 1.000000 dnflag
2965 364.23 722.00 1.000000 4n
2966 367.91 722.75 moveto
2967 367.91 743.00 lineto stroke
2968 429.07 716.00 1.000000 4n
2969 432.75 716.75 moveto
2970 432.75 737.00 lineto stroke
2971 435.77 737.00 1.000000 dnflag
2972 restore
2973 %  S_BAR
2974 9 linenum
2975 0.70 setlinewidth
2976 467.65 743.00 moveto
2977 467.65 719.00 lineto stroke
2978 %  Printing header/footer
2979 showpage
2980 restore
2981 %%DocumentFonts: /NewCenturySchlbk-Bold 
2982 %%Pages: 2
2983 %%EndDocument
2984 end 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)
2988 117.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
2991 3.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\
2993 n 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
2996 F .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
3007 E(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
3013 BP
3014 %%EndPageSetup
3015 /F0 10/Times-Roman@0 SF 2.5(-4-)277.006 48 S 163.836 96 EBEGIN
3016 gsave 0 0.25 0.75 setrgbcolor 0 115 rlineto 248 0 rlineto 0 115 neg rlineto closepath stroke grestore
3017 EEND 200 648 248 248 -115 115 162.836 211 PBEGIN
3018 %%BeginDocument: mugex5.ps
3019 %%BoundingBox: 200 648 448 763
3020 save
3021 192278223 192278013 sv
3022 1.000000 1.000000 scale
3023 %  S_SSV
3024 (/tmp/ugexiM5077) inputfile
3025 2 linenum
3026 %  S_FEED
3027 576.29 1235.00 792.00 5 1.000000 1.000000 stf
3028 576.29 1181.00 792.00 5 1.000000 1.000000 stf
3029 0.70 setlinewidth
3030 216.29 743.00 moveto
3031 216.29 665.00 lineto stroke
3032 %  S_CLEFSIG
3033 228.08 725.00 1.000000 gclef
3034 228.08 671.00 1.000000 gclef
3035 241.62 731.00 1.000000 flat
3036 247.10 740.00 1.000000 flat
3037 252.59 728.00 1.000000 flat
3038 241.62 677.00 1.000000 flat
3039 247.10 686.00 1.000000 flat
3040 252.59 674.00 1.000000 flat
3041 /NewCenturySchlbk-Bold findfont
3042 16 scalefont
3043 setfont
3044 258.34 731.00 moveto
3045 (2) show
3046 /NewCenturySchlbk-Bold findfont
3047 16 scalefont
3048 setfont
3049 258.34 718.98 moveto
3050 (4) show
3051 /NewCenturySchlbk-Bold findfont
3052 16 scalefont
3053 setfont
3054 258.34 677.00 moveto
3055 (2) show
3056 /NewCenturySchlbk-Bold findfont
3057 16 scalefont
3058 setfont
3059 258.34 664.98 moveto
3060 (4) show
3061 %  S_CHHEAD
3062 %  S_STAFF
3063 % staff 1
3064 save
3065 294.15 725.00 1.000000 4n
3066 294.15 719.00 1.000000 4n
3067 294.15 713.00 1.000000 4n
3068 287.92 713.00 moveto
3069 300.38 713.00 lineto stroke
3070 297.83 713.75 moveto
3071 297.83 746.00 lineto stroke
3072 367.17 725.00 1.000000 4n
3073 367.17 719.00 1.000000 4n
3074 367.17 713.00 1.000000 4n
3075 360.93 713.00 moveto
3076 373.40 713.00 lineto stroke
3077 370.85 713.75 moveto
3078 370.85 746.00 lineto stroke
3079 restore
3080 %  S_STAFF
3081 % staff 2
3082 save
3083 294.15 659.00 1.000000 2n
3084 0.70 setlinewidth
3085 287.70 659.00 moveto
3086 300.60 659.00 lineto stroke
3087 298.05 659.75 moveto
3088 298.05 680.00 lineto stroke
3089 restore
3090 %  S_BAR
3091 12 linenum
3092 0.70 setlinewidth
3093 431.65 743.00 moveto
3094 431.65 719.00 lineto stroke
3095 431.65 689.00 moveto
3096 431.65 665.00 lineto stroke
3097 %  Printing header/footer
3098 showpage
3099 restore
3100 %%DocumentFonts: /NewCenturySchlbk-Bold 
3101 %%Pages: 2
3102 %%EndDocument
3103 end PEND/F0 10/Times-Roman@0 SF 1.142(This e)69.336 225 R 1.141(xample \
3104 starts by setting some parameters. First it states that this piece of m\
3105 usic 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
3112 279 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
3115 G 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')
3119 69.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)
3123 69.336 315 R .281(vious chord')-.25 F 2.781(st)-.55 G .281(ime v)-2.781
3124 F .281(alue, because there is no pre)-.25 F .281(vious chord.)-.25 F(In)
3125 5.281 E .273(this case, Mup f)69.336 327 R .274(alls back to using the \
3126 denominator \(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
3128 3.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)
3133 69.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)
3137 69.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
3139 F .617(Mup checks to mak)5.617 F 3.117(es)-.1 G .617(ure the time)-3.117
3140 F -.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\
3142 ror message if the)-2.805 F(y)-.15 E(don')69.336 417 Q 2.761(t. If)-.18
3143 F .261(you ha)2.761 F .561 -.15(ve s)-.2 H .261(omething lik).15 F -5.26
3144 2.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\
3146 e" rather than a chord, to account for the rest of the time.)69.336 429
3147 Q .768(Some parameters can be set on a per)69.336 447 R(-staf)-.2 E
3148 3.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
3152 F .361 -.15(ve p)-.2 H .061(arameters set that apply to only that v).15
3153 F(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
3160 F .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)
3170 105.336 645 Q EP
3171 %%Page: 5 11
3172 %%BeginPageSetup
3173 BP
3174 %%EndPageSetup
3175 /F0 10/Times-Roman@0 SF 2.5(-5-)277.006 48 S 127.836 96 EBEGIN
3176 gsave 0 0.25 0.75 setrgbcolor 0 169 rlineto 320 0 rlineto 0 169 neg rlineto closepath stroke grestore
3177 EEND 160 594 320 320 -169 169 126.836 265 PBEGIN
3178 %%BeginDocument: mugex6.ps
3179 %%BoundingBox: 160 594 480 763
3180 save
3181 192278223 192278013 sv
3182 1.000000 1.000000 scale
3183 %  S_SSV
3184 (/tmp/ugexiM5077) inputfile
3185 2 linenum
3186 %  S_SSV
3187 7 linenum
3188 %  S_FEED
3189 540.29 1235.00 828.00 5 1.000000 1.000000 stf
3190 540.29 1181.00 828.00 5 1.000000 1.000000 stf
3191 540.29 1127.00 828.00 5 1.000000 1.000000 stf
3192 0.70 setlinewidth
3193 180.29 743.00 moveto
3194 180.29 611.00 lineto stroke
3195 %  S_CLEFSIG
3196 192.08 725.00 1.000000 gclef
3197 192.33 683.00 1.000000 fclef
3198 192.08 617.00 1.000000 gclef
3199 206.12 731.00 1.000000 flat
3200 206.12 671.00 1.000000 flat
3201 211.61 680.00 1.000000 flat
3202 206.12 623.00 1.000000 flat
3203 %  S_CHHEAD
3204 %  S_STAFF
3205 % staff 1
3206 save
3207 246.97 722.00 1.000000 2n
3208 250.87 722.75 moveto
3209 250.87 743.00 lineto stroke
3210 362.76 728.00 1.000000 2n
3211 366.66 728.75 moveto
3212 366.66 749.00 lineto stroke
3213 restore
3214 %  S_STAFF
3215 % staff 2
3216 save
3217 246.97 674.00 1.000000 2n
3218 0.70 setlinewidth
3219 250.87 674.75 moveto
3220 250.87 695.00 lineto stroke
3221 362.76 683.00 1.000000 2n
3222 358.86 682.25 moveto
3223 358.86 662.00 lineto stroke
3224 restore
3225 %  S_STAFF
3226 % staff 3
3227 save
3228 246.97 614.00 1.000000 1n
3229 restore
3230 %  S_BAR
3231 14 linenum
3232 0.70 setlinewidth
3233 467.65 743.00 moveto
3234 467.65 719.00 lineto stroke
3235 467.65 689.00 moveto
3236 467.65 665.00 lineto stroke
3237 467.65 635.00 moveto
3238 467.65 611.00 lineto stroke
3239 %  Printing header/footer
3240 showpage
3241 restore
3242 %%DocumentFonts: 
3243 %%Pages: 2
3244 %%EndDocument
3245 end 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
3250 R 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
3253 303 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
3257 69.336 333 EBEGIN
3258 0 0.1 0.5 setrgbcolor
3259 EEND/F0 14/Times-Bold@0 SF 3.5(2.3 P)72.836 333 R(age headers and f)-.14
3260 E(ooters)-.35 E 69.336 351 EBEGIN
3261 0 0 0 setrgbcolor
3262 EEND/F0 10/Times-Roman@0 SF .271(Mup allo)72.107 351 R .27(ws you to sp\
3263 ecify a header and/or footer to put on the \214rst page, as well as a h\
3264 eader and/or footer)-.25 F 1.119(to use on subsequent pages. These can \
3265 include a page number that will be incremented automatically as)69.336
3266 363 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\
3269 ered or left or right justi\214ed. There is also a shortcut "title" com\
3270 mand that can be used to)-.15 F(create a canned format title. F)69.336
3271 399 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
3275 EBEGIN
3276 0 0.1 0.5 setrgbcolor
3277 EEND/F0 14/Times-Bold@0 SF 3.5(2.4 L)72.836 455 R(yrics)-.77 E 69.336
3278 473 EBEGIN
3279 0 0 0 setrgbcolor
3280 EEND/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
3285 SF(1: 4e;d;2c;)105.336 503 Q(lyrics 1: 4;;2; "Three blind mice,";)
3286 105.336 515 Q(bar)105.336 527 Q 127.836 536.6 EBEGIN
3287 gsave 0 0.25 0.75 setrgbcolor 0 73 rlineto 320 0 rlineto 0 73 neg rlineto closepath stroke grestore
3288 EEND 160 690 320 320 -73 73 126.836 609.6 PBEGIN
3289 %%BeginDocument: mugex7.ps
3290 %%BoundingBox: 160 690 480 763
3291 save
3292 192278223 192278013 sv
3293 1.000000 1.000000 scale
3294 %  S_SSV
3295 (/tmp/ugexiM5077) inputfile
3296 1 linenum
3297 %  S_FEED
3298 540.29 1235.00 828.00 5 1.000000 1.000000 stf
3299 %  S_CLEFSIG
3300 192.08 725.00 1.000000 gclef
3301 %  S_CHHEAD
3302 %  S_STAFF
3303 % staff 1
3304 save
3305 4 linenum
3306 /Times-Roman findfont
3307 12 scalefont
3308 setfont
3309 218.74 698.90 moveto
3310 (Three) show
3311 /Times-Roman findfont
3312 12 scalefont
3313 setfont
3314 285.23 698.90 moveto
3315 (blind) show
3316 /Times-Roman findfont
3317 12 scalefont
3318 setfont
3319 358.27 698.90 moveto
3320 (mice,) show
3321 225.72 719.00 1.000000 4n
3322 0.70 setlinewidth
3323 229.40 719.75 moveto
3324 229.40 740.00 lineto stroke
3325 291.37 716.00 1.000000 4n
3326 295.05 716.75 moveto
3327 295.05 737.00 lineto stroke
3328 364.86 713.00 1.000000 2n
3329 358.41 713.00 moveto
3330 371.30 713.00 lineto stroke
3331 368.75 713.75 moveto
3332 368.75 734.00 lineto stroke
3333 restore
3334 %  S_BAR
3335 6 linenum
3336 0.70 setlinewidth
3337 467.65 743.00 moveto
3338 467.65 719.00 lineto stroke
3339 %  Printing header/footer
3340 showpage
3341 restore
3342 %%DocumentFonts: /Times-Roman 
3343 %%Pages: 2
3344 %%EndDocument
3345 end 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
3347 3.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
3354 F -.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
3358 E 69.336 689.6 EBEGIN
3359 0 0.1 0.5 setrgbcolor
3360 EEND/F0 14/Times-Bold@0 SF 3.5(2.5 Miscellaneous)72.836 689.6 R 69.336
3361 707.6 EBEGIN
3362 0 0 0 setrgbcolor
3363 EEND/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
3366 2.658(eaf)-.1 G .158(ermata\). It can also)-2.658 F .622(print phrase m\
3367 arks, piano pedal marks, etc. The placement of these items is speci\214\
3368 ed in terms of "counts")69.336 719.6 R(into the measure. F)69.336 731.6
3369 Q(or e)-.15 E(xample:)-.15 E EP
3370 %%Page: 6 12
3371 %%BeginPageSetup
3372 BP
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
3376 gsave 0 0.25 0.75 setrgbcolor 0 74 rlineto 320 0 rlineto 0 74 neg rlineto closepath stroke grestore
3377 EEND 160 689 320 320 -74 74 126.836 179.6 PBEGIN
3378 %%BeginDocument: mugex8.ps
3379 %%BoundingBox: 160 689 480 763
3380 save
3381 192278223 192278013 sv
3382 1.000000 1.000000 scale
3383 %  S_SSV
3384 (/tmp/ugexiM5077) inputfile
3385 1 linenum
3386 %  S_FEED
3387 540.29 1235.00 828.00 5 1.000000 1.000000 stf
3388 %  S_CLEFSIG
3389 192.08 725.00 1.000000 gclef
3390 %  S_CHHEAD
3391 %  S_STAFF
3392 % staff 1
3393 save
3394 227.20 719.00 1.000000 4n
3395 0.70 setlinewidth
3396 230.88 719.75 moveto
3397 230.88 740.00 lineto stroke
3398 292.98 716.00 1.000000 4n
3399 296.66 716.75 moveto
3400 296.66 737.00 lineto stroke
3401 363.95 713.00 1.000000 2n
3402 357.50 713.00 moveto
3403 370.40 713.00 lineto stroke
3404 367.85 713.75 moveto
3405 367.85 734.00 lineto stroke
3406 /Times-BoldItalic findfont
3407 12 scalefont
3408 setfont
3409 359.27 699.40 moveto
3410 (mf ) show
3411 restore
3412 %  S_BAR
3413 6 linenum
3414 0.70 setlinewidth
3415 467.65 743.00 moveto
3416 467.65 719.00 lineto stroke
3417 %  Printing header/footer
3418 showpage
3419 restore
3420 %%DocumentFonts: /Times-BoldItalic 
3421 %%Pages: 2
3422 %%EndDocument
3423 end 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
3428 205.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
3430 0 0.1 0.5 setrgbcolor
3431 EEND/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
3433 0 0 0 setrgbcolor
3434 EEND/F0 10/Times-Roman@0 SF(Once you ha)71.836 241.6 Q .3 -.15(ve a)-.2
3435 H 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)
3437 105.336 259.6 Q/F2 10/Times-Italic@0 SF(my\214le)6 E F0 1.129(from a co\
3438 mmand line prompt or selecting Run > Display from Mupmate will cause Mu\
3439 p 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
3443 1.022(be produced, which can be displayed on the screen or printed via \
3444 Mupmate 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
3446 315.6 Q(ers.)-.1 E 2.322(If you are using Ghostscript, b)69.336 333.6 R
3447 2.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
3453 BP
3454 %%EndPageSetup
3455 /F0 10/Times-Roman@0 SF 2.5(-7-)277.006 48 S 69.336 103 EBEGIN
3456 0 0.1 0.5 setrgbcolor
3457 EEND/F0 15/Times-Bold@0 SF 3.75(3. R)73.086 103 R(UNNING MUP)-.45 E
3458 69.336 121 EBEGIN
3459 0 0 0 setrgbcolor
3460 EEND/F0 10/Times-Roman@0 SF .072(There are tw)71.908 121 R 2.572(ob)-.1
3461 G .072(asic w)-2.572 F .072(ays to run Mup: directly from a command lin\
3462 e or via the Mupmate program. Y)-.1 F .072(ou can)-1.1 F 1.424(use eith\
3463 er approach, or switch between them as you wish. The Mupmate program ju\
3464 st 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
3467 3.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
3469 1.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
3472 F 3.614(ev)-.1 G 1.115(im and emacs are)-3.614 F .451(commonly used, b)
3473 69.336 187 R .451(ut pretty much an)-.2 F 2.951(yt)-.15 G -.15(ex)-2.951
3474 G 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
3483 2.5(sG)-.55 G(uide from its Help menu.)-2.5 E 69.336 241 EBEGIN
3484 0 0.1 0.5 setrgbcolor
3485 EEND/F0 14/Times-Bold@0 SF 3.5(3.1 Mupmate)72.836 241 R 69.336 259
3486 EBEGIN
3487 0 0 0 setrgbcolor
3488 EEND/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
3499 F(xplorer)-.15 E 2.049(will run Mupmate on that \214le.)69.336 313 R(Or)
3500 7.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)
3506 69.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)
3509 69.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)
3513 69.336 397 R 2.246(vides \214v)-.15 F 4.746(et)-.15 G 2.246(op le)-4.746
3514 F -.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)
3517 69.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\
3536 ons for other Mup \214les. Mupmate will try to \214nd reasonable def)
3537 69.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)
3541 2.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
3544 F .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
3547 1.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
3554 1.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
3556 G 1.653
3557 (ou can simply select "Display" from the Run menu and use the vie)-4.153
3558 F(wer')-.25 E 4.152(sp)-.55 G 1.652(rint capabilities.)-4.152 F .432(Al\
3559 ternately you can use "Write PostScript File" from the Run menu to crea\
3560 te a PostScript \214le that you can)69.336 595 R(print as you w)69.336
3561 607 Q(ould an)-.1 E 2.5(yo)-.15 G(ther PostScript \214le.)-2.5 E 69.336
3562 625 EBEGIN
3563 0 0.1 0.5 setrgbcolor
3564 EEND/F0 14/Times-Bold@0 SF 3.5(3.2 Mup)72.836 625 R(Options)3.5 E 69.336
3565 643 EBEGIN
3566 0 0 0 setrgbcolor
3567 EEND/F0 10/Times-Roman@0 SF .163(Mup accepts a number of options.)71.999
3568 643 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
3571 5.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
3573 F .77(If you are using Mupmate, you will use the "Set Options" form of)
3574 69.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
3579 S .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
3581 3.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
3584 2.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, \
3586 or because Mupmate handles the appropriate details automatically)69.336
3587 715 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
3591 BP
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)
3597 42 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 \
3599 rest).15 F 1.073(printed as a single measure, usually with the number o\
3600 f measures of rest printed abo)98.136 135.6 R 1.372 -.15(ve t)-.15 H
3601 1.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)
3603 2.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\
3606 sures 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)
3608 98.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
3611 4.16(fo)-.25 G 4.16(ri)-4.16 G 4.16(ns)-4.16 G 1.66(core conte)-4.16 F
3612 1.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)
3615 98.136 195.6 R 6.053(.T)-.55 G 1.053(his option is most lik)-6.053 F
3616 1.054(ely to be)-.1 F 1.868(useful when printing a subset of staf)98.136
3617 207.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)
3621 5.158 F 3.958 -.65(w. T)-.25 H .158(his option).65 F -.15(ove)98.136
3622 231.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
3627 R 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:)
3629 69.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)
3633 2.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
3637 G(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
3641 424.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
3643 12.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\
3651 peci\214ed in decimal, octal \(by using a leading zero\), or he)2.986 F
3652 2.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
3656 598.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
3658 F3(MA)2.5 E(CR)-.3 E(O[=macr)-.4 E(o-def])-.45 E F1(Mupmate:)69.336
3659 634.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
3666 G 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
3668 674.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\
3670 e allo)98.136 686.4 R 2.543(wed. The)-.25 F .043(-D option can)2.543 F(\
3671 be speci\214ed multiple times, if you wish to de\214ne more than one ma\
3672 cro.)98.136 698.4 Q .32 LW 73.336 727 69.336 727 DL 77.336 727 73.336
3673 727 DL 81.336 727 77.336 727 DL 85.336 727 81.336 727 DL 89.336 727
3674 85.336 727 DL 93.336 727 89.336 727 DL 97.336 727 93.336 727 DL 101.336
3675 727 97.336 727 DL 105.336 727 101.336 727 DL 109.336 727 105.336 727 DL
3676 113.336 727 109.336 727 DL 117.336 727 113.336 727 DL 121.336 727
3677 117.336 727 DL 125.336 727 121.336 727 DL 129.336 727 125.336 727 DL
3678 133.336 727 129.336 727 DL 137.336 727 133.336 727 DL 141.336 727
3679 137.336 727 DL 145.336 727 141.336 727 DL 149.336 727 145.336 727 DL/F4
3680 8/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
3684 BP
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
3692 F0(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
3696 1.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
3700 F3(out\214le)2.5 E F1(Mupmate:)69.336 235.2 Q F0(Option not needed. Mup\
3701 mate 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:)
3704 69.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 \
3709 the name of the Mup input \214le ends with a ".mup" suf)98.136 314.4 R
3710 1.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)
3714 98.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
3719 350.4 R 1.079(If none are)6.079 F(speci\214ed \(input is read from stan\
3720 dard input\), the name "stdin.ps" will be used for the output \214le.)
3721 98.136 362.4 Q F1(Command line:)69.336 386.4 Q F2(-m)12 E F3(midi\214le)
3722 2.5 E F1(Mupmate:)69.336 398.4 Q F0(Option not needed. Mupmate automati\
3723 cally creates appropriate output \214le.)42 E 3.242(Instead of generati\
3724 ng PostScript output, generate standard MIDI \(Musical Instrument Digit\
3725 al)98.136 414 R(Interf)98.136 426 Q 2.05(ace\) output, and put it in)-.1
3726 F 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.)
3728 98.136 438 Q F1(Command line:)69.336 462 Q F2(-M)12 E F1(Mupmate:)69.336
3729 474 Q F0(Run > Write MIDI File)42 E .848(This is lik)98.136 489.6 R
3730 3.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\
3733 he 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\
3736 f 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
3741 537.6 R 1.445(If none are speci\214ed)6.445 F(\(input is read from stan\
3742 dard input\), the name "stdin.mid" will be used for the MIDI \214le.)
3743 98.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
3748 F3(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
3760 R 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\
3766 e 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
3768 3.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
3776 BP
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
3780 10/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
3783 1.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
3789 147.6 R 4.256(,t)-.4 G 1.756(he page numbers gi)-4.256 F -.15(ve)-.25 G
3790 4.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)
3795 12 E F1(Mupmate:)69.336 195.6 Q F0(Con\214g > Re)42 E(gistration F)-.15
3796 E(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
3799 235.2 Q F2(-s)12 E F3(staf)2.5 E(\215ist)-.18 E F1(Mupmate:)69.336 247.2
3800 Q 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
3802 F3(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
3805 R .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\
3807 ut, 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
3812 E 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
3817 G 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
3821 H 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
3824 370.8 Q F2(-v)12 E F1(Mupmate:)69.336 382.8 Q F0(Help > About Mupmate)42
3825 E 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
3827 2.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:)
3829 69.336 434.4 Q F2(-x)12 E F3(M)A F2(,)A F3(N)A F1(Mupmate:)69.336 446.4
3830 Q F0(Run > Set Options > Extract Measures)42 E .925(Extract measures)
3831 98.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
3839 E -.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')
3843 98.136 510 R 3.544(th)-.18 G -2.25 -.2(av e)-3.544 H 3.544(ap)3.744 G
3844 1.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\
3852 y measures 3 and 4, and -x6,6 means)98.136 546 R .348(just measure 6.)
3853 98.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
3857 2.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)
3861 69.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)
3868 2.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\
3870 e 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\
3881 le, 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
3883 714 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
3887 BP
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
3892 F(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)
3894 69.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
3897 164 R 4.375(ys)-.15 G 1.876(ubset of those letters, the generated outpu\
3898 t will include "bounding box)-4.375 F 1.876(es" for the things Mup)-.15
3899 F .321(internally calls bars \(b\), chords \(c\), feeds \(f\), grpsyls \
3900 \(g\), header/footer and top/bottom \(h\), notes \(n\), staf)69.336 176
3901 R(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
3904 Q 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
3910 F(w\),)-.25 E(these box)69.336 224 Q(es will be in color)-.15 E(.)-.55 E
3911 69.336 242 EBEGIN
3912 0 0.1 0.5 setrgbcolor
3913 EEND/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
3915 0 0 0 setrgbcolor
3916 EEND/F0 10/Times-Roman@0 SF .594(If you are using Ghostscript, b)72.43
3917 260 R .594(ut prefer to not use Mupmate, there are tw)-.2 F 3.094(ou)-.1
3918 G .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
3921 F0(will display music to your screen, while)69.336 310 Q F1(mupprnt)
3922 105.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
3924 1.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)
3927 69.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)
3938 69.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\
3945 ays output at approximately actual size \(depending on the)-.15 F .408(\
3946 size of your monitor\). In this mode, it is possible that not all of th\
3947 e 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
3951 F -.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
3955 3.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)
3963 69.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
3969 H(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
3972 E -.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\))
3974 144.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
3979 44.73 2.5(r? d)-2.5 H(isplay help screen)-2.5 E EP
3980 %%Page: 12 18
3981 %%BeginPageSetup
3982 BP
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)
3985 69.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
3988 11.38(geUp> go).15 F(to pre)2.5 E(vious page)-.25 E 2.5(qo)69.336 150 S
3989 2.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
3994 1.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
3999 BP
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
4002 EBEGIN
4003 0 0.1 0.5 setrgbcolor
4004 EEND/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
4006 0 0 0 setrgbcolor
4007 EEND/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\
4012 aditional 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
4016 F .313(ving it)-.2 F 2.725(there mak)69.336 157 R 2.725(es it easy for \
4017 both people and programs to identify the \214le as Mup input.)-.1 F
4018 2.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)
4020 105.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
4028 0 0.1 0.5 setrgbcolor
4029 EEND/F0 14/Times-Bold@0 SF 3.5(4.1 Mup)72.836 275 R(General Syntax)3.5 E
4030 69.336 293 EBEGIN
4031 0 0 0 setrgbcolor
4032 EEND/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 \
4044 line. 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
4049 377 Q F0(Staf)69.336 403 Q
4050 (fs are numbered from top to bottom, starting at staf)-.25 E 2.5(f1)-.25
4051 G(.)-2.5 E(Se)69.336 421 Q -.15(ve)-.25 G .407(ral dif).15 F .407(feren\
4052 t units are used for distances. One is inches or centimeters. \(There i\
4053 s a units parameter that)-.25 F .624(is used to select which you w)
4054 69.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\
4057 mension, "counts" are sometimes used. A "count" refers to the musical)
4058 3.053 F .857(duration of a note with a duration of the denominator \(bo\
4059 ttom number\) of the time signature.)69.336 457 R .856(The actual)5.856
4060 F .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)
4063 5.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
4065 4.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)
4067 69.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
4069 511 R 1.642(wer case letters are not interchangeable. Thus, for e)-.25 F
4070 1.642(xample, "SCORE" is not the same as)-.15 F("score.")69.336 523 Q
4071 1.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)
4073 69.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)
4077 69.336 565 R(yw)-.15 E(ay)-.1 E 5.208(.F)-.65 G 2.707(or the e)-5.358 F
4078 2.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)
4081 3.468 F .968(wed after commands that)-.25 F .605(indicate entering a ne)
4082 69.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 \
4088 are required to separate commands: music data, bar lines, rolls, comman\
4089 ds to)-.25 F .537
4090 (print strings, dynamic marks, lyrics, etc. all must each end with a ne)
4091 69.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
4094 F 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\
4096 ommands 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
4099 2.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
4104 716 69.336 716 DL 77.336 716 73.336 716 DL 81.336 716 77.336 716 DL
4105 85.336 716 81.336 716 DL 89.336 716 85.336 716 DL 93.336 716 89.336 716
4106 DL 97.336 716 93.336 716 DL 101.336 716 97.336 716 DL 105.336 716
4107 101.336 716 DL 109.336 716 105.336 716 DL 113.336 716 109.336 716 DL
4108 117.336 716 113.336 716 DL 121.336 716 117.336 716 DL 125.336 716
4109 121.336 716 DL 129.336 716 125.336 716 DL 133.336 716 129.336 716 DL
4110 137.336 716 133.336 716 DL 141.336 716 137.336 716 DL 145.336 716
4111 141.336 716 DL 149.336 716 145.336 716 DL/F2 8/Times-Roman@0 SF(*)69.336
4112 733 Q .005
4113 (The commands on which the ending semicolon is optional are: bar)90.595
4114 733 R 2.005(,m)-.32 G .005
4115 (ultirest, setting of parameters, print, left, right, center)-2.005 F
4116 2.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
4122 BP
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)
4129 69.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\
4132 t 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
4135 0 0.1 0.5 setrgbcolor
4136 EEND/F0 14/Times-Bold@0 SF 3.5(4.2 Contexts)72.836 206 R 69.336 224
4137 EBEGIN
4138 0 0 0 setrgbcolor
4139 EEND/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
4143 236 R .618(xt, which is where music, lyrics, barlines, and other relate\
4144 d 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)
4148 69.336 260 Q(xts are:)-.15 E/F1 10/Times-Bold@0 SF(header)69.336 278 Q
4149 F0(to de\214ne what goes at the top of the \214rst page, typically the \
4150 title, 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 \
4152 page, 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 \
4154 is 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\
4156 n the bottom of pages after the \214rst page.)29.71 E F1(top)69.336 362
4157 Q F0 1.054(to de\214ne what is to be printed on the top of page.)46.11 F
4158 1.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)
4163 129.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
4167 R -.15(ve)-.15 G .086(ments, you might use top to put).15 F 2.5(at)
4168 129.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)
4176 129.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
4179 Q F1(top2)69.336 482 Q F0 1.345(to de\214ne what is to be printed on th\
4180 e top of pages, after the page that uses "top.")41.11 F 1.346(If the)
4181 6.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
4183 E F1(bottom2)69.336 512 Q F0 .648(to de\214ne what is to be printed on \
4184 the bottom of pages after the page that uses "bottom.")24.45 F(If)5.647
4185 E(the output is not already at the be)129.336 524 Q(ginning of a ne)-.15
4186 E 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
4192 F0 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
4195 E 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
4197 F 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
4200 644 Q F0 .431(to de\214ne what note head shapes to use for notes of v)
4201 11.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\
4205 thing 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
4207 R 1.022(xts are optional. An input \214le just needs to contain either \
4208 at least one measure of music or at)-.15 F .11(least one block.)69.336
4209 716 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
4214 1.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
4217 G(ccur is signi\214cant in determining the output produced.)-2.5 E EP
4218 %%Page: 15 21
4219 %%BeginPageSetup
4220 BP
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
4223 EBEGIN
4224 0 0.1 0.5 setrgbcolor
4225 EEND/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
4227 EBEGIN
4228 0 0 0 setrgbcolor
4229 EEND/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
4231 3.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\
4234 nd 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.)
4237 69.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
4239 E(xt section.)-.15 E 69.336 175 EBEGIN
4240 0 0.1 0.5 setrgbcolor
4241 EEND/F0 14/Times-Bold@0 SF 3.5(5.1 Specifying)72.836 175 R(chords)3.5 E
4242 69.336 193 EBEGIN
4243 0 0 0 setrgbcolor
4244 EEND 69.336 210 EBEGIN
4245 0 0.1 0.5 setrgbcolor
4246 EEND/F0 13/Times-Italic@0 SF 3.25(5.1.1 Staf)72.586 210 R 3.25(fa)-.234
4247 G(nd voice)-3.25 E 69.336 222 EBEGIN
4248 0 0 0 setrgbcolor
4249 EEND/F0 10/Times-Roman@0 SF .843(The description of the music for one v)
4250 72.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\
4254 ndicates that the remainder of the line contains musical information fo\
4255 r 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:)
4258 105.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
4266 F1(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
4269 E(5-8 1,2:)105.336 388 Q(// voices 1 and 2 on staffs 5, 6, 7, and 8)24 E
4270 F0 .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)
4275 69.336 464 R 1.547(oice 1 of staf)-.2 F 4.047(f1a)-.25 G 4.047(sw)-4.047
4276 G 1.547(ell as to v)-4.047 F 1.547(oice 2 of staf)-.2 F 4.047(f3)-.25 G
4277 4.047(.V)-4.047 G 1.547(arious styles can be)-5.157 F(combined:)69.336
4278 476 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
4283 E .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
4288 3.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
4294 604 Q -.2(vo)-.2 G(idable, b).2 E(ut there are some techniques discusse\
4295 d 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-\
4298 at-a-time input style, which will be)-.2 F(co)69.336 634 Q -.15(ve)-.15
4299 G(red later).15 E(.)-.55 E 69.336 651 EBEGIN
4300 0 0.1 0.5 setrgbcolor
4301 EEND/F0 13/Times-Italic@0 SF 3.25(5.1.2 Chor)72.586 651 R 3.25(dd)-.481
4302 G(ur)-3.25 E(ation information)-.195 E 69.336 663 EBEGIN
4303 0 0 0 setrgbcolor
4304 EEND/F0 10/Times-Roman@0 SF .513(The rest of the line contains a list o\
4305 f chords, with a semicolon at the end of each chord. Each chord has a)
4306 72.35 663 R .136(time v)69.336 675 R 2.636(alue. The)-.25 F .136(time v)
4307 2.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
4310 687 Q -.15(ve)-.25 G 2.5(na).15 G 2.5(sf)-2.5 G(ollo)-2.5 E(ws:)-.25 E
4311 EP
4312 %%Page: 16 22
4313 %%BeginPageSetup
4314 BP
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
4318 191.441 100.5 DL F0 18.06(1/4 quadruple)197.001 110 R(whole \(not v)2.5
4319 E(alid for notes\))-.25 E 18.06(1/2 double)197.001 122 R(whole)2.5 E
4320 24.45(1w)200.891 134 S(hole)-24.45 E 24.45(2h)200.891 146 S(alf)-24.45 E
4321 24.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
4323 194 R 19.45(64 sixty-fourth)198.391 206 R 16.95(128 128th)195.891 218 R
4324 16.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
4330 3.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
4332 1.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
4344 338 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.)
4347 69.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)
4354 69.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
4357 Q(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
4359 0 0.1 0.5 setrgbcolor
4360 EEND/F0 13/Times-Italic@0 SF 3.25(5.1.3 Notes,)72.586 421 R -.481(re)
4361 3.25 G(sts, or spaces).481 E 69.336 433 EBEGIN
4362 0 0 0 setrgbcolor
4363 EEND/F0 10/Times-Roman@0 SF .655(There are three kinds of "chords.")
4364 72.491 433 R .655(The \214rst type consists of one or more pitches, gi)
4365 5.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
4371 4.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 \
4375 the letter s. Space is basically a placeholder that tak)69.336 481 R
4376 1.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
4378 F .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\
4381 he \214rst note in the measure. F)69.336 505 Q(or e)-.15 E(xample:)-.15
4382 E/F1 10/Courier@0 SF(// a pickup measure)105.336 523 Q(1: 2.s;8.c;16d;)
4383 105.336 535 Q(bar)105.336 547 Q(1: e;g;e;c;)105.336 559 Q(endbar)105.336
4384 571 Q 127.836 580.6 EBEGIN
4385 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
4386 EEND 160 702 320 320 -61 61 126.836 641.6 PBEGIN
4387 %%BeginDocument: mugex9.ps
4388 %%BoundingBox: 160 702 480 763
4389 save
4390 192278223 192278013 sv
4391 1.000000 1.000000 scale
4392 %  S_SSV
4393 (/tmp/ugexiM5077) inputfile
4394 1 linenum
4395 %  S_FEED
4396 540.29 1235.00 828.00 5 1.000000 1.000000 stf
4397 %  S_CLEFSIG
4398 192.08 725.00 1.000000 gclef
4399 %  S_CHHEAD
4400 %  S_STAFF
4401 % staff 1
4402 save
4403 220.76 713.00 1.000000 4n
4404 230.02 716.00 1.000000 dot
4405 0.70 setlinewidth
4406 214.53 713.00 moveto
4407 226.99 713.00 lineto stroke
4408 224.44 713.75 moveto
4409 224.44 737.00 lineto stroke
4410 227.47 737.00 1.000000 dnflag
4411 254.11 716.00 1.000000 4n
4412 257.79 716.75 moveto
4413 257.79 737.00 lineto stroke
4414 260.82 732.20 1.000000 dnflag
4415 260.82 737.00 1.000000 dnflag
4416 restore
4417 %  S_BAR
4418 6 linenum
4419 0.70 setlinewidth
4420 271.55 743.00 moveto
4421 271.55 719.00 lineto stroke
4422 %  S_CHHEAD
4423 %  S_STAFF
4424 % staff 1
4425 save
4426 285.84 719.00 1.000000 4n
4427 289.52 719.75 moveto
4428 289.52 740.00 lineto stroke
4429 330.44 725.00 1.000000 4n
4430 334.13 725.75 moveto
4431 334.13 746.00 lineto stroke
4432 375.05 719.00 1.000000 4n
4433 378.73 719.75 moveto
4434 378.73 740.00 lineto stroke
4435 420.49 713.00 1.000000 4n
4436 414.26 713.00 moveto
4437 426.72 713.00 lineto stroke
4438 424.17 713.75 moveto
4439 424.17 734.00 lineto stroke
4440 restore
4441 %  S_BAR
4442 7 linenum
4443 0.70 setlinewidth
4444 462.50 743.00 moveto
4445 462.50 719.00 lineto stroke
4446 3.00 setlinewidth
4447 466.50 743.00 moveto
4448 466.50 719.00 lineto stroke
4449 0.70 setlinewidth
4450 %  Printing header/footer
4451 showpage
4452 restore
4453 %%DocumentFonts: 
4454 %%Pages: 2
4455 %%EndDocument
4456 end 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)
4459 5.072 F -.1(wa)69.336 673.6 S .062(nt. F).1 F .062(or e)-.15 F .062(xam\
4460 ple, 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
4463 F .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)
4466 69.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\
4468 e "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
4474 BP
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
4477 EBEGIN
4478 0 0.1 0.5 setrgbcolor
4479 EEND/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
4481 0 0 0 setrgbcolor
4482 EEND/F0 10/Times-Roman@0 SF .346
4483 (There is a special duration of "m," which means an entire measure.)
4484 72.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)
4491 69.336 192 R -.05(ga)-.15 G .006(rdless of the time signature.).05 F(Ho)
4492 5.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
4495 204 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
4497 234 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\
4501 t lik)69.336 284 R 3.446(et)-.1 G(he)-3.446 E(pre)69.336 296 Q .842(vio\
4502 us 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
4508 E 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
4510 386 Q(bar)105.336 398 Q(// the space between m and rpt is optional)
4511 105.336 422 Q(1: mrpt;)105.336 434 Q(bar)105.336 446 Q 127.836 455.6
4512 EBEGIN
4513 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
4514 EEND 160 702 320 320 -61 61 126.836 516.6 PBEGIN
4515 %%BeginDocument: mugex10.ps
4516 %%BoundingBox: 160 702 480 763
4517 save
4518 192278223 192278013 sv
4519 1.000000 1.000000 scale
4520 %  S_SSV
4521 (/tmp/ugexiM5077) inputfile
4522 1 linenum
4523 %  S_FEED
4524 540.29 1235.00 828.00 5 1.000000 1.000000 stf
4525 %  S_CLEFSIG
4526 192.08 725.00 1.000000 gclef
4527 %  S_CHHEAD
4528 %  S_STAFF
4529 % staff 1
4530 save
4531 221.38 713.00 1.000000 4n
4532 0.70 setlinewidth
4533 215.15 713.00 moveto
4534 227.62 713.00 lineto stroke
4535 225.07 713.75 moveto
4536 225.07 734.00 lineto stroke
4537 252.32 716.00 1.000000 4n
4538 256.01 716.75 moveto
4539 256.01 737.00 lineto stroke
4540 283.27 719.00 1.000000 4n
4541 286.95 719.75 moveto
4542 286.95 740.00 lineto stroke
4543 315.04 722.00 1.000000 4n
4544 318.73 722.75 moveto
4545 318.73 743.00 lineto stroke
4546 restore
4547 %  S_BAR
4548 5 linenum
4549 0.70 setlinewidth
4550 345.17 743.00 moveto
4551 345.17 719.00 lineto stroke
4552 %  S_CHHEAD
4553 %  S_STAFF
4554 % staff 1
4555 save
4556 375.79 731.00 1.000000 measrpt
4557 /Times-Roman findfont
4558 11 scalefont
4559 setfont
4560 373.05 746.00 moveto
4561 (2) show
4562 restore
4563 %  S_BAR
4564 9 linenum
4565 0.70 setlinewidth
4566 406.41 743.00 moveto
4567 406.41 719.00 lineto stroke
4568 %  S_CHHEAD
4569 %  S_STAFF
4570 % staff 1
4571 save
4572 437.03 731.00 1.000000 measrpt
4573 /Times-Roman findfont
4574 11 scalefont
4575 setfont
4576 434.29 746.00 moveto
4577 (3) show
4578 restore
4579 %  S_BAR
4580 13 linenum
4581 0.70 setlinewidth
4582 467.65 743.00 moveto
4583 467.65 719.00 lineto stroke
4584 %  Printing header/footer
4585 showpage
4586 restore
4587 %%DocumentFonts: /Times-Roman 
4588 %%Pages: 2
4589 %%EndDocument
4590 end PEND 69.336 534.6 EBEGIN
4591 0 0.1 0.5 setrgbcolor
4592 EEND/F0 12/Times-Italic@0 SF 3(5.1.3.2 Accidentals)72.336 534.6 R 69.336
4593 546.6 EBEGIN
4594 0 0 0 setrgbcolor
4595 EEND/F0 10/Times-Roman@0 SF(Each pitch letter in a chord may be follo)
4596 71.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)
4598 240.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
4600 E 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
4604 0 0.1 0.5 setrgbcolor
4605 EEND/F0 12/Times-Italic@0 SF 3(5.1.3.3 Octave)72.336 660.6 R 69.336
4606 672.6 EBEGIN
4607 0 0 0 setrgbcolor
4608 EEND/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
4611 1.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
4614 F(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
4624 2.5(.F).15 G(or e)-2.65 E(xample:)-.15 E EP
4625 %%Page: 18 24
4626 %%BeginPageSetup
4627 BP
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
4634 G(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
4636 2.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)
4638 69.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)
4641 69.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
4643 E/F2 10/Times-Bold@0 SF 32.495(Clef Octa)254.131 200 R -.1(ve)-.25 G .4
4644 LW 336.536 204.5 234.136 204.5 DL F0 33.7(frenchviolin 5)234.136 214 R
4645 54.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)
4648 234.136 298 R 49.81(baritone 3)234.136 310 R 65.36(bass 3)234.136 322 R
4649 69.336 345 EBEGIN
4650 0 0.1 0.5 setrgbcolor
4651 EEND/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
4653 0 0 0 setrgbcolor
4654 EEND/F0 10/Times-Roman@0 SF .037(If a chord is omitted, the v)71.873 357
4655 R .037(alues for the pre)-.25 F .038(vious chord are reused. This w)-.25
4656 F .038(orks for pitches, rests, and spaces.)-.1 F -.15(Fo)69.336 369 S
4657 3.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
4660 F(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)
4666 105.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
4672 gsave 0 0.25 0.75 setrgbcolor 0 121 rlineto 320 0 rlineto 0 121 neg rlineto closepath stroke grestore
4673 EEND 160 642 320 320 -121 121 126.836 679.6 PBEGIN
4674 %%BeginDocument: mugex11.ps
4675 %%BoundingBox: 160 642 480 763
4676 save
4677 192278223 192278013 sv
4678 1.000000 1.000000 scale
4679 %  S_SSV
4680 (/tmp/ugexiM5077) inputfile
4681 1 linenum
4682 %  S_SSV
4683 2 linenum
4684 %  S_FEED
4685 540.29 1229.00 828.00 5 1.000000 1.000000 stf
4686 540.29 1175.00 828.00 5 1.000000 1.000000 stf
4687 0.70 setlinewidth
4688 180.29 737.00 moveto
4689 180.29 659.00 lineto stroke
4690 %  S_CLEFSIG
4691 192.08 719.00 1.000000 gclef
4692 192.08 665.00 1.000000 gclef
4693 %  S_CHHEAD
4694 %  S_STAFF
4695 % staff 1
4696 save
4697 230.48 725.00 1.000000 4n
4698 219.94 725.00 1.000000 sharp
4699 234.16 725.75 moveto
4700 234.16 746.00 lineto stroke
4701 237.19 746.00 1.000000 dnflag
4702 262.08 725.00 1.000000 4n
4703 265.76 725.75 moveto
4704 265.76 746.00 lineto stroke
4705 268.78 746.00 1.000000 dnflag
4706 293.67 731.00 1.000000 4n
4707 297.36 731.75 moveto
4708 297.36 752.00 lineto stroke
4709 300.38 752.00 1.000000 dnflag
4710 325.24 734.00 1.000000 4n
4711 328.92 734.75 moveto
4712 328.92 755.00 lineto stroke
4713 331.94 755.00 1.000000 dnflag
4714 361.61 734.00 1.000000 2n
4715 365.51 734.75 moveto
4716 365.51 755.00 lineto stroke
4717 230.48 719.00 1.000000 1n
4718 230.48 713.00 1.000000 1n
4719 230.48 707.00 1.000000 1n
4720 223.06 707.00 moveto
4721 237.90 707.00 lineto stroke
4722 restore
4723 %  S_STAFF
4724 % staff 2
4725 save
4726 230.48 665.00 1.000000 4n
4727 0.70 setlinewidth
4728 234.16 665.75 moveto
4729 234.16 686.00 lineto stroke
4730 293.67 668.00 1.000000 4n
4731 297.36 668.75 moveto
4732 297.36 689.00 lineto stroke
4733 361.61 671.00 1.000000 4n
4734 357.93 670.25 moveto
4735 357.93 650.00 lineto stroke
4736 417.47 674.00 1.000000 4n
4737 413.78 673.25 moveto
4738 413.78 653.00 lineto stroke
4739 restore
4740 %  S_BAR
4741 17 linenum
4742 0.70 setlinewidth
4743 467.65 737.00 moveto
4744 467.65 713.00 lineto stroke
4745 467.65 683.00 moveto
4746 467.65 659.00 lineto stroke
4747 %  Printing header/footer
4748 showpage
4749 restore
4750 %%DocumentFonts: 
4751 %%Pages: 2
4752 %%EndDocument
4753 end 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
4757 711.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
4761 2.5(ts)-.18 G(pecify a pitch, it is arbitrarily set to middle C.)-2.5 E
4762 EP
4763 %%Page: 19 25
4764 %%BeginPageSetup
4765 BP
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
4768 EBEGIN
4769 0 0.1 0.5 setrgbcolor
4770 EEND/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
4772 0 0 0 setrgbcolor
4773 EEND/F0 10/Times-Roman@0 SF .226(There are se)72.062 113 R -.15(ve)-.25
4774 G .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)
4777 69.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
4781 E 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
4783 0 0.1 0.5 setrgbcolor
4784 EEND/F0 12/Times-Italic@0 SF 3(5.1.5.1 Small)72.336 231 R(note head)3 E
4785 69.336 243 EBEGIN
4786 0 0 0 setrgbcolor
4787 EEND/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
4796 Q(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
4798 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
4799 EEND 160 702 320 320 -61 61 126.836 445.6 PBEGIN
4800 %%BeginDocument: mugex12.ps
4801 %%BoundingBox: 160 702 480 763
4802 save
4803 192278223 192278013 sv
4804 1.000000 1.000000 scale
4805 %  S_SSV
4806 (/tmp/ugexiM5077) inputfile
4807 1 linenum
4808 %  S_FEED
4809 540.29 1235.00 828.00 5 1.000000 1.000000 stf
4810 %  S_CLEFSIG
4811 192.08 725.00 1.000000 gclef
4812 %  S_CHHEAD
4813 %  S_STAFF
4814 % staff 1
4815 save
4816 233.49 725.00 1.000000 1n
4817 233.49 719.00 0.583333 1n
4818 233.49 713.00 1.000000 1n
4819 0.70 setlinewidth
4820 226.07 713.00 moveto
4821 240.91 713.00 lineto stroke
4822 restore
4823 %  S_BAR
4824 6 linenum
4825 0.70 setlinewidth
4826 323.06 743.00 moveto
4827 323.06 719.00 lineto stroke
4828 %  S_CHHEAD
4829 %  S_STAFF
4830 % staff 1
4831 save
4832 335.71 722.00 1.000000 4n
4833 339.40 722.75 moveto
4834 339.40 743.00 lineto stroke
4835 368.85 722.00 0.583333 4n
4836 370.86 722.49 moveto
4837 370.86 737.00 lineto stroke
4838 401.71 725.00 1.000000 4n
4839 405.40 725.75 moveto
4840 405.40 746.00 lineto stroke
4841 435.69 725.00 1.000000 4n
4842 439.38 725.75 moveto
4843 439.38 746.00 lineto stroke
4844 restore
4845 %  S_BAR
4846 10 linenum
4847 0.70 setlinewidth
4848 467.65 743.00 moveto
4849 467.65 719.00 lineto stroke
4850 %  Printing header/footer
4851 showpage
4852 restore
4853 %%DocumentFonts: 
4854 %%Pages: 2
4855 %%EndDocument
4856 end PEND 69.336 463.6 EBEGIN
4857 0 0.1 0.5 setrgbcolor
4858 EEND/F0 12/Times-Italic@0 SF 3(5.1.5.2 Note)72.336 463.6 R(tie)3 E
4859 69.336 475.6 EBEGIN
4860 0 0 0 setrgbcolor
4861 EEND/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\
4863 e 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
4866 F .112(with se)69.336 499.6 R -.15(ve)-.25 G .112(ral notes is to ha).15
4867 F .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
4870 F .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
4873 F 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\
4876 ge. If neither is speci\214ed, Mup will determine an appropriate direct\
4877 ion, 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
4883 643.6 Q(bar)105.336 655.6 Q 127.836 665.2 EBEGIN
4884 gsave 0 0.25 0.75 setrgbcolor 0 67 rlineto 320 0 rlineto 0 67 neg rlineto closepath stroke grestore
4885 EEND 160 696 320 320 -67 67 126.836 732.2 PBEGIN
4886 %%BeginDocument: mugex13.ps
4887 %%BoundingBox: 160 696 480 763
4888 save
4889 192278223 192278013 sv
4890 1.000000 1.000000 scale
4891 %  S_SSV
4892 (/tmp/ugexiM5077) inputfile
4893 1 linenum
4894 %  S_FEED
4895 540.29 1235.00 828.00 5 1.000000 1.000000 stf
4896 %  S_CLEFSIG
4897 192.08 725.00 1.000000 gclef
4898 /NewCenturySchlbk-Bold findfont
4899 16 scalefont
4900 setfont
4901 203.87 731.00 moveto
4902 (3) show
4903 /NewCenturySchlbk-Bold findfont
4904 16 scalefont
4905 setfont
4906 203.87 718.98 moveto
4907 (4) show
4908 %  S_CHHEAD
4909 %  S_STAFF
4910 % staff 1
4911 save
4912 233.59 716.00 1.000000 4n
4913 0.70 setlinewidth
4914 237.27 716.75 moveto
4915 237.27 737.00 lineto stroke
4916 267.03 716.00 1.000000 4n
4917 270.71 716.75 moveto
4918 270.71 737.00 lineto stroke
4919 273.73 737.00 1.000000 dnflag
4920 288.22 719.00 1.000000 4n
4921 291.90 719.75 moveto
4922 291.90 740.00 lineto stroke
4923 294.92 740.00 1.000000 dnflag
4924 309.41 719.00 1.000000 4n
4925 313.09 719.75 moveto
4926 313.09 740.00 lineto stroke
4927 316.11 740.00 1.000000 dnflag
4928 331.43 722.00 1.000000 4n
4929 335.12 722.75 moveto
4930 335.12 743.00 lineto stroke
4931 338.14 743.00 1.000000 dnflag
4932 290.22 713.90 moveto
4933 290.29 714.13 lineto
4934 292.92 712.59 295.76 711.82 298.81 711.82 curveto
4935 301.86 711.82 304.70 712.59 307.33 714.13 curveto
4936 307.48 713.67 lineto
4937 304.96 711.61 302.07 710.58 298.81 710.58 curveto
4938 295.55 710.58 292.67 711.61 290.14 713.67 curveto
4939 fill
4940 235.59 710.90 moveto
4941 235.63 711.10 lineto
4942 240.40 709.58 245.30 708.81 250.31 708.81 curveto
4943 255.32 708.81 260.21 709.58 264.99 711.10 curveto
4944 265.06 710.70 lineto
4945 260.36 708.62 255.45 707.59 250.31 707.59 curveto
4946 245.17 707.59 240.25 708.62 235.55 710.70 curveto
4947 fill
4948 restore
4949 %  S_BAR
4950 5 linenum
4951 0.70 setlinewidth
4952 354.27 743.00 moveto
4953 354.27 719.00 lineto stroke
4954 %  S_CHHEAD
4955 %  S_STAFF
4956 % staff 1
4957 save
4958 372.01 746.00 1.000000 2n
4959 370.24 725.00 0.583333 2n
4960 368.12 745.25 moveto
4961 368.12 704.00 lineto stroke
4962 434.25 725.00 0.583333 4n
4963 432.57 719.00 1.000000 4n
4964 436.25 719.75 moveto
4965 436.25 746.00 lineto stroke
4966 372.01 721.40 moveto
4967 372.03 721.55 lineto
4968 380.95 719.86 389.94 719.32 398.99 719.93 curveto
4969 408.05 720.54 416.89 722.28 425.50 725.15 curveto
4970 425.57 724.85 lineto
4971 417.11 721.19 408.29 719.06 399.09 718.44 curveto
4972 389.90 717.82 380.87 718.76 372.00 721.25 curveto
4973 fill
4974 restore
4975 %  S_BAR
4976 10 linenum
4977 0.70 setlinewidth
4978 467.65 743.00 moveto
4979 467.65 719.00 lineto stroke
4980 %  Printing header/footer
4981 showpage
4982 restore
4983 %%DocumentFonts: /NewCenturySchlbk-Bold 
4984 %%Pages: 2
4985 %%EndDocument
4986 end PEND EP
4987 %%Page: 20 26
4988 %%BeginPageSetup
4989 BP
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
4992 EBEGIN
4993 0 0.1 0.5 setrgbcolor
4994 EEND/F0 12/Times-Italic@0 SF 3(5.1.5.3 Slur)72.336 102 R(s)-.12 E 69.336
4995 114 EBEGIN
4996 0 0 0 setrgbcolor
4997 EEND/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
5000 3.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
5002 1.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
5004 2.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
5007 150 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
5013 EBEGIN
5014 gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 320 0 rlineto 0 64 neg rlineto closepath stroke grestore
5015 EEND 160 699 320 320 -64 64 126.836 325.6 PBEGIN
5016 %%BeginDocument: mugex14.ps
5017 %%BoundingBox: 160 699 480 763
5018 save
5019 192278223 192278013 sv
5020 1.000000 1.000000 scale
5021 %  S_SSV
5022 (/tmp/ugexiM5077) inputfile
5023 1 linenum
5024 %  S_FEED
5025 540.29 1235.00 828.00 5 1.000000 1.000000 stf
5026 %  S_CLEFSIG
5027 192.08 725.00 1.000000 gclef
5028 %  S_CHHEAD
5029 %  S_STAFF
5030 % staff 1
5031 save
5032 221.44 713.00 1.000000 4n
5033 0.70 setlinewidth
5034 215.21 713.00 moveto
5035 227.67 713.00 lineto stroke
5036 225.12 713.75 moveto
5037 225.12 734.00 lineto stroke
5038 252.71 719.00 1.000000 4n
5039 256.39 719.75 moveto
5040 256.39 740.00 lineto stroke
5041 283.99 722.00 1.000000 4n
5042 287.67 722.75 moveto
5043 287.67 743.00 lineto stroke
5044 316.10 725.00 1.000000 4n
5045 319.78 725.75 moveto
5046 319.78 746.00 lineto stroke
5047 223.44 707.90 moveto
5048 223.43 708.11 lineto
5049 228.17 707.59 232.87 707.84 237.52 708.86 curveto
5050 242.18 709.89 246.55 711.63 250.63 714.09 curveto
5051 250.80 713.71 lineto
5052 246.91 710.73 242.57 708.71 237.79 707.66 curveto
5053 233.00 706.61 228.22 706.62 223.44 707.69 curveto
5054 fill
5055 restore
5056 %  S_BAR
5057 6 linenum
5058 0.70 setlinewidth
5059 346.50 743.00 moveto
5060 346.50 719.00 lineto stroke
5061 %  S_CHHEAD
5062 %  S_STAFF
5063 % staff 1
5064 save
5065 359.39 734.00 1.000000 2n
5066 359.39 713.00 1.000000 2n
5067 352.94 713.00 moveto
5068 365.84 713.00 lineto stroke
5069 363.29 713.75 moveto
5070 363.29 755.00 lineto stroke
5071 417.90 737.00 1.000000 2n
5072 408.91 737.00 1.000000 flat
5073 417.90 728.00 1.000000 2n
5074 405.92 728.00 1.000000 flat
5075 414.00 736.25 moveto
5076 414.00 707.00 lineto stroke
5077 365.64 739.10 moveto
5078 365.60 739.25 lineto
5079 373.56 742.65 381.86 744.60 390.50 745.12 curveto
5080 399.14 745.63 407.61 744.68 415.91 742.25 curveto
5081 415.89 741.95 lineto
5082 407.52 743.57 399.09 744.13 390.59 743.62 curveto
5083 382.08 743.11 373.78 741.56 365.67 738.95 curveto
5084 fill
5085 365.64 734.00 moveto
5086 365.64 734.19 lineto
5087 371.58 735.27 377.52 735.29 383.47 734.26 curveto
5088 389.42 733.23 395.01 731.20 400.24 728.18 curveto
5089 400.12 727.82 lineto
5090 394.73 730.30 389.11 732.04 383.26 733.06 curveto
5091 377.42 734.07 371.54 734.33 365.63 733.81 curveto
5092 fill
5093 restore
5094 %  S_BAR
5095 11 linenum
5096 0.70 setlinewidth
5097 467.65 743.00 moveto
5098 467.65 719.00 lineto stroke
5099 %  Printing header/footer
5100 showpage
5101 restore
5102 %%DocumentFonts: 
5103 %%Pages: 2
5104 %%EndDocument
5105 end 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
5108 1.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;)
5111 105.336 387.6 Q(bar)105.336 399.6 Q 163.836 409.2 EBEGIN
5112 gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 248 0 rlineto 0 64 neg rlineto closepath stroke grestore
5113 EEND 200 699 248 248 -64 64 162.836 473.2 PBEGIN
5114 %%BeginDocument: mugex15.ps
5115 %%BoundingBox: 200 699 448 763
5116 save
5117 3977375 3978157 sv
5118 1.000000 1.000000 scale
5119 %  S_SSV
5120 (/tmp/ugexiM5077) inputfile
5121 1 linenum
5122 %  S_FEED
5123 576.29 875.00 648.00 5 1.000000 1.000000 stf
5124 %  S_CLEFSIG
5125 228.08 725.00 1.000000 gclef
5126 %  S_CHHEAD
5127 %  S_STAFF
5128 % staff 1
5129 save
5130 259.49 713.00 1.000000 4n
5131 0.70 setlinewidth
5132 253.25 713.00 moveto
5133 265.72 713.00 lineto stroke
5134 263.17 713.75 moveto
5135 263.17 734.00 lineto stroke
5136 303.05 716.00 1.000000 4n
5137 306.73 716.75 moveto
5138 306.73 737.00 lineto stroke
5139 346.61 722.00 1.000000 4n
5140 350.29 722.75 moveto
5141 350.29 743.00 lineto stroke
5142 391.01 725.00 1.000000 4n
5143 394.69 725.75 moveto
5144 394.69 746.00 lineto stroke
5145 348.61 716.90 moveto
5146 348.62 717.07 lineto
5147 355.37 715.87 362.15 715.53 368.99 716.03 curveto
5148 375.82 716.54 382.48 717.89 388.97 720.07 curveto
5149 389.05 719.73 lineto
5150 382.69 716.90 376.03 715.22 369.08 714.71 curveto
5151 362.14 714.19 355.31 714.86 348.60 716.73 curveto
5152 fill
5153 261.49 707.90 moveto
5154 261.50 708.07 lineto
5155 268.11 706.91 274.75 706.58 281.44 707.09 curveto
5156 288.13 707.59 294.65 708.92 301.01 711.07 curveto
5157 301.09 710.73 lineto
5158 294.86 707.95 288.34 706.29 281.54 705.78 curveto
5159 274.74 705.26 268.05 705.91 261.47 707.73 curveto
5160 fill
5161 restore
5162 %  S_BAR
5163 6 linenum
5164 0.70 setlinewidth
5165 431.65 743.00 moveto
5166 431.65 719.00 lineto stroke
5167 %  Printing header/footer
5168 showpage
5169 restore
5170 %%DocumentFonts: 
5171 %%Pages: 2
5172 %%EndDocument
5173 end PEND/F0 10/Times-Roman@0 SF .778(The < may be preceded by the w)
5174 69.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
5177 505.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\
5181 ll determine an appropriate direction, so you only need to)-3.235 F(gi)
5182 69.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 \
5184 are four special "slurs" which are really slides to/from an inde\214nit\
5185 e note. The)69.336 547.2 R 3.188(ya)-.15 G .689(re most commonly)-3.188
5186 F 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
5188 F(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
5190 F(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\
5197 r 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;)
5199 105.336 613.2 Q 69.336 637.2 EBEGIN
5200 0 0.1 0.5 setrgbcolor
5201 EEND/F0 12/Times-Italic@0 SF 3(5.1.5.4 Head)72.336 637.2 R(shape)3 E
5202 69.336 649.2 EBEGIN
5203 0 0 0 setrgbcolor
5204 EEND/F0 10/Times-Roman@0 SF 1.084(Sometimes you may w)72.92 649.2 R
5205 1.084(ant to mix head shapes on a single stem.)-.1 F -.15(Fo)6.085 G
5206 3.585(re).15 G 1.085(xample, you might w)-3.735 F 1.085(ant to use a)-.1
5207 F .161(diamond to designate a harmonic, with other notes in the same ch\
5208 ord being normal shape.)69.336 661.2 R .161(There will be an)5.161 F
5209 1.724(entire section on head shapes, so only a simple e)69.336 673.2 R
5210 1.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
5218 BP
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
5221 EBEGIN
5222 0 0.1 0.5 setrgbcolor
5223 EEND/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
5225 0 0 0 setrgbcolor
5226 EEND/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
5230 R(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
5239 214 Q(// associate tag _end with note f)105.336 238 Q(2: 1f =_end;)
5240 105.336 250 Q 69.336 275 EBEGIN
5241 0 0.1 0.5 setrgbcolor
5242 EEND/F0 13/Times-Italic@0 SF 3.25(5.1.6 Chor)72.586 275 R 3.25(da)-.481
5243 G(ttrib)-3.25 E(utes)-.26 E 69.336 287 EBEGIN
5244 0 0 0 setrgbcolor
5245 EEND/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)
5248 69.336 299 R 1.609(ets before the list of notes and the time v)-.1 F
5249 4.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
5253 E 5<8a73>79.336 383 S(lashes)-5 E 5<8a73>79.336 401 S(tem direction)-5 E
5254 5<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
5257 1.381(Each class of information is separated from the other by a semico\
5258 lon. All classes are optional, and can)69.336 509 R(occur in an)69.336
5259 521 Q 2.5(yo)-.15 G(rder)-2.5 E(.)-.55 E 69.336 537 EBEGIN
5260 0 0.1 0.5 setrgbcolor
5261 EEND/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
5263 0 0 0 setrgbcolor
5264 EEND/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
5270 2.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.)
5275 69.336 585 R -1.1(Yo)5.709 G 3.209(uc)1.1 G .709(an also specify a quar\
5276 ter note grace note, which will be printed as a small, stemless)-3.209 F
5277 1.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
5279 1.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
5281 F .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
5283 2.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
5296 663 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)
5298 69.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])
5300 105.336 717 Q([diam])105.336 729 Q EP
5301 %%Page: 22 28
5302 %%BeginPageSetup
5303 BP
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
5306 EBEGIN
5307 0 0.1 0.5 setrgbcolor
5308 EEND/F0 12/Times-Italic@0 SF 3(5.1.6.2 Head)72.336 100 R(shape)3 E
5309 69.336 112 EBEGIN
5310 0 0 0 setrgbcolor
5311 EEND/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 \
5313 other 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
5319 E(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
5322 F0 .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
5324 G .78(ou can de\214ne your)-3.28 F -.25(ow)69.336 204 S(n.).25 E 69.336
5325 220 EBEGIN
5326 0 0.1 0.5 setrgbcolor
5327 EEND/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
5329 0 0 0 setrgbcolor
5330 EEND/F0 10/Times-Roman@0 SF .937
5331 (It is possible to specify one or more musical symbols or te)72.773 232
5332 R .936(xt strings to be printed with a chord.)-.15 F .936(This is)5.936
5333 F .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
5344 242.831 302.5 DL/F2 10/Courier@0 SF(.)255.946 312 Q F0(staccato)30.9 E
5345 F2(-)255.946 324 Q F0(le)34.885 E -.05(ga)-.15 G(to).05 E F2(>)255.946
5346 336 Q F0(accent)34.235 E F2(^)255.946 348 Q F0(accent)34.235 E 3.445(Aq)
5347 69.336 366 S .944(uoted string can also be speci\214ed \(e.g., "f)-3.445
5348 F .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
5357 G .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.)
5360 69.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
5364 R 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
5369 540 EBEGIN
5370 0 0.1 0.5 setrgbcolor
5371 EEND/F0 12/Times-Italic@0 SF 3(5.1.6.4 Slashes)72.336 540 R 69.336 552
5372 EBEGIN
5373 0 0 0 setrgbcolor
5374 EEND/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
5385 F1([slash 2])105.336 632 Q([grace; slash 1])105.336 644 Q 69.336 668
5386 EBEGIN
5387 0 0.1 0.5 setrgbcolor
5388 EEND/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
5390 0 0 0 setrgbcolor
5391 EEND/F0 10/Times-Roman@0 SF .581
5392 (The chord stem direction can be speci\214ed as "up" or "do)72.418 680 R
5393 3.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
5397 2.817(uc)1.1 G .317(annot specify a)-2.817 F .058(direction on grace no\
5398 tes. All chords beamed together and the pair of chords in an alternatio\
5399 n 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
5403 BP
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
5407 134 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
5409 G(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
5412 G(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
5417 G 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
5421 0 0.1 0.5 setrgbcolor
5422 EEND/F0 12/Times-Italic@0 SF 3(5.1.6.6 Stem)72.336 186 R(len)3 E 69.336
5423 198 EBEGIN
5424 0 0 0 setrgbcolor
5425 EEND/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)
5433 105.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
5438 R .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\
5443 ly 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)
5447 69.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
5451 0 0.1 0.5 setrgbcolor
5452 EEND/F0 12/Times-Italic@0 SF 3(5.1.6.7 P)72.336 390 R(adding)-.96 E
5453 69.336 402 EBEGIN
5454 0 0 0 setrgbcolor
5455 EEND/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)
5461 6.806 F 1.805(ord "pad")-.1 F(follo)69.336 426 Q 1.149(wed by a number \
5462 of stepsizes of white space padding to add before the chord.)-.25 F
5463 1.149(The number can be)6.149 F(fractional, as in 0.5 or 2.25.)69.336
5464 438 Q -.15(Fo)5 G 2.5(re).15 G(xample:)-2.65 E/F1 10/Courier@0 SF 6([p)
5465 105.336 456 S(ad 2.5 ])-6 E F0 .752(The padding can also be ne)69.336
5466 482 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
5474 0 0.1 0.5 setrgbcolor
5475 EEND/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
5477 0 0 0 setrgbcolor
5478 EEND/F0 10/Times-Roman@0 SF .685(It is possible to set a location tag w\
5479 hich 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
5481 3.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)
5483 69.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
5485 Q 69.336 612 EBEGIN
5486 0 0.1 0.5 setrgbcolor
5487 EEND/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
5489 0 0 0 setrgbcolor
5490 EEND/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)
5497 69.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)
5503 5.141 F(the chord to the right or left, as close as possible without ru\
5504 nning 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
5509 F 1.969(oice chords as close as it thinks is safe for a)-.2 F -.2(vo)-.2
5510 G 1.969(iding most).2 F .113(collisions. Sometimes it may actually be o\
5511 kay visually to place the chord a little closer than that, or perhaps)
5512 69.336 714 R 1.193
5513 (there is a better "nook" to tuck it into on the left side.)69.336 726 R
5514 1.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
5520 BP
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)
5527 105.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
5530 127.836 225.6 EBEGIN
5531 gsave 0 0.25 0.75 setrgbcolor 0 76 rlineto 320 0 rlineto 0 76 neg rlineto closepath stroke grestore
5532 EEND 160 687 320 320 -76 76 126.836 301.6 PBEGIN
5533 %%BeginDocument: mugex16.ps
5534 %%BoundingBox: 160 687 480 763
5535 save
5536 3977375 3978157 sv
5537 1.000000 1.000000 scale
5538 %  S_SSV
5539 (/tmp/ugexiM5077) inputfile
5540 2 linenum
5541 %  S_FEED
5542 540.29 875.00 684.00 5 1.000000 1.000000 stf
5543 %  S_CLEFSIG
5544 192.08 725.00 1.000000 gclef
5545 %  S_CHHEAD
5546 %  S_STAFF
5547 % staff 1
5548 save
5549 223.39 734.00 1.000000 4n
5550 0.70 setlinewidth
5551 227.07 734.75 moveto
5552 227.07 755.00 lineto stroke
5553 286.37 731.00 1.000000 4n
5554 290.05 731.75 moveto
5555 290.05 752.00 lineto stroke
5556 349.61 728.00 1.000000 4n
5557 353.29 728.75 moveto
5558 353.29 749.00 lineto stroke
5559 410.33 734.00 1.000000 4n
5560 414.01 734.75 moveto
5561 414.01 755.00 lineto stroke
5562 223.39 719.00 1.000000 4n
5563 219.70 718.25 moveto
5564 219.70 698.00 lineto stroke
5565 286.37 716.00 1.000000 4n
5566 282.69 715.25 moveto
5567 282.69 695.00 lineto stroke
5568 349.61 719.00 1.000000 4n
5569 345.93 718.25 moveto
5570 345.93 698.00 lineto stroke
5571 410.33 722.00 1.000000 4n
5572 406.65 721.25 moveto
5573 406.65 701.00 lineto stroke
5574 226.39 725.00 1.000000 4n
5575 230.07 725.75 moveto
5576 230.07 746.00 lineto stroke
5577 270.77 725.00 1.000000 4n
5578 267.09 724.25 moveto
5579 267.09 704.00 lineto stroke
5580 339.55 722.00 1.000000 4n
5581 335.86 721.25 moveto
5582 335.86 701.00 lineto stroke
5583 420.40 728.00 1.000000 4n
5584 424.08 728.75 moveto
5585 424.08 749.00 lineto stroke
5586 restore
5587 %  S_BAR
5588 11 linenum
5589 0.70 setlinewidth
5590 467.65 743.00 moveto
5591 467.65 719.00 lineto stroke
5592 %  Printing header/footer
5593 showpage
5594 restore
5595 %%DocumentFonts: 
5596 %%Pages: 2
5597 %%EndDocument
5598 end PEND 69.336 319.6 EBEGIN
5599 0 0.1 0.5 setrgbcolor
5600 EEND/F0 12/Times-Italic@0 SF 3(5.1.6.10 Rest)72.336 319.6 R(distance)3 E
5601 69.336 331.6 EBEGIN
5602 0 0 0 setrgbcolor
5603 EEND/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)
5607 69.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
5610 2.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
5613 1.146 -.15(ve n)-.25 H .846(umbers belo).15 F 4.646 -.65(w. I)-.25 H
5614 3.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
5616 F(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
5619 409.6 Q(1: r; [dist 6]; [dist -4]; r;)105.336 421.6 Q(bar)105.336 433.6
5620 Q 127.836 443.2 EBEGIN
5621 gsave 0 0.25 0.75 setrgbcolor 0 65 rlineto 320 0 rlineto 0 65 neg rlineto closepath stroke grestore
5622 EEND 160 698 320 320 -65 65 126.836 508.2 PBEGIN
5623 %%BeginDocument: mugex17.ps
5624 %%BoundingBox: 160 698 480 763
5625 save
5626 3977375 3978157 sv
5627 1.000000 1.000000 scale
5628 %  S_SSV
5629 (/tmp/ugexiM5077) inputfile
5630 2 linenum
5631 %  S_FEED
5632 540.29 871.34 684.00 5 1.000000 1.000000 stf
5633 %  S_CLEFSIG
5634 192.08 721.34 1.000000 gclef
5635 %  S_CHHEAD
5636 %  S_STAFF
5637 % staff 1
5638 save
5639 225.88 727.34 1.000000 4rest
5640 287.69 745.34 1.000000 4rest
5641 349.49 715.34 1.000000 4rest
5642 411.97 727.34 1.000000 4rest
5643 restore
5644 %  S_BAR
5645 10 linenum
5646 0.70 setlinewidth
5647 467.65 739.34 moveto
5648 467.65 715.34 lineto stroke
5649 %  Printing header/footer
5650 showpage
5651 restore
5652 %%DocumentFonts: 
5653 %%Pages: 2
5654 %%EndDocument
5655 end PEND 69.336 526.2 EBEGIN
5656 0 0.1 0.5 setrgbcolor
5657 EEND/F0 12/Times-Italic@0 SF 3(5.1.6.11 Repeated)72.336 526.2 R(attrib)3
5658 E(utes)-.24 E 69.336 538.2 EBEGIN
5659 0 0 0 setrgbcolor
5660 EEND/F0 10/Times-Roman@0 SF 1.504(If tw)73.34 538.2 R 4.004(oo)-.1 G
5661 4.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)
5665 69.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)
5667 69.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
5670 592.2 Q(1: d; [with .,-]d; []e; []f;)105.336 616.2 Q(bar)105.336 628.2 Q
5671 127.836 637.8 EBEGIN
5672 gsave 0 0.25 0.75 setrgbcolor 0 68 rlineto 320 0 rlineto 0 68 neg rlineto closepath stroke grestore
5673 EEND 160 695 320 320 -68 68 126.836 705.8 PBEGIN
5674 %%BeginDocument: mugex18.ps
5675 %%BoundingBox: 160 695 480 763
5676 save
5677 3977375 3978157 sv
5678 1.000000 1.000000 scale
5679 %  S_SSV
5680 (/tmp/ugexiM5077) inputfile
5681 1 linenum
5682 %  S_FEED
5683 540.29 875.00 684.00 5 1.000000 1.000000 stf
5684 %  S_CLEFSIG
5685 192.08 725.00 1.000000 gclef
5686 %  S_CHHEAD
5687 %  S_STAFF
5688 % staff 1
5689 save
5690 220.19 713.00 0.583333 4n
5691 0.70 setlinewidth
5692 215.63 713.00 moveto
5693 224.74 713.00 lineto stroke
5694 222.19 713.49 moveto
5695 222.19 728.00 lineto stroke
5696 248.67 716.00 0.583333 4n
5697 250.67 716.49 moveto
5698 250.67 731.00 lineto stroke
5699 273.22 722.00 0.583333 4n
5700 275.22 722.49 moveto
5701 275.22 737.00 lineto stroke
5702 276.98 737.00 0.583333 dnflag
5703 newpath
5704 271.97 725.75 moveto
5705 271.97 727.25 lineto
5706 278.47 734.25 lineto
5707 278.47 732.75 lineto
5708 closepath
5709 fill
5710 285.14 719.00 1.000000 2n
5711 289.04 719.75 moveto
5712 289.04 740.00 lineto stroke
5713 restore
5714 %  S_BAR
5715 5 linenum
5716 0.70 setlinewidth
5717 333.73 743.00 moveto
5718 333.73 719.00 lineto stroke
5719 %  S_CHHEAD
5720 %  S_STAFF
5721 % staff 1
5722 save
5723 345.66 716.00 1.000000 4n
5724 349.34 716.75 moveto
5725 349.34 737.00 lineto stroke
5726 376.13 716.00 1.000000 4n
5727 /Times-Roman findfont
5728 12 scalefont
5729 setfont
5730 373.90 709.46 moveto
5731 376.13 709.46 1.000000 dot
5732 378.36 709.46 moveto
5733 /Times-Roman findfont
5734 12 scalefont
5735 setfont
5736 371.09 702.86 moveto
5737 376.13 702.86 1.000000 leg
5738 381.17 702.86 moveto
5739 379.81 716.75 moveto
5740 379.81 737.00 lineto stroke
5741 406.60 719.00 1.000000 4n
5742 /Times-Roman findfont
5743 12 scalefont
5744 setfont
5745 404.37 712.46 moveto
5746 406.60 712.46 1.000000 dot
5747 408.84 712.46 moveto
5748 /Times-Roman findfont
5749 12 scalefont
5750 setfont
5751 401.56 705.86 moveto
5752 406.60 705.86 1.000000 leg
5753 411.64 705.86 moveto
5754 410.29 719.75 moveto
5755 410.29 740.00 lineto stroke
5756 437.92 722.00 1.000000 4n
5757 /Times-Roman findfont
5758 12 scalefont
5759 setfont
5760 435.68 715.46 moveto
5761 437.92 715.46 1.000000 dot
5762 440.15 715.46 moveto
5763 /Times-Roman findfont
5764 12 scalefont
5765 setfont
5766 432.88 708.86 moveto
5767 437.92 708.86 1.000000 leg
5768 442.96 708.86 moveto
5769 441.60 722.75 moveto
5770 441.60 743.00 lineto stroke
5771 restore
5772 %  S_BAR
5773 8 linenum
5774 0.70 setlinewidth
5775 467.65 743.00 moveto
5776 467.65 719.00 lineto stroke
5777 %  Printing header/footer
5778 showpage
5779 restore
5780 %%DocumentFonts: /Times-Roman 
5781 %%Pages: 2
5782 %%EndDocument
5783 end 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
5785 R .142(eted items.)-.1 F .142(This means to repeat the same brack)5.142
5786 F(eted)-.1 E .962
5787 (items on all chords for the rest of the measure, or until a ne)69.336
5788 737.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
5792 BP
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
5802 127.836 195.6 EBEGIN
5803 gsave 0 0.25 0.75 setrgbcolor 0 66 rlineto 320 0 rlineto 0 66 neg rlineto closepath stroke grestore
5804 EEND 160 697 320 320 -66 66 126.836 261.6 PBEGIN
5805 %%BeginDocument: mugex19.ps
5806 %%BoundingBox: 160 697 480 763
5807 save
5808 3977375 3978157 sv
5809 1.000000 1.000000 scale
5810 %  S_SSV
5811 (/tmp/ugexiM5077) inputfile
5812 1 linenum
5813 %  S_FEED
5814 540.29 875.00 684.00 5 1.000000 1.000000 stf
5815 %  S_CLEFSIG
5816 192.08 725.00 1.000000 gclef
5817 %  S_CHHEAD
5818 %  S_STAFF
5819 % staff 1
5820 save
5821 220.93 713.00 1.000000 4n
5822 0.70 setlinewidth
5823 214.70 713.00 moveto
5824 227.16 713.00 lineto stroke
5825 /Times-Roman findfont
5826 12 scalefont
5827 setfont
5828 218.70 706.46 moveto
5829 220.93 706.46 1.000000 dot
5830 223.16 706.46 moveto
5831 224.61 713.75 moveto
5832 224.61 734.00 lineto stroke
5833 249.16 716.00 1.000000 4n
5834 /Times-Roman findfont
5835 12 scalefont
5836 setfont
5837 246.93 709.46 moveto
5838 249.16 709.46 1.000000 dot
5839 251.39 709.46 moveto
5840 252.84 716.75 moveto
5841 252.84 737.00 lineto stroke
5842 277.39 719.00 1.000000 4n
5843 /Times-Roman findfont
5844 12 scalefont
5845 setfont
5846 275.15 712.46 moveto
5847 277.39 712.46 1.000000 dot
5848 279.62 712.46 moveto
5849 281.07 719.75 moveto
5850 281.07 740.00 lineto stroke
5851 306.45 725.00 1.000000 4n
5852 /Times-Roman findfont
5853 12 scalefont
5854 setfont
5855 304.22 717.36 moveto
5856 306.45 717.36 1.000000 dot
5857 308.68 717.36 moveto
5858 310.13 725.75 moveto
5859 310.13 746.00 lineto stroke
5860 restore
5861 %  S_BAR
5862 6 linenum
5863 0.70 setlinewidth
5864 334.31 743.00 moveto
5865 334.31 719.00 lineto stroke
5866 %  S_CHHEAD
5867 %  S_STAFF
5868 % staff 1
5869 save
5870 346.15 713.00 1.000000 4n
5871 339.92 713.00 moveto
5872 352.38 713.00 lineto stroke
5873 349.83 713.75 moveto
5874 349.83 734.00 lineto stroke
5875 372.24 716.00 0.583333 4n
5876 374.24 716.49 moveto
5877 374.24 731.00 lineto stroke
5878 376.00 731.00 0.583333 dnflag
5879 388.45 722.00 0.583333 4n
5880 390.45 722.49 moveto
5881 390.45 737.00 lineto stroke
5882 392.21 737.00 0.583333 dnflag
5883 404.66 719.00 0.583333 4n
5884 406.66 719.49 moveto
5885 406.66 734.00 lineto stroke
5886 408.43 734.00 0.583333 dnflag
5887 420.59 725.00 0.583333 4n
5888 422.60 725.49 moveto
5889 422.60 740.00 lineto stroke
5890 424.36 740.00 0.583333 dnflag
5891 439.79 734.00 1.000000 4n
5892 436.11 733.25 moveto
5893 436.11 713.00 lineto stroke
5894 restore
5895 %  S_BAR
5896 9 linenum
5897 0.70 setlinewidth
5898 467.65 743.00 moveto
5899 467.65 719.00 lineto stroke
5900 %  Printing header/footer
5901 showpage
5902 restore
5903 %%DocumentFonts: /Times-Roman 
5904 %%Pages: 2
5905 %%EndDocument
5906 end PEND/F0 10/Times-Roman@0 SF -1.1(Yo)69.336 281.6 S 4.379(uc)1.1 G
5907 1.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
5910 293.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
5917 69.336 334.6 EBEGIN
5918 0 0.1 0.5 setrgbcolor
5919 EEND/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
5921 346.6 EBEGIN
5922 0 0 0 setrgbcolor
5923 EEND/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
5926 1.452(ut the most common use is to change the clef in the middle of a m\
5927 easure. 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
5929 370.6 R 1.626(The change is enclosed in double angle)6.626 F(brack)
5930 69.336 382.6 Q 4.301(ets. After)-.1 F 1.801(the opening angle brack)
5931 4.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
5936 91.836 434.2 EBEGIN
5937 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 392 0 rlineto 0 61 neg rlineto closepath stroke grestore
5938 EEND 128 702 392 392 -61 61 90.836 495.2 PBEGIN
5939 %%BeginDocument: mugex20.ps
5940 %%BoundingBox: 128 702 520 763
5941 save
5942 3977375 3978157 sv
5943 1.000000 1.000000 scale
5944 %  S_SSV
5945 (/tmp/ugexiM5077) inputfile
5946 2 linenum
5947 %  S_FEED
5948 504.29 875.00 720.00 5 1.000000 1.000000 stf
5949 %  S_CLEFSIG
5950 156.08 725.00 1.000000 gclef
5951 %  S_CHHEAD
5952 %  S_STAFF
5953 % staff 1
5954 save
5955 194.40 713.00 1.000000 4n
5956 0.70 setlinewidth
5957 188.17 713.00 moveto
5958 200.64 713.00 lineto stroke
5959 198.09 713.75 moveto
5960 198.09 734.00 lineto stroke
5961 276.59 719.00 1.000000 4n
5962 280.27 719.75 moveto
5963 280.27 740.00 lineto stroke
5964 353.66 737.00 0.750000 fclef
5965 366.44 740.00 1.000000 2n
5966 362.54 739.25 moveto
5967 362.54 719.00 lineto stroke
5968 restore
5969 %  S_BAR
5970 7 linenum
5971 0.70 setlinewidth
5972 503.65 743.00 moveto
5973 503.65 719.00 lineto stroke
5974 %  Printing header/footer
5975 showpage
5976 restore
5977 %%DocumentFonts: 
5978 %%Pages: 2
5979 %%EndDocument
5980 end 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
5986 G(n:).15 E F1(2-3 2: 2c; <<score release=100>><<staff clef=alto>><<voic\
5987 e defoct=3>> c;)105.336 571.2 Q F0 .086(If you specify "staf)69.336
5988 597.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
5993 1.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
5998 EBEGIN
5999 0 0.1 0.5 setrgbcolor
6000 EEND/F0 13/Times-Italic@0 SF 3.25(5.1.8 Cr)72.586 650.2 R(oss-staf)-.585
6001 E 3.25(fs)-.234 G(tems)-3.25 E 69.336 662.2 EBEGIN
6002 0 0 0 setrgbcolor
6003 EEND/F0 10/Times-Roman@0 SF .759
6004 (Sometimes, on music for instruments that use more than one staf)72.595
6005 662.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
6013 Q -.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
6015 E(xample:)-.15 E EP
6016 %%Page: 26 32
6017 %%BeginPageSetup
6018 BP
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
6022 120 Q(clef=bass)130.336 132 Q(music)105.336 144 Q(1: 1e+g+c++;)105.336
6023 168 Q(2: cc+; ee+; g with g+ above; with c+c++ above;)105.336 180 Q(bar)
6024 105.336 192 Q(1: cc+; g with g- below; e with e- below; with cc- below;)
6025 105.336 216 Q(2: 1c-e-g-;)105.336 228 Q(bar)105.336 240 Q 91.836 249.6
6026 EBEGIN
6027 gsave 0 0.25 0.75 setrgbcolor 0 125 rlineto 392 0 rlineto 0 125 neg rlineto closepath stroke grestore
6028 EEND 128 639 392 392 -125 125 90.836 374.6 PBEGIN
6029 %%BeginDocument: mugex21.ps
6030 %%BoundingBox: 128 639 520 764
6031 save
6032 3977375 3978157 sv
6033 1.000000 1.000000 scale
6034 %  S_SSV
6035 (/tmp/ugexiM5077) inputfile
6036 2 linenum
6037 %  S_SSV
6038 7 linenum
6039 %  S_FEED
6040 504.29 871.72 720.00 5 1.000000 1.000000 stf
6041 504.29 817.72 720.00 5 1.000000 1.000000 stf
6042 0.70 setlinewidth
6043 144.29 739.72 moveto
6044 144.29 661.72 lineto stroke
6045 %  S_CLEFSIG
6046 156.08 721.72 1.000000 gclef
6047 156.33 679.72 1.000000 fclef
6048 %  S_CHHEAD
6049 %  S_STAFF
6050 % staff 1
6051 save
6052 188.24 751.72 1.000000 1n
6053 180.82 751.72 moveto
6054 195.66 751.72 lineto stroke
6055 180.82 745.72 moveto
6056 195.66 745.72 lineto stroke
6057 188.24 742.72 1.000000 1n
6058 188.24 736.72 1.000000 1n
6059 restore
6060 %  S_STAFF
6061 % staff 2
6062 save
6063 188.24 691.72 1.000000 4n
6064 0.70 setlinewidth
6065 182.01 691.72 moveto
6066 194.47 691.72 lineto stroke
6067 188.24 670.72 1.000000 4n
6068 184.56 690.97 moveto
6069 184.56 649.72 lineto stroke
6070 226.15 697.72 1.000000 4n
6071 219.92 697.72 moveto
6072 232.39 697.72 lineto stroke
6073 219.92 691.72 moveto
6074 232.39 691.72 lineto stroke
6075 226.15 676.72 1.000000 4n
6076 222.47 696.97 moveto
6077 222.47 655.72 lineto stroke
6078 264.07 721.72 1.000000 4n
6079 264.07 682.72 1.000000 4n
6080 260.39 720.97 moveto
6081 260.39 661.72 lineto stroke
6082 302.83 730.72 1.000000 4n
6083 302.83 709.72 1.000000 4n
6084 296.60 709.72 moveto
6085 309.06 709.72 lineto stroke
6086 299.15 729.97 moveto
6087 299.15 688.72 lineto stroke
6088 restore
6089 %  S_BAR
6090 13 linenum
6091 0.70 setlinewidth
6092 338.76 739.72 moveto
6093 338.76 715.72 lineto stroke
6094 338.76 685.72 moveto
6095 338.76 661.72 lineto stroke
6096 %  S_CHHEAD
6097 %  S_STAFF
6098 % staff 1
6099 save
6100 353.13 730.72 1.000000 4n
6101 353.13 709.72 1.000000 4n
6102 346.89 709.72 moveto
6103 359.36 709.72 lineto stroke
6104 356.81 710.47 moveto
6105 356.81 751.72 lineto stroke
6106 391.04 721.72 1.000000 4n
6107 391.04 682.72 1.000000 4n
6108 394.72 683.47 moveto
6109 394.72 742.72 lineto stroke
6110 428.96 715.72 1.000000 4n
6111 428.96 676.72 1.000000 4n
6112 432.64 677.47 moveto
6113 432.64 736.72 lineto stroke
6114 467.71 691.72 1.000000 4n
6115 461.48 691.72 moveto
6116 473.95 691.72 lineto stroke
6117 467.71 670.72 1.000000 4n
6118 471.40 671.47 moveto
6119 471.40 712.72 lineto stroke
6120 restore
6121 %  S_STAFF
6122 % staff 2
6123 save
6124 353.13 661.72 1.000000 1n
6125 353.13 655.72 1.000000 1n
6126 0.70 setlinewidth
6127 345.71 655.72 moveto
6128 360.55 655.72 lineto stroke
6129 353.13 649.72 1.000000 1n
6130 345.71 649.72 moveto
6131 360.55 649.72 lineto stroke
6132 345.71 655.72 moveto
6133 360.55 655.72 lineto stroke
6134 restore
6135 %  S_BAR
6136 17 linenum
6137 0.70 setlinewidth
6138 503.65 739.72 moveto
6139 503.65 715.72 lineto stroke
6140 503.65 685.72 moveto
6141 503.65 661.72 lineto stroke
6142 %  Printing header/footer
6143 showpage
6144 restore
6145 %%DocumentFonts: 
6146 %%Pages: 2
6147 %%EndDocument
6148 end PEND/F0 10/Times-Roman@0 SF .71(The notes for the other staf)69.336
6149 394.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
6157 418.6 R 1.22
6158 (f; Mup will automatically adjust appropriately for the other staf)-.25
6159 F .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
6161 2.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
6164 E(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
6166 3.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)
6168 69.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 \
6170 really 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
6172 69.336 501.6 EBEGIN
6173 0 0.1 0.5 setrgbcolor
6174 EEND/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
6176 EBEGIN
6177 0 0 0 setrgbcolor
6178 EEND/F0 10/Times-Roman@0 SF .209(In addition to the chord attrib)72.045
6179 513.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)
6181 69.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
6183 1.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
6186 5<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
6193 0 0.1 0.5 setrgbcolor
6194 EEND/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
6196 0 0 0 setrgbcolor
6197 EEND/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
6201 Q(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
6206 BP
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
6209 96 Q -.25(va)-.25 G(lent to).25 E/F1 10/Courier@0 SF(c~e~g~;)105.336 114
6210 Q F0 2.06(The w)69.336 134 R 2.06(ord "tie" may be preceded by the w)-.1
6211 F 2.06(ord "dotted" or "dashed" to produce dotted or dashed ties,)-.1 F
6212 1.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
6216 G 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
6220 2.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:)
6225 69.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
6227 69.336 266 EBEGIN
6228 0 0.1 0.5 setrgbcolor
6229 EEND/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
6231 0 0 0 setrgbcolor
6232 EEND/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\
6234 te 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 \
6239 from 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+;)
6243 105.336 332 Q(bar)105.336 344 Q(1: 2fac+ slur; dbd+;)105.336 368 Q(bar)
6244 105.336 380 Q 187.836 389.6 EBEGIN
6245 gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 200 0 rlineto 0 64 neg rlineto closepath stroke grestore
6246 EEND 208 699 200 200 -64 64 186.836 453.6 PBEGIN
6247 %%BeginDocument: mugex22.ps
6248 %%BoundingBox: 208 699 408 763
6249 save
6250 3977375 3978157 sv
6251 1.000000 1.000000 scale
6252 %  S_SSV
6253 (/tmp/ugexiM5077) inputfile
6254 1 linenum
6255 %  S_FEED
6256 588.07 872.00 612.00 5 1.000000 1.000000 stf
6257 /Times-Roman findfont
6258 12 scalefont
6259 setfont
6260 216.00 725.73 moveto
6261 (   ) show
6262 %  S_CLEFSIG
6263 239.86 722.00 1.000000 gclef
6264 %  S_CHHEAD
6265 %  S_STAFF
6266 % staff 1
6267 save
6268 267.46 731.00 1.000000 2n
6269 267.46 725.00 1.000000 2n
6270 267.46 719.00 1.000000 2n
6271 0.70 setlinewidth
6272 271.36 719.75 moveto
6273 271.36 752.00 lineto stroke
6274 298.28 734.00 1.000000 2n
6275 298.28 728.00 1.000000 2n
6276 298.28 713.00 1.000000 2n
6277 302.18 713.75 moveto
6278 302.18 755.00 lineto stroke
6279 269.46 713.90 moveto
6280 269.55 714.09 lineto
6281 273.55 711.63 277.84 709.89 282.42 708.87 curveto
6282 287.00 707.84 291.62 707.59 296.28 708.11 curveto
6283 296.27 707.69 lineto
6284 291.57 706.62 286.86 706.61 282.15 707.66 curveto
6285 277.44 708.72 273.18 710.73 269.38 713.71 curveto
6286 fill
6287 273.71 725.00 moveto
6288 273.74 725.24 lineto
6289 276.67 724.19 279.66 723.92 282.73 724.45 curveto
6290 285.79 724.98 288.52 726.24 290.92 728.22 curveto
6291 291.14 727.78 lineto
6292 288.94 725.31 286.20 723.79 282.94 723.23 curveto
6293 279.67 722.66 276.59 723.17 273.68 724.76 curveto
6294 fill
6295 273.71 736.10 moveto
6296 273.64 736.31 lineto
6297 277.24 738.83 281.23 740.36 285.59 740.89 curveto
6298 289.96 741.43 294.20 740.90 298.30 739.32 curveto
6299 298.26 738.88 lineto
6300 294.14 739.92 289.96 740.18 285.74 739.67 curveto
6301 281.52 739.15 277.54 737.89 273.79 735.89 curveto
6302 fill
6303 restore
6304 %  S_BAR
6305 6 linenum
6306 0.70 setlinewidth
6307 326.40 740.00 moveto
6308 326.40 716.00 lineto stroke
6309 %  S_CHHEAD
6310 %  S_STAFF
6311 % staff 1
6312 save
6313 336.71 731.00 1.000000 2n
6314 336.71 725.00 1.000000 2n
6315 336.71 719.00 1.000000 2n
6316 340.61 719.75 moveto
6317 340.61 752.00 lineto stroke
6318 367.53 734.00 1.000000 2n
6319 367.53 728.00 1.000000 2n
6320 367.53 713.00 1.000000 2n
6321 371.42 713.75 moveto
6322 371.42 755.00 lineto stroke
6323 338.71 713.90 moveto
6324 338.80 714.09 lineto
6325 342.79 711.63 347.08 709.89 351.66 708.87 curveto
6326 356.24 707.84 360.87 707.59 365.53 708.11 curveto
6327 365.52 707.69 lineto
6328 360.81 706.62 356.10 706.61 351.39 707.66 curveto
6329 346.68 708.72 342.43 710.73 338.63 713.71 curveto
6330 fill
6331 342.96 725.00 moveto
6332 342.99 725.24 lineto
6333 345.92 724.19 348.91 723.92 351.97 724.45 curveto
6334 355.04 724.98 357.77 726.24 360.17 728.22 curveto
6335 360.39 727.78 lineto
6336 358.18 725.31 355.45 723.79 352.19 723.23 curveto
6337 348.92 722.66 345.84 723.17 342.93 724.76 curveto
6338 fill
6339 342.96 736.10 moveto
6340 342.89 736.31 lineto
6341 346.49 738.83 350.47 740.36 354.84 740.89 curveto
6342 359.21 741.43 363.44 740.90 367.55 739.32 curveto
6343 367.51 738.88 lineto
6344 363.38 739.92 359.21 740.18 354.99 739.67 curveto
6345 350.77 739.15 346.78 737.89 343.03 735.89 curveto
6346 fill
6347 restore
6348 %  S_BAR
6349 9 linenum
6350 0.70 setlinewidth
6351 395.65 740.00 moveto
6352 395.65 716.00 lineto stroke
6353 %  Printing header/footer
6354 showpage
6355 restore
6356 %%DocumentFonts: /Times-Roman 
6357 %%Pages: 2
6358 %%EndDocument
6359 end PEND/F0 10/Times-Roman@0 SF .386(The chord with the "slur" k)69.336
6360 473.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\
6369 lge. If neither is speci\214ed, Mup will determine an appropriate direc\
6370 tion, so you)-3.078 F(only need to gi)69.336 521.6 Q .3 -.15(ve a d)-.25
6371 H(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
6373 0 0.1 0.5 setrgbcolor
6374 EEND/F0 12/Times-Italic@0 SF 3(5.1.9.3 Custom)72.336 537.6 R(beaming)3 E
6375 69.336 549.6 EBEGIN
6376 0 0 0 setrgbcolor
6377 EEND/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 \
6379 to the speci\214cation of)-3.459 F 2.597(the "beamstyle" parameter)
6380 69.336 561.6 R 7.597(.O)-.55 G(ccasionally)-7.597 E 5.097(,y)-.65 G
6381 2.597(ou may wish to o)-5.097 F -.15(ve)-.15 G 2.596(rride the def).15 F
6382 2.596(ault beaming style for a)-.1 F 1.46(particular situation.)69.336
6383 573.6 R 1.46(This is done using the "bm" and "ebm" k)6.46 F -.15(ey)-.1
6384 G -.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.)
6386 69.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
6391 609.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,)
6398 105.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
6403 Q EP
6404 %%Page: 28 34
6405 %%BeginPageSetup
6406 BP
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
6409 EBEGIN
6410 gsave 0 0.25 0.75 setrgbcolor 0 62 rlineto 320 0 rlineto 0 62 neg rlineto closepath stroke grestore
6411 EEND 160 701 320 320 -62 62 126.836 158 PBEGIN
6412 %%BeginDocument: mugex23.ps
6413 %%BoundingBox: 160 701 480 763
6414 save
6415 3977375 3978157 sv
6416 1.000000 1.000000 scale
6417 %  S_SSV
6418 (/tmp/ugexiM5077) inputfile
6419 1 linenum
6420 %  S_FEED
6421 540.29 873.82 684.00 5 1.000000 1.000000 stf
6422 %  S_CLEFSIG
6423 192.08 723.82 1.000000 gclef
6424 %  S_CHHEAD
6425 %  S_STAFF
6426 % staff 1
6427 save
6428 220.64 711.82 1.000000 4n
6429 0.70 setlinewidth
6430 214.41 711.82 moveto
6431 226.87 711.82 lineto stroke
6432 224.32 712.57 moveto
6433 224.32 732.82 lineto stroke
6434 244.40 711.82 1.000000 4n
6435 238.17 711.82 moveto
6436 250.63 711.82 lineto stroke
6437 248.08 712.57 moveto
6438 248.08 732.82 lineto stroke
6439 251.11 732.82 1.000000 dnflag
6440 260.45 714.82 1.000000 4n
6441 264.13 715.57 moveto
6442 264.13 735.12 lineto stroke
6443 275.66 717.82 1.000000 4n
6444 279.34 718.57 moveto
6445 279.34 738.12 lineto stroke
6446 290.87 720.82 1.000000 4n
6447 294.55 721.57 moveto
6448 294.55 741.12 lineto stroke
6449 305.24 723.82 1.000000 4n
6450 308.92 724.57 moveto
6451 308.92 744.82 lineto stroke
6452 311.94 744.82 1.000000 dnflag
6453 321.28 726.82 1.000000 4n
6454 324.97 727.57 moveto
6455 324.97 747.82 lineto stroke
6456 327.99 747.82 1.000000 dnflag
6457 newpath
6458 263.78 736.62 moveto
6459 294.90 742.62 lineto
6460 294.90 739.62 lineto
6461 263.78 733.62 lineto
6462 closepath
6463 fill
6464 restore
6465 %  S_BAR
6466 7 linenum
6467 0.70 setlinewidth
6468 339.14 741.82 moveto
6469 339.14 717.82 lineto stroke
6470 %  S_CHHEAD
6471 %  S_STAFF
6472 % staff 1
6473 save
6474 348.13 726.82 1.000000 4n
6475 357.39 726.82 1.000000 dot
6476 348.13 720.82 1.000000 4n
6477 357.39 720.82 1.000000 dot
6478 351.81 721.57 moveto
6479 351.81 747.50 lineto stroke
6480 368.71 732.82 1.000000 4n
6481 368.71 723.82 1.000000 4n
6482 372.39 724.57 moveto
6483 372.39 753.50 lineto stroke
6484 393.60 732.82 1.000000 2n
6485 393.60 723.82 1.000000 2n
6486 397.50 724.57 moveto
6487 397.50 753.82 lineto stroke
6488 433.75 726.82 1.000000 4n
6489 437.43 727.57 moveto
6490 437.43 747.82 lineto stroke
6491 440.45 747.82 1.000000 dnflag
6492 449.80 723.82 1.000000 4n
6493 453.48 724.57 moveto
6494 453.48 744.82 lineto stroke
6495 456.50 744.82 1.000000 dnflag
6496 newpath
6497 351.46 749.00 moveto
6498 372.74 755.00 lineto
6499 372.74 752.00 lineto
6500 351.46 746.00 lineto
6501 closepath
6502 fill
6503 newpath
6504 372.04 750.00 moveto
6505 363.97 747.65 lineto
6506 363.97 744.65 lineto
6507 372.04 747.00 lineto
6508 closepath
6509 fill
6510 370.71 718.72 moveto
6511 370.77 718.95 lineto
6512 374.06 717.41 377.52 716.65 381.15 716.65 curveto
6513 384.79 716.65 388.25 717.41 391.54 718.95 curveto
6514 391.66 718.50 lineto
6515 388.46 716.44 384.96 715.40 381.15 715.40 curveto
6516 377.35 715.40 373.85 716.44 370.65 718.50 curveto
6517 fill
6518 374.74 737.92 moveto
6519 374.67 738.15 lineto
6520 377.50 740.22 380.67 741.25 384.17 741.25 curveto
6521 387.67 741.25 390.83 740.22 393.66 738.15 curveto
6522 393.53 737.69 lineto
6523 390.60 739.23 387.48 740.00 384.17 740.00 curveto
6524 380.86 740.00 377.74 739.23 374.80 737.69 curveto
6525 fill
6526 restore
6527 %  S_BAR
6528 12 linenum
6529 0.70 setlinewidth
6530 467.65 741.82 moveto
6531 467.65 717.82 lineto stroke
6532 %  Printing header/footer
6533 showpage
6534 restore
6535 %%DocumentFonts: 
6536 %%Pages: 2
6537 %%EndDocument
6538 end 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
6540 3.627(,i)-.4 G 3.627(ft)-3.627 G(hat)-3.627 E .088(parameter is set.)
6541 69.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
6543 1.349(tells ho)69.336 202 R 3.849(wm)-.25 G(an)-3.849 E 3.849(yc)-.15 G
6544 1.349(hords to beam together)-3.849 F 6.349(.F)-.55 G 1.349(or e)-6.499
6545 F 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
6554 BP
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
6558 96 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
6567 Q(// because they are on opposite sides of the half note boundary)
6568 105.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)
6574 105.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
6576 480 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)
6578 105.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,)
6580 105.336 552 Q
6581 (// then beam the remaining dotted quarter worth of notes together)
6582 105.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\
6584 ure, 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
6586 648 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
6590 BP
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
6593 EBEGIN
6594 gsave 0 0.25 0.75 setrgbcolor 0 260 rlineto 432 0 rlineto 0 260 neg rlineto closepath stroke grestore
6595 EEND 88 503 432 432 -260 260 70.836 356 PBEGIN
6596 %%BeginDocument: mugex24.ps
6597 %%BoundingBox: 88 503 520 763
6598 save
6599 3977375 3978157 sv
6600 1.000000 1.000000 scale
6601 %  S_SSV
6602 (/tmp/ugexiM5077) inputfile
6603 1 linenum
6604 %  S_SSV
6605 6 linenum
6606 %  S_FEED
6607 480.07 874.09 720.00 5 1.000000 1.000000 stf
6608 /Times-Roman findfont
6609 12 scalefont
6610 setfont
6611 108.00 727.83 moveto
6612 (   ) show
6613 %  S_CLEFSIG
6614 131.86 724.09 1.000000 gclef
6615 /NewCenturySchlbk-Bold findfont
6616 16 scalefont
6617 setfont
6618 143.66 730.09 moveto
6619 (4) show
6620 /NewCenturySchlbk-Bold findfont
6621 16 scalefont
6622 setfont
6623 143.66 718.08 moveto
6624 (4) show
6625 %  S_CHHEAD
6626 %  S_STAFF
6627 % staff 1
6628 save
6629 169.41 712.09 1.000000 4n
6630 0.70 setlinewidth
6631 163.17 712.09 moveto
6632 175.64 712.09 lineto stroke
6633 173.09 712.84 moveto
6634 173.09 732.52 lineto stroke
6635 182.49 715.09 1.000000 4n
6636 186.17 715.84 moveto
6637 186.17 735.52 lineto stroke
6638 195.57 718.09 1.000000 4n
6639 199.25 718.84 moveto
6640 199.25 738.52 lineto stroke
6641 208.65 721.09 1.000000 4n
6642 212.33 721.84 moveto
6643 212.33 741.52 lineto stroke
6644 221.73 724.09 1.000000 4n
6645 225.41 724.84 moveto
6646 225.41 744.52 lineto stroke
6647 234.81 727.09 1.000000 4n
6648 238.50 727.84 moveto
6649 238.50 747.52 lineto stroke
6650 247.90 730.09 1.000000 4n
6651 244.21 729.34 moveto
6652 244.21 709.72 lineto stroke
6653 261.82 733.09 1.000000 4n
6654 258.13 732.34 moveto
6655 258.13 712.72 lineto stroke
6656 newpath
6657 172.74 734.02 moveto
6658 186.52 737.02 lineto
6659 186.52 734.02 lineto
6660 172.74 731.02 lineto
6661 closepath
6662 fill
6663 newpath
6664 198.90 740.02 moveto
6665 212.68 743.02 lineto
6666 212.68 740.02 lineto
6667 198.90 737.02 lineto
6668 closepath
6669 fill
6670 newpath
6671 225.06 746.02 moveto
6672 238.85 749.02 lineto
6673 238.85 746.02 lineto
6674 225.06 743.02 lineto
6675 closepath
6676 fill
6677 newpath
6678 243.86 711.22 moveto
6679 258.48 714.22 lineto
6680 258.48 711.22 lineto
6681 243.86 708.22 lineto
6682 closepath
6683 fill
6684 restore
6685 %  S_BAR
6686 10 linenum
6687 0.70 setlinewidth
6688 277.06 742.09 moveto
6689 277.06 718.09 lineto stroke
6690 %  S_CHHEAD
6691 %  S_STAFF
6692 % staff 1
6693 save
6694 286.09 712.09 1.000000 4n
6695 279.86 712.09 moveto
6696 292.32 712.09 lineto stroke
6697 289.77 712.84 moveto
6698 289.77 732.52 lineto stroke
6699 299.17 715.09 1.000000 4n
6700 302.85 715.84 moveto
6701 302.85 735.52 lineto stroke
6702 313.87 718.09 1.000000 4n
6703 317.55 718.84 moveto
6704 317.55 739.09 lineto stroke
6705 336.65 721.09 1.000000 4n
6706 340.33 721.84 moveto
6707 340.33 742.09 lineto stroke
6708 357.81 724.09 1.000000 4n
6709 361.49 724.84 moveto
6710 361.49 739.13 lineto stroke
6711 371.73 712.09 1.000000 4n
6712 365.49 712.09 moveto
6713 377.96 712.09 lineto stroke
6714 375.41 712.84 moveto
6715 375.41 734.06 lineto stroke
6716 newpath
6717 289.42 734.02 moveto
6718 303.20 737.02 lineto
6719 303.20 734.02 lineto
6720 289.42 731.02 lineto
6721 closepath
6722 fill
6723 newpath
6724 361.14 740.63 moveto
6725 375.76 735.56 lineto
6726 375.76 732.56 lineto
6727 361.14 737.63 lineto
6728 closepath
6729 fill
6730 restore
6731 %  S_BAR
6732 12 linenum
6733 0.70 setlinewidth
6734 386.97 742.09 moveto
6735 386.97 718.09 lineto stroke
6736 %  S_SSV
6737 15 linenum
6738 %  S_CHHEAD
6739 %  S_STAFF
6740 % staff 1
6741 save
6742 396.00 712.09 1.000000 4n
6743 389.77 712.09 moveto
6744 402.23 712.09 lineto stroke
6745 399.68 712.84 moveto
6746 399.68 732.52 lineto stroke
6747 409.08 715.09 1.000000 4n
6748 412.76 715.84 moveto
6749 412.76 735.52 lineto stroke
6750 422.16 718.09 1.000000 4n
6751 425.85 718.84 moveto
6752 425.85 738.52 lineto stroke
6753 435.25 721.09 1.000000 4n
6754 438.93 721.84 moveto
6755 438.93 741.52 lineto stroke
6756 448.33 724.09 1.000000 4n
6757 452.01 724.84 moveto
6758 452.01 744.48 lineto stroke
6759 461.41 727.09 1.000000 4n
6760 465.09 727.84 moveto
6761 465.09 747.43 lineto stroke
6762 474.49 730.09 1.000000 4n
6763 478.17 730.84 moveto
6764 478.17 750.37 lineto stroke
6765 488.41 733.09 1.000000 4n
6766 492.09 733.84 moveto
6767 492.09 753.50 lineto stroke
6768 newpath
6769 399.33 734.02 moveto
6770 439.28 743.02 lineto
6771 439.28 740.02 lineto
6772 399.33 731.02 lineto
6773 closepath
6774 fill
6775 newpath
6776 451.66 745.98 moveto
6777 492.44 755.00 lineto
6778 492.44 752.00 lineto
6779 451.66 742.98 lineto
6780 closepath
6781 fill
6782 restore
6783 %  S_BAR
6784 19 linenum
6785 0.70 setlinewidth
6786 503.65 742.09 moveto
6787 503.65 718.09 lineto stroke
6788 %  S_FEED
6789 468.00 808.09 720.00 5 1.000000 1.000000 stf
6790 %  S_CLEFSIG
6791 119.79 658.09 1.000000 gclef
6792 %  S_CHHEAD
6793 %  S_STAFF
6794 % staff 1
6795 save
6796 145.62 646.09 1.000000 4n
6797 139.38 646.09 moveto
6798 151.85 646.09 lineto stroke
6799 149.30 646.84 moveto
6800 149.30 667.09 lineto stroke
6801 152.32 667.09 1.000000 dnflag
6802 162.96 649.09 1.000000 4n
6803 166.64 649.84 moveto
6804 166.64 670.09 lineto stroke
6805 184.20 652.09 1.000000 4n
6806 187.88 652.84 moveto
6807 187.88 673.09 lineto stroke
6808 190.91 673.09 1.000000 dnflag
6809 199.31 655.09 1.000000 4n
6810 202.99 655.84 moveto
6811 202.99 676.09 lineto stroke
6812 206.02 676.09 1.000000 dnflag
6813 216.66 658.09 1.000000 4n
6814 220.34 658.84 moveto
6815 220.34 679.09 lineto stroke
6816 238.46 646.09 1.000000 4n
6817 232.23 646.09 moveto
6818 244.69 646.09 lineto stroke
6819 242.14 646.84 moveto
6820 242.14 667.09 lineto stroke
6821 245.17 667.09 1.000000 dnflag
6822 restore
6823 %  S_BAR
6824 23 linenum
6825 0.70 setlinewidth
6826 254.88 676.09 moveto
6827 254.88 652.09 lineto stroke
6828 %  S_SSV
6829 25 linenum
6830 %  S_CHHEAD
6831 %  S_STAFF
6832 % staff 1
6833 save
6834 263.98 646.09 1.000000 4n
6835 257.75 646.09 moveto
6836 270.21 646.09 lineto stroke
6837 267.66 646.84 moveto
6838 267.66 666.41 lineto stroke
6839 277.46 649.09 1.000000 4n
6840 281.14 649.84 moveto
6841 281.14 669.39 lineto stroke
6842 290.94 652.09 1.000000 4n
6843 294.62 652.84 moveto
6844 294.62 672.38 lineto stroke
6845 304.42 655.09 1.000000 4n
6846 308.10 655.84 moveto
6847 308.10 675.36 lineto stroke
6848 317.90 658.09 1.000000 4n
6849 321.58 658.84 moveto
6850 321.58 678.35 lineto stroke
6851 331.38 661.09 1.000000 4n
6852 335.06 661.84 moveto
6853 335.06 681.33 lineto stroke
6854 344.86 664.09 1.000000 4n
6855 348.54 664.84 moveto
6856 348.54 684.32 lineto stroke
6857 359.18 667.09 1.000000 4n
6858 362.86 667.84 moveto
6859 362.86 687.49 lineto stroke
6860 newpath
6861 267.31 667.91 moveto
6862 363.21 688.99 lineto
6863 363.21 685.99 lineto
6864 267.31 664.91 lineto
6865 closepath
6866 fill
6867 restore
6868 %  S_BAR
6869 29 linenum
6870 0.70 setlinewidth
6871 374.75 676.09 moveto
6872 374.75 652.09 lineto stroke
6873 %  S_CHHEAD
6874 %  S_STAFF
6875 % staff 1
6876 save
6877 383.29 646.09 1.000000 4n
6878 377.05 646.09 moveto
6879 389.52 646.09 lineto stroke
6880 386.97 646.84 moveto
6881 386.97 667.09 lineto stroke
6882 389.99 667.09 1.000000 dnflag
6883 400.63 649.09 1.000000 4n
6884 404.32 649.84 moveto
6885 404.32 670.09 lineto stroke
6886 422.44 652.09 1.000000 4n
6887 426.12 652.84 moveto
6888 426.12 672.49 lineto stroke
6889 435.92 655.09 1.000000 4n
6890 439.60 655.84 moveto
6891 439.60 675.49 lineto stroke
6892 451.07 658.09 1.000000 4n
6893 454.75 658.84 moveto
6894 454.75 679.09 lineto stroke
6895 472.87 646.09 1.000000 4n
6896 466.64 646.09 moveto
6897 479.10 646.09 lineto stroke
6898 476.55 646.84 moveto
6899 476.55 667.09 lineto stroke
6900 479.58 667.09 1.000000 dnflag
6901 newpath
6902 425.77 673.99 moveto
6903 439.95 676.99 lineto
6904 439.95 673.99 lineto
6905 425.77 670.99 lineto
6906 closepath
6907 fill
6908 restore
6909 %  S_BAR
6910 31 linenum
6911 0.70 setlinewidth
6912 489.28 676.09 moveto
6913 489.28 652.09 lineto stroke
6914 %  S_SSV
6915 33 linenum
6916 %  S_CLEFSIG
6917 /NewCenturySchlbk-Bold findfont
6918 16 scalefont
6919 setfont
6920 492.78 664.09 moveto
6921 (9) show
6922 /NewCenturySchlbk-Bold findfont
6923 16 scalefont
6924 setfont
6925 492.78 651.88 moveto
6926 (8) show
6927 %  S_FEED
6928 468.00 742.09 720.00 5 1.000000 1.000000 stf
6929 %  S_CLEFSIG
6930 119.79 592.09 1.000000 gclef
6931 /NewCenturySchlbk-Bold findfont
6932 16 scalefont
6933 setfont
6934 131.58 598.09 moveto
6935 (9) show
6936 /NewCenturySchlbk-Bold findfont
6937 16 scalefont
6938 setfont
6939 131.58 585.89 moveto
6940 (8) show
6941 %  S_CHHEAD
6942 %  S_STAFF
6943 % staff 1
6944 save
6945 158.42 580.09 1.000000 4n
6946 152.19 580.09 moveto
6947 164.66 580.09 lineto stroke
6948 162.11 580.84 moveto
6949 162.11 600.21 lineto stroke
6950 178.04 583.09 1.000000 4n
6951 181.72 583.84 moveto
6952 181.72 603.21 lineto stroke
6953 197.65 586.09 1.000000 4n
6954 201.33 586.84 moveto
6955 201.33 606.21 lineto stroke
6956 217.27 583.09 1.000000 4n
6957 220.95 583.84 moveto
6958 220.95 603.21 lineto stroke
6959 236.88 586.09 1.000000 4n
6960 240.56 586.84 moveto
6961 240.56 606.21 lineto stroke
6962 256.49 589.09 1.000000 4n
6963 260.17 589.84 moveto
6964 260.17 609.21 lineto stroke
6965 276.11 586.09 1.000000 4n
6966 279.79 586.84 moveto
6967 279.79 606.20 lineto stroke
6968 295.72 589.09 1.000000 4n
6969 299.40 589.84 moveto
6970 299.40 609.13 lineto stroke
6971 316.17 592.09 1.000000 4n
6972 319.85 592.84 moveto
6973 319.85 612.20 lineto stroke
6974 newpath
6975 161.76 601.71 moveto
6976 201.68 607.71 lineto
6977 201.68 604.71 lineto
6978 161.76 598.71 lineto
6979 closepath
6980 fill
6981 newpath
6982 220.60 604.71 moveto
6983 260.52 610.71 lineto
6984 260.52 607.71 lineto
6985 220.60 601.71 lineto
6986 closepath
6987 fill
6988 newpath
6989 279.44 607.70 moveto
6990 320.20 613.70 lineto
6991 320.20 610.70 lineto
6992 279.44 604.70 lineto
6993 closepath
6994 fill
6995 restore
6996 %  S_BAR
6997 37 linenum
6998 0.70 setlinewidth
6999 336.86 610.09 moveto
7000 336.86 586.09 lineto stroke
7001 %  S_CHHEAD
7002 %  S_STAFF
7003 % staff 1
7004 save
7005 350.21 580.09 1.000000 4n
7006 359.48 583.09 1.000000 dot
7007 343.98 580.09 moveto
7008 356.44 580.09 lineto stroke
7009 353.89 580.84 moveto
7010 353.89 601.09 lineto stroke
7011 396.64 583.09 1.000000 4n
7012 400.32 583.84 moveto
7013 400.32 604.09 lineto stroke
7014 427.52 586.09 1.000000 4n
7015 431.20 586.84 moveto
7016 431.20 607.09 lineto stroke
7017 434.23 607.09 1.000000 dnflag
7018 447.14 589.09 1.000000 4n
7019 450.82 589.84 moveto
7020 450.82 610.09 lineto stroke
7021 453.84 610.09 1.000000 dnflag
7022 470.85 592.09 1.000000 4n
7023 474.54 592.84 moveto
7024 474.54 613.09 lineto stroke
7025 restore
7026 %  S_BAR
7027 41 linenum
7028 0.70 setlinewidth
7029 503.65 610.09 moveto
7030 503.65 586.09 lineto stroke
7031 %  S_SSV
7032 44 linenum
7033 %  S_FEED
7034 468.00 676.09 720.00 5 1.000000 1.000000 stf
7035 %  S_CLEFSIG
7036 119.79 526.09 1.000000 gclef
7037 %  S_CHHEAD
7038 %  S_STAFF
7039 % staff 1
7040 save
7041 147.11 514.09 1.000000 4n
7042 140.88 514.09 moveto
7043 153.34 514.09 lineto stroke
7044 150.79 514.84 moveto
7045 150.79 533.99 lineto stroke
7046 166.14 517.09 1.000000 4n
7047 169.82 517.84 moveto
7048 169.82 535.44 lineto stroke
7049 185.17 520.09 1.000000 4n
7050 188.85 520.84 moveto
7051 188.85 536.90 lineto stroke
7052 204.19 517.09 1.000000 4n
7053 207.88 517.84 moveto
7054 207.88 538.36 lineto stroke
7055 223.22 520.09 1.000000 4n
7056 226.90 520.84 moveto
7057 226.90 539.82 lineto stroke
7058 242.25 523.09 1.000000 4n
7059 245.93 523.84 moveto
7060 245.93 541.27 lineto stroke
7061 261.28 520.09 1.000000 4n
7062 264.96 520.84 moveto
7063 264.96 540.22 lineto stroke
7064 280.31 523.09 1.000000 4n
7065 283.99 523.84 moveto
7066 283.99 543.15 lineto stroke
7067 300.17 526.09 1.000000 4n
7068 303.85 526.84 moveto
7069 303.85 546.21 lineto stroke
7070 newpath
7071 150.44 535.49 moveto
7072 246.28 542.77 lineto
7073 246.28 539.77 lineto
7074 150.44 532.49 lineto
7075 closepath
7076 fill
7077 newpath
7078 264.61 541.72 moveto
7079 304.20 547.71 lineto
7080 304.20 544.71 lineto
7081 264.61 538.72 lineto
7082 closepath
7083 fill
7084 restore
7085 %  S_BAR
7086 48 linenum
7087 0.70 setlinewidth
7088 320.37 544.09 moveto
7089 320.37 520.09 lineto stroke
7090 %  S_SSV
7091 51 linenum
7092 %  S_CHHEAD
7093 %  S_STAFF
7094 % staff 1
7095 save
7096 330.39 514.09 1.000000 4n
7097 324.16 514.09 moveto
7098 336.62 514.09 lineto stroke
7099 334.07 514.84 moveto
7100 334.07 534.23 lineto stroke
7101 349.42 517.09 1.000000 4n
7102 353.10 517.84 moveto
7103 353.10 537.23 lineto stroke
7104 368.45 520.09 1.000000 4n
7105 372.13 520.84 moveto
7106 372.13 540.23 lineto stroke
7107 387.48 517.09 1.000000 4n
7108 391.16 517.84 moveto
7109 391.16 537.00 lineto stroke
7110 406.50 520.09 1.000000 4n
7111 410.19 520.84 moveto
7112 410.19 538.45 lineto stroke
7113 425.53 523.09 1.000000 4n
7114 429.21 523.84 moveto
7115 429.21 539.90 lineto stroke
7116 444.56 520.09 1.000000 4n
7117 448.24 520.84 moveto
7118 448.24 541.35 lineto stroke
7119 463.59 523.09 1.000000 4n
7120 467.27 523.84 moveto
7121 467.27 542.80 lineto stroke
7122 483.45 526.09 1.000000 4n
7123 487.14 526.84 moveto
7124 487.14 544.31 lineto stroke
7125 newpath
7126 333.72 535.73 moveto
7127 372.48 541.73 lineto
7128 372.48 538.73 lineto
7129 333.72 532.73 lineto
7130 closepath
7131 fill
7132 newpath
7133 390.81 538.50 moveto
7134 487.49 545.81 lineto
7135 487.49 542.81 lineto
7136 390.81 535.50 lineto
7137 closepath
7138 fill
7139 restore
7140 %  S_BAR
7141 55 linenum
7142 0.70 setlinewidth
7143 503.65 544.09 moveto
7144 503.65 520.09 lineto stroke
7145 %  Printing header/footer
7146 showpage
7147 restore
7148 %%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold 
7149 %%Pages: 2
7150 %%EndDocument
7151 end 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
7157 456 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
7161 G .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
7168 G 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\
7171 ameter will cause it to beam across spaces of eighth note or)69.336 554
7172 R(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.)
7175 69.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\
7183 his 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\
7187 ts 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
7191 BP
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)
7197 105.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
7200 gsave 0 0.25 0.75 setrgbcolor 0 130 rlineto 432 0 rlineto 0 130 neg rlineto closepath stroke grestore
7201 EEND 88 633 432 432 -130 130 70.836 355.6 PBEGIN
7202 %%BeginDocument: mugex25.ps
7203 %%BoundingBox: 88 633 520 763
7204 save
7205 3977375 3978157 sv
7206 1.000000 1.000000 scale
7207 %  S_SSV
7208 (/tmp/ugexiM5077) inputfile
7209 2 linenum
7210 %  S_FEED
7211 504.29 872.37 720.00 5 1.000000 1.000000 stf
7212 %  S_CLEFSIG
7213 156.08 722.37 1.000000 gclef
7214 %  S_CHHEAD
7215 %  S_STAFF
7216 % staff 1
7217 save
7218 183.42 710.37 1.000000 4n
7219 0.70 setlinewidth
7220 177.19 710.37 moveto
7221 189.65 710.37 lineto stroke
7222 187.10 711.12 moveto
7223 187.10 730.50 lineto stroke
7224 202.60 713.37 1.000000 4n
7225 206.28 714.12 moveto
7226 206.28 733.50 lineto stroke
7227 221.78 716.37 1.000000 4n
7228 225.46 717.12 moveto
7229 225.46 736.50 lineto stroke
7230 240.96 719.37 1.000000 4n
7231 244.64 720.12 moveto
7232 244.64 739.50 lineto stroke
7233 260.13 722.37 1.000000 4n
7234 263.81 723.12 moveto
7235 263.81 742.50 lineto stroke
7236 279.31 725.37 1.000000 4n
7237 282.99 726.12 moveto
7238 282.99 745.50 lineto stroke
7239 298.49 728.37 1.000000 4n
7240 302.17 729.12 moveto
7241 302.17 748.50 lineto stroke
7242 317.67 731.37 1.000000 4n
7243 321.35 732.12 moveto
7244 321.35 751.50 lineto stroke
7245 336.84 731.37 1.000000 4n
7246 340.52 732.12 moveto
7247 340.52 753.50 lineto stroke
7248 356.02 728.37 1.000000 4n
7249 359.70 729.12 moveto
7250 359.70 750.87 lineto stroke
7251 375.20 725.37 1.000000 4n
7252 378.88 726.12 moveto
7253 378.88 748.24 lineto stroke
7254 394.37 722.37 1.000000 4n
7255 398.06 723.12 moveto
7256 398.06 745.62 lineto stroke
7257 412.19 719.37 1.000000 4n
7258 415.87 720.12 moveto
7259 415.87 743.18 lineto stroke
7260 423.21 716.37 1.000000 4n
7261 426.89 717.12 moveto
7262 426.89 741.67 lineto stroke
7263 434.22 719.37 1.000000 4n
7264 437.90 720.12 moveto
7265 437.90 740.16 lineto stroke
7266 445.24 716.37 1.000000 4n
7267 448.92 717.12 moveto
7268 448.92 738.65 lineto stroke
7269 456.25 713.37 1.000000 4n
7270 459.93 714.12 moveto
7271 459.93 737.14 lineto stroke
7272 467.26 710.37 1.000000 4n
7273 461.03 710.37 moveto
7274 473.50 710.37 lineto stroke
7275 470.95 711.12 moveto
7276 470.95 735.63 lineto stroke
7277 478.28 713.37 1.000000 4n
7278 481.96 714.12 moveto
7279 481.96 734.12 lineto stroke
7280 490.13 710.37 1.000000 4n
7281 483.90 710.37 moveto
7282 496.36 710.37 lineto stroke
7283 493.81 711.12 moveto
7284 493.81 732.50 lineto stroke
7285 newpath
7286 186.75 732.00 moveto
7287 321.70 753.00 lineto
7288 321.70 750.00 lineto
7289 186.75 729.00 lineto
7290 closepath
7291 fill
7292 newpath
7293 186.75 727.00 moveto
7294 244.99 736.00 lineto
7295 244.99 733.00 lineto
7296 186.75 724.00 lineto
7297 closepath
7298 fill
7299 newpath
7300 263.46 739.00 moveto
7301 321.70 748.00 lineto
7302 321.70 745.00 lineto
7303 263.46 736.00 lineto
7304 closepath
7305 fill
7306 newpath
7307 340.17 755.00 moveto
7308 494.16 734.00 lineto
7309 494.16 731.00 lineto
7310 340.17 752.00 lineto
7311 closepath
7312 fill
7313 newpath
7314 340.17 750.00 moveto
7315 398.41 742.12 lineto
7316 398.41 739.12 lineto
7317 340.17 747.00 lineto
7318 closepath
7319 fill
7320 newpath
7321 415.52 739.68 moveto
7322 494.16 729.00 lineto
7323 494.16 726.00 lineto
7324 415.52 736.68 lineto
7325 closepath
7326 fill
7327 newpath
7328 415.52 734.68 moveto
7329 494.16 724.00 lineto
7330 494.16 721.00 lineto
7331 415.52 731.68 lineto
7332 closepath
7333 fill
7334 restore
7335 %  S_BAR
7336 11 linenum
7337 0.70 setlinewidth
7338 503.65 740.37 moveto
7339 503.65 716.37 lineto stroke
7340 %  S_FEED
7341 468.00 806.37 720.00 5 1.000000 1.000000 stf
7342 %  S_CLEFSIG
7343 119.79 656.37 1.000000 gclef
7344 %  S_CHHEAD
7345 %  S_STAFF
7346 % staff 1
7347 save
7348 147.63 644.37 1.000000 4n
7349 141.40 644.37 moveto
7350 153.86 644.37 lineto stroke
7351 151.31 645.12 moveto
7352 151.31 681.87 lineto stroke
7353 169.79 647.37 1.000000 4n
7354 173.47 648.12 moveto
7355 173.47 681.87 lineto stroke
7356 191.95 650.37 1.000000 4n
7357 195.63 651.12 moveto
7358 195.63 681.87 lineto stroke
7359 214.11 653.37 1.000000 4n
7360 217.79 654.12 moveto
7361 217.79 681.87 lineto stroke
7362 236.27 656.37 1.000000 4n
7363 239.95 657.12 moveto
7364 239.95 681.87 lineto stroke
7365 258.42 659.37 1.000000 4n
7366 262.11 660.12 moveto
7367 262.11 681.87 lineto stroke
7368 280.58 662.37 1.000000 4n
7369 284.26 663.12 moveto
7370 284.26 681.87 lineto stroke
7371 302.74 665.37 1.000000 4n
7372 306.42 666.12 moveto
7373 306.42 681.87 lineto stroke
7374 324.90 665.37 1.000000 4n
7375 328.58 666.12 moveto
7376 328.58 681.87 lineto stroke
7377 347.06 662.37 1.000000 4n
7378 350.74 663.12 moveto
7379 350.74 681.87 lineto stroke
7380 369.22 659.37 1.000000 4n
7381 372.90 660.12 moveto
7382 372.90 681.87 lineto stroke
7383 391.37 656.37 1.000000 4n
7384 395.06 657.12 moveto
7385 395.06 681.87 lineto stroke
7386 413.53 653.37 1.000000 4n
7387 417.21 654.12 moveto
7388 417.21 681.87 lineto stroke
7389 435.69 650.37 1.000000 4n
7390 439.37 651.12 moveto
7391 439.37 681.87 lineto stroke
7392 457.85 647.37 1.000000 4n
7393 461.53 648.12 moveto
7394 461.53 681.87 lineto stroke
7395 480.85 644.37 1.000000 4n
7396 474.61 644.37 moveto
7397 487.08 644.37 lineto stroke
7398 484.53 645.12 moveto
7399 484.53 681.87 lineto stroke
7400 newpath
7401 150.96 683.37 moveto
7402 484.88 683.37 lineto
7403 484.88 680.37 lineto
7404 150.96 680.37 lineto
7405 closepath
7406 fill
7407 newpath
7408 150.96 678.37 moveto
7409 262.46 678.37 lineto
7410 262.46 675.37 lineto
7411 150.96 675.37 lineto
7412 closepath
7413 fill
7414 newpath
7415 283.91 678.37 moveto
7416 395.41 678.37 lineto
7417 395.41 675.37 lineto
7418 283.91 675.37 lineto
7419 closepath
7420 fill
7421 newpath
7422 416.86 678.37 moveto
7423 484.88 678.37 lineto
7424 484.88 675.37 lineto
7425 416.86 675.37 lineto
7426 closepath
7427 fill
7428 restore
7429 %  S_BAR
7430 15 linenum
7431 0.70 setlinewidth
7432 503.65 674.37 moveto
7433 503.65 650.37 lineto stroke
7434 %  Printing header/footer
7435 showpage
7436 restore
7437 %%DocumentFonts: 
7438 %%Pages: 2
7439 %%EndDocument
7440 end PEND 69.336 373.6 EBEGIN
7441 0 0.1 0.5 setrgbcolor
7442 EEND/F0 12/Times-Italic@0 SF 3(5.1.9.4 Cr)72.336 373.6 R(oss-staf)-.54 E
7443 3(fb)-.216 G(eams)-3 E 69.336 385.6 EBEGIN
7444 0 0 0 setrgbcolor
7445 EEND/F0 10/Times-Roman@0 SF 1.621(In k)73.457 385.6 R -.15(ey)-.1 G
7446 1.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
7455 R 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
7462 R 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
7466 457.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\
7475 low; 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
7477 91.836 551.2 EBEGIN
7478 gsave 0 0.25 0.75 setrgbcolor 0 106 rlineto 392 0 rlineto 0 106 neg rlineto closepath stroke grestore
7479 EEND 128 657 392 392 -106 106 90.836 657.2 PBEGIN
7480 %%BeginDocument: mugex26.ps
7481 %%BoundingBox: 128 657 520 763
7482 save
7483 3977375 3978157 sv
7484 1.000000 1.000000 scale
7485 %  S_SSV
7486 (/tmp/ugexiM5077) inputfile
7487 1 linenum
7488 %  S_SSV
7489 4 linenum
7490 %  S_FEED
7491 504.29 875.00 720.00 5 1.000000 1.000000 stf
7492 504.29 821.00 720.00 5 1.000000 1.000000 stf
7493 0.70 setlinewidth
7494 144.29 743.00 moveto
7495 144.29 665.00 lineto stroke
7496 %  S_CLEFSIG
7497 156.08 725.00 1.000000 gclef
7498 156.33 683.00 1.000000 fclef
7499 %  S_CHHEAD
7500 %  S_STAFF
7501 % staff 1
7502 save
7503 187.35 722.00 1.000000 4n
7504 183.67 721.25 moveto
7505 183.67 701.20 lineto stroke
7506 227.16 728.00 1.000000 4n
7507 223.47 727.25 moveto
7508 223.47 705.11 lineto stroke
7509 425.66 731.00 1.000000 4n
7510 421.97 730.25 moveto
7511 421.97 702.37 lineto stroke
7512 466.21 716.00 1.000000 4n
7513 462.53 715.25 moveto
7514 462.53 698.10 lineto stroke
7515 newpath
7516 183.32 702.70 moveto
7517 310.54 715.20 lineto
7518 310.54 712.20 lineto
7519 183.32 699.70 lineto
7520 closepath
7521 fill
7522 newpath
7523 349.55 711.40 moveto
7524 462.88 699.60 lineto
7525 462.88 696.60 lineto
7526 349.55 708.40 lineto
7527 closepath
7528 fill
7529 restore
7530 %  S_STAFF
7531 % staff 2
7532 save
7533 266.79 689.00 1.000000 4n
7534 0.70 setlinewidth
7535 270.47 689.75 moveto
7536 270.47 709.80 lineto stroke
7537 306.50 692.00 1.000000 4n
7538 310.19 692.75 moveto
7539 310.19 713.70 lineto stroke
7540 346.22 692.00 1.000000 4n
7541 349.90 692.75 moveto
7542 349.90 709.90 lineto stroke
7543 386.03 677.00 1.000000 4n
7544 389.71 677.75 moveto
7545 389.71 705.70 lineto stroke
7546 restore
7547 %  S_BAR
7548 9 linenum
7549 0.70 setlinewidth
7550 503.65 743.00 moveto
7551 503.65 719.00 lineto stroke
7552 503.65 689.00 moveto
7553 503.65 665.00 lineto stroke
7554 %  Printing header/footer
7555 showpage
7556 restore
7557 %%DocumentFonts: 
7558 %%Pages: 2
7559 %%EndDocument
7560 end PEND/F0 10/Times-Roman@0 SF .565(Normally the beam will be dra)
7561 69.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
7565 G 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
7570 BP
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\
7574 elow;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
7576 120 Q 91.836 129.6 EBEGIN
7577 gsave 0 0.25 0.75 setrgbcolor 0 123 rlineto 392 0 rlineto 0 123 neg rlineto closepath stroke grestore
7578 EEND 128 643 392 392 -123 123 90.836 252.6 PBEGIN
7579 %%BeginDocument: mugex27.ps
7580 %%BoundingBox: 128 643 520 766
7581 save
7582 1960644268 1960643998 sv
7583 1.000000 1.000000 scale
7584 %  S_SSV
7585 (/tmp/ugexiM5077) inputfile
7586 1 linenum
7587 %  S_SSV
7588 4 linenum
7589 %  S_FEED
7590 576.29 803.00 864.00 5 1.000000 1.000000 stf
7591 576.29 749.00 864.00 5 1.000000 1.000000 stf
7592 0.70 setlinewidth
7593 144.29 743.00 moveto
7594 144.29 665.00 lineto stroke
7595 %  S_CLEFSIG
7596 156.08 725.00 1.000000 gclef
7597 156.33 683.00 1.000000 fclef
7598 %  S_CHHEAD
7599 %  S_STAFF
7600 % staff 1
7601 save
7602 187.35 722.00 1.000000 4n
7603 191.03 722.75 moveto
7604 191.03 756.12 lineto stroke
7605 227.16 728.00 1.000000 4n
7606 230.84 728.75 moveto
7607 230.84 743.19 lineto stroke
7608 425.66 731.00 1.000000 4n
7609 421.97 730.25 moveto
7610 421.97 673.35 lineto stroke
7611 466.21 716.00 1.000000 4n
7612 462.53 715.25 moveto
7613 462.53 684.50 lineto stroke
7614 newpath
7615 190.68 757.62 moveto
7616 310.54 718.93 lineto
7617 310.54 715.93 lineto
7618 190.68 754.62 lineto
7619 closepath
7620 fill
7621 newpath
7622 342.19 653.00 moveto
7623 462.88 686.00 lineto
7624 462.88 683.00 lineto
7625 342.19 650.00 lineto
7626 closepath
7627 fill
7628 restore
7629 %  S_STAFF
7630 % staff 2
7631 save
7632 266.79 689.00 1.000000 4n
7633 0.70 setlinewidth
7634 270.47 689.75 moveto
7635 270.47 730.32 lineto stroke
7636 306.50 692.00 1.000000 4n
7637 310.19 692.75 moveto
7638 310.19 717.43 lineto stroke
7639 346.22 692.00 1.000000 4n
7640 342.54 691.25 moveto
7641 342.54 651.50 lineto stroke
7642 386.03 677.00 1.000000 4n
7643 382.35 676.25 moveto
7644 382.35 662.45 lineto stroke
7645 restore
7646 %  S_BAR
7647 9 linenum
7648 0.70 setlinewidth
7649 503.65 743.00 moveto
7650 503.65 719.00 lineto stroke
7651 503.65 689.00 moveto
7652 503.65 665.00 lineto stroke
7653 %  Printing header/footer
7654 showpage
7655 restore
7656 %%DocumentFonts: 
7657 %%Pages: 2
7658 %%EndDocument
7659 end PEND/F0 10/Times-Roman@0 SF .338(If a cross-staf)69.336 272.6 R
7660 2.838(fb)-.25 G .337
7661 (eam includes tuplets, the tuplet numbers will not be printed. Y)-2.838
7662 F .337(ou w)-1.1 F .337(ould ha)-.1 F .637 -.15(ve t)-.2 H 2.837(op).15
7663 G .337(rint them)-2.837 F
7664 (yourself using either a "print" statement or a "boldital" statement.)
7665 69.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\
7670 ecifying stem lengths to alter where the).15 F .357
7671 (beams get placed, or printing a blank string between the staf)69.336
7672 326.6 R .358(fs to cause them to get placed further apart.)-.25 F(If)
7673 5.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')
7679 69.336 368.6 R 2.841(td)-.18 G .342(irectly allo)-2.841 F 2.842(wc)-.25
7680 G(ross-staf)-2.842 E 2.842(fg)-.25 G .342(race note beams.)-2.842 F(Ho)
7681 5.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
7691 422.6 Q 2.5(fb)-.25 G(eams.)-2.5 E 69.336 438.6 EBEGIN
7692 0 0.1 0.5 setrgbcolor
7693 EEND/F0 12/Times-Italic@0 SF 3(5.1.9.5 Alternation)72.336 438.6 R 69.336
7694 450.6 EBEGIN
7695 0 0 0 setrgbcolor
7696 EEND/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
7716 EBEGIN
7717 gsave 0 0.25 0.75 setrgbcolor 0 62 rlineto 320 0 rlineto 0 62 neg rlineto closepath stroke grestore
7718 EEND 160 701 320 320 -62 62 126.836 648.2 PBEGIN
7719 %%BeginDocument: mugex28.ps
7720 %%BoundingBox: 160 701 480 763
7721 save
7722 1960644268 1960643998 sv
7723 1.000000 1.000000 scale
7724 %  S_SSV
7725 (/tmp/ugexiM5077) inputfile
7726 1 linenum
7727 %  S_FEED
7728 612.29 801.67 828.00 5 1.000000 1.000000 stf
7729 %  S_CLEFSIG
7730 192.08 723.67 1.000000 gclef
7731 %  S_CHHEAD
7732 %  S_STAFF
7733 % staff 1
7734 save
7735 225.89 711.67 1.000000 2n
7736 0.70 setlinewidth
7737 219.44 711.67 moveto
7738 232.34 711.67 lineto stroke
7739 229.79 712.42 moveto
7740 229.79 732.50 lineto stroke
7741 newpath
7742 229.79 726.00 moveto
7743 229.79 729.00 lineto
7744 296.99 750.00 lineto
7745 296.99 747.00 lineto
7746 closepath
7747 fill
7748 newpath
7749 229.79 731.00 moveto
7750 229.79 734.00 lineto
7751 296.99 755.00 lineto
7752 296.99 752.00 lineto
7753 closepath
7754 fill
7755 293.10 732.67 1.000000 2n
7756 296.99 733.42 moveto
7757 296.99 753.50 lineto stroke
7758 364.05 723.67 1.000000 2n
7759 367.95 724.42 moveto
7760 367.95 744.67 lineto stroke
7761 restore
7762 %  S_BAR
7763 9 linenum
7764 0.70 setlinewidth
7765 467.65 741.67 moveto
7766 467.65 717.67 lineto stroke
7767 %  Printing header/footer
7768 showpage
7769 restore
7770 %%DocumentFonts: 
7771 %%Pages: 2
7772 %%EndDocument
7773 end 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
7775 0 0.1 0.5 setrgbcolor
7776 EEND/F0 12/Times-Italic@0 SF 3(5.1.9.6 Slope)72.336 684.2 R 69.336 696.2
7777 EBEGIN
7778 0 0 0 setrgbcolor
7779 EEND/F0 10/Times-Roman@0 SF .157
7780 (On the \214rst chord of a set of chords that are beamed together)71.993
7781 696.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
7787 BP
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
7792 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
7793 EEND 160 702 320 320 -61 61 126.836 178.6 PBEGIN
7794 %%BeginDocument: mugex29.ps
7795 %%BoundingBox: 160 702 480 763
7796 save
7797 1960644268 1960643998 sv
7798 1.000000 1.000000 scale
7799 %  S_SSV
7800 (/tmp/ugexiM5077) inputfile
7801 1 linenum
7802 %  S_FEED
7803 612.29 803.00 828.00 5 1.000000 1.000000 stf
7804 %  S_CLEFSIG
7805 192.08 725.00 1.000000 gclef
7806 /NewCenturySchlbk-Bold findfont
7807 16 scalefont
7808 setfont
7809 203.87 731.00 moveto
7810 (3) show
7811 /NewCenturySchlbk-Bold findfont
7812 16 scalefont
7813 setfont
7814 203.87 718.98 moveto
7815 (4) show
7816 %  S_CHHEAD
7817 %  S_STAFF
7818 % staff 1
7819 save
7820 233.97 725.00 1.000000 4n
7821 0.70 setlinewidth
7822 237.65 725.75 moveto
7823 237.65 743.67 lineto stroke
7824 273.14 731.00 1.000000 4n
7825 276.82 731.75 moveto
7826 276.82 751.28 lineto stroke
7827 312.31 725.00 1.000000 4n
7828 316.00 725.75 moveto
7829 316.00 747.50 lineto stroke
7830 351.49 731.00 1.000000 4n
7831 355.17 731.75 moveto
7832 355.17 747.50 lineto stroke
7833 390.66 725.00 1.000000 4n
7834 394.34 725.75 moveto
7835 394.34 751.12 lineto stroke
7836 430.67 731.00 1.000000 4n
7837 434.35 731.75 moveto
7838 434.35 747.09 lineto stroke
7839 newpath
7840 237.30 745.17 moveto
7841 277.17 752.78 lineto
7842 277.17 749.78 lineto
7843 237.30 742.17 lineto
7844 closepath
7845 fill
7846 newpath
7847 315.65 749.00 moveto
7848 355.52 749.00 lineto
7849 355.52 746.00 lineto
7850 315.65 746.00 lineto
7851 closepath
7852 fill
7853 newpath
7854 393.99 752.62 moveto
7855 434.70 748.59 lineto
7856 434.70 745.59 lineto
7857 393.99 749.62 lineto
7858 closepath
7859 fill
7860 restore
7861 %  S_BAR
7862 6 linenum
7863 0.70 setlinewidth
7864 467.65 743.00 moveto
7865 467.65 719.00 lineto stroke
7866 %  Printing header/footer
7867 showpage
7868 restore
7869 %%DocumentFonts: /NewCenturySchlbk-Bold 
7870 %%Pages: 2
7871 %%EndDocument
7872 end PEND 69.336 197.6 EBEGIN
7873 0 0.1 0.5 setrgbcolor
7874 EEND/F0 13/Times-Italic@0 SF 3.25(5.1.10 T)72.586 197.6 R(uplets)-.715 E
7875 69.336 209.6 EBEGIN
7876 0 0 0 setrgbcolor
7877 EEND/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
7883 2.461(wed by a number or pair of numbers, and a)-.25 F(semicolon.)69.336
7884 233.6 Q 1.225
7885 (The "side" tells Mup whether to print the tuplet number and brack)
7886 69.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
7889 1.025(oice \(1 or 2\) is none)-.2 F 1.025(xistent or a space.)-.15 F
7890 1.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\
7899 ith 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\
7904 ord in the tuplet, in which case only the number will be printed.)69.336
7905 329.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
7909 F .616(none of)3.116 F .05
7910 (those modi\214ers are are speci\214ed, the number will al)69.336 353.6
7911 R -.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\
7913 et are beamed together and the beam does not include an)69.336 365.6 R
7914 3.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\
7917 e \214rst by a comma, and tells the time unit that the tuplet is)-2.972
7918 F .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
7920 2.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
7922 419.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\
7931 let 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)
7936 69.336 503.6 Q(xamples of tuplets:)-.15 E EP
7937 %%Page: 34 40
7938 %%BeginPageSetup
7939 BP
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.)
7944 105.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
7958 gsave 0 0.25 0.75 setrgbcolor 0 72 rlineto 392 0 rlineto 0 72 neg rlineto closepath stroke grestore
7959 EEND 128 686 392 392 -72 72 90.836 477.6 PBEGIN
7960 %%BeginDocument: mugex30.ps
7961 %%BoundingBox: 128 686 520 758
7962 save
7963 1960644268 1960643998 sv
7964 1.000000 1.000000 scale
7965 %  S_SSV
7966 (/tmp/ugexiM5077) inputfile
7967 1 linenum
7968 %  S_FEED
7969 576.29 797.12 864.00 5 1.000000 1.000000 stf
7970 %  S_CLEFSIG
7971 156.08 719.12 1.000000 gclef
7972 /NewCenturySchlbk-Bold findfont
7973 16 scalefont
7974 setfont
7975 167.87 725.12 moveto
7976 (2) show
7977 /NewCenturySchlbk-Bold findfont
7978 16 scalefont
7979 setfont
7980 167.87 713.10 moveto
7981 (4) show
7982 %  S_CHHEAD
7983 %  S_STAFF
7984 % staff 1
7985 save
7986 193.12 713.12 1.000000 4n
7987 193.12 707.12 1.000000 4n
7988 0.70 setlinewidth
7989 186.89 707.12 moveto
7990 199.35 707.12 lineto stroke
7991 196.80 707.87 moveto
7992 196.80 733.82 lineto stroke
7993 203.18 716.12 1.000000 4n
7994 203.18 710.12 1.000000 4n
7995 206.87 710.87 moveto
7996 206.87 736.82 lineto stroke
7997 213.25 719.12 1.000000 4n
7998 213.25 713.12 1.000000 4n
7999 216.93 713.87 moveto
8000 216.93 739.82 lineto stroke
8001 226.11 722.12 1.000000 4n
8002 226.11 716.12 1.000000 4n
8003 229.79 716.87 moveto
8004 229.79 743.12 lineto stroke
8005 /NewCenturySchlbk-BoldItalic findfont
8006 11 scalefont
8007 setfont
8008 203.70 740.86 moveto
8009 (3) show
8010 newpath
8011 196.45 735.32 moveto
8012 217.28 741.32 lineto
8013 217.28 738.32 lineto
8014 196.45 732.32 lineto
8015 closepath
8016 fill
8017 restore
8018 %  S_BAR
8019 8 linenum
8020 0.70 setlinewidth
8021 248.63 737.12 moveto
8022 248.63 713.12 lineto stroke
8023 %  S_CHHEAD
8024 %  S_STAFF
8025 % staff 1
8026 save
8027 258.38 716.12 1.000000 4n
8028 262.06 716.87 moveto
8029 262.06 737.12 lineto stroke
8030 275.71 719.12 1.000000 4n
8031 279.39 719.87 moveto
8032 279.39 740.12 lineto stroke
8033 292.24 722.12 1.000000 4n
8034 295.92 722.87 moveto
8035 295.92 743.12 lineto stroke
8036 298.95 743.12 1.000000 dnflag
8037 /NewCenturySchlbk-BoldItalic findfont
8038 11 scalefont
8039 setfont
8040 263.87 740.90 moveto
8041 (2) show
8042 254.34 743.40 moveto
8043 261.87 744.44 lineto stroke
8044 272.21 745.36 moveto
8045 279.74 746.40 lineto stroke
8046 254.34 743.40 moveto
8047 254.34 740.40 lineto stroke
8048 279.74 746.40 moveto
8049 279.74 743.40 lineto stroke
8050 restore
8051 %  S_BAR
8052 13 linenum
8053 0.70 setlinewidth
8054 307.86 737.12 moveto
8055 307.86 713.12 lineto stroke
8056 %  S_CHHEAD
8057 %  S_STAFF
8058 % staff 1
8059 save
8060 317.35 728.12 1.000000 4n
8061 313.67 727.37 moveto
8062 313.67 707.12 lineto stroke
8063 332.17 725.12 1.000000 4n
8064 328.49 724.37 moveto
8065 328.49 704.12 lineto stroke
8066 331.51 704.12 1.000000 upflag
8067 345.03 728.12 1.000000 4n
8068 341.35 727.37 moveto
8069 341.35 707.12 lineto stroke
8070 /NewCenturySchlbk-BoldItalic findfont
8071 11 scalefont
8072 setfont
8073 321.59 738.40 moveto
8074 (3) show
8075 313.32 742.40 moveto
8076 319.59 742.40 lineto stroke
8077 329.93 742.40 moveto
8078 336.20 742.40 lineto stroke
8079 313.32 742.40 moveto
8080 313.32 739.40 lineto stroke
8081 336.20 742.40 moveto
8082 336.20 739.40 lineto stroke
8083 restore
8084 %  S_BAR
8085 20 linenum
8086 0.70 setlinewidth
8087 367.55 737.12 moveto
8088 367.55 713.12 lineto stroke
8089 %  S_CHHEAD
8090 %  S_STAFF
8091 % staff 1
8092 save
8093 376.09 707.12 1.000000 4n
8094 369.85 707.12 moveto
8095 380.82 707.12 lineto stroke
8096 379.77 707.87 moveto
8097 379.77 724.64 lineto stroke
8098 386.15 704.12 1.000000 4n
8099 381.42 707.12 moveto
8100 390.88 707.12 lineto stroke
8101 389.83 704.87 moveto
8102 389.83 727.21 lineto stroke
8103 396.21 707.12 1.000000 4n
8104 391.48 707.12 moveto
8105 402.45 707.12 lineto stroke
8106 399.90 707.87 moveto
8107 399.90 729.77 lineto stroke
8108 406.28 713.12 1.000000 4n
8109 409.96 713.87 moveto
8110 409.96 732.33 lineto stroke
8111 416.34 710.12 1.000000 4n
8112 420.02 710.87 moveto
8113 420.02 734.89 lineto stroke
8114 426.41 716.12 1.000000 4n
8115 430.09 716.87 moveto
8116 430.09 737.46 lineto stroke
8117 436.97 722.12 1.000000 4n
8118 440.65 722.87 moveto
8119 440.65 740.15 lineto stroke
8120 /NewCenturySchlbk-BoldItalic findfont
8121 11 scalefont
8122 setfont
8123 403.36 693.34 moveto
8124 (7) show
8125 newpath
8126 379.42 726.14 moveto
8127 441.00 741.65 lineto
8128 441.00 738.65 lineto
8129 379.42 723.14 lineto
8130 closepath
8131 fill
8132 restore
8133 %  S_BAR
8134 25 linenum
8135 0.70 setlinewidth
8136 447.98 737.12 moveto
8137 447.98 713.12 lineto stroke
8138 %  S_CHHEAD
8139 %  S_STAFF
8140 % staff 1
8141 save
8142 457.10 719.12 1.000000 4n
8143 466.36 722.12 1.000000 dot
8144 457.10 713.12 1.000000 4n
8145 466.36 716.12 1.000000 dot
8146 457.10 707.12 1.000000 4n
8147 466.36 710.12 1.000000 dot
8148 450.87 707.12 moveto
8149 463.33 707.12 lineto stroke
8150 460.78 707.87 moveto
8151 460.78 740.12 lineto stroke
8152 newpath
8153 455.78 731.42 moveto
8154 455.78 734.42 lineto
8155 465.78 738.82 lineto
8156 465.78 735.82 lineto
8157 closepath
8158 fill
8159 481.13 719.12 1.000000 4n
8160 481.13 713.12 1.000000 4n
8161 481.13 707.12 1.000000 4n
8162 474.90 707.12 moveto
8163 487.36 707.12 lineto stroke
8164 484.81 707.87 moveto
8165 484.81 740.12 lineto stroke
8166 /NewCenturySchlbk-BoldItalic findfont
8167 11 scalefont
8168 setfont
8169 453.93 742.40 moveto
8170 (3) show
8171 restore
8172 %  S_BAR
8173 29 linenum
8174 0.70 setlinewidth
8175 503.65 737.12 moveto
8176 503.65 713.12 lineto stroke
8177 %  Printing header/footer
8178 showpage
8179 restore
8180 %%DocumentFonts: /NewCenturySchlbk-Bold /NewCenturySchlbk-BoldItalic 
8181 %%Pages: 2
8182 %%EndDocument
8183 end PEND 69.336 497.6 EBEGIN
8184 0 0.1 0.5 setrgbcolor
8185 EEND/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
8187 0 0 0 setrgbcolor
8188 EEND/F0 10/Times-Roman@0 SF .437(There is an alternate input style, in \
8189 which 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)
8195 69.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
8203 F .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\
8206 tes 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
8208 G(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)
8219 69.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
8224 G(ys, the def).1 E(ault, this could be written more compactly as just:)
8225 -.1 E EP
8226 %%Page: 35 41
8227 %%BeginPageSetup
8228 BP
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\
8233 tead \(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
8236 18(// Alto)105.336 158 R 36(// Tenor)105.336 170 R 54(// Bass)105.336
8237 182 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
8240 1.566(going back to bottom-to-top order\), you could)-4.066 F(specify:)
8241 69.336 226 Q F1(// Bass to staff 2 voice 2)105.336 244 Q(// |)105.336
8242 256 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
8245 E(])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
8249 G 6(;1)-6 G 6(;1]:f)-6 G(acf;dgfb;2cgec+;)-6 E(bar)105.336 444 Q 6([11)
8250 105.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
8252 gsave 0 0.25 0.75 setrgbcolor 0 138 rlineto 320 0 rlineto 0 138 neg rlineto closepath stroke grestore
8253 EEND 160 625 320 320 -138 138 126.836 627.6 PBEGIN
8254 %%BeginDocument: mugex31.ps
8255 %%BoundingBox: 160 625 480 763
8256 save
8257 1960644268 1960643998 sv
8258 1.000000 1.000000 scale
8259 %  S_SSV
8260 (/tmp/ugexiM5077) inputfile
8261 2 linenum
8262 %  S_SSV
8263 7 linenum
8264 %  S_FEED
8265 612.29 803.00 828.00 5 1.000000 1.000000 stf
8266 612.29 729.00 828.00 5 1.000000 1.000000 stf
8267 0.70 setlinewidth
8268 180.29 743.00 moveto
8269 180.29 645.00 lineto stroke
8270 %  S_CLEFSIG
8271 192.08 725.00 1.000000 gclef
8272 192.33 663.00 1.000000 fclef
8273 %  S_CHHEAD
8274 %  S_STAFF
8275 % staff 1
8276 save
8277 221.94 722.00 1.000000 4n
8278 221.94 713.00 1.000000 4n
8279 215.70 713.00 moveto
8280 228.17 713.00 lineto stroke
8281 225.62 713.75 moveto
8282 225.62 743.00 lineto stroke
8283 253.14 731.00 1.000000 4n
8284 253.14 722.00 1.000000 4n
8285 256.82 722.75 moveto
8286 256.82 752.00 lineto stroke
8287 289.07 734.00 1.000000 2n
8288 289.07 719.00 1.000000 2n
8289 292.97 719.75 moveto
8290 292.97 755.00 lineto stroke
8291 restore
8292 %  S_STAFF
8293 % staff 2
8294 save
8295 221.94 669.00 1.000000 4n
8296 221.94 663.00 1.000000 4n
8297 0.70 setlinewidth
8298 218.25 668.25 moveto
8299 218.25 642.00 lineto stroke
8300 253.14 666.00 1.000000 4n
8301 253.14 657.00 1.000000 4n
8302 249.45 665.25 moveto
8303 249.45 636.00 lineto stroke
8304 289.07 666.00 1.000000 2n
8305 289.07 654.00 1.000000 2n
8306 285.17 665.25 moveto
8307 285.17 633.00 lineto stroke
8308 restore
8309 %  S_BAR
8310 13 linenum
8311 0.70 setlinewidth
8312 338.76 743.00 moveto
8313 338.76 719.00 lineto stroke
8314 338.76 669.00 moveto
8315 338.76 645.00 lineto stroke
8316 %  S_CHHEAD
8317 %  S_STAFF
8318 % staff 1
8319 save
8320 350.82 722.00 1.000000 4n
8321 354.51 722.75 moveto
8322 354.51 743.00 lineto stroke
8323 382.02 731.00 1.000000 4n
8324 385.71 731.75 moveto
8325 385.71 752.00 lineto stroke
8326 417.96 734.00 1.000000 2n
8327 421.85 734.75 moveto
8328 421.85 755.00 lineto stroke
8329 350.82 713.00 1.000000 4n
8330 344.59 713.00 moveto
8331 357.06 713.00 lineto stroke
8332 347.14 712.25 moveto
8333 347.14 692.00 lineto stroke
8334 382.02 722.00 1.000000 4n
8335 378.34 721.25 moveto
8336 378.34 701.00 lineto stroke
8337 417.96 719.00 1.000000 2n
8338 414.06 718.25 moveto
8339 414.06 698.00 lineto stroke
8340 restore
8341 %  S_STAFF
8342 % staff 2
8343 save
8344 350.82 669.00 1.000000 4n
8345 0.70 setlinewidth
8346 354.51 669.75 moveto
8347 354.51 690.00 lineto stroke
8348 382.02 666.00 1.000000 4n
8349 385.71 666.75 moveto
8350 385.71 687.00 lineto stroke
8351 417.96 666.00 1.000000 2n
8352 421.85 666.75 moveto
8353 421.85 687.00 lineto stroke
8354 350.82 663.00 1.000000 4n
8355 347.14 662.25 moveto
8356 347.14 642.00 lineto stroke
8357 382.02 657.00 1.000000 4n
8358 378.34 656.25 moveto
8359 378.34 636.00 lineto stroke
8360 417.96 654.00 1.000000 2n
8361 414.06 653.25 moveto
8362 414.06 633.00 lineto stroke
8363 restore
8364 %  S_BAR
8365 16 linenum
8366 0.70 setlinewidth
8367 467.65 743.00 moveto
8368 467.65 719.00 lineto stroke
8369 467.65 669.00 moveto
8370 467.65 645.00 lineto stroke
8371 %  Printing header/footer
8372 showpage
8373 restore
8374 %%DocumentFonts: 
8375 %%Pages: 2
8376 %%EndDocument
8377 end 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
8380 3.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
8382 3.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
8387 677.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
8388 G 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
8390 695.6 Q(oices.)-.2 E EP
8391 %%Page: 36 42
8392 %%BeginPageSetup
8393 BP
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
8397 120 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
8400 gsave 0 0.25 0.75 setrgbcolor 0 79 rlineto 392 0 rlineto 0 79 neg rlineto closepath stroke grestore
8401 EEND 128 684 392 392 -79 79 90.836 304.6 PBEGIN
8402 %%BeginDocument: mugex32.ps
8403 %%BoundingBox: 128 684 520 763
8404 save
8405 1960644268 1960643998 sv
8406 1.000000 1.000000 scale
8407 %  S_SSV
8408 (/tmp/ugexiM5077) inputfile
8409 2 linenum
8410 %  S_FEED
8411 576.29 803.00 864.00 5 1.000000 1.000000 stf
8412 %  S_CLEFSIG
8413 156.08 725.00 1.000000 gclef
8414 169.62 731.00 1.000000 flat
8415 175.10 740.00 1.000000 flat
8416 180.59 728.00 1.000000 flat
8417 %  S_CHHEAD
8418 %  S_STAFF
8419 % staff 1
8420 save
8421 204.58 731.00 1.000000 4n
8422 0.70 setlinewidth
8423 208.26 731.75 moveto
8424 208.26 752.00 lineto stroke
8425 239.89 725.00 1.000000 4n
8426 243.57 725.75 moveto
8427 243.57 746.00 lineto stroke
8428 275.20 728.00 1.000000 4n
8429 278.88 728.75 moveto
8430 278.88 749.00 lineto stroke
8431 311.35 743.00 1.000000 4rest
8432 204.58 707.00 1.000000 4rest
8433 239.89 719.00 1.000000 4n
8434 236.21 718.25 moveto
8435 236.21 698.00 lineto stroke
8436 275.20 713.00 1.000000 4n
8437 268.97 713.00 moveto
8438 281.43 713.00 lineto stroke
8439 271.52 712.25 moveto
8440 271.52 692.00 lineto stroke
8441 311.35 725.00 1.000000 4n
8442 307.67 724.25 moveto
8443 307.67 704.00 lineto stroke
8444 restore
8445 %  S_BAR
8446 11 linenum
8447 0.70 setlinewidth
8448 345.12 743.00 moveto
8449 345.12 719.00 lineto stroke
8450 %  S_CHHEAD
8451 %  S_STAFF
8452 % staff 1
8453 save
8454 358.02 737.00 1.000000 4rest
8455 393.33 731.00 1.000000 4rest
8456 425.14 722.00 1.000000 4n
8457 428.82 722.75 moveto
8458 428.82 743.00 lineto stroke
8459 431.84 743.00 1.000000 dnflag
8460 445.42 719.00 1.000000 4n
8461 449.10 719.75 moveto
8462 449.10 740.00 lineto stroke
8463 452.12 740.00 1.000000 dnflag
8464 469.88 725.00 1.000000 4n
8465 473.57 725.75 moveto
8466 473.57 746.00 lineto stroke
8467 358.02 719.00 1.000000 4n
8468 354.34 718.25 moveto
8469 354.34 698.00 lineto stroke
8470 restore
8471 %  S_BAR
8472 14 linenum
8473 0.70 setlinewidth
8474 503.65 743.00 moveto
8475 503.65 719.00 lineto stroke
8476 %  Printing header/footer
8477 showpage
8478 restore
8479 %%DocumentFonts: 
8480 %%Pages: 2
8481 %%EndDocument
8482 end 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
8484 1.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
8486 G(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.)
8491 69.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;)
8493 105.336 366.6 Q 127.836 376.2 EBEGIN
8494 gsave 0 0.25 0.75 setrgbcolor 0 86 rlineto 320 0 rlineto 0 86 neg rlineto closepath stroke grestore
8495 EEND 160 677 320 320 -86 86 126.836 462.2 PBEGIN
8496 %%BeginDocument: mugex33.ps
8497 %%BoundingBox: 160 677 480 763
8498 save
8499 1960644268 1960643998 sv
8500 1.000000 1.000000 scale
8501 %  S_SSV
8502 (/tmp/ugexiM5077) inputfile
8503 2 linenum
8504 %  S_FEED
8505 612.29 803.00 828.00 5 1.000000 1.000000 stf
8506 %  S_CLEFSIG
8507 192.08 725.00 1.000000 gclef
8508 %  S_CHHEAD
8509 %  S_STAFF
8510 % staff 1
8511 save
8512 224.01 719.00 0.583333 xnote
8513 0.70 setlinewidth
8514 226.14 720.95 moveto
8515 226.14 737.00 lineto stroke
8516 285.51 719.00 1.000000 4n
8517 276.73 719.00 1.000000 flat
8518 /Times-Roman findfont
8519 12 scalefont
8520 setfont
8521 278.81 744.32 moveto
8522 285.51 744.32 1.000000 acc_gt
8523 292.20 744.32 moveto
8524 289.19 719.75 moveto
8525 289.19 740.00 lineto stroke
8526 347.46 725.00 1.000000 4n
8527 351.14 725.75 moveto
8528 351.14 746.00 lineto stroke
8529 411.69 725.00 1.000000 4n
8530 415.37 725.75 moveto
8531 415.37 746.00 lineto stroke
8532 224.01 710.00 0.583333 xnote
8533 219.33 713.00 moveto
8534 228.69 713.00 lineto stroke
8535 221.88 708.05 moveto
8536 221.88 692.00 lineto stroke
8537 285.51 713.00 1.000000 4n
8538 279.28 713.00 moveto
8539 291.74 713.00 lineto stroke
8540 /Times-Roman findfont
8541 12 scalefont
8542 setfont
8543 278.81 687.75 moveto
8544 285.51 687.75 1.000000 acc_gt
8545 292.20 687.75 moveto
8546 281.83 712.25 moveto
8547 281.83 692.00 lineto stroke
8548 347.46 716.00 1.000000 4n
8549 343.78 715.25 moveto
8550 343.78 695.00 lineto stroke
8551 411.69 713.00 0.583333 4n
8552 407.13 713.00 moveto
8553 416.24 713.00 lineto stroke
8554 409.68 712.51 moveto
8555 409.68 698.00 lineto stroke
8556 285.51 707.90 moveto
8557 285.52 708.05 lineto
8558 294.65 706.20 303.85 705.52 313.15 706.03 curveto
8559 322.45 706.54 331.53 708.21 340.40 711.05 curveto
8560 340.46 710.75 lineto
8561 331.74 707.12 322.66 705.05 313.23 704.53 curveto
8562 303.80 704.02 294.56 705.09 285.49 707.75 curveto
8563 fill
8564 353.49 730.10 moveto
8565 353.47 730.25 lineto
8566 362.89 733.56 372.60 735.21 382.59 735.21 curveto
8567 392.58 735.21 402.28 733.56 411.71 730.25 curveto
8568 411.66 729.95 lineto
8569 402.13 732.46 392.44 733.71 382.59 733.71 curveto
8570 372.73 733.71 363.04 732.46 353.51 729.95 curveto
8571 fill
8572 291.54 724.10 moveto
8573 291.50 724.25 lineto
8574 300.21 728.41 309.37 731.01 318.97 732.04 curveto
8575 328.57 733.07 338.07 732.47 347.46 730.25 curveto
8576 347.45 729.95 lineto
8577 338.04 731.36 328.60 731.56 319.13 730.55 curveto
8578 309.66 729.53 300.48 727.33 291.58 723.95 curveto
8579 fill
8580 restore
8581 %  S_BAR
8582 9 linenum
8583 0.70 setlinewidth
8584 467.65 743.00 moveto
8585 467.65 719.00 lineto stroke
8586 %  Printing header/footer
8587 showpage
8588 restore
8589 %%DocumentFonts: /Times-Roman 
8590 %%Pages: 2
8591 %%EndDocument
8592 end PEND/F0 10/Times-Roman@0 SF .987(It is possible to map a note to mo\
8593 re 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)
8601 69.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
8604 536.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
8605 127.836 545.8 EBEGIN
8606 gsave 0 0.25 0.75 setrgbcolor 0 195 rlineto 320 0 rlineto 0 195 neg rlineto closepath stroke grestore
8607 EEND 160 568 320 320 -195 195 126.836 740.8 PBEGIN
8608 %%BeginDocument: mugex34.ps
8609 %%BoundingBox: 160 568 480 763
8610 save
8611 1960644268 1960643998 sv
8612 1.000000 1.000000 scale
8613 %  S_SSV
8614 (/tmp/ugexiM5077) inputfile
8615 2 linenum
8616 %  S_FEED
8617 612.29 803.00 828.00 5 1.000000 1.000000 stf
8618 612.29 748.00 828.00 5 1.000000 1.000000 stf
8619 612.29 687.00 828.00 5 1.000000 1.000000 stf
8620 0.70 setlinewidth
8621 180.29 743.00 moveto
8622 180.29 603.00 lineto stroke
8623 %  S_CLEFSIG
8624 192.08 725.00 1.000000 gclef
8625 192.08 670.00 1.000000 gclef
8626 192.08 609.00 1.000000 gclef
8627 %  S_CHHEAD
8628 %  S_STAFF
8629 % staff 1
8630 save
8631 226.49 719.00 1.000000 4n
8632 230.17 719.75 moveto
8633 230.17 740.00 lineto stroke
8634 288.05 722.00 1.000000 4n
8635 291.73 722.75 moveto
8636 291.73 743.00 lineto stroke
8637 349.61 725.00 1.000000 4n
8638 353.29 725.75 moveto
8639 353.29 746.00 lineto stroke
8640 412.01 728.00 1.000000 4n
8641 415.69 728.75 moveto
8642 415.69 749.00 lineto stroke
8643 226.49 719.00 1.000000 4n
8644 222.80 718.25 moveto
8645 222.80 698.00 lineto stroke
8646 288.05 722.00 1.000000 4n
8647 284.37 721.25 moveto
8648 284.37 701.00 lineto stroke
8649 349.61 725.00 1.000000 4n
8650 345.93 724.25 moveto
8651 345.93 704.00 lineto stroke
8652 412.01 728.00 1.000000 4n
8653 408.33 727.25 moveto
8654 408.33 707.00 lineto stroke
8655 restore
8656 %  S_STAFF
8657 % staff 2
8658 save
8659 226.49 664.00 1.000000 4n
8660 0.70 setlinewidth
8661 230.17 664.75 moveto
8662 230.17 685.00 lineto stroke
8663 288.05 667.00 1.000000 4n
8664 291.73 667.75 moveto
8665 291.73 688.00 lineto stroke
8666 349.61 670.00 1.000000 4n
8667 353.29 670.75 moveto
8668 353.29 691.00 lineto stroke
8669 412.01 673.00 1.000000 4n
8670 415.69 673.75 moveto
8671 415.69 694.00 lineto stroke
8672 226.49 658.00 1.000000 4n
8673 220.25 658.00 moveto
8674 232.72 658.00 lineto stroke
8675 222.80 657.25 moveto
8676 222.80 637.00 lineto stroke
8677 288.05 661.00 1.000000 4n
8678 284.37 660.25 moveto
8679 284.37 640.00 lineto stroke
8680 349.61 664.00 1.000000 4n
8681 345.93 663.25 moveto
8682 345.93 643.00 lineto stroke
8683 412.01 667.00 1.000000 4n
8684 408.33 666.25 moveto
8685 408.33 646.00 lineto stroke
8686 restore
8687 %  S_STAFF
8688 % staff 3
8689 save
8690 226.49 603.00 1.000000 4n
8691 0.70 setlinewidth
8692 230.17 603.75 moveto
8693 230.17 624.00 lineto stroke
8694 288.05 606.00 1.000000 4n
8695 291.73 606.75 moveto
8696 291.73 627.00 lineto stroke
8697 349.61 609.00 1.000000 4n
8698 353.29 609.75 moveto
8699 353.29 630.00 lineto stroke
8700 412.01 612.00 1.000000 4n
8701 415.69 612.75 moveto
8702 415.69 633.00 lineto stroke
8703 226.49 597.00 1.000000 4n
8704 220.25 597.00 moveto
8705 232.72 597.00 lineto stroke
8706 222.80 596.25 moveto
8707 222.80 576.00 lineto stroke
8708 288.05 600.00 1.000000 4n
8709 284.37 599.25 moveto
8710 284.37 579.00 lineto stroke
8711 349.61 603.00 1.000000 4n
8712 345.93 602.25 moveto
8713 345.93 582.00 lineto stroke
8714 412.01 606.00 1.000000 4n
8715 408.33 605.25 moveto
8716 408.33 585.00 lineto stroke
8717 restore
8718 %  S_BAR
8719 9 linenum
8720 0.70 setlinewidth
8721 467.65 743.00 moveto
8722 467.65 719.00 lineto stroke
8723 467.65 688.00 moveto
8724 467.65 664.00 lineto stroke
8725 467.65 627.00 moveto
8726 467.65 603.00 lineto stroke
8727 %  Printing header/footer
8728 showpage
8729 restore
8730 %%DocumentFonts: 
8731 %%Pages: 2
8732 %%EndDocument
8733 end PEND EP
8734 %%Page: 37 43
8735 %%BeginPageSetup
8736 BP
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)
8742 5.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
8748 140 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)
8757 105.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
8759 gsave 0 0.25 0.75 setrgbcolor 0 85 rlineto 320 0 rlineto 0 85 neg rlineto closepath stroke grestore
8760 EEND 160 678 320 320 -85 85 126.836 336.6 PBEGIN
8761 %%BeginDocument: mugex35.ps
8762 %%BoundingBox: 160 678 480 763
8763 save
8764 1960644268 1960643998 sv
8765 1.000000 1.000000 scale
8766 %  S_SSV
8767 (/tmp/ugexiM5077) inputfile
8768 2 linenum
8769 %  S_FEED
8770 612.29 803.00 828.00 5 1.000000 1.000000 stf
8771 %  S_CLEFSIG
8772 192.08 725.00 1.000000 gclef
8773 %  S_CHHEAD
8774 %  S_STAFF
8775 % staff 1
8776 save
8777 226.49 734.00 1.000000 4n
8778 0.70 setlinewidth
8779 230.17 734.75 moveto
8780 230.17 755.00 lineto stroke
8781 288.05 722.00 1.000000 4n
8782 291.73 722.75 moveto
8783 291.73 743.00 lineto stroke
8784 349.61 725.00 1.000000 4n
8785 353.29 725.75 moveto
8786 353.29 746.00 lineto stroke
8787 412.01 734.00 1.000000 4n
8788 415.69 734.75 moveto
8789 415.69 755.00 lineto stroke
8790 226.49 719.00 1.000000 4n
8791 226.49 713.00 1.000000 4n
8792 220.25 713.00 moveto
8793 232.72 713.00 lineto stroke
8794 222.80 718.25 moveto
8795 222.80 692.00 lineto stroke
8796 288.05 716.00 1.000000 4n
8797 284.37 715.25 moveto
8798 284.37 695.00 lineto stroke
8799 349.61 719.00 1.000000 4n
8800 345.93 718.25 moveto
8801 345.93 698.00 lineto stroke
8802 412.01 722.00 1.000000 4n
8803 412.01 707.00 1.000000 4n
8804 405.78 707.00 moveto
8805 418.24 707.00 lineto stroke
8806 405.78 713.00 moveto
8807 418.24 713.00 lineto stroke
8808 408.33 721.25 moveto
8809 408.33 686.00 lineto stroke
8810 restore
8811 %  S_BAR
8812 15 linenum
8813 0.70 setlinewidth
8814 467.65 743.00 moveto
8815 467.65 719.00 lineto stroke
8816 %  Printing header/footer
8817 showpage
8818 restore
8819 %%DocumentFonts: 
8820 %%Pages: 2
8821 %%EndDocument
8822 end 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
8825 F(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
8829 2.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
8831 392.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
8834 404.6 Q -1.1(Yo)69.336 422.6 S 2.949(uc)1.1 G .449(an use the dif)-2.949
8835 F .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
8839 3.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
8846 EBEGIN
8847 0 0.1 0.5 setrgbcolor
8848 EEND/F0 14/Times-Bold@0 SF 3.5(5.3 Bar)72.836 476.6 R(lines)3.5 E 69.336
8849 494.6 EBEGIN
8850 0 0 0 setrgbcolor
8851 EEND/F0 10/Times-Roman@0 SF
8852 (Each measure must be ended with a "bar" of some kind. There are se)
8853 71.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
8855 517.1 150.721 517.1 DL F0 41.94(bar ordinary)150.721 526.6 R(bar line)
8856 2.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
8863 R(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
8865 628.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
8869 BP
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
8878 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 344 0 rlineto 0 61 neg rlineto closepath stroke grestore
8879 EEND 136 702 344 344 -61 61 114.836 346.6 PBEGIN
8880 %%BeginDocument: mugex36.ps
8881 %%BoundingBox: 136 702 480 763
8882 save
8883 1960644268 1960643998 sv
8884 1.000000 1.000000 scale
8885 %  S_SSV
8886 (/tmp/ugexiM5077) inputfile
8887 1 linenum
8888 %  S_FEED
8889 588.07 803.00 828.00 5 1.000000 1.000000 stf
8890 /Times-Roman findfont
8891 12 scalefont
8892 setfont
8893 144.00 728.73 moveto
8894 (   ) show
8895 %  S_CLEFSIG
8896 167.86 725.00 1.000000 gclef
8897 %  S_CHHEAD
8898 %  S_STAFF
8899 % staff 1
8900 save
8901 200.33 731.00 1.000000 ll1rest
8902 restore
8903 %  S_BAR
8904 6 linenum
8905 0.70 setlinewidth
8906 215.51 743.00 moveto
8907 215.51 719.00 lineto stroke
8908 %  S_CHHEAD
8909 %  S_STAFF
8910 % staff 1
8911 save
8912 230.69 731.00 1.000000 ll1rest
8913 restore
8914 %  S_BAR
8915 7 linenum
8916 0.70 setlinewidth
8917 244.87 743.00 moveto
8918 244.87 719.00 lineto stroke
8919 247.87 743.00 moveto
8920 247.87 719.00 lineto stroke
8921 %  S_CHHEAD
8922 %  S_STAFF
8923 % staff 1
8924 save
8925 263.04 731.00 1.000000 ll1rest
8926 restore
8927 %  S_BAR
8928 10 linenum
8929 1.00 setlinewidth
8930 [3 3] 0 setdash
8931 278.22 741.88 moveto
8932 278.22 719.30 lineto stroke
8933 0.70 setlinewidth
8934 [] 0 setdash
8935 0 setlinecap
8936 0 setlinejoin
8937 %  S_CHHEAD
8938 %  S_STAFF
8939 % staff 1
8940 save
8941 293.40 731.00 1.000000 ll1rest
8942 restore
8943 %  S_BAR
8944 11 linenum
8945 1.00 setlinewidth
8946 [0.1 5] 0 setdash
8947 1 setlinecap
8948 1 setlinejoin
8949 307.58 741.88 moveto
8950 307.58 719.30 lineto stroke
8951 310.58 741.88 moveto
8952 310.58 719.30 lineto stroke
8953 0.70 setlinewidth
8954 [] 0 setdash
8955 0 setlinecap
8956 0 setlinejoin
8957 %  S_CHHEAD
8958 %  S_STAFF
8959 % staff 1
8960 save
8961 325.76 731.00 1.000000 ll1rest
8962 restore
8963 %  S_BAR
8964 13 linenum
8965 349.43 734.00 1.000000 dot
8966 349.43 728.00 1.000000 dot
8967 0.70 setlinewidth
8968 346.43 743.00 moveto
8969 346.43 719.00 lineto stroke
8970 3.00 setlinewidth
8971 342.43 743.00 moveto
8972 342.43 719.00 lineto stroke
8973 0.70 setlinewidth
8974 %  S_CHHEAD
8975 %  S_STAFF
8976 % staff 1
8977 save
8978 365.11 731.00 1.000000 ll1rest
8979 restore
8980 %  S_BAR
8981 15 linenum
8982 393.29 734.00 1.000000 dot
8983 393.29 728.00 1.000000 dot
8984 379.29 734.00 1.000000 dot
8985 379.29 728.00 1.000000 dot
8986 0.70 setlinewidth
8987 3.00 setlinewidth
8988 383.79 743.00 moveto
8989 383.79 719.00 lineto stroke
8990 388.79 743.00 moveto
8991 388.79 719.00 lineto stroke
8992 0.70 setlinewidth
8993 %  S_CHHEAD
8994 %  S_STAFF
8995 % staff 1
8996 save
8997 407.47 731.00 1.000000 ll1rest
8998 restore
8999 %  S_BAR
9000 17 linenum
9001 423.14 734.00 1.000000 dot
9002 423.14 728.00 1.000000 dot
9003 0.70 setlinewidth
9004 427.14 743.00 moveto
9005 427.14 719.00 lineto stroke
9006 3.00 setlinewidth
9007 431.14 743.00 moveto
9008 431.14 719.00 lineto stroke
9009 0.70 setlinewidth
9010 %  S_CHHEAD
9011 %  S_STAFF
9012 % staff 1
9013 save
9014 446.82 731.00 1.000000 ll1rest
9015 restore
9016 %  S_BAR
9017 19 linenum
9018 0.70 setlinewidth
9019 462.50 743.00 moveto
9020 462.50 719.00 lineto stroke
9021 3.00 setlinewidth
9022 466.50 743.00 moveto
9023 466.50 719.00 lineto stroke
9024 0.70 setlinewidth
9025 %  Printing header/footer
9026 showpage
9027 restore
9028 %%DocumentFonts: /Times-Roman 
9029 %%Pages: 2
9030 %%EndDocument
9031 end 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
9033 F -.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)
9038 2.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
9043 H .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
9046 414.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
9048 1.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
9051 464.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
9059 1.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
9063 3.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
9066 548.6 R 2.685(th)-.18 G -2.25 -.2(av e)-2.685 H(an)2.885 E 2.685(yn)-.15
9067 G .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
9071 E 2.5(eas)-.1 G(hort coda.)-2.5 E EP
9072 %%Page: 39 45
9073 %%BeginPageSetup
9074 BP
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)
9078 130.336 120 Q(staff 2)105.336 132 Q(clef=bass)130.336 144 Q(music)
9079 105.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
9083 Q(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
9085 gsave 0 0.25 0.75 setrgbcolor 0 120 rlineto 392 0 rlineto 0 120 neg rlineto closepath stroke grestore
9086 EEND 128 643 392 392 -120 120 90.836 429.6 PBEGIN
9087 %%BeginDocument: mugex37.ps
9088 %%BoundingBox: 128 643 520 763
9089 save
9090 1960644268 1960643998 sv
9091 1.000000 1.000000 scale
9092 %  S_SSV
9093 (/tmp/ugexiM5077) inputfile
9094 2 linenum
9095 %  S_SSV
9096 7 linenum
9097 %  S_FEED
9098 586.29 797.54 864.00 5 1.000000 1.000000 stf
9099 586.29 743.54 864.00 5 1.000000 1.000000 stf
9100 153.79 737.54 659.54 brace
9101 0.70 setlinewidth
9102 154.29 737.54 moveto
9103 154.29 659.54 lineto stroke
9104 320.39 738.54 344.39 658.54 whitebox
9105 342.89 737.54 659.54 brace
9106 344.04 737.54 moveto
9107 344.04 659.54 lineto stroke
9108 %  S_CLEFSIG
9109 166.08 719.54 1.000000 gclef
9110 166.33 677.54 1.000000 fclef
9111 %  S_CHHEAD
9112 %  S_STAFF
9113 % staff 1
9114 save
9115 195.69 707.54 1.000000 4n
9116 189.46 707.54 moveto
9117 201.92 707.54 lineto stroke
9118 199.37 708.29 moveto
9119 199.37 728.54 lineto stroke
9120 225.43 710.54 1.000000 4n
9121 229.12 711.29 moveto
9122 229.12 731.54 lineto stroke
9123 255.18 713.54 1.000000 4n
9124 258.86 714.29 moveto
9125 258.86 734.54 lineto stroke
9126 285.77 716.54 1.000000 4n
9127 289.45 717.29 moveto
9128 289.45 737.54 lineto stroke
9129 /Times-Roman findfont
9130 12 scalefont
9131 setfont
9132 250.86 746.78 moveto
9133 (D.C. al Coda ) show
9134 restore
9135 %  S_STAFF
9136 % staff 2
9137 save
9138 195.69 668.54 1.000000 4n
9139 0.70 setlinewidth
9140 199.37 669.29 moveto
9141 199.37 689.54 lineto stroke
9142 225.43 671.54 1.000000 4n
9143 221.75 670.79 moveto
9144 221.75 650.54 lineto stroke
9145 255.18 674.54 1.000000 4n
9146 251.50 673.79 moveto
9147 251.50 653.54 lineto stroke
9148 285.77 677.54 1.000000 4n
9149 282.08 676.79 moveto
9150 282.08 656.54 lineto stroke
9151 restore
9152 %  S_BAR
9153 12 linenum
9154 0.70 setlinewidth
9155 317.04 737.54 moveto
9156 317.04 713.54 lineto stroke
9157 320.04 737.54 moveto
9158 320.04 713.54 lineto stroke
9159 317.04 683.54 moveto
9160 317.04 659.54 lineto stroke
9161 320.04 683.54 moveto
9162 320.04 659.54 lineto stroke
9163 %  S_CHHEAD
9164 %  S_STAFF
9165 % staff 1
9166 save
9167 restore
9168 %  S_STAFF
9169 % staff 2
9170 save
9171 restore
9172 %  S_BAR
9173 16 linenum
9174 0.70 setlinewidth
9175 %  S_CLEFSIG
9176 356.19 719.54 1.000000 gclef
9177 356.44 677.54 1.000000 fclef
9178 %  S_CHHEAD
9179 %  S_STAFF
9180 % staff 1
9181 save
9182 378.79 716.54 1.000000 4n
9183 382.48 717.29 moveto
9184 382.48 737.54 lineto stroke
9185 408.54 713.54 1.000000 4n
9186 412.22 714.29 moveto
9187 412.22 734.54 lineto stroke
9188 438.29 710.54 1.000000 4n
9189 441.97 711.29 moveto
9190 441.97 731.54 lineto stroke
9191 468.87 707.54 1.000000 4n
9192 462.64 707.54 moveto
9193 475.10 707.54 lineto stroke
9194 472.55 708.29 moveto
9195 472.55 728.54 lineto stroke
9196 /Times-Roman findfont
9197 12 scalefont
9198 setfont
9199 374.80 746.78 moveto
9200 (Coda ) show
9201 restore
9202 %  S_STAFF
9203 % staff 2
9204 save
9205 378.79 677.54 1.000000 4n
9206 0.70 setlinewidth
9207 375.11 676.79 moveto
9208 375.11 656.54 lineto stroke
9209 408.54 674.54 1.000000 4n
9210 404.86 673.79 moveto
9211 404.86 653.54 lineto stroke
9212 438.29 671.54 1.000000 4n
9213 434.61 670.79 moveto
9214 434.61 650.54 lineto stroke
9215 468.87 668.54 1.000000 4n
9216 472.55 669.29 moveto
9217 472.55 689.54 lineto stroke
9218 restore
9219 %  S_BAR
9220 20 linenum
9221 0.70 setlinewidth
9222 498.50 737.54 moveto
9223 498.50 713.54 lineto stroke
9224 3.00 setlinewidth
9225 502.50 737.54 moveto
9226 502.50 713.54 lineto stroke
9227 0.70 setlinewidth
9228 498.50 683.54 moveto
9229 498.50 659.54 lineto stroke
9230 3.00 setlinewidth
9231 502.50 683.54 moveto
9232 502.50 659.54 lineto stroke
9233 0.70 setlinewidth
9234 %  Printing header/footer
9235 showpage
9236 restore
9237 %%DocumentFonts: /Times-Roman 
9238 %%Pages: 2
9239 %%EndDocument
9240 end 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
9242 G 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
9244 1.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
9246 EBEGIN
9247 0 0.1 0.5 setrgbcolor
9248 EEND/F0 13/Times-Italic@0 SF 3.25(5.3.1 Bar)72.586 478.6 R(line padding)
9249 3.25 E 69.336 490.6 EBEGIN
9250 0 0 0 setrgbcolor
9251 EEND/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
9259 532.6 Q F0 -.1(wo)69.336 552.6 S(uld add 3 stepsizes of padding.).1 E
9260 69.336 569.6 EBEGIN
9261 0 0.1 0.5 setrgbcolor
9262 EEND/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
9264 0 0 0 setrgbcolor
9265 EEND/F0 10/Times-Roman@0 SF
9266 (It is also possible to associate a location tag with a bar line.)71.836
9267 581.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)
9269 105.336 611.6 Q(// Do double bar with an extra stepsize of)105.336 635.6
9270 Q(// 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\
9273 eful. Special rules apply if a bar line happens to be placed at the)-.15
9274 F .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
9281 E(if an)69.336 733.6 Q -.65(y.)-.15 G EP
9282 %%Page: 40 46
9283 %%BeginPageSetup
9284 BP
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
9287 EBEGIN
9288 0 0.1 0.5 setrgbcolor
9289 EEND/F0 13/Times-Italic@0 SF 3.25(5.3.3 Endings)72.586 101 R 69.336 113
9290 EBEGIN
9291 0 0 0 setrgbcolor
9292 EEND/F0 10/Times-Roman@0 SF 1.239
9293 (First and second endings, etc. can be designated at bar lines.)73.074
9294 113 R 1.239(This is done with the k)6.239 F -.15(ey)-.1 G -.1(wo).15 G
9295 1.239(rd "ending,").1 F(follo)69.336 125 Q .699(wed by a quoted string \
9296 to 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
9299 137 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
9301 167 Q(repeatend ending "2-3")105.336 179 Q(endbar endending)105.336 191
9302 Q F0 .1(The ending label will al)69.336 217 R -.1(wa)-.1 G .099(ys be f\
9303 orced into 12 point times roman font. If you change font or size or inc\
9304 lude).1 F(special characters in the ending label, the output is not lik)
9305 69.336 229 Q(ely to be aligned properly)-.1 E(.)-.65 E 1.073(The "endin\
9306 gstyle" parameter \(described in the section on parameters\) controls w\
9307 here 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
9310 0 0.1 0.5 setrgbcolor
9311 EEND/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
9313 0 0 0 setrgbcolor
9314 EEND/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)
9319 105.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
9337 2.555(ery confusing, ho)-.15 F(we)-.25 E -.15(ve)-.25 G -.55(r.).15 G
9338 7.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
9340 Q(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
9342 492 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
9344 gsave 0 0.25 0.75 setrgbcolor 0 77 rlineto 320 0 rlineto 0 77 neg rlineto closepath stroke grestore
9345 EEND 160 685 320 320 -77 77 126.836 614.6 PBEGIN
9346 %%BeginDocument: mugex38.ps
9347 %%BoundingBox: 160 685 480 762
9348 save
9349 1960644268 1960643998 sv
9350 1.000000 1.000000 scale
9351 %  S_SSV
9352 (/tmp/ugexiM5077) inputfile
9353 1 linenum
9354 %  S_FEED
9355 612.29 785.78 828.00 5 1.000000 1.000000 stf
9356 0.70 setlinewidth
9357 272.03 727.78 moveto
9358 272.03 738.78 lineto stroke
9359 /Times-Roman findfont
9360 12 scalefont
9361 setfont
9362 275.03 728.78 moveto
9363 (1) show
9364 272.03 738.78 moveto
9365 336.19 738.78 lineto stroke
9366 336.19 738.78 moveto
9367 336.19 727.78 lineto stroke
9368 340.19 727.78 moveto
9369 340.19 738.78 lineto stroke
9370 /Times-Roman findfont
9371 12 scalefont
9372 setfont
9373 343.19 728.78 moveto
9374 (2.) show
9375 340.19 738.78 moveto
9376 462.50 738.78 lineto stroke
9377 462.50 738.78 moveto
9378 462.50 727.78 lineto stroke
9379 %  S_CLEFSIG
9380 192.08 707.78 1.000000 gclef
9381 %  S_CHHEAD
9382 %  S_STAFF
9383 % staff 1
9384 save
9385 225.79 695.78 1.000000 1n
9386 218.37 695.78 moveto
9387 233.21 695.78 lineto stroke
9388 restore
9389 %  S_BAR
9390 4 linenum
9391 0.70 setlinewidth
9392 268.03 725.78 moveto
9393 268.03 701.78 lineto stroke
9394 271.03 725.78 moveto
9395 271.03 701.78 lineto stroke
9396 /Times-Bold findfont
9397 12 scalefont
9398 setfont
9399 newpath
9400 265.04 742.78 moveto
9401 265.04 754.00 lineto
9402 275.52 754.00 lineto
9403 275.52 742.78 lineto
9404 closepath
9405 stroke
9406 267.04 744.28 moveto
9407 (1) show
9408 %  S_CHHEAD
9409 %  S_STAFF
9410 % staff 1
9411 save
9412 287.45 701.78 1.000000 1n
9413 restore
9414 %  S_BAR
9415 6 linenum
9416 334.19 716.78 1.000000 dot
9417 334.19 710.78 1.000000 dot
9418 0.70 setlinewidth
9419 338.19 725.78 moveto
9420 338.19 701.78 lineto stroke
9421 3.00 setlinewidth
9422 342.19 725.78 moveto
9423 342.19 701.78 lineto stroke
9424 0.70 setlinewidth
9425 /Times-Bold findfont
9426 12 scalefont
9427 setfont
9428 newpath
9429 331.87 742.78 moveto
9430 331.87 754.00 lineto
9431 345.01 754.00 lineto
9432 345.01 742.78 lineto
9433 closepath
9434 stroke
9435 333.87 744.28 moveto
9436 (A) show
9437 %  S_CHHEAD
9438 %  S_STAFF
9439 % staff 1
9440 save
9441 359.11 707.78 1.000000 1n
9442 restore
9443 %  S_BAR
9444 8 linenum
9445 0.70 setlinewidth
9446 402.34 725.78 moveto
9447 402.34 701.78 lineto stroke
9448 /Times-Bold findfont
9449 12 scalefont
9450 setfont
9451 newpath
9452 396.02 742.78 moveto
9453 396.02 753.93 lineto
9454 425.15 753.93 lineto
9455 425.15 742.78 lineto
9456 closepath
9457 stroke
9458 398.02 744.43 moveto
9459 (Duet) show
9460 %  S_CHHEAD
9461 %  S_STAFF
9462 % staff 1
9463 save
9464 418.77 701.78 1.000000 1n
9465 418.77 695.78 1.000000 1n
9466 411.35 695.78 moveto
9467 426.19 695.78 lineto stroke
9468 restore
9469 %  S_BAR
9470 10 linenum
9471 0.70 setlinewidth
9472 462.50 725.78 moveto
9473 462.50 701.78 lineto stroke
9474 3.00 setlinewidth
9475 466.50 725.78 moveto
9476 466.50 701.78 lineto stroke
9477 0.70 setlinewidth
9478 %  Printing header/footer
9479 showpage
9480 restore
9481 %%DocumentFonts: /Times-Roman /Times-Bold 
9482 %%Pages: 2
9483 %%EndDocument
9484 end 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
9487 1.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\
9492 he "endingstyle" parameter \(described in the section on parameters\) i\
9493 s 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
9500 F0 5.191(,a)C(nd/or)-5.191 E/F2 10/Times-Bold@0 SF(\()5.191 E F1(size)A
9501 F2(\))A F0 7.691(.O)C(nce)-7.691 E(speci\214ed, these remain in ef)
9502 69.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
9507 BP
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
9515 E 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
9521 F .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)
9524 69.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
9527 69.336 237 EBEGIN
9528 0 0.1 0.5 setrgbcolor
9529 EEND/F0 13/Times-Italic@0 SF 3.25(5.3.5 Setting)72.586 237 R(the measur)
9530 3.25 E 3.25(en)-.481 G(umber)-3.25 E 69.336 249 EBEGIN
9531 0 0 0 setrgbcolor
9532 EEND/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)
9542 105.336 303 Q 69.336 328 EBEGIN
9543 0 0.1 0.5 setrgbcolor
9544 EEND/F0 13/Times-Italic@0 SF 3.25(5.3.6 Setting)72.586 328 R -.481(re)
9545 3.25 G(hear).481 E(sal letter or number)-.13 E 69.336 340 EBEGIN
9546 0 0 0 setrgbcolor
9547 EEND/F0 10/Times-Roman@0 SF 1.413(If you are using the "rehearsal let" \
9548 or "rehearsal num" styles, you can set those to speci\214c v)73.249 340
9549 R 1.412(alues too,)-.25 F .75(similarly to ho)69.336 352 R 3.25(wm)-.25
9550 G .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
9553 364 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
9555 3.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
9562 2.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
9564 F 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
9566 462 Q 69.336 487 EBEGIN
9567 0 0.1 0.5 setrgbcolor
9568 EEND/F0 13/Times-Italic@0 SF 3.25(5.3.7 Hiding)72.586 487 R(time/k)3.25
9569 E .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
9571 0 0 0 setrgbcolor
9572 EEND/F0 10/Times-Roman@0 SF 1.049
9573 (Generally in printed music, when a time signature or k)72.885 499 R
9574 1.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
9578 G 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
9581 E 6.241(.S)-.55 G 1.241(ometimes you)-6.241 F 1.638(may w)69.336 535 R
9582 1.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\
9587 gnature, and clef changes at the end of the preceding score, you can us\
9588 e the).15 F 1.656("hidechanges" k)69.336 559 R -.15(ey)-.1 G -.1(wo).15
9589 G 1.657(rd on the bar line at which the changes occur).1 F 6.657(.H)-.55
9590 G 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
9594 BP
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
9599 144 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
9605 gsave 0 0.25 0.75 setrgbcolor 0 193 rlineto 352 0 rlineto 0 193 neg rlineto closepath stroke grestore
9606 EEND 128 570 352 352 -193 193 110.836 490.6 PBEGIN
9607 %%BeginDocument: mugex39.ps
9608 %%BoundingBox: 128 570 480 763
9609 save
9610 1960644268 1960643998 sv
9611 1.000000 1.000000 scale
9612 %  S_SSV
9613 (/tmp/ugexiM5077) inputfile
9614 1 linenum
9615 %  S_FEED
9616 588.07 803.00 828.00 5 1.000000 1.000000 stf
9617 /Times-Roman findfont
9618 12 scalefont
9619 setfont
9620 144.00 728.73 moveto
9621 (   ) show
9622 %  S_CLEFSIG
9623 167.86 725.00 1.000000 gclef
9624 /NewCenturySchlbk-Bold findfont
9625 16 scalefont
9626 setfont
9627 179.66 731.00 moveto
9628 (4) show
9629 /NewCenturySchlbk-Bold findfont
9630 16 scalefont
9631 setfont
9632 179.66 718.98 moveto
9633 (4) show
9634 %  S_CHHEAD
9635 %  S_STAFF
9636 % staff 1
9637 save
9638 213.12 713.00 1.000000 4n
9639 0.70 setlinewidth
9640 206.89 713.00 moveto
9641 219.35 713.00 lineto stroke
9642 216.80 713.75 moveto
9643 216.80 734.00 lineto stroke
9644 272.47 716.00 1.000000 4n
9645 276.15 716.75 moveto
9646 276.15 737.00 lineto stroke
9647 331.81 719.00 1.000000 4n
9648 335.50 719.75 moveto
9649 335.50 740.00 lineto stroke
9650 392.00 722.00 1.000000 4n
9651 395.68 722.75 moveto
9652 395.68 743.00 lineto stroke
9653 restore
9654 %  S_BAR
9655 7 linenum
9656 0.70 setlinewidth
9657 445.80 743.00 moveto
9658 445.80 719.00 lineto stroke
9659 %  S_SSV
9660 10 linenum
9661 %  S_CLEFSIG
9662 451.04 731.00 1.000000 flat
9663 /NewCenturySchlbk-Bold findfont
9664 16 scalefont
9665 setfont
9666 456.78 731.00 moveto
9667 (5) show
9668 /NewCenturySchlbk-Bold findfont
9669 16 scalefont
9670 setfont
9671 456.78 718.98 moveto
9672 (4) show
9673 %  S_FEED
9674 9 linenum
9675 576.00 737.00 828.00 5 1.000000 1.000000 stf
9676 %  S_CLEFSIG
9677 155.79 659.00 1.000000 gclef
9678 169.33 665.00 1.000000 flat
9679 /NewCenturySchlbk-Bold findfont
9680 16 scalefont
9681 setfont
9682 175.07 665.00 moveto
9683 (5) show
9684 /NewCenturySchlbk-Bold findfont
9685 16 scalefont
9686 setfont
9687 175.07 652.98 moveto
9688 (4) show
9689 %  S_CHHEAD
9690 %  S_STAFF
9691 % staff 1
9692 save
9693 207.92 650.00 1.000000 4n
9694 211.60 650.75 moveto
9695 211.60 671.00 lineto stroke
9696 263.56 653.00 1.000000 4n
9697 267.25 653.75 moveto
9698 267.25 674.00 lineto stroke
9699 319.18 656.00 1.000000 4n
9700 322.86 656.75 moveto
9701 322.86 677.00 lineto stroke
9702 381.66 659.00 1.000000 2n
9703 385.56 659.75 moveto
9704 385.56 680.00 lineto stroke
9705 restore
9706 %  S_BAR
9707 14 linenum
9708 0.70 setlinewidth
9709 467.65 677.00 moveto
9710 467.65 653.00 lineto stroke
9711 %  S_SSV
9712 18 linenum
9713 %  S_CLEFSIG
9714 %  S_FEED
9715 16 linenum
9716 576.00 671.00 828.00 5 1.000000 1.000000 stf
9717 %  S_CLEFSIG
9718 155.79 593.00 1.000000 gclef
9719 169.90 611.00 1.000000 sharp
9720 176.54 602.00 1.000000 sharp
9721 /NewCenturySchlbk-Bold findfont
9722 16 scalefont
9723 setfont
9724 182.86 599.00 moveto
9725 (6) show
9726 /NewCenturySchlbk-Bold findfont
9727 16 scalefont
9728 setfont
9729 182.86 586.98 moveto
9730 (4) show
9731 %  S_CHHEAD
9732 %  S_STAFF
9733 % staff 1
9734 save
9735 214.33 584.00 1.000000 4n
9736 218.01 584.75 moveto
9737 218.01 605.00 lineto stroke
9738 261.67 587.00 1.000000 4n
9739 265.35 587.75 moveto
9740 265.35 608.00 lineto stroke
9741 308.97 590.00 1.000000 4n
9742 312.66 590.75 moveto
9743 312.66 611.00 lineto stroke
9744 364.54 593.00 1.000000 2n
9745 374.02 596.00 1.000000 dot
9746 368.44 593.75 moveto
9747 368.44 614.00 lineto stroke
9748 restore
9749 %  S_BAR
9750 22 linenum
9751 0.70 setlinewidth
9752 467.65 611.00 moveto
9753 467.65 587.00 lineto stroke
9754 %  Printing header/footer
9755 showpage
9756 restore
9757 %%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold 
9758 %%Pages: 2
9759 %%EndDocument
9760 end PEND 69.336 510.6 EBEGIN
9761 0 0.1 0.5 setrgbcolor
9762 EEND/F0 14/Times-Bold@0 SF 3.5(5.4 Multir)72.836 510.6 R(est)-.252 E
9763 69.336 528.6 EBEGIN
9764 0 0 0 setrgbcolor
9765 EEND/F0 10/Times-Roman@0 SF .783(Multiple measure rests can be indicate\
9766 d using the "multirest" statement.)72.619 528.6 R .782(It is follo)5.782
9767 F .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.)
9771 69.336 552.6 Q(Examples:)5 E/F1 10/Courier@0 SF(multirest 15)105.336
9772 570.6 Q(bar)105.336 582.6 Q(1: 2c;4;;)105.336 594.6 Q(bar)105.336 606.6
9773 Q(1: 2.c;4r;)105.336 618.6 Q(bar)105.336 630.6 Q(multirest 5)105.336
9774 642.6 Q(bar)105.336 654.6 Q 91.836 664.2 EBEGIN
9775 gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 392 0 rlineto 0 64 neg rlineto closepath stroke grestore
9776 EEND 128 698 392 392 -64 64 90.836 728.2 PBEGIN
9777 %%BeginDocument: mugex40.ps
9778 %%BoundingBox: 128 698 520 762
9779 save
9780 703918026 703917304 sv
9781 1.000000 1.000000 scale
9782 %  S_SSV
9783 (/tmp/ugexiM5077) inputfile
9784 1 linenum
9785 %  S_FEED
9786 144.29 1230.79 792.00 5 1.000000 1.000000 stf
9787 %  S_CLEFSIG
9788 156.08 720.79 1.000000 gclef
9789 %  S_CHHEAD
9790 %  S_STAFF
9791 % staff 1
9792 save
9793 1.50 setlinewidth
9794 187.90 720.79 moveto
9795 187.90 732.79 lineto stroke
9796 246.42 720.79 moveto
9797 246.42 732.79 lineto stroke
9798 3.00 setlinewidth
9799 187.90 726.79 moveto
9800 246.42 726.79 lineto stroke
9801 /NewCenturySchlbk-Bold findfont
9802 16 scalefont
9803 setfont
9804 207.95 741.79 moveto
9805 (15) show
9806 restore
9807 %  S_BAR
9808 5 linenum
9809 0.70 setlinewidth
9810 260.96 738.79 moveto
9811 260.96 714.79 lineto stroke
9812 %  S_CHHEAD
9813 %  S_STAFF
9814 % staff 1
9815 save
9816 273.29 708.79 1.000000 2n
9817 266.84 708.79 moveto
9818 279.74 708.79 lineto stroke
9819 277.19 709.54 moveto
9820 277.19 729.79 lineto stroke
9821 302.88 708.79 1.000000 4n
9822 296.65 708.79 moveto
9823 309.11 708.79 lineto stroke
9824 306.56 709.54 moveto
9825 306.56 729.79 lineto stroke
9826 321.99 708.79 1.000000 4n
9827 315.76 708.79 moveto
9828 328.22 708.79 lineto stroke
9829 325.67 709.54 moveto
9830 325.67 729.79 lineto stroke
9831 restore
9832 %  S_BAR
9833 7 linenum
9834 0.70 setlinewidth
9835 341.55 738.79 moveto
9836 341.55 714.79 lineto stroke
9837 %  S_CHHEAD
9838 %  S_STAFF
9839 % staff 1
9840 save
9841 354.71 708.79 1.000000 2n
9842 364.19 711.79 1.000000 dot
9843 348.26 708.79 moveto
9844 361.16 708.79 lineto stroke
9845 358.61 709.54 moveto
9846 358.61 729.79 lineto stroke
9847 396.66 726.79 1.000000 4rest
9848 restore
9849 %  S_BAR
9850 9 linenum
9851 0.70 setlinewidth
9852 416.07 738.79 moveto
9853 416.07 714.79 lineto stroke
9854 %  S_CHHEAD
9855 %  S_STAFF
9856 % staff 1
9857 save
9858 1.50 setlinewidth
9859 430.60 720.79 moveto
9860 430.60 732.79 lineto stroke
9861 489.12 720.79 moveto
9862 489.12 732.79 lineto stroke
9863 3.00 setlinewidth
9864 430.60 726.79 moveto
9865 489.12 726.79 lineto stroke
9866 /NewCenturySchlbk-Bold findfont
9867 16 scalefont
9868 setfont
9869 455.25 741.79 moveto
9870 (5) show
9871 restore
9872 %  S_BAR
9873 11 linenum
9874 0.70 setlinewidth
9875 503.65 738.79 moveto
9876 503.65 714.79 lineto stroke
9877 %  Printing header/footer
9878 showpage
9879 restore
9880 %%DocumentFonts: /NewCenturySchlbk-Bold 
9881 %%Pages: 2
9882 %%EndDocument
9883 end PEND EP
9884 %%Page: 43 49
9885 %%BeginPageSetup
9886 BP
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)
9890 69.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
9896 0 0.1 0.5 setrgbcolor
9897 EEND/F0 14/Times-Bold@0 SF 3.5(5.5 L)72.836 144 R(yrics)-.77 E 69.336
9898 162 EBEGIN
9899 0 0 0 setrgbcolor
9900 EEND/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
9905 F .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
9907 G(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
9909 Q 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
9912 G .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
9919 G .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
9925 E 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)
9927 69.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)
9941 69.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)
9949 5.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
9951 3.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
9965 BP
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";)
9969 105.336 108 Q(// The time values will be all quarter notes,)105.336 120
9970 Q(// as derived from the music on staff 1)105.336 132 Q(bar)105.336 144
9971 Q(1: 8g;4.f;4g;a;)105.336 168 Q(lyrics 1: "up-on the earth.";)105.336
9972 180 Q(// The derived time values will be 8;4.;4;;)105.336 192 Q(bar)
9973 105.336 204 Q(// In these examples, time values will be taken)105.336
9974 228 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
9976 252 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
9996 G .202(xplicitly specify the times)-2.852 F(for that measure.)69.336 416
9997 Q -.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
10000 F .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
10005 F .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
10011 Q(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)
10013 69.336 500 S .075(rse numbers need not be consecuti)1.11 F -.15(ve)-.25
10014 G 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
10016 2.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
10024 BP
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
10027 EBEGIN
10028 gsave 0 0.25 0.75 setrgbcolor 0 269 rlineto 320 0 rlineto 0 269 neg rlineto closepath stroke grestore
10029 EEND 160 493 320 320 -269 269 126.836 365 PBEGIN
10030 %%BeginDocument: mugex41.ps
10031 %%BoundingBox: 160 493 480 762
10032 save
10033 703918026 703917304 sv
10034 1.000000 1.000000 scale
10035 %  S_SSV
10036 (/tmp/ugexiM5077) inputfile
10037 1 linenum
10038 %  S_FEED
10039 180.29 1233.86 756.00 5 1.000000 1.000000 stf
10040 180.29 1105.59 756.00 5 1.000000 1.000000 stf
10041 0.70 setlinewidth
10042 180.29 741.86 moveto
10043 180.29 589.59 lineto stroke
10044 %  S_CLEFSIG
10045 192.08 723.86 1.000000 gclef
10046 192.08 595.59 1.000000 gclef
10047 %  S_CHHEAD
10048 %  S_STAFF
10049 % staff 1
10050 save
10051 4 linenum
10052 /Times-Roman findfont
10053 12 scalefont
10054 setfont
10055 222.82 697.86 moveto
10056 (This) show
10057 /Times-Roman findfont
10058 12 scalefont
10059 setfont
10060 301.28 697.86 moveto
10061 (is) show
10062 /Times-Roman findfont
10063 12 scalefont
10064 setfont
10065 363.64 697.86 moveto
10066 (-) show
10067 /Times-Roman findfont
10068 12 scalefont
10069 setfont
10070 330.29 697.86 moveto
10071 (some) show
10072 /Times-Roman findfont
10073 12 scalefont
10074 setfont
10075 374.65 697.86 moveto
10076 (thing) show
10077 /Times-Roman findfont
10078 12 scalefont
10079 setfont
10080 420.07 697.86 moveto
10081 (else.) show
10082 4 linenum
10083 /Times-Roman findfont
10084 12 scalefont
10085 setfont
10086 222.34 684.61 moveto
10087 (Now) show
10088 /Times-Roman findfont
10089 12 scalefont
10090 setfont
10091 299.97 684.61 moveto
10092 (try) show
10093 /Times-Roman findfont
10094 12 scalefont
10095 setfont
10096 333.29 684.61 moveto
10097 (this) show
10098 /Times-Roman findfont
10099 12 scalefont
10100 setfont
10101 376.97 684.61 moveto
10102 (out) show
10103 /Times-Roman findfont
10104 12 scalefont
10105 setfont
10106 420.91 684.61 moveto
10107 (too.) show
10108 4 linenum
10109 /Times-Roman findfont
10110 12 scalefont
10111 setfont
10112 222.34 671.29 moveto
10113 (Now) show
10114 /Times-Roman findfont
10115 12 scalefont
10116 setfont
10117 299.97 671.29 moveto
10118 (try) show
10119 /Times-Roman findfont
10120 12 scalefont
10121 setfont
10122 333.29 671.29 moveto
10123 (this) show
10124 /Times-Roman findfont
10125 12 scalefont
10126 setfont
10127 376.97 671.29 moveto
10128 (out) show
10129 /Times-Roman findfont
10130 12 scalefont
10131 setfont
10132 420.91 671.29 moveto
10133 (too.) show
10134 4 linenum
10135 /Times-Roman findfont
10136 12 scalefont
10137 setfont
10138 222.34 657.97 moveto
10139 (How) show
10140 /Times-Roman findfont
10141 12 scalefont
10142 setfont
10143 300.29 657.97 moveto
10144 (do) show
10145 /Times-Roman findfont
10146 12 scalefont
10147 setfont
10148 333.13 657.97 moveto
10149 (you) show
10150 /Times-Roman findfont
10151 12 scalefont
10152 setfont
10153 376.31 657.97 moveto
10154 (like) show
10155 /Times-Roman findfont
10156 12 scalefont
10157 setfont
10158 419.83 657.97 moveto
10159 (this?) show
10160 4 linenum
10161 /Times-Roman findfont
10162 12 scalefont
10163 setfont
10164 222.34 644.65 moveto
10165 (How) show
10166 /Times-Roman findfont
10167 12 scalefont
10168 setfont
10169 300.29 644.65 moveto
10170 (do) show
10171 /Times-Roman findfont
10172 12 scalefont
10173 setfont
10174 333.13 644.65 moveto
10175 (you) show
10176 /Times-Roman findfont
10177 12 scalefont
10178 setfont
10179 376.31 644.65 moveto
10180 (like) show
10181 /Times-Roman findfont
10182 12 scalefont
10183 setfont
10184 419.83 644.65 moveto
10185 (this?) show
10186 4 linenum
10187 /Times-Roman findfont
10188 12 scalefont
10189 setfont
10190 222.34 631.33 moveto
10191 (Now) show
10192 /Times-Roman findfont
10193 12 scalefont
10194 setfont
10195 299.97 631.33 moveto
10196 (try) show
10197 /Times-Roman findfont
10198 12 scalefont
10199 setfont
10200 333.29 631.33 moveto
10201 (this) show
10202 /Times-Roman findfont
10203 12 scalefont
10204 setfont
10205 376.97 631.33 moveto
10206 (out) show
10207 /Times-Roman findfont
10208 12 scalefont
10209 setfont
10210 420.91 631.33 moveto
10211 (too.) show
10212 228.15 732.86 1.000000 4n
10213 237.41 732.86 1.000000 dot
10214 224.47 732.11 moveto
10215 224.47 711.86 lineto stroke
10216 303.28 711.86 1.000000 4n
10217 297.05 711.86 moveto
10218 309.51 711.86 lineto stroke
10219 306.96 712.61 moveto
10220 306.96 732.86 lineto stroke
10221 309.98 732.86 1.000000 dnflag
10222 337.61 717.85 1.000000 4n
10223 341.29 718.61 moveto
10224 341.29 738.86 lineto stroke
10225 380.79 720.86 1.000000 4n
10226 384.47 721.61 moveto
10227 384.47 741.86 lineto stroke
10228 425.48 723.86 1.000000 4n
10229 429.17 724.61 moveto
10230 429.17 744.86 lineto stroke
10231 /NewCenturySchlbk-BoldItalic findfont
10232 11 scalefont
10233 setfont
10234 378.38 745.31 moveto
10235 (3) show
10236 333.58 747.32 moveto
10237 376.38 749.11 lineto stroke
10238 386.72 749.50 moveto
10239 429.52 751.29 lineto stroke
10240 333.58 747.32 moveto
10241 333.58 744.32 lineto stroke
10242 429.52 751.29 moveto
10243 429.52 748.29 lineto stroke
10244 restore
10245 %  S_STAFF
10246 % staff 2
10247 save
10248 4 linenum
10249 /Times-Roman findfont
10250 12 scalefont
10251 setfont
10252 222.82 569.59 moveto
10253 (This) show
10254 /Times-Roman findfont
10255 12 scalefont
10256 setfont
10257 301.28 569.59 moveto
10258 (is) show
10259 /Times-Roman findfont
10260 12 scalefont
10261 setfont
10262 363.64 569.59 moveto
10263 (-) show
10264 /Times-Roman findfont
10265 12 scalefont
10266 setfont
10267 330.29 569.59 moveto
10268 (some) show
10269 /Times-Roman findfont
10270 12 scalefont
10271 setfont
10272 374.65 569.59 moveto
10273 (thing) show
10274 /Times-Roman findfont
10275 12 scalefont
10276 setfont
10277 420.07 569.59 moveto
10278 (else.) show
10279 4 linenum
10280 /Times-Roman findfont
10281 12 scalefont
10282 setfont
10283 222.34 556.34 moveto
10284 (Now) show
10285 /Times-Roman findfont
10286 12 scalefont
10287 setfont
10288 299.97 556.34 moveto
10289 (try) show
10290 /Times-Roman findfont
10291 12 scalefont
10292 setfont
10293 333.29 556.34 moveto
10294 (this) show
10295 /Times-Roman findfont
10296 12 scalefont
10297 setfont
10298 376.97 556.34 moveto
10299 (out) show
10300 /Times-Roman findfont
10301 12 scalefont
10302 setfont
10303 420.91 556.34 moveto
10304 (too.) show
10305 4 linenum
10306 /Times-Roman findfont
10307 12 scalefont
10308 setfont
10309 222.34 543.02 moveto
10310 (Now) show
10311 /Times-Roman findfont
10312 12 scalefont
10313 setfont
10314 299.97 543.02 moveto
10315 (try) show
10316 /Times-Roman findfont
10317 12 scalefont
10318 setfont
10319 333.29 543.02 moveto
10320 (this) show
10321 /Times-Roman findfont
10322 12 scalefont
10323 setfont
10324 376.97 543.02 moveto
10325 (out) show
10326 /Times-Roman findfont
10327 12 scalefont
10328 setfont
10329 420.91 543.02 moveto
10330 (too.) show
10331 4 linenum
10332 /Times-Roman findfont
10333 12 scalefont
10334 setfont
10335 222.34 529.70 moveto
10336 (How) show
10337 /Times-Roman findfont
10338 12 scalefont
10339 setfont
10340 300.29 529.70 moveto
10341 (do) show
10342 /Times-Roman findfont
10343 12 scalefont
10344 setfont
10345 333.13 529.70 moveto
10346 (you) show
10347 /Times-Roman findfont
10348 12 scalefont
10349 setfont
10350 376.31 529.70 moveto
10351 (like) show
10352 /Times-Roman findfont
10353 12 scalefont
10354 setfont
10355 419.83 529.70 moveto
10356 (this?) show
10357 4 linenum
10358 /Times-Roman findfont
10359 12 scalefont
10360 setfont
10361 222.34 516.38 moveto
10362 (How) show
10363 /Times-Roman findfont
10364 12 scalefont
10365 setfont
10366 300.29 516.38 moveto
10367 (do) show
10368 /Times-Roman findfont
10369 12 scalefont
10370 setfont
10371 333.13 516.38 moveto
10372 (you) show
10373 /Times-Roman findfont
10374 12 scalefont
10375 setfont
10376 376.31 516.38 moveto
10377 (like) show
10378 /Times-Roman findfont
10379 12 scalefont
10380 setfont
10381 419.83 516.38 moveto
10382 (this?) show
10383 4 linenum
10384 /Times-Roman findfont
10385 12 scalefont
10386 setfont
10387 222.34 503.06 moveto
10388 (Now) show
10389 /Times-Roman findfont
10390 12 scalefont
10391 setfont
10392 299.97 503.06 moveto
10393 (try) show
10394 /Times-Roman findfont
10395 12 scalefont
10396 setfont
10397 333.29 503.06 moveto
10398 (this) show
10399 /Times-Roman findfont
10400 12 scalefont
10401 setfont
10402 376.97 503.06 moveto
10403 (out) show
10404 /Times-Roman findfont
10405 12 scalefont
10406 setfont
10407 420.91 503.06 moveto
10408 (too.) show
10409 228.15 604.59 1.000000 4n
10410 237.41 604.59 1.000000 dot
10411 0.70 setlinewidth
10412 224.47 603.84 moveto
10413 224.47 583.59 lineto stroke
10414 303.28 583.59 1.000000 4n
10415 297.05 583.59 moveto
10416 309.51 583.59 lineto stroke
10417 306.96 584.34 moveto
10418 306.96 604.59 lineto stroke
10419 309.98 604.59 1.000000 dnflag
10420 337.61 589.59 1.000000 4n
10421 341.29 590.34 moveto
10422 341.29 610.59 lineto stroke
10423 380.79 592.59 1.000000 4n
10424 384.47 593.34 moveto
10425 384.47 613.59 lineto stroke
10426 425.48 595.59 1.000000 4n
10427 429.17 596.34 moveto
10428 429.17 616.59 lineto stroke
10429 /NewCenturySchlbk-BoldItalic findfont
10430 11 scalefont
10431 setfont
10432 378.38 617.04 moveto
10433 (3) show
10434 333.58 619.06 moveto
10435 376.38 620.84 lineto stroke
10436 386.72 621.23 moveto
10437 429.52 623.02 lineto stroke
10438 333.58 619.06 moveto
10439 333.58 616.06 lineto stroke
10440 429.52 623.02 moveto
10441 429.52 620.02 lineto stroke
10442 restore
10443 %  S_BAR
10444 9 linenum
10445 0.70 setlinewidth
10446 467.65 741.86 moveto
10447 467.65 717.85 lineto stroke
10448 467.65 613.59 moveto
10449 467.65 589.59 lineto stroke
10450 %  Printing header/footer
10451 showpage
10452 restore
10453 %%DocumentFonts: /Times-Roman /NewCenturySchlbk-BoldItalic 
10454 %%Pages: 2
10455 %%EndDocument
10456 end 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)
10461 69.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
10474 469 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
10476 E(bar)105.336 505 Q 163.836 514.6 EBEGIN
10477 gsave 0 0.25 0.75 setrgbcolor 0 84 rlineto 248 0 rlineto 0 84 neg rlineto closepath stroke grestore
10478 EEND 200 679 248 248 -84 84 162.836 598.6 PBEGIN
10479 %%BeginDocument: mugex42.ps
10480 %%BoundingBox: 200 679 448 763
10481 save
10482 703918026 703917304 sv
10483 1.000000 1.000000 scale
10484 %  S_SSV
10485 (/tmp/ugexiM5077) inputfile
10486 2 linenum
10487 %  S_FEED
10488 216.29 1235.00 720.00 5 1.000000 1.000000 stf
10489 %  S_CLEFSIG
10490 228.08 725.00 1.000000 gclef
10491 %  S_CHHEAD
10492 %  S_STAFF
10493 % staff 1
10494 save
10495 7 linenum
10496 /Times-Roman findfont
10497 12 scalefont
10498 setfont
10499 340.05 692.60 moveto
10500 (The) show
10501 /Times-Roman findfont
10502 12 scalefont
10503 setfont
10504 380.18 692.60 moveto
10505 (refrain) show
10506 6 linenum
10507 /Times-Roman findfont
10508 12 scalefont
10509 setfont
10510 251.58 699.00 moveto
10511 (verse) show
10512 /Times-Roman findfont
10513 12 scalefont
10514 setfont
10515 299.64 699.00 moveto
10516 (one) show
10517 6 linenum
10518 /Times-Roman findfont
10519 12 scalefont
10520 setfont
10521 251.58 686.19 moveto
10522 (verse) show
10523 /Times-Roman findfont
10524 12 scalefont
10525 setfont
10526 299.48 686.19 moveto
10527 (two) show
10528 257.90 713.00 1.000000 4n
10529 0.70 setlinewidth
10530 251.66 713.00 moveto
10531 264.13 713.00 lineto stroke
10532 261.58 713.75 moveto
10533 261.58 734.00 lineto stroke
10534 303.96 713.00 1.000000 4n
10535 297.73 713.00 moveto
10536 310.19 713.00 lineto stroke
10537 307.64 713.75 moveto
10538 307.64 734.00 lineto stroke
10539 344.72 719.00 1.000000 4n
10540 348.40 719.75 moveto
10541 348.40 740.00 lineto stroke
10542 388.14 719.00 1.000000 4n
10543 391.82 719.75 moveto
10544 391.82 740.00 lineto stroke
10545 restore
10546 %  S_BAR
10547 9 linenum
10548 0.70 setlinewidth
10549 431.65 743.00 moveto
10550 431.65 719.00 lineto stroke
10551 %  Printing header/footer
10552 showpage
10553 restore
10554 %%DocumentFonts: /Times-Roman 
10555 %%Pages: 2
10556 %%EndDocument
10557 end PEND/F0 10/Times-Roman@0 SF .744(The lyrics string is follo)69.336
10558 618.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\
10568 c 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\
10576 le 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
10581 BP
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
10587 132 Q(lyrics 1: 4;;2; [1] "Three blind mice";)105.336 144 Q(bar)105.336
10588 156 Q 127.836 165.6 EBEGIN
10589 gsave 0 0.25 0.75 setrgbcolor 0 71 rlineto 320 0 rlineto 0 71 neg rlineto closepath stroke grestore
10590 EEND 160 692 320 320 -71 71 126.836 236.6 PBEGIN
10591 %%BeginDocument: mugex43.ps
10592 %%BoundingBox: 160 692 480 763
10593 save
10594 703918026 703917304 sv
10595 1.000000 1.000000 scale
10596 %  S_SSV
10597 (/tmp/ugexiM5077) inputfile
10598 1 linenum
10599 %  S_FEED
10600 180.29 1235.00 756.00 5 1.000000 1.000000 stf
10601 %  S_CLEFSIG
10602 192.08 725.00 1.000000 gclef
10603 %  S_CHHEAD
10604 %  S_STAFF
10605 % staff 1
10606 save
10607 7 linenum
10608 /Times-Roman findfont
10609 12 scalefont
10610 setfont
10611 218.74 698.90 moveto
10612 (Three) show
10613 /Times-Roman findfont
10614 12 scalefont
10615 setfont
10616 285.36 698.90 moveto
10617 (blind) show
10618 /Times-Roman findfont
10619 12 scalefont
10620 setfont
10621 359.02 698.90 moveto
10622 (mice) show
10623 225.72 719.00 1.000000 4n
10624 0.70 setlinewidth
10625 229.40 719.75 moveto
10626 229.40 740.00 lineto stroke
10627 291.49 716.00 1.000000 4n
10628 295.18 716.75 moveto
10629 295.18 737.00 lineto stroke
10630 364.86 713.00 1.000000 2n
10631 358.41 713.00 moveto
10632 371.30 713.00 lineto stroke
10633 368.75 713.75 moveto
10634 368.75 734.00 lineto stroke
10635 restore
10636 %  S_BAR
10637 9 linenum
10638 0.70 setlinewidth
10639 467.65 743.00 moveto
10640 467.65 719.00 lineto stroke
10641 %  Printing header/footer
10642 showpage
10643 restore
10644 %%DocumentFonts: /Times-Roman 
10645 %%Pages: 2
10646 %%EndDocument
10647 end 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";)
10650 105.336 280.6 Q(bar)105.336 292.6 Q 127.836 302.2 EBEGIN
10651 gsave 0 0.25 0.75 setrgbcolor 0 67 rlineto 320 0 rlineto 0 67 neg rlineto closepath stroke grestore
10652 EEND 160 693 320 320 -67 67 126.836 369.2 PBEGIN
10653 %%BeginDocument: mugex44.ps
10654 %%BoundingBox: 160 693 480 760
10655 save
10656 703918026 703917304 sv
10657 1.000000 1.000000 scale
10658 %  S_SSV
10659 (/tmp/ugexiM5077) inputfile
10660 1 linenum
10661 %  S_FEED
10662 180.29 1228.18 756.00 5 1.000000 1.000000 stf
10663 %  S_CLEFSIG
10664 192.08 718.18 1.000000 gclef
10665 %  S_CHHEAD
10666 %  S_STAFF
10667 % staff 1
10668 save
10669 4 linenum
10670 0.70 setlinewidth
10671 246.28 746.28 moveto
10672 290.66 746.28 lineto stroke
10673 /Times-Roman findfont
10674 12 scalefont
10675 setfont
10676 219.71 746.28 moveto
10677 (now) show
10678 /Times-Roman findfont
10679 12 scalefont
10680 setfont
10681 337.98 746.28 moveto
10682 (or) show
10683 /Times-Roman findfont
10684 12 scalefont
10685 setfont
10686 396.98 746.28 moveto
10687 (-) show
10688 /Times-Roman findfont
10689 12 scalefont
10690 setfont
10691 368.16 746.28 moveto
10692 (nev) show
10693 /Times-Roman findfont
10694 12 scalefont
10695 setfont
10696 411.53 746.28 moveto
10697 (er) show
10698 226.36 709.18 1.000000 4n
10699 230.04 709.93 moveto
10700 230.04 730.18 lineto stroke
10701 286.63 712.18 1.000000 4n
10702 290.31 712.93 moveto
10703 290.31 733.18 lineto stroke
10704 340.46 718.18 1.000000 4n
10705 344.14 718.93 moveto
10706 344.14 739.18 lineto stroke
10707 347.17 739.18 1.000000 dnflag
10708 373.47 724.18 1.000000 4n
10709 369.78 723.43 moveto
10710 369.78 703.18 lineto stroke
10711 372.81 703.18 1.000000 upflag
10712 413.85 721.18 1.000000 4n
10713 417.53 721.93 moveto
10714 417.53 742.18 lineto stroke
10715 228.36 704.08 moveto
10716 228.37 704.23 lineto
10717 237.72 702.31 247.15 701.60 256.68 702.11 curveto
10718 266.21 702.62 275.51 704.33 284.60 707.23 curveto
10719 284.66 706.94 lineto
10720 275.72 703.24 266.42 701.13 256.76 700.61 curveto
10721 247.10 700.10 237.62 701.21 228.34 703.93 curveto
10722 fill
10723 restore
10724 %  S_BAR
10725 7 linenum
10726 0.70 setlinewidth
10727 467.65 736.18 moveto
10728 467.65 712.18 lineto stroke
10729 %  Printing header/footer
10730 showpage
10731 restore
10732 %%DocumentFonts: /Times-Roman 
10733 %%Pages: 2
10734 %%EndDocument
10735 end 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
10738 3.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)
10745 5.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
10751 R 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
10756 SF(1: 2c;4d<>;e;)105.336 479.2 Q(lyrics 1: "last word._";)105.336 491.2
10757 Q(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
10760 EBEGIN
10761 gsave 0 0.25 0.75 setrgbcolor 0 73 rlineto 392 0 rlineto 0 73 neg rlineto closepath stroke grestore
10762 EEND 128 690 392 392 -73 73 90.836 645.8 PBEGIN
10763 %%BeginDocument: mugex45.ps
10764 %%BoundingBox: 128 690 520 763
10765 save
10766 703918026 703917304 sv
10767 1.000000 1.000000 scale
10768 %  S_SSV
10769 (/tmp/ugexiM5077) inputfile
10770 1 linenum
10771 %  S_FEED
10772 144.29 1235.00 792.00 5 1.000000 1.000000 stf
10773 %  S_CLEFSIG
10774 156.08 725.00 1.000000 gclef
10775 %  S_CHHEAD
10776 %  S_STAFF
10777 % staff 1
10778 save
10779 3 linenum
10780 /Times-Roman findfont
10781 12 scalefont
10782 setfont
10783 185.45 697.03 moveto
10784 (last) show
10785 0.70 setlinewidth
10786 278.84 697.03 moveto
10787 300.25 697.03 lineto stroke
10788 /Times-Roman findfont
10789 12 scalefont
10790 setfont
10791 245.28 697.03 moveto
10792 (word.) show
10793 189.61 713.00 1.000000 2n
10794 183.16 713.00 moveto
10795 196.06 713.00 lineto stroke
10796 193.51 713.75 moveto
10797 193.51 734.00 lineto stroke
10798 253.67 716.00 1.000000 4n
10799 257.35 716.75 moveto
10800 257.35 737.00 lineto stroke
10801 296.22 719.00 1.000000 4n
10802 299.90 719.75 moveto
10803 299.90 740.00 lineto stroke
10804 255.67 710.90 moveto
10805 255.69 711.08 lineto
10806 262.13 709.95 268.60 709.64 275.12 710.15 curveto
10807 281.64 710.66 287.99 711.97 294.18 714.07 curveto
10808 294.26 713.73 lineto
10809 288.20 711.00 281.85 709.38 275.22 708.87 curveto
10810 268.59 708.35 262.07 708.97 255.66 710.72 curveto
10811 fill
10812 restore
10813 %  S_BAR
10814 6 linenum
10815 0.70 setlinewidth
10816 333.50 743.00 moveto
10817 333.50 719.00 lineto stroke
10818 %  S_CHHEAD
10819 %  S_STAFF
10820 % staff 1
10821 save
10822 9 linenum
10823 /Times-Roman findfont
10824 12 scalefont
10825 setfont
10826 346.94 697.03 moveto
10827 346.94 716.00 1.000000 4n
10828 350.63 716.75 moveto
10829 350.63 737.00 lineto stroke
10830 386.47 719.00 1.000000 4n
10831 390.16 719.75 moveto
10832 390.16 740.00 lineto stroke
10833 426.00 722.00 1.000000 4n
10834 429.68 722.75 moveto
10835 429.68 743.00 lineto stroke
10836 466.37 725.00 1.000000 4n
10837 470.05 725.75 moveto
10838 470.05 746.00 lineto stroke
10839 restore
10840 %  S_BAR
10841 11 linenum
10842 0.70 setlinewidth
10843 503.65 743.00 moveto
10844 503.65 719.00 lineto stroke
10845 %  Printing header/footer
10846 showpage
10847 restore
10848 %%DocumentFonts: /Times-Roman 
10849 %%Pages: 2
10850 %%EndDocument
10851 end 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\
10855 llables, so that Mup will treat them as a single syllable.)-.25 F(Ho)
10856 5.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
10859 F(On)6.494 E .607
10860 (output, Mup will replace the "~" with a space and a small, curv)69.336
10861 701.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
10867 BP
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";)
10871 105.336 108 Q(bar)105.336 120 Q 127.836 129.6 EBEGIN
10872 gsave 0 0.25 0.75 setrgbcolor 0 74 rlineto 320 0 rlineto 0 74 neg rlineto closepath stroke grestore
10873 EEND 160 689 320 320 -74 74 126.836 203.6 PBEGIN
10874 %%BeginDocument: mugex46.ps
10875 %%BoundingBox: 160 689 480 763
10876 save
10877 703918026 703917304 sv
10878 1.000000 1.000000 scale
10879 %  S_SSV
10880 (/tmp/ugexiM5077) inputfile
10881 1 linenum
10882 %  S_FEED
10883 180.29 1235.00 756.00 5 1.000000 1.000000 stf
10884 %  S_CLEFSIG
10885 192.08 725.00 1.000000 gclef
10886 %  S_CHHEAD
10887 %  S_STAFF
10888 % staff 1
10889 save
10890 4 linenum
10891 /Times-Roman findfont
10892 12 scalefont
10893 setfont
10894 263.13 699.28 moveto
10895 (-) show
10896 /Times-Roman findfont
10897 12 scalefont
10898 setfont
10899 219.88 699.28 moveto
10900 (man) show
10901 /Times-Roman findfont
10902 12 scalefont
10903 setfont
10904 288.72 699.28 moveto
10905 (y a) show
10906 0.70 setlinewidth
10907 293.69 699.28 moveto
10908 294.60 698.83 295.81 698.83 296.72 699.28 curveto
10909 /Times-Roman findfont
10910 12 scalefont
10911 setfont
10912 360.15 699.28 moveto
10913 (day) show
10914 226.03 731.00 1.000000 4n
10915 222.35 730.25 moveto
10916 222.35 710.00 lineto stroke
10917 292.30 728.00 1.000000 4n
10918 295.98 728.75 moveto
10919 295.98 749.00 lineto stroke
10920 364.47 725.00 1.000000 2n
10921 368.37 725.75 moveto
10922 368.37 746.00 lineto stroke
10923 restore
10924 %  S_BAR
10925 6 linenum
10926 0.70 setlinewidth
10927 467.65 743.00 moveto
10928 467.65 719.00 lineto stroke
10929 %  Printing header/footer
10930 showpage
10931 restore
10932 %%DocumentFonts: /Times-Roman 
10933 %%Pages: 2
10934 %%EndDocument
10935 end 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\
10937 pecial 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)
10939 3.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
10942 241.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
10947 2.5(re).15 G(xample:)-2.65 E/F1 10/Courier@0 SF(1: d;f;a;g;)105.336
10948 289.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
10950 335.2 EBEGIN
10951 gsave 0 0.25 0.75 setrgbcolor 0 81 rlineto 320 0 rlineto 0 81 neg rlineto closepath stroke grestore
10952 EEND 160 682 320 320 -81 81 126.836 416.2 PBEGIN
10953 %%BeginDocument: mugex47.ps
10954 %%BoundingBox: 160 682 480 763
10955 save
10956 703918026 703917304 sv
10957 1.000000 1.000000 scale
10958 %  S_SSV
10959 (/tmp/ugexiM5077) inputfile
10960 1 linenum
10961 %  S_FEED
10962 180.29 1235.00 756.00 5 1.000000 1.000000 stf
10963 %  S_CLEFSIG
10964 192.08 725.00 1.000000 gclef
10965 %  S_CHHEAD
10966 %  S_STAFF
10967 % staff 1
10968 save
10969 3 linenum
10970 /Times-Roman findfont
10971 12 scalefont
10972 setfont
10973 220.34 702.00 moveto
10974 (this) show
10975 /Times-Roman findfont
10976 12 scalefont
10977 setfont
10978 285.17 702.00 moveto
10979 (is) show
10980 /Times-Roman findfont
10981 12 scalefont
10982 setfont
10983 340.47 702.00 moveto
10984 (verse) show
10985 /Times-Roman findfont
10986 12 scalefont
10987 setfont
10988 406.29 702.00 moveto
10989 (one) show
10990 3 linenum
10991 /Times-Roman findfont
10992 12 scalefont
10993 setfont
10994 220.34 689.19 moveto
10995 (this) show
10996 /Times-Roman findfont
10997 12 scalefont
10998 setfont
10999 285.17 689.19 moveto
11000 (is) show
11001 /Times-Roman findfont
11002 12 scalefont
11003 setfont
11004 340.47 689.19 moveto
11005 (verse) show
11006 /Times-Roman findfont
11007 12 scalefont
11008 setfont
11009 406.13 689.19 moveto
11010 (two) show
11011 224.66 716.00 1.000000 4n
11012 0.70 setlinewidth
11013 228.34 716.75 moveto
11014 228.34 737.00 lineto stroke
11015 287.17 722.00 1.000000 4n
11016 290.85 722.75 moveto
11017 290.85 743.00 lineto stroke
11018 346.79 728.00 1.000000 4n
11019 350.47 728.75 moveto
11020 350.47 749.00 lineto stroke
11021 410.61 725.00 1.000000 4n
11022 414.29 725.75 moveto
11023 414.29 746.00 lineto stroke
11024 restore
11025 %  S_BAR
11026 7 linenum
11027 0.70 setlinewidth
11028 467.65 743.00 moveto
11029 467.65 719.00 lineto stroke
11030 %  Printing header/footer
11031 showpage
11032 restore
11033 %%DocumentFonts: /Times-Roman 
11034 %%Pages: 2
11035 %%EndDocument
11036 end 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
11040 466.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
11044 E .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
11046 496.2 Q(lyrics 1: 2s;; [1] "Now";)105.336 508.2 Q(bar)105.336 520.2 Q
11047 127.836 529.8 EBEGIN
11048 gsave 0 0.25 0.75 setrgbcolor 0 67 rlineto 320 0 rlineto 0 67 neg rlineto closepath stroke grestore
11049 EEND 160 696 320 320 -67 67 126.836 596.8 PBEGIN
11050 %%BeginDocument: mugex48.ps
11051 %%BoundingBox: 160 696 480 763
11052 save
11053 703918026 703917304 sv
11054 1.000000 1.000000 scale
11055 %  S_SSV
11056 (/tmp/ugexiM5077) inputfile
11057 1 linenum
11058 %  S_FEED
11059 180.29 1235.00 756.00 5 1.000000 1.000000 stf
11060 %  S_CLEFSIG
11061 192.08 725.00 1.000000 gclef
11062 %  S_CHHEAD
11063 %  S_STAFF
11064 % staff 1
11065 save
11066 4 linenum
11067 /Times-Roman findfont
11068 12 scalefont
11069 setfont
11070 349.62 703.28 moveto
11071 (Now) show
11072 232.31 731.00 1.000000 ll2rest
11073 355.43 725.00 1.000000 2n
11074 0.70 setlinewidth
11075 359.33 725.75 moveto
11076 359.33 746.00 lineto stroke
11077 restore
11078 %  S_BAR
11079 6 linenum
11080 0.70 setlinewidth
11081 467.65 743.00 moveto
11082 467.65 719.00 lineto stroke
11083 %  Printing header/footer
11084 showpage
11085 restore
11086 %%DocumentFonts: /Times-Roman 
11087 %%Pages: 2
11088 %%EndDocument
11089 end 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 \
11091 lyric there. The second half)-.15 F .603(note of the measure will ha)
11092 69.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
11104 1.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\
11108 e \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
11119 BP
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)
11126 69.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)
11128 5.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
11131 3.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\
11135 an reserving space for)-3.574 F(them. If you w)69.336 156 Q(ant Mup to \
11136 ensure 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
11139 204 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)
11141 105.336 252 Q 127.836 261.6 EBEGIN
11142 gsave 0 0.25 0.75 setrgbcolor 0 74 rlineto 320 0 rlineto 0 74 neg rlineto closepath stroke grestore
11143 EEND 160 689 320 320 -74 74 126.836 335.6 PBEGIN
11144 %%BeginDocument: mugex49.ps
11145 %%BoundingBox: 160 689 480 763
11146 save
11147 703918026 703917304 sv
11148 1.000000 1.000000 scale
11149 %  S_SSV
11150 (/tmp/ugexiM5077) inputfile
11151 1 linenum
11152 %  S_FEED
11153 180.29 1235.00 756.00 5 1.000000 1.000000 stf
11154 %  S_CLEFSIG
11155 192.08 725.00 1.000000 gclef
11156 %  S_CHHEAD
11157 %  S_STAFF
11158 % staff 1
11159 save
11160 3 linenum
11161 /Times-Roman findfont
11162 12 scalefont
11163 setfont
11164 201.87 699.00 moveto
11165 (1. This) show
11166 /Times-Roman findfont
11167 12 scalefont
11168 setfont
11169 248.87 699.00 moveto
11170 (is) show
11171 /Times-Roman findfont
11172 12 scalefont
11173 setfont
11174 272.78 699.00 moveto
11175 (verse) show
11176 /Times-Roman findfont
11177 12 scalefont
11178 setfont
11179 306.19 699.00 moveto
11180 (one.) show
11181 219.22 722.00 1.000000 4n
11182 0.70 setlinewidth
11183 222.91 722.75 moveto
11184 222.91 743.00 lineto stroke
11185 250.87 719.00 1.000000 4n
11186 254.55 719.75 moveto
11187 254.55 740.00 lineto stroke
11188 279.10 716.00 1.000000 4n
11189 282.78 716.75 moveto
11190 282.78 737.00 lineto stroke
11191 311.26 713.00 1.000000 4n
11192 305.03 713.00 moveto
11193 317.49 713.00 lineto stroke
11194 314.94 713.75 moveto
11195 314.94 734.00 lineto stroke
11196 restore
11197 %  S_BAR
11198 6 linenum
11199 0.70 setlinewidth
11200 342.46 743.00 moveto
11201 342.46 719.00 lineto stroke
11202 %  S_CHHEAD
11203 %  S_STAFF
11204 % staff 1
11205 save
11206 7 linenum
11207 /Times-Roman findfont
11208 12 scalefont
11209 setfont
11210 427.39 699.00 moveto
11211 (-) show
11212 /Times-Roman findfont
11213 12 scalefont
11214 setfont
11215 386.06 699.00 moveto
11216 /Times-BoldItalic findfont
11217 12 scalefont
11218 setfont
11219 (ff) show
11220 /Times-Roman findfont
11221 12 scalefont
11222 setfont
11223 ( Loud) show
11224 /Times-Roman findfont
11225 12 scalefont
11226 setfont
11227 435.51 699.00 moveto
11228 (er) show
11229 357.80 725.00 1.000000 2n
11230 361.70 725.75 moveto
11231 361.70 746.00 lineto stroke
11232 404.31 725.00 1.000000 4n
11233 407.99 725.75 moveto
11234 407.99 746.00 lineto stroke
11235 437.83 725.00 1.000000 4n
11236 441.51 725.75 moveto
11237 441.51 746.00 lineto stroke
11238 restore
11239 %  S_BAR
11240 9 linenum
11241 0.70 setlinewidth
11242 467.65 743.00 moveto
11243 467.65 719.00 lineto stroke
11244 %  Printing header/footer
11245 showpage
11246 restore
11247 %%DocumentFonts: /Times-Roman /Times-BoldItalic 
11248 %%Pages: 2
11249 %%EndDocument
11250 end 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
11253 2.552(rned in general by the lyricsalign parameter).15 F 7.552(.S)-.55 G
11254 2.552(ometimes, ho)-7.552 F(we)-.25 E -.15(ve)-.25 G 3.352 -.4(r, y).15
11255 H 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)
11257 5.331 F .631 -.15(ve a l)-.2 H .331(ong syllable, lik).15 F 2.831(e")-.1
11258 G .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
11266 127.836 467.2 EBEGIN
11267 gsave 0 0.25 0.75 setrgbcolor 0 87 rlineto 320 0 rlineto 0 87 neg rlineto closepath stroke grestore
11268 EEND 160 676 320 320 -87 87 126.836 554.2 PBEGIN
11269 %%BeginDocument: mugex50.ps
11270 %%BoundingBox: 160 676 480 763
11271 save
11272 703918026 703917304 sv
11273 1.000000 1.000000 scale
11274 %  S_SSV
11275 (/tmp/ugexiM5077) inputfile
11276 1 linenum
11277 %  S_FEED
11278 180.29 1235.00 756.00 5 1.000000 1.000000 stf
11279 %  S_CLEFSIG
11280 192.08 725.00 1.000000 gclef
11281 %  S_CHHEAD
11282 %  S_STAFF
11283 % staff 1
11284 save
11285 3 linenum
11286 /Times-Roman findfont
11287 12 scalefont
11288 setfont
11289 218.35 699.00 moveto
11290 (This) show
11291 /Times-Roman findfont
11292 12 scalefont
11293 setfont
11294 274.15 699.00 moveto
11295 (strength) show
11296 /Times-Roman findfont
11297 12 scalefont
11298 setfont
11299 343.29 699.00 moveto
11300 (not) show
11301 /Times-Roman findfont
11302 12 scalefont
11303 setfont
11304 399.55 699.00 moveto
11305 (moved.) show
11306 3 linenum
11307 /Times-Roman findfont
11308 12 scalefont
11309 setfont
11310 218.35 685.76 moveto
11311 (This) show
11312 /Times-Roman findfont
11313 12 scalefont
11314 setfont
11315 265.18 685.76 moveto
11316 (strength) show
11317 /Times-Roman findfont
11318 12 scalefont
11319 setfont
11320 342.44 685.76 moveto
11321 (was) show
11322 /Times-Roman findfont
11323 12 scalefont
11324 setfont
11325 399.55 685.76 moveto
11326 (moved.) show
11327 223.67 713.00 1.000000 4n
11328 0.70 setlinewidth
11329 217.44 713.00 moveto
11330 229.91 713.00 lineto stroke
11331 227.36 713.75 moveto
11332 227.36 734.00 lineto stroke
11333 283.78 716.00 1.000000 4n
11334 287.46 716.75 moveto
11335 287.46 737.00 lineto stroke
11336 347.10 719.00 1.000000 4n
11337 350.78 719.75 moveto
11338 350.78 740.00 lineto stroke
11339 408.46 722.00 1.000000 4n
11340 412.14 722.75 moveto
11341 412.14 743.00 lineto stroke
11342 restore
11343 %  S_BAR
11344 7 linenum
11345 0.70 setlinewidth
11346 467.65 743.00 moveto
11347 467.65 719.00 lineto stroke
11348 %  Printing header/footer
11349 showpage
11350 restore
11351 %%DocumentFonts: /Times-Roman 
11352 %%Pages: 2
11353 %%EndDocument
11354 end 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)
11357 69.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.>";)
11359 105.336 604.2 Q F0 1.876(The font and size to use for lyrics is initial\
11360 ly 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
11369 R .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
11371 F .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
11374 3.294(fn)-.25 G(umber)-3.294 E 3.294(,v)-.4 G .794(erse number)-3.444 F
11375 3.294(,a)-.4 G .794(nd place,)-3.294 F 1.491(and are carried forw)69.336
11376 690.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\
11379 ps one is in English and the other in another language\), you)69.336
11380 702.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)
11383 69.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
11391 BP
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)
11395 69.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
11397 4.754(an)69.336 126 S 2.254(umber \(optionally signed\), the left edge \
11398 of 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
11400 138 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
11414 228 Q 127.836 237.6 EBEGIN
11415 gsave 0 0.25 0.75 setrgbcolor 0 87 rlineto 320 0 rlineto 0 87 neg rlineto closepath stroke grestore
11416 EEND 160 676 320 320 -87 87 126.836 324.6 PBEGIN
11417 %%BeginDocument: mugex51.ps
11418 %%BoundingBox: 160 676 480 763
11419 save
11420 703918026 703917304 sv
11421 1.000000 1.000000 scale
11422 %  S_SSV
11423 (/tmp/ugexiM5077) inputfile
11424 2 linenum
11425 %  S_FEED
11426 180.29 1235.00 756.00 5 1.000000 1.000000 stf
11427 %  S_CLEFSIG
11428 192.08 725.00 1.000000 gclef
11429 %  S_CHHEAD
11430 %  S_STAFF
11431 % staff 1
11432 save
11433 5 linenum
11434 /Times-Roman findfont
11435 12 scalefont
11436 setfont
11437 201.16 699.00 moveto
11438 (1. "How) show
11439 /Times-Roman findfont
11440 12 scalefont
11441 setfont
11442 249.13 699.00 moveto
11443 (are) show
11444 /Times-Roman findfont
11445 12 scalefont
11446 setfont
11447 281.05 699.00 moveto
11448 (you?") show
11449 /Times-Roman findfont
11450 12 scalefont
11451 setfont
11452 336.04 699.00 moveto
11453 (He) show
11454 /Times-Roman findfont
11455 12 scalefont
11456 setfont
11457 367.56 699.00 moveto
11458 (asked) show
11459 /Times-Roman findfont
11460 12 scalefont
11461 setfont
11462 408.46 699.00 moveto
11463 (her.) show
11464 5 linenum
11465 /Times-Roman findfont
11466 12 scalefont
11467 setfont
11468 201.16 685.68 moveto
11469 (2. "I) show
11470 /Times-Roman findfont
11471 12 scalefont
11472 setfont
11473 249.12 685.68 moveto
11474 (am) show
11475 /Times-Roman findfont
11476 12 scalefont
11477 setfont
11478 281.46 685.68 moveto
11479 (fine,") show
11480 /Times-Roman findfont
11481 12 scalefont
11482 setfont
11483 336.04 685.68 moveto
11484 (She) show
11485 /Times-Roman findfont
11486 12 scalefont
11487 setfont
11488 391.83 685.68 moveto
11489 (-) show
11490 /Times-Roman findfont
11491 12 scalefont
11492 setfont
11493 371.07 685.68 moveto
11494 (re) show
11495 /Times-Roman findfont
11496 12 scalefont
11497 setfont
11498 406.30 685.68 moveto
11499 (plied.) show
11500 218.19 713.00 1.000000 4n
11501 0.70 setlinewidth
11502 211.96 713.00 moveto
11503 224.42 713.00 lineto stroke
11504 221.87 713.75 moveto
11505 221.87 734.00 lineto stroke
11506 224.89 734.00 1.000000 dnflag
11507 252.79 716.00 1.000000 4n
11508 256.47 716.75 moveto
11509 256.47 737.00 lineto stroke
11510 259.49 737.00 1.000000 dnflag
11511 288.09 719.00 1.000000 4n
11512 291.77 719.75 moveto
11513 291.77 740.00 lineto stroke
11514 343.04 719.00 1.000000 4n
11515 346.72 719.75 moveto
11516 346.72 740.00 lineto stroke
11517 349.74 740.00 1.000000 dnflag
11518 374.39 725.00 1.000000 4n
11519 378.07 725.75 moveto
11520 378.07 746.00 lineto stroke
11521 381.09 746.00 1.000000 dnflag
11522 413.03 734.00 1.000000 4n
11523 409.35 733.25 moveto
11524 409.35 713.00 lineto stroke
11525 restore
11526 %  S_BAR
11527 9 linenum
11528 0.70 setlinewidth
11529 467.65 743.00 moveto
11530 467.65 719.00 lineto stroke
11531 %  Printing header/footer
11532 showpage
11533 restore
11534 %%DocumentFonts: /Times-Roman 
11535 %%Pages: 2
11536 %%EndDocument
11537 end PEND/F0 10/Times-Roman@0 SF 2.5(Af)69.336 344.6 S .5 -.25(ew m)-2.5
11538 H(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
11542 127.836 420.2 EBEGIN
11543 gsave 0 0.25 0.75 setrgbcolor 0 237 rlineto 320 0 rlineto 0 237 neg rlineto closepath stroke grestore
11544 EEND 160 526 320 320 -237 237 126.836 657.2 PBEGIN
11545 %%BeginDocument: mugex52.ps
11546 %%BoundingBox: 160 526 480 763
11547 save
11548 1589393640 1589394394 sv
11549 1.000000 1.000000 scale
11550 %  S_SSV
11551 (/tmp/ugexiM5077) inputfile
11552 1 linenum
11553 %  S_FEED
11554 324.29 1091.00 684.00 5 1.000000 1.000000 stf
11555 324.29 1025.09 684.00 5 1.000000 1.000000 stf
11556 324.29 971.09 684.00 5 1.000000 1.000000 stf
11557 324.29 915.00 684.00 5 1.000000 1.000000 stf
11558 0.70 setlinewidth
11559 180.29 743.00 moveto
11560 180.29 543.00 lineto stroke
11561 %  S_CLEFSIG
11562 192.08 725.00 1.000000 gclef
11563 192.08 659.09 1.000000 gclef
11564 192.08 605.09 1.000000 gclef
11565 192.08 549.00 1.000000 gclef
11566 %  S_CHHEAD
11567 %  S_STAFF
11568 % staff 1
11569 save
11570 5 linenum
11571 /Times-Roman findfont
11572 12 scalefont
11573 setfont
11574 218.75 699.00 moveto
11575 (This) show
11576 /Times-Roman findfont
11577 12 scalefont
11578 setfont
11579 278.64 699.00 moveto
11580 (is) show
11581 /Times-Roman findfont
11582 12 scalefont
11583 setfont
11584 313.36 699.00 moveto
11585 (a) show
11586 /Times-Roman findfont
11587 12 scalefont
11588 setfont
11589 346.87 699.00 moveto
11590 (test.) show
11591 224.07 713.00 1.000000 4n
11592 217.84 713.00 moveto
11593 230.31 713.00 lineto stroke
11594 227.76 713.75 moveto
11595 227.76 734.00 lineto stroke
11596 280.64 719.00 1.000000 4n
11597 284.32 719.75 moveto
11598 284.32 740.00 lineto stroke
11599 287.35 740.00 1.000000 dnflag
11600 314.69 719.00 1.000000 4n
11601 318.37 719.75 moveto
11602 318.37 740.00 lineto stroke
11603 321.40 740.00 1.000000 dnflag
11604 351.78 716.00 1.000000 4n
11605 355.46 716.75 moveto
11606 355.46 737.00 lineto stroke
11607 412.21 731.00 1.000000 4rest
11608 restore
11609 %  S_STAFF
11610 % staff 2
11611 save
11612 6 linenum
11613 /Times-Roman findfont
11614 12 scalefont
11615 setfont
11616 347.12 686.19 moveto
11617 (The) show
11618 /Times-Roman findfont
11619 12 scalefont
11620 setfont
11621 407.13 686.19 moveto
11622 (end.) show
11623 224.07 668.09 1.000000 4n
11624 0.70 setlinewidth
11625 220.39 667.34 moveto
11626 220.39 647.09 lineto stroke
11627 280.64 659.09 1.000000 4n
11628 284.32 659.84 moveto
11629 284.32 680.09 lineto stroke
11630 287.35 680.09 1.000000 dnflag
11631 314.69 659.09 1.000000 4n
11632 318.37 659.84 moveto
11633 318.37 680.09 lineto stroke
11634 321.40 680.09 1.000000 dnflag
11635 351.78 665.09 1.000000 4n
11636 348.10 664.34 moveto
11637 348.10 644.09 lineto stroke
11638 412.21 665.09 1.000000 4n
11639 408.53 664.34 moveto
11640 408.53 644.09 lineto stroke
11641 restore
11642 %  S_STAFF
11643 % staff 3
11644 save
11645 5 linenum
11646 /Times-Roman findfont
11647 12 scalefont
11648 setfont
11649 218.75 579.10 moveto
11650 (This) show
11651 /Times-Roman findfont
11652 12 scalefont
11653 setfont
11654 278.64 579.10 moveto
11655 (is) show
11656 /Times-Roman findfont
11657 12 scalefont
11658 setfont
11659 313.36 579.10 moveto
11660 (a) show
11661 /Times-Roman findfont
11662 12 scalefont
11663 setfont
11664 346.87 579.10 moveto
11665 (test.) show
11666 224.07 593.09 1.000000 4n
11667 0.70 setlinewidth
11668 217.84 593.09 moveto
11669 230.31 593.09 lineto stroke
11670 227.76 593.84 moveto
11671 227.76 614.09 lineto stroke
11672 280.64 599.09 1.000000 4n
11673 284.32 599.84 moveto
11674 284.32 620.09 lineto stroke
11675 287.35 620.09 1.000000 dnflag
11676 314.69 599.09 1.000000 4n
11677 318.37 599.84 moveto
11678 318.37 620.09 lineto stroke
11679 321.40 620.09 1.000000 dnflag
11680 351.78 596.09 1.000000 4n
11681 355.46 596.84 moveto
11682 355.46 617.09 lineto stroke
11683 412.21 611.09 1.000000 4rest
11684 restore
11685 %  S_STAFF
11686 % staff 4
11687 save
11688 224.07 537.00 1.000000 4n
11689 0.70 setlinewidth
11690 217.84 537.00 moveto
11691 230.31 537.00 lineto stroke
11692 227.76 537.75 moveto
11693 227.76 558.00 lineto stroke
11694 280.64 543.00 1.000000 4n
11695 284.32 543.75 moveto
11696 284.32 564.00 lineto stroke
11697 287.35 564.00 1.000000 dnflag
11698 314.69 543.00 1.000000 4n
11699 318.37 543.75 moveto
11700 318.37 564.00 lineto stroke
11701 321.40 564.00 1.000000 dnflag
11702 351.78 540.00 1.000000 4n
11703 355.46 540.75 moveto
11704 355.46 561.00 lineto stroke
11705 412.21 555.00 1.000000 4rest
11706 restore
11707 %  S_BAR
11708 8 linenum
11709 0.70 setlinewidth
11710 467.65 743.00 moveto
11711 467.65 719.00 lineto stroke
11712 467.65 677.09 moveto
11713 467.65 653.09 lineto stroke
11714 467.65 623.09 moveto
11715 467.65 599.09 lineto stroke
11716 467.65 567.00 moveto
11717 467.65 543.00 lineto stroke
11718 %  Printing header/footer
11719 showpage
11720 restore
11721 %%DocumentFonts: /Times-Roman 
11722 %%Pages: 2
11723 %%EndDocument
11724 end PEND EP
11725 %%Page: 50 56
11726 %%BeginPageSetup
11727 BP
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
11730 EBEGIN
11731 0 0.1 0.5 setrgbcolor
11732 EEND/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
11734 0 0 0 setrgbcolor
11735 EEND/F0 10/Times-Roman@0 SF 3.198(Mup can print tablature staf)75.034
11736 121 R 3.197(fs. T)-.25 F 3.197
11737 (ablature notation is commonly used for guitar and se)-.8 F -.15(ve)-.25
11738 G 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
11741 3.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
11744 2.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
11746 F 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
11749 1.104(rom that. Ho)-3.604 F(we)-.25 E -.15(ve)-.25 G 1.904 -.4(r, f).15
11750 H 1.104(or an).4 F 3.604(yg)-.15 G -2.15 -.25(iv e)-3.604 H 3.604(nm).25
11751 G 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)
11755 69.336 199 R .452(ant either the tab or tabnote staf)-.1 F 2.952(ft)-.25
11756 G 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
11763 0 0.1 0.5 setrgbcolor
11764 EEND/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
11766 0 0 0 setrgbcolor
11767 EEND/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
11773 325 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
11775 1.082(nd the automatically generated tabnote staf)-3.582 F(f.)-.25 E
11776 1.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
11780 369 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 \
11783 of the strings from top to bottom within parentheses after the "tab)
11784 69.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\
11787 e top line of tablature staf).1 F 2.772(fb)-.25 G .272(eing an e)-2.772
11788 F .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)
11800 6.292 F -.15(ve)-.25 G 3.792(ni).15 G 3.792(ft)-3.792 G(he)-3.792 E
11801 3.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\
11803 inguished 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
11810 G .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
11815 G 2.96(sg).15 G -2.15 -.25(iv e)-2.96 H 2.96(na).25 G .461(re ho)-2.96 F
11816 2.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
11820 1.731(\215ines = tab" without)-.25 F 1.794(specifying an)69.336 595 R
11821 4.294(ys)-.15 G 1.794(trings, Mup not only assumes the standard guitar \
11822 layout, 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\
11824 DI 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
11829 F 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)
11831 105.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
11836 BP
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
11840 120 Q(stafflines = tab \(e5 b g d a3 e'3\))130.336 132 Q(staff 1)105.336
11841 144 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
11843 1.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
11849 1.307(pitch; you just need to distinguish them with ' marks.)69.336 218
11850 R 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
11853 F(another e)2.5 E(xample,)-.15 E F1(stafflines = tab \(g3 d3 a2 e2\))
11854 105.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
11857 H -.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
11859 0 0.1 0.5 setrgbcolor
11860 EEND/F0 14/Times-Bold@0 SF 3.5(6.2 Music)72.836 298 R(input on tablatur)
11861 3.5 E 3.5(es)-.252 G(taffs)-3.5 E 69.336 316 EBEGIN
11862 0 0 0 setrgbcolor
11863 EEND/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' \
11868 string 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)
11874 69.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)
11878 69.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
11880 E/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
11882 gsave 0 0.25 0.75 setrgbcolor 0 134 rlineto 248 0 rlineto 0 134 neg rlineto closepath stroke grestore
11883 EEND 200 629 248 248 -134 134 162.836 561.6 PBEGIN
11884 %%BeginDocument: mugex53.ps
11885 %%BoundingBox: 200 629 448 763
11886 save
11887 1589393640 1589394394 sv
11888 1.000000 1.000000 scale
11889 %  S_SSV
11890 (/tmp/ugexiM5077) inputfile
11891 1 linenum
11892 %  S_SSV
11893 3 linenum
11894 %  S_FEED
11895 360.29 1091.00 648.00 5 1.000000 1.000000 stf
11896 360.29 1022.97 648.00 6 1.735000 1.000000 stf
11897 0.70 setlinewidth
11898 216.29 743.00 moveto
11899 216.29 636.95 lineto stroke
11900 %  S_CLEFSIG
11901 228.08 725.00 1.000000 gclef
11902 /Helvetica-Bold findfont
11903 20 scalefont
11904 setfont
11905 219.29 672.91 moveto
11906 (T) show
11907 /Helvetica-Bold findfont
11908 20 scalefont
11909 setfont
11910 219.29 655.03 moveto
11911 (A) show
11912 /Helvetica-Bold findfont
11913 20 scalefont
11914 setfont
11915 219.29 637.15 moveto
11916 (B) show
11917 %  S_CHHEAD
11918 %  S_STAFF
11919 % staff 1
11920 save
11921 267.77 722.00 1.000000 4n
11922 258.41 722.00 1.000000 sharp
11923 271.45 722.75 moveto
11924 271.45 743.00 lineto stroke
11925 308.54 725.00 1.000000 4n
11926 308.54 713.00 1.000000 4n
11927 302.31 713.00 moveto
11928 314.77 713.00 lineto stroke
11929 312.22 713.75 moveto
11930 312.22 746.00 lineto stroke
11931 347.84 731.00 1.000000 4n
11932 347.84 725.00 1.000000 4n
11933 351.52 725.75 moveto
11934 351.52 752.00 lineto stroke
11935 392.15 743.00 1.000000 4n
11936 382.80 743.00 1.000000 sharp
11937 392.15 737.00 1.000000 4n
11938 /Times-Roman findfont
11939 12 scalefont
11940 setfont
11941 374.52 733.98 moveto
11942 (\() show
11943 /Times-Roman findfont
11944 12 scalefont
11945 setfont
11946 397.18 733.98 moveto
11947 (\)) show
11948 392.15 728.00 1.000000 4n
11949 388.47 742.25 moveto
11950 388.47 707.00 lineto stroke
11951 restore
11952 %  S_STAFF
11953 % staff 2
11954 save
11955 /Helvetica-Bold findfont
11956 12 scalefont
11957 setfont
11958 264.42 653.52 moveto
11959 (4) show
11960 /Helvetica-Bold findfont
11961 12 scalefont
11962 setfont
11963 305.19 653.52 moveto
11964 (5) show
11965 /Helvetica-Bold findfont
11966 12 scalefont
11967 setfont
11968 305.19 643.11 moveto
11969 (3) show
11970 /Helvetica-Bold findfont
11971 12 scalefont
11972 setfont
11973 344.49 674.27 moveto
11974 (0) show
11975 /Helvetica-Bold findfont
11976 12 scalefont
11977 setfont
11978 340.53 654.60 moveto
11979 (\(5\)) show
11980 /Helvetica-Bold findfont
11981 12 scalefont
11982 setfont
11983 388.80 684.57 moveto
11984 (2) show
11985 /Helvetica-Bold findfont
11986 12 scalefont
11987 setfont
11988 388.80 674.34 moveto
11989 (3) show
11990 /Helvetica-Bold findfont
11991 12 scalefont
11992 setfont
11993 388.80 663.75 moveto
11994 (2) show
11995 restore
11996 %  S_BAR
11997 7 linenum
11998 0.70 setlinewidth
11999 431.65 743.00 moveto
12000 431.65 719.00 lineto stroke
12001 431.65 689.00 moveto
12002 431.65 636.95 lineto stroke
12003 %  Printing header/footer
12004 showpage
12005 restore
12006 %%DocumentFonts: /Times-Roman /Helvetica-Bold 
12007 %%Pages: 2
12008 %%EndDocument
12009 end PEND/F0 10/Times-Roman@0 SF -.35(Ti)69.336 581.6 S 1.072(me v).35 F
12010 1.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
12013 1.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
12016 605.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
12028 BP
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
12031 EBEGIN
12032 gsave 0 0.25 0.75 setrgbcolor 0 134 rlineto 248 0 rlineto 0 134 neg rlineto closepath stroke grestore
12033 EEND 200 629 248 248 -134 134 162.836 230 PBEGIN
12034 %%BeginDocument: mugex54.ps
12035 %%BoundingBox: 200 629 448 763
12036 save
12037 1589393640 1589394394 sv
12038 1.000000 1.000000 scale
12039 %  S_SSV
12040 (/tmp/ugexiM5077) inputfile
12041 1 linenum
12042 %  S_SSV
12043 3 linenum
12044 %  S_FEED
12045 360.29 1091.00 648.00 5 1.000000 1.000000 stf
12046 360.29 1022.97 648.00 6 1.735000 1.000000 stf
12047 0.70 setlinewidth
12048 216.29 743.00 moveto
12049 216.29 636.95 lineto stroke
12050 %  S_CLEFSIG
12051 228.08 725.00 1.000000 gclef
12052 /Helvetica-Bold findfont
12053 20 scalefont
12054 setfont
12055 219.29 672.91 moveto
12056 (T) show
12057 /Helvetica-Bold findfont
12058 20 scalefont
12059 setfont
12060 219.29 655.03 moveto
12061 (A) show
12062 /Helvetica-Bold findfont
12063 20 scalefont
12064 setfont
12065 219.29 637.15 moveto
12066 (B) show
12067 %  S_CHHEAD
12068 %  S_STAFF
12069 % staff 1
12070 save
12071 261.11 749.00 1.000000 4n
12072 270.38 752.00 1.000000 dot
12073 254.88 749.00 moveto
12074 267.35 749.00 lineto stroke
12075 257.43 748.25 moveto
12076 257.43 728.00 lineto stroke
12077 322.68 749.00 1.000000 4n
12078 331.94 752.00 1.000000 dot
12079 316.44 749.00 moveto
12080 328.91 749.00 lineto stroke
12081 318.99 748.25 moveto
12082 318.99 728.00 lineto stroke
12083 378.17 749.00 1.000000 4n
12084 371.94 749.00 moveto
12085 384.40 749.00 lineto stroke
12086 374.49 748.25 moveto
12087 374.49 728.00 lineto stroke
12088 377.51 728.00 1.000000 upflag
12089 406.01 734.00 1.000000 4n
12090 396.66 734.00 1.000000 sharp
12091 402.33 733.25 moveto
12092 402.33 713.00 lineto stroke
12093 405.35 713.00 1.000000 upflag
12094 restore
12095 %  S_STAFF
12096 % staff 2
12097 save
12098 /Helvetica-Bold findfont
12099 12 scalefont
12100 setfont
12101 257.77 684.75 moveto
12102 (5) show
12103 /Helvetica-Bold findfont
12104 12 scalefont
12105 setfont
12106 319.33 684.75 moveto
12107 (5) show
12108 /Helvetica-Bold findfont
12109 12 scalefont
12110 setfont
12111 374.82 684.75 moveto
12112 (5) show
12113 /Helvetica-Bold findfont
12114 12 scalefont
12115 setfont
12116 402.66 674.16 moveto
12117 (2) show
12118 restore
12119 %  S_BAR
12120 7 linenum
12121 0.70 setlinewidth
12122 431.65 743.00 moveto
12123 431.65 719.00 lineto stroke
12124 431.65 689.00 moveto
12125 431.65 636.95 lineto stroke
12126 %  Printing header/footer
12127 showpage
12128 restore
12129 %%DocumentFonts: /Helvetica-Bold 
12130 %%Pages: 2
12131 %%EndDocument
12132 end PEND/F0 10/Times-Roman@0 SF .762
12133 (Since nothing is speci\214ed for the second chord, both time v)69.336
12134 244 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
12142 2.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
12146 69.336 316 EBEGIN
12147 0 0.1 0.5 setrgbcolor
12148 EEND/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
12150 0 0 0 setrgbcolor
12151 EEND/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 \
12159 will be used only to determine where to put the X on the tabnote staf)
12160 2.571 F(f,)-.25 E 1.481(and what note to use for MIDI.)69.336 370 R
12161 1.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
12163 1.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)
12168 69.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)
12171 2.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
12177 2.5(nan)-2.5 G(on-tablature staf)-2.5 E(f.)-.25 E 69.336 448 EBEGIN
12178 0 0.1 0.5 setrgbcolor
12179 EEND/F0 14/Times-Bold@0 SF 3.5(6.4 T)72.836 448 R(ies)-.252 E 69.336 466
12180 EBEGIN
12181 0 0 0 setrgbcolor
12182 EEND/F0 10/Times-Roman@0 SF .314(From an input point of vie)72.15 466 R
12183 1.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
12185 F 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
12192 0 0.1 0.5 setrgbcolor
12193 EEND/F0 14/Times-Bold@0 SF 3.5(6.5 Slides)72.836 520 R 69.336 538 EBEGIN
12194 0 0 0 setrgbcolor
12195 EEND/F0 10/Times-Roman@0 SF 1.96(In Mup input, slides are sho)73.796 538
12196 R 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
12201 6.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.)
12205 69.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
12208 586 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
12211 EP
12212 %%Page: 53 59
12213 %%BeginPageSetup
12214 BP
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
12217 EBEGIN
12218 gsave 0 0.25 0.75 setrgbcolor 0 137 rlineto 392 0 rlineto 0 137 neg rlineto closepath stroke grestore
12219 EEND 128 626 392 392 -137 137 90.836 233 PBEGIN
12220 %%BeginDocument: mugex55.ps
12221 %%BoundingBox: 128 626 520 763
12222 save
12223 1589393640 1589394394 sv
12224 1.000000 1.000000 scale
12225 %  S_SSV
12226 (/tmp/ugexiM5077) inputfile
12227 1 linenum
12228 %  S_SSV
12229 3 linenum
12230 %  S_FEED
12231 288.29 1091.00 720.00 5 1.000000 1.000000 stf
12232 288.29 1022.97 720.00 6 1.735000 1.000000 stf
12233 0.70 setlinewidth
12234 144.29 743.00 moveto
12235 144.29 636.95 lineto stroke
12236 %  S_CLEFSIG
12237 156.08 725.00 1.000000 gclef
12238 /Helvetica-Bold findfont
12239 20 scalefont
12240 setfont
12241 147.29 672.91 moveto
12242 (T) show
12243 /Helvetica-Bold findfont
12244 20 scalefont
12245 setfont
12246 147.29 655.03 moveto
12247 (A) show
12248 /Helvetica-Bold findfont
12249 20 scalefont
12250 setfont
12251 147.29 637.15 moveto
12252 (B) show
12253 %  S_CHHEAD
12254 %  S_STAFF
12255 % staff 1
12256 save
12257 184.99 716.00 1.000000 4n
12258 188.68 716.75 moveto
12259 188.68 737.00 lineto stroke
12260 222.33 719.00 1.000000 4n
12261 213.56 719.00 1.000000 flat
12262 226.01 719.75 moveto
12263 226.01 740.00 lineto stroke
12264 257.28 722.00 1.000000 4n
12265 260.97 722.75 moveto
12266 260.97 743.00 lineto stroke
12267 295.35 719.00 1.000000 4n
12268 286.90 719.00 1.000000 nat
12269 299.03 719.75 moveto
12270 299.03 740.00 lineto stroke
12271 262.32 722.00 moveto
12272 282.48 719.00 lineto stroke
12273 190.03 716.00 moveto
12274 208.81 719.00 lineto stroke
12275 restore
12276 %  S_STAFF
12277 % staff 2
12278 save
12279 /Helvetica-Bold findfont
12280 12 scalefont
12281 setfont
12282 181.65 643.11 moveto
12283 (5) show
12284 /Helvetica-Bold findfont
12285 12 scalefont
12286 setfont
12287 218.98 643.04 moveto
12288 (6) show
12289 /Helvetica-Bold findfont
12290 12 scalefont
12291 setfont
12292 253.94 653.52 moveto
12293 (3) show
12294 /Helvetica-Bold findfont
12295 12 scalefont
12296 setfont
12297 292.00 653.34 moveto
12298 (2) show
12299 0.70 setlinewidth
12300 261.63 660.77 moveto
12301 290.00 654.77 lineto stroke
12302 189.34 644.36 moveto
12303 216.98 650.36 lineto stroke
12304 restore
12305 %  S_BAR
12306 7 linenum
12307 0.70 setlinewidth
12308 329.77 743.00 moveto
12309 329.77 719.00 lineto stroke
12310 329.77 689.00 moveto
12311 329.77 636.95 lineto stroke
12312 %  S_CHHEAD
12313 %  S_STAFF
12314 % staff 1
12315 save
12316 358.46 740.00 1.000000 4n
12317 349.68 740.00 1.000000 flat
12318 354.78 739.25 moveto
12319 354.78 719.00 lineto stroke
12320 396.22 746.00 1.000000 4n
12321 392.53 745.25 moveto
12322 392.53 725.00 lineto stroke
12323 430.64 710.00 1.000000 4n
12324 424.41 713.00 moveto
12325 436.87 713.00 lineto stroke
12326 434.32 710.75 moveto
12327 434.32 731.00 lineto stroke
12328 467.57 707.00 1.000000 4n
12329 461.34 707.00 moveto
12330 473.80 707.00 lineto stroke
12331 461.34 713.00 moveto
12332 473.80 713.00 lineto stroke
12333 471.25 707.75 moveto
12334 471.25 731.00 lineto stroke
12335 473.60 707.00 moveto
12336 482.60 704.00 lineto stroke
12337 436.67 710.00 moveto
12338 445.67 713.00 lineto stroke
12339 381.18 749.00 moveto
12340 390.18 746.00 lineto stroke
12341 335.94 737.00 moveto
12342 344.94 740.00 lineto stroke
12343 restore
12344 %  S_STAFF
12345 % staff 2
12346 save
12347 /Helvetica-Bold findfont
12348 12 scalefont
12349 setfont
12350 355.11 674.34 moveto
12351 (4) show
12352 /Helvetica-Bold findfont
12353 12 scalefont
12354 setfont
12355 392.87 684.75 moveto
12356 (3) show
12357 /Helvetica-Bold findfont
12358 12 scalefont
12359 setfont
12360 427.29 642.93 moveto
12361 (2) show
12362 /Helvetica-Bold findfont
12363 12 scalefont
12364 setfont
12365 464.22 632.70 moveto
12366 (5) show
12367 0.70 setlinewidth
12368 472.92 636.95 moveto
12369 481.92 633.95 lineto stroke
12370 435.99 647.36 moveto
12371 444.99 650.36 lineto stroke
12372 381.87 692.00 moveto
12373 390.87 689.00 lineto stroke
12374 344.11 675.59 moveto
12375 353.11 678.59 lineto stroke
12376 restore
12377 %  S_BAR
12378 10 linenum
12379 0.70 setlinewidth
12380 503.65 743.00 moveto
12381 503.65 719.00 lineto stroke
12382 503.65 689.00 moveto
12383 503.65 636.95 lineto stroke
12384 %  Printing header/footer
12385 showpage
12386 restore
12387 %%DocumentFonts: /Helvetica-Bold 
12388 %%Pages: 2
12389 %%EndDocument
12390 end PEND 69.336 253 EBEGIN
12391 0 0.1 0.5 setrgbcolor
12392 EEND/F0 14/Times-Bold@0 SF 3.5(6.6 Bends)72.836 253 R 69.336 271 EBEGIN
12393 0 0 0 setrgbcolor
12394 EEND/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
12403 127.836 334.6 EBEGIN
12404 gsave 0 0.25 0.75 setrgbcolor 0 182 rlineto 320 0 rlineto 0 182 neg rlineto closepath stroke grestore
12405 EEND 160 580 320 320 -182 182 126.836 516.6 PBEGIN
12406 %%BeginDocument: mugex56.ps
12407 %%BoundingBox: 160 580 480 762
12408 save
12409 1589393640 1589394394 sv
12410 1.000000 1.000000 scale
12411 %  S_SSV
12412 (/tmp/ugexiM5077) inputfile
12413 1 linenum
12414 %  S_SSV
12415 3 linenum
12416 %  S_FEED
12417 324.29 1081.31 684.00 5 1.000000 1.000000 stf
12418 324.29 973.48 684.00 6 1.735000 1.000000 stf
12419 0.70 setlinewidth
12420 180.29 733.31 moveto
12421 180.29 587.45 lineto stroke
12422 %  S_CLEFSIG
12423 192.08 715.31 1.000000 gclef
12424 /Helvetica-Bold findfont
12425 20 scalefont
12426 setfont
12427 183.29 623.42 moveto
12428 (T) show
12429 /Helvetica-Bold findfont
12430 20 scalefont
12431 setfont
12432 183.29 605.54 moveto
12433 (A) show
12434 /Helvetica-Bold findfont
12435 20 scalefont
12436 setfont
12437 183.29 587.66 moveto
12438 (B) show
12439 %  S_CHHEAD
12440 %  S_STAFF
12441 % staff 1
12442 save
12443 230.98 736.31 0.583333 4n
12444 225.11 736.31 0.583333 sharp
12445 /Times-Roman findfont
12446 7 scalefont
12447 setfont
12448 220.28 734.55 moveto
12449 (\() show
12450 /Times-Roman findfont
12451 7 scalefont
12452 setfont
12453 234.33 734.55 moveto
12454 (\)) show
12455 257.80 742.31 1.000000 4n
12456 249.03 742.31 1.000000 flat
12457 251.57 739.31 moveto
12458 264.03 739.31 lineto stroke
12459 254.12 741.56 moveto
12460 254.12 721.31 lineto stroke
12461 312.05 739.31 1.000000 4n
12462 305.81 739.31 moveto
12463 318.28 739.31 lineto stroke
12464 308.36 738.56 moveto
12465 308.36 718.31 lineto stroke
12466 379.02 742.31 1.000000 2n
12467 370.36 742.31 1.000000 nat
12468 372.58 739.31 moveto
12469 385.47 739.31 lineto stroke
12470 375.13 741.56 moveto
12471 375.13 721.31 lineto stroke
12472 314.05 744.41 moveto
12473 345.15 754.00 lineto stroke
12474 345.15 754.00 moveto
12475 377.02 747.41 lineto stroke
12476 259.80 747.41 moveto
12477 285.41 753.99 lineto stroke
12478 285.41 753.99 moveto
12479 310.05 744.41 lineto stroke
12480 231.98 743.51 moveto
12481 243.04 750.66 lineto stroke
12482 243.04 750.66 moveto
12483 255.80 747.41 lineto stroke
12484 restore
12485 %  S_STAFF
12486 % staff 2
12487 save
12488 /Helvetica-Bold findfont
12489 12 scalefont
12490 setfont
12491 254.45 635.26 moveto
12492 (4) show
12493 /Helvetica findfont
12494 12 scalefont
12495 setfont
12496 250.13 672.89 moveto
12497 (full) show
12498 0.70 setlinewidth
12499 257.80 645.76 moveto
12500 257.80 669.73 lineto stroke
12501 257.80 666.31 1.000000 uwedge
12502 /Helvetica findfont
12503 12 scalefont
12504 setfont
12505 312.05 657.27 moveto
12506 (1/2) show
12507 257.80 669.73 moveto
12508 260.51 669.88 263.23 669.88 265.94 669.73 curveto
12509 275.94 669.18 285.93 668.45 295.77 666.41 curveto
12510 297.63 666.03 299.50 665.67 301.20 664.75 curveto
12511 305.43 662.44 309.85 660.34 312.05 655.61 curveto
12512 312.43 654.78 312.43 653.95 312.05 653.12 curveto
12513 stroke
12514 312.05 650.70 1.000000 wedge
12515 /Helvetica findfont
12516 12 scalefont
12517 setfont
12518 365.67 690.59 moveto
12519 (1 1/2) show
12520 312.05 654.12 moveto
12521 315.39 653.85 318.74 653.85 322.09 654.12 curveto
12522 334.54 655.13 346.92 656.54 358.93 660.17 curveto
12523 361.30 660.88 363.64 661.65 365.63 663.19 curveto
12524 371.42 667.66 376.51 672.70 379.02 679.81 curveto
12525 379.56 681.33 379.56 682.84 379.02 684.35 curveto
12526 stroke
12527 379.02 681.93 1.000000 uwedge
12528 restore
12529 %  S_BAR
12530 7 linenum
12531 0.70 setlinewidth
12532 467.65 733.31 moveto
12533 467.65 709.31 lineto stroke
12534 467.65 639.50 moveto
12535 467.65 587.45 lineto stroke
12536 %  Printing header/footer
12537 showpage
12538 restore
12539 %%DocumentFonts: /Times-Roman /Helvetica /Helvetica-Bold 
12540 %%Pages: 2
12541 %%EndDocument
12542 end 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\
12547 end 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.)
12549 69.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
12552 F .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
12558 G(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
12564 E/F1 10/Courier@0 SF(2: g0b2e'0; e' "1/2" g "full" b "3/4"; e' ""; a2;)
12565 105.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
12567 Q EP
12568 %%Page: 54 60
12569 %%BeginPageSetup
12570 BP
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
12573 EBEGIN
12574 gsave 0 0.25 0.75 setrgbcolor 0 196 rlineto 368 0 rlineto 0 196 neg rlineto closepath stroke grestore
12575 EEND 136 567 368 368 -196 196 102.836 292 PBEGIN
12576 %%BeginDocument: mugex57.ps
12577 %%BoundingBox: 136 567 504 763
12578 save
12579 1589393640 1589394394 sv
12580 1.000000 1.000000 scale
12581 %  S_SSV
12582 (/tmp/ugexiM5077) inputfile
12583 1 linenum
12584 %  S_SSV
12585 3 linenum
12586 %  S_FEED
12587 302.69 1088.00 705.60 5 1.000000 1.000000 stf
12588 302.69 964.01 705.60 6 1.735000 1.000000 stf
12589 0.70 setlinewidth
12590 158.69 740.00 moveto
12591 158.69 577.99 lineto stroke
12592 %  S_CLEFSIG
12593 170.48 722.00 1.000000 gclef
12594 /Helvetica-Bold findfont
12595 20 scalefont
12596 setfont
12597 161.69 613.95 moveto
12598 (T) show
12599 /Helvetica-Bold findfont
12600 20 scalefont
12601 setfont
12602 161.69 596.07 moveto
12603 (A) show
12604 /Helvetica-Bold findfont
12605 20 scalefont
12606 setfont
12607 161.69 578.19 moveto
12608 (B) show
12609 %  S_CHHEAD
12610 %  S_STAFF
12611 % staff 1
12612 save
12613 206.80 731.00 1.000000 4n
12614 197.45 731.00 1.000000 sharp
12615 206.80 722.00 1.000000 4n
12616 206.80 695.00 1.000000 4n
12617 200.57 698.00 moveto
12618 213.04 698.00 lineto stroke
12619 200.57 704.00 moveto
12620 213.04 704.00 lineto stroke
12621 200.57 710.00 moveto
12622 213.04 710.00 lineto stroke
12623 210.49 695.75 moveto
12624 210.49 752.00 lineto stroke
12625 241.43 734.00 1.000000 4n
12626 241.43 725.00 1.000000 4n
12627 241.43 698.00 1.000000 4n
12628 235.19 698.00 moveto
12629 247.66 698.00 lineto stroke
12630 235.19 704.00 moveto
12631 247.66 704.00 lineto stroke
12632 235.19 710.00 moveto
12633 247.66 710.00 lineto stroke
12634 245.11 698.75 moveto
12635 245.11 755.00 lineto stroke
12636 275.16 695.00 1.000000 4n
12637 268.93 698.00 moveto
12638 281.39 698.00 lineto stroke
12639 268.93 704.00 moveto
12640 281.39 704.00 lineto stroke
12641 268.93 710.00 moveto
12642 281.39 710.00 lineto stroke
12643 278.84 695.75 moveto
12644 278.84 728.00 lineto stroke
12645 309.18 707.00 1.000000 4n
12646 302.95 710.00 moveto
12647 315.41 710.00 lineto stroke
12648 312.86 707.75 moveto
12649 312.86 728.00 lineto stroke
12650 311.18 701.90 moveto
12651 332.61 695.32 lineto stroke
12652 332.61 695.32 moveto
12653 352.88 704.90 lineto stroke
12654 243.43 692.90 moveto
12655 257.48 683.34 lineto stroke
12656 257.48 683.34 moveto
12657 273.16 689.90 lineto stroke
12658 208.80 689.90 moveto
12659 224.90 683.34 lineto stroke
12660 224.90 683.34 moveto
12661 239.43 692.90 lineto stroke
12662 212.84 722.00 moveto
12663 224.34 718.29 lineto stroke
12664 224.34 718.29 moveto
12665 234.39 725.00 lineto stroke
12666 212.84 736.10 moveto
12667 226.29 745.66 lineto stroke
12668 226.29 745.66 moveto
12669 241.43 739.10 lineto stroke
12670 restore
12671 %  S_STAFF
12672 % staff 2
12673 save
12674 /Helvetica-Bold findfont
12675 12 scalefont
12676 setfont
12677 203.46 615.20 moveto
12678 (2) show
12679 /Helvetica-Bold findfont
12680 12 scalefont
12681 setfont
12682 203.46 604.90 moveto
12683 (0) show
12684 /Helvetica-Bold findfont
12685 12 scalefont
12686 setfont
12687 203.46 573.67 moveto
12688 (0) show
12689 /Helvetica findfont
12690 12 scalefont
12691 setfont
12692 233.07 671.62 moveto
12693 (3/4) show
12694 /Helvetica findfont
12695 12 scalefont
12696 setfont
12697 233.76 660.67 moveto
12698 (full) show
12699 /Helvetica findfont
12700 12 scalefont
12701 setfont
12702 233.07 649.80 moveto
12703 (1/2) show
12704 0.70 setlinewidth
12705 212.65 620.63 moveto
12706 214.09 620.40 215.53 620.40 216.97 620.63 curveto
12707 222.50 621.48 227.86 622.87 232.79 625.63 curveto
12708 233.93 626.27 234.91 627.07 235.67 628.13 curveto
12709 238.66 632.27 240.43 636.92 241.43 641.90 curveto
12710 241.68 643.15 241.68 644.40 241.43 645.65 curveto
12711 stroke
12712 212.65 610.22 moveto
12713 214.09 609.91 215.53 609.91 216.97 610.22 curveto
12714 222.75 611.45 228.08 613.68 232.79 617.30 curveto
12715 234.03 618.26 234.95 619.47 235.67 620.85 curveto
12716 238.89 626.96 240.45 633.56 241.43 640.34 curveto
12717 241.68 642.11 241.68 643.88 241.43 645.65 curveto
12718 stroke
12719 212.65 578.99 moveto
12720 214.09 578.46 215.53 578.46 216.97 578.99 curveto
12721 223.87 581.50 228.57 586.63 232.79 592.32 curveto
12722 234.28 594.31 234.99 596.64 235.67 598.99 curveto
12723 239.14 610.96 240.46 623.28 241.43 635.65 curveto
12724 241.69 638.98 241.69 642.32 241.43 645.65 curveto
12725 stroke
12726 241.43 643.23 1.000000 uwedge
12727 241.43 646.65 moveto
12728 243.11 647.18 244.80 647.18 246.49 646.65 curveto
12729 254.05 644.26 259.92 639.47 265.04 633.60 curveto
12730 266.70 631.70 267.61 629.42 268.41 627.08 curveto
12731 272.42 615.45 274.03 603.36 275.16 591.19 curveto
12732 275.46 587.93 275.46 584.67 275.16 581.41 curveto
12733 stroke
12734 275.16 578.99 1.000000 wedge
12735 /Helvetica-Bold findfont
12736 12 scalefont
12737 setfont
12738 305.83 583.97 moveto
12739 (2) show
12740 restore
12741 %  S_BAR
12742 8 linenum
12743 0.70 setlinewidth
12744 341.17 740.00 moveto
12745 341.17 716.00 lineto stroke
12746 341.17 630.04 moveto
12747 341.17 577.99 lineto stroke
12748 %  S_CHHEAD
12749 %  S_STAFF
12750 % staff 1
12751 save
12752 354.88 710.00 1.000000 4n
12753 348.65 710.00 moveto
12754 361.11 710.00 lineto stroke
12755 358.56 710.75 moveto
12756 358.56 731.00 lineto stroke
12757 388.48 710.00 1.000000 4n
12758 379.13 710.00 1.000000 sharp
12759 382.25 710.00 moveto
12760 394.71 710.00 lineto stroke
12761 392.16 710.75 moveto
12762 392.16 731.00 lineto stroke
12763 421.29 710.00 1.000000 4n
12764 412.84 710.00 1.000000 nat
12765 415.06 710.00 moveto
12766 427.53 710.00 lineto stroke
12767 424.98 710.75 moveto
12768 424.98 731.00 lineto stroke
12769 457.26 707.00 1.000000 4n
12770 451.03 710.00 moveto
12771 463.49 710.00 lineto stroke
12772 460.94 707.75 moveto
12773 460.94 728.00 lineto stroke
12774 423.29 704.90 moveto
12775 438.52 695.34 lineto stroke
12776 438.52 695.34 moveto
12777 455.26 701.90 lineto stroke
12778 390.48 704.90 moveto
12779 404.89 696.80 lineto stroke
12780 404.89 696.80 moveto
12781 419.29 704.90 lineto stroke
12782 356.88 704.90 moveto
12783 371.68 696.80 lineto stroke
12784 371.68 696.80 moveto
12785 386.48 704.90 lineto stroke
12786 restore
12787 %  S_STAFF
12788 % staff 2
12789 save
12790 /Helvetica findfont
12791 12 scalefont
12792 setfont
12793 346.53 647.80 moveto
12794 (1/2) show
12795 0.70 setlinewidth
12796 315.03 589.40 moveto
12797 317.02 588.93 319.01 588.93 321.01 589.40 curveto
12798 329.16 591.30 336.50 594.85 342.93 600.25 curveto
12799 344.70 601.73 345.92 603.61 346.91 605.67 curveto
12800 351.44 615.12 353.53 625.22 354.88 635.51 curveto
12801 355.24 638.22 355.24 640.94 354.88 643.65 curveto
12802 stroke
12803 354.88 641.23 1.000000 uwedge
12804 /Helvetica findfont
12805 12 scalefont
12806 setfont
12807 380.81 663.42 moveto
12808 (full) show
12809 354.88 644.65 moveto
12810 356.56 644.52 358.24 644.52 359.92 644.65 curveto
12811 366.16 645.14 372.36 645.81 378.40 647.57 curveto
12812 379.58 647.92 380.75 648.28 381.76 649.04 curveto
12813 384.63 651.19 387.21 653.58 388.48 657.07 curveto
12814 388.74 657.80 388.74 658.53 388.48 659.27 curveto
12815 stroke
12816 388.48 656.85 1.000000 uwedge
12817 /Helvetica findfont
12818 12 scalefont
12819 setfont
12820 421.29 647.80 moveto
12821 (1/2) show
12822 388.48 660.27 moveto
12823 390.12 660.42 391.76 660.42 393.40 660.27 curveto
12824 399.52 659.71 405.59 658.92 411.45 656.94 curveto
12825 412.62 656.55 413.77 656.10 414.73 655.28 curveto
12826 417.66 652.77 420.09 649.89 421.29 646.14 curveto
12827 421.56 645.31 421.56 644.48 421.29 643.65 curveto
12828 stroke
12829 421.29 641.23 1.000000 wedge
12830 421.29 644.65 moveto
12831 423.09 645.10 424.89 645.10 426.69 644.65 curveto
12832 434.16 642.78 440.74 639.23 446.47 634.08 curveto
12833 448.10 632.62 449.18 630.78 450.07 628.80 curveto
12834 454.20 619.54 456.04 609.72 457.26 599.74 curveto
12835 457.58 597.10 457.58 594.46 457.26 591.82 curveto
12836 stroke
12837 457.26 589.40 1.000000 wedge
12838 restore
12839 %  S_BAR
12840 11 linenum
12841 0.70 setlinewidth
12842 489.25 740.00 moveto
12843 489.25 716.00 lineto stroke
12844 489.25 630.04 moveto
12845 489.25 577.99 lineto stroke
12846 %  Printing header/footer
12847 showpage
12848 restore
12849 %%DocumentFonts: /Helvetica /Helvetica-Bold 
12850 %%Pages: 2
12851 %%EndDocument
12852 end 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
12854 F .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
12857 1.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)
12859 69.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
12863 1.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
12865 E(xample:)-.15 E/F1 10/Courier@0 SF(1: e ^f; f; b ^c5; c#5;)105.336 396
12866 Q(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
12868 gsave 0 0.25 0.75 setrgbcolor 0 67 rlineto 320 0 rlineto 0 67 neg rlineto closepath stroke grestore
12869 EEND 160 696 320 320 -67 67 126.836 520.6 PBEGIN
12870 %%BeginDocument: mugex58.ps
12871 %%BoundingBox: 160 696 480 763
12872 save
12873 1589393640 1589394394 sv
12874 1.000000 1.000000 scale
12875 %  S_SSV
12876 (/tmp/ugexiM5077) inputfile
12877 2 linenum
12878 %  S_FEED
12879 324.29 1091.00 684.00 5 1.000000 1.000000 stf
12880 %  S_CLEFSIG
12881 192.08 725.00 1.000000 gclef
12882 %  S_CHHEAD
12883 %  S_STAFF
12884 % staff 1
12885 save
12886 221.11 719.00 1.000000 4n
12887 0.70 setlinewidth
12888 224.79 719.75 moveto
12889 224.79 740.00 lineto stroke
12890 250.38 722.00 1.000000 4n
12891 254.06 722.75 moveto
12892 254.06 743.00 lineto stroke
12893 278.22 731.00 1.000000 4n
12894 274.54 730.25 moveto
12895 274.54 710.00 lineto stroke
12896 309.78 734.00 1.000000 4n
12897 300.42 734.00 1.000000 sharp
12898 306.09 733.25 moveto
12899 306.09 713.00 lineto stroke
12900 280.22 736.10 moveto
12901 293.43 742.83 lineto stroke
12902 293.43 742.83 moveto
12903 307.78 739.10 lineto stroke
12904 223.11 713.90 moveto
12905 236.37 710.17 lineto stroke
12906 236.37 710.17 moveto
12907 248.38 716.90 lineto stroke
12908 restore
12909 %  S_BAR
12910 6 linenum
12911 0.70 setlinewidth
12912 338.51 743.00 moveto
12913 338.51 719.00 lineto stroke
12914 %  S_CHHEAD
12915 %  S_STAFF
12916 % staff 1
12917 save
12918 348.81 737.00 1.000000 4n
12919 348.81 725.00 1.000000 4n
12920 345.12 736.25 moveto
12921 345.12 704.00 lineto stroke
12922 379.52 740.00 1.000000 4n
12923 379.52 728.00 1.000000 4n
12924 375.84 739.25 moveto
12925 375.84 707.00 lineto stroke
12926 408.80 725.00 1.000000 4n
12927 415.83 726.50 moveto
12928 416.39 726.55 416.89 726.75 417.33 727.10 curveto
12929 418.33 727.89 418.95 728.95 419.43 730.10 curveto
12930 419.65 730.63 419.75 731.18 419.73 731.75 curveto
12931 stroke
12932 412.48 725.75 moveto
12933 412.48 746.00 lineto stroke
12934 438.91 734.00 1.000000 4n
12935 445.95 735.50 moveto
12936 446.51 735.55 447.01 735.75 447.45 736.10 curveto
12937 448.44 736.89 449.06 737.95 449.55 739.10 curveto
12938 449.77 739.63 449.87 740.18 449.85 740.75 curveto
12939 stroke
12940 438.91 713.00 1.000000 4n
12941 445.95 714.50 moveto
12942 446.51 714.55 447.01 714.75 447.45 715.10 curveto
12943 448.44 715.89 449.06 716.95 449.55 718.10 curveto
12944 449.77 718.63 449.87 719.18 449.85 719.75 curveto
12945 stroke
12946 432.68 713.00 moveto
12947 445.15 713.00 lineto stroke
12948 442.60 713.75 moveto
12949 442.60 755.00 lineto stroke
12950 348.81 719.90 moveto
12951 361.31 716.18 lineto stroke
12952 361.31 716.18 moveto
12953 372.49 722.90 lineto stroke
12954 350.81 742.10 moveto
12955 363.58 748.83 lineto stroke
12956 363.58 748.83 moveto
12957 377.52 745.10 lineto stroke
12958 restore
12959 %  S_BAR
12960 9 linenum
12961 0.70 setlinewidth
12962 467.65 743.00 moveto
12963 467.65 719.00 lineto stroke
12964 %  Printing header/footer
12965 showpage
12966 restore
12967 %%DocumentFonts: 
12968 %%Pages: 2
12969 %%EndDocument
12970 end PEND 69.336 540.6 EBEGIN
12971 0 0.1 0.5 setrgbcolor
12972 EEND/F0 14/Times-Bold@0 SF 3.5(6.7 Miscellaneous)72.836 540.6 R 69.336
12973 558.6 EBEGIN
12974 0 0 0 setrgbcolor
12975 EEND/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
12980 4.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
12983 600.6 R .072
12984 (Items in "with" lists inside [ ] are also copied to the tabnote staf)
12985 5.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
12989 H 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
12991 E(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
12995 3.309(,n)-.65 G 3.309(oM)-3.309 G .809(IDI pitch bends are generated; s\
12996 lides and bends are instantaneous rather than)-3.309 F(gradual.)69.336
12997 684.6 Q .153(If a capo is being used, it probably better to declare a t\
12998 ransposition 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
13005 738.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
13007 F .959 -.15(ve t)-.2 H .66(ranposition for standard guitar will also).15
13008 F EP
13009 %%Page: 55 61
13010 %%BeginPageSetup
13011 BP
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
13016 114 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
13021 G 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
13027 2.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\
13029 on 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
13031 198 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
13033 210 Q(we)-.25 E -.15(ve)-.25 G -.55(r.).15 G/F1 10/Courier@0 SF(score)
13034 105.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)
13036 130.336 288 Q(staff 4)105.336 300 Q(stafflines=tab)130.336 312 Q(music)
13037 105.336 324 Q(// The first two notes in each chord go to staff 2,)
13038 105.336 348 Q(// and the last two go to staff 4.)105.336 360 Q 6([2)
13039 105.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
13041 393.6 EBEGIN
13042 gsave 0 0.25 0.75 setrgbcolor 0 248 rlineto 296 0 rlineto 0 248 neg rlineto closepath stroke grestore
13043 EEND 168 515 296 296 -248 248 138.836 641.6 PBEGIN
13044 %%BeginDocument: mugex59.ps
13045 %%BoundingBox: 168 515 464 763
13046 save
13047 1589393640 1589394394 sv
13048 0.900000 0.900000 scale
13049 %  S_SSV
13050 (/tmp/ugexiM5077) inputfile
13051 2 linenum
13052 %  S_SSV
13053 9 linenum
13054 %  S_SSV
13055 11 linenum
13056 %  S_FEED
13057 366.29 1175.00 720.00 5 1.000000 1.000000 stf
13058 366.29 1102.59 720.00 6 1.735000 1.000000 stf
13059 366.29 1034.57 720.00 5 1.000000 1.000000 stf
13060 366.29 966.54 720.00 6 1.735000 1.000000 stf
13061 221.79 827.00 716.57 brace
13062 221.79 686.57 580.52 brace
13063 0.70 setlinewidth
13064 222.29 827.00 moveto
13065 222.29 580.52 lineto stroke
13066 %  S_CLEFSIG
13067 234.08 809.00 1.000000 gclef
13068 /Helvetica-Bold findfont
13069 20 scalefont
13070 setfont
13071 225.29 752.53 moveto
13072 (T) show
13073 /Helvetica-Bold findfont
13074 20 scalefont
13075 setfont
13076 225.29 734.65 moveto
13077 (A) show
13078 /Helvetica-Bold findfont
13079 20 scalefont
13080 setfont
13081 225.29 716.77 moveto
13082 (B) show
13083 234.08 668.57 1.000000 gclef
13084 /Helvetica-Bold findfont
13085 20 scalefont
13086 setfont
13087 225.29 616.48 moveto
13088 (T) show
13089 /Helvetica-Bold findfont
13090 20 scalefont
13091 setfont
13092 225.29 598.60 moveto
13093 (A) show
13094 /Helvetica-Bold findfont
13095 20 scalefont
13096 setfont
13097 225.29 580.72 moveto
13098 (B) show
13099 %  S_CHHEAD
13100 %  S_STAFF
13101 % staff 1
13102 save
13103 268.93 800.00 1.000000 4n
13104 268.93 794.00 1.000000 4n
13105 262.70 797.00 moveto
13106 275.16 797.00 lineto stroke
13107 272.61 794.75 moveto
13108 272.61 821.00 lineto stroke
13109 333.11 794.00 1.000000 4n
13110 326.88 797.00 moveto
13111 339.34 797.00 lineto stroke
13112 333.11 782.00 1.000000 4n
13113 326.88 785.00 moveto
13114 339.34 785.00 lineto stroke
13115 326.88 791.00 moveto
13116 339.34 791.00 lineto stroke
13117 326.88 797.00 moveto
13118 339.34 797.00 lineto stroke
13119 336.79 782.75 moveto
13120 336.79 815.00 lineto stroke
13121 402.74 803.00 1.000000 2n
13122 402.74 782.00 1.000000 2n
13123 396.29 785.00 moveto
13124 409.19 785.00 lineto stroke
13125 396.29 791.00 moveto
13126 409.19 791.00 lineto stroke
13127 396.29 797.00 moveto
13128 409.19 797.00 lineto stroke
13129 406.64 782.75 moveto
13130 406.64 824.00 lineto stroke
13131 restore
13132 %  S_STAFF
13133 % staff 2
13134 save
13135 265.58 731.91 272.28 742.86 whitebox
13136 /Helvetica-Bold findfont
13137 12 scalefont
13138 setfont
13139 265.58 733.07 moveto
13140 (0) show
13141 265.58 721.61 272.28 732.34 whitebox
13142 /Helvetica-Bold findfont
13143 12 scalefont
13144 setfont
13145 265.58 722.55 moveto
13146 (2) show
13147 329.76 721.61 336.46 732.34 whitebox
13148 /Helvetica-Bold findfont
13149 12 scalefont
13150 setfont
13151 329.76 722.55 moveto
13152 (2) show
13153 329.76 711.09 336.46 722.04 whitebox
13154 /Helvetica-Bold findfont
13155 12 scalefont
13156 setfont
13157 329.76 712.25 moveto
13158 (0) show
13159 399.39 732.02 406.09 742.75 whitebox
13160 /Helvetica-Bold findfont
13161 12 scalefont
13162 setfont
13163 399.39 732.96 moveto
13164 (2) show
13165 399.39 711.09 406.09 722.04 whitebox
13166 /Helvetica-Bold findfont
13167 12 scalefont
13168 setfont
13169 399.39 712.25 moveto
13170 (0) show
13171 restore
13172 %  S_STAFF
13173 % staff 3
13174 save
13175 268.93 680.57 1.000000 4n
13176 268.93 668.57 1.000000 4n
13177 0.70 setlinewidth
13178 265.25 679.82 moveto
13179 265.25 647.57 lineto stroke
13180 333.11 683.57 1.000000 4n
13181 333.11 668.57 1.000000 4n
13182 329.43 682.82 moveto
13183 329.43 647.57 lineto stroke
13184 402.74 689.57 1.000000 2n
13185 402.74 674.57 1.000000 2n
13186 398.84 688.82 moveto
13187 398.84 653.57 lineto stroke
13188 restore
13189 %  S_STAFF
13190 % staff 4
13191 save
13192 265.58 616.68 272.28 627.63 whitebox
13193 /Helvetica-Bold findfont
13194 12 scalefont
13195 setfont
13196 265.58 617.91 moveto
13197 (3) show
13198 265.58 606.27 272.28 617.22 whitebox
13199 /Helvetica-Bold findfont
13200 12 scalefont
13201 setfont
13202 265.58 607.43 moveto
13203 (0) show
13204 329.76 627.09 336.46 638.04 whitebox
13205 /Helvetica-Bold findfont
13206 12 scalefont
13207 setfont
13208 329.76 628.25 moveto
13209 (0) show
13210 329.76 606.27 336.46 617.22 whitebox
13211 /Helvetica-Bold findfont
13212 12 scalefont
13213 setfont
13214 329.76 607.43 moveto
13215 (0) show
13216 399.39 627.09 406.09 638.04 whitebox
13217 /Helvetica-Bold findfont
13218 12 scalefont
13219 setfont
13220 399.39 628.32 moveto
13221 (3) show
13222 399.39 616.68 406.09 627.63 whitebox
13223 /Helvetica-Bold findfont
13224 12 scalefont
13225 setfont
13226 399.39 617.84 moveto
13227 (0) show
13228 restore
13229 %  S_BAR
13230 18 linenum
13231 0.70 setlinewidth
13232 503.65 827.00 moveto
13233 503.65 803.00 lineto stroke
13234 503.65 768.62 moveto
13235 503.65 716.57 lineto stroke
13236 503.65 686.57 moveto
13237 503.65 662.57 lineto stroke
13238 503.65 632.57 moveto
13239 503.65 580.52 lineto stroke
13240 %  Printing header/footer
13241 showpage
13242 restore
13243 %%DocumentFonts: /Helvetica-Bold 
13244 %%Pages: 2
13245 %%EndDocument
13246 end PEND EP
13247 %%Page: 56 62
13248 %%BeginPageSetup
13249 BP
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
13252 EBEGIN
13253 0 0.1 0.5 setrgbcolor
13254 EEND/F0 15/Times-Bold@0 SF 3.75(7. SHAPED)73.086 103 R(NO)3.75 E(TES)-.6
13255 E 69.336 121 EBEGIN
13256 0 0 0 setrgbcolor
13257 EEND/F0 10/Times-Roman@0 SF .144(If you intend to only use the usual sy\
13258 stem 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
13262 F(ant)-.1 E 2.265("shaped note" music that is often used for "Sacred Ha\
13263 rp" 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
13266 0 0.1 0.5 setrgbcolor
13267 EEND/F0 14/Times-Bold@0 SF 3.5(7.1 Headshapes)72.836 175 R(context)3.5 E
13268 69.336 193 EBEGIN
13269 0 0 0 setrgbcolor
13270 EEND/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\
13272 t characters)-.15 F .077(will be used when printing note heads.)69.336
13273 205 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
13276 F .925(uilt in, so generally you just need to use the noteheads)-.2 F
13277 1.496(parameter to access them. Ho)69.336 229 R(we)-.25 E -.15(ve)-.25 G
13278 2.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
13285 F .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\
13289 ring 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 \
13293 for 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
13304 F .902(Here is the list of the)5.903 F .864(pre-de\214ned v)69.336 379 R
13305 3.364(alues. P)-.25 F .864(ay particular attention to the \214rst strin\
13306 g 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
13308 G(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")
13319 2.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
13327 565 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
13334 589 Q -.15(ve)-.25 G 2.5(nb).15 G(elo)-2.5 E(w:)-.25 E EP
13335 %%Page: 57 63
13336 %%BeginPageSetup
13337 BP
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)
13340 174.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
13344 F(wedge)-.25 E 30.29(\214llrectangle rectangle dwhrectangle)174.506 144
13345 R 17.5(\214llrighttriangle righttriangle dwhrighttriangle)174.506 156 R
13346 12.5(u\214llrighttriangle urighttriangle udwhrighttriangle)174.506 168 R
13347 25.84(\214llsemicircle semicircle dwhsemicircle)174.506 180 R 28.06
13348 (\214llslashhead slashhead dwhslashhead)174.506 192 R(xnote)174.506 204
13349 Q(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
13357 E 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
13365 312 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
13370 380 EBEGIN
13371 0 0.1 0.5 setrgbcolor
13372 EEND/F0 14/Times-Bold@0 SF 3.5(7.2 Noteheads)72.836 380 R(parameter)3.5
13373 E 69.336 398 EBEGIN
13374 0 0 0 setrgbcolor
13375 EEND/F0 10/Times-Roman@0 SF 1.339(The noteheads parameter describes whi\
13376 ch note head shape to use for each pitch in the scale. It can be)73.175
13377 398 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
13381 422 Q(Thus the def)5 E(ault v)-.1 E(alue for this parameter is)-.25 E/F1
13382 10/Courier@0 SF(noteheads = "norm")105.336 440 Q F0 .24(If you w)69.336
13383 466 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
13388 2.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
13390 R .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\
13392 hapes \(norm, xnote, diam, blank, righttri, isostri, rect, pie, semicir\
13393 c, slash\), or names that you ha)69.336 502 R -.15(ve)-.2 G(gi)69.336
13394 514 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
13396 E -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
13398 F1(noteheads = "righttri norm rect righttri norm rect diam")105.336 550
13399 Q 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
13403 Q F0 .422
13404 (Once the noteheads parameter is set, you specify your music just lik)
13405 69.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\
13407 ate note heads based on your speci\214cations.)69.336 626 Q EP
13408 %%Page: 58 64
13409 %%BeginPageSetup
13410 BP
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
13415 Q(// 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
13419 228 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")
13421 123.336 312 Q(// will start at the rect and then wrap around.)123.336
13422 324 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
13424 396 Q(bar)105.336 408 Q(1: g;f;e;d;)105.336 432 Q(bar)105.336 444 Q
13425 111.836 453.6 EBEGIN
13426 gsave 0 0.25 0.75 setrgbcolor 0 145 rlineto 352 0 rlineto 0 145 neg rlineto closepath stroke grestore
13427 EEND 128 618 352 352 -145 145 110.836 598.6 PBEGIN
13428 %%BeginDocument: mugex60.ps
13429 %%BoundingBox: 128 618 480 763
13430 save
13431 1589393640 1589394394 sv
13432 1.000000 1.000000 scale
13433 %  S_SSV
13434 (/tmp/ugexiM5077) inputfile
13435 2 linenum
13436 %  S_FEED
13437 324.29 1091.00 684.00 5 1.000000 1.000000 stf
13438 %  S_CLEFSIG
13439 192.08 725.00 1.000000 gclef
13440 206.19 743.00 1.000000 sharp
13441 212.83 734.00 1.000000 sharp
13442 %  S_CHHEAD
13443 %  S_STAFF
13444 % staff 1
13445 save
13446 235.94 737.00 1.000000 fillisostriangle
13447 0.70 setlinewidth
13448 232.04 734.60 moveto
13449 232.04 716.00 lineto stroke
13450 261.67 734.00 1.000000 fillpiewedge
13451 257.77 734.60 moveto
13452 257.77 713.00 lineto stroke
13453 287.44 731.00 1.000000 fillrectangle
13454 283.54 731.00 moveto
13455 283.54 710.00 lineto stroke
13456 314.05 728.00 1.000000 4n
13457 317.73 728.75 moveto
13458 317.73 749.00 lineto stroke
13459 restore
13460 %  S_BAR
13461 16 linenum
13462 0.70 setlinewidth
13463 339.83 743.00 moveto
13464 339.83 719.00 lineto stroke
13465 %  S_CHHEAD
13466 %  S_STAFF
13467 % staff 1
13468 save
13469 351.12 725.00 1.000000 fillrighttriangle
13470 355.02 725.00 moveto
13471 355.02 746.00 lineto stroke
13472 376.85 722.00 1.000000 filldiamond
13473 380.75 722.00 moveto
13474 380.75 743.00 lineto stroke
13475 402.59 719.00 1.000000 fillsemicircle
13476 406.48 721.40 moveto
13477 406.48 740.00 lineto stroke
13478 429.19 716.00 1.000000 fillisostriangle
13479 433.09 713.60 moveto
13480 433.09 737.00 lineto stroke
13481 restore
13482 %  S_BAR
13483 18 linenum
13484 0.70 setlinewidth
13485 454.01 743.00 moveto
13486 454.01 719.00 lineto stroke
13487 457.01 743.00 moveto
13488 457.01 719.00 lineto stroke
13489 %  S_SSV
13490 21 linenum
13491 %  S_CLEFSIG
13492 462.26 731.00 1.000000 flat
13493 %  S_FEED
13494 288.00 1007.00 684.00 5 1.000000 1.000000 stf
13495 %  S_CLEFSIG
13496 155.79 641.00 1.000000 gclef
13497 169.33 647.00 1.000000 flat
13498 %  S_CHHEAD
13499 %  S_STAFF
13500 % staff 1
13501 save
13502 193.08 653.00 1.000000 fillrectangle
13503 189.18 653.00 moveto
13504 189.18 632.00 lineto stroke
13505 225.90 650.00 1.000000 4n
13506 222.22 649.25 moveto
13507 222.22 629.00 lineto stroke
13508 258.69 647.00 1.000000 ufillrighttriangle
13509 254.79 647.00 moveto
13510 254.79 626.00 lineto stroke
13511 292.38 644.00 1.000000 filldiamond
13512 296.28 644.00 moveto
13513 296.28 665.00 lineto stroke
13514 restore
13515 %  S_BAR
13516 30 linenum
13517 0.70 setlinewidth
13518 324.11 659.00 moveto
13519 324.11 635.00 lineto stroke
13520 %  S_CHHEAD
13521 %  S_STAFF
13522 % staff 1
13523 save
13524 336.58 641.00 1.000000 fillsemicircle
13525 340.48 643.40 moveto
13526 340.48 662.00 lineto stroke
13527 369.40 638.00 1.000000 fillisostriangle
13528 373.30 635.60 moveto
13529 373.30 659.00 lineto stroke
13530 402.23 635.00 1.000000 fillpiewedge
13531 406.12 635.30 moveto
13532 406.12 656.00 lineto stroke
13533 435.92 632.00 1.000000 fillrectangle
13534 439.82 632.00 moveto
13535 439.82 653.00 lineto stroke
13536 restore
13537 %  S_BAR
13538 33 linenum
13539 0.70 setlinewidth
13540 467.65 659.00 moveto
13541 467.65 635.00 lineto stroke
13542 %  Printing header/footer
13543 showpage
13544 restore
13545 %%DocumentFonts: 
13546 %%Pages: 2
13547 %%EndDocument
13548 end PEND 69.336 618.6 EBEGIN
13549 0 0.1 0.5 setrgbcolor
13550 EEND/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
13552 0 0 0 setrgbcolor
13553 EEND/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
13557 2.5(ets. Thus)-.1 F/F1 10/Courier@0 SF([hs "righttri"])130.336 666.6 Q
13558 F0 -.1(wo)69.336 686.6 S .095
13559 (uld use the "righttri" headshape. The speci\214c character to use w).1
13560 F .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
13563 2.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
13565 1.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\
13568 e used along with other things that can go in the square brack)69.336
13569 740.6 Q(ets. F)-.1 E(or e)-.15 E(xample,)-.15 E EP
13570 %%Page: 59 65
13571 %%BeginPageSetup
13572 BP
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\
13576 ld use blankheads and no stem, resulting in no chord being printed at a\
13577 ll!).1 E 69.336 134 EBEGIN
13578 0 0.1 0.5 setrgbcolor
13579 EEND/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
13581 0 0 0 setrgbcolor
13582 EEND/F0 10/Times-Roman@0 SF .095(If you w)71.931 152 R .095(ant to o)-.1
13583 F -.15(ve)-.15 G .095(rride the note head shape to be used for one spec\
13584 i\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
13588 gsave 0 0.25 0.75 setrgbcolor 0 73 rlineto 320 0 rlineto 0 73 neg rlineto closepath stroke grestore
13589 EEND 160 690 320 320 -73 73 126.836 276.6 PBEGIN
13590 %%BeginDocument: mugex61.ps
13591 %%BoundingBox: 160 690 480 763
13592 save
13593 1589393640 1589394394 sv
13594 1.000000 1.000000 scale
13595 %  S_SSV
13596 (/tmp/ugexiM5077) inputfile
13597 2 linenum
13598 %  S_FEED
13599 324.29 1085.00 684.00 5 1.000000 1.000000 stf
13600 %  S_CLEFSIG
13601 192.08 719.00 1.000000 gclef
13602 %  S_CHHEAD
13603 %  S_STAFF
13604 % staff 1
13605 save
13606 227.33 734.00 1.000000 filldiamond
13607 227.55 719.00 1.000000 4n
13608 227.55 707.00 1.000000 4n
13609 0.70 setlinewidth
13610 221.32 707.00 moveto
13611 233.78 707.00 lineto stroke
13612 231.23 707.75 moveto
13613 231.23 755.00 lineto stroke
13614 293.31 728.00 1.000000 4n
13615 293.10 722.00 1.000000 xnote
13616 293.31 716.00 1.000000 4n
13617 296.99 716.75 moveto
13618 296.99 749.00 lineto stroke
13619 364.05 734.00 1.000000 2n
13620 364.05 719.00 1.000000 2n
13621 360.15 733.25 moveto
13622 360.15 698.00 lineto stroke
13623 restore
13624 %  S_BAR
13625 7 linenum
13626 0.70 setlinewidth
13627 467.65 737.00 moveto
13628 467.65 713.00 lineto stroke
13629 %  Printing header/footer
13630 showpage
13631 restore
13632 %%DocumentFonts: 
13633 %%Pages: 2
13634 %%EndDocument
13635 end PEND 69.336 296.6 EBEGIN
13636 0 0.1 0.5 setrgbcolor
13637 EEND/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
13639 0 0 0 setrgbcolor
13640 EEND/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
13645 F .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)
13649 69.336 356.6 R 1.195(fs, the only head shape name that is)-.25 F(allo)
13650 69.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
13655 Q(staffs=4)130.336 428.6 Q(key=2#)130.336 440.6 Q(bracket=1-4)130.336
13656 452.6 Q(staff 3)105.336 476.6 Q(clef=treble8)130.336 488.6 Q(staff 4)
13657 105.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;)
13659 105.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
13664 BP
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
13667 EBEGIN
13668 gsave 0 0.25 0.75 setrgbcolor 0 222 rlineto 248 0 rlineto 0 222 neg rlineto closepath stroke grestore
13669 EEND 200 541 248 248 -222 222 162.836 318 PBEGIN
13670 %%BeginDocument: mugex62.ps
13671 %%BoundingBox: 200 541 448 763
13672 save
13673 1589393640 1589394394 sv
13674 1.000000 1.000000 scale
13675 %  S_SSV
13676 (/tmp/ugexiM5077) inputfile
13677 2 linenum
13678 %  S_SSV
13679 10 linenum
13680 %  S_SSV
13681 12 linenum
13682 %  S_FEED
13683 370.29 1091.00 648.00 5 1.000000 1.000000 stf
13684 370.29 1037.00 648.00 5 1.000000 1.000000 stf
13685 370.29 983.00 648.00 5 1.000000 1.000000 stf
13686 370.29 929.00 648.00 5 1.000000 1.000000 stf
13687 224.29 746.00 554.00 bracket
13688 0.70 setlinewidth
13689 226.29 743.00 moveto
13690 226.29 557.00 lineto stroke
13691 %  S_CLEFSIG
13692 238.08 725.00 1.000000 gclef
13693 238.08 671.00 1.000000 gclef
13694 238.08 595.26 moveto
13695 /Times-Italic findfont
13696 9 scalefont
13697 setfont
13698 (8) show
13699 238.08 617.00 1.000000 gclef
13700 238.33 575.00 1.000000 fclef
13701 252.70 743.00 1.000000 sharp
13702 259.34 734.00 1.000000 sharp
13703 252.70 689.00 1.000000 sharp
13704 259.34 680.00 1.000000 sharp
13705 252.70 635.00 1.000000 sharp
13706 259.34 626.00 1.000000 sharp
13707 252.70 575.00 1.000000 sharp
13708 259.34 566.00 1.000000 sharp
13709 %  S_CHHEAD
13710 %  S_STAFF
13711 % staff 1
13712 save
13713 283.74 734.00 1.000000 diamond
13714 279.84 734.00 moveto
13715 279.84 713.00 lineto stroke
13716 314.87 737.00 1.000000 ufillrighttriangle
13717 310.97 737.00 moveto
13718 310.97 716.00 lineto stroke
13719 334.99 740.00 1.000000 4n
13720 331.31 739.25 moveto
13721 331.31 719.00 lineto stroke
13722 restore
13723 %  S_STAFF
13724 % staff 2
13725 save
13726 283.74 665.00 1.000000 2n
13727 0.70 setlinewidth
13728 287.64 665.75 moveto
13729 287.64 686.00 lineto stroke
13730 314.87 674.00 1.000000 4n
13731 318.55 674.75 moveto
13732 318.55 695.00 lineto stroke
13733 334.99 668.00 1.000000 fillrectangle
13734 338.89 668.00 moveto
13735 338.89 689.00 lineto stroke
13736 restore
13737 %  S_STAFF
13738 % staff 3
13739 save
13740 283.74 611.00 1.000000 2n
13741 0.70 setlinewidth
13742 287.64 611.75 moveto
13743 287.64 632.00 lineto stroke
13744 314.87 614.00 1.000000 fillrectangle
13745 318.77 614.00 moveto
13746 318.77 635.00 lineto stroke
13747 334.99 605.00 1.000000 filldiamond
13748 328.55 605.00 moveto
13749 341.44 605.00 lineto stroke
13750 338.89 605.00 moveto
13751 338.89 626.00 lineto stroke
13752 restore
13753 %  S_STAFF
13754 % staff 4
13755 save
13756 283.74 560.00 1.000000 2n
13757 0.70 setlinewidth
13758 287.64 560.75 moveto
13759 287.64 581.00 lineto stroke
13760 314.87 554.00 1.000000 fillrectangle
13761 318.77 554.00 moveto
13762 318.77 575.00 lineto stroke
13763 334.99 560.00 1.000000 4n
13764 338.68 560.75 moveto
13765 338.68 581.00 lineto stroke
13766 restore
13767 %  S_BAR
13768 20 linenum
13769 0.70 setlinewidth
13770 355.41 743.00 moveto
13771 355.41 719.00 lineto stroke
13772 355.41 689.00 moveto
13773 355.41 665.00 lineto stroke
13774 355.41 635.00 moveto
13775 355.41 611.00 lineto stroke
13776 355.41 581.00 moveto
13777 355.41 557.00 lineto stroke
13778 %  S_CHHEAD
13779 %  S_STAFF
13780 % staff 1
13781 save
13782 373.00 737.00 1.000000 urighttriangle
13783 restore
13784 %  S_STAFF
13785 % staff 2
13786 save
13787 373.00 668.00 1.000000 rectangle
13788 restore
13789 %  S_STAFF
13790 % staff 3
13791 save
13792 373.00 608.00 1.000000 righttriangle
13793 restore
13794 %  S_STAFF
13795 % staff 4
13796 save
13797 373.00 569.00 1.000000 urighttriangle
13798 restore
13799 %  S_BAR
13800 25 linenum
13801 0.70 setlinewidth
13802 426.50 743.00 moveto
13803 426.50 719.00 lineto stroke
13804 3.00 setlinewidth
13805 430.50 743.00 moveto
13806 430.50 719.00 lineto stroke
13807 0.70 setlinewidth
13808 426.50 689.00 moveto
13809 426.50 665.00 lineto stroke
13810 3.00 setlinewidth
13811 430.50 689.00 moveto
13812 430.50 665.00 lineto stroke
13813 0.70 setlinewidth
13814 426.50 635.00 moveto
13815 426.50 611.00 lineto stroke
13816 3.00 setlinewidth
13817 430.50 635.00 moveto
13818 430.50 611.00 lineto stroke
13819 0.70 setlinewidth
13820 426.50 581.00 moveto
13821 426.50 557.00 lineto stroke
13822 3.00 setlinewidth
13823 430.50 581.00 moveto
13824 430.50 557.00 lineto stroke
13825 0.70 setlinewidth
13826 %  Printing header/footer
13827 showpage
13828 restore
13829 %%DocumentFonts: /Times-Italic 
13830 %%Pages: 2
13831 %%EndDocument
13832 end PEND/F0 10/Times-Roman@0 SF .316(Here is an e)69.336 338 R .316(xam\
13833 ple 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
13836 350 Q 2.5(sd)-.55 G(uration.)-2.5 E EP
13837 %%Page: 61 67
13838 %%BeginPageSetup
13839 BP
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;)
13844 105.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")
13848 105.336 312 Q(music)105.336 324 Q(1: 8cf;;4;2;1;)105.336 336 Q(bar)
13849 105.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
13853 gsave 0 0.25 0.75 setrgbcolor 0 145 rlineto 352 0 rlineto 0 145 neg rlineto closepath stroke grestore
13854 EEND 128 618 352 352 -145 145 110.836 622.6 PBEGIN
13855 %%BeginDocument: mugex63.ps
13856 %%BoundingBox: 128 618 480 763
13857 save
13858 1589393640 1589394394 sv
13859 1.000000 1.000000 scale
13860 %  S_SSV
13861 (/tmp/ugexiM5077) inputfile
13862 2 linenum
13863 %  S_FEED
13864 291.00 1091.00 684.00 5 1.000000 1.000000 stf
13865 /Times-Roman findfont
13866 12 scalefont
13867 setfont
13868 144.00 731.00 moveto
13869 %  S_CLEFSIG
13870 158.79 725.00 1.000000 gclef
13871 /NewCenturySchlbk-Bold findfont
13872 16 scalefont
13873 setfont
13874 170.58 731.00 moveto
13875 (8) show
13876 /NewCenturySchlbk-Bold findfont
13877 16 scalefont
13878 setfont
13879 170.58 718.98 moveto
13880 (4) show
13881 %  S_CHHEAD
13882 %  S_STAFF
13883 % staff 1
13884 save
13885 195.83 722.00 1.000000 4n
13886 195.83 713.00 1.000000 4n
13887 0.70 setlinewidth
13888 189.60 713.00 moveto
13889 200.56 713.00 lineto stroke
13890 199.51 713.75 moveto
13891 199.51 741.50 lineto stroke
13892 205.90 722.00 1.000000 4n
13893 205.90 713.00 1.000000 4n
13894 201.16 713.00 moveto
13895 210.63 713.00 lineto stroke
13896 209.58 713.75 moveto
13897 209.58 741.50 lineto stroke
13898 216.04 722.00 1.000000 4n
13899 216.04 713.00 1.000000 4n
13900 211.31 713.00 moveto
13901 220.86 713.00 lineto stroke
13902 219.72 713.75 moveto
13903 219.72 743.00 lineto stroke
13904 227.91 722.00 1.000000 2n
13905 227.91 713.00 1.000000 2n
13906 222.86 713.00 moveto
13907 234.36 713.00 lineto stroke
13908 231.81 713.75 moveto
13909 231.81 743.00 lineto stroke
13910 249.80 722.00 1.000000 1n
13911 249.80 713.00 1.000000 1n
13912 242.38 713.00 moveto
13913 257.22 713.00 lineto stroke
13914 newpath
13915 199.16 743.00 moveto
13916 209.93 743.00 lineto
13917 209.93 740.00 lineto
13918 199.16 740.00 lineto
13919 closepath
13920 fill
13921 restore
13922 %  S_BAR
13923 11 linenum
13924 0.70 setlinewidth
13925 281.47 743.00 moveto
13926 281.47 719.00 lineto stroke
13927 %  S_SSV
13928 12 linenum
13929 %  S_CHHEAD
13930 %  S_STAFF
13931 % staff 1
13932 save
13933 290.26 734.00 1.000000 fillisostriangle
13934 290.26 719.00 1.000000 fillisostriangle
13935 294.16 716.60 moveto
13936 294.16 755.00 lineto stroke
13937 300.96 734.00 1.000000 fillisostriangle
13938 300.96 719.00 1.000000 fillisostriangle
13939 304.86 716.60 moveto
13940 304.86 753.50 lineto stroke
13941 311.46 734.00 1.000000 fillisostriangle
13942 311.46 719.00 1.000000 fillisostriangle
13943 315.36 716.60 moveto
13944 315.36 753.50 lineto stroke
13945 323.32 734.00 1.000000 isostriangle
13946 323.32 719.00 1.000000 isostriangle
13947 327.22 716.60 moveto
13948 327.22 755.00 lineto stroke
13949 345.21 734.00 1.000000 isostriangle
13950 345.21 719.00 1.000000 isostriangle
13951 newpath
13952 304.51 755.00 moveto
13953 315.71 755.00 lineto
13954 315.71 752.00 lineto
13955 304.51 752.00 lineto
13956 closepath
13957 fill
13958 restore
13959 %  S_BAR
13960 16 linenum
13961 0.70 setlinewidth
13962 376.72 743.00 moveto
13963 376.72 719.00 lineto stroke
13964 %  S_SSV
13965 17 linenum
13966 %  S_CHHEAD
13967 %  S_STAFF
13968 % staff 1
13969 save
13970 389.15 734.00 1.000000 rectangle
13971 389.15 725.00 1.000000 rectangle
13972 418.08 734.00 1.000000 fillrectangle
13973 418.08 725.00 1.000000 fillrectangle
13974 421.98 725.00 moveto
13975 421.98 755.00 lineto stroke
13976 430.15 734.00 1.000000 rectangle
13977 430.15 725.00 1.000000 rectangle
13978 434.05 725.00 moveto
13979 434.05 755.00 lineto stroke
13980 447.48 734.00 1.000000 fillrectangle
13981 447.48 725.00 1.000000 fillrectangle
13982 451.38 725.00 moveto
13983 451.38 753.50 lineto stroke
13984 458.13 734.00 1.000000 fillrectangle
13985 458.13 725.00 1.000000 fillrectangle
13986 462.03 725.00 moveto
13987 462.03 753.50 lineto stroke
13988 newpath
13989 451.03 755.00 moveto
13990 462.38 755.00 lineto
13991 462.38 752.00 lineto
13992 451.03 752.00 lineto
13993 closepath
13994 fill
13995 restore
13996 %  S_BAR
13997 21 linenum
13998 0.70 setlinewidth
13999 467.65 743.00 moveto
14000 467.65 719.00 lineto stroke
14001 %  S_SSV
14002 22 linenum
14003 %  S_FEED
14004 288.00 1007.00 684.00 5 1.000000 1.000000 stf
14005 %  S_CLEFSIG
14006 155.79 641.00 1.000000 gclef
14007 %  S_CHHEAD
14008 %  S_STAFF
14009 % staff 1
14010 save
14011 181.83 638.00 1.000000 fillpiewedge
14012 181.83 629.00 1.000000 fillpiewedge
14013 175.38 629.00 moveto
14014 186.78 629.00 lineto stroke
14015 185.73 629.30 moveto
14016 185.73 657.50 lineto stroke
14017 192.33 638.00 1.000000 fillpiewedge
14018 192.33 629.00 1.000000 fillpiewedge
14019 187.38 629.00 moveto
14020 197.28 629.00 lineto stroke
14021 196.23 629.30 moveto
14022 196.23 657.50 lineto stroke
14023 202.88 638.00 1.000000 fillpiewedge
14024 202.88 629.00 1.000000 fillpiewedge
14025 197.93 629.00 moveto
14026 207.94 629.00 lineto stroke
14027 206.77 629.30 moveto
14028 206.77 659.00 lineto stroke
14029 215.01 638.00 1.000000 piewedge
14030 215.01 629.00 1.000000 piewedge
14031 209.94 629.00 moveto
14032 221.46 629.00 lineto stroke
14033 218.91 629.30 moveto
14034 218.91 659.00 lineto stroke
14035 237.02 638.00 1.000000 piewedge
14036 237.02 629.00 1.000000 piewedge
14037 230.57 629.00 moveto
14038 243.47 629.00 lineto stroke
14039 newpath
14040 185.38 659.00 moveto
14041 196.58 659.00 lineto
14042 196.58 656.00 lineto
14043 185.38 656.00 lineto
14044 closepath
14045 fill
14046 restore
14047 %  S_BAR
14048 26 linenum
14049 0.70 setlinewidth
14050 268.68 659.00 moveto
14051 268.68 635.00 lineto stroke
14052 %  S_SSV
14053 27 linenum
14054 %  S_CHHEAD
14055 %  S_STAFF
14056 % staff 1
14057 save
14058 277.48 650.00 1.000000 xnote
14059 277.48 635.00 1.000000 xnote
14060 281.38 638.00 moveto
14061 281.38 671.00 lineto stroke
14062 288.24 650.00 1.000000 xnote
14063 288.24 635.00 1.000000 xnote
14064 292.13 638.00 moveto
14065 292.13 669.50 lineto stroke
14066 298.73 650.00 1.000000 xnote
14067 298.73 635.00 1.000000 xnote
14068 302.63 638.00 moveto
14069 302.63 669.50 lineto stroke
14070 310.61 650.00 1.000000 diamond
14071 310.61 635.00 1.000000 diamond
14072 314.51 635.00 moveto
14073 314.51 671.00 lineto stroke
14074 332.62 650.00 1.000000 diamond
14075 332.62 635.00 1.000000 diamond
14076 newpath
14077 291.78 671.00 moveto
14078 302.98 671.00 lineto
14079 302.98 668.00 lineto
14080 291.78 668.00 lineto
14081 closepath
14082 fill
14083 restore
14084 %  S_BAR
14085 31 linenum
14086 0.70 setlinewidth
14087 364.28 659.00 moveto
14088 364.28 635.00 lineto stroke
14089 %  S_SSV
14090 32 linenum
14091 %  S_CHHEAD
14092 %  S_STAFF
14093 % staff 1
14094 save
14095 378.46 650.00 1.000000 slashhead
14096 378.46 641.00 1.000000 slashhead
14097 408.26 650.00 1.000000 fillslashhead
14098 408.26 641.00 1.000000 fillslashhead
14099 414.25 646.40 moveto
14100 414.25 671.00 lineto stroke
14101 423.96 650.00 1.000000 slashhead
14102 423.96 641.00 1.000000 slashhead
14103 430.34 646.40 moveto
14104 430.34 671.00 lineto stroke
14105 442.14 650.00 1.000000 fillslashhead
14106 442.14 641.00 1.000000 fillslashhead
14107 448.13 646.40 moveto
14108 448.13 669.50 lineto stroke
14109 456.81 650.00 1.000000 fillslashhead
14110 456.81 641.00 1.000000 fillslashhead
14111 462.80 646.40 moveto
14112 462.80 669.50 lineto stroke
14113 newpath
14114 447.78 671.00 moveto
14115 463.15 671.00 lineto
14116 463.15 668.00 lineto
14117 447.78 668.00 lineto
14118 closepath
14119 fill
14120 restore
14121 %  S_BAR
14122 36 linenum
14123 0.70 setlinewidth
14124 467.65 659.00 moveto
14125 467.65 635.00 lineto stroke
14126 %  Printing header/footer
14127 showpage
14128 restore
14129 %%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold 
14130 %%Pages: 2
14131 %%EndDocument
14132 end 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
14141 BP
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)
14154 105.336 240 Q(1: c;d;2e;)105.336 264 Q(bar)105.336 276 Q(1: 2g;f;)
14155 105.336 300 Q(bar)105.336 312 Q(1: {b;a;g;}3;2c+;)105.336 336 Q(bar)
14156 105.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
14160 gsave 0 0.25 0.75 setrgbcolor 0 68 rlineto 368 0 rlineto 0 68 neg rlineto closepath stroke grestore
14161 EEND 136 692 368 368 -68 68 102.836 509.6 PBEGIN
14162 %%BeginDocument: mugex64.ps
14163 %%BoundingBox: 136 692 504 760
14164 save
14165 1589393640 1589394394 sv
14166 1.000000 1.000000 scale
14167 %  S_SSV
14168 (/tmp/ugexiM5077) inputfile
14169 2 linenum
14170 %  S_SSV
14171 12 linenum
14172 %  S_FEED
14173 302.69 1080.74 705.60 5 1.000000 1.000000 stf
14174 %  S_CLEFSIG
14175 170.48 714.74 1.000000 gclef
14176 %  S_CHHEAD
14177 %  S_STAFF
14178 % staff 1
14179 save
14180 196.82 702.74 1.000000 4n
14181 0.70 setlinewidth
14182 190.59 702.74 moveto
14183 203.05 702.74 lineto stroke
14184 200.50 703.49 moveto
14185 200.50 723.74 lineto stroke
14186 209.95 705.74 1.000000 4n
14187 213.63 706.49 moveto
14188 213.63 726.74 lineto stroke
14189 225.58 708.74 1.000000 diamond
14190 229.47 708.74 moveto
14191 229.47 729.74 lineto stroke
14192 restore
14193 %  S_BAR
14194 20 linenum
14195 0.70 setlinewidth
14196 249.05 732.74 moveto
14197 249.05 708.74 lineto stroke
14198 %  S_CHHEAD
14199 %  S_STAFF
14200 % staff 1
14201 save
14202 259.87 714.74 1.000000 2n
14203 263.77 715.49 moveto
14204 263.77 735.74 lineto stroke
14205 283.66 711.74 1.000000 2n
14206 287.56 712.49 moveto
14207 287.56 732.74 lineto stroke
14208 restore
14209 %  S_BAR
14210 23 linenum
14211 0.70 setlinewidth
14212 307.14 732.74 moveto
14213 307.14 708.74 lineto stroke
14214 %  S_CHHEAD
14215 %  S_STAFF
14216 % staff 1
14217 save
14218 315.89 720.74 1.000000 ufillrighttriangle
14219 311.99 720.74 moveto
14220 311.99 699.74 lineto stroke
14221 326.38 717.74 1.000000 fillrectangle
14222 330.28 717.74 moveto
14223 330.28 738.74 lineto stroke
14224 336.66 714.74 1.000000 4n
14225 340.34 715.49 moveto
14226 340.34 735.74 lineto stroke
14227 349.89 723.74 1.000000 2n
14228 345.99 722.99 moveto
14229 345.99 702.74 lineto stroke
14230 /NewCenturySchlbk-BoldItalic findfont
14231 11 scalefont
14232 setfont
14233 323.11 741.73 moveto
14234 (3) show
14235 311.64 740.18 moveto
14236 321.11 744.21 lineto stroke
14237 331.44 747.26 moveto
14238 340.69 751.29 lineto stroke
14239 311.64 740.18 moveto
14240 311.64 737.18 lineto stroke
14241 340.69 751.29 moveto
14242 340.69 748.29 lineto stroke
14243 restore
14244 %  S_BAR
14245 26 linenum
14246 0.70 setlinewidth
14247 373.36 732.74 moveto
14248 373.36 708.74 lineto stroke
14249 %  S_CHHEAD
14250 %  S_STAFF
14251 % staff 1
14252 save
14253 387.88 705.74 1.000000 2n
14254 restore
14255 %  S_BAR
14256 29 linenum
14257 0.70 setlinewidth
14258 425.51 732.74 moveto
14259 425.51 708.74 lineto stroke
14260 %  S_CHHEAD
14261 %  S_STAFF
14262 % staff 1
14263 save
14264 436.33 708.74 1.000000 piewedge
14265 436.33 702.74 1.000000 piewedge
14266 429.88 702.74 moveto
14267 442.78 702.74 lineto stroke
14268 440.23 703.04 moveto
14269 440.23 729.74 lineto stroke
14270 460.13 714.74 1.000000 righttriangle
14271 460.13 708.74 1.000000 isostriangle
14272 460.13 702.74 1.000000 isostriangle
14273 453.68 702.74 moveto
14274 466.57 702.74 lineto stroke
14275 464.02 700.34 moveto
14276 464.02 735.74 lineto stroke
14277 restore
14278 %  S_BAR
14279 32 linenum
14280 0.70 setlinewidth
14281 484.10 732.74 moveto
14282 484.10 708.74 lineto stroke
14283 3.00 setlinewidth
14284 488.10 732.74 moveto
14285 488.10 708.74 lineto stroke
14286 0.70 setlinewidth
14287 %  Printing header/footer
14288 showpage
14289 restore
14290 %%DocumentFonts: /NewCenturySchlbk-BoldItalic 
14291 %%Pages: 2
14292 %%EndDocument
14293 end PEND EP
14294 %%Page: 63 69
14295 %%BeginPageSetup
14296 BP
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
14299 EBEGIN
14300 0 0.1 0.5 setrgbcolor
14301 EEND/F0 15/Times-Bold@0 SF 3.75(8. TEXT)73.086 103 R(STRINGS)3.75 E
14302 69.336 121 EBEGIN
14303 0 0 0 setrgbcolor
14304 EEND/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)
14308 69.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 \
14314 preceded by a backslash, to indicate it is not ending the string:)69.336
14315 157 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")
14321 105.336 237 Q("this is " + "a string")105.336 249 Q 69.336 275 EBEGIN
14322 0 0.1 0.5 setrgbcolor
14323 EEND/F0 14/Times-Bold@0 SF 3.5(8.1 Special)72.836 275 R(characters)3.5 E
14324 69.336 293 EBEGIN
14325 0 0 0 setrgbcolor
14326 EEND/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
14331 329 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
14334 367 R(clef \(used for alto clef, tenor clef, etc.\))2.5 E(time sig)
14335 94.236 391 Q 66.94(com common)24.71 F(time)2.5 E 71.94(cut cut)150.896
14336 403 R(time)2.5 E 13.62(accidental \215at)94.236 427 R(\215at)73.88 E
14337 58.6(dbl\215at double)150.896 439 R(\215at)2.5 E 62.5(sharp sharp)
14338 150.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
14342 Q 47.04(whole double)-.1 F(whole note)2.5 E 64.16(dn2n half)150.896 547
14343 R(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
14361 BP
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
14365 108 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
14367 156 R(diamond-shaped note head)2.5 E 38.04(\214lldiamond \214lled)
14368 150.896 168 R(diamond-shaped note head)2.5 E 31.94(dwhdiamond double)
14369 150.896 180 R(whole diamond-shaped note)2.5 E 38.05(isostriangle open)
14370 150.896 192 R(isosceles triangle notehead)2.5 E 26.93
14371 (\214llisostriangle \214lled)150.896 204 R(isosceles triangle notehead)
14372 2.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
14375 Q 34.97(wedge \214lled)-.25 F(pie)2.5 E(wedge notehead)-.25 E(dwhpie)
14376 150.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
14382 E 17.5(dwhrighttriangle double)150.896 324 R
14383 (whole right triangle notehead)2.5 E 29.72(urighttriangle upside-do)
14384 150.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)
14389 150.896 372 R(semicircle notehead)2.5 E 31.94(\214llsemicircle \214lled)
14390 150.896 384 R(semicircle notehead)2.5 E 25.84(dwhsemicircle double)
14391 150.896 396 R(whole semicircle notehead)2.5 E 45.28(slashhead open)
14392 150.896 408 R(slash notehead)2.5 E 34.16(\214llslashhead \214lled)
14393 150.896 420 R(slash notehead)2.5 E 28.06(dwhslashhead double)150.896 432
14394 R(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
14396 E 52.5(dwhrest double)150.896 480 R(whole rest)2.5 E 64.72(1rest whole)
14397 150.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)
14402 150.896 576 R(rest)2.5 E 54.72(256rest 256th)150.896 588 R(rest)2.5 E
14403 32.5(pedal be)94.236 612 R 55.43(gped be)-.15 F(gin pedal mark)-.15 E
14404 55.28(endped end)150.896 624 R(pedal mark)2.5 E 62.5(pedal pedal)150.896
14405 636 R(up/do)2.5 E(wn mark)-.25 E 12.5(ornaments tr)94.236 660 R(trill)
14406 80.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)
14408 150.896 708 Q 55.67(vturn in)-.4 F -.15(ve)-.4 G(rted turn).15 E EP
14409 %%Page: 65 71
14410 %%BeginPageSetup
14411 BP
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
14415 R(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)
14420 150.896 156 Q 74.59(gl)-.15 G -2.25 -.15(eg a)-74.59 H(to mark).15 E
14421 71.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
14423 204 R(for D. S.)2.5 E 65.28(coda coda)150.896 216 R(mark)2.5 E(upbo)
14424 150.896 228 Q 59.69(wu)-.25 G 2.5(pb)-59.69 G -.25(ow)-2.5 G(dnbo)
14425 150.896 240 Q 59.69(wd)-.25 G -.25(ow)-59.69 G 2.5(nb).25 G -.25(ow)-2.5
14426 G 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)
14430 150.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
14432 53.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
14436 BP
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
14599 showpage
14600 %%EndDocument
14601 end PEND EP
14602 %%Page: 67 73
14603 %%BeginPageSetup
14604 BP
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
14607 2.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
14618 3.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
14621 G .386(board does not support, you).15 F .182(can put them in strings b\
14622 y using their names in a manner similar to the music characters.)69.336
14623 174 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\
14625 ute\), 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\
14631 cial 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
14634 gsave 0 0.25 0.75 setrgbcolor 0 500 rlineto 357 0 rlineto 0 500 neg rlineto closepath stroke grestore
14635 EEND 53 36 357 357 -500 500 108.336 725.6 PBEGIN
14636 %%BeginDocument: extchar.ps
14637 %%BoundingBox: 53 36 410 536
14638 makeExtEncoding
14639 /Ext-Times-Roman /Times-Roman makeExtendedFont
14640 save
14641 0.5 setgray
14642 230 36 moveto 0 500 rlineto stroke
14643 235 36 moveto 0 500 rlineto stroke
14644 0 setgray
14645 0.75 0.75 scale
14646 %start of code for extchar table
14647 /Ext-Times-Roman findfont
14648 12 scalefont
14649 setfont
14650 85 700 moveto
14651 ( ) show
14652 /Times-Roman findfont
14653 15 scalefont
14654 setfont
14655 145 700 moveto
14656 (exclamdown) show
14657 /Ext-Times-Roman findfont
14658 15 scalefont
14659 setfont
14660 355 700 moveto
14661 (.) show
14662 /Times-Roman findfont
14663 15 scalefont
14664 setfont
14665 415 700 moveto
14666 (questiondown) show
14667 /Ext-Times-Roman findfont
14668 15 scalefont
14669 setfont
14670 85 686 moveto
14671 (") show
14672 /Times-Roman findfont
14673 15 scalefont
14674 setfont
14675 145 686 moveto
14676 (sterling) show
14677 /Ext-Times-Roman findfont
14678 15 scalefont
14679 setfont
14680 355 686 moveto
14681 (#) show
14682 /Times-Roman findfont
14683 15 scalefont
14684 setfont
14685 415 686 moveto
14686 (yen) show
14687 /Ext-Times-Roman findfont
14688 15 scalefont
14689 setfont
14690 85 672 moveto
14691 ($) show
14692 /Times-Roman findfont
14693 15 scalefont
14694 setfont
14695 145 672 moveto
14696 (quotedblleft) show
14697 250 672 moveto
14698 (\301\301) show
14699 /Ext-Times-Roman findfont
14700 15 scalefont
14701 setfont
14702 355 672 moveto
14703 (-) show
14704 /Times-Roman findfont
14705 15 scalefont
14706 setfont
14707 415 672 moveto
14708 (quotedblright) show
14709 520 672 moveto
14710 (\302\302) show
14711 /Ext-Times-Roman findfont
14712 15 scalefont
14713 setfont
14714 85 658 moveto
14715 (%) show
14716 /Times-Roman findfont
14717 15 scalefont
14718 setfont
14719 145 658 moveto
14720 (guillemotleft) show
14721 250 658 moveto
14722 (<<) show
14723 /Ext-Times-Roman findfont
14724 15 scalefont
14725 setfont
14726 355 658 moveto
14727 (&) show
14728 /Times-Roman findfont
14729 15 scalefont
14730 setfont
14731 415 658 moveto
14732 (guillemotright) show
14733 520 658 moveto
14734 (>>) show
14735 /Ext-Times-Roman findfont
14736 15 scalefont
14737 setfont
14738 85 644 moveto
14739 (') show
14740 /Times-Roman findfont
14741 15 scalefont
14742 setfont
14743 145 644 moveto
14744 (guilsinglleft) show
14745 /Ext-Times-Roman findfont
14746 15 scalefont
14747 setfont
14748 355 644 moveto
14749 (\() show
14750 /Times-Roman findfont
14751 15 scalefont
14752 setfont
14753 415 644 moveto
14754 (guilsinglright) show
14755 /Ext-Times-Roman findfont
14756 15 scalefont
14757 setfont
14758 85 630 moveto
14759 (\)) show
14760 /Times-Roman findfont
14761 15 scalefont
14762 setfont
14763 145 630 moveto
14764 (dagger) show
14765 /Ext-Times-Roman findfont
14766 15 scalefont
14767 setfont
14768 355 630 moveto
14769 (*) show
14770 /Times-Roman findfont
14771 15 scalefont
14772 setfont
14773 415 630 moveto
14774 (daggerdbl) show
14775 /Ext-Times-Roman findfont
14776 15 scalefont
14777 setfont
14778 85 616 moveto
14779 (/) show
14780 /Times-Roman findfont
14781 15 scalefont
14782 setfont
14783 145 616 moveto
14784 (grave) show
14785 /Ext-Times-Roman findfont
14786 15 scalefont
14787 setfont
14788 355 616 moveto
14789 (0) show
14790 /Times-Roman findfont
14791 15 scalefont
14792 setfont
14793 415 616 moveto
14794 (acute) show
14795 /Ext-Times-Roman findfont
14796 15 scalefont
14797 setfont
14798 85 602 moveto
14799 (1) show
14800 /Times-Roman findfont
14801 15 scalefont
14802 setfont
14803 145 602 moveto
14804 (macron) show
14805 /Ext-Times-Roman findfont
14806 15 scalefont
14807 setfont
14808 355 602 moveto
14809 (2) show
14810 /Times-Roman findfont
14811 15 scalefont
14812 setfont
14813 415 602 moveto
14814 (breve) show
14815 /Ext-Times-Roman findfont
14816 15 scalefont
14817 setfont
14818 85 588 moveto
14819 (3) show
14820 /Times-Roman findfont
14821 15 scalefont
14822 setfont
14823 145 588 moveto
14824 (dotaccent) show
14825 /Ext-Times-Roman findfont
14826 15 scalefont
14827 setfont
14828 355 588 moveto
14829 (4) show
14830 /Times-Roman findfont
14831 15 scalefont
14832 setfont
14833 415 588 moveto
14834 (dieresis) show
14835 /Ext-Times-Roman findfont
14836 15 scalefont
14837 setfont
14838 85 574 moveto
14839 (5) show
14840 /Times-Roman findfont
14841 15 scalefont
14842 setfont
14843 145 574 moveto
14844 (ring) show
14845 /Ext-Times-Roman findfont
14846 15 scalefont
14847 setfont
14848 355 574 moveto
14849 (6) show
14850 /Times-Roman findfont
14851 15 scalefont
14852 setfont
14853 415 574 moveto
14854 (cedilla) show
14855 /Ext-Times-Roman findfont
14856 15 scalefont
14857 setfont
14858 85 560 moveto
14859 (7) show
14860 /Times-Roman findfont
14861 15 scalefont
14862 setfont
14863 145 560 moveto
14864 (hungarumlaut) show
14865 /Ext-Times-Roman findfont
14866 15 scalefont
14867 setfont
14868 355 560 moveto
14869 (8) show
14870 /Times-Roman findfont
14871 15 scalefont
14872 setfont
14873 415 560 moveto
14874 (ogonek) show
14875 /Ext-Times-Roman findfont
14876 15 scalefont
14877 setfont
14878 85 546 moveto
14879 (9) show
14880 /Times-Roman findfont
14881 15 scalefont
14882 setfont
14883 145 546 moveto
14884 (caron) show
14885 /Ext-Times-Roman findfont
14886 15 scalefont
14887 setfont
14888 355 546 moveto
14889 (:) show
14890 /Times-Roman findfont
14891 15 scalefont
14892 setfont
14893 415 546 moveto
14894 (emdash) show
14895 /Ext-Times-Roman findfont
14896 15 scalefont
14897 setfont
14898 85 532 moveto
14899 (;) show
14900 /Times-Roman findfont
14901 15 scalefont
14902 setfont
14903 145 532 moveto
14904 (AE) show
14905 /Ext-Times-Roman findfont
14906 15 scalefont
14907 setfont
14908 355 532 moveto
14909 (<) show
14910 /Times-Roman findfont
14911 15 scalefont
14912 setfont
14913 415 532 moveto
14914 (ae) show
14915 /Ext-Times-Roman findfont
14916 15 scalefont
14917 setfont
14918 85 518 moveto
14919 (=) show
14920 /Times-Roman findfont
14921 15 scalefont
14922 setfont
14923 145 518 moveto
14924 (ordfeminine) show
14925 /Ext-Times-Roman findfont
14926 15 scalefont
14927 setfont
14928 355 518 moveto
14929 (>) show
14930 /Times-Roman findfont
14931 15 scalefont
14932 setfont
14933 415 518 moveto
14934 (ordmasculine) show
14935 /Ext-Times-Roman findfont
14936 15 scalefont
14937 setfont
14938 85 504 moveto
14939 (?) show
14940 /Times-Roman findfont
14941 15 scalefont
14942 setfont
14943 145 504 moveto
14944 (Lslash) show
14945 250 504 moveto
14946 (L/) show
14947 /Ext-Times-Roman findfont
14948 15 scalefont
14949 setfont
14950 355 504 moveto
14951 (@) show
14952 /Times-Roman findfont
14953 15 scalefont
14954 setfont
14955 415 504 moveto
14956 (lslash) show
14957 520 504 moveto
14958 (l/) show
14959 /Ext-Times-Roman findfont
14960 15 scalefont
14961 setfont
14962 85 490 moveto
14963 (A) show
14964 /Times-Roman findfont
14965 15 scalefont
14966 setfont
14967 145 490 moveto
14968 (Oslash) show
14969 250 490 moveto
14970 (O/) show
14971 /Ext-Times-Roman findfont
14972 15 scalefont
14973 setfont
14974 355 490 moveto
14975 (B) show
14976 /Times-Roman findfont
14977 15 scalefont
14978 setfont
14979 415 490 moveto
14980 (oslash) show
14981 520 490 moveto
14982 (o/) show
14983 /Ext-Times-Roman findfont
14984 15 scalefont
14985 setfont
14986 85 476 moveto
14987 (C) show
14988 /Times-Roman findfont
14989 15 scalefont
14990 setfont
14991 145 476 moveto
14992 (OE) show
14993 /Ext-Times-Roman findfont
14994 15 scalefont
14995 setfont
14996 355 476 moveto
14997 (D) show
14998 /Times-Roman findfont
14999 15 scalefont
15000 setfont
15001 415 476 moveto
15002 (oe) show
15003 /Ext-Times-Roman findfont
15004 15 scalefont
15005 setfont
15006 85 462 moveto
15007 (E) show
15008 /Times-Roman findfont
15009 15 scalefont
15010 setfont
15011 145 462 moveto
15012 (dotlessi) show
15013 /Ext-Times-Roman findfont
15014 15 scalefont
15015 setfont
15016 355 462 moveto
15017 (F) show
15018 /Times-Roman findfont
15019 15 scalefont
15020 setfont
15021 415 462 moveto
15022 (germandbls) show
15023 520 462 moveto
15024 (ss) show
15025 /Ext-Times-Roman findfont
15026 15 scalefont
15027 setfont
15028 85 448 moveto
15029 (G) show
15030 /Times-Roman findfont
15031 15 scalefont
15032 setfont
15033 145 448 moveto
15034 (Aacute) show
15035 250 448 moveto
15036 (A') show
15037 /Ext-Times-Roman findfont
15038 15 scalefont
15039 setfont
15040 355 448 moveto
15041 (H) show
15042 /Times-Roman findfont
15043 15 scalefont
15044 setfont
15045 415 448 moveto
15046 (aacute) show
15047 520 448 moveto
15048 (a') show
15049 /Ext-Times-Roman findfont
15050 15 scalefont
15051 setfont
15052 85 434 moveto
15053 (I) show
15054 /Times-Roman findfont
15055 15 scalefont
15056 setfont
15057 145 434 moveto
15058 (Acircumflex) show
15059 250 434 moveto
15060 (A^) show
15061 /Ext-Times-Roman findfont
15062 15 scalefont
15063 setfont
15064 355 434 moveto
15065 (J) show
15066 /Times-Roman findfont
15067 15 scalefont
15068 setfont
15069 415 434 moveto
15070 (acircumflex) show
15071 520 434 moveto
15072 (a^) show
15073 /Ext-Times-Roman findfont
15074 15 scalefont
15075 setfont
15076 85 420 moveto
15077 (K) show
15078 /Times-Roman findfont
15079 15 scalefont
15080 setfont
15081 145 420 moveto
15082 (Adieresis) show
15083 250 420 moveto
15084 (A:) show
15085 /Ext-Times-Roman findfont
15086 15 scalefont
15087 setfont
15088 355 420 moveto
15089 (L) show
15090 /Times-Roman findfont
15091 15 scalefont
15092 setfont
15093 415 420 moveto
15094 (adieresis) show
15095 520 420 moveto
15096 (a:) show
15097 /Ext-Times-Roman findfont
15098 15 scalefont
15099 setfont
15100 85 406 moveto
15101 (M) show
15102 /Times-Roman findfont
15103 15 scalefont
15104 setfont
15105 145 406 moveto
15106 (Agrave) show
15107 250 406 moveto
15108 (A`) show
15109 /Ext-Times-Roman findfont
15110 15 scalefont
15111 setfont
15112 355 406 moveto
15113 (N) show
15114 /Times-Roman findfont
15115 15 scalefont
15116 setfont
15117 415 406 moveto
15118 (agrave) show
15119 520 406 moveto
15120 (a`) show
15121 /Ext-Times-Roman findfont
15122 15 scalefont
15123 setfont
15124 85 392 moveto
15125 (O) show
15126 /Times-Roman findfont
15127 15 scalefont
15128 setfont
15129 145 392 moveto
15130 (Aring) show
15131 250 392 moveto
15132 (Ao) show
15133 /Ext-Times-Roman findfont
15134 15 scalefont
15135 setfont
15136 355 392 moveto
15137 (P) show
15138 /Times-Roman findfont
15139 15 scalefont
15140 setfont
15141 415 392 moveto
15142 (aring) show
15143 520 392 moveto
15144 (ao) show
15145 /Ext-Times-Roman findfont
15146 15 scalefont
15147 setfont
15148 85 378 moveto
15149 (Q) show
15150 /Times-Roman findfont
15151 15 scalefont
15152 setfont
15153 145 378 moveto
15154 (Atilde) show
15155 250 378 moveto
15156 (A~) show
15157 /Ext-Times-Roman findfont
15158 15 scalefont
15159 setfont
15160 355 378 moveto
15161 (R) show
15162 /Times-Roman findfont
15163 15 scalefont
15164 setfont
15165 415 378 moveto
15166 (atilde) show
15167 520 378 moveto
15168 (a~) show
15169 /Ext-Times-Roman findfont
15170 15 scalefont
15171 setfont
15172 85 364 moveto
15173 (S) show
15174 /Times-Roman findfont
15175 15 scalefont
15176 setfont
15177 145 364 moveto
15178 (Ccedilla) show
15179 250 364 moveto
15180 (C,) show
15181 /Ext-Times-Roman findfont
15182 15 scalefont
15183 setfont
15184 355 364 moveto
15185 (T) show
15186 /Times-Roman findfont
15187 15 scalefont
15188 setfont
15189 415 364 moveto
15190 (ccedilla) show
15191 520 364 moveto
15192 (c,) show
15193 /Ext-Times-Roman findfont
15194 15 scalefont
15195 setfont
15196 85 350 moveto
15197 (U) show
15198 /Times-Roman findfont
15199 15 scalefont
15200 setfont
15201 145 350 moveto
15202 (Eacute) show
15203 250 350 moveto
15204 (E') show
15205 /Ext-Times-Roman findfont
15206 15 scalefont
15207 setfont
15208 355 350 moveto
15209 (V) show
15210 /Times-Roman findfont
15211 15 scalefont
15212 setfont
15213 415 350 moveto
15214 (eacute) show
15215 520 350 moveto
15216 (e') show
15217 /Ext-Times-Roman findfont
15218 15 scalefont
15219 setfont
15220 85 336 moveto
15221 (W) show
15222 /Times-Roman findfont
15223 15 scalefont
15224 setfont
15225 145 336 moveto
15226 (Ecircumflex) show
15227 250 336 moveto
15228 (E^) show
15229 /Ext-Times-Roman findfont
15230 15 scalefont
15231 setfont
15232 355 336 moveto
15233 (X) show
15234 /Times-Roman findfont
15235 15 scalefont
15236 setfont
15237 415 336 moveto
15238 (ecircumflex) show
15239 520 336 moveto
15240 (e^) show
15241 /Ext-Times-Roman findfont
15242 15 scalefont
15243 setfont
15244 85 322 moveto
15245 (Y) show
15246 /Times-Roman findfont
15247 15 scalefont
15248 setfont
15249 145 322 moveto
15250 (Edieresis) show
15251 250 322 moveto
15252 (E:) show
15253 /Ext-Times-Roman findfont
15254 15 scalefont
15255 setfont
15256 355 322 moveto
15257 (Z) show
15258 /Times-Roman findfont
15259 15 scalefont
15260 setfont
15261 415 322 moveto
15262 (edieresis) show
15263 520 322 moveto
15264 (e:) show
15265 /Ext-Times-Roman findfont
15266 15 scalefont
15267 setfont
15268 85 308 moveto
15269 ([) show
15270 /Times-Roman findfont
15271 15 scalefont
15272 setfont
15273 145 308 moveto
15274 (Egrave) show
15275 250 308 moveto
15276 (E`) show
15277 /Ext-Times-Roman findfont
15278 15 scalefont
15279 setfont
15280 355 308 moveto
15281 (\\) show
15282 /Times-Roman findfont
15283 15 scalefont
15284 setfont
15285 415 308 moveto
15286 (egrave) show
15287 520 308 moveto
15288 (e`) show
15289 /Ext-Times-Roman findfont
15290 15 scalefont
15291 setfont
15292 85 294 moveto
15293 (]) show
15294 /Times-Roman findfont
15295 15 scalefont
15296 setfont
15297 145 294 moveto
15298 (Iacute) show
15299 250 294 moveto
15300 (I') show
15301 /Ext-Times-Roman findfont
15302 15 scalefont
15303 setfont
15304 355 294 moveto
15305 (^) show
15306 /Times-Roman findfont
15307 15 scalefont
15308 setfont
15309 415 294 moveto
15310 (iacute) show
15311 520 294 moveto
15312 (i') show
15313 /Ext-Times-Roman findfont
15314 15 scalefont
15315 setfont
15316 85 280 moveto
15317 (_) show
15318 /Times-Roman findfont
15319 15 scalefont
15320 setfont
15321 145 280 moveto
15322 (Icircumflex) show
15323 250 280 moveto
15324 (I^) show
15325 /Ext-Times-Roman findfont
15326 15 scalefont
15327 setfont
15328 355 280 moveto
15329 (`) show
15330 /Times-Roman findfont
15331 15 scalefont
15332 setfont
15333 415 280 moveto
15334 (icircumflex) show
15335 520 280 moveto
15336 (i^) show
15337 /Ext-Times-Roman findfont
15338 15 scalefont
15339 setfont
15340 85 266 moveto
15341 (a) show
15342 /Times-Roman findfont
15343 15 scalefont
15344 setfont
15345 145 266 moveto
15346 (Idieresis) show
15347 250 266 moveto
15348 (I:) show
15349 /Ext-Times-Roman findfont
15350 15 scalefont
15351 setfont
15352 355 266 moveto
15353 (b) show
15354 /Times-Roman findfont
15355 15 scalefont
15356 setfont
15357 415 266 moveto
15358 (idieresis) show
15359 520 266 moveto
15360 (i:) show
15361 /Ext-Times-Roman findfont
15362 15 scalefont
15363 setfont
15364 85 252 moveto
15365 (c) show
15366 /Times-Roman findfont
15367 15 scalefont
15368 setfont
15369 145 252 moveto
15370 (Igrave) show
15371 250 252 moveto
15372 (I`) show
15373 /Ext-Times-Roman findfont
15374 15 scalefont
15375 setfont
15376 355 252 moveto
15377 (d) show
15378 /Times-Roman findfont
15379 15 scalefont
15380 setfont
15381 415 252 moveto
15382 (igrave) show
15383 520 252 moveto
15384 (i`) show
15385 /Ext-Times-Roman findfont
15386 15 scalefont
15387 setfont
15388 85 238 moveto
15389 (e) show
15390 /Times-Roman findfont
15391 15 scalefont
15392 setfont
15393 145 238 moveto
15394 (Ntilde) show
15395 250 238 moveto
15396 (N~) show
15397 /Ext-Times-Roman findfont
15398 15 scalefont
15399 setfont
15400 355 238 moveto
15401 (f) show
15402 /Times-Roman findfont
15403 15 scalefont
15404 setfont
15405 415 238 moveto
15406 (ntilde) show
15407 520 238 moveto
15408 (n~) show
15409 /Ext-Times-Roman findfont
15410 15 scalefont
15411 setfont
15412 85 224 moveto
15413 (g) show
15414 /Times-Roman findfont
15415 15 scalefont
15416 setfont
15417 145 224 moveto
15418 (Oacute) show
15419 250 224 moveto
15420 (O') show
15421 /Ext-Times-Roman findfont
15422 15 scalefont
15423 setfont
15424 355 224 moveto
15425 (h) show
15426 /Times-Roman findfont
15427 15 scalefont
15428 setfont
15429 415 224 moveto
15430 (oacute) show
15431 520 224 moveto
15432 (o') show
15433 /Ext-Times-Roman findfont
15434 15 scalefont
15435 setfont
15436 85 210 moveto
15437 (i) show
15438 /Times-Roman findfont
15439 15 scalefont
15440 setfont
15441 145 210 moveto
15442 (Ocircumflex) show
15443 250 210 moveto
15444 (O^) show
15445 /Ext-Times-Roman findfont
15446 15 scalefont
15447 setfont
15448 355 210 moveto
15449 (j) show
15450 /Times-Roman findfont
15451 15 scalefont
15452 setfont
15453 415 210 moveto
15454 (ocircumflex) show
15455 520 210 moveto
15456 (o^) show
15457 /Ext-Times-Roman findfont
15458 15 scalefont
15459 setfont
15460 85 196 moveto
15461 (k) show
15462 /Times-Roman findfont
15463 15 scalefont
15464 setfont
15465 145 196 moveto
15466 (Odieresis) show
15467 250 196 moveto
15468 (O:) show
15469 /Ext-Times-Roman findfont
15470 15 scalefont
15471 setfont
15472 355 196 moveto
15473 (l) show
15474 /Times-Roman findfont
15475 15 scalefont
15476 setfont
15477 415 196 moveto
15478 (odieresis) show
15479 520 196 moveto
15480 (o:) show
15481 /Ext-Times-Roman findfont
15482 15 scalefont
15483 setfont
15484 85 182 moveto
15485 (m) show
15486 /Times-Roman findfont
15487 15 scalefont
15488 setfont
15489 145 182 moveto
15490 (Ograve) show
15491 250 182 moveto
15492 (O`) show
15493 /Ext-Times-Roman findfont
15494 15 scalefont
15495 setfont
15496 355 182 moveto
15497 (n) show
15498 /Times-Roman findfont
15499 15 scalefont
15500 setfont
15501 415 182 moveto
15502 (ograve) show
15503 520 182 moveto
15504 (o`) show
15505 /Ext-Times-Roman findfont
15506 15 scalefont
15507 setfont
15508 85 168 moveto
15509 (o) show
15510 /Times-Roman findfont
15511 15 scalefont
15512 setfont
15513 145 168 moveto
15514 (Otilde) show
15515 250 168 moveto
15516 (O~) show
15517 /Ext-Times-Roman findfont
15518 15 scalefont
15519 setfont
15520 355 168 moveto
15521 (p) show
15522 /Times-Roman findfont
15523 15 scalefont
15524 setfont
15525 415 168 moveto
15526 (otilde) show
15527 520 168 moveto
15528 (o~) show
15529 /Ext-Times-Roman findfont
15530 15 scalefont
15531 setfont
15532 85 154 moveto
15533 (q) show
15534 /Times-Roman findfont
15535 15 scalefont
15536 setfont
15537 145 154 moveto
15538 (Scaron) show
15539 250 154 moveto
15540 (Sv) show
15541 /Ext-Times-Roman findfont
15542 15 scalefont
15543 setfont
15544 355 154 moveto
15545 (r) show
15546 /Times-Roman findfont
15547 15 scalefont
15548 setfont
15549 415 154 moveto
15550 (scaron) show
15551 520 154 moveto
15552 (sv) show
15553 /Ext-Times-Roman findfont
15554 15 scalefont
15555 setfont
15556 85 140 moveto
15557 (s) show
15558 /Times-Roman findfont
15559 15 scalefont
15560 setfont
15561 145 140 moveto
15562 (Uacute) show
15563 250 140 moveto
15564 (U') show
15565 /Ext-Times-Roman findfont
15566 15 scalefont
15567 setfont
15568 355 140 moveto
15569 (t) show
15570 /Times-Roman findfont
15571 15 scalefont
15572 setfont
15573 415 140 moveto
15574 (uacute) show
15575 520 140 moveto
15576 (u') show
15577 /Ext-Times-Roman findfont
15578 15 scalefont
15579 setfont
15580 85 126 moveto
15581 (u) show
15582 /Times-Roman findfont
15583 15 scalefont
15584 setfont
15585 145 126 moveto
15586 (Ucircumflex) show
15587 250 126 moveto
15588 (U^) show
15589 /Ext-Times-Roman findfont
15590 15 scalefont
15591 setfont
15592 355 126 moveto
15593 (v) show
15594 /Times-Roman findfont
15595 15 scalefont
15596 setfont
15597 415 126 moveto
15598 (ucircumflex) show
15599 520 126 moveto
15600 (u^) show
15601 /Ext-Times-Roman findfont
15602 15 scalefont
15603 setfont
15604 85 112 moveto
15605 (w) show
15606 /Times-Roman findfont
15607 15 scalefont
15608 setfont
15609 145 112 moveto
15610 (Udieresis) show
15611 250 112 moveto
15612 (U:) show
15613 /Ext-Times-Roman findfont
15614 15 scalefont
15615 setfont
15616 355 112 moveto
15617 (x) show
15618 /Times-Roman findfont
15619 15 scalefont
15620 setfont
15621 415 112 moveto
15622 (udieresis) show
15623 520 112 moveto
15624 (u:) show
15625 /Ext-Times-Roman findfont
15626 15 scalefont
15627 setfont
15628 85 98 moveto
15629 (y) show
15630 /Times-Roman findfont
15631 15 scalefont
15632 setfont
15633 145 98 moveto
15634 (Ugrave) show
15635 250 98 moveto
15636 (U`) show
15637 /Ext-Times-Roman findfont
15638 15 scalefont
15639 setfont
15640 355 98 moveto
15641 (z) show
15642 /Times-Roman findfont
15643 15 scalefont
15644 setfont
15645 415 98 moveto
15646 (ugrave) show
15647 520 98 moveto
15648 (u`) show
15649 /Ext-Times-Roman findfont
15650 15 scalefont
15651 setfont
15652 85 84 moveto
15653 ({) show
15654 /Times-Roman findfont
15655 15 scalefont
15656 setfont
15657 145 84 moveto
15658 (Ydieresis) show
15659 250 84 moveto
15660 (Y:) show
15661 /Ext-Times-Roman findfont
15662 15 scalefont
15663 setfont
15664 355 84 moveto
15665 (|) show
15666 /Times-Roman findfont
15667 15 scalefont
15668 setfont
15669 415 84 moveto
15670 (ydieresis) show
15671 520 84 moveto
15672 (y:) show
15673 /Ext-Times-Roman findfont
15674 15 scalefont
15675 setfont
15676 85 70 moveto
15677 (}) show
15678 /Times-Roman findfont
15679 15 scalefont
15680 setfont
15681 145 70 moveto
15682 (Zcaron) show
15683 250 70 moveto
15684 (Zv) show
15685 /Ext-Times-Roman findfont
15686 15 scalefont
15687 setfont
15688 355 70 moveto
15689 (~) show
15690 /Times-Roman findfont
15691 15 scalefont
15692 setfont
15693 415 70 moveto
15694 (zcaron) show
15695 520 70 moveto
15696 (zv) show
15697 /Ext-Times-Roman findfont
15698 15 scalefont
15699 setfont
15700 85 56 moveto
15701 (+) show
15702 /Times-Roman findfont
15703 15 scalefont
15704 setfont
15705 145 56 moveto
15706 (bullet) show
15707 %end of code for extchar table
15708 showpage
15709 restore
15710 %%Pages: 2
15711 %%EndDocument
15712 end PEND EP
15713 %%Page: 68 74
15714 %%BeginPageSetup
15715 BP
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
15719 96 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
15731 0 0.1 0.5 setrgbcolor
15732 EEND/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
15734 0 0 0 setrgbcolor
15735 EEND/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)
15739 69.336 192 R 2.702 -.65(w, o)-.25 H 3.902(ra).65 G 3.902(st)-3.902 G
15740 1.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
15742 51.39(Code Abbr)153.626 222 R(Meaning)93.105 E .4 LW 452.606 226.5
15743 118.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
15747 E(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
15754 10/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
15759 E/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
15761 E/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
15764 452.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
15771 13.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
15774 F(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)
15781 25.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
15783 F0(\\f\(ne)118.066 436 Q(wcentury rom\))-.25 E 13.05(\\f\(NR\) change)
15784 29.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)
15788 118.066 460 Q(wcentury ital\))-.25 E 16.39(\\f\(NI\) change)32.78 F(to)
15789 2.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
15793 452.606 476.5 118.066 476.5 DL F0(\\f\(palatino rom\))118.066 486 Q
15794 14.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
15796 14.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
15800 14.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
15803 E(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
15807 G(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)
15809 2.5 G(mes bold-italic f).37 E(ont)-.1 E 452.606 576.5 118.066 576.5 DL
15810 F0(\\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.)
15813 69.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')
15815 69.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
15818 2.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\
15823 ch.\))69.336 664 Q .32 LW 73.336 727 69.336 727 DL 77.336 727 73.336 727
15824 DL 81.336 727 77.336 727 DL 85.336 727 81.336 727 DL 89.336 727 85.336
15825 727 DL 93.336 727 89.336 727 DL 97.336 727 93.336 727 DL 101.336 727
15826 97.336 727 DL 105.336 727 101.336 727 DL 109.336 727 105.336 727 DL
15827 113.336 727 109.336 727 DL 117.336 727 113.336 727 DL 121.336 727
15828 117.336 727 DL 125.336 727 121.336 727 DL 129.336 727 125.336 727 DL
15829 133.336 727 129.336 727 DL 137.336 727 133.336 727 DL 141.336 727
15830 137.336 727 DL 145.336 727 141.336 727 DL 149.336 727 145.336 727 DL/F28
15831 8/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
15836 BP
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\()
15840 172.281 110 Q/F1 10/Times-Italic@0 SF(N\))A F0(change to point size)
15841 81.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\(-)
15843 172.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\
15846 n 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)
15852 69.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\
15854 ure, and rehearsal marks, where the information is also carried forw)
15855 69.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)
15859 69.336 224 Q(ws italics or bolditalics characters, it will be made ital\
15860 ics 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
15864 Q("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
15866 0 0.1 0.5 setrgbcolor
15867 EEND/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
15869 0 0 0 setrgbcolor
15870 EEND/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
15877 G(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
15880 420 S .439(\\b" can be used to specify a backspace. This might be usefu\
15881 l 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)
15886 69.336 444 Q 2.5(,ab)-.4 G(ackspace, and the mark.)-2.5 E -1.1(Yo)69.336
15887 462 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
15889 1.192(Note that in all fonts e)6.192 F 1.192(xcept Courier)-.15 F(,)-.4
15890 E(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)
15896 69.336 498 R 6.054(.I)-.55 G 6.054(ng)-6.054 G 3.554(eneral, it w)-6.054
15897 F 3.555(orks better to enter an entire string, then backspace to add)-.1
15898 F 1.515(underscoring or accents, rather than doing them along the w)
15899 69.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
15903 10/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
15905 R 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
15908 1.048(ard motion, ranging)-.1 F 1.022(from -100 to 100.)69.336 564 R
15909 1.023(This might be used for creating superscripts and subscripts, alth\
15910 ough the ne)6.022 F 1.023(xt section)-.15 F .2(describes an alternate w)
15911 69.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
15917 0 0.1 0.5 setrgbcolor
15918 EEND/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
15920 0 0 0 setrgbcolor
15921 EEND/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
15930 2.681(xt. A)-.15 F .181(\\: is used)2.681 F .855(to indicate the be)
15931 69.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
15934 F .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
15941 2.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\
15944 it in each line all line up, or if there is no digit, the last characte\
15945 r)69.336 720 R 5.373(.H)-.55 G -.25(ow)-5.373 G -2.15 -.25(ev e).25 H
15946 1.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
15952 BP
15953 %%EndPageSetup
15954 /F0 10/Times-Roman@0 SF 2.5(-7)274.506 48 S 2.5(0-)-2.5 G(character)
15955 69.336 96 Q 3.562(.Am)-.55 G 1.062(aximum of one alignment mark)-3.562 F
15956 1.062(er can be speci\214ed on each line of a pile.)-.1 F -1.1(Yo)6.063
15957 G 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)
15959 5.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\
15962 tual 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
15967 183.6 EBEGIN
15968 gsave 0 0.25 0.75 setrgbcolor 0 104 rlineto 232 0 rlineto 0 104 neg rlineto closepath stroke grestore
15969 EEND 16 661 232 232 -104 104 170.836 287.6 PBEGIN
15970 %%BeginDocument: mugex65.ps
15971 %%BoundingBox: 16 661 248 765
15972 save
15973 331503037 331503247 sv
15974 1.000000 1.000000 scale
15975 %  S_FEED
15976 (/tmp/ugexiM5077) inputfile
15977 1 linenum
15978 %  S_BLOCKHEAD
15979 1 linenum
15980 /Times-Roman findfont
15981 18 scalefont
15982 setfont
15983 36.00 741.42 moveto
15984 (Text) show
15985 68.94 750.12 moveto
15986 /Times-Roman findfont
15987 11 scalefont
15988 setfont
15989 (superscript) show
15990 77.45 739.28 moveto
15991 (subscript) show
15992 117.05 741.42 moveto
15993 /Times-Roman findfont
15994 18 scalefont
15995 setfont
15996 ( back to normal.) show
15997 /Times-Roman findfont
15998 8 scalefont
15999 setfont
16000 36.00 732.88 moveto
16001 ( ) show
16002 /Times-Roman findfont
16003 18 scalefont
16004 setfont
16005 36.00 713.65 moveto
16006 (This pile ) show
16007 112.71 722.35 moveto
16008 /Times-Roman findfont
16009 11 scalefont
16010 setfont
16011 (has literal) show
16012 103.93 711.52 moveto
16013 (spaces in it.) show
16014 /Times-Roman findfont
16015 8 scalefont
16016 setfont
16017 36.00 702.97 moveto
16018 ( ) show
16019 /Times-Roman findfont
16020 18 scalefont
16021 setfont
16022 36.00 683.75 moveto
16023 (This pile ) show
16024 117.92 692.44 moveto
16025 /Times-Roman findfont
16026 11 scalefont
16027 setfont
16028 (has) show
16029 103.93 681.61 moveto
16030 (alignment) show
16031 104.79 670.78 moveto
16032 (specified.) show
16033 %  S_FEED
16034 %  Printing header/footer
16035 showpage
16036 restore
16037 %%DocumentFonts: /Times-Roman 
16038 %%Pages: 2
16039 %%EndDocument
16040 end PEND 69.336 307.6 EBEGIN
16041 0 0.1 0.5 setrgbcolor
16042 EEND/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
16044 0 0 0 setrgbcolor
16045 EEND/F0 10/Times-Roman@0 SF .688
16046 (Another thing which is common in \214gured bass notation is to dra)
16047 72.524 325.6 R 3.187(was)-.15 G .687(lash through a number)-3.187 F
16048 3.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
16050 G 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
16053 349.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\\/")
16055 130.336 367.6 Q("10\\/")130.336 379.6 Q 69.336 405.6 EBEGIN
16056 0 0.1 0.5 setrgbcolor
16057 EEND/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
16059 0 0 0 setrgbcolor
16060 EEND/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.)
16064 69.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
16066 F .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)
16068 5.549 E .549(ed or circled te)-.15 F(xt)-.15 E(are not allo)69.336 459.6
16069 Q(wed in lyrics.)-.25 E/F1 10/Courier@0 SF("\\[This is in a box\\]")
16070 111.336 477.6 Q("\\{This is in an ellipse\\}")111.336 489.6 Q 207.836
16071 499.2 EBEGIN
16072 gsave 0 0.25 0.75 setrgbcolor 0 77 rlineto 160 0 rlineto 0 77 neg rlineto closepath stroke grestore
16073 EEND 16 687 160 160 -77 77 206.836 576.2 PBEGIN
16074 %%BeginDocument: mugex66.ps
16075 %%BoundingBox: 16 687 176 764
16076 save
16077 331503037 331503247 sv
16078 1.000000 1.000000 scale
16079 %  S_FEED
16080 (/tmp/ugexiM5077) inputfile
16081 1 linenum
16082 %  S_BLOCKHEAD
16083 1 linenum
16084 /Times-Roman findfont
16085 16 scalefont
16086 setfont
16087 0.70 setlinewidth
16088 newpath
16089 37.50 738.22 moveto
16090 37.50 755.83 lineto
16091 140.59 755.83 lineto
16092 140.59 738.22 lineto
16093 closepath
16094 stroke
16095 39.50 743.04 moveto
16096 (This is in a box) show
16097 /Times-Roman findfont
16098 20 scalefont
16099 setfont
16100 36.00 721.68 moveto
16101 ( ) show
16102 /Times-Roman findfont
16103 14 scalefont
16104 setfont
16105 gsave
16106 newpath
16107 3.889609 1.000000 scale
16108 25.30 710.05 16.05 0 360 arc
16109 0.257095 1.000000 scale
16110 4.031292 1.000000 scale
16111 24.41 710.05 15.55 0 360 arc
16112 eofill
16113 grestore
16114 44.02 706.73 moveto
16115 (This is in an ellipse) show
16116 %  S_FEED
16117 %  Printing header/footer
16118 showpage
16119 restore
16120 %%DocumentFonts: /Times-Roman 
16121 %%Pages: 2
16122 %%EndDocument
16123 end PEND EP
16124 %%Page: 71 77
16125 %%BeginPageSetup
16126 BP
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
16129 EBEGIN
16130 0 0.1 0.5 setrgbcolor
16131 EEND/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
16133 0 0 0 setrgbcolor
16134 EEND 69.336 139 EBEGIN
16135 0 0.1 0.5 setrgbcolor
16136 EEND/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
16138 0 0 0 setrgbcolor
16139 EEND/F0 10/Times-Roman@0 SF .907(There are a number of symbols and othe\
16140 r markings that appear frequently in music, which are normally)72.743
16141 157 R .293(associated with a particular time or place in the compositio\
16142 n. 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
16145 E(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
16148 F0(The)69.336 225 Q F1(mark_type)2.5 E F0(can be an)2.5 E 2.5(yo)-.15 G
16149 2.5(ft)-2.5 G(he follo)-2.5 E(wing:)-.25 E 73.6(Mark_type Meaning)
16150 177.021 243 R .4 LW 393.651 247.5 177.021 247.5 DL 40.27(rom te)177.021
16151 257 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
16154 23.04(mussym music)177.021 305 R(symbol \(fermata, coda sign, etc.\))2.5
16155 E 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
16160 383 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)
16164 179.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
16167 G 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
16171 475 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
16173 E 57.255(<y)179.571 499 S 23.055(es yes)-57.255 F 22.495(yes abo)30.425
16174 F -.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
16176 H 23.055(es yes).15 F 24.16(no none)32.09 F 40.4(pedal no)179.571 535 R
16177 29.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)
16181 3.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\
16183 p determines it on a case-by-case basis depending on the location of)
16184 2.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
16186 E F0 .305
16187 (can be a single number or may include lists and ranges. In the case)
16188 2.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
16192 E 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
16194 1.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
16200 BP
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)
16204 105.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
16207 F0(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
16209 G .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
16215 1.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
16219 2.712(rwrite. Otherwise).15 F .212
16220 (the normal rules apply: the dist is a minimum)2.712 F -.25(va)69.336
16221 254 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.)
16228 69.336 278 Q F1(score)105.336 296 Q(dist=2)130.336 308 Q(music)105.336
16229 320 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)
16232 15 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
16234 404 Q 91.836 413.6 EBEGIN
16235 gsave 0 0.25 0.75 setrgbcolor 0 72 rlineto 392 0 rlineto 0 72 neg rlineto closepath stroke grestore
16236 EEND 128 691 392 392 -72 72 90.836 485.6 PBEGIN
16237 %%BeginDocument: mugex67.ps
16238 %%BoundingBox: 128 691 520 763
16239 save
16240 331503037 331503247 sv
16241 1.000000 1.000000 scale
16242 %  S_SSV
16243 (/tmp/ugexiM5077) inputfile
16244 2 linenum
16245 %  S_FEED
16246 648.29 719.54 936.00 5 1.000000 1.000000 stf
16247 %  S_CLEFSIG
16248 156.08 713.54 1.000000 gclef
16249 %  S_CHHEAD
16250 %  S_STAFF
16251 % staff 1
16252 save
16253 193.25 701.54 1.000000 4n
16254 0.70 setlinewidth
16255 187.02 701.54 moveto
16256 199.48 701.54 lineto stroke
16257 196.93 702.29 moveto
16258 196.93 722.54 lineto stroke
16259 271.40 701.54 1.000000 4n
16260 265.17 701.54 moveto
16261 277.63 701.54 lineto stroke
16262 275.08 702.29 moveto
16263 275.08 722.54 lineto stroke
16264 349.55 701.54 1.000000 4n
16265 343.32 701.54 moveto
16266 355.78 701.54 lineto stroke
16267 353.23 702.29 moveto
16268 353.23 722.54 lineto stroke
16269 428.54 701.54 1.000000 4n
16270 422.31 701.54 moveto
16271 434.77 701.54 lineto stroke
16272 432.22 702.29 moveto
16273 432.22 722.54 lineto stroke
16274 /Times-Roman findfont
16275 12 scalefont
16276 setfont
16277 458.97 726.77 moveto
16278 464.52 726.77 1.000000 rr
16279 470.06 726.77 moveto
16280 /Times-Roman findfont
16281 12 scalefont
16282 setfont
16283 347.57 734.78 moveto
16284 (forced 0 ) show
16285 /Times-Roman findfont
16286 12 scalefont
16287 setfont
16288 268.41 746.78 moveto
16289 (dist 4 ) show
16290 /Times-Roman findfont
16291 12 scalefont
16292 setfont
16293 190.26 740.78 moveto
16294 (normal dist ) show
16295 restore
16296 %  S_BAR
16297 12 linenum
16298 0.70 setlinewidth
16299 498.50 731.54 moveto
16300 498.50 707.54 lineto stroke
16301 3.00 setlinewidth
16302 502.50 731.54 moveto
16303 502.50 707.54 lineto stroke
16304 0.70 setlinewidth
16305 %  Printing header/footer
16306 showpage
16307 restore
16308 %%DocumentFonts: /Times-Roman 
16309 %%Pages: 2
16310 %%EndDocument
16311 end 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
16314 517.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)
16317 69.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
16320 3.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\
16322 at of the measure, 2 to the second beat, etc., with the maximum v)69.336
16323 571.6 R(alue)-.25 E 2.699
16324 (referring to the bar line which ends the measure. A "beat" is whate)
16325 69.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.)
16328 69.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\
16330 ereas in 6/8 or 9/8 time, a beat is an eighth note. Fractional v)69.336
16331 607.6 R .158(alues can be speci\214ed using a decimal)-.25 F(number)
16332 69.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
16336 2.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)
16343 69.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)
16350 5.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
16354 H(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
16356 3.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
16358 739.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
16364 BP
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
16372 Q(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
16374 Q 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
16378 127.836 215.6 EBEGIN
16379 gsave 0 0.25 0.75 setrgbcolor 0 63 rlineto 320 0 rlineto 0 63 neg rlineto closepath stroke grestore
16380 EEND 160 698 320 320 -63 63 126.836 278.6 PBEGIN
16381 %%BeginDocument: mugex68.ps
16382 %%BoundingBox: 160 698 480 761
16383 save
16384 331503037 331503247 sv
16385 1.000000 1.000000 scale
16386 %  S_SSV
16387 (/tmp/ugexiM5077) inputfile
16388 1 linenum
16389 %  S_FEED
16390 684.29 726.98 900.00 5 1.000000 1.000000 stf
16391 %  S_CLEFSIG
16392 192.08 720.98 1.000000 gclef
16393 %  S_CHHEAD
16394 %  S_STAFF
16395 % staff 1
16396 save
16397 224.88 708.98 1.000000 4n
16398 0.70 setlinewidth
16399 218.65 708.98 moveto
16400 231.11 708.98 lineto stroke
16401 228.56 709.73 moveto
16402 228.56 729.98 lineto stroke
16403 282.55 711.98 0.583333 4n
16404 284.55 712.47 moveto
16405 284.55 727.99 lineto stroke
16406 289.25 714.98 0.583333 4n
16407 291.25 715.47 moveto
16408 291.25 730.42 lineto stroke
16409 295.95 717.98 0.583333 4n
16410 297.96 718.47 moveto
16411 297.96 732.87 lineto stroke
16412 304.55 720.98 1.000000 2n
16413 314.03 723.98 1.000000 dot
16414 308.45 721.73 moveto
16415 308.45 741.98 lineto stroke
16416 newpath
16417 284.32 728.96 moveto
16418 298.18 733.84 lineto
16419 298.18 731.89 lineto
16420 284.32 727.01 lineto
16421 closepath
16422 fill
16423 /Times-Italic findfont
16424 12 scalefont
16425 setfont
16426 282.88 748.22 moveto
16427 (cresc. ) show
16428 restore
16429 %  S_BAR
16430 6 linenum
16431 0.70 setlinewidth
16432 467.65 738.98 moveto
16433 467.65 714.98 lineto stroke
16434 %  Printing header/footer
16435 showpage
16436 restore
16437 %%DocumentFonts: /Times-Italic 
16438 %%Pages: 2
16439 %%EndDocument
16440 end PEND/F0 10/Times-Roman@0 SF -.1(wo)69.336 292.6 S .693(uld \214nd t\
16441 he 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.)
16443 69.336 304.6 Q -.15(Fo)69.336 322.6 S 2.5(ri).15 G(tems that include a \
16444 duration, the duration tells the ending point of the item. A duration i\
16445 s 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
16459 LW 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
16461 42.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
16464 29.17(phrase not)188.106 532.6 R(allo)2.5 E 14.7(wed required)-.25 F
16465 52.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)
16467 188.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
16472 G .842(ll items of a particular)-3.342 F .158
16473 (class are placed from top to bottom according to input order)69.336
16474 610.6 R 2.658(.T)-.55 G .158(he classes are done in the order sho)-2.658
16475 F .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
16478 2.5(,o)-.4 G 2.5(rb)-2.5 G(etweenorder parameters.)-2.5 E EP
16479 %%Page: 74 80
16480 %%BeginPageSetup
16481 BP
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
16485 100.5 DL(abo)210.671 110 Q 22.54 -.15(ve \()-.15 H(from bottom up\)).15
16486 E(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
16489 210.671 198.5 DL(belo)210.671 208 Q 24.13(w\()-.25 G(from top do)-24.13
16490 E(wn\))-.25 E(phrase)258.991 220 Q(mussym)258.991 232 Q(octa)258.991 244
16491 Q -.15(ve)-.2 G(rom bold ital boldital < >)258.991 256 Q(lyrics)258.991
16492 268 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)
16495 69.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
16498 F 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
16502 1.391(ral mussym items that).15 F .717(belong at the same horizontal po\
16503 sition, the \214rst one entered in the input will be printed abo)69.336
16504 372 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
16512 Q 2.5(wt)-.25 G(he items of that class for the bottom visible staf)-2.5
16513 E(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
16515 0 0.1 0.5 setrgbcolor
16516 EEND/F0 14/Times-Bold@0 SF 3.5(9.2 T)72.836 444 R(ext)-1.288 E 69.336
16517 462 EBEGIN
16518 0 0 0 setrgbcolor
16519 EEND/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
16524 H -2.15 -.25(ev e).15 H .373
16525 (ral additional quali\214ers. The \214rst is a fontf).25 F(amily)-.1 E
16526 2.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
16528 H 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
16530 G(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)
16534 69.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)
16539 69.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
16542 0 0.1 0.5 setrgbcolor
16543 EEND/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
16545 EBEGIN
16546 0 0 0 setrgbcolor
16547 EEND/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\
16551 ically used for marking chords that might be played by a)5.804 F .701(g\
16552 uitar or other instrument. The "analysis" modi\214er is typically used \
16553 when 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
16557 F 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
16562 647 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\
16569 se 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\
16571 dicate accidentals \("#", "&", "x", "&&", and "n"\) are translated to t\
16572 he appropriate music)69.336 701 R(character)69.336 713 Q 4.07(,w)-.4 G
16573 1.57(hile "o", "o/", and "^" are translated to "\\\(dim\)", "\\\(halfdi\
16574 m\)", 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\
16577 o 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\
16579 is is because a literal letter n tends to occur more often in chords th\
16580 an natural signs.).1 E EP
16581 %%Page: 75 81
16582 %%BeginPageSetup
16583 BP
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)
16586 69.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
16588 2.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\
16592 osed 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
16594 138 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
16596 1.32(he accidental can be)-6.32 F 1.383(either something lik)69.336 150
16597 R 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\
16599 arp\), \\\(\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\
16604 ss, 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\
16607 h 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
16609 G 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\
16611 ommon 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)
16614 69.336 258 S .67(th all three special quali\214ers, the usual meanings \
16615 of : 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\
16618 er 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)
16626 105.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";)
16629 105.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
16634 567.6 EBEGIN
16635 gsave 0 0.25 0.75 setrgbcolor 0 159 rlineto 432 0 rlineto 0 159 neg rlineto closepath stroke grestore
16636 EEND 88 603 432 432 -159 159 70.836 726.6 PBEGIN
16637 %%BeginDocument: mugex69.ps
16638 %%BoundingBox: 88 603 520 762
16639 save
16640 331503037 331503247 sv
16641 1.000000 1.000000 scale
16642 %  S_SSV
16643 (/tmp/ugexiM5077) inputfile
16644 2 linenum
16645 %  S_FEED
16646 625.58 716.47 936.00 5 1.000000 1.000000 stf
16647 /Times-Roman findfont
16648 14 scalefont
16649 setfont
16650 108.00 713.82 moveto
16651 (   ) show
16652 %  S_CLEFSIG
16653 133.38 710.47 1.000000 gclef
16654 %  S_CHHEAD
16655 %  S_STAFF
16656 % staff 1
16657 save
16658 164.38 719.47 1.000000 4n
16659 164.38 710.47 1.000000 4n
16660 164.38 704.47 1.000000 4n
16661 0.70 setlinewidth
16662 168.06 705.22 moveto
16663 168.06 740.47 lineto stroke
16664 205.49 716.47 1.000000 4n
16665 205.49 710.47 1.000000 4n
16666 205.49 701.47 1.000000 4n
16667 209.17 702.22 moveto
16668 209.17 737.47 lineto stroke
16669 246.60 713.47 1.000000 4n
16670 246.60 707.47 1.000000 4n
16671 246.60 701.47 1.000000 4n
16672 250.29 702.22 moveto
16673 250.29 734.47 lineto stroke
16674 288.56 716.47 1.000000 4n
16675 288.56 710.47 1.000000 4n
16676 288.56 701.47 1.000000 4n
16677 292.24 702.22 moveto
16678 292.24 737.47 lineto stroke
16679 /Times-Bold findfont
16680 14 scalefont
16681 setfont
16682 283.10 742.25 moveto
16683 (G ) show
16684 /Times-Bold findfont
16685 14 scalefont
16686 setfont
16687 241.56 741.25 moveto
16688 (Dm ) show
16689 /Times-Bold findfont
16690 14 scalefont
16691 setfont
16692 200.03 742.25 moveto
16693 (G ) show
16694 /Times-Bold findfont
16695 14 scalefont
16696 setfont
16697 159.34 745.25 moveto
16698 (C ) show
16699 /Times-Roman findfont
16700 14 scalefont
16701 setfont
16702 162.07 684.97 moveto
16703 (I ) show
16704 /Times-Roman findfont
16705 14 scalefont
16706 setfont
16707 200.45 684.97 moveto
16708 (V ) show
16709 /Times-Roman findfont
16710 14 scalefont
16711 setfont
16712 244.67 684.72 moveto
16713 (ii ) show
16714 /Times-Roman findfont
16715 14 scalefont
16716 setfont
16717 283.52 684.97 moveto
16718 (V ) show
16719 restore
16720 %  S_BAR
16721 13 linenum
16722 0.70 setlinewidth
16723 327.16 728.47 moveto
16724 327.16 704.47 lineto stroke
16725 %  S_CHHEAD
16726 %  S_STAFF
16727 % staff 1
16728 save
16729 340.87 719.47 1.000000 4n
16730 340.87 710.47 1.000000 4n
16731 340.87 704.47 1.000000 4n
16732 344.55 705.22 moveto
16733 344.55 740.47 lineto stroke
16734 380.54 716.47 1.000000 4n
16735 380.54 710.47 1.000000 4n
16736 380.54 701.47 1.000000 4n
16737 384.22 702.22 moveto
16738 384.22 737.47 lineto stroke
16739 423.10 713.47 1.000000 4n
16740 423.10 707.47 1.000000 4n
16741 413.74 707.47 1.000000 sharp
16742 423.10 701.47 1.000000 4n
16743 426.78 702.22 moveto
16744 426.78 734.47 lineto stroke
16745 465.05 716.47 1.000000 4n
16746 465.05 710.47 1.000000 4n
16747 465.05 701.47 1.000000 4n
16748 468.73 702.22 moveto
16749 468.73 737.47 lineto stroke
16750 /Times-Roman findfont
16751 14 scalefont
16752 setfont
16753 338.63 681.83 moveto
16754 338.63 688.56 moveto
16755 /Times-Roman findfont
16756 9 scalefont
16757 setfont
16758 (6) show
16759 338.63 679.69 moveto
16760 (3) show
16761 343.11 681.83 moveto
16762 /Times-Roman findfont
16763 14 scalefont
16764 setfont
16765 ( ) show
16766 /Times-Roman findfont
16767 14 scalefont
16768 setfont
16769 378.30 681.83 moveto
16770 378.30 688.56 moveto
16771 /Times-Roman findfont
16772 9 scalefont
16773 setfont
16774 (6) show
16775 378.30 679.69 moveto
16776 (4) show
16777 382.78 681.83 moveto
16778 /Times-Roman findfont
16779 14 scalefont
16780 setfont
16781 ( ) show
16782 /Times-Roman findfont
16783 14 scalefont
16784 setfont
16785 420.85 681.83 moveto
16786 420.85 688.56 moveto
16787 /Times-Roman findfont
16788 9 scalefont
16789 setfont
16790 (3) show
16791 gsave
16792 0.58 setlinewidth
16793 420.85 690.01 moveto
16794 425.34 692.93 lineto stroke
16795 grestore
16796 425.34 688.56 moveto
16797 425.34 681.83 moveto
16798 /Times-Roman findfont
16799 14 scalefont
16800 setfont
16801 ( ) show
16802 /Times-Roman findfont
16803 14 scalefont
16804 setfont
16805 462.81 681.83 moveto
16806 462.81 688.56 moveto
16807 /Times-Roman findfont
16808 9 scalefont
16809 setfont
16810 (6) show
16811 462.81 679.69 moveto
16812 (4) show
16813 467.29 681.83 moveto
16814 /Times-Roman findfont
16815 14 scalefont
16816 setfont
16817 ( ) show
16818 restore
16819 %  S_BAR
16820 17 linenum
16821 0.70 setlinewidth
16822 503.65 728.47 moveto
16823 503.65 704.47 lineto stroke
16824 %  S_FEED
16825 18 linenum
16826 612.00 632.47 936.00 5 1.000000 1.000000 stf
16827 %  S_CLEFSIG
16828 119.79 626.47 1.000000 gclef
16829 %  S_CHHEAD
16830 %  S_STAFF
16831 % staff 1
16832 save
16833 156.35 632.47 1.000000 1n
16834 156.35 626.47 1.000000 1n
16835 156.35 620.47 1.000000 1n
16836 156.35 614.47 1.000000 1n
16837 148.93 614.47 moveto
16838 163.77 614.47 lineto stroke
16839 /Times-Roman findfont
16840 14 scalefont
16841 setfont
16842 151.68 657.25 moveto
16843 (C) show
16844 166.64 657.93 1.166667 triangle
16845 172.26 657.25 moveto
16846 (7 ) show
16847 restore
16848 %  S_BAR
16849 23 linenum
16850 0.70 setlinewidth
16851 213.78 644.47 moveto
16852 213.78 620.47 lineto stroke
16853 %  S_CHHEAD
16854 %  S_STAFF
16855 % staff 1
16856 save
16857 251.00 632.47 1.000000 1n
16858 241.04 632.47 1.000000 flat
16859 251.00 626.47 1.000000 1n
16860 230.56 626.47 1.000000 flat
16861 251.00 620.47 1.000000 1n
16862 238.05 620.47 1.000000 flat
16863 251.00 614.47 1.000000 1n
16864 243.58 614.47 moveto
16865 258.42 614.47 lineto stroke
16866 /Times-Roman findfont
16867 14 scalefont
16868 setfont
16869 246.34 657.25 moveto
16870 (C) show
16871 261.08 657.42 1.166667 halfdim
16872 266.50 657.25 moveto
16873 ( ) show
16874 restore
16875 %  S_BAR
16876 26 linenum
16877 0.70 setlinewidth
16878 308.43 644.47 moveto
16879 308.43 620.47 lineto stroke
16880 %  S_CHHEAD
16881 %  S_STAFF
16882 % staff 1
16883 save
16884 351.56 632.47 1.000000 1n
16885 338.65 632.47 1.000000 dblflat
16886 351.56 626.47 1.000000 1n
16887 325.22 626.47 1.000000 flat
16888 351.56 620.47 1.000000 1n
16889 332.71 620.47 1.000000 flat
16890 351.56 614.47 1.000000 1n
16891 344.14 614.47 moveto
16892 358.98 614.47 lineto stroke
16893 /Times-Roman findfont
16894 14 scalefont
16895 setfont
16896 346.90 657.25 moveto
16897 (C) show
16898 360.34 657.42 1.166667 dim
16899 364.46 657.25 moveto
16900 364.46 663.97 moveto
16901 /Times-Roman findfont
16902 9 scalefont
16903 setfont
16904 (7) show
16905 368.94 657.25 moveto
16906 /Times-Roman findfont
16907 14 scalefont
16908 setfont
16909 ( ) show
16910 restore
16911 %  S_BAR
16912 29 linenum
16913 0.70 setlinewidth
16914 408.99 644.47 moveto
16915 408.99 620.47 lineto stroke
16916 %  S_CHHEAD
16917 %  S_STAFF
16918 % staff 1
16919 save
16920 446.22 632.47 1.000000 1n
16921 436.26 632.47 1.000000 flat
16922 446.22 626.47 1.000000 1n
16923 425.78 626.47 1.000000 flat
16924 446.22 620.47 1.000000 1n
16925 433.27 620.47 1.000000 flat
16926 /Times-Roman findfont
16927 14 scalefont
16928 setfont
16929 441.94 657.25 moveto
16930 (E) show
16931 453.00 659.61 0.666667 flat
16932 455.50 657.25 moveto
16933 (m ) show
16934 restore
16935 %  S_BAR
16936 32 linenum
16937 0.70 setlinewidth
16938 503.65 644.47 moveto
16939 503.65 620.47 lineto stroke
16940 %  Printing header/footer
16941 showpage
16942 restore
16943 %%DocumentFonts: /Times-Roman /Times-Bold 
16944 %%Pages: 2
16945 %%EndDocument
16946 end PEND EP
16947 %%Page: 76 82
16948 %%BeginPageSetup
16949 BP
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\
16952 sic symbol occurs inside an ital or boldital string, the music symbol w\
16953 ill 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)
16959 5.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
16963 2.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 \
16965 string is an underscore, an underscore line will)5.616 F(be dra)69.336
16966 174 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
16968 222 Q(rom \(12\) above 1: 0 "Andante \( \\\(smup4n\) = 88 \)";)105.336
16969 234 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
16973 294 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
16975 127.836 351.6 EBEGIN
16976 gsave 0 0.25 0.75 setrgbcolor 0 155 rlineto 320 0 rlineto 0 155 neg rlineto closepath stroke grestore
16977 EEND 160 607 320 320 -155 155 126.836 506.6 PBEGIN
16978 %%BeginDocument: mugex70.ps
16979 %%BoundingBox: 160 607 480 762
16980 save
16981 331503037 331503247 sv
16982 1.000000 1.000000 scale
16983 %  S_SSV
16984 (/tmp/ugexiM5077) inputfile
16985 1 linenum
16986 %  S_SSV
16987 2 linenum
16988 %  S_FEED
16989 684.29 703.28 900.00 5 1.000000 1.000000 stf
16990 684.29 639.44 900.00 5 1.000000 1.000000 stf
16991 0.70 setlinewidth
16992 180.29 715.28 moveto
16993 180.29 627.44 lineto stroke
16994 %  S_CLEFSIG
16995 192.08 697.28 1.000000 gclef
16996 192.33 645.44 1.000000 fclef
16997 206.12 703.28 1.000000 flat
16998 211.61 712.28 1.000000 flat
16999 217.10 700.28 1.000000 flat
17000 206.12 633.44 1.000000 flat
17001 211.61 642.44 1.000000 flat
17002 217.10 630.44 1.000000 flat
17003 %  S_CHHEAD
17004 %  S_STAFF
17005 % staff 1
17006 save
17007 240.48 691.28 1.000000 4n
17008 244.16 692.03 moveto
17009 244.16 712.28 lineto stroke
17010 270.89 697.28 1.000000 4n
17011 274.57 698.03 moveto
17012 274.57 718.28 lineto stroke
17013 301.30 703.28 1.000000 4n
17014 297.62 702.53 moveto
17015 297.62 682.28 lineto stroke
17016 332.55 709.28 1.000000 4n
17017 328.87 708.53 moveto
17018 328.87 688.28 lineto stroke
17019 /Times-Italic findfont
17020 12 scalefont
17021 setfont
17022 268.55 663.68 moveto
17023 (rit. ) show
17024 /NewCenturySchlbk-Bold findfont
17025 12 scalefont
17026 setfont
17027 296.62 727.52 moveto
17028 (B) show
17029 308.17 729.46 0.583333 flat
17030 310.35 727.52 moveto
17031 (9 ) show
17032 /NewCenturySchlbk-Bold findfont
17033 12 scalefont
17034 setfont
17035 235.94 727.52 moveto
17036 (E) show
17037 247.20 729.46 0.583333 flat
17038 249.38 727.52 moveto
17039 (7 ) show
17040 /Times-Roman findfont
17041 12 scalefont
17042 setfont
17043 227.52 740.67 moveto
17044 (Andante \( ) show
17045 281.02 742.19 0.583333 up4n
17046 283.99 740.67 moveto
17047 ( = 88 \) ) show
17048 /Times-BoldItalic findfont
17049 12 scalefont
17050 setfont
17051 235.80 676.06 moveto
17052 (mf ) show
17053 /Times-BoldItalic findfont
17054 12 scalefont
17055 setfont
17056 312.25 677.50 moveto
17057 (mp ) show
17058 restore
17059 %  S_STAFF
17060 % staff 2
17061 save
17062 240.48 642.44 1.000000 2n
17063 0.70 setlinewidth
17064 236.58 641.69 moveto
17065 236.58 621.44 lineto stroke
17066 301.30 633.44 1.000000 2n
17067 305.20 634.19 moveto
17068 305.20 654.44 lineto stroke
17069 /Palatino-Italic findfont
17070 12 scalefont
17071 setfont
17072 306.24 613.66 moveto
17073 (-) show
17074 /Palatino-Italic findfont
17075 12 scalefont
17076 setfont
17077 318.12 613.66 moveto
17078 (-) show
17079 /Palatino-Italic findfont
17080 12 scalefont
17081 setfont
17082 330.00 613.66 moveto
17083 (-) show
17084 /Palatino-Italic findfont
17085 12 scalefont
17086 setfont
17087 341.88 613.66 moveto
17088 (-) show
17089 /Palatino-Italic findfont
17090 12 scalefont
17091 setfont
17092 353.76 613.66 moveto
17093 (-) show
17094 /Palatino-Italic findfont
17095 12 scalefont
17096 setfont
17097 365.64 613.66 moveto
17098 (-) show
17099 /Palatino-Italic findfont
17100 12 scalefont
17101 setfont
17102 377.52 613.66 moveto
17103 (-) show
17104 /Palatino-Italic findfont
17105 12 scalefont
17106 setfont
17107 389.40 613.66 moveto
17108 (-) show
17109 /Palatino-Italic findfont
17110 12 scalefont
17111 setfont
17112 401.28 613.66 moveto
17113 (-) show
17114 /Palatino-Italic findfont
17115 12 scalefont
17116 setfont
17117 268.44 613.66 moveto
17118 (cresc. ) show
17119 restore
17120 %  S_BAR
17121 12 linenum
17122 0.70 setlinewidth
17123 362.24 715.28 moveto
17124 362.24 691.28 lineto stroke
17125 362.24 651.44 moveto
17126 362.24 627.44 lineto stroke
17127 %  S_CHHEAD
17128 %  S_STAFF
17129 % staff 1
17130 save
17131 386.29 706.28 1.000000 1n
17132 386.29 697.28 1.000000 1n
17133 386.29 691.28 1.000000 1n
17134 /Times-Bold findfont
17135 12 scalefont
17136 setfont
17137 381.97 727.52 moveto
17138 (Cm ) show
17139 restore
17140 %  S_STAFF
17141 % staff 2
17142 save
17143 386.29 636.44 1.000000 1n
17144 restore
17145 %  S_BAR
17146 16 linenum
17147 0.70 setlinewidth
17148 467.65 715.28 moveto
17149 467.65 691.28 lineto stroke
17150 467.65 651.44 moveto
17151 467.65 627.44 lineto stroke
17152 %  Printing header/footer
17153 showpage
17154 restore
17155 %%DocumentFonts: /Times-Roman /Times-Italic /Times-Bold /Times-BoldItalic /NewCenturySchlbk-Bold /Palatino-Italic 
17156 %%Pages: 2
17157 %%EndDocument
17158 end PEND 69.336 526.6 EBEGIN
17159 0 0.1 0.5 setrgbcolor
17160 EEND/F0 14/Times-Bold@0 SF 3.5(9.3 Grids)72.836 526.6 R 69.336 544.6
17161 EBEGIN
17162 0 0 0 setrgbcolor
17163 EEND/F0 10/Times-Roman@0 SF .426
17164 (If the gridswhereused parameter is set to "y" chords will also ha)
17165 72.263 544.6 R .726 -.15(ve a g)-.2 H .426(rid printed.).15 F -.15(Fo)
17166 5.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)
17168 69.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)
17173 69.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 \
17176 is a space-separated list, with each list element being either a fret n\
17177 umber from 1 to)69.336 598.6 R .864(99, which will result in a dot bein\
17178 g printed at that fret, or an "o" or "x" which will result in a circle \
17179 or 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
17182 1.329(The fret)6.329 F .487(pattern may also contain an open and closin\
17183 g 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
17186 646.6 Q -.15(ve)-.25 G(ral strings. F).15 E(or e)-.15 E(xample:)-.15 E
17187 EP
17188 %%Page: 77 83
17189 %%BeginPageSetup
17190 BP
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";)
17200 105.336 276 Q(1: 2a&;an;)105.336 288 Q(bar)105.336 300 Q 79.836 309.6
17201 EBEGIN
17202 gsave 0 0.25 0.75 setrgbcolor 0 95 rlineto 416 0 rlineto 0 95 neg rlineto closepath stroke grestore
17203 EEND 112 667 416 416 -95 95 78.836 404.6 PBEGIN
17204 %%BeginDocument: mugex71.ps
17205 %%BoundingBox: 112 667 528 762
17206 save
17207 331503037 331503247 sv
17208 1.000000 1.000000 scale
17209 %  S_SSV
17210 (/tmp/ugexiM5077) inputfile
17211 2 linenum
17212 %  S_FEED
17213 633.89 696.17 950.40 5 1.000000 1.000000 stf
17214 %  S_CLEFSIG
17215 141.68 690.17 1.000000 gclef
17216 %  S_CHHEAD
17217 %  S_STAFF
17218 % staff 1
17219 save
17220 179.60 678.17 1.000000 2n
17221 0.70 setlinewidth
17222 173.15 678.17 moveto
17223 186.05 678.17 lineto stroke
17224 183.50 678.92 moveto
17225 183.50 699.17 lineto stroke
17226 262.25 684.17 1.000000 2n
17227 266.15 684.92 moveto
17228 266.15 705.17 lineto stroke
17229 /Times-Roman findfont
17230 12 scalefont
17231 setfont
17232 253.90 746.09 moveto
17233 (Em) show
17234 250.25 738.77 4.80 5 0 0 0 0 [ 0 2 2 0 0 0 ] grid
17235 /Times-Roman findfont
17236 12 scalefont
17237 setfont
17238 213.94 746.09 moveto
17239 (C5) show
17240 208.92 738.77 4.80 5 0 0 0 0 [ -2 3 -1 0 1 3 ] grid
17241 /Times-Roman findfont
17242 12 scalefont
17243 setfont
17244 175.60 746.09 moveto
17245 (C) show
17246 167.60 738.77 4.80 5 0 0 0 0 [ -2 3 2 0 1 0 ] grid
17247 restore
17248 %  S_BAR
17249 17 linenum
17250 0.70 setlinewidth
17251 334.77 708.17 moveto
17252 334.77 684.17 lineto stroke
17253 %  S_CHHEAD
17254 %  S_STAFF
17255 % staff 1
17256 save
17257 361.74 693.17 1.000000 2n
17258 352.75 693.17 1.000000 flat
17259 365.64 693.92 moveto
17260 365.64 714.17 lineto stroke
17261 445.53 693.17 1.000000 2n
17262 436.86 693.17 1.000000 nat
17263 449.43 693.92 moveto
17264 449.43 714.17 lineto stroke
17265 /Times-Roman findfont
17266 12 scalefont
17267 setfont
17268 435.23 746.09 moveto
17269 (A11) show
17270 433.53 738.77 4.80 5 0 0 0 0 [ -2 0 0 0 0 0 ] grid
17271 /Times-Roman findfont
17272 12 scalefont
17273 setfont
17274 355.24 746.09 moveto
17275 (A) show
17276 366.06 748.03 0.583333 flat
17277 368.25 746.09 moveto
17278 349.74 738.77 4.80 5 4 1 1 6 [ 1 3 3 2 1 1 ] grid
17279 restore
17280 %  S_BAR
17281 21 linenum
17282 0.70 setlinewidth
17283 518.05 708.17 moveto
17284 518.05 684.17 lineto stroke
17285 %  Printing header/footer
17286 showpage
17287 restore
17288 %%DocumentFonts: /Times-Roman 
17289 %%Pages: 2
17290 %%EndDocument
17291 end PEND/F0 10/Times-Roman@0 SF .557(If transposition is in ef)69.336
17292 424.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
17295 R .23(xample, if you use an "A" chord in a chord statement, then transp\
17296 ose 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\
17298 alled "B" to match the transposed chord name.)69.336 448.6 Q .808(If yo\
17299 u supply more than one grid de\214nition for the same chord name, Mup u\
17300 ses 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
17303 3.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
17308 1.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
17311 G 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)
17313 5.005 F .005(xample, "Am" and)-.15 F 1.429("Am \\b" w)69.336 526.6 R
17314 1.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
17318 0 0.1 0.5 setrgbcolor
17319 EEND/F0 14/Times-Bold@0 SF 3.5(9.4 Mussym)72.836 556.6 R 69.336 574.6
17320 EBEGIN
17321 0 0 0 setrgbcolor
17322 EEND/F0 10/Times-Roman@0 SF .699(While it is possible to place musical \
17323 symbols 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)
17326 69.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
17328 R 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
17330 3.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";)
17335 105.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
17342 732.6 Q EP
17343 %%Page: 78 84
17344 %%BeginPageSetup
17345 BP
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
17348 EBEGIN
17349 gsave 0 0.25 0.75 setrgbcolor 0 64 rlineto 320 0 rlineto 0 64 neg rlineto closepath stroke grestore
17350 EEND 160 699 320 320 -64 64 126.836 160 PBEGIN
17351 %%BeginDocument: mugex72.ps
17352 %%BoundingBox: 160 699 480 763
17353 save
17354 331503037 331503247 sv
17355 1.000000 1.000000 scale
17356 %  S_SSV
17357 (/tmp/ugexiM5077) inputfile
17358 1 linenum
17359 %  S_FEED
17360 684.29 728.05 900.00 5 1.000000 1.000000 stf
17361 %  S_CLEFSIG
17362 192.08 722.05 1.000000 gclef
17363 %  S_CHHEAD
17364 %  S_STAFF
17365 % staff 1
17366 save
17367 232.52 716.05 1.000000 2n
17368 0.70 setlinewidth
17369 236.42 716.80 moveto
17370 236.42 737.05 lineto stroke
17371 352.71 722.05 1.000000 2n
17372 356.61 722.80 moveto
17373 356.61 743.05 lineto stroke
17374 /Times-Roman findfont
17375 12 scalefont
17376 setfont
17377 343.67 745.06 moveto
17378 352.71 745.06 1.000000 ferm
17379 361.75 745.06 moveto
17380 240.55 748.06 moveto
17381 292.62 748.06 1.000000 wavy
17382 /Times-Roman findfont
17383 12 scalefont
17384 setfont
17385 224.49 742.06 moveto
17386 232.52 742.06 1.000000 tr
17387 240.55 742.06 moveto
17388 restore
17389 %  S_BAR
17390 5 linenum
17391 0.70 setlinewidth
17392 462.50 740.05 moveto
17393 462.50 716.05 lineto stroke
17394 3.00 setlinewidth
17395 466.50 740.05 moveto
17396 466.50 716.05 lineto stroke
17397 0.70 setlinewidth
17398 %  Printing header/footer
17399 showpage
17400 restore
17401 %%DocumentFonts: /Times-Roman 
17402 %%Pages: 2
17403 %%EndDocument
17404 end 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
17407 EBEGIN
17408 0 0.1 0.5 setrgbcolor
17409 EEND/F0 14/Times-Bold@0 SF 3.5(9.5 Phrase)72.836 224 R(marks)3.5 E
17410 69.336 242 EBEGIN
17411 0 0 0 setrgbcolor
17412 EEND/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
17417 F1(place)2.519 E F0 .019(is speci\214ed, "abo)2.519 F -.15(ve)-.15 G
17418 2.519("i).15 G .019(ndicates to Mup that the phrase is associated)-2.519
17419 F(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
17426 H 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)
17434 69.336 350 R .75(es the be)-.1 F .75(gintime and duration and \214nds t\
17435 he 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
17441 4.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)
17446 69.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
17453 602 S 6(:4)-6 G(.e;8f;4b-;g;)-6 E(bar)105.336 614 Q EP
17454 %%Page: 79 85
17455 %%BeginPageSetup
17456 BP
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
17459 EBEGIN
17460 gsave 0 0.25 0.75 setrgbcolor 0 190 rlineto 320 0 rlineto 0 190 neg rlineto closepath stroke grestore
17461 EEND 160 573 320 320 -190 190 126.836 286 PBEGIN
17462 %%BeginDocument: mugex73.ps
17463 %%BoundingBox: 160 573 480 763
17464 save
17465 331503037 331503247 sv
17466 1.000000 1.000000 scale
17467 %  S_SSV
17468 (/tmp/ugexiM5077) inputfile
17469 1 linenum
17470 %  S_SSV
17471 3 linenum
17472 %  S_FEED
17473 684.29 731.00 900.00 5 1.000000 1.000000 stf
17474 684.29 676.24 900.00 5 1.000000 1.000000 stf
17475 684.29 601.56 900.00 5 1.000000 1.000000 stf
17476 0.70 setlinewidth
17477 180.29 743.00 moveto
17478 180.29 589.56 lineto stroke
17479 %  S_CLEFSIG
17480 192.08 725.00 1.000000 gclef
17481 192.08 670.24 1.000000 gclef
17482 192.08 595.56 1.000000 gclef
17483 %  S_CHHEAD
17484 %  S_STAFF
17485 % staff 1
17486 save
17487 220.93 716.00 1.000000 4n
17488 224.61 716.75 moveto
17489 224.61 737.00 lineto stroke
17490 247.33 722.00 1.000000 4n
17491 251.02 722.75 moveto
17492 251.02 743.00 lineto stroke
17493 281.58 728.00 1.000000 4n
17494 285.27 728.75 moveto
17495 285.27 749.00 lineto stroke
17496 310.65 731.00 1.000000 4n
17497 306.97 730.25 moveto
17498 306.97 710.00 lineto stroke
17499 221.68 709.72 moveto
17500 221.71 709.87 lineto
17501 236.01 705.42 250.64 702.96 265.61 702.50 curveto
17502 280.58 702.03 295.34 703.58 309.88 707.15 curveto
17503 309.92 706.85 lineto
17504 295.45 702.48 280.67 700.53 265.56 701.00 curveto
17505 250.46 701.46 235.82 704.32 221.65 709.58 curveto
17506 fill
17507 restore
17508 %  S_STAFF
17509 % staff 2
17510 save
17511 220.93 673.24 1.000000 4n
17512 0.70 setlinewidth
17513 224.61 673.99 moveto
17514 224.61 694.24 lineto stroke
17515 247.33 667.24 1.000000 4n
17516 251.02 667.99 moveto
17517 251.02 688.24 lineto stroke
17518 281.58 661.24 1.000000 4n
17519 285.27 661.99 moveto
17520 285.27 682.24 lineto stroke
17521 310.65 670.24 1.000000 4n
17522 314.33 670.99 moveto
17523 314.33 691.24 lineto stroke
17524 220.93 658.24 1.000000 4n
17525 230.20 655.24 1.000000 dot
17526 214.70 658.24 moveto
17527 227.16 658.24 lineto stroke
17528 217.25 657.49 moveto
17529 217.25 637.24 lineto stroke
17530 263.37 655.24 1.000000 4n
17531 257.14 658.24 moveto
17532 269.60 658.24 lineto stroke
17533 259.69 654.49 moveto
17534 259.69 634.24 lineto stroke
17535 262.71 634.24 1.000000 upflag
17536 281.58 661.24 1.000000 4n
17537 277.90 660.49 moveto
17538 277.90 640.24 lineto stroke
17539 310.65 670.24 1.000000 4n
17540 306.97 669.49 moveto
17541 306.97 649.24 lineto stroke
17542 282.33 685.24 moveto
17543 282.23 685.42 lineto
17544 285.99 688.83 290.27 691.32 295.09 692.89 curveto
17545 299.91 694.46 304.83 694.98 309.87 694.45 curveto
17546 309.93 694.03 lineto
17547 304.99 694.03 300.17 693.26 295.47 691.72 curveto
17548 290.77 690.19 286.43 687.97 282.43 685.06 curveto
17549 fill
17550 221.68 697.24 moveto
17551 221.69 697.46 lineto
17552 226.09 698.53 230.50 698.53 234.91 697.47 curveto
17553 239.32 696.40 243.24 694.39 246.68 691.44 curveto
17554 246.49 691.04 lineto
17555 242.85 693.50 238.89 695.24 234.62 696.27 curveto
17556 230.35 697.29 226.04 697.55 221.67 697.02 curveto
17557 fill
17558 264.12 631.24 moveto
17559 264.13 631.39 lineto
17560 278.46 629.00 292.86 628.57 307.32 630.10 curveto
17561 321.77 631.62 335.76 635.05 349.28 640.39 curveto
17562 349.36 640.10 lineto
17563 336.02 633.98 322.06 630.15 307.47 628.61 curveto
17564 292.88 627.06 278.43 627.89 264.11 631.09 curveto
17565 fill
17566 restore
17567 %  S_STAFF
17568 % staff 3
17569 save
17570 220.93 598.56 1.000000 4n
17571 0.70 setlinewidth
17572 224.61 599.31 moveto
17573 224.61 619.56 lineto stroke
17574 247.33 592.56 1.000000 4n
17575 251.02 593.31 moveto
17576 251.02 613.56 lineto stroke
17577 281.58 586.56 1.000000 4n
17578 285.27 587.31 moveto
17579 285.27 607.56 lineto stroke
17580 310.65 595.56 1.000000 4n
17581 314.33 596.31 moveto
17582 314.33 616.56 lineto stroke
17583 282.33 610.56 moveto
17584 282.23 610.74 lineto
17585 285.99 614.15 290.27 616.64 295.09 618.21 curveto
17586 299.91 619.78 304.83 620.30 309.87 619.77 curveto
17587 309.93 619.35 lineto
17588 304.99 619.35 300.17 618.58 295.47 617.04 curveto
17589 290.77 615.51 286.43 613.29 282.43 610.38 curveto
17590 fill
17591 221.68 622.56 moveto
17592 221.69 622.78 lineto
17593 226.09 623.85 230.50 623.85 234.91 622.79 curveto
17594 239.32 621.72 243.24 619.71 246.68 616.76 curveto
17595 246.49 616.36 lineto
17596 242.85 618.82 238.89 620.56 234.62 621.59 curveto
17597 230.35 622.61 226.04 622.87 221.67 622.34 curveto
17598 fill
17599 restore
17600 %  S_BAR
17601 14 linenum
17602 0.70 setlinewidth
17603 338.51 743.00 moveto
17604 338.51 719.00 lineto stroke
17605 338.51 688.24 moveto
17606 338.51 664.24 lineto stroke
17607 338.51 613.56 moveto
17608 338.51 589.56 lineto stroke
17609 %  S_CHHEAD
17610 %  S_STAFF
17611 % staff 1
17612 save
17613 350.07 731.00 1.000000 4n
17614 346.39 730.25 moveto
17615 346.39 710.00 lineto stroke
17616 376.47 734.00 1.000000 4n
17617 372.79 733.25 moveto
17618 372.79 713.00 lineto stroke
17619 410.47 737.00 1.000000 4n
17620 406.79 736.25 moveto
17621 406.79 716.00 lineto stroke
17622 439.54 740.00 1.000000 4n
17623 435.86 739.25 moveto
17624 435.86 719.00 lineto stroke
17625 restore
17626 %  S_STAFF
17627 % staff 2
17628 save
17629 350.07 670.24 1.000000 4n
17630 0.70 setlinewidth
17631 353.75 670.99 moveto
17632 353.75 691.24 lineto stroke
17633 376.47 673.24 1.000000 4n
17634 380.15 673.99 moveto
17635 380.15 694.24 lineto stroke
17636 410.47 667.24 1.000000 4n
17637 414.15 667.99 moveto
17638 414.15 688.24 lineto stroke
17639 441.04 658.24 1.000000 4n
17640 434.81 658.24 moveto
17641 447.27 658.24 lineto stroke
17642 444.72 658.99 moveto
17643 444.72 679.24 lineto stroke
17644 350.07 664.24 1.000000 4n
17645 359.33 661.24 1.000000 dot
17646 346.39 663.49 moveto
17647 346.39 643.24 lineto stroke
17648 392.51 667.24 1.000000 4n
17649 388.83 666.49 moveto
17650 388.83 646.24 lineto stroke
17651 391.85 646.24 1.000000 upflag
17652 410.47 655.24 1.000000 4n
17653 404.24 658.24 moveto
17654 416.70 658.24 lineto stroke
17655 406.79 654.49 moveto
17656 406.79 634.24 lineto stroke
17657 438.04 670.24 1.000000 4n
17658 434.36 669.49 moveto
17659 434.36 649.24 lineto stroke
17660 restore
17661 %  S_STAFF
17662 % staff 3
17663 save
17664 350.07 595.56 1.000000 4n
17665 0.70 setlinewidth
17666 353.75 596.31 moveto
17667 353.75 616.56 lineto stroke
17668 376.47 598.56 1.000000 4n
17669 380.15 599.31 moveto
17670 380.15 619.56 lineto stroke
17671 410.47 592.56 1.000000 4n
17672 414.15 593.31 moveto
17673 414.15 613.56 lineto stroke
17674 439.54 583.56 1.000000 4n
17675 433.31 583.56 moveto
17676 445.77 583.56 lineto stroke
17677 443.22 584.31 moveto
17678 443.22 604.56 lineto stroke
17679 restore
17680 %  S_BAR
17681 18 linenum
17682 0.70 setlinewidth
17683 467.65 743.00 moveto
17684 467.65 719.00 lineto stroke
17685 467.65 688.24 moveto
17686 467.65 664.24 lineto stroke
17687 467.65 613.56 moveto
17688 467.65 589.56 lineto stroke
17689 %  Printing header/footer
17690 showpage
17691 restore
17692 %%DocumentFonts: 
17693 %%Pages: 2
17694 %%EndDocument
17695 end 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
17701 127.836 405.6 EBEGIN
17702 gsave 0 0.25 0.75 setrgbcolor 0 135 rlineto 320 0 rlineto 0 135 neg rlineto closepath stroke grestore
17703 EEND 160 628 320 320 -135 135 126.836 540.6 PBEGIN
17704 %%BeginDocument: mugex74.ps
17705 %%BoundingBox: 160 628 480 763
17706 save
17707 331503037 331503247 sv
17708 1.000000 1.000000 scale
17709 %  S_SSV
17710 (/tmp/ugexiM5077) inputfile
17711 1 linenum
17712 %  S_SSV
17713 3 linenum
17714 %  S_FEED
17715 684.29 730.70 900.00 5 1.000000 1.000000 stf
17716 684.29 661.40 900.00 6 1.735000 1.000000 stf
17717 0.70 setlinewidth
17718 180.29 742.70 moveto
17719 180.29 635.37 lineto stroke
17720 %  S_CLEFSIG
17721 192.08 724.70 1.000000 gclef
17722 /Helvetica-Bold findfont
17723 20 scalefont
17724 setfont
17725 183.29 671.34 moveto
17726 (T) show
17727 /Helvetica-Bold findfont
17728 20 scalefont
17729 setfont
17730 183.29 653.46 moveto
17731 (A) show
17732 /Helvetica-Bold findfont
17733 20 scalefont
17734 setfont
17735 183.29 635.58 moveto
17736 (B) show
17737 %  S_CHHEAD
17738 %  S_STAFF
17739 % staff 1
17740 save
17741 225.05 712.70 1.000000 4n
17742 218.81 712.70 moveto
17743 231.28 712.70 lineto stroke
17744 228.73 713.45 moveto
17745 228.73 733.70 lineto stroke
17746 286.61 712.70 1.000000 4n
17747 277.26 712.70 1.000000 sharp
17748 280.38 712.70 moveto
17749 292.84 712.70 lineto stroke
17750 290.29 713.45 moveto
17751 290.29 733.70 lineto stroke
17752 348.17 745.70 1.000000 4n
17753 338.82 745.70 1.000000 sharp
17754 344.49 744.95 moveto
17755 344.49 724.70 lineto stroke
17756 412.01 742.70 1.000000 4n
17757 402.66 742.70 1.000000 sharp
17758 408.33 741.95 moveto
17759 408.33 721.70 lineto stroke
17760 353.20 745.70 moveto
17761 397.34 742.70 lineto stroke
17762 230.08 709.70 moveto
17763 271.94 715.70 lineto stroke
17764 restore
17765 %  S_STAFF
17766 % staff 2
17767 save
17768 /Helvetica-Bold findfont
17769 12 scalefont
17770 setfont
17771 221.70 641.53 moveto
17772 (3) show
17773 /Helvetica-Bold findfont
17774 12 scalefont
17775 setfont
17776 283.26 641.53 moveto
17777 (4) show
17778 /Helvetica-Bold findfont
17779 12 scalefont
17780 setfont
17781 344.82 683.17 moveto
17782 (4) show
17783 /Helvetica-Bold findfont
17784 12 scalefont
17785 setfont
17786 408.66 682.99 moveto
17787 (2) show
17788 0.70 setlinewidth
17789 352.52 690.42 moveto
17790 406.66 684.42 lineto stroke
17791 229.39 642.78 moveto
17792 281.26 648.78 lineto stroke
17793 348.92 695.68 moveto
17794 348.90 695.83 lineto
17795 358.99 699.36 369.39 701.14 380.08 701.16 curveto
17796 390.78 701.18 401.18 699.44 411.28 695.93 curveto
17797 411.24 695.64 lineto
17798 401.03 698.34 390.64 699.68 380.08 699.66 curveto
17799 369.52 699.64 359.14 698.26 348.94 695.53 curveto
17800 fill
17801 225.80 654.25 moveto
17802 225.78 654.40 lineto
17803 235.52 657.77 245.54 659.44 255.85 659.40 curveto
17804 266.15 659.36 276.16 657.63 285.88 654.19 curveto
17805 285.84 653.89 lineto
17806 276.01 656.53 266.01 657.86 255.84 657.90 curveto
17807 245.67 657.94 235.66 656.67 225.82 654.11 curveto
17808 fill
17809 restore
17810 %  S_BAR
17811 9 linenum
17812 0.70 setlinewidth
17813 467.65 742.70 moveto
17814 467.65 718.70 lineto stroke
17815 467.65 687.42 moveto
17816 467.65 635.37 lineto stroke
17817 %  Printing header/footer
17818 showpage
17819 restore
17820 %%DocumentFonts: /Helvetica-Bold 
17821 %%Pages: 2
17822 %%EndDocument
17823 end PEND/F0 10/Times-Roman@0 SF .471(The w)69.336 560.6 R .471(ord "phr\
17824 ase" 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\
17826 rks that were added by an editor rather than the composer)69.336 572.6 R
17827 2.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
17830 0 0.1 0.5 setrgbcolor
17831 EEND/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
17833 0 0 0 setrgbcolor
17834 EEND/F0 10/Times-Roman@0 SF .4(The "<" and ">" statements are used to s\
17835 pecify 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)
17837 69.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
17843 BP
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
17848 132 S(etween 2&3: 1.7 til 2m + 1;)-6 E(bar)105.336 144 Q(1-2: d;e;2g;)
17849 105.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
17851 Q(endbar)105.336 228 Q 91.836 237.6 EBEGIN
17852 gsave 0 0.25 0.75 setrgbcolor 0 178 rlineto 392 0 rlineto 0 178 neg rlineto closepath stroke grestore
17853 EEND 128 585 392 392 -178 178 90.836 415.6 PBEGIN
17854 %%BeginDocument: mugex75.ps
17855 %%BoundingBox: 128 585 520 763
17856 save
17857 331503037 331503247 sv
17858 1.000000 1.000000 scale
17859 %  S_SSV
17860 (/tmp/ugexiM5077) inputfile
17861 1 linenum
17862 %  S_SSV
17863 2 linenum
17864 %  S_FEED
17865 648.29 731.00 936.00 5 1.000000 1.000000 stf
17866 648.29 674.71 936.00 5 1.000000 1.000000 stf
17867 648.29 613.95 936.00 5 1.000000 1.000000 stf
17868 0.70 setlinewidth
17869 144.29 743.00 moveto
17870 144.29 601.95 lineto stroke
17871 %  S_CLEFSIG
17872 156.08 725.00 1.000000 gclef
17873 156.08 668.71 1.000000 gclef
17874 156.33 619.95 1.000000 fclef
17875 %  S_CHHEAD
17876 %  S_STAFF
17877 % staff 1
17878 save
17879 185.03 713.00 1.000000 4n
17880 178.79 713.00 moveto
17881 191.26 713.00 lineto stroke
17882 188.71 713.75 moveto
17883 188.71 734.00 lineto stroke
17884 209.50 716.00 1.000000 4n
17885 213.18 716.75 moveto
17886 213.18 737.00 lineto stroke
17887 233.98 719.00 1.000000 4n
17888 237.66 719.75 moveto
17889 237.66 740.00 lineto stroke
17890 259.29 722.00 1.000000 4n
17891 262.98 722.75 moveto
17892 262.98 743.00 lineto stroke
17893 185.03 704.72 moveto
17894 209.50 707.72 lineto stroke
17895 185.03 704.72 moveto
17896 209.50 701.72 lineto stroke
17897 233.98 709.72 moveto
17898 271.66 713.72 lineto stroke
17899 233.98 709.72 moveto
17900 271.66 705.71 lineto stroke
17901 restore
17902 %  S_STAFF
17903 % staff 2
17904 save
17905 185.03 656.71 1.000000 4n
17906 0.70 setlinewidth
17907 178.79 656.71 moveto
17908 191.26 656.71 lineto stroke
17909 188.71 657.46 moveto
17910 188.71 677.71 lineto stroke
17911 209.50 659.71 1.000000 4n
17912 213.18 660.46 moveto
17913 213.18 680.71 lineto stroke
17914 233.98 662.71 1.000000 4n
17915 237.66 663.46 moveto
17916 237.66 683.71 lineto stroke
17917 259.29 665.71 1.000000 4n
17918 262.98 666.46 moveto
17919 262.98 686.71 lineto stroke
17920 202.16 651.33 moveto
17921 399.00 646.33 lineto stroke
17922 202.16 641.34 moveto
17923 399.00 646.34 lineto stroke
17924 restore
17925 %  S_STAFF
17926 % staff 3
17927 save
17928 185.03 610.95 1.000000 2n
17929 0.70 setlinewidth
17930 188.92 611.70 moveto
17931 188.92 631.95 lineto stroke
17932 233.98 622.95 1.000000 2n
17933 230.08 622.20 moveto
17934 230.08 601.95 lineto stroke
17935 restore
17936 %  S_BAR
17937 9 linenum
17938 0.70 setlinewidth
17939 284.03 743.00 moveto
17940 284.03 719.00 lineto stroke
17941 284.03 686.71 moveto
17942 284.03 662.71 lineto stroke
17943 284.03 625.95 moveto
17944 284.03 601.95 lineto stroke
17945 %  S_CHHEAD
17946 %  S_STAFF
17947 % staff 1
17948 save
17949 295.18 716.00 1.000000 4n
17950 298.86 716.75 moveto
17951 298.86 737.00 lineto stroke
17952 319.62 719.00 1.000000 4n
17953 323.30 719.75 moveto
17954 323.30 740.00 lineto stroke
17955 347.96 725.00 1.000000 2n
17956 351.86 725.75 moveto
17957 351.86 746.00 lineto stroke
17958 restore
17959 %  S_STAFF
17960 % staff 2
17961 save
17962 295.18 659.71 1.000000 4n
17963 0.70 setlinewidth
17964 298.86 660.46 moveto
17965 298.86 680.71 lineto stroke
17966 319.62 662.71 1.000000 4n
17967 323.30 663.46 moveto
17968 323.30 683.71 lineto stroke
17969 347.96 668.71 1.000000 2n
17970 351.86 669.46 moveto
17971 351.86 689.71 lineto stroke
17972 319.62 695.72 moveto
17973 363.91 699.72 lineto stroke
17974 319.62 695.72 moveto
17975 363.91 691.71 lineto stroke
17976 restore
17977 %  S_STAFF
17978 % staff 3
17979 save
17980 295.18 613.95 1.000000 2n
17981 0.70 setlinewidth
17982 291.28 613.20 moveto
17983 291.28 592.95 lineto stroke
17984 347.96 625.95 1.000000 2n
17985 344.06 625.20 moveto
17986 344.06 604.95 lineto stroke
17987 319.62 635.33 moveto
17988 363.91 639.34 lineto stroke
17989 319.62 635.33 moveto
17990 363.91 631.33 lineto stroke
17991 restore
17992 %  S_BAR
17993 13 linenum
17994 0.70 setlinewidth
17995 387.85 743.00 moveto
17996 387.85 719.00 lineto stroke
17997 387.85 686.71 moveto
17998 387.85 662.71 lineto stroke
17999 387.85 625.95 moveto
18000 387.85 601.95 lineto stroke
18001 %  S_CHHEAD
18002 %  S_STAFF
18003 % staff 1
18004 save
18005 399.00 719.00 1.000000 4n
18006 402.68 719.75 moveto
18007 402.68 740.00 lineto stroke
18008 423.44 725.00 1.000000 4n
18009 427.12 725.75 moveto
18010 427.12 746.00 lineto stroke
18011 448.13 713.00 1.000000 2n
18012 441.68 713.00 moveto
18013 454.57 713.00 lineto stroke
18014 452.02 713.75 moveto
18015 452.02 734.00 lineto stroke
18016 restore
18017 %  S_STAFF
18018 % staff 2
18019 save
18020 399.00 662.71 1.000000 4n
18021 0.70 setlinewidth
18022 402.68 663.46 moveto
18023 402.68 683.71 lineto stroke
18024 423.44 668.71 1.000000 4n
18025 427.12 669.46 moveto
18026 427.12 689.71 lineto stroke
18027 448.13 656.71 1.000000 2n
18028 441.68 656.71 moveto
18029 454.57 656.71 lineto stroke
18030 452.02 657.46 moveto
18031 452.02 677.71 lineto stroke
18032 restore
18033 %  S_STAFF
18034 % staff 3
18035 save
18036 399.00 616.95 1.000000 2n
18037 408.48 616.95 1.000000 dot
18038 0.70 setlinewidth
18039 395.10 616.20 moveto
18040 395.10 595.95 lineto stroke
18041 473.26 610.95 1.000000 4n
18042 476.95 611.70 moveto
18043 476.95 631.95 lineto stroke
18044 restore
18045 %  S_BAR
18046 15 linenum
18047 0.70 setlinewidth
18048 498.50 743.00 moveto
18049 498.50 719.00 lineto stroke
18050 3.00 setlinewidth
18051 502.50 743.00 moveto
18052 502.50 719.00 lineto stroke
18053 0.70 setlinewidth
18054 498.50 686.71 moveto
18055 498.50 662.71 lineto stroke
18056 3.00 setlinewidth
18057 502.50 686.71 moveto
18058 502.50 662.71 lineto stroke
18059 0.70 setlinewidth
18060 498.50 625.95 moveto
18061 498.50 601.95 lineto stroke
18062 3.00 setlinewidth
18063 502.50 625.95 moveto
18064 502.50 601.95 lineto stroke
18065 0.70 setlinewidth
18066 %  Printing header/footer
18067 showpage
18068 restore
18069 %%DocumentFonts: 
18070 %%Pages: 2
18071 %%EndDocument
18072 end PEND/F0 10/Times-Roman@0 SF(The placement of crescendo and decresce\
18073 ndo marks can be controlled by setting the dyndist parameter)69.336
18074 435.6 Q(.)-.55 E 69.336 453.6 EBEGIN
18075 0 0.1 0.5 setrgbcolor
18076 EEND/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
18078 0 0 0 setrgbcolor
18079 EEND/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\
18094 e 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\
18098 hord indicates the horizontal center of the chord, so if you w)69.336
18099 543.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
18101 555.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
18105 Q(1: 2a;c;)105.336 645.6 Q(2: 2f;e;)105.336 657.6 Q(3: 4f;;c;;)105.336
18106 669.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)
18108 105.336 705.6 Q EP
18109 %%Page: 81 87
18110 %%BeginPageSetup
18111 BP
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
18114 EBEGIN
18115 gsave 0 0.25 0.75 setrgbcolor 0 183 rlineto 320 0 rlineto 0 183 neg rlineto closepath stroke grestore
18116 EEND 160 580 320 320 -183 183 126.836 279 PBEGIN
18117 %%BeginDocument: mugex76.ps
18118 %%BoundingBox: 160 580 480 763
18119 save
18120 1216322504 1216321786 sv
18121 1.000000 1.000000 scale
18122 %  S_SSV
18123 (/tmp/ugexiM5077) inputfile
18124 1 linenum
18125 %  S_FEED
18126 324.29 1230.85 468.00 5 1.000000 1.000000 stf
18127 324.29 1176.85 468.00 5 1.000000 1.000000 stf
18128 324.29 1122.85 468.00 5 1.000000 1.000000 stf
18129 0.70 setlinewidth
18130 180.29 738.85 moveto
18131 180.29 606.85 lineto stroke
18132 %  S_CLEFSIG
18133 192.08 720.85 1.000000 gclef
18134 192.08 666.85 1.000000 gclef
18135 192.08 612.85 1.000000 gclef
18136 %  S_CHHEAD
18137 %  S_STAFF
18138 % staff 1
18139 save
18140 225.44 717.85 1.000000 2n
18141 229.34 718.60 moveto
18142 229.34 738.85 lineto stroke
18143 280.71 720.85 1.000000 2n
18144 284.61 721.60 moveto
18145 284.61 741.85 lineto stroke
18146 1.00 setlinewidth
18147 [3 3] 0 setdash
18148 273.37 751.50 moveto
18149 352.07 751.50 lineto stroke
18150 352.07 751.50 moveto
18151 352.07 742.50 lineto stroke
18152 0.70 setlinewidth
18153 [] 0 setdash
18154 0 setlinecap
18155 0 setlinejoin
18156 /Times-Italic findfont
18157 12 scalefont
18158 setfont
18159 250.09 747.00 moveto
18160 (8va) show
18161 restore
18162 %  S_STAFF
18163 % staff 2
18164 save
18165 225.44 678.85 1.000000 2n
18166 0.70 setlinewidth
18167 221.54 678.10 moveto
18168 221.54 657.85 lineto stroke
18169 280.71 666.85 1.000000 2n
18170 284.61 667.60 moveto
18171 284.61 687.85 lineto stroke
18172 restore
18173 %  S_STAFF
18174 % staff 3
18175 save
18176 225.44 612.85 1.000000 2n
18177 0.70 setlinewidth
18178 229.34 613.60 moveto
18179 229.34 633.85 lineto stroke
18180 280.71 606.85 1.000000 2n
18181 280.71 600.85 1.000000 2n
18182 274.26 600.85 moveto
18183 287.16 600.85 lineto stroke
18184 284.61 601.60 moveto
18185 284.61 627.85 lineto stroke
18186 restore
18187 %  S_BAR
18188 8 linenum
18189 0.70 setlinewidth
18190 330.42 738.85 moveto
18191 330.42 714.85 lineto stroke
18192 330.42 684.85 moveto
18193 330.42 660.85 lineto stroke
18194 330.42 630.85 moveto
18195 330.42 606.85 lineto stroke
18196 %  S_CHHEAD
18197 %  S_STAFF
18198 % staff 1
18199 save
18200 342.70 723.85 1.000000 2n
18201 346.60 724.60 moveto
18202 346.60 744.85 lineto stroke
18203 405.19 708.85 1.000000 2n
18204 398.74 708.85 moveto
18205 411.64 708.85 lineto stroke
18206 409.09 709.60 moveto
18207 409.09 729.85 lineto stroke
18208 restore
18209 %  S_STAFF
18210 % staff 2
18211 save
18212 342.70 663.85 1.000000 2n
18213 0.70 setlinewidth
18214 346.60 664.60 moveto
18215 346.60 684.85 lineto stroke
18216 405.19 660.85 1.000000 2n
18217 409.09 661.60 moveto
18218 409.09 681.85 lineto stroke
18219 /Times-Italic findfont
18220 12 scalefont
18221 setfont
18222 339.71 650.46 moveto
18223 (8va) show
18224 restore
18225 %  S_STAFF
18226 % staff 3
18227 save
18228 342.70 609.85 1.000000 4n
18229 0.70 setlinewidth
18230 346.38 610.60 moveto
18231 346.38 630.85 lineto stroke
18232 373.94 609.85 1.000000 4n
18233 377.63 610.60 moveto
18234 377.63 630.85 lineto stroke
18235 405.19 600.85 1.000000 4n
18236 398.96 600.85 moveto
18237 411.42 600.85 lineto stroke
18238 408.87 601.60 moveto
18239 408.87 621.85 lineto stroke
18240 437.27 600.85 1.000000 4n
18241 431.04 600.85 moveto
18242 443.51 600.85 lineto stroke
18243 440.96 601.60 moveto
18244 440.96 621.85 lineto stroke
18245 1.00 setlinewidth
18246 [3 3] 0 setdash
18247 362.99 601.07 moveto
18248 389.57 601.07 lineto stroke
18249 389.57 601.07 moveto
18250 389.57 610.07 lineto stroke
18251 0.70 setlinewidth
18252 [] 0 setdash
18253 0 setlinecap
18254 0 setlinejoin
18255 /Times-Italic findfont
18256 12 scalefont
18257 setfont
18258 339.71 596.57 moveto
18259 (8va) show
18260 1.00 setlinewidth
18261 [3 3] 0 setdash
18262 420.15 592.00 moveto
18263 452.46 592.00 lineto stroke
18264 452.46 592.00 moveto
18265 452.46 601.00 lineto stroke
18266 0.70 setlinewidth
18267 [] 0 setdash
18268 0 setlinecap
18269 0 setlinejoin
18270 /Times-Italic findfont
18271 12 scalefont
18272 setfont
18273 402.20 587.50 moveto
18274 (15) show
18275 restore
18276 %  S_BAR
18277 14 linenum
18278 0.70 setlinewidth
18279 467.65 738.85 moveto
18280 467.65 714.85 lineto stroke
18281 467.65 684.85 moveto
18282 467.65 660.85 lineto stroke
18283 467.65 630.85 moveto
18284 467.65 606.85 lineto stroke
18285 %  Printing header/footer
18286 showpage
18287 restore
18288 %%DocumentFonts: /Times-Italic 
18289 %%Pages: 2
18290 %%EndDocument
18291 end PEND 69.336 299 EBEGIN
18292 0 0.1 0.5 setrgbcolor
18293 EEND/F0 14/Times-Bold@0 SF 3.5(9.8 Piano)72.836 299 R(pedal marks)3.5 E
18294 69.336 317 EBEGIN
18295 0 0 0 setrgbcolor
18296 EEND/F0 10/Times-Roman@0 SF 1.412(Piano pedal marks are some)73.248 317
18297 R 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
18303 341 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(\
18306 ill then indicate a "blip"\212lifting and then immediately depressing t\
18307 he)-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
18310 E(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*;)
18313 105.336 449 Q(bar)105.336 461 Q(1: g;d;e;f;g;;)105.336 485 Q(2: 1.gdb-;)
18314 105.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
18316 533 Q(bar)105.336 545 Q 127.836 554.6 EBEGIN
18317 gsave 0 0.25 0.75 setrgbcolor 0 113 rlineto 320 0 rlineto 0 113 neg rlineto closepath stroke grestore
18318 EEND 160 650 320 320 -113 113 126.836 667.6 PBEGIN
18319 %%BeginDocument: mugex77.ps
18320 %%BoundingBox: 160 650 480 763
18321 save
18322 1216322504 1216321786 sv
18323 1.000000 1.000000 scale
18324 %  S_SSV
18325 (/tmp/ugexiM5077) inputfile
18326 1 linenum
18327 %  S_SSV
18328 2 linenum
18329 %  S_FEED
18330 334.29 1235.00 468.00 5 1.000000 1.000000 stf
18331 334.29 1181.00 468.00 5 1.000000 1.000000 stf
18332 189.79 743.00 665.00 brace
18333 0.70 setlinewidth
18334 190.29 743.00 moveto
18335 190.29 665.00 lineto stroke
18336 %  S_CLEFSIG
18337 202.08 725.00 1.000000 gclef
18338 202.33 683.00 1.000000 fclef
18339 /NewCenturySchlbk-Bold findfont
18340 16 scalefont
18341 setfont
18342 214.38 731.00 moveto
18343 (6) show
18344 /NewCenturySchlbk-Bold findfont
18345 16 scalefont
18346 setfont
18347 214.38 718.98 moveto
18348 (4) show
18349 /NewCenturySchlbk-Bold findfont
18350 16 scalefont
18351 setfont
18352 214.38 677.00 moveto
18353 (6) show
18354 /NewCenturySchlbk-Bold findfont
18355 16 scalefont
18356 setfont
18357 214.38 664.98 moveto
18358 (4) show
18359 %  S_CHHEAD
18360 %  S_STAFF
18361 % staff 1
18362 save
18363 242.20 713.00 1.000000 4n
18364 235.97 713.00 moveto
18365 248.44 713.00 lineto stroke
18366 245.89 713.75 moveto
18367 245.89 734.00 lineto stroke
18368 260.62 716.00 1.000000 4n
18369 264.30 716.75 moveto
18370 264.30 737.00 lineto stroke
18371 279.00 719.00 1.000000 4n
18372 282.69 719.75 moveto
18373 282.69 740.00 lineto stroke
18374 301.21 725.00 1.000000 2n
18375 310.69 728.00 1.000000 dot
18376 305.11 725.75 moveto
18377 305.11 746.00 lineto stroke
18378 restore
18379 %  S_STAFF
18380 % staff 2
18381 save
18382 242.20 686.00 1.000000 1n
18383 252.66 686.00 1.000000 dot
18384 242.20 680.00 1.000000 1n
18385 252.66 680.00 1.000000 dot
18386 242.20 674.00 1.000000 1n
18387 252.66 674.00 1.000000 dot
18388 0.70 setlinewidth
18389 242.20 664.00 moveto
18390 242.20 657.02 lineto stroke
18391 242.20 657.02 moveto
18392 244.73 657.02 lineto stroke
18393 244.07 657.02 moveto
18394 277.11 657.02 lineto stroke
18395 276.44 657.02 moveto
18396 279.00 657.02 lineto stroke
18397 279.00 664.00 moveto
18398 279.00 657.02 lineto stroke
18399 restore
18400 %  S_BAR
18401 9 linenum
18402 0.70 setlinewidth
18403 343.92 743.00 moveto
18404 343.92 719.00 lineto stroke
18405 343.92 689.00 moveto
18406 343.92 665.00 lineto stroke
18407 %  S_CHHEAD
18408 %  S_STAFF
18409 % staff 1
18410 save
18411 355.03 725.00 1.000000 4n
18412 358.72 725.75 moveto
18413 358.72 746.00 lineto stroke
18414 373.45 716.00 1.000000 4n
18415 377.13 716.75 moveto
18416 377.13 737.00 lineto stroke
18417 391.87 719.00 1.000000 4n
18418 395.55 719.75 moveto
18419 395.55 740.00 lineto stroke
18420 410.29 722.00 1.000000 4n
18421 413.97 722.75 moveto
18422 413.97 743.00 lineto stroke
18423 428.71 725.00 1.000000 4n
18424 432.39 725.75 moveto
18425 432.39 746.00 lineto stroke
18426 447.96 725.00 1.000000 4n
18427 451.64 725.75 moveto
18428 451.64 746.00 lineto stroke
18429 restore
18430 %  S_STAFF
18431 % staff 2
18432 save
18433 355.03 686.00 1.000000 1n
18434 365.49 686.00 1.000000 dot
18435 355.03 677.00 1.000000 1n
18436 365.49 680.00 1.000000 dot
18437 355.03 671.00 1.000000 1n
18438 365.49 674.00 1.000000 dot
18439 0.70 setlinewidth
18440 373.45 664.00 moveto
18441 373.45 657.02 lineto stroke
18442 373.45 657.02 moveto
18443 375.98 657.02 lineto stroke
18444 375.31 657.02 moveto
18445 405.58 657.02 lineto stroke
18446 405.25 657.02 moveto
18447 410.29 664.00 lineto stroke
18448 410.29 664.00 moveto
18449 415.33 657.02 lineto stroke
18450 414.99 657.02 moveto
18451 446.06 657.02 lineto stroke
18452 445.40 657.02 moveto
18453 447.96 657.02 lineto stroke
18454 447.96 664.00 moveto
18455 447.96 657.02 lineto stroke
18456 restore
18457 %  S_BAR
18458 16 linenum
18459 0.70 setlinewidth
18460 467.65 743.00 moveto
18461 467.65 719.00 lineto stroke
18462 467.65 689.00 moveto
18463 467.65 665.00 lineto stroke
18464 %  Printing header/footer
18465 showpage
18466 restore
18467 %%DocumentFonts: /NewCenturySchlbk-Bold 
18468 %%Pages: 2
18469 %%EndDocument
18470 end PEND/F0 10/Times-Roman@0 SF(See also the "pedstyle" parameter)69.336
18471 687.6 Q(.)-.55 E 69.336 705.6 EBEGIN
18472 0 0.1 0.5 setrgbcolor
18473 EEND/F0 14/Times-Bold@0 SF 3.5(9.9 Rolls)72.836 705.6 R 69.336 723.6
18474 EBEGIN
18475 0 0 0 setrgbcolor
18476 EEND/F0 10/Times-Roman@0 SF(Rolls can be speci\214ed with the "roll" st\
18477 atement, which has a format:)71.836 723.6 Q EP
18478 %%Page: 82 88
18479 %%BeginPageSetup
18480 BP
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
18486 E/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
18488 R 2.645(f2v)-.25 G .145(oice 1.)-2.845 F .146(As usual, if the)5.145 F
18489 F2(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)
18492 69.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,)
18495 105.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
18497 gsave 0 0.25 0.75 setrgbcolor 0 66 rlineto 320 0 rlineto 0 66 neg rlineto closepath stroke grestore
18498 EEND 160 697 320 320 -66 66 126.836 343.6 PBEGIN
18499 %%BeginDocument: mugex78.ps
18500 %%BoundingBox: 160 697 480 763
18501 save
18502 1216322504 1216321786 sv
18503 1.000000 1.000000 scale
18504 %  S_SSV
18505 (/tmp/ugexiM5077) inputfile
18506 1 linenum
18507 %  S_FEED
18508 324.29 1235.00 468.00 5 1.000000 1.000000 stf
18509 %  S_CLEFSIG
18510 192.08 725.00 1.000000 gclef
18511 %  S_CHHEAD
18512 %  S_STAFF
18513 % staff 1
18514 save
18515 235.99 725.00 1.000000 4n
18516 235.99 719.00 1.000000 4n
18517 235.99 713.00 1.000000 4n
18518 0.70 setlinewidth
18519 229.75 713.00 moveto
18520 242.22 713.00 lineto stroke
18521 239.67 713.75 moveto
18522 239.67 746.00 lineto stroke
18523 224.95 728.28 moveto
18524 224.95 709.72 1.000000 wavy
18525 294.55 728.00 1.000000 4n
18526 294.55 722.00 1.000000 4n
18527 294.55 716.00 1.000000 4n
18528 298.23 716.75 moveto
18529 298.23 749.00 lineto stroke
18530 283.52 731.28 moveto
18531 283.52 712.72 1.000000 wavy
18532 355.11 731.00 1.000000 4n
18533 355.11 725.00 1.000000 4n
18534 355.11 719.00 1.000000 4n
18535 358.79 719.75 moveto
18536 358.79 752.00 lineto stroke
18537 344.08 734.28 moveto
18538 344.08 715.72 1.000000 wavy
18539 414.51 734.00 1.000000 4n
18540 414.51 728.00 1.000000 4n
18541 414.51 722.00 1.000000 4n
18542 418.19 722.75 moveto
18543 418.19 755.00 lineto stroke
18544 restore
18545 %  S_BAR
18546 8 linenum
18547 0.70 setlinewidth
18548 467.65 743.00 moveto
18549 467.65 719.00 lineto stroke
18550 %  Printing header/footer
18551 showpage
18552 restore
18553 %%DocumentFonts: 
18554 %%Pages: 2
18555 %%EndDocument
18556 end 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)
18558 69.336 375.6 S .067(oll can e)-2.567 F .067(xtend o)-.15 F -.15(ve)-.15
18559 G 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
18561 G(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
18566 SF(1: 4.r;8g+b+d++ tie;2;)105.336 405.6 Q(2-3: 4.ceg;8gbd+ tie;2;)
18567 105.336 417.6 Q(roll 1 1 to 3 1: 2.5;)105.336 429.6 Q(bar)105.336 441.6
18568 Q 127.836 451.2 EBEGIN
18569 gsave 0 0.25 0.75 setrgbcolor 0 190 rlineto 320 0 rlineto 0 190 neg rlineto closepath stroke grestore
18570 EEND 160 573 320 320 -190 190 126.836 641.2 PBEGIN
18571 %%BeginDocument: mugex79.ps
18572 %%BoundingBox: 160 573 480 763
18573 save
18574 1216322504 1216321786 sv
18575 1.000000 1.000000 scale
18576 %  S_SSV
18577 (/tmp/ugexiM5077) inputfile
18578 1 linenum
18579 %  S_SSV
18580 2 linenum
18581 %  S_FEED
18582 324.29 1222.50 468.00 5 1.000000 1.000000 stf
18583 324.29 1168.50 468.00 5 1.000000 1.000000 stf
18584 324.29 1109.00 468.00 5 1.000000 1.000000 stf
18585 0.70 setlinewidth
18586 180.29 730.50 moveto
18587 180.29 593.00 lineto stroke
18588 %  S_CLEFSIG
18589 192.08 712.50 1.000000 gclef
18590 192.08 658.50 1.000000 gclef
18591 192.33 611.00 1.000000 fclef
18592 %  S_CHHEAD
18593 %  S_STAFF
18594 % staff 1
18595 save
18596 228.68 718.50 1.000000 4rest
18597 236.98 721.50 1.000000 dot
18598 313.51 745.50 1.000000 4n
18599 307.28 742.50 moveto
18600 319.75 742.50 lineto stroke
18601 307.28 736.50 moveto
18602 319.75 736.50 lineto stroke
18603 313.51 739.50 1.000000 4n
18604 307.28 736.50 moveto
18605 319.75 736.50 lineto stroke
18606 313.51 733.50 1.000000 4n
18607 309.83 744.75 moveto
18608 309.83 712.50 lineto stroke
18609 312.86 712.50 1.000000 upflag
18610 302.48 748.77 moveto
18611 302.48 610.72 1.000000 wavy
18612 362.87 745.50 1.000000 2n
18613 356.42 742.50 moveto
18614 369.32 742.50 lineto stroke
18615 356.42 736.50 moveto
18616 369.32 736.50 lineto stroke
18617 362.87 739.50 1.000000 2n
18618 356.42 736.50 moveto
18619 369.32 736.50 lineto stroke
18620 362.87 733.50 1.000000 2n
18621 358.97 744.75 moveto
18622 358.97 712.50 lineto stroke
18623 313.51 728.40 moveto
18624 313.54 728.56 lineto
18625 320.44 726.80 327.45 725.92 334.57 725.92 curveto
18626 341.69 725.92 348.70 726.80 355.60 728.56 curveto
18627 355.65 728.23 lineto
18628 348.83 725.78 341.81 724.56 334.57 724.56 curveto
18629 327.33 724.56 320.30 725.78 313.49 728.23 curveto
18630 fill
18631 319.55 739.50 moveto
18632 319.52 739.68 lineto
18633 325.36 741.77 331.38 742.82 337.58 742.82 curveto
18634 343.79 742.82 349.81 741.77 355.65 739.68 curveto
18635 355.59 739.31 lineto
18636 349.69 740.83 343.68 741.59 337.58 741.59 curveto
18637 331.48 741.59 325.48 740.83 319.57 739.31 curveto
18638 fill
18639 315.51 750.60 moveto
18640 315.49 750.75 lineto
18641 322.83 753.40 330.39 754.72 338.19 754.72 curveto
18642 345.99 754.72 353.56 753.40 360.89 750.75 curveto
18643 360.85 750.44 lineto
18644 353.41 752.33 345.86 753.28 338.19 753.28 curveto
18645 330.52 753.28 322.97 752.33 315.54 750.44 curveto
18646 fill
18647 restore
18648 %  S_STAFF
18649 % staff 2
18650 save
18651 228.68 658.50 1.000000 4n
18652 237.94 661.50 1.000000 dot
18653 228.68 652.50 1.000000 4n
18654 237.94 655.50 1.000000 dot
18655 228.68 646.50 1.000000 4n
18656 237.94 649.50 1.000000 dot
18657 0.70 setlinewidth
18658 222.44 646.50 moveto
18659 234.91 646.50 lineto stroke
18660 232.36 647.25 moveto
18661 232.36 679.50 lineto stroke
18662 313.51 670.50 1.000000 4n
18663 313.51 664.50 1.000000 4n
18664 313.51 658.50 1.000000 4n
18665 309.83 669.75 moveto
18666 309.83 637.50 lineto stroke
18667 312.86 637.50 1.000000 upflag
18668 362.87 670.50 1.000000 2n
18669 362.87 664.50 1.000000 2n
18670 362.87 658.50 1.000000 2n
18671 358.97 669.75 moveto
18672 358.97 637.50 lineto stroke
18673 313.51 653.40 moveto
18674 313.54 653.56 lineto
18675 320.44 651.80 327.45 650.92 334.57 650.92 curveto
18676 341.69 650.92 348.70 651.80 355.60 653.56 curveto
18677 355.65 653.23 lineto
18678 348.83 650.78 341.81 649.56 334.57 649.56 curveto
18679 327.33 649.56 320.30 650.78 313.49 653.23 curveto
18680 fill
18681 319.55 664.50 moveto
18682 319.52 664.68 lineto
18683 325.36 666.77 331.38 667.82 337.58 667.82 curveto
18684 343.79 667.82 349.81 666.77 355.65 664.68 curveto
18685 355.59 664.31 lineto
18686 349.69 665.83 343.68 666.59 337.58 666.59 curveto
18687 331.48 666.59 325.48 665.83 319.57 664.31 curveto
18688 fill
18689 315.51 675.60 moveto
18690 315.49 675.75 lineto
18691 322.83 678.40 330.39 679.72 338.19 679.72 curveto
18692 345.99 679.72 353.56 678.40 360.89 675.75 curveto
18693 360.85 675.44 lineto
18694 353.41 677.33 345.86 678.28 338.19 678.28 curveto
18695 330.52 678.28 322.97 677.33 315.54 675.44 curveto
18696 fill
18697 restore
18698 %  S_STAFF
18699 % staff 3
18700 save
18701 228.68 614.00 1.000000 4n
18702 237.94 614.00 1.000000 dot
18703 228.68 608.00 1.000000 4n
18704 237.94 608.00 1.000000 dot
18705 228.68 602.00 1.000000 4n
18706 237.94 602.00 1.000000 dot
18707 0.70 setlinewidth
18708 224.99 613.25 moveto
18709 224.99 581.00 lineto stroke
18710 313.51 626.00 1.000000 4n
18711 307.28 623.00 moveto
18712 319.75 623.00 lineto stroke
18713 313.51 620.00 1.000000 4n
18714 313.51 614.00 1.000000 4n
18715 309.83 625.25 moveto
18716 309.83 593.00 lineto stroke
18717 312.86 593.00 1.000000 upflag
18718 362.87 626.00 1.000000 2n
18719 356.42 623.00 moveto
18720 369.32 623.00 lineto stroke
18721 362.87 620.00 1.000000 2n
18722 362.87 614.00 1.000000 2n
18723 358.97 625.25 moveto
18724 358.97 593.00 lineto stroke
18725 313.51 608.90 moveto
18726 313.54 609.06 lineto
18727 320.44 607.30 327.45 606.42 334.57 606.42 curveto
18728 341.69 606.42 348.70 607.30 355.60 609.06 curveto
18729 355.65 608.73 lineto
18730 348.83 606.28 341.81 605.05 334.57 605.05 curveto
18731 327.33 605.05 320.30 606.28 313.49 608.73 curveto
18732 fill
18733 319.55 620.00 moveto
18734 319.52 620.18 lineto
18735 325.36 622.27 331.38 623.32 337.58 623.32 curveto
18736 343.79 623.32 349.81 622.27 355.65 620.18 curveto
18737 355.59 619.81 lineto
18738 349.69 621.33 343.68 622.09 337.58 622.09 curveto
18739 331.48 622.09 325.48 621.33 319.57 619.81 curveto
18740 fill
18741 315.51 631.10 moveto
18742 315.49 631.25 lineto
18743 322.83 633.90 330.39 635.22 338.19 635.22 curveto
18744 345.99 635.22 353.56 633.90 360.89 631.25 curveto
18745 360.85 630.94 lineto
18746 353.41 632.83 345.86 633.77 338.19 633.77 curveto
18747 330.52 633.77 322.97 632.83 315.54 630.94 curveto
18748 fill
18749 restore
18750 %  S_BAR
18751 8 linenum
18752 0.70 setlinewidth
18753 467.65 730.50 moveto
18754 467.65 706.50 lineto stroke
18755 467.65 676.50 moveto
18756 467.65 652.50 lineto stroke
18757 467.65 617.00 moveto
18758 467.65 593.00 lineto stroke
18759 %  Printing header/footer
18760 showpage
18761 restore
18762 %%DocumentFonts: 
18763 %%Pages: 2
18764 %%EndDocument
18765 end 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
18771 685.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
18775 BP
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
18779 120 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
18782 180 Q(bar)105.336 192 Q 127.836 201.6 EBEGIN
18783 gsave 0 0.25 0.75 setrgbcolor 0 91 rlineto 320 0 rlineto 0 91 neg rlineto closepath stroke grestore
18784 EEND 160 672 320 320 -91 91 126.836 292.6 PBEGIN
18785 %%BeginDocument: mugex80.ps
18786 %%BoundingBox: 160 672 480 763
18787 save
18788 1216322504 1216321786 sv
18789 1.000000 1.000000 scale
18790 %  S_SSV
18791 (/tmp/ugexiM5077) inputfile
18792 2 linenum
18793 %  S_FEED
18794 324.29 1223.00 468.00 5 1.000000 1.000000 stf
18795 %  S_CLEFSIG
18796 192.08 713.00 1.000000 gclef
18797 %  S_CHHEAD
18798 %  S_STAFF
18799 % staff 1
18800 save
18801 224.49 734.00 1.000000 4n
18802 224.49 728.00 1.000000 4n
18803 224.49 722.00 1.000000 4n
18804 0.70 setlinewidth
18805 228.17 722.75 moveto
18806 228.17 755.00 lineto stroke
18807 288.05 734.00 1.000000 4n
18808 288.05 728.00 1.000000 4n
18809 288.05 722.00 1.000000 4n
18810 291.73 722.75 moveto
18811 291.73 755.00 lineto stroke
18812 277.02 737.28 moveto
18813 277.02 697.72 1.000000 wavy
18814 277.02 694.72 moveto
18815 273.02 702.72 lineto stroke
18816 277.02 694.72 moveto
18817 281.02 702.72 lineto stroke
18818 347.61 734.00 1.000000 4n
18819 347.61 728.00 1.000000 4n
18820 347.61 722.00 1.000000 4n
18821 351.29 722.75 moveto
18822 351.29 755.00 lineto stroke
18823 412.01 734.00 1.000000 4n
18824 412.01 728.00 1.000000 4n
18825 412.01 722.00 1.000000 4n
18826 415.69 722.75 moveto
18827 415.69 755.00 lineto stroke
18828 400.98 737.28 moveto
18829 400.98 697.72 1.000000 wavy
18830 400.98 694.72 moveto
18831 396.98 702.72 lineto stroke
18832 400.98 694.72 moveto
18833 404.98 702.72 lineto stroke
18834 224.49 713.00 1.000000 4n
18835 224.49 707.00 1.000000 4n
18836 224.49 701.00 1.000000 4n
18837 218.25 701.00 moveto
18838 230.72 701.00 lineto stroke
18839 220.80 712.25 moveto
18840 220.80 680.00 lineto stroke
18841 288.05 713.00 1.000000 4n
18842 288.05 707.00 1.000000 4n
18843 288.05 701.00 1.000000 4n
18844 281.82 701.00 moveto
18845 294.28 701.00 lineto stroke
18846 284.37 712.25 moveto
18847 284.37 680.00 lineto stroke
18848 347.61 713.00 1.000000 4n
18849 347.61 707.00 1.000000 4n
18850 347.61 701.00 1.000000 4n
18851 341.38 701.00 moveto
18852 353.84 701.00 lineto stroke
18853 343.93 712.25 moveto
18854 343.93 680.00 lineto stroke
18855 412.01 713.00 1.000000 4n
18856 412.01 707.00 1.000000 4n
18857 412.01 701.00 1.000000 4n
18858 405.78 701.00 moveto
18859 418.24 701.00 lineto stroke
18860 408.33 712.25 moveto
18861 408.33 680.00 lineto stroke
18862 restore
18863 %  S_BAR
18864 11 linenum
18865 0.70 setlinewidth
18866 467.65 731.00 moveto
18867 467.65 707.00 lineto stroke
18868 %  Printing header/footer
18869 showpage
18870 restore
18871 %%DocumentFonts: 
18872 %%Pages: 2
18873 %%EndDocument
18874 end 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
18882 BP
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
18885 EBEGIN
18886 0 0.1 0.5 setrgbcolor
18887 EEND/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
18889 0 0 0 setrgbcolor
18890 EEND 69.336 139 EBEGIN
18891 0 0.1 0.5 setrgbcolor
18892 EEND/F0 14/Times-Bold@0 SF 3.5(10.1 Location)72.836 139 R(tags)3.5 E
18893 69.336 157 EBEGIN
18894 0 0 0 setrgbcolor
18895 EEND/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.)
18899 69.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
18901 1.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
18906 2.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)
18911 69.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
18914 E(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
18919 1.607(alues describe the smallest rectangle that will completely enclos\
18920 e the object being)-.25 F 2.91(tagged. The)69.336 333 R .409(north refe\
18921 rs to the top of the object, the south to the bottom, the west to the l\
18922 eft edge, and the)2.91 F 1.432(east the right edge. The x and y v)69.336
18923 345 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
18926 G 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 \
18931 line of note heads that are on the "normal" side of the stem. \(Normall\
18932 y)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)
18934 69.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)
18950 69.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
18959 G .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
18962 1.03(hrough a windo)-3.53 F 2.33 -.65(w, o)-.25 H -6.029 3.53(fa p).65 H
18963 1.031(ortion of the page. Its precise meaning depends upon the)-3.53 F
18964 1.655(current conte)69.336 579 R 4.155(xt. In)-.15 F(header)4.155 E
18965 4.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)
18971 69.336 603 R .935(xcluding the mar)-.15 F .935(gins and the header)-.18
18972 F 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
18974 1.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 \
18978 refers to the current location on the page. This is a single point, suc\
18979 h 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)
18983 69.336 669 R 2.369(xplicitly sets the current location, that is, after \
18984 a 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
18986 R 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\
18995 y 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
18999 BP
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
19007 R .584(xample refers to the x,y coordinate of tag "g". The second item \
19008 refers 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\
19010 he west side of the object ha)69.336 170 R .764(ving the tag "_tag,")-.2
19011 F .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)
19018 69.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
19020 Q 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
19022 G .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
19028 Q 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
19034 E(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
19037 348 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
19039 F -.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
19041 G -.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
19043 E .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 \
19045 is 4/4 and tag "q" happens to be associated with a half note, this tag \
19046 reference w)69.336 416 R(ould)-.1 E .639(refer to a point halfw)69.336
19047 428 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
19049 F .077(note. If "q" had been associated with a whole note, the point w)
19050 69.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\
19057 ased 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
19059 494 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\
19065 f time to distance is done based only on the note, rest, or bar line as\
19066 sociated 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\
19068 nce between that note and the ne).15 F .027(xt w)-.15 F .027(as 0.5)-.1
19069 F .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
19073 3.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
19080 1.851(specifying the X portion of a coordinate using a time of)69.336
19081 608 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\
19083 mmediately to the left of the X location you are trying to specify)-2.5
19084 E(.)-.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
19088 R 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\
19091 ion. 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\))
19094 105.336 724 Q EP
19095 %%Page: 86 92
19096 %%BeginPageSetup
19097 BP
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
19101 1.757 -.15(ve t)-.15 H 1.457(he bottom of the page.).15 F -.35(Ti)6.457
19102 G 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)
19105 69.336 126 R .855(fsets of the same type, although this is rarely)-.25 F
19106 3.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
19110 168 S(.x + 0.5 + time 0.5, f.s + .2\))-6 E 69.336 194 EBEGIN
19111 0 0.1 0.5 setrgbcolor
19112 EEND/F0 14/Times-Bold@0 SF 3.5(10.2 Printing)72.836 194 R(commands)3.5 E
19113 69.336 212 EBEGIN
19114 0 0 0 setrgbcolor
19115 EEND/F0 10/Times-Roman@0 SF 2.311(There are se)74.147 212 R -.15(ve)-.25
19116 G 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
19121 E/F3 10/Courier@0 SF(")6 E F2(te)A(xt)-.2 E F3(")A F1(left)105.336 254 Q
19122 F2(location)6 E F3(")6 E F2(te)A(xt)-.2 E F3(")A F1(right)105.336 266 Q
19123 F2(location)6 E F3(")6 E F2(te)A(xt)-.2 E F3(")A F1(center)105.336 278 Q
19124 F2(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
19126 E F0 .936(is omitted, the "print" command will cause the)3.435 F F2(te)
19127 3.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
19132 1.614(ut left justi\214ed, right justi\214ed, or centered within the)-.2
19133 F(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
19145 2.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)
19148 5.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
19153 454 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\
19155 e 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\
19157 om 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 \
19159 is an absolute location, so the current horizontal position will be 25 \
19160 stepsizes from the left edge)-.05 F .904
19161 (of the page. Since right justi\214cation is indicated, the w)69.336 510
19162 R .903(ord "something" will be placed such that the right)-.1 F .473(ed\
19163 ge of the \214nal "g" will be 25 stepsizes from the left edge of the pa\
19164 ge. If "center" had been speci\214ed, the)69.336 522 R(middle of the w)
19165 69.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\
19170 r type of print command is "title." The full format of this command is:)
19171 69.336 632 Q F1(title)105.336 650 Q F2(fontfamily font size)6 E("te)5 E
19172 2.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
19179 G(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
19182 G(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.)
19190 3.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
19194 BP
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
19202 F -.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
19205 2.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.)
19217 105.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)
19220 6.582 F 1.881 -.15(ve a l)-.2 H(ong).15 E .748(section of te)69.336 278
19221 R .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
19231 1.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
19234 1.153(ll of)-3.653 F(those parameters can be o)69.336 326 Q -.15(ve)-.15
19235 G(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)
19242 105.336 380 Q
19243 (type was specified, and this is the very first paragraph, the default)
19244 105.336 392 Q(\(justified\) is used. A paragraph will wrap around)
19245 105.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
19247 Q(to force a blank line between it and the following paragraph.\\n")
19248 105.336 440 Q(ragged paragraph avantgarde ital \(15\) "This paragraph)
19249 105.336 464 Q
19250 (is ragged rather than flush right. It is in a different font and size.)
19251 105.336 476 Q
19252 (Ragged paragraphs are split onto multiple lines if necessary,)105.336
19253 488 Q(but they are not spread out to make lines go all the way to)
19254 105.336 500 Q(the right margin.")105.336 512 Q
19255 (justified paragraph \(14\) ")105.336 536 Q(Here is another paragraph.)
19256 30 E(This one is justified.)105.336 548 Q
19257 (Only the size was specified for this paragraph; the font was not,)
19258 105.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,)
19260 105.336 584 Q(to create an indented first line for the paragraph.")
19261 105.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.)
19264 105.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
19266 668 Q(or a biography of the composer.")105.336 680 Q EP
19267 %%Page: 88 94
19268 %%BeginPageSetup
19269 BP
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
19272 EBEGIN
19273 gsave 0 0.25 0.75 setrgbcolor 0 316 rlineto 352 0 rlineto 0 316 neg rlineto closepath stroke grestore
19274 EEND 128 447 352 352 -316 316 110.836 412 PBEGIN
19275 %%BeginDocument: mugex81.ps
19276 %%BoundingBox: 128 447 480 763
19277 save
19278 1216322504 1216321786 sv
19279 1.000000 1.000000 scale
19280 %  S_SSV
19281 (/tmp/ugexiM5077) inputfile
19282 2 linenum
19283 %  S_FEED
19284 4 linenum
19285 %  S_BLOCKHEAD
19286 4 linenum
19287 /Times-Roman findfont
19288 12 scalefont
19289 setfont
19290 144.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
19292 widthshow
19293 144.00 733.46 moveto
19294 (specified, and this is the very first paragraph, the default \(justified\)) 0.42 0.00 32 4 -1 roll
19295 widthshow
19296 144.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
19298 widthshow
19299 144.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
19301 widthshow
19302 144.00 695.02 moveto
19303 (blank line between it and the following paragraph.) show
19304 /Times-Roman findfont
19305 12 scalefont
19306 setfont
19307 144.00 682.20 moveto
19308 /AvantGarde-BookOblique findfont
19309 15 scalefont
19310 setfont
19311 144.00 665.64 moveto
19312 (This paragraph is ragged rather than flush) show
19313 144.00 649.08 moveto
19314 (right. It is in a different font and size. Ragged) show
19315 144.00 632.52 moveto
19316 (paragraphs are split onto multiple lines if) show
19317 144.00 615.96 moveto
19318 (necessary, but they are not spread out to) show
19319 144.00 599.40 moveto
19320 (make lines go all the way to the right) show
19321 144.00 582.84 moveto
19322 (margin.) show
19323 /Times-Roman findfont
19324 14 scalefont
19325 setfont
19326 144.00 567.89 moveto
19327 (     Here is another paragraph. This one is justified. Only) 0.70 0.00 32 4 -1 roll
19328 widthshow
19329 144.00 552.94 moveto
19330 (the size was specified for this paragraph; the font was) 2.67 0.00 32 4 -1 roll
19331 widthshow
19332 144.00 537.98 moveto
19333 (not, so the current default will be used. Some spaces are) 1.02 0.00 32 4 -1 roll
19334 widthshow
19335 144.00 523.03 moveto
19336 (included at the beginning of the paragraph text, to create) 0.92 0.00 32 4 -1 roll
19337 widthshow
19338 144.00 508.08 moveto
19339 (an indented first line for the paragraph.) show
19340 /Times-Roman findfont
19341 12 scalefont
19342 setfont
19343 144.00 495.26 moveto
19344 (Here is the final paragraph. Since no justification type was given,) 1.07 0.00 32 4 -1 roll
19345 widthshow
19346 144.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
19348 widthshow
19349 144.00 469.63 moveto
19350 (paragraph may be used for many things, such as describing how) 1.68 0.00 32 4 -1 roll
19351 widthshow
19352 144.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
19356 showpage
19357 restore
19358 %%DocumentFonts: /Times-Roman /AvantGarde-BookOblique 
19359 %%Pages: 2
19360 %%EndDocument
19361 end PEND/F0 10/Times-Roman@0 SF 1.37(Sometimes you may w)69.336 432 R
19362 1.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\
19365 ore "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
19371 R(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
19373 F 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)
19379 69.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)
19387 69.336 546 Q(xample of a block.)-.15 E EP
19388 %%Page: 89 95
19389 %%BeginPageSetup
19390 BP
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)
19396 105.336 132 Q(with mathematics but not with music to assume)105.336 144
19397 Q(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)
19403 105.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
19407 336 Q(bar)105.336 348 Q 111.836 357.6 EBEGIN
19408 gsave 0 0.25 0.75 setrgbcolor 0 271 rlineto 352 0 rlineto 0 271 neg rlineto closepath stroke grestore
19409 EEND 128 492 352 352 -271 271 110.836 628.6 PBEGIN
19410 %%BeginDocument: mugex82.ps
19411 %%BoundingBox: 128 492 480 763
19412 save
19413 1216322504 1216321786 sv
19414 1.000000 1.000000 scale
19415 %  S_SSV
19416 (/tmp/ugexiM5077) inputfile
19417 2 linenum
19418 %  S_FEED
19419 7 linenum
19420 %  S_BLOCKHEAD
19421 7 linenum
19422 /Helvetica-Bold findfont
19423 12 scalefont
19424 setfont
19425 186.70 745.85 moveto
19426 (Notation in Simple and Compound Meters) show
19427 /Helvetica findfont
19428 12 scalefont
19429 setfont
19430 306.00 732.53 moveto
19431 /Helvetica findfont
19432 12 scalefont
19433 setfont
19434 144.00 719.21 moveto
19435 (It is common for a person familiar with mathematics but not) 1.07 0.00 32 4 -1 roll
19436 widthshow
19437 144.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
19439 widthshow
19440 144.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
19442 widthshow
19443 144.00 679.25 moveto
19444 (simple triple meter\), a measure containing 3 quarter notes) 2.07 0.00 32 4 -1 roll
19445 widthshow
19446 144.00 665.93 moveto
19447 (would be notated like this:) show
19448 %  S_SSV
19449 17 linenum
19450 %  S_FEED
19451 291.00 1129.26 468.00 5 1.000000 1.000000 stf
19452 /Times-Roman findfont
19453 12 scalefont
19454 setfont
19455 144.00 625.26 moveto
19456 %  S_CLEFSIG
19457 158.79 619.26 1.000000 gclef
19458 /NewCenturySchlbk-Bold findfont
19459 16 scalefont
19460 setfont
19461 170.58 625.26 moveto
19462 (3) show
19463 /NewCenturySchlbk-Bold findfont
19464 16 scalefont
19465 setfont
19466 170.58 613.24 moveto
19467 (4) show
19468 %  S_CHHEAD
19469 %  S_STAFF
19470 % staff 1
19471 save
19472 208.26 607.26 1.000000 4n
19473 0.70 setlinewidth
19474 202.03 607.26 moveto
19475 214.50 607.26 lineto stroke
19476 211.95 608.01 moveto
19477 211.95 628.26 lineto stroke
19478 292.91 607.26 1.000000 4n
19479 286.68 607.26 moveto
19480 299.15 607.26 lineto stroke
19481 296.60 608.01 moveto
19482 296.60 628.26 lineto stroke
19483 378.40 607.26 1.000000 4n
19484 372.17 607.26 moveto
19485 384.64 607.26 lineto stroke
19486 382.09 608.01 moveto
19487 382.09 628.26 lineto stroke
19488 restore
19489 %  S_BAR
19490 21 linenum
19491 0.70 setlinewidth
19492 453.28 637.26 moveto
19493 453.28 613.26 lineto stroke
19494 %  S_CLEFSIG
19495 /NewCenturySchlbk-Bold findfont
19496 16 scalefont
19497 setfont
19498 456.78 625.26 moveto
19499 (6) show
19500 /NewCenturySchlbk-Bold findfont
19501 16 scalefont
19502 setfont
19503 456.78 613.05 moveto
19504 (8) show
19505 %  S_FEED
19506 21 linenum
19507 %  S_BLOCKHEAD
19508 21 linenum
19509 /Helvetica findfont
19510 12 scalefont
19511 setfont
19512 144.00 579.03 moveto
19513 (whereas in 6/8 time \(which is compound duple meter\), a) 2.95 0.00 32 4 -1 roll
19514 widthshow
19515 144.00 565.71 moveto
19516 (measure with 3 quarter notes should be notated thus:) show
19517 %  S_SSV
19518 25 linenum
19519 %  S_FEED
19520 288.00 1030.18 468.00 5 1.000000 1.000000 stf
19521 %  S_CLEFSIG
19522 155.79 520.18 1.000000 gclef
19523 /NewCenturySchlbk-Bold findfont
19524 16 scalefont
19525 setfont
19526 167.58 526.18 moveto
19527 (6) show
19528 /NewCenturySchlbk-Bold findfont
19529 16 scalefont
19530 setfont
19531 167.58 513.98 moveto
19532 (8) show
19533 %  S_CHHEAD
19534 %  S_STAFF
19535 % staff 1
19536 save
19537 205.52 508.18 1.000000 4n
19538 199.28 508.18 moveto
19539 211.75 508.18 lineto stroke
19540 209.20 508.93 moveto
19541 209.20 529.18 lineto stroke
19542 284.73 508.18 1.000000 4n
19543 278.50 508.18 moveto
19544 290.96 508.18 lineto stroke
19545 288.41 508.93 moveto
19546 288.41 529.18 lineto stroke
19547 291.44 529.18 1.000000 dnflag
19548 334.22 508.18 1.000000 4n
19549 327.99 508.18 moveto
19550 340.45 508.18 lineto stroke
19551 337.90 508.93 moveto
19552 337.90 529.18 lineto stroke
19553 340.93 529.18 1.000000 dnflag
19554 391.50 508.18 1.000000 4n
19555 385.27 508.18 moveto
19556 397.74 508.18 lineto stroke
19557 395.19 508.93 moveto
19558 395.19 529.18 lineto stroke
19559 286.73 503.08 moveto
19560 286.75 503.24 lineto
19561 294.21 501.34 301.78 500.40 309.48 500.40 curveto
19562 317.17 500.40 324.74 501.34 332.20 503.24 curveto
19563 332.24 502.93 lineto
19564 324.89 500.27 317.30 498.95 309.48 498.95 curveto
19565 301.65 498.95 294.06 500.27 286.71 502.93 curveto
19566 fill
19567 restore
19568 %  S_BAR
19569 29 linenum
19570 0.70 setlinewidth
19571 467.65 538.18 moveto
19572 467.65 514.18 lineto stroke
19573 %  Printing header/footer
19574 showpage
19575 restore
19576 %%DocumentFonts: /Times-Roman /Helvetica /Helvetica-Bold /NewCenturySchlbk-Bold 
19577 %%Pages: 2
19578 %%EndDocument
19579 end 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\
19584 h printing command, the current location is set to the right edge of th\
19585 e)2.716 F(last character printed horizontally and at the baseline of th\
19586 e current line v)69.336 672.6 Q(ertically)-.15 E(.)-.65 E 69.336 690.6
19587 EBEGIN
19588 0 0.1 0.5 setrgbcolor
19589 EEND/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
19591 0 0 0 setrgbcolor
19592 EEND/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.)
19599 69.336 732.6 Q(The syntax is)5 E EP
19600 %%Page: 90 96
19601 %%BeginPageSetup
19602 BP
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
19607 E F1(")A F0(As with the other print commands, if the location is omitte\
19608 d, 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)
19610 5.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
19614 G 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\
19626 sulated 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
19629 Q 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)
19634 189.336 340 Q(")189.336 352 Q 69.336 378 EBEGIN
19635 0 0.1 0.5 setrgbcolor
19636 EEND/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
19638 0 0 0 setrgbcolor
19639 EEND/F0 10/Times-Roman@0 SF(The "line" statement is used for dra)71.836
19640 396 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
19642 2.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)
19646 69.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\
19648 or 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
19650 3.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
19652 F .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
19658 G .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
19662 SF(score)105.336 530 Q(vscheme=2f)117.336 542 Q(staff2 clef=bass)117.336
19663 554 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
19665 6(21)105.336 614 S 6(:2)-6 G(.s;4g =_gg;)-6 E 6(22)105.336 626 S 6(:1)-6
19666 G(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
19672 BP
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
19675 EBEGIN
19676 gsave 0 0.25 0.75 setrgbcolor 0 123 rlineto 320 0 rlineto 0 123 neg rlineto closepath stroke grestore
19677 EEND 160 640 320 320 -123 123 126.836 219 PBEGIN
19678 %%BeginDocument: mugex83.ps
19679 %%BoundingBox: 160 640 480 763
19680 save
19681 1216322504 1216321786 sv
19682 1.000000 1.000000 scale
19683 %  S_SSV
19684 (/tmp/ugexiM5077) inputfile
19685 2 linenum
19686 %  S_SSV
19687 4 linenum
19688 %  S_FEED
19689 324.29 1235.00 468.00 5 1.000000 1.000000 stf
19690 324.29 1164.00 468.00 5 1.000000 1.000000 stf
19691 0.70 setlinewidth
19692 180.29 743.00 moveto
19693 180.29 648.00 lineto stroke
19694 %  S_CLEFSIG
19695 192.08 725.00 1.000000 gclef
19696 192.33 666.00 1.000000 fclef
19697 %  S_CHHEAD
19698 %  S_STAFF
19699 % staff 1
19700 save
19701 227.86 734.00 1.000000 4n
19702 231.54 734.75 moveto
19703 231.54 755.00 lineto stroke
19704 290.50 719.00 1.000000 4n
19705 294.18 719.75 moveto
19706 294.18 740.00 lineto stroke
19707 350.39 725.00 1.000000 4n
19708 354.07 725.75 moveto
19709 354.07 746.00 lineto stroke
19710 412.36 734.00 1.000000 4n
19711 408.68 733.25 moveto
19712 408.68 713.00 lineto stroke
19713 227.86 719.00 1.000000 4n
19714 224.18 718.25 moveto
19715 224.18 698.00 lineto stroke
19716 287.50 725.00 1.000000 4n
19717 283.81 724.25 moveto
19718 283.81 704.00 lineto stroke
19719 350.39 713.00 1.000000 4n
19720 344.15 713.00 moveto
19721 356.62 713.00 lineto stroke
19722 346.70 712.25 moveto
19723 346.70 692.00 lineto stroke
19724 restore
19725 %  S_STAFF
19726 % staff 2
19727 save
19728 412.36 669.00 1.000000 4n
19729 0.70 setlinewidth
19730 416.04 669.75 moveto
19731 416.04 690.00 lineto stroke
19732 227.86 663.00 1.000000 1n
19733 227.86 657.00 1.000000 1n
19734 restore
19735 %  S_LINE
19736 11 linenum
19737 0.70 setlinewidth
19738 237.89 734.00 moveto
19739 280.46 719.00 lineto stroke
19740 %  S_LINE
19741 12 linenum
19742 237.89 719.00 moveto
19743 277.46 725.00 lineto stroke
19744 %  S_LINE
19745 13 linenum
19746 1.00 setlinewidth
19747 [3 3] 0 setdash
19748 357.42 713.00 moveto
19749 405.33 669.00 lineto stroke
19750 0.70 setlinewidth
19751 [] 0 setdash
19752 0 setlinecap
19753 0 setlinejoin
19754 %  S_BAR
19755 15 linenum
19756 467.65 743.00 moveto
19757 467.65 719.00 lineto stroke
19758 467.65 672.00 moveto
19759 467.65 648.00 lineto stroke
19760 %  Printing header/footer
19761 showpage
19762 restore
19763 %%DocumentFonts: 
19764 %%Pages: 2
19765 %%EndDocument
19766 end PEND/F0 10/Times-Roman@0 SF(It is possible to print a te)69.336 239
19767 Q(xt string by the line by adding)-.15 E/F1 10/Times-Bold@0 SF(with)
19768 105.336 257 Q/F2 10/Times-Italic@0 SF(fontfamily font)2.5 E F1(\()2.5 E
19769 F2(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
19771 G -.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 \
19777 most 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
19781 127.836 364.6 EBEGIN
19782 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
19783 EEND 160 702 320 320 -61 61 126.836 425.6 PBEGIN
19784 %%BeginDocument: mugex84.ps
19785 %%BoundingBox: 160 702 480 763
19786 save
19787 1216322504 1216321786 sv
19788 1.000000 1.000000 scale
19789 %  S_SSV
19790 (/tmp/ugexiM5077) inputfile
19791 2 linenum
19792 %  S_FEED
19793 324.29 1235.00 468.00 5 1.000000 1.000000 stf
19794 %  S_CLEFSIG
19795 192.08 725.00 1.000000 gclef
19796 %  S_CHHEAD
19797 %  S_STAFF
19798 % staff 1
19799 save
19800 232.52 716.00 1.000000 2n
19801 0.70 setlinewidth
19802 236.42 716.75 moveto
19803 236.42 737.00 lineto stroke
19804 355.53 746.00 1.000000 2n
19805 351.64 745.25 moveto
19806 351.64 725.00 lineto stroke
19807 restore
19808 %  S_LINE
19809 6 linenum
19810 gsave
19811 241.27 716.00 translate
19812 15.9 rotate
19813 /Times-Italic findfont
19814 9 scalefont
19815 setfont
19816 45.48 5.70 moveto
19817 (gliss.) show
19818 grestore
19819 241.27 716.00 moveto
19820 346.79 746.00 1.000000 wavy
19821 %  S_BAR
19822 8 linenum
19823 0.70 setlinewidth
19824 467.65 743.00 moveto
19825 467.65 719.00 lineto stroke
19826 %  Printing header/footer
19827 showpage
19828 restore
19829 %%DocumentFonts: /Times-Italic 
19830 %%Pages: 2
19831 %%EndDocument
19832 end 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
19834 10/Times-Italic@0 SF(linetype)105.336 463.6 Q/F2 10/Times-Bold@0 SF(cur)
19835 6 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
19841 4.268(Ac)6.768 G(urv)-4.268 E 4.268(ew)-.15 G 1.768(ill be)-4.268 F(dra)
19842 69.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\) \\)
19849 105.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
19851 Q EP
19852 %%Page: 92 98
19853 %%BeginPageSetup
19854 BP
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
19857 EBEGIN
19858 gsave 0 0.25 0.75 setrgbcolor 0 108 rlineto 320 0 rlineto 0 108 neg rlineto closepath stroke grestore
19859 EEND 160 657 320 320 -108 108 126.836 204 PBEGIN
19860 %%BeginDocument: mugex85.ps
19861 %%BoundingBox: 160 657 480 765
19862 save
19863 1216322504 1216321786 sv
19864 1.000000 1.000000 scale
19865 %  S_SSV
19866 (/tmp/ugexiM5077) inputfile
19867 2 linenum
19868 %  S_SSV
19869 6 linenum
19870 %  S_FEED
19871 324.29 1235.00 468.00 5 1.000000 1.000000 stf
19872 324.29 1181.00 468.00 5 1.000000 1.000000 stf
19873 0.70 setlinewidth
19874 180.29 743.00 moveto
19875 180.29 665.00 lineto stroke
19876 %  S_CLEFSIG
19877 192.08 725.00 1.000000 gclef
19878 192.33 683.00 1.000000 fclef
19879 %  S_CHHEAD
19880 %  S_STAFF
19881 % staff 1
19882 save
19883 313.16 719.00 1.000000 4n
19884 316.84 719.75 moveto
19885 316.84 740.00 lineto stroke
19886 319.87 740.00 1.000000 dnflag
19887 343.88 725.00 1.000000 4n
19888 347.56 725.75 moveto
19889 347.56 746.00 lineto stroke
19890 350.59 746.00 1.000000 dnflag
19891 374.69 719.00 1.000000 4n
19892 378.37 719.75 moveto
19893 378.37 740.00 lineto stroke
19894 381.39 740.00 1.000000 dnflag
19895 restore
19896 %  S_STAFF
19897 % staff 2
19898 save
19899 221.01 674.00 1.000000 4n
19900 0.70 setlinewidth
19901 224.69 674.75 moveto
19902 224.69 695.00 lineto stroke
19903 227.71 695.00 1.000000 dnflag
19904 252.57 686.00 1.000000 4n
19905 248.89 685.25 moveto
19906 248.89 665.00 lineto stroke
19907 251.91 665.00 1.000000 upflag
19908 283.37 695.00 1.000000 4n
19909 277.14 695.00 moveto
19910 289.61 695.00 lineto stroke
19911 279.69 694.25 moveto
19912 279.69 674.00 lineto stroke
19913 282.72 674.00 1.000000 upflag
19914 406.16 695.00 1.000000 4n
19915 399.92 695.00 moveto
19916 412.39 695.00 lineto stroke
19917 402.47 694.25 moveto
19918 402.47 674.00 lineto stroke
19919 405.50 674.00 1.000000 upflag
19920 436.87 674.00 1.000000 4n
19921 440.55 674.75 moveto
19922 440.55 695.00 lineto stroke
19923 443.58 695.00 1.000000 dnflag
19924 restore
19925 %  S_CURVE
19926 11 linenum
19927 221.01 699.00 moveto
19928 220.92 699.12 lineto
19929 238.91 718.05 259.60 733.32 283.00 744.92 curveto
19930 292.48 749.63 302.73 751.74 313.02 753.74 curveto
19931 323.22 755.71 333.47 757.25 343.92 756.75 curveto
19932 354.56 756.24 364.93 754.39 374.95 750.70 curveto
19933 386.47 746.46 397.05 740.54 406.63 732.86 curveto
19934 418.60 723.27 428.71 712.01 436.98 699.10 curveto
19935 436.76 698.90 lineto
19936 428.05 711.39 417.69 722.33 405.68 731.70 curveto
19937 396.15 739.14 385.79 745.12 374.42 749.30 curveto
19938 364.55 752.93 354.32 754.75 343.84 755.25 curveto
19939 333.52 755.74 323.39 754.21 313.30 752.26 curveto
19940 303.18 750.31 293.12 748.18 283.75 743.63 curveto
19941 260.34 732.25 239.45 717.34 221.10 698.88 curveto
19942 fill
19943 %  S_BAR
19944 15 linenum
19945 0.70 setlinewidth
19946 467.65 743.00 moveto
19947 467.65 719.00 lineto stroke
19948 467.65 689.00 moveto
19949 467.65 665.00 lineto stroke
19950 %  Printing header/footer
19951 showpage
19952 restore
19953 %%DocumentFonts: 
19954 %%Pages: 2
19955 %%EndDocument
19956 end 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)
19960 69.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
19962 F .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
19967 F -.15(ve)-.15 G .399(perpendicular to the line for)69.336 260 R F1(n)
19968 2.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
19973 2.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\
19976 lculated from the 1/3 and 2/3 point of the line between the endpoints; \
19977 with three)-.2 F(points, at 1/4, 1/2, and 3/4, and so forth. Multiple b)
19978 69.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)
19981 105.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)
19983 105.336 374 Q(bar)105.336 386 Q(1: g =_g2; a; d+; c+ =_c2;)105.336 410 Q
19984 6(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
19986 103.836 443.6 EBEGIN
19987 gsave 0 0.25 0.75 setrgbcolor 0 63 rlineto 368 0 rlineto 0 63 neg rlineto closepath stroke grestore
19988 EEND 136 700 368 368 -63 63 102.836 506.6 PBEGIN
19989 %%BeginDocument: mugex86.ps
19990 %%BoundingBox: 136 700 504 763
19991 save
19992 1216322504 1216321786 sv
19993 1.000000 1.000000 scale
19994 %  S_SSV
19995 (/tmp/ugexiM5077) inputfile
19996 2 linenum
19997 %  S_FEED
19998 302.69 1235.00 489.60 5 1.000000 1.000000 stf
19999 %  S_CLEFSIG
20000 170.48 725.00 1.000000 gclef
20001 %  S_CHHEAD
20002 %  S_STAFF
20003 % staff 1
20004 save
20005 198.31 713.00 1.000000 4n
20006 0.70 setlinewidth
20007 192.08 713.00 moveto
20008 204.54 713.00 lineto stroke
20009 201.99 713.75 moveto
20010 201.99 734.00 lineto stroke
20011 220.43 722.00 1.000000 4n
20012 224.11 722.75 moveto
20013 224.11 743.00 lineto stroke
20014 242.54 722.00 1.000000 4n
20015 246.22 722.75 moveto
20016 246.22 743.00 lineto stroke
20017 265.50 716.00 1.000000 4n
20018 269.18 716.75 moveto
20019 269.18 737.00 lineto stroke
20020 restore
20021 %  S_CURVE
20022 6 linenum
20023 198.31 737.00 moveto
20024 198.26 737.14 lineto
20025 207.72 744.87 218.50 749.54 230.61 751.16 curveto
20026 242.72 752.79 254.35 751.11 265.52 746.15 curveto
20027 265.48 745.85 lineto
20028 254.24 749.99 242.68 751.27 230.81 749.68 curveto
20029 218.94 748.09 208.12 743.81 198.37 736.86 curveto
20030 fill
20031 %  S_BAR
20032 8 linenum
20033 0.70 setlinewidth
20034 288.26 743.00 moveto
20035 288.26 719.00 lineto stroke
20036 %  S_CHHEAD
20037 %  S_STAFF
20038 % staff 1
20039 save
20040 298.81 725.00 1.000000 4n
20041 302.49 725.75 moveto
20042 302.49 746.00 lineto stroke
20043 320.92 740.00 1.000000 4n
20044 317.24 739.25 moveto
20045 317.24 719.00 lineto stroke
20046 343.04 737.00 1.000000 4n
20047 339.35 736.25 moveto
20048 339.35 716.00 lineto stroke
20049 365.99 728.00 1.000000 4n
20050 369.67 728.75 moveto
20051 369.67 749.00 lineto stroke
20052 restore
20053 %  S_CURVE
20054 10 linenum
20055 1.00 setlinewidth
20056 [0.1 5] 0 setdash
20057 1 setlinecap
20058 1 setlinejoin
20059 298.81 719.00 moveto
20060 308.74 710.83 320.13 707.04 332.97 707.61 curveto
20061 345.82 708.19 356.82 712.98 365.99 722.00 curveto
20062 stroke
20063 0.70 setlinewidth
20064 [] 0 setdash
20065 0 setlinecap
20066 0 setlinejoin
20067 %  S_BAR
20068 12 linenum
20069 388.76 743.00 moveto
20070 388.76 719.00 lineto stroke
20071 %  S_CHHEAD
20072 %  S_STAFF
20073 % staff 1
20074 save
20075 399.30 725.00 1.000000 4n
20076 402.98 725.75 moveto
20077 402.98 746.00 lineto stroke
20078 421.41 728.00 1.000000 4n
20079 425.10 728.75 moveto
20080 425.10 749.00 lineto stroke
20081 443.53 737.00 1.000000 4n
20082 439.85 736.25 moveto
20083 439.85 716.00 lineto stroke
20084 466.48 734.00 1.000000 4n
20085 462.80 733.25 moveto
20086 462.80 713.00 lineto stroke
20087 restore
20088 %  S_CURVE
20089 14 linenum
20090 399.30 719.00 moveto
20091 399.30 719.07 lineto
20092 407.46 714.68 415.61 714.70 423.75 719.14 curveto
20093 433.91 724.68 429.14 739.91 440.35 744.77 curveto
20094 450.11 749.00 458.82 747.43 466.49 740.07 curveto
20095 466.47 739.93 lineto
20096 458.79 746.96 450.18 748.36 440.66 744.14 curveto
20097 429.57 739.22 434.36 724.02 424.11 718.54 curveto
20098 415.77 714.09 407.50 714.22 399.30 718.93 curveto
20099 fill
20100 %  S_BAR
20101 16 linenum
20102 0.70 setlinewidth
20103 489.25 743.00 moveto
20104 489.25 719.00 lineto stroke
20105 %  Printing header/footer
20106 showpage
20107 restore
20108 %%DocumentFonts: 
20109 %%Pages: 2
20110 %%EndDocument
20111 end PEND EP
20112 %%Page: 93 99
20113 %%BeginPageSetup
20114 BP
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
20117 EBEGIN
20118 0 0.1 0.5 setrgbcolor
20119 EEND/F0 15/Times-Bold@0 SF 3.75(11. MISCELLANEOUS)73.086 103 R(FEA)3.75
20120 E(TURES)-1.425 E 69.336 121 EBEGIN
20121 0 0 0 setrgbcolor
20122 EEND 69.336 139 EBEGIN
20123 0 0.1 0.5 setrgbcolor
20124 EEND/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
20126 0 0 0 setrgbcolor
20127 EEND/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
20130 2.919(ys)-.15 G .419(cores to put on each)-2.919 F .238(page. Y)69.336
20131 169 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")
20134 69.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
20136 211 Q(1: e;f;g;;)105.336 223 Q(bar)105.336 235 Q 12(newscore //)105.336
20137 247 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)
20144 3.061 F 1.137(\215oating point number of inches or centimeters \(depend\
20145 ing on the current setting of the units parameter)69.336 369 R(.\))-.55
20146 E(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
20152 F/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
20158 0 0.1 0.5 setrgbcolor
20159 EEND/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
20161 0 0 0 setrgbcolor
20162 EEND/F0 10/Times-Roman@0 SF .565(Mup pro)72.401 485 R .565(vides w)-.15
20163 F .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
20166 F .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)
20186 5.857 F .857(xts are optional.)-.15 F .857(The outer)5.857 F(conte)
20187 69.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)
20192 5.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
20196 665 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
20205 BP
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 \
20212 in the input, while top2 and bottom2 will then be used on all subsequen\
20213 t)-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
20220 G -.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
20224 2.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)
20233 69.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\
20237 o 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
20252 368 Q(title "\\\(copyright\) Copyright 2003 by Ann Author and Me")
20253 123.336 380 Q F0(Ag)69.336 400 Q(ain, in this simple e)-.05 E(xample, y\
20254 ou could use "header" and "footer" rather than "top" and "bottom.")-.15
20255 E(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
20258 3.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
20264 F 3.04(.W)-.55 G .54(hile it can)-3.04 F .031(be used in an)69.336 492 R
20265 2.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\
20269 l 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)
20274 105.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\
20277 ring 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
20279 614 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
20281 H .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
20297 BP
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
20301 Q(header2)105.336 120 Q(title "My Favorite Songs")123.336 132 Q(footer2)
20302 105.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
20309 F1(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
20311 3.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\
20326 s 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
20332 2.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\
20335 rst 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
20337 G 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\
20340 itle string, plus 1 point of padding that is added between lines printe\
20341 d\).)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
20346 1.28(ant to use "nl" for the)-.1 F/F2 10/Times-Italic@0 SF(location)3.78
20347 E F0 1.28(on those commands to)3.78 F .299(place things. If you don')
20348 69.336 454 R 2.799(ts)-.18 G .299(pecify a)-2.799 F F2(location)2.799 E
20349 F0 .299(for the \214rst of these commands in a header or footer)2.799 F
20350 2.799(,M)-.4 G .299(up will)-2.799 F 1.123(start at the left mar)69.336
20351 466 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
20355 4.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
20359 0 0.1 0.5 setrgbcolor
20360 EEND/F0 14/Times-Bold@0 SF 3.5(11.3 Macr)72.836 508 R(os)-.252 E 69.336
20361 526 EBEGIN
20362 0 0 0 setrgbcolor
20363 EEND 69.336 543 EBEGIN
20364 0 0.1 0.5 setrgbcolor
20365 EEND/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
20367 0 0 0 setrgbcolor
20368 EEND/F0 10/Times-Roman@0 SF .128(Macros can be de\214ned to a)71.964 555
20369 R -.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)
20371 69.336 567 Q(wing syntax:)-.25 E/F1 10/Times-Bold@0 SF(de\214ne)105.336
20372 585 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\
20375 s, with the \214rst character)2.677 F .714(being a letter)69.336 623 R
20376 5.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
20381 F2(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
20384 F0 2.5(,i)C 2.5(ta)-2.5 G(lso must be preceded by a backslash.)-2.5 E
20385 2.86(Am)69.336 665 S .36(acro is called by stating the)-2.86 F F2(macr)
20386 2.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
20388 E(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)
20392 69.336 689 R -.15(ve)-.25 G(n).15 E F2(macr)3.576 E(o_name)-.45 E F0
20393 1.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\
20397 ose you are printing an orchestral score, and the oboe part happens to \
20398 be 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
20403 BP
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
20408 3.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
20411 3.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)
20414 69.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
20416 G(:).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
20418 F0(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
20421 1.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
20425 R -.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)
20428 69.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
20430 3.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)
20432 69.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 \
20435 logic: it will read the input up to the "else" or "endif" only if the m\
20436 acro 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)
20438 69.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
20440 F1(// make last c an octave higher if macro "FRED" is defined)105.336
20441 416 Q(1: c;e;g;c ifdef FRED + endif;)105.336 428 Q(ifdef PIANO)105.336
20442 452 Q(staff 1 visible=n)129.336 464 Q(else)105.336 476 Q(ifdef VIOLIN)
20443 129.336 488 Q(staff 2 visible=n)153.336 500 Q(staff 3 visible=n)153.336
20444 512 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.)
20446 69.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
20448 591 EBEGIN
20449 0 0.1 0.5 setrgbcolor
20450 EEND/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
20452 0 0 0 setrgbcolor
20453 EEND/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 \
20461 between 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\
20463 eter 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
20465 F .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
20468 R 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)
20476 69.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
20482 BP
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
20497 214 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
20505 F -.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)
20509 69.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
20513 1.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\
20518 omma, 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
20523 E 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
20526 Q(DYN\(1,ff\))105.336 502 Q(DYN\(3.5,mp\))105.336 514 Q F0(Conceptually)
20527 69.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
20529 2.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
20532 H(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
20534 2.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
20536 F1(// 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
20538 630 Q(value passed is)24 E(\222X\222 would be)24 E(which would print as)
20539 24 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
20553 BP
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
20556 EBEGIN
20557 0 0.1 0.5 setrgbcolor
20558 EEND/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
20560 0 0 0 setrgbcolor
20561 EEND/F0 10/Times-Roman@0 SF .27
20562 (Mup also supports more general "if" clauses. If you happen to be f)
20563 72.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
20568 4.97 -.65(w. A)-.25 H 1.17(lso, some of the operations are really v).65
20569 F 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
20571 1.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
20577 E F0(As with the "ifdef," the "else" and second set of Mup statements i\
20578 s optional.)69.336 217 Q .164(One form of "if" is really just a v)69.336
20579 235 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
20583 Q F0 -1.1(Yo)69.336 323 S 2.5(um)1.1 G(ay put a set of parentheses arou\
20584 nd 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
20587 Q F0(could also be written as)69.336 405 Q F3(if ! defined\(TRIO\) then)
20588 117.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
20592 1.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
20597 E .379(de\214ned or not, and can also be based on more than one macro a\
20598 t 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\
20600 f 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
20606 Q 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)
20610 69.336 603 R .229(alues in arithmetic and comparisons.)-.25 F -.15(Fo)
20611 69.336 615 S 2.5(re).15 G(xample,)-2.65 E EP
20612 %%Page: 99 105
20613 %%BeginPageSetup
20614 BP
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)
20620 135.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)
20622 135.336 168 Q(endif)117.336 180 Q(if STAFFS + 1 == S - 1 then)117.336
20623 192 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
20631 296 R(than or equal)2.5 E 12.5(>= greater)69.336 308 R(than or equal)2.5
20632 E 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 \
20634 either 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
20637 2.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)
20642 69.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
20645 398 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
20647 3.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
20653 3.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.)
20662 69.336 482 Q .504(Before we introduce the remaining operators, it w)
20663 69.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\
20666 erations are done. Consider the follo)-5.675 F(wing)-.25 E -.15(ex)
20667 69.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
20674 2.757(igher "precedence" than).15 F 1.65(addition, meaning that multipl\
20675 ications should be done before additions.)69.336 586 R 1.65(In other w)
20676 6.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)
20681 69.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\
20684 mines whether operators of equal precedence are done left to right or r\
20685 ight 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
20687 1.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
20694 BP
20695 %%EndPageSetup
20696 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(00 -)-2.5 E/F1 10/Courier@0
20697 SF(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\
20699 hen 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\
20705 ate right to left, in the e)69.336 158 Q(xpression)-.15 E F1 6(!-\()
20706 117.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
20710 208 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 "\
20713 not 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
20717 F 3.32(,l)-.4 G .82(ess than, greater)-3.32 F .287(than, less than or e\
20718 qual, 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
20722 274 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
20726 25.4(operators operations)112.306 312 R(associati)179.94 E(vity)-.1 E
20727 463.366 316.5 107.306 316.5 DL 463.366 318.5 107.306 318.5 DL F1 6(\(\))
20728 112.306 328 S F0 186.33(grouping left)45 F(to right)2.5 E 463.366 332.5
20729 107.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
20731 346.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
20733 360.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
20735 384 Q F0(left shift, right shift)39 E(left to right)147.16 E 463.366
20736 388.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
20739 Q F0(equal, not equal)39 E(left to right)161.34 E 463.366 416.5 107.306
20740 416.5 DL F1(&)112.306 426 Q F0(bitwise AND)63 E(left to right)171.89 E
20741 463.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
20743 Q F0(bitwise OR)63 E(left to right)179.66 E 463.366 458.5 107.306 458.5
20744 DL F1(&&)112.306 468 Q F0(logical AND)57 E(left to right)173.56 E
20745 463.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
20747 496 S F0(interrog)45 E 170.83(ation right)-.05 F(to left)2.5 E 463.366
20748 500.5 107.306 500.5 DL 463.366 302.5 463.366 500.5 DL 107.306 302.5
20749 107.306 500.5 DL 398.746 302.5 398.746 500.5 DL 173.806 302.5 173.806
20750 500.5 DL 69.336 514 EBEGIN
20751 0 0.1 0.5 setrgbcolor
20752 EEND/F0 14/Times-Bold@0 SF 3.5(11.4 Include)72.836 514 R 69.336 532
20753 EBEGIN
20754 0 0 0 setrgbcolor
20755 EEND/F0 10/Times-Roman@0 SF(The "include" statement can be used to incl\
20756 ude the contents of one \214le inside another)71.836 532 Q(.)-.55 E/F1
20757 10/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
20763 582 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)
20765 4.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
20770 R 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
20774 F .368 -.15(ve a n)-.2 H .068(umber of "boilerplate" \214les that).15 F
20775 1.026(you w)69.336 648 R 1.026(ant to include in lots of songs. Y)-.1 F
20776 1.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
20780 69.336 678 EBEGIN
20781 0 0.1 0.5 setrgbcolor
20782 EEND/F0 14/Times-Bold@0 SF 3.5(11.5 Installing)72.836 678 R(other f)3.5
20783 E(onts)-.35 E 69.336 696 EBEGIN
20784 0 0 0 setrgbcolor
20785 EEND/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')
20790 5.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
20792 720 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
20799 BP
20800 %%EndPageSetup
20801 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(01 -)-2.5 E/F1 10/Courier@0
20802 SF(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\
20805 al 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\
20807 mat of the font description \214le, in)-3.599 F(case you wish to genera\
20808 te 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
20810 2.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
20814 BP
20815 %%EndPageSetup
20816 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(02 -)-2.5 E 69.336 103
20817 EBEGIN
20818 0 0.1 0.5 setrgbcolor
20819 EEND/F0 15/Times-Bold@0 SF 3.75(12. P)73.086 103 R(ARAMETERS)-1.11 E
20820 69.336 121 EBEGIN
20821 0 0 0 setrgbcolor
20822 EEND/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
20825 F .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
20839 G 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)
20842 69.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
20845 2.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
20847 2.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)
20849 69.336 223 R 1.237(xt initially has all parameters set to their def)-.15
20850 F 1.237(ault v)-.1 F 3.737(alues. There)-.25 F 1.237(are a fe)3.737 F
20851 3.737(wp)-.25 G 1.237(arameters, mostly)-3.737 F(related to font and te)
20852 69.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)
20854 69.336 253 S(rameters are set by the follo).15 E(wing syntax:)-.25 E/F1
20855 10/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\
20857 arameters can be set on a single line by separating them with a semicol\
20858 on. 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
20863 2.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
20866 R .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
20873 1.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)
20881 69.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 \
20895 ampersand 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\
20897 o marks \(from "<" and ">" statements\) as well as)-.15 F(te)138.476 577
20898 Q .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
20903 F .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
20905 2.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
20908 E F2 -.92(Va)69.336 625 S(lue).92 E F0(............... mussym, octa).36
20909 E -.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)
20913 69.336 649 Q F0(........... score, staf).56 E(f)-.25 E F2(Example)69.336
20914 661 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
20921 BP
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
20925 F1(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
20930 H 2.5(fi).15 G(ndi)-2.5 E(vidual)-.25 E(staf)138.476 132 Q(fs \(for tra\
20931 nsposing instruments\), and then use the addtranspose parameter if you \
20932 w)-.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
20936 156 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
20939 2.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
20941 E(-)-.2 E -.25(va)138.476 180 S 2.5(l\().25 G(e.g., there is no such th\
20942 ing as a perfect 6th\). It is an error to specify a transposition v)-2.5
20943 E(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
20950 E(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)
20958 138.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
20960 F0(............ 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
20964 Q 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)
20966 69.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)
20975 69.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
20978 F 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
20990 BP
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)
20996 3.3 G(lues must be gi).25 E -.15(ve)-.25 G(n, separated by a comma.).15
20997 E(Mup)5 E
20998 (calculates an appropriate slope for beams by applying a linear re)
20999 138.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
21001 Q(alue supplied for the beamslope parameter is)-.25 E 2.5(af)138.476 144
21002 S(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)
21007 138.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
21010 E -.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)
21012 138.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
21016 E(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
21023 S(lue).92 E F0(............... 0.0 to 1.0 for the f).36 E(actor)-.1 E
21024 2.5(,a)-.4 G(nd 0.0 to 45.0 for the maximum angle)-2.5 E F1(Default)
21025 69.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
21027 288 Q F0(......... beamslope=0.8,20)1.66 E EP
21028 %%Page: 105 111
21029 %%BeginPageSetup
21030 BP
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
21036 G 2.5(ss)-2.5 G(peci\214ed as a list of time v)-2.5 E(alues. An)-.25 E
21037 2.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)
21043 138.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
21046 2.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
21049 E 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
21055 2.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\
21060 thin 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)
21071 138.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\
21075 eaming)-.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
21078 Q 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
21083 336 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)
21088 138.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\
21095 n parentheses, to indicate sub-groupings of inner \(secondary\) beams w\
21096 ith-).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)
21102 69.336 444 Q F0(........ beamstyle = 4,4,4,4).27 E(beamstyle = 2.)
21103 138.476 456 Q(beamstyle=4+16, 4+16)138.476 468 Q(beamstyle = 2, 2 rs)
21104 138.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
21107 Q(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
21111 BP
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
21120 2.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
21125 E 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\
21128 th lyrics or pedal. The)138.476 156 Q(dyn cate)138.476 168 Q(gory appli\
21129 es to crescendo and decrescendo marks \(from "<" and ">" statements\) a\
21130 s 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
21135 E .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
21138 2.5(yw)-.15 G(ill be stack)-2.5 E(ed last, in their de-)-.1 E -.1(fa)
21139 138.476 216 S(ult order).1 E(.)-.55 E F1 -.92(Va)69.336 228 S(lue).92 E
21140 F0(............... 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
21142 240 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
21144 252 Q F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 264 Q
21145 F0(......... 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
21148 E 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)
21152 A 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)
21155 138.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
21157 2.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
21159 E 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\
21162 ith 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)
21164 138.476 396 Q(xt with the)-.15 E(dyn modi\214er)138.476 408 Q 5(.T)-.55
21165 G(he chord cate)-5 E(gory applies to te)-.15 E
21166 (xt with chord, analysis, or \214gbass modi\214ers. The)-.15 E(otherte)
21167 138.476 420 Q(xt cate)-.15 E
21168 (gory applies to rom, bold, ital, and boldital items that do not ha)-.15
21169 E .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
21181 2.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
21183 F0(..... 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\
21186 s, 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
21188 2.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)
21193 69.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)
21195 1.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
21197 E EP
21198 %%Page: 107 113
21199 %%BeginPageSetup
21200 BP
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\
21205 e 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
21209 E(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
21216 E 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
21222 G(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
21231 Q 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
21236 Q -.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
21239 E(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
21246 E 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
21257 E(et = 6-7)-.1 E(brack)138.476 504 Q(et = 17, 21-23)-.1 E(brack)138.476
21258 516 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)
21261 69.336 552 Q F0(........... brace, label, label2, staf).83 E(fs)-.25 E
21262 F1(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
21269 2.5(wk)-.25 G .3 -.15(ey s)-2.6 H(ignature. When set).15 E(to)138.476
21270 636 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
21272 F1 -.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
21276 F1(See also)69.336 696 Q F0(........... k).83 E -.15(ey)-.1 G EP
21277 %%Page: 108 114
21278 %%BeginPageSetup
21279 BP
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
21286 120 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\
21289 se 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
21291 2.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
21300 E 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)
21306 69.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
21308 300 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\
21312 ble8, 8treble, frenchviolin, soprano, mezzosoprano, alto, tenor).36 E
21313 2.5(,b)-.4 G(aritone or bass.)-2.5 E(The tre-)5 E(ble8 clef looks lik)
21314 138.476 336 Q 2.5(eat)-.1 G(reble clef with an 8 belo)-2.5 E 2.5(wi)-.25
21315 G(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\
21323 or 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)
21328 69.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\
21330 arameter 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
21332 456 Q F0(........... defoct, staf).83 E(\215ines)-.25 E F1(Name)69.336
21333 504 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 \
21335 parameter)A(.)-.55 E F1(Name)69.336 564 Q F0(.............. defoct)1.95
21336 E 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
21339 2.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
21343 600 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)
21346 138.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
21348 F0(............... 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)
21351 69.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
21357 660 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
21361 684 Q F1(Example)69.336 696 Q F0(......... defoct = 3)1.66 E EP
21362 %%Page: 109 115
21363 %%BeginPageSetup
21364 BP
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
21373 E(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
21377 2.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
21381 2.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
21383 2.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)
21388 5 E .3 -.15(ve d)-.25 H(etails on ho).15 E 2.5(wt)-.25 G 2.5(od)-2.5 G
21389 2.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
21395 252 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\
21398 ock 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
21404 E 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)
21406 69.336 432 Q F0(..... sets minimum distance from staf)A 2.5(ft)-.25 G
21407 2.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
21411 E(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
21419 2.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
21423 Q(gi)5 E -.15(ve)-.25 G 2.5(sd).15 G(etails on ho)-2.5 E 2.5(wt)-.25 G
21424 2.5(od)-2.5 G 2.5(ot)-2.5 G(his.)-2.5 E F1 -.92(Va)69.336 516 S(lue).92
21425 E 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
21427 G(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
21430 564 Q F0(........... chorddist, dist, scorepad, scoresep).83 E EP
21431 %%Page: 110 116
21432 %%BeginPageSetup
21433 BP
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
21437 F1(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
21448 156 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
21454 180 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
21459 F0(............ 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
21461 F1(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)
21467 2.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
21470 F1(Example)69.336 360 Q F0(......... \214rstpage = 12)1.66 E F1(Name)
21471 69.336 408 Q F0(.............. font)1.95 E F1(Description)69.336 420 Q
21472 F0(..... speci\214es which font to use for print, left, right, center)A
21473 2.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
21477 456 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
21479 E 2.5(,h)-.4 G(eader2, footer2, top, bottom, top2, bottom2, block)-2.5 E
21480 F1(Example)69.336 480 Q F0(......... font = boldital)1.66 E F1(See also)
21481 69.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
21492 Q 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
21499 BP
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
21505 2.5(,t)-.65 G(he top line of a grid represents the nut.)-2.5 E(Ho)
21506 138.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\
21510 ret 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\
21512 er 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 \
21519 grid 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)
21525 69.336 252 Q F0(........... gridsatend, gridscale, gridswhereused,).83 E
21526 F1(Name)69.336 300 Q F0(.............. gridsatend)1.95 E F1(Description)
21527 69.336 312 Q F0(..... speci\214es whether to print guitar grids at the \
21528 end 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
21532 F1(Example)69.336 372 Q F0(......... gridsatend = y)1.66 E F1(See also)
21533 69.336 384 Q F0(........... gridfret, gridscale, gridswhereused).83 E F1
21534 (Name)69.336 432 Q F0(.............. gridscale)1.95 E F1(Description)
21535 69.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
21537 2.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)
21550 1.95 E F1(Description)69.336 600 Q F0(..... speci\214es whether to prin\
21551 t 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
21555 624 S(lue).92 E F0(............... y or n).36 E F1(Default)69.336 636 Q
21556 F0(............ 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
21562 BP
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
21566 G 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)
21569 138.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
21572 E(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\
21581 tional; 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
21586 228 Q F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 240 Q
21587 F0(......... k)1.66 E .3 -.15(ey = 3)-.1 H(&).15 E -.1(ke)138.476 252 S
21588 2.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
21589 G(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.)
21598 138.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
21602 396 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
21607 F1(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)
21611 69.336 468 Q F0(........... brace, brack).83 E(et, label2)-.1 E F1(Name)
21612 69.336 516 Q F0(.............. label2)1.95 E F1(Description)69.336 528 Q
21613 F0(..... 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)
21616 138.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
21634 BP
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\
21642 s, 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
21644 2.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)
21650 1.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\
21663 d.)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)
21672 69.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
21677 Q 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
21682 Q 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)
21684 69.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
21686 E 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
21689 684 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
21696 BP
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
21706 H(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
21711 168 S(lue).92 E F0(............... y or n).36 E F1(Default)69.336 180 Q
21712 F0(............ n).28 E F1(Context)69.336 192 Q F0(........... score).56
21713 E F1(Example)69.336 204 Q F0(......... measnum = y)1.66 E F1(See also)
21714 69.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
21716 264 Q F0(.............. measnumfont)1.95 E F1(Description)69.336 276 Q
21717 F0(..... This speci\214es which font type to use for the automatic meas\
21718 ure 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
21722 F0(........... 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)
21726 1.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)
21735 69.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
21738 Q 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\
21740 s, 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
21742 S(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
21744 E 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
21749 BP
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\
21754 ich 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\
21756 he case with standard notation, the v)-.1 E(alue is a)-.25 E(string con\
21757 taining a single shape name \(e.g., "norm" for standard notation\).)
21758 138.476 132 Q(If you w)5 E(ant to use dif-)-.1 E(ferent shapes for dif)
21759 138.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
21761 Q(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
21765 2.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
21768 180 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
21772 2.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
21780 E F1(Default)69.336 240 Q F0(............ "norm").28 E F1(Context)69.336
21781 252 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 \
21783 common 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)
21786 138.476 300 Q(ferent shapes.)-.25 E
21787 (noteheads = "isostri semicirc diam righttri norm rect pie")138.476 312
21788 Q 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
21791 2.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
21794 F1(Example)69.336 420 Q F0(......... numbermrpt = n)1.66 E F1(Name)
21795 69.336 468 Q F0(.............. ontheline)1.95 E F1(Description)69.336
21796 480 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)
21804 2.7 G(tem, the rules)-2.5 E(are applied using the direction the stem w)
21805 138.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
21811 E 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
21814 588 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
21818 BP
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
21829 2.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
21833 E(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)
21837 69.336 180 S(lue).92 E F0
21838 (............... a number from 0.0 to 1.0 inclusi).36 E -.15(ve)-.25 G
21839 F1(Default)69.336 192 Q F0(............ 0.8).28 E F1(Context)69.336 204
21840 Q F0(........... score).56 E F1(Example)69.336 216 Q F0(......... pack)
21841 1.66 E -.15(ex)-.1 G 2.5(p=0).15 G(.95)-2.5 E F1(See also)69.336 228 Q
21842 F0(........... 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
21849 F0(............ 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
21851 F1(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)
21853 69.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)
21859 138.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
21866 E -.15(ve)-.15 G -.2(r-).15 G(lap, so most people will probably ne)
21867 138.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)
21877 69.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
21879 564 Q F0(........... pack).83 E -.15(ex)-.1 G(p, packf).15 E(act)-.1 E
21880 F1(Name)69.336 612 Q F0(.............. pageheight)1.95 E F1(Description)
21881 69.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
21884 G(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\
21890 up output will be rotated to print properly in land-)-2.5 E(scape mode.)
21891 138.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)
21893 69.336 696 Q F0(............ 11.0 inches).28 E F1(Context)69.336 708 Q
21894 F0(........... 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
21900 BP
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.)
21908 138.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
21915 F1(Default)69.336 168 Q F0(............ letter).28 E F1(Context)69.336
21916 180 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
21918 G 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)
21920 69.336 264 Q F0(.............. page)1.95 E(width)-.25 E F1(Description)
21921 69.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)
21925 138.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)
21928 5 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\
21930 dscape 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)
21933 69.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
21935 E(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
21943 E(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)
21947 138.476 480 Q .3 -.15(ve t)-.2 H(hose set as you normally).15 E -.1(wo)
21948 138.476 492 S 2.5(uld. The).1 F(-o command line option may be useful fo\
21949 r 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\
21951 rom 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
21953 Q 2.5(,a)-.4 G(nd -o2,3 to print the other side.)-2.5 E F1 -.92(Va)
21954 69.336 528 S(lue).92 E F0(............... 1 or 2).36 E F1(Default)69.336
21955 540 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\
21960 eci\214es whether to display piano pedal marks with lines or with the w)
21961 A(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
21965 E 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
21971 BP
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
21975 F1(Description)69.336 108 Q F0(..... If set to 'y' multirests are label\
21976 ed 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\
21986 eci\214es whether to enclose rehearsal marks inside box, inside a circl\
21987 e, 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)
21989 69.336 264 Q F0(............ box).28 E(ed)-.15 E F1(Context)69.336 276 Q
21990 F0(........... 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.)
21997 138.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
21999 2.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 \
22001 be. 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
22003 G 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)
22006 138.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
22012 468 Q F1(Example)69.336 480 Q F0(......... release = 40)1.66 E F1(Name)
22013 69.336 528 Q F0(.............. restcombine)1.95 E F1(Description)69.336
22014 540 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
22029 BP
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
22033 F1(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\
22036 here is an alternate notation style that uses rest symbols \(whole, dou\
22037 ble 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
22041 144 Q F1 -.92(Va)69.336 156 S(lue).92 E F0(............... y or n).36 E
22042 F1(Default)69.336 168 Q F0(............ n).28 E F1(Context)69.336 180 Q
22043 F0(........... 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
22047 F0(..... 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\
22050 s, 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
22052 2.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)
22058 1.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
22068 E 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
22070 468 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
22077 BP
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
22088 G(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
22102 204 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 \
22105 actually 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
22107 2.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)
22112 69.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)
22119 69.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)
22124 69.336 396 Q F0(.............. scoresep)1.95 E F1(Description)69.336 408
22125 Q 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)
22128 138.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
22137 2.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
22142 2.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\
22148 e scores are spread out, increasing the).25 E
22149 (white space between them, b)138.476 528 Q(ut not increasing an)-.2 E
22150 2.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
22164 E(then the scores are spread out some more, increasing the white space \
22165 between them, this time ig-)138.476 600 Q(noring the scorepad v)138.476
22166 612 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)
22168 138.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
22178 F0(............ 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)
22181 69.336 732 Q F0(........... scorepad, staf).83 E(fpad, staf)-.25 E(fsep)
22182 -.25 E EP
22183 %%Page: 121 127
22184 %%BeginPageSetup
22185 BP
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
22192 E(lists \(i.e., strings that are associated with a particular chord\).)
22193 138.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
22196 F0(........... 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)
22199 69.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
22202 2.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)
22214 138.476 288 Q -.15(ve)-.25 G 2.5(rt).15 G 2.5(ob)-2.5 G 2.5(et)-2.5 G
22215 2.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 "\
22219 n" 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)
22223 138.476 336 Q 2.5(,r)-.65 G(ather than specifying "n" you can specify "\
22224 drum" 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)
22228 138.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
22238 G(he bottom.)-2.5 E
22239 (Each item in the list has at least a string pitch, which is)5 E 2.5(al)
22240 138.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
22247 E(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
22252 2.5(tb).15 G(ecomes a "tabnote" staf)-2.5 E 2.5(fw)-.25 G(hich is a)-2.5
22253 E(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
22255 E 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)
22261 138.476 528 Q -.15(ey)-.1 G 2.5(,t)-.5 G
22262 (ranspose, addtranspose, clef, beamstyle, and defoct.)-2.5 E F1(Default)
22263 69.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)
22270 69.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
22274 BP
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
22281 E(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
22288 144 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)
22299 69.336 192 S(lue).92 E F0(............... a whole number between ne).36
22300 E -.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
22306 288 Q F0(.............. staf)1.95 E(fs)-.25 E F1(Description)69.336 300
22307 Q 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
22310 312 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
22320 E 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
22323 F0(......... 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)
22325 1.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)
22330 138.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
22338 528 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
22347 F0(............ 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
22353 BP
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
22359 H(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\
22361 s 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)
22367 69.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
22370 180 Q F0(........... score, staf).56 E(f)-.25 E F1(Example)69.336 192 Q
22371 F0(......... 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
22373 252 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
22384 336 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
22390 2.5(rb).15 G 2.5(ed)-2.5 G(one. It is speci\214ed in stepsizes.)-2.5 E
22391 F1 -.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
22393 F0(........... score, staf).56 E(f, v)-.25 E(oice)-.2 E F1(Example)
22394 69.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
22398 BP
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)
22407 138.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\
22415 t were a triplet {4;8;}3; This parameter adjusts the Mup MIDI out-)
22416 138.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)
22419 138.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 \
22430 swingunit long, and the second group is at least 1/4 of a swingunit)
22431 138.476 252 Q 2.5(long. In)138.476 264 R(both of these cases, the durat\
22432 ions 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
22434 F0(............... 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
22442 G(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
22445 348 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
22452 E -.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 \
22459 of an inch\) from the horizontal "middle" of the chord to place the lef\
22460 t)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
22463 2.5(ot).15 G(he right, so this v)-2.5 E(alue)-.25 E(is usually ne)
22464 138.476 504 Q -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G(.).15 E F1 -.92(Va)
22465 69.336 516 S(lue).92 E F0(............... -100 to 100).36 E F1(Default)
22466 69.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\
22472 n 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
22483 BP
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)
22490 138.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\
22493 ir 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
22503 E(The numerator of the time sig-)5 E(nature can be the sum of se)138.476
22504 192 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
22509 216 Q 2.5(o\()-.1 G(or more, although tw)-2.5 E 2.5(oi)-.1 G 2.5(st)-2.5
22510 G(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 \
22515 fourth 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
22521 276 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
22523 Q(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\
22525 st, and the performer has to remember that each subsequent mea-)138.476
22526 300 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
22530 E F1(Examples)69.336 360 Q F0(........ time = 6/8).27 E(time = cut)
22531 138.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)
22533 138.476 408 Q(// fractions added together)10 E(time = 4/4 3/4)138.476
22534 420 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)
22537 69.336 492 Q F0(.............. timeunit)1.95 E F1(Description)69.336 504
22538 Q 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
22546 Q 2.5(wt)-.25 G(ime signature.)-2.5 E F1 -.92(Va)69.336 552 S(lue).92 E
22547 F0(............... 1/4, 1/2, 1, 2, 4, 8, 16, 32, 64, 128, or 256 repres\
22548 enting quadruple whole, double whole, whole, half,).36 E(quarter)138.476
22549 564 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)
22552 138.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
22558 5(.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)
22561 69.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
22564 E(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)
22566 69.336 684 Q F0(........... swingunit, time).83 E EP
22567 %%Page: 126 132
22568 %%BeginPageSetup
22569 BP
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\
22577 s, 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)
22583 69.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)
22585 1.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
22591 G 2.5(,b).15 G(ut)-2.7 E(must be a v)138.476 276 Q(alid interv)-.25 E(a\
22592 l \(e.g., there is no such thing as a perfect 6th\). It is an error to \
22593 specify 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
22598 F1 -.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
22601 E(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)
22609 138.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\
22615 e 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
22619 408 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)
22625 69.336 444 Q F0(........... score, staf).56 E(f)-.25 E F1(Examples)
22626 69.336 456 Q F0(........ transpose = up minor 3).27 E(transpose = do)
22627 138.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
22640 BP
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
22656 2.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
22660 2.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
22662 F2(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
22664 2.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
22673 E(\(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)
22676 138.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
22687 2.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)
22699 138.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.)
22701 138.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
22709 F1(See also)69.336 456 Q F0(........... vscheme).83 E F1(Name)69.336 504
22710 Q 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\
22715 used. 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\
22717 n 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
22721 E(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
22725 2.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)
22729 138.476 600 Q(oice or with the staf)-.2 E 2.5(fa)-.25 G 2.5(sa)-2.5 G
22730 2.5(whole. When)138.476 612 R
22731 (MIDI output is generated, this parameter controls whether the staf)2.5
22732 E 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
22737 2.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
22740 684 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
22744 BP
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)
22751 138.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
22755 E(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\
22765 rections 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
22770 2.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)
22792 1.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
22799 G(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)
22802 69.336 480 Q F0(......... w)1.66 E(arn = n)-.1 E EP
22803 %%Page: 129 135
22804 %%BeginPageSetup
22805 BP
22806 %%EndPageSetup
22807 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(29 -)-2.5 E 69.336 103
22808 EBEGIN
22809 0 0.1 0.5 setrgbcolor
22810 EEND/F0 15/Times-Bold@0 SF 3.75(13. HINTS)73.086 103 R 69.336 121 EBEGIN
22811 0 0 0 setrgbcolor
22812 EEND/F0 10/Times-Roman@0 SF 1.549(This section contains hints on ho)
22813 73.385 121 R 4.049(wy)-.25 G 1.549(ou can use Mup to accomplish v)-4.049
22814 F 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
22817 1.358(ntroduce an)-3.858 F 3.858(yn)-.15 G 1.858 -.25(ew l)-3.858 H
22818 1.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
22822 0 0.1 0.5 setrgbcolor
22823 EEND/F0 14/Times-Bold@0 SF 3.5(13.1 Deb)72.836 163 R(ugging)-.28 E
22824 69.336 181 EBEGIN
22825 0 0 0 setrgbcolor
22826 EEND/F0 10/Times-Roman@0 SF 1.823(Since Mup requires its input in a f)
22827 73.659 181 R 1.823
22828 (airly strict format, when a song is put in, it may contain "typos.")-.1
22829 F(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
22832 1.111 -.4(r, s).15 H(ometimes).4 E .878(Mup is not able to recognize th\
22833 at 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
22837 4.263(,t)-.4 G 1.763(ry looking at the end of the)-4.263 F(pre)69.336
22838 229 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 \
22840 and)-4.587 F .936(missing quotes. Missing quote marks tend to be especi\
22841 ally 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
22843 G .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
22848 E 1.793 -.15(ve a)-.25 H 3.993(ts).15 G 1.493(potting things lik)-3.993
22849 F 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
22851 69.336 313 EBEGIN
22852 0 0.1 0.5 setrgbcolor
22853 EEND/F0 14/Times-Bold@0 SF 3.5(13.2 Adjusting)72.836 313 R(Output)3.5 E
22854 69.336 331 EBEGIN
22855 0 0 0 setrgbcolor
22856 EEND/F0 10/Times-Roman@0 SF .42
22857 (Mup does its best to lay out the music in an aesthetically pleasing w)
22858 72.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
22868 367 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
22871 G(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
22876 1.284(If you w)69.336 427 R 1.285(ant to get a little more or less on e\
22877 ach 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
22879 F -.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
22883 E 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
22886 463 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\
22891 ful as well. Other parameters which might be useful in some situations \
22892 are:)-.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
22895 517 R 1.197(ant items to line up v)-.1 F(ertically)-.15 E 3.697(.T)-.65
22896 G 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
22904 EBEGIN
22905 0 0.1 0.5 setrgbcolor
22906 EEND/F0 14/Times-Bold@0 SF 3.5(13.3 Special)72.836 589 R(uses of in)3.5
22907 E(visbar)-.56 E 69.336 607 EBEGIN
22908 0 0 0 setrgbcolor
22909 EEND/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 \
22911 normally 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)
22913 5.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
22918 BP
22919 %%EndPageSetup
22920 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(30 -)-2.5 E/F1 10/Courier@0
22921 SF(// 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)
22923 105.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;)
22930 105.336 264 Q(bar)105.336 276 Q 127.836 285.6 EBEGIN
22931 gsave 0 0.25 0.75 setrgbcolor 0 69 rlineto 320 0 rlineto 0 69 neg rlineto closepath stroke grestore
22932 EEND 160 693 320 320 -69 69 126.836 354.6 PBEGIN
22933 %%BeginDocument: mugex87.ps
22934 %%BoundingBox: 160 693 480 762
22935 save
22936 1216322504 1216321786 sv
22937 1.000000 1.000000 scale
22938 %  S_SSV
22939 (/tmp/ugexiM5077) inputfile
22940 1 linenum
22941 %  S_FEED
22942 324.29 1225.78 468.00 5 1.000000 1.000000 stf
22943 %  S_CLEFSIG
22944 192.08 715.78 1.000000 gclef
22945 %  S_CHHEAD
22946 %  S_STAFF
22947 % staff 1
22948 save
22949 226.28 703.78 1.000000 4n
22950 0.70 setlinewidth
22951 220.05 703.78 moveto
22952 232.51 703.78 lineto stroke
22953 229.96 704.53 moveto
22954 229.96 724.78 lineto stroke
22955 287.42 706.78 1.000000 4n
22956 291.10 707.53 moveto
22957 291.10 727.78 lineto stroke
22958 restore
22959 %  S_BAR
22960 13 linenum
22961 0.70 setlinewidth
22962 /Times-Bold findfont
22963 12 scalefont
22964 setfont
22965 newpath
22966 332.19 742.78 moveto
22967 332.19 754.00 lineto
22968 345.33 754.00 lineto
22969 345.33 742.78 lineto
22970 closepath
22971 stroke
22972 334.19 744.28 moveto
22973 (A) show
22974 %  S_CHHEAD
22975 %  S_STAFF
22976 % staff 1
22977 save
22978 351.92 709.78 1.000000 4n
22979 355.60 710.53 moveto
22980 355.60 730.78 lineto stroke
22981 413.06 703.78 1.000000 4n
22982 406.83 703.78 moveto
22983 419.29 703.78 lineto stroke
22984 416.74 704.53 moveto
22985 416.74 724.78 lineto stroke
22986 restore
22987 %  S_BAR
22988 19 linenum
22989 0.70 setlinewidth
22990 467.65 733.78 moveto
22991 467.65 709.78 lineto stroke
22992 %  Printing header/footer
22993 showpage
22994 restore
22995 %%DocumentFonts: /Times-Bold 
22996 %%Pages: 2
22997 %%EndDocument
22998 end 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\
23005 y 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
23007 416.6 Q(music)105.336 428.6 Q(1: g;f;e;d;)105.336 440.6 Q(repeatstart)
23008 105.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
23010 512.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)
23014 105.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.")
23016 105.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
23019 BP
23020 %%EndPageSetup
23021 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(31 -)-2.5 E 111.836 96
23022 EBEGIN
23023 gsave 0 0.25 0.75 setrgbcolor 0 145 rlineto 352 0 rlineto 0 145 neg rlineto closepath stroke grestore
23024 EEND 128 618 352 352 -145 145 110.836 241 PBEGIN
23025 %%BeginDocument: mugex88.ps
23026 %%BoundingBox: 128 618 480 763
23027 save
23028 1216322504 1216321786 sv
23029 1.000000 1.000000 scale
23030 %  S_SSV
23031 (/tmp/ugexiM5077) inputfile
23032 1 linenum
23033 %  S_FEED
23034 324.29 1235.00 468.00 5 1.000000 1.000000 stf
23035 %  S_CLEFSIG
23036 192.08 725.00 1.000000 gclef
23037 205.62 731.00 1.000000 flat
23038 211.10 740.00 1.000000 flat
23039 216.59 728.00 1.000000 flat
23040 %  S_CHHEAD
23041 %  S_STAFF
23042 % staff 1
23043 save
23044 238.42 725.00 1.000000 4n
23045 0.70 setlinewidth
23046 242.10 725.75 moveto
23047 242.10 746.00 lineto stroke
23048 260.81 722.00 1.000000 4n
23049 264.49 722.75 moveto
23050 264.49 743.00 lineto stroke
23051 283.19 719.00 1.000000 4n
23052 286.87 719.75 moveto
23053 286.87 740.00 lineto stroke
23054 306.42 716.00 1.000000 4n
23055 310.10 716.75 moveto
23056 310.10 737.00 lineto stroke
23057 restore
23058 %  S_BAR
23059 6 linenum
23060 337.91 734.00 1.000000 dot
23061 337.91 728.00 1.000000 dot
23062 0.70 setlinewidth
23063 334.91 743.00 moveto
23064 334.91 719.00 lineto stroke
23065 3.00 setlinewidth
23066 330.91 743.00 moveto
23067 330.91 719.00 lineto stroke
23068 0.70 setlinewidth
23069 %  S_CHHEAD
23070 %  S_STAFF
23071 % staff 1
23072 save
23073 348.99 713.00 1.000000 4n
23074 342.76 713.00 moveto
23075 355.23 713.00 lineto stroke
23076 352.68 713.75 moveto
23077 352.68 734.00 lineto stroke
23078 371.38 719.00 1.000000 4n
23079 375.06 719.75 moveto
23080 375.06 740.00 lineto stroke
23081 393.76 722.00 1.000000 4n
23082 397.45 722.75 moveto
23083 397.45 743.00 lineto stroke
23084 416.99 725.00 1.000000 4n
23085 420.67 725.75 moveto
23086 420.67 746.00 lineto stroke
23087 restore
23088 %  S_BAR
23089 8 linenum
23090 0.70 setlinewidth
23091 438.98 743.00 moveto
23092 438.98 719.00 lineto stroke
23093 441.98 743.00 moveto
23094 441.98 719.00 lineto stroke
23095 %  S_SSV
23096 9 linenum
23097 %  S_CLEFSIG
23098 447.90 731.00 1.000000 nat
23099 453.74 740.00 1.000000 nat
23100 459.58 728.00 1.000000 nat
23101 %  S_FEED
23102 288.00 1151.00 468.00 5 1.000000 1.000000 stf
23103 264.93 661.00 moveto
23104 264.93 672.00 lineto stroke
23105 /Times-Roman findfont
23106 12 scalefont
23107 setfont
23108 267.93 662.00 moveto
23109 (1.) show
23110 264.93 672.00 moveto
23111 370.69 672.00 lineto stroke
23112 370.69 672.00 moveto
23113 370.69 661.00 lineto stroke
23114 374.69 661.00 moveto
23115 374.69 672.00 lineto stroke
23116 /Times-Roman findfont
23117 12 scalefont
23118 setfont
23119 377.69 662.00 moveto
23120 (2.) show
23121 374.69 672.00 moveto
23122 462.50 672.00 lineto stroke
23123 462.50 672.00 moveto
23124 462.50 661.00 lineto stroke
23125 %  S_CLEFSIG
23126 155.79 641.00 1.000000 gclef
23127 %  S_CHHEAD
23128 %  S_STAFF
23129 % staff 1
23130 save
23131 183.18 641.00 1.000000 4n
23132 186.86 641.75 moveto
23133 186.86 662.00 lineto stroke
23134 202.63 638.00 1.000000 4n
23135 206.32 638.75 moveto
23136 206.32 659.00 lineto stroke
23137 222.09 635.00 1.000000 4n
23138 225.77 635.75 moveto
23139 225.77 656.00 lineto stroke
23140 242.38 632.00 1.000000 4n
23141 246.06 632.75 moveto
23142 246.06 653.00 lineto stroke
23143 restore
23144 %  S_BAR
23145 12 linenum
23146 0.70 setlinewidth
23147 262.93 659.00 moveto
23148 262.93 635.00 lineto stroke
23149 %  S_CHHEAD
23150 %  S_STAFF
23151 % staff 1
23152 save
23153 273.02 638.00 1.000000 4n
23154 276.70 638.75 moveto
23155 276.70 659.00 lineto stroke
23156 292.44 635.00 1.000000 4n
23157 296.12 635.75 moveto
23158 296.12 656.00 lineto stroke
23159 315.13 629.00 1.000000 2n
23160 308.68 629.00 moveto
23161 321.58 629.00 lineto stroke
23162 319.03 629.75 moveto
23163 319.03 650.00 lineto stroke
23164 restore
23165 %  S_BAR
23166 18 linenum
23167 0.70 setlinewidth
23168 %  S_SSV
23169 19 linenum
23170 %  S_CLEFSIG
23171 345.97 647.00 1.000000 flat
23172 351.46 656.00 1.000000 flat
23173 356.95 644.00 1.000000 flat
23174 %  S_CHHEAD
23175 %  S_STAFF
23176 % staff 1
23177 save
23178 restore
23179 %  S_BAR
23180 22 linenum
23181 368.69 650.00 1.000000 dot
23182 368.69 644.00 1.000000 dot
23183 0.70 setlinewidth
23184 372.69 659.00 moveto
23185 372.69 635.00 lineto stroke
23186 3.00 setlinewidth
23187 376.69 659.00 moveto
23188 376.69 635.00 lineto stroke
23189 0.70 setlinewidth
23190 %  S_CHHEAD
23191 %  S_STAFF
23192 % staff 1
23193 save
23194 387.29 635.00 1.000000 4n
23195 390.97 635.75 moveto
23196 390.97 656.00 lineto stroke
23197 406.71 632.00 1.000000 4n
23198 410.39 632.75 moveto
23199 410.39 653.00 lineto stroke
23200 429.40 629.00 1.000000 2n
23201 422.95 629.00 moveto
23202 435.85 629.00 lineto stroke
23203 433.30 629.75 moveto
23204 433.30 650.00 lineto stroke
23205 restore
23206 %  S_BAR
23207 24 linenum
23208 0.70 setlinewidth
23209 462.50 659.00 moveto
23210 462.50 635.00 lineto stroke
23211 3.00 setlinewidth
23212 466.50 659.00 moveto
23213 466.50 635.00 lineto stroke
23214 0.70 setlinewidth
23215 %  Printing header/footer
23216 showpage
23217 restore
23218 %%DocumentFonts: /Times-Roman 
23219 %%Pages: 2
23220 %%EndDocument
23221 end 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
23223 E(at unusual places.)5 E 69.336 279 EBEGIN
23224 0 0.1 0.5 setrgbcolor
23225 EEND/F0 14/Times-Bold@0 SF 3.5(13.4 Chant)72.836 279 R 69.336 297 EBEGIN
23226 0 0 0 setrgbcolor
23227 EEND/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
23231 BP
23232 %%EndPageSetup
23233 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(32 -)-2.5 E/F1 10/Courier@0
23234 SF(1: 1a;)105.336 96 Q(lyrics 1: "This<^ is an example of one way>";)
23235 105.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;)
23237 105.336 192 Q(lyrics 1: "when<^ there are many words for a>";)105.336
23238 204 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)
23240 105.336 288 Q(// Note use of 'n' to not print the time signature)105.336
23241 300 Q(score time=7/4n)105.336 312 Q(music)105.336 324 Q(1: a;;;b;g;2a;)
23242 105.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)
23246 105.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.";)
23250 105.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
23255 684 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
23257 Q EP
23258 %%Page: 133 139
23259 %%BeginPageSetup
23260 BP
23261 %%EndPageSetup
23262 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(33 -)-2.5 E/F1 10/Courier@0
23263 SF(newscore)105.336 96 Q(score stemlen=0)105.336 120 Q(music)105.336 132
23264 Q(1: d+;c+;b;g;2a;;)105.336 156 Q(lyrics 1: "Set stem-len to ze-ro,";)
23265 105.336 168 Q(invisbar)105.336 180 Q(1: {f;2e;4d;c;1d;}9n,1/2;)105.336
23266 204 Q(lyrics 1: "to get stem-less notes.";)105.336 216 Q(endbar)105.336
23267 228 Q EP
23268 %%Page: 134 140
23269 %%BeginPageSetup
23270 BP
23271 %%EndPageSetup
23272 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(34 -)-2.5 E 87.836 96 EBEGIN
23273 gsave 0 0.25 0.75 setrgbcolor 0 578 rlineto 400 0 rlineto 0 578 neg rlineto closepath stroke grestore
23274 EEND 104 185 400 400 -578 578 86.836 674 PBEGIN
23275 %%BeginDocument: mugex89.ps
23276 %%BoundingBox: 104 185 504 763
23277 save
23278 1039846316 1039845534 sv
23279 1.000000 1.000000 scale
23280 %  S_SSV
23281 (/tmp/ugexiM5077) inputfile
23282 2 linenum
23283 %  S_FEED
23284 590.69 803.00 489.60 5 1.000000 1.000000 stf
23285 %  S_CLEFSIG
23286 170.48 725.00 1.000000 gclef
23287 %  S_CHHEAD
23288 %  S_STAFF
23289 % staff 1
23290 save
23291 5 linenum
23292 /Times-Roman findfont
23293 12 scalefont
23294 setfont
23295 192.16 702.00 moveto
23296 (This is an example of one way) show
23297 197.49 728.00 1.000000 1n
23298 restore
23299 %  S_BAR
23300 8 linenum
23301 0.70 setlinewidth
23302 342.18 743.00 moveto
23303 342.18 719.00 lineto stroke
23304 %  S_CHHEAD
23305 %  S_STAFF
23306 % staff 1
23307 save
23308 9 linenum
23309 /Times-Roman findfont
23310 12 scalefont
23311 setfont
23312 351.91 702.00 moveto
23313 (to) show
23314 /Times-Roman findfont
23315 12 scalefont
23316 setfont
23317 386.63 702.00 moveto
23318 (do) show
23319 /Times-Roman findfont
23320 12 scalefont
23321 setfont
23322 422.53 702.00 moveto
23323 (chant.) show
23324 354.23 716.00 1.000000 4n
23325 357.91 716.75 moveto
23326 357.91 737.00 lineto stroke
23327 389.62 719.00 1.000000 4n
23328 393.30 719.75 moveto
23329 393.30 740.00 lineto stroke
23330 429.76 722.00 1.000000 2n
23331 433.66 722.75 moveto
23332 433.66 743.00 lineto stroke
23333 restore
23334 %  S_BAR
23335 12 linenum
23336 0.70 setlinewidth
23337 489.25 743.00 moveto
23338 489.25 719.00 lineto stroke
23339 %  S_FEED
23340 554.40 719.00 489.60 5 1.000000 1.000000 stf
23341 %  S_CLEFSIG
23342 134.19 641.00 1.000000 gclef
23343 %  S_CHHEAD
23344 %  S_STAFF
23345 % staff 1
23346 save
23347 13 linenum
23348 /Times-Roman findfont
23349 12 scalefont
23350 setfont
23351 154.98 618.00 moveto
23352 (when there are many words for a) show
23353 161.46 638.00 1.000000 1n
23354 restore
23355 %  S_BAR
23356 16 linenum
23357 0.70 setlinewidth
23358 316.16 659.00 moveto
23359 316.16 635.00 lineto stroke
23360 %  S_CHHEAD
23361 %  S_STAFF
23362 % staff 1
23363 save
23364 17 linenum
23365 /Times-Roman findfont
23366 12 scalefont
23367 setfont
23368 350.70 618.00 moveto
23369 (-) show
23370 /Times-Roman findfont
23371 12 scalefont
23372 setfont
23373 324.08 618.00 moveto
23374 (sin) show
23375 /Times-Roman findfont
23376 12 scalefont
23377 setfont
23378 366.35 618.00 moveto
23379 (gle) show
23380 /Times-Roman findfont
23381 12 scalefont
23382 setfont
23383 411.28 618.00 moveto
23384 (note.) show
23385 328.56 632.00 1.000000 4n
23386 332.24 632.75 moveto
23387 332.24 653.00 lineto stroke
23388 370.00 638.00 1.000000 4n
23389 373.68 638.75 moveto
23390 373.68 659.00 lineto stroke
23391 417.18 638.00 1.000000 2n
23392 421.08 638.75 moveto
23393 421.08 659.00 lineto stroke
23394 restore
23395 %  S_BAR
23396 19 linenum
23397 0.70 setlinewidth
23398 486.25 659.00 moveto
23399 486.25 635.00 lineto stroke
23400 489.25 659.00 moveto
23401 489.25 635.00 lineto stroke
23402 %  S_SSV
23403 23 linenum
23404 %  S_CLEFSIG
23405 %  S_FEED
23406 21 linenum
23407 554.40 635.00 489.60 5 1.000000 1.000000 stf
23408 %  S_CLEFSIG
23409 134.19 557.00 1.000000 gclef
23410 %  S_CHHEAD
23411 %  S_STAFF
23412 % staff 1
23413 save
23414 25 linenum
23415 /Times-Roman findfont
23416 12 scalefont
23417 setfont
23418 157.83 531.28 moveto
23419 (When) show
23420 /Times-Roman findfont
23421 12 scalefont
23422 setfont
23423 207.29 531.28 moveto
23424 (there) show
23425 /Times-Roman findfont
23426 12 scalefont
23427 setfont
23428 258.12 531.28 moveto
23429 (are) show
23430 /Times-Roman findfont
23431 12 scalefont
23432 setfont
23433 338.28 531.28 moveto
23434 (-) show
23435 /Times-Roman findfont
23436 12 scalefont
23437 setfont
23438 302.60 531.28 moveto
23439 (man) show
23440 /Times-Roman findfont
23441 12 scalefont
23442 setfont
23443 356.29 531.28 moveto
23444 (y) show
23445 /Times-Roman findfont
23446 12 scalefont
23447 setfont
23448 403.01 531.28 moveto
23449 (notes,) show
23450 164.98 560.00 1.000000 4n
23451 168.66 560.75 moveto
23452 168.66 581.00 lineto stroke
23453 213.26 560.00 1.000000 4n
23454 216.94 560.75 moveto
23455 216.94 581.00 lineto stroke
23456 261.78 560.00 1.000000 4n
23457 265.46 560.75 moveto
23458 265.46 581.00 lineto stroke
23459 308.76 563.00 1.000000 4n
23460 305.07 562.25 moveto
23461 305.07 542.00 lineto stroke
23462 357.78 557.00 1.000000 4n
23463 361.46 557.75 moveto
23464 361.46 578.00 lineto stroke
23465 410.09 560.00 1.000000 2n
23466 413.98 560.75 moveto
23467 413.98 581.00 lineto stroke
23468 restore
23469 %  S_BAR
23470 28 linenum
23471 0.70 setlinewidth
23472 489.25 575.00 moveto
23473 489.25 551.00 lineto stroke
23474 %  S_SSV
23475 29 linenum
23476 %  S_CLEFSIG
23477 %  S_FEED
23478 554.40 551.00 489.60 5 1.000000 1.000000 stf
23479 %  S_CLEFSIG
23480 134.19 473.00 1.000000 gclef
23481 %  S_CHHEAD
23482 %  S_STAFF
23483 % staff 1
23484 save
23485 31 linenum
23486 /Times-Roman findfont
23487 12 scalefont
23488 setfont
23489 157.55 450.00 moveto
23490 (You) show
23491 /Times-Roman findfont
23492 12 scalefont
23493 setfont
23494 195.42 450.00 moveto
23495 (might) show
23496 /Times-Roman findfont
23497 12 scalefont
23498 setfont
23499 234.63 450.00 moveto
23500 (change) show
23501 /Times-Roman findfont
23502 12 scalefont
23503 setfont
23504 282.69 450.00 moveto
23505 (the) show
23506 /Times-Roman findfont
23507 12 scalefont
23508 setfont
23509 321.10 450.00 moveto
23510 (time) show
23511 /Times-Roman findfont
23512 12 scalefont
23513 setfont
23514 378.54 450.00 moveto
23515 (-) show
23516 /Times-Roman findfont
23517 12 scalefont
23518 setfont
23519 360.84 450.00 moveto
23520 (sig) show
23521 /Times-Roman findfont
23522 12 scalefont
23523 setfont
23524 404.96 450.00 moveto
23525 (-) show
23526 /Times-Roman findfont
23527 12 scalefont
23528 setfont
23529 385.28 450.00 moveto
23530 (na) show
23531 /Times-Roman findfont
23532 12 scalefont
23533 setfont
23534 416.33 450.00 moveto
23535 (ture) show
23536 162.70 464.00 1.000000 4n
23537 166.38 464.75 moveto
23538 166.38 485.00 lineto stroke
23539 202.41 467.00 1.000000 4n
23540 206.09 467.75 moveto
23541 206.09 488.00 lineto stroke
23542 243.11 470.00 1.000000 4n
23543 246.79 470.75 moveto
23544 246.79 491.00 lineto stroke
23545 286.34 467.00 1.000000 4n
23546 290.02 467.75 moveto
23547 290.02 488.00 lineto stroke
23548 326.42 470.00 1.000000 4n
23549 330.11 470.75 moveto
23550 330.11 491.00 lineto stroke
23551 365.32 467.00 1.000000 4n
23552 369.00 467.75 moveto
23553 369.00 488.00 lineto stroke
23554 372.03 488.00 1.000000 dnflag
23555 389.09 467.00 1.000000 4n
23556 392.78 467.75 moveto
23557 392.78 488.00 lineto stroke
23558 395.80 488.00 1.000000 dnflag
23559 420.98 467.00 1.000000 2n
23560 424.87 467.75 moveto
23561 424.87 488.00 lineto stroke
23562 restore
23563 %  S_BAR
23564 34 linenum
23565 0.70 setlinewidth
23566 489.25 491.00 moveto
23567 489.25 467.00 lineto stroke
23568 %  S_SSV
23569 35 linenum
23570 %  S_CLEFSIG
23571 %  S_FEED
23572 554.40 467.00 489.60 5 1.000000 1.000000 stf
23573 %  S_CLEFSIG
23574 134.19 389.00 1.000000 gclef
23575 %  S_CHHEAD
23576 %  S_STAFF
23577 % staff 1
23578 save
23579 37 linenum
23580 /Times-Roman findfont
23581 12 scalefont
23582 setfont
23583 158.59 363.00 moveto
23584 (on) show
23585 /Times-Roman findfont
23586 12 scalefont
23587 setfont
23588 201.30 363.00 moveto
23589 (-) show
23590 /Times-Roman findfont
23591 12 scalefont
23592 setfont
23593 184.23 363.00 moveto
23594 (ev) show
23595 /Times-Roman findfont
23596 12 scalefont
23597 setfont
23598 210.07 363.00 moveto
23599 (ery) show
23600 /Times-Roman findfont
23601 12 scalefont
23602 setfont
23603 239.95 363.00 moveto
23604 (bar,) show
23605 161.58 392.00 1.000000 4n
23606 165.26 392.75 moveto
23607 165.26 413.00 lineto stroke
23608 188.05 383.00 1.000000 4n
23609 191.73 383.75 moveto
23610 191.73 404.00 lineto stroke
23611 213.89 383.00 1.000000 4n
23612 217.57 383.75 moveto
23613 217.57 404.00 lineto stroke
23614 244.52 380.00 1.000000 2n
23615 248.42 380.75 moveto
23616 248.42 401.00 lineto stroke
23617 restore
23618 %  S_BAR
23619 40 linenum
23620 0.70 setlinewidth
23621 288.59 407.00 moveto
23622 288.59 383.00 lineto stroke
23623 %  S_SSV
23624 41 linenum
23625 %  S_CLEFSIG
23626 %  S_CHHEAD
23627 %  S_STAFF
23628 % staff 1
23629 save
23630 43 linenum
23631 /Times-Roman findfont
23632 12 scalefont
23633 setfont
23634 298.31 363.00 moveto
23635 (to) show
23636 /Times-Roman findfont
23637 12 scalefont
23638 setfont
23639 318.17 363.00 moveto
23640 (match) show
23641 /Times-Roman findfont
23642 12 scalefont
23643 setfont
23644 353.10 363.00 moveto
23645 (the) show
23646 /Times-Roman findfont
23647 12 scalefont
23648 setfont
23649 398.37 363.00 moveto
23650 (-) show
23651 /Times-Roman findfont
23652 12 scalefont
23653 setfont
23654 378.75 363.00 moveto
23655 (syl) show
23656 /Times-Roman findfont
23657 12 scalefont
23658 setfont
23659 423.31 363.00 moveto
23660 (-) show
23661 /Times-Roman findfont
23662 12 scalefont
23663 setfont
23664 407.03 363.00 moveto
23665 (la) show
23666 /Times-Roman findfont
23667 12 scalefont
23668 setfont
23669 433.96 363.00 moveto
23670 (bles.) show
23671 300.63 383.00 1.000000 4n
23672 304.31 383.75 moveto
23673 304.31 404.00 lineto stroke
23674 325.50 386.00 1.000000 4n
23675 329.18 386.75 moveto
23676 329.18 407.00 lineto stroke
23677 356.76 383.00 1.000000 4n
23678 360.44 383.75 moveto
23679 360.44 404.00 lineto stroke
23680 383.23 380.00 1.000000 4n
23681 386.91 380.75 moveto
23682 386.91 401.00 lineto stroke
23683 410.18 377.00 1.000000 4n
23684 403.95 377.00 moveto
23685 416.41 377.00 lineto stroke
23686 413.86 377.75 moveto
23687 413.86 398.00 lineto stroke
23688 439.54 380.00 1.000000 2n
23689 443.43 380.75 moveto
23690 443.43 401.00 lineto stroke
23691 restore
23692 %  S_BAR
23693 45 linenum
23694 0.70 setlinewidth
23695 486.25 407.00 moveto
23696 486.25 383.00 lineto stroke
23697 489.25 407.00 moveto
23698 489.25 383.00 lineto stroke
23699 %  S_SSV
23700 49 linenum
23701 %  S_CLEFSIG
23702 %  S_FEED
23703 47 linenum
23704 554.40 383.00 489.60 5 1.000000 1.000000 stf
23705 %  S_CLEFSIG
23706 134.19 305.00 1.000000 gclef
23707 %  S_CHHEAD
23708 %  S_STAFF
23709 % staff 1
23710 save
23711 52 linenum
23712 /Times-Roman findfont
23713 12 scalefont
23714 setfont
23715 154.98 281.90 moveto
23716 (You) show
23717 /Times-Roman findfont
23718 12 scalefont
23719 setfont
23720 179.47 281.90 moveto
23721 (can) show
23722 /Times-Roman findfont
23723 12 scalefont
23724 setfont
23725 213.14 281.90 moveto
23726 (-) show
23727 /Times-Roman findfont
23728 12 scalefont
23729 setfont
23730 201.50 281.90 moveto
23731 (al) show
23732 /Times-Roman findfont
23733 12 scalefont
23734 setfont
23735 219.15 281.90 moveto
23736 (so) show
23737 /Times-Roman findfont
23738 12 scalefont
23739 setfont
23740 235.01 281.90 moveto
23741 (use) show
23742 /Times-Roman findfont
23743 12 scalefont
23744 setfont
23745 277.89 281.90 moveto
23746 (-) show
23747 /Times-Roman findfont
23748 12 scalefont
23749 setfont
23750 256.23 281.90 moveto
23751 (tup) show
23752 /Times-Roman findfont
23753 12 scalefont
23754 setfont
23755 287.28 281.90 moveto
23756 (lets,) show
23757 160.13 296.00 1.000000 4n
23758 163.81 296.75 moveto
23759 163.81 317.00 lineto stroke
23760 183.63 299.00 1.000000 4n
23761 187.31 299.75 moveto
23762 187.31 320.00 lineto stroke
23763 204.65 302.00 1.000000 4n
23764 208.33 302.75 moveto
23765 208.33 323.00 lineto stroke
23766 221.81 305.00 1.000000 4n
23767 225.49 305.75 moveto
23768 225.49 326.00 lineto stroke
23769 239.00 299.00 1.000000 4n
23770 242.68 299.75 moveto
23771 242.68 320.00 lineto stroke
23772 261.04 296.00 1.000000 2n
23773 264.94 296.75 moveto
23774 264.94 317.00 lineto stroke
23775 292.19 296.00 1.000000 2n
23776 296.09 296.75 moveto
23777 296.09 317.00 lineto stroke
23778 restore
23779 %  S_BAR
23780 54 linenum
23781 0.70 setlinewidth
23782 %  S_CHHEAD
23783 %  S_STAFF
23784 % staff 1
23785 save
23786 56 linenum
23787 /Times-Roman findfont
23788 12 scalefont
23789 setfont
23790 331.65 281.90 moveto
23791 (-) show
23792 /Times-Roman findfont
23793 12 scalefont
23794 setfont
23795 322.01 281.90 moveto
23796 (A) show
23797 /Times-Roman findfont
23798 12 scalefont
23799 setfont
23800 335.66 281.90 moveto
23801 (long) show
23802 /Times-Roman findfont
23803 12 scalefont
23804 setfont
23805 359.92 281.90 moveto
23806 (with) show
23807 /Times-Roman findfont
23808 12 scalefont
23809 setfont
23810 404.40 281.90 moveto
23811 (-) show
23812 /Times-Roman findfont
23813 12 scalefont
23814 setfont
23815 388.24 281.90 moveto
23816 (in) show
23817 /Times-Roman findfont
23818 12 scalefont
23819 setfont
23820 434.12 281.90 moveto
23821 (-) show
23822 /Times-Roman findfont
23823 12 scalefont
23824 setfont
23825 414.28 281.90 moveto
23826 (vis) show
23827 /Times-Roman findfont
23828 12 scalefont
23829 setfont
23830 443.00 281.90 moveto
23831 (bars.) show
23832 325.16 302.00 1.000000 4n
23833 328.85 302.75 moveto
23834 328.85 323.00 lineto stroke
23835 340.97 305.00 1.000000 4n
23836 344.65 305.75 moveto
23837 344.65 326.00 lineto stroke
23838 365.23 299.00 1.000000 4n
23839 368.91 299.75 moveto
23840 368.91 320.00 lineto stroke
23841 391.55 296.00 1.000000 2n
23842 395.45 296.75 moveto
23843 395.45 317.00 lineto stroke
23844 418.76 299.00 1.000000 2n
23845 422.66 299.75 moveto
23846 422.66 320.00 lineto stroke
23847 448.75 296.00 1.000000 2n
23848 458.23 296.00 1.000000 dot
23849 452.64 296.75 moveto
23850 452.64 317.00 lineto stroke
23851 restore
23852 %  S_BAR
23853 58 linenum
23854 0.70 setlinewidth
23855 486.25 323.00 moveto
23856 486.25 299.00 lineto stroke
23857 489.25 323.00 moveto
23858 489.25 299.00 lineto stroke
23859 %  S_SSV
23860 62 linenum
23861 %  S_FEED
23862 60 linenum
23863 554.40 299.00 489.60 5 1.000000 1.000000 stf
23864 %  S_CLEFSIG
23865 134.19 221.00 1.000000 gclef
23866 %  S_CHHEAD
23867 %  S_STAFF
23868 % staff 1
23869 save
23870 65 linenum
23871 /Times-Roman findfont
23872 12 scalefont
23873 setfont
23874 156.18 195.00 moveto
23875 (Set) show
23876 /Times-Roman findfont
23877 12 scalefont
23878 setfont
23879 198.52 195.00 moveto
23880 (-) show
23881 /Times-Roman findfont
23882 12 scalefont
23883 setfont
23884 174.54 195.00 moveto
23885 (stem) show
23886 /Times-Roman findfont
23887 12 scalefont
23888 setfont
23889 202.81 195.00 moveto
23890 (len) show
23891 /Times-Roman findfont
23892 12 scalefont
23893 setfont
23894 225.29 195.00 moveto
23895 (to) show
23896 /Times-Roman findfont
23897 12 scalefont
23898 setfont
23899 269.28 195.00 moveto
23900 (-) show
23901 /Times-Roman findfont
23902 12 scalefont
23903 setfont
23904 246.84 195.00 moveto
23905 (ze) show
23906 /Times-Roman findfont
23907 12 scalefont
23908 setfont
23909 284.06 195.00 moveto
23910 (ro,) show
23911 160.02 233.00 1.000000 4n
23912 181.20 230.00 1.000000 4n
23913 206.46 227.00 1.000000 4n
23914 227.61 221.00 1.000000 4n
23915 250.50 224.00 1.000000 2n
23916 287.30 224.00 1.000000 2n
23917 restore
23918 %  S_BAR
23919 67 linenum
23920 0.70 setlinewidth
23921 %  S_CHHEAD
23922 %  S_STAFF
23923 % staff 1
23924 save
23925 69 linenum
23926 /Times-Roman findfont
23927 12 scalefont
23928 setfont
23929 321.96 195.00 moveto
23930 (to) show
23931 /Times-Roman findfont
23932 12 scalefont
23933 setfont
23934 340.71 195.00 moveto
23935 (get) show
23936 /Times-Roman findfont
23937 12 scalefont
23938 setfont
23939 391.66 195.00 moveto
23940 (-) show
23941 /Times-Roman findfont
23942 12 scalefont
23943 setfont
23944 368.23 195.00 moveto
23945 (stem) show
23946 /Times-Roman findfont
23947 12 scalefont
23948 setfont
23949 395.40 195.00 moveto
23950 (less) show
23951 /Times-Roman findfont
23952 12 scalefont
23953 setfont
23954 422.32 195.00 moveto
23955 (notes.) show
23956 324.29 218.00 1.000000 4n
23957 344.36 215.00 1.000000 2n
23958 374.89 212.00 1.000000 4n
23959 399.90 209.00 1.000000 4n
23960 393.67 209.00 moveto
23961 406.14 209.00 lineto stroke
23962 429.40 212.00 1.000000 1n
23963 restore
23964 %  S_BAR
23965 71 linenum
23966 0.70 setlinewidth
23967 484.10 239.00 moveto
23968 484.10 215.00 lineto stroke
23969 3.00 setlinewidth
23970 488.10 239.00 moveto
23971 488.10 215.00 lineto stroke
23972 0.70 setlinewidth
23973 %  Printing header/footer
23974 showpage
23975 restore
23976 %%DocumentFonts: /Times-Roman 
23977 %%Pages: 2
23978 %%EndDocument
23979 end PEND 69.336 694 EBEGIN
23980 0 0.1 0.5 setrgbcolor
23981 EEND/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
23983 0 0 0 setrgbcolor
23984 EEND/F0 10/Times-Roman@0 SF .933(Mup will automatically share note head\
23985 s when it can \214gure out it is safe and proper to do so. Ho)72.77 712
23986 R(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
23989 3.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
23995 BP
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
23999 EBEGIN
24000 0 0.1 0.5 setrgbcolor
24001 EEND/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
24003 0 0 0 setrgbcolor
24004 EEND/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
24008 3.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
24011 F .663(tuplet numbers, in order to print them manually in a dif)69.336
24012 156 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
24015 F .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\
24017 mbers 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`;@)
24025 105.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
24027 EBEGIN
24028 0 0.1 0.5 setrgbcolor
24029 EEND/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
24031 0 0 0 setrgbcolor
24032 EEND/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
24037 R .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.)
24039 69.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
24041 2.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 \
24044 by 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)
24049 69.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\
24052 u are on the last chord of a measure. The amount of padding to add may \
24053 ha)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
24064 502 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)
24067 69.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
24069 526 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
24072 SF(score)105.336 556 Q(vscheme=3o)105.336 568 Q(beamstyle=4,4,4,4)
24073 105.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
24077 Q EP
24078 %%Page: 136 142
24079 %%BeginPageSetup
24080 BP
24081 %%EndPageSetup
24082 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(36 -)-2.5 E 95.836 96 EBEGIN
24083 gsave 0 0.25 0.75 setrgbcolor 0 79 rlineto 384 0 rlineto 0 79 neg rlineto closepath stroke grestore
24084 EEND 128 684 384 384 -79 79 94.836 175 PBEGIN
24085 %%BeginDocument: mugex90.ps
24086 %%BoundingBox: 128 684 512 763
24087 save
24088 1039846316 1039845534 sv
24089 1.000000 1.000000 scale
24090 %  S_SSV
24091 (/tmp/ugexiM5077) inputfile
24092 2 linenum
24093 %  S_FEED
24094 583.49 803.00 496.80 5 1.000000 1.000000 stf
24095 %  S_CLEFSIG
24096 163.28 725.00 1.000000 gclef
24097 %  S_CHHEAD
24098 %  S_STAFF
24099 % staff 1
24100 save
24101 202.88 725.00 1.000000 4n
24102 0.70 setlinewidth
24103 206.56 725.75 moveto
24104 206.56 746.00 lineto stroke
24105 282.53 728.00 1.000000 4n
24106 286.21 728.75 moveto
24107 286.21 749.00 lineto stroke
24108 366.77 731.00 1.000000 4n
24109 370.45 731.75 moveto
24110 370.45 752.00 lineto stroke
24111 435.52 728.00 1.000000 4n
24112 439.20 728.75 moveto
24113 439.20 749.00 lineto stroke
24114 202.88 713.00 1.000000 4n
24115 212.14 710.00 1.000000 dot
24116 196.65 713.00 moveto
24117 209.11 713.00 lineto stroke
24118 199.20 712.25 moveto
24119 199.20 692.00 lineto stroke
24120 322.91 713.00 1.000000 4n
24121 316.68 713.00 moveto
24122 329.14 713.00 lineto stroke
24123 319.23 712.25 moveto
24124 319.23 692.00 lineto stroke
24125 322.25 692.00 1.000000 upflag
24126 366.77 713.00 1.000000 2n
24127 360.32 713.00 moveto
24128 373.21 713.00 lineto stroke
24129 362.87 712.25 moveto
24130 362.87 692.00 lineto stroke
24131 221.17 719.00 1.000000 4n
24132 217.49 718.25 moveto
24133 217.49 699.50 lineto stroke
24134 244.90 719.00 1.000000 4n
24135 241.21 718.25 moveto
24136 241.21 699.50 lineto stroke
24137 282.53 722.00 1.000000 2n
24138 292.01 722.00 1.000000 dot
24139 278.63 721.25 moveto
24140 278.63 701.00 lineto stroke
24141 newpath
24142 217.14 701.00 moveto
24143 241.56 701.00 lineto
24144 241.56 698.00 lineto
24145 217.14 698.00 lineto
24146 closepath
24147 fill
24148 restore
24149 %  S_PRHEAD
24150 11 linenum
24151 /Times-Roman findfont
24152 12 scalefont
24153 setfont
24154 191.95 734.00 moveto
24155 197.17 734.00 1.000000 up2n
24156 202.39 734.00 moveto
24157 %  S_BAR
24158 12 linenum
24159 0.70 setlinewidth
24160 496.45 743.00 moveto
24161 496.45 719.00 lineto stroke
24162 %  Printing header/footer
24163 showpage
24164 restore
24165 %%DocumentFonts: /Times-Roman 
24166 %%Pages: 2
24167 %%EndDocument
24168 end 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
24171 2.753(f1)-.25 G 2.753(.Al)-2.753 G .253(ocation tag)-2.753 F .561("h" w)
24172 69.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\
24179 ted, and additional print)69.336 231 R(statements used for each item. F)
24180 69.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\)")
24183 105.336 261 Q 95.836 270.6 EBEGIN
24184 gsave 0 0.25 0.75 setrgbcolor 0 79 rlineto 384 0 rlineto 0 79 neg rlineto closepath stroke grestore
24185 EEND 128 684 384 384 -79 79 94.836 349.6 PBEGIN
24186 %%BeginDocument: mugex91.ps
24187 %%BoundingBox: 128 684 512 763
24188 save
24189 1039846316 1039845534 sv
24190 1.000000 1.000000 scale
24191 %  S_SSV
24192 (/tmp/ugexiM5077) inputfile
24193 2 linenum
24194 %  S_FEED
24195 583.49 803.00 496.80 5 1.000000 1.000000 stf
24196 %  S_CLEFSIG
24197 163.28 725.00 1.000000 gclef
24198 %  S_CHHEAD
24199 %  S_STAFF
24200 % staff 1
24201 save
24202 205.81 725.00 1.000000 4n
24203 0.70 setlinewidth
24204 209.49 725.75 moveto
24205 209.49 746.00 lineto stroke
24206 284.66 728.00 1.000000 4n
24207 288.34 728.75 moveto
24208 288.34 749.00 lineto stroke
24209 368.05 731.00 1.000000 4n
24210 371.73 731.75 moveto
24211 371.73 752.00 lineto stroke
24212 436.10 728.00 1.000000 4n
24213 439.78 728.75 moveto
24214 439.78 749.00 lineto stroke
24215 205.81 713.00 1.000000 4n
24216 215.08 710.00 1.000000 dot
24217 199.58 713.00 moveto
24218 212.04 713.00 lineto stroke
24219 202.13 712.25 moveto
24220 202.13 692.00 lineto stroke
24221 324.64 713.00 1.000000 4n
24222 318.41 713.00 moveto
24223 330.87 713.00 lineto stroke
24224 320.96 712.25 moveto
24225 320.96 692.00 lineto stroke
24226 323.98 692.00 1.000000 upflag
24227 368.05 713.00 1.000000 2n
24228 361.60 713.00 moveto
24229 374.49 713.00 lineto stroke
24230 364.15 712.25 moveto
24231 364.15 692.00 lineto stroke
24232 224.11 719.00 1.000000 4n
24233 220.43 718.25 moveto
24234 220.43 699.50 lineto stroke
24235 247.43 719.00 1.000000 4n
24236 243.75 718.25 moveto
24237 243.75 699.50 lineto stroke
24238 284.66 722.00 1.000000 2n
24239 294.14 722.00 1.000000 dot
24240 280.76 721.25 moveto
24241 280.76 701.00 lineto stroke
24242 newpath
24243 220.08 701.00 moveto
24244 244.10 701.00 lineto
24245 244.10 698.00 lineto
24246 220.08 698.00 lineto
24247 closepath
24248 fill
24249 restore
24250 %  S_PRHEAD
24251 10 linenum
24252 /Times-Roman findfont
24253 12 scalefont
24254 setfont
24255 194.88 734.00 moveto
24256 200.10 734.00 1.000000 up2n
24257 205.32 734.00 moveto
24258 %  S_PRHEAD
24259 11 linenum
24260 /Times-Roman findfont
24261 12 scalefont
24262 setfont
24263 186.78 734.00 moveto
24264 190.52 734.00 1.000000 flat
24265 194.27 734.00 moveto
24266 %  S_BAR
24267 12 linenum
24268 0.70 setlinewidth
24269 496.45 743.00 moveto
24270 496.45 719.00 lineto stroke
24271 %  Printing header/footer
24272 showpage
24273 restore
24274 %%DocumentFonts: /Times-Roman 
24275 %%Pages: 2
24276 %%EndDocument
24277 end 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
24286 4.404(.T)-.65 G 1.904(he y coordinate of the each ledger line w)-4.404 F
24287 1.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 \
24289 the note)69.336 417.6 R .051
24290 (head. About 4.5 stepsizes is a good estimate for most notes, b)69.336
24291 429.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
24293 0 0.1 0.5 setrgbcolor
24294 EEND/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
24296 0 0 0 setrgbcolor
24297 EEND/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
24301 477.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
24307 BP
24308 %%EndPageSetup
24309 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(37 -)-2.5 E/F1 10/Courier@0
24310 SF(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
24313 180 Q(// different staffs are to be played with the same hand.)105.336
24314 192 Q(// The parameters are location tags for the top and bottom notes)
24315 105.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)
24318 105.336 240 Q
24319 (line \(TOP.w - 2, TOP.n + 0.5\) to \(TOP.w - 1, TOP.n + 0.5\))105.336
24320 252 Q(// Draw a vertical line from 0.5 stepsizes above the top note)
24321 105.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
24323 288 Q
24324 (// this case the top\), so that if the top and bottom chord happen)
24325 105.336 300 Q
24326 (// to be different widths, the line will still be vertical.)105.336 312
24327 Q(line \(TOP.w - 2, TOP.n + 0.5\) to \(TOP.w - 2, BOT.s - 0.5\))105.336
24328 324 Q
24329 (// Draw short horizontal line just below and left of the bottom note.)
24330 105.336 336 Q
24331 (line \(TOP.w - 2, BOT.s - 0.5\) to \(TOP.w - 1, BOT.s - 0.5\))105.336
24332 348 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
24334 408 Q(// make sure there is enough room, and set a location tag)105.336
24335 420 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
24338 468 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
24342 540 Q 127.836 549.6 EBEGIN
24343 gsave 0 0.25 0.75 setrgbcolor 0 141 rlineto 320 0 rlineto 0 141 neg rlineto closepath stroke grestore
24344 EEND 160 622 320 320 -141 141 126.836 690.6 PBEGIN
24345 %%BeginDocument: mugex92.ps
24346 %%BoundingBox: 160 622 480 763
24347 save
24348 1039846316 1039845534 sv
24349 1.000000 1.000000 scale
24350 %  S_SSV
24351 (/tmp/ugexiM5077) inputfile
24352 2 linenum
24353 %  S_SSV
24354 7 linenum
24355 %  S_FEED
24356 612.29 803.00 468.00 5 1.000000 1.000000 stf
24357 612.29 746.72 468.00 5 1.000000 1.000000 stf
24358 0.70 setlinewidth
24359 180.29 743.00 moveto
24360 180.29 662.72 lineto stroke
24361 %  S_CLEFSIG
24362 192.08 725.00 1.000000 gclef
24363 192.33 680.72 1.000000 fclef
24364 %  S_CHHEAD
24365 %  S_STAFF
24366 % staff 1
24367 save
24368 231.72 719.00 1.000000 4n
24369 231.72 713.00 1.000000 4n
24370 225.49 713.00 moveto
24371 237.95 713.00 lineto stroke
24372 235.40 713.75 moveto
24373 235.40 740.00 lineto stroke
24374 291.66 722.00 1.000000 4n
24375 291.66 716.00 1.000000 4n
24376 295.34 716.75 moveto
24377 295.34 743.00 lineto stroke
24378 351.59 716.00 1.000000 4n
24379 355.27 716.75 moveto
24380 355.27 737.00 lineto stroke
24381 413.37 719.00 1.000000 4n
24382 413.37 713.00 1.000000 4n
24383 407.13 713.00 moveto
24384 419.60 713.00 lineto stroke
24385 417.05 713.75 moveto
24386 417.05 740.00 lineto stroke
24387 restore
24388 %  S_STAFF
24389 % staff 2
24390 save
24391 231.72 683.72 1.000000 4n
24392 0.70 setlinewidth
24393 235.40 684.47 moveto
24394 235.40 704.72 lineto stroke
24395 291.66 686.72 1.000000 4n
24396 295.34 687.47 moveto
24397 295.34 707.72 lineto stroke
24398 351.59 686.72 1.000000 4n
24399 351.59 680.72 1.000000 4n
24400 355.27 681.47 moveto
24401 355.27 707.72 lineto stroke
24402 413.37 683.72 1.000000 4n
24403 417.05 684.47 moveto
24404 417.05 704.72 lineto stroke
24405 231.72 671.72 1.000000 2n
24406 231.72 650.72 1.000000 2n
24407 225.27 650.72 moveto
24408 238.17 650.72 lineto stroke
24409 225.27 656.72 moveto
24410 238.17 656.72 lineto stroke
24411 227.82 670.97 moveto
24412 227.82 629.72 lineto stroke
24413 351.59 662.72 1.000000 4n
24414 347.91 661.97 moveto
24415 347.91 641.72 lineto stroke
24416 413.37 671.72 1.000000 4n
24417 413.37 650.72 1.000000 4n
24418 407.13 650.72 moveto
24419 419.60 650.72 lineto stroke
24420 407.13 656.72 moveto
24421 419.60 656.72 lineto stroke
24422 409.68 670.97 moveto
24423 409.68 629.72 lineto stroke
24424 restore
24425 %  S_LINE
24426 36 linenum
24427 0.70 setlinewidth
24428 221.69 723.78 moveto
24429 224.69 723.78 lineto stroke
24430 %  S_LINE
24431 36 linenum
24432 221.69 723.78 moveto
24433 221.69 678.95 lineto stroke
24434 %  S_LINE
24435 36 linenum
24436 221.69 678.95 moveto
24437 224.69 678.95 lineto stroke
24438 %  S_LINE
24439 37 linenum
24440 281.62 726.78 moveto
24441 284.62 726.78 lineto stroke
24442 %  S_LINE
24443 37 linenum
24444 281.62 726.78 moveto
24445 281.62 681.95 lineto stroke
24446 %  S_LINE
24447 37 linenum
24448 281.62 681.95 moveto
24449 284.62 681.95 lineto stroke
24450 %  S_LINE
24451 38 linenum
24452 341.56 720.78 moveto
24453 344.56 720.78 lineto stroke
24454 %  S_LINE
24455 38 linenum
24456 341.56 720.78 moveto
24457 341.56 675.95 lineto stroke
24458 %  S_LINE
24459 38 linenum
24460 341.56 675.95 moveto
24461 344.56 675.95 lineto stroke
24462 %  S_LINE
24463 39 linenum
24464 403.33 723.78 moveto
24465 406.33 723.78 lineto stroke
24466 %  S_LINE
24467 39 linenum
24468 403.33 723.78 moveto
24469 403.33 678.95 lineto stroke
24470 %  S_LINE
24471 39 linenum
24472 403.33 678.95 moveto
24473 406.33 678.95 lineto stroke
24474 %  S_BAR
24475 41 linenum
24476 467.65 743.00 moveto
24477 467.65 719.00 lineto stroke
24478 467.65 686.72 moveto
24479 467.65 662.72 lineto stroke
24480 %  Printing header/footer
24481 showpage
24482 restore
24483 %%DocumentFonts: 
24484 %%Pages: 2
24485 %%EndDocument
24486 end PEND/F0 10/Times-Roman@0 SF .956(Note that Mup supports cross-staf)
24487 69.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)
24489 69.336 722.6 Q(fs, and may often be a better choice.)-.25 E EP
24490 %%Page: 138 144
24491 %%BeginPageSetup
24492 BP
24493 %%EndPageSetup
24494 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(38 -)-2.5 E 69.336 102
24495 EBEGIN
24496 0 0.1 0.5 setrgbcolor
24497 EEND/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
24499 0 0 0 setrgbcolor
24500 EEND/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)
24510 69.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
24512 G .32(he bar line using the "line" construct.)-2.82 F 1.921 -.8(To d)
24513 5.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
24515 186 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
24518 Q(// 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
24523 288 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
24526 336 Q(// time signature is not actually printed.)105.336 348 Q
24527 (// Set up for beaming across the entire double-length measure.)105.336
24528 360 Q(// \(You could could use other beamstyles if you wish, or custom \
24529 beaming.\))105.336 372 Q(score time=8/4n)105.336 384 Q(beamstyle=1/2)
24530 105.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
24543 Q(// 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
24546 633.6 EBEGIN
24547 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 392 0 rlineto 0 61 neg rlineto closepath stroke grestore
24548 EEND 128 702 392 392 -61 61 90.836 694.6 PBEGIN
24549 %%BeginDocument: mugex93.ps
24550 %%BoundingBox: 128 702 520 763
24551 save
24552 1039846316 1039845534 sv
24553 1.000000 1.000000 scale
24554 %  S_SSV
24555 (/tmp/ugexiM5077) inputfile
24556 1 linenum
24557 %  S_FEED
24558 576.29 802.79 504.00 5 1.000000 1.000000 stf
24559 %  S_CLEFSIG
24560 156.08 724.79 1.000000 gclef
24561 %  S_CHHEAD
24562 %  S_STAFF
24563 % staff 1
24564 save
24565 restore
24566 %  S_BAR
24567 10 linenum
24568 0.70 setlinewidth
24569 %  S_SSV
24570 17 linenum
24571 %  S_CLEFSIG
24572 %  S_CHHEAD
24573 %  S_STAFF
24574 % staff 1
24575 save
24576 185.58 712.79 1.000000 4n
24577 179.34 712.79 moveto
24578 191.81 712.79 lineto stroke
24579 189.26 713.54 moveto
24580 189.26 740.15 lineto stroke
24581 205.67 718.79 1.000000 4n
24582 209.35 719.54 moveto
24583 209.35 741.17 lineto stroke
24584 225.76 721.79 1.000000 4n
24585 229.44 722.54 moveto
24586 229.44 742.20 lineto stroke
24587 245.85 715.79 1.000000 4n
24588 249.53 716.54 moveto
24589 249.53 743.23 lineto stroke
24590 265.94 724.79 1.000000 4n
24591 269.62 725.54 moveto
24592 269.62 744.26 lineto stroke
24593 286.03 718.79 1.000000 4n
24594 289.71 719.54 moveto
24595 289.71 745.28 lineto stroke
24596 306.12 721.79 1.000000 4n
24597 309.80 722.54 moveto
24598 309.80 746.31 lineto stroke
24599 324.71 727.79 1.000000 4n
24600 328.39 728.54 moveto
24601 328.39 747.26 lineto stroke
24602 346.30 724.79 1.000000 4n
24603 349.98 725.54 moveto
24604 349.98 748.36 lineto stroke
24605 366.39 718.79 1.000000 4n
24606 370.07 719.54 moveto
24607 370.07 749.39 lineto stroke
24608 386.48 721.79 1.000000 4n
24609 390.16 722.54 moveto
24610 390.16 750.42 lineto stroke
24611 406.57 727.79 1.000000 4n
24612 410.25 728.54 moveto
24613 410.25 751.45 lineto stroke
24614 426.66 724.79 1.000000 4n
24615 430.34 725.54 moveto
24616 430.34 752.47 lineto stroke
24617 446.75 736.79 1.000000 4n
24618 450.43 737.54 moveto
24619 450.43 753.50 lineto stroke
24620 470.16 733.79 1.000000 4n
24621 466.48 733.04 moveto
24622 466.48 712.79 lineto stroke
24623 newpath
24624 188.91 741.65 moveto
24625 450.78 755.00 lineto
24626 450.78 752.00 lineto
24627 188.91 738.65 lineto
24628 closepath
24629 fill
24630 restore
24631 %  S_BAR
24632 30 linenum
24633 0.70 setlinewidth
24634 503.65 742.79 moveto
24635 503.65 718.79 lineto stroke
24636 %  S_LINE
24637 37 linenum
24638 335.27 742.79 moveto
24639 335.27 718.79 lineto stroke
24640 %  Printing header/footer
24641 showpage
24642 restore
24643 %%DocumentFonts: 
24644 %%Pages: 2
24645 %%EndDocument
24646 end PEND 69.336 714.6 EBEGIN
24647 0 0.1 0.5 setrgbcolor
24648 EEND/F0 14/Times-Bold@0 SF 3.5(13.10 Mixed)72.836 714.6 R(time signatur)
24649 3.5 E(es)-.252 E 69.336 732.6 EBEGIN
24650 0 0 0 setrgbcolor
24651 EEND/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
24657 BP
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\
24661 mulate 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\
24666 ut use both 3/4 and 6/8 by using a non-printing time signature, then pl\
24667 acing 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.)
24674 130.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
24678 330 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)
24680 130.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;)
24685 105.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
24690 Q(print \(t.w - 4, t.y - 4\) "\\f\(newcentury bold\)\\s\(16\)4";)105.336
24691 546 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
24693 Q(print \(t.w - 4, s.y - 4\) "\\f\(newcentury bold\)\\s\(16\)8";)105.336
24694 594 Q(bar)105.336 606 Q 127.836 615.6 EBEGIN
24695 gsave 0 0.25 0.75 setrgbcolor 0 115 rlineto 320 0 rlineto 0 115 neg rlineto closepath stroke grestore
24696 EEND 160 648 320 320 -115 115 126.836 730.6 PBEGIN
24697 %%BeginDocument: mugex94.ps
24698 %%BoundingBox: 160 648 480 763
24699 save
24700 1039846316 1039845534 sv
24701 1.000000 1.000000 scale
24702 %  S_SSV
24703 (/tmp/ugexiM5077) inputfile
24704 2 linenum
24705 %  S_SSV
24706 9 linenum
24707 %  S_SSV
24708 15 linenum
24709 %  S_FEED
24710 612.29 803.00 468.00 5 1.000000 1.000000 stf
24711 612.29 749.00 468.00 5 1.000000 1.000000 stf
24712 0.70 setlinewidth
24713 180.29 743.00 moveto
24714 180.29 665.00 lineto stroke
24715 %  S_CLEFSIG
24716 192.08 725.00 1.000000 gclef
24717 192.08 671.00 1.000000 gclef
24718 %  S_CHHEAD
24719 %  S_STAFF
24720 % staff 1
24721 save
24722 237.65 713.00 1.000000 4n
24723 231.42 713.00 moveto
24724 243.88 713.00 lineto stroke
24725 241.33 713.75 moveto
24726 241.33 734.00 lineto stroke
24727 314.73 716.00 1.000000 4n
24728 318.41 716.75 moveto
24729 318.41 735.81 lineto stroke
24730 353.27 719.00 1.000000 4n
24731 356.96 719.75 moveto
24732 356.96 738.81 lineto stroke
24733 391.81 722.00 1.000000 4n
24734 395.50 722.75 moveto
24735 395.50 741.81 lineto stroke
24736 431.19 725.00 1.000000 4n
24737 434.88 725.75 moveto
24738 434.88 744.81 lineto stroke
24739 newpath
24740 318.06 737.31 moveto
24741 357.31 740.31 lineto
24742 357.31 737.31 lineto
24743 318.06 734.31 lineto
24744 closepath
24745 fill
24746 newpath
24747 395.15 743.31 moveto
24748 435.23 746.31 lineto
24749 435.23 743.31 lineto
24750 395.15 740.31 lineto
24751 closepath
24752 fill
24753 restore
24754 %  S_STAFF
24755 % staff 2
24756 save
24757 237.65 671.00 1.000000 4n
24758 0.70 setlinewidth
24759 241.33 671.75 moveto
24760 241.33 690.50 lineto stroke
24761 276.19 668.00 1.000000 4n
24762 279.87 668.75 moveto
24763 279.87 690.50 lineto stroke
24764 314.73 671.00 1.000000 4n
24765 318.41 671.75 moveto
24766 318.41 690.50 lineto stroke
24767 353.27 659.00 1.000000 4n
24768 362.54 662.00 1.000000 dot
24769 347.04 659.00 moveto
24770 359.51 659.00 lineto stroke
24771 356.96 659.75 moveto
24772 356.96 680.00 lineto stroke
24773 newpath
24774 240.98 692.00 moveto
24775 318.76 692.00 lineto
24776 318.76 689.00 lineto
24777 240.98 689.00 lineto
24778 closepath
24779 fill
24780 restore
24781 %  S_PRHEAD
24782 35 linenum
24783 /Times-Roman findfont
24784 12 scalefont
24785 setfont
24786 205.62 731.00 moveto
24787 /NewCenturySchlbk-Bold findfont
24788 16 scalefont
24789 setfont
24790 (3) show
24791 %  S_PRHEAD
24792 36 linenum
24793 /Times-Roman findfont
24794 12 scalefont
24795 setfont
24796 205.62 719.00 moveto
24797 /NewCenturySchlbk-Bold findfont
24798 16 scalefont
24799 setfont
24800 (4) show
24801 %  S_PRHEAD
24802 39 linenum
24803 /Times-Roman findfont
24804 12 scalefont
24805 setfont
24806 205.62 677.00 moveto
24807 /NewCenturySchlbk-Bold findfont
24808 16 scalefont
24809 setfont
24810 (6) show
24811 %  S_PRHEAD
24812 40 linenum
24813 /Times-Roman findfont
24814 12 scalefont
24815 setfont
24816 205.62 665.00 moveto
24817 /NewCenturySchlbk-Bold findfont
24818 16 scalefont
24819 setfont
24820 (8) show
24821 %  S_BAR
24822 42 linenum
24823 0.70 setlinewidth
24824 467.65 743.00 moveto
24825 467.65 719.00 lineto stroke
24826 467.65 689.00 moveto
24827 467.65 665.00 lineto stroke
24828 %  Printing header/footer
24829 showpage
24830 restore
24831 %%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold 
24832 %%Pages: 2
24833 %%EndDocument
24834 end PEND EP
24835 %%Page: 140 146
24836 %%BeginPageSetup
24837 BP
24838 %%EndPageSetup
24839 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(40 -)-2.5 E 69.336 102
24840 EBEGIN
24841 0 0.1 0.5 setrgbcolor
24842 EEND/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
24844 69.336 120 EBEGIN
24845 0 0 0 setrgbcolor
24846 EEND/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
24866 Q(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
24869 348 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
24883 0 0.1 0.5 setrgbcolor
24884 EEND/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
24886 0 0 0 setrgbcolor
24887 EEND/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)
24893 69.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
24899 F(made up of a quarter and eighth note on the other:)69.336 588 Q EP
24900 %%Page: 141 147
24901 %%BeginPageSetup
24902 BP
24903 %%EndPageSetup
24904 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(41 -)-2.5 E/F1 10/Courier@0
24905 SF(score)105.336 96 Q(// This example assumes "size" is set to 15)
24906 130.336 108 Q(size=15)130.336 120 Q(beamstyle=4,4)130.336 132 Q(music)
24907 105.336 156 Q(// set a location tag)105.336 180 Q(1: [=c] 8c+;a;g;f;)
24908 105.336 192 Q(// set X and Y to where the first note will be placed)
24909 105.336 216 Q(define X c.x - 3 @)105.336 228 Q(define Y c.y + 5 @)
24910 105.336 240 Q(// print "straight 8ths = triplet quarter plus 8th")
24911 105.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\))
24917 105.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.\
24920 7, Y + 7.05\) to \(X + 14.7, Y + 5.3\) // vert left side segment)105.336
24921 396 Q(line \(X + 22.5, Y + 7.05\) to \(X + 22.5, Y + 5.3\) // vert righ\
24922 t 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
24926 gsave 0 0.25 0.75 setrgbcolor 0 77 rlineto 272 0 rlineto 0 77 neg rlineto closepath stroke grestore
24927 EEND 184 701 272 272 -77 77 150.836 554.6 PBEGIN
24928 %%BeginDocument: mugex95.ps
24929 %%BoundingBox: 184 701 456 778
24930 save
24931 1039846316 1039845534 sv
24932 1.000000 1.000000 scale
24933 %  S_SSV
24934 (/tmp/ugexiM5077) inputfile
24935 1 linenum
24936 %  S_FEED
24937 633.89 803.00 446.40 5 1.000000 1.000000 stf
24938 %  S_CLEFSIG
24939 213.68 725.00 1.000000 gclef
24940 /NewCenturySchlbk-Bold findfont
24941 16 scalefont
24942 setfont
24943 225.47 731.00 moveto
24944 (2) show
24945 /NewCenturySchlbk-Bold findfont
24946 16 scalefont
24947 setfont
24948 225.47 718.98 moveto
24949 (4) show
24950 %  S_CHHEAD
24951 %  S_STAFF
24952 % staff 1
24953 save
24954 257.04 734.00 1.000000 4n
24955 0.70 setlinewidth
24956 253.35 733.25 moveto
24957 253.35 715.00 lineto stroke
24958 304.99 728.00 1.000000 4n
24959 301.31 727.25 moveto
24960 301.31 709.00 lineto stroke
24961 352.95 725.00 1.000000 4n
24962 356.63 725.75 moveto
24963 356.63 744.25 lineto stroke
24964 401.75 722.00 1.000000 4n
24965 405.43 722.75 moveto
24966 405.43 741.25 lineto stroke
24967 newpath
24968 253.00 716.50 moveto
24969 301.66 710.50 lineto
24970 301.66 707.50 lineto
24971 253.00 713.50 lineto
24972 closepath
24973 fill
24974 newpath
24975 356.28 745.75 moveto
24976 405.78 742.75 lineto
24977 405.78 739.75 lineto
24978 356.28 742.75 lineto
24979 closepath
24980 fill
24981 restore
24982 %  S_PRHEAD
24983 22 linenum
24984 /Times-Roman findfont
24985 15 scalefont
24986 setfont
24987 248.04 746.00 moveto
24988 251.84 748.24 0.750000 up4n
24989 255.65 746.00 moveto
24990 (  ) show
24991 267.02 748.24 0.750000 up4n
24992 270.82 746.00 moveto
24993 (  = ) show
24994 294.43 748.24 0.750000 up4n
24995 298.24 746.00 moveto
24996 (  ) show
24997 311.63 748.24 0.750000 up8n
24998 317.46 746.00 moveto
24999 %  S_LINE
25000 24 linenum
25001 3.00 setlinewidth
25002 254.34 762.50 moveto
25003 269.64 762.50 lineto stroke
25004 %  S_LINE
25005 27 linenum
25006 0.70 setlinewidth
25007 292.14 767.00 moveto
25008 300.84 767.00 lineto stroke
25009 %  S_LINE
25010 28 linenum
25011 306.24 767.00 moveto
25012 315.54 767.00 lineto stroke
25013 %  S_LINE
25014 29 linenum
25015 292.14 767.15 moveto
25016 292.14 761.90 lineto stroke
25017 %  S_LINE
25018 30 linenum
25019 315.54 767.15 moveto
25020 315.54 761.90 lineto stroke
25021 %  S_PRHEAD
25022 34 linenum
25023 /Times-Roman findfont
25024 15 scalefont
25025 setfont
25026 301.74 764.30 moveto
25027 /Times-Italic findfont
25028 8 scalefont
25029 setfont
25030 (3) show
25031 %  S_BAR
25032 36 linenum
25033 446.05 743.00 moveto
25034 446.05 719.00 lineto stroke
25035 %  Printing header/footer
25036 showpage
25037 restore
25038 %%DocumentFonts: /Times-Roman /Times-Italic /NewCenturySchlbk-Bold 
25039 %%Pages: 2
25040 %%EndDocument
25041 end 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
25044 586.6 Q 2.5(et)-.1 G(he MIDI output use swing time.)-2.5 E 69.336 604.6
25045 EBEGIN
25046 0 0.1 0.5 setrgbcolor
25047 EEND/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
25049 0 0 0 setrgbcolor
25050 EEND/F0 10/Times-Roman@0 SF .657
25051 (Sometimes you may wish to print more than one song on the same page.)
25052 72.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
25059 1.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 \
25061 a "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
25065 BP
25066 %%EndPageSetup
25067 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(42 -)-2.5 E/F1 10/Courier@0
25068 SF(score)105.336 96 Q(scoresep=10,14)130.336 108 Q(label="")130.336 120
25069 Q(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
25075 Q(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)
25080 105.336 396 Q(// print title for second song)105.336 408 Q(block)105.336
25081 420 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&)
25085 130.336 504 Q(music)105.336 528 Q(1: d;e;2f;)105.336 540 Q(bar)105.336
25086 552 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;)
25088 105.336 600 Q(bar)105.336 612 Q(1: 2e;4c;d;)105.336 624 Q(bar)105.336
25089 636 Q(1: 2g;f;)105.336 648 Q(endbar)105.336 660 Q EP
25090 %%Page: 143 149
25091 %%BeginPageSetup
25092 BP
25093 %%EndPageSetup
25094 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(43 -)-2.5 E 111.836 96
25095 EBEGIN
25096 gsave 0 0.25 0.75 setrgbcolor 0 327 rlineto 352 0 rlineto 0 327 neg rlineto closepath stroke grestore
25097 EEND 128 435 352 352 -327 327 110.836 423 PBEGIN
25098 %%BeginDocument: mugex96.ps
25099 %%BoundingBox: 128 435 480 762
25100 save
25101 1039846316 1039845534 sv
25102 1.000000 1.000000 scale
25103 %  S_SSV
25104 (/tmp/ugexiM5077) inputfile
25105 2 linenum
25106 %  S_FEED
25107 579.00 777.13 468.00 5 1.000000 1.000000 stf
25108 /Times-Roman findfont
25109 12 scalefont
25110 setfont
25111 144.00 705.13 moveto
25112 %  S_CLEFSIG
25113 158.79 699.13 1.000000 gclef
25114 /NewCenturySchlbk-Bold findfont
25115 16 scalefont
25116 setfont
25117 170.58 705.13 moveto
25118 (4) show
25119 /NewCenturySchlbk-Bold findfont
25120 16 scalefont
25121 setfont
25122 170.58 693.11 moveto
25123 (4) show
25124 %  S_CHHEAD
25125 %  S_STAFF
25126 % staff 1
25127 save
25128 188.51 687.13 1.000000 4n
25129 0.70 setlinewidth
25130 182.28 687.13 moveto
25131 194.74 687.13 lineto stroke
25132 192.19 687.88 moveto
25133 192.19 708.13 lineto stroke
25134 221.95 690.13 1.000000 4n
25135 225.63 690.88 moveto
25136 225.63 711.13 lineto stroke
25137 255.39 693.13 1.000000 4n
25138 259.07 693.88 moveto
25139 259.07 714.13 lineto stroke
25140 289.66 696.13 1.000000 4n
25141 293.35 696.88 moveto
25142 293.35 717.13 lineto stroke
25143 restore
25144 %  S_BAR
25145 12 linenum
25146 0.70 setlinewidth
25147 321.87 717.13 moveto
25148 321.87 693.13 lineto stroke
25149 %  S_CHHEAD
25150 %  S_STAFF
25151 % staff 1
25152 save
25153 334.29 696.13 1.000000 4n
25154 337.98 696.88 moveto
25155 337.98 717.13 lineto stroke
25156 367.73 693.13 1.000000 4n
25157 371.41 693.88 moveto
25158 371.41 714.13 lineto stroke
25159 401.17 690.13 1.000000 4n
25160 404.85 690.88 moveto
25161 404.85 711.13 lineto stroke
25162 435.45 687.13 1.000000 4n
25163 429.21 687.13 moveto
25164 441.68 687.13 lineto stroke
25165 439.13 687.88 moveto
25166 439.13 708.13 lineto stroke
25167 restore
25168 %  S_BAR
25169 14 linenum
25170 0.70 setlinewidth
25171 467.65 717.13 moveto
25172 467.65 693.13 lineto stroke
25173 %  S_FEED
25174 576.00 711.13 468.00 5 1.000000 1.000000 stf
25175 %  S_CLEFSIG
25176 155.79 633.13 1.000000 gclef
25177 %  S_CHHEAD
25178 %  S_STAFF
25179 % staff 1
25180 save
25181 185.54 621.13 1.000000 4n
25182 179.31 621.13 moveto
25183 191.78 621.13 lineto stroke
25184 189.23 621.88 moveto
25185 189.23 642.13 lineto stroke
25186 219.18 624.13 1.000000 4n
25187 222.86 624.88 moveto
25188 222.86 645.13 lineto stroke
25189 252.81 627.13 1.000000 4n
25190 256.49 627.88 moveto
25191 256.49 648.13 lineto stroke
25192 287.28 630.13 1.000000 4n
25193 290.96 630.88 moveto
25194 290.96 651.13 lineto stroke
25195 restore
25196 %  S_BAR
25197 16 linenum
25198 0.70 setlinewidth
25199 319.65 651.13 moveto
25200 319.65 627.13 lineto stroke
25201 %  S_CHHEAD
25202 %  S_STAFF
25203 % staff 1
25204 save
25205 332.11 630.13 1.000000 4n
25206 335.79 630.88 moveto
25207 335.79 651.13 lineto stroke
25208 365.70 624.13 1.000000 4n
25209 369.38 624.88 moveto
25210 369.38 645.13 lineto stroke
25211 404.33 621.13 1.000000 2n
25212 397.88 621.13 moveto
25213 410.78 621.13 lineto stroke
25214 408.23 621.88 moveto
25215 408.23 642.13 lineto stroke
25216 restore
25217 %  S_BAR
25218 17 linenum
25219 0.70 setlinewidth
25220 462.50 651.13 moveto
25221 462.50 627.13 lineto stroke
25222 3.00 setlinewidth
25223 466.50 651.13 moveto
25224 466.50 627.13 lineto stroke
25225 0.70 setlinewidth
25226 %  S_SSV
25227 21 linenum
25228 %  S_CLEFSIG
25229 %  S_CHHEAD
25230 %  S_STAFF
25231 % staff 1
25232 save
25233 restore
25234 %  S_BAR
25235 24 linenum
25236 0.70 setlinewidth
25237 %  S_SSV
25238 29 linenum
25239 %  S_CLEFSIG
25240 %  S_FEED
25241 31 linenum
25242 %  S_BLOCKHEAD
25243 31 linenum
25244 /Times-Roman findfont
25245 30 scalefont
25246 setfont
25247 302.22 584.83 moveto
25248 ( ) show
25249 /Times-Roman findfont
25250 18 scalefont
25251 setfont
25252 229.91 565.60 moveto
25253 (Title for second song) show
25254 %  S_SSV
25255 36 linenum
25256 %  S_FEED
25257 576.00 601.95 468.00 5 1.000000 1.000000 stf
25258 %  S_CLEFSIG
25259 155.79 523.95 1.000000 gclef
25260 169.33 529.95 1.000000 flat
25261 /NewCenturySchlbk-Bold findfont
25262 16 scalefont
25263 setfont
25264 175.07 529.95 moveto
25265 (4) show
25266 /NewCenturySchlbk-Bold findfont
25267 16 scalefont
25268 setfont
25269 175.07 517.94 moveto
25270 (4) show
25271 %  S_CHHEAD
25272 %  S_STAFF
25273 % staff 1
25274 save
25275 204.25 514.95 1.000000 4n
25276 207.93 515.70 moveto
25277 207.93 535.95 lineto stroke
25278 237.87 517.95 1.000000 4n
25279 241.55 518.70 moveto
25280 241.55 538.95 lineto stroke
25281 276.52 520.95 1.000000 2n
25282 280.41 521.70 moveto
25283 280.41 541.95 lineto stroke
25284 restore
25285 %  S_BAR
25286 43 linenum
25287 0.70 setlinewidth
25288 329.72 541.95 moveto
25289 329.72 517.95 lineto stroke
25290 %  S_SSV
25291 44 linenum
25292 %  S_CHHEAD
25293 %  S_STAFF
25294 % staff 1
25295 save
25296 342.15 526.95 1.000000 4n
25297 345.83 527.70 moveto
25298 345.83 547.95 lineto stroke
25299 379.96 523.95 1.000000 2n
25300 383.85 524.70 moveto
25301 383.85 544.95 lineto stroke
25302 435.27 520.95 1.000000 4n
25303 438.95 521.70 moveto
25304 438.95 541.95 lineto stroke
25305 restore
25306 %  S_BAR
25307 48 linenum
25308 0.70 setlinewidth
25309 467.65 541.95 moveto
25310 467.65 517.95 lineto stroke
25311 %  S_FEED
25312 576.00 535.95 468.00 5 1.000000 1.000000 stf
25313 %  S_CLEFSIG
25314 155.79 457.95 1.000000 gclef
25315 169.33 463.95 1.000000 flat
25316 %  S_CHHEAD
25317 %  S_STAFF
25318 % staff 1
25319 save
25320 197.93 451.95 1.000000 2n
25321 201.83 452.70 moveto
25322 201.83 472.95 lineto stroke
25323 255.50 445.95 1.000000 4n
25324 249.27 445.95 moveto
25325 261.73 445.95 lineto stroke
25326 259.18 446.70 moveto
25327 259.18 466.95 lineto stroke
25328 291.91 448.95 1.000000 4n
25329 295.59 449.70 moveto
25330 295.59 469.95 lineto stroke
25331 restore
25332 %  S_BAR
25333 50 linenum
25334 0.70 setlinewidth
25335 325.89 475.95 moveto
25336 325.89 451.95 lineto stroke
25337 %  S_CHHEAD
25338 %  S_STAFF
25339 % staff 1
25340 save
25341 343.21 457.95 1.000000 2n
25342 347.11 458.70 moveto
25343 347.11 478.95 lineto stroke
25344 406.02 454.95 1.000000 2n
25345 409.91 455.70 moveto
25346 409.91 475.95 lineto stroke
25347 restore
25348 %  S_BAR
25349 51 linenum
25350 0.70 setlinewidth
25351 462.50 475.95 moveto
25352 462.50 451.95 lineto stroke
25353 3.00 setlinewidth
25354 466.50 475.95 moveto
25355 466.50 451.95 lineto stroke
25356 0.70 setlinewidth
25357 %  Printing header/footer
25358 /Times-Roman findfont
25359 18 scalefont
25360 setfont
25361 240.44 741.42 moveto
25362 (Title for first song) show
25363 showpage
25364 restore
25365 %%DocumentFonts: /Times-Roman /NewCenturySchlbk-Bold 
25366 %%Pages: 2
25367 %%EndDocument
25368 end PEND 69.336 443 EBEGIN
25369 0 0.1 0.5 setrgbcolor
25370 EEND/F0 14/Times-Bold@0 SF 3.5(13.14 Cadenzas)72.836 443 R 69.336 461
25371 EBEGIN
25372 0 0 0 setrgbcolor
25373 EEND/F0 10/Times-Roman@0 SF .59(Cadenzas or cadenza-lik)72.426 461 R
25374 3.09(ep)-.1 G .591(assages are often written with an arbitrary number o\
25375 f notes per measure.)-3.09 F(One)5.591 E -.1(wa)69.336 473 S 2.5(yt).1 G
25376 2.5(oa)-2.5 G(ccomplish this is to use a tuplet with the appropriate nu\
25377 mber of notes.)-2.5 E/F1 10/Courier@0 SF(score)105.336 491 Q(time = 3/4)
25378 130.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.;)
25380 105.336 551 Q(bar)105.336 563 Q 127.836 572.6 EBEGIN
25381 gsave 0 0.25 0.75 setrgbcolor 0 68 rlineto 320 0 rlineto 0 68 neg rlineto closepath stroke grestore
25382 EEND 160 695 320 320 -68 68 126.836 640.6 PBEGIN
25383 %%BeginDocument: mugex97.ps
25384 %%BoundingBox: 160 695 480 763
25385 save
25386 1039846316 1039845534 sv
25387 1.000000 1.000000 scale
25388 %  S_SSV
25389 (/tmp/ugexiM5077) inputfile
25390 2 linenum
25391 %  S_FEED
25392 612.29 803.00 468.00 5 1.000000 1.000000 stf
25393 %  S_CLEFSIG
25394 192.08 725.00 1.000000 gclef
25395 /NewCenturySchlbk-Bold findfont
25396 16 scalefont
25397 setfont
25398 203.87 731.00 moveto
25399 (3) show
25400 /NewCenturySchlbk-Bold findfont
25401 16 scalefont
25402 setfont
25403 203.87 718.98 moveto
25404 (4) show
25405 %  S_CHHEAD
25406 %  S_STAFF
25407 % staff 1
25408 save
25409 228.64 704.00 0.583333 4n
25410 0.70 setlinewidth
25411 224.09 707.00 moveto
25412 233.20 707.00 lineto stroke
25413 224.09 713.00 moveto
25414 233.20 713.00 lineto stroke
25415 230.65 704.49 moveto
25416 230.65 742.02 lineto stroke
25417 242.57 710.00 0.583333 4n
25418 238.02 713.00 moveto
25419 247.12 713.00 lineto stroke
25420 244.57 710.49 moveto
25421 244.57 742.02 lineto stroke
25422 256.49 713.00 0.583333 4n
25423 251.94 713.00 moveto
25424 261.04 713.00 lineto stroke
25425 258.49 713.49 moveto
25426 258.49 742.02 lineto stroke
25427 270.42 716.00 0.583333 4n
25428 272.42 716.49 moveto
25429 272.42 742.03 lineto stroke
25430 284.34 719.00 0.583333 4n
25431 286.34 719.49 moveto
25432 286.34 742.02 lineto stroke
25433 298.26 722.00 0.583333 4n
25434 300.27 722.49 moveto
25435 300.27 742.02 lineto stroke
25436 312.19 725.00 0.583333 4n
25437 314.19 725.49 moveto
25438 314.19 742.03 lineto stroke
25439 326.11 728.00 0.583333 4n
25440 328.11 728.49 moveto
25441 328.11 742.02 lineto stroke
25442 340.04 731.00 0.583333 4n
25443 342.04 731.49 moveto
25444 342.04 742.02 lineto stroke
25445 353.96 728.00 0.583333 4n
25446 355.96 728.49 moveto
25447 355.96 742.02 lineto stroke
25448 367.88 725.00 0.583333 4n
25449 369.89 725.49 moveto
25450 369.89 742.03 lineto stroke
25451 381.81 722.00 0.583333 4n
25452 383.81 722.49 moveto
25453 383.81 742.02 lineto stroke
25454 395.73 719.00 0.583333 4n
25455 397.73 719.49 moveto
25456 397.73 742.02 lineto stroke
25457 409.66 716.00 0.583333 4n
25458 411.66 716.49 moveto
25459 411.66 742.03 lineto stroke
25460 423.58 713.00 0.583333 4n
25461 419.03 713.00 moveto
25462 428.13 713.00 lineto stroke
25463 425.58 713.49 moveto
25464 425.58 742.02 lineto stroke
25465 437.51 710.00 0.583333 4n
25466 432.95 713.00 moveto
25467 442.06 713.00 lineto stroke
25468 439.51 710.49 moveto
25469 439.51 742.02 lineto stroke
25470 451.99 704.00 0.583333 4n
25471 447.44 707.00 moveto
25472 456.54 707.00 lineto stroke
25473 447.44 713.00 moveto
25474 456.54 713.00 lineto stroke
25475 453.99 704.49 moveto
25476 453.99 742.02 lineto stroke
25477 newpath
25478 230.42 743.00 moveto
25479 454.22 743.00 lineto
25480 454.22 741.05 lineto
25481 230.42 741.05 lineto
25482 closepath
25483 fill
25484 newpath
25485 230.42 739.00 moveto
25486 454.22 739.00 lineto
25487 454.22 737.05 lineto
25488 230.42 737.05 lineto
25489 closepath
25490 fill
25491 restore
25492 %  S_BAR
25493 10 linenum
25494 0.70 setlinewidth
25495 467.65 743.00 moveto
25496 467.65 719.00 lineto stroke
25497 %  Printing header/footer
25498 showpage
25499 restore
25500 %%DocumentFonts: /NewCenturySchlbk-Bold 
25501 %%Pages: 2
25502 %%EndDocument
25503 end PEND 69.336 660.6 EBEGIN
25504 0 0.1 0.5 setrgbcolor
25505 EEND/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
25507 0 0 0 setrgbcolor
25508 EEND/F0 10/Times-Roman@0 SF .933(The transpose and addtranspose paramet\
25509 ers 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)
25511 69.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
25516 BP
25517 %%EndPageSetup
25518 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(44 -)-2.5 E .4 LW 398.736
25519 88.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
25521 398.736 102.5 171.936 102.5 DL F0 47.78(0p)176.936 112 S(erfect 1)-47.78
25522 E(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)
25524 36.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
25526 172 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)
25531 2.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
25533 248.5 DL 222.216 88.5 222.216 248.5 DL 398.736 88.5 398.736 248.5 DL
25534 171.936 88.5 171.936 248.5 DL 1.21(This table continues in a similar w)
25535 69.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)
25541 5.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
25543 G 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
25547 F(tw)69.336 310 Q 2.5(oh)-.1 G(alfsteps, you could say either)-2.5 E/F2
25548 10/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
25559 3.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)
25569 69.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
25573 4.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
25576 F .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)
25588 5.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)
25591 69.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
25597 E(ital\(8\) chord 1: COUNT \222NAME\222;)130.336 620 Q(// real chord)24
25598 E(@)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)
25601 105.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
25608 BP
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
25613 2.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
25617 0 0.1 0.5 setrgbcolor
25618 EEND/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
25620 EBEGIN
25621 0 0 0 setrgbcolor
25622 EEND/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)
25630 105.336 186 Q(print \(_win.w + 30, _win.n - 15\) "2.)105.336 198 Q(")18
25631 E(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(")
25633 105.336 258 Q(print \(_win.w + 90, _win.n - 15\) "3.)105.336 270 Q(")18
25634 E(print "\\)105.336 282 Q(Here is another verse's first line)105.336 294
25635 Q(and its second line)105.336 306 Q(and its third line.)105.336 318 Q(")
25636 105.336 330 Q F0 -1.1(Yo)69.336 356 S 2.98(um)1.1 G .48(ay need to use \
25637 a little trial-and-error to determine the coordinates to use on the pri\
25638 nt 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
25640 F .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\
25643 atement 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)
25646 69.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
25648 F .05(as sho)69.336 422 R .05(wn in the e)-.25 F .05(xample belo)-.15 F
25649 1.35 -.65(w, s)-.25 H .05(ince its constant-width characters mak).65 F
25650 2.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
25656 E(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
25659 0 0.1 0.5 setrgbcolor
25660 EEND/F0 14/Times-Bold@0 SF 3.5(13.17 A)72.836 574 R(utomatic piano r)-.7
25661 E(eduction)-.252 E 69.336 592 EBEGIN
25662 0 0 0 setrgbcolor
25663 EEND/F0 10/Times-Roman@0 SF .926(Perhaps you')72.762 592 R 3.426(dl)-.5
25664 G(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
25670 BP
25671 %%EndPageSetup
25672 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(46 -)-2.5 E/F1 10/Courier@0
25673 SF(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
25675 Q(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)
25678 123.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: @)
25683 105.336 336 Q(// tenor)12 E(define B 4 1 & 6 2: @)105.336 348 Q(// bass)
25684 18 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)
25686 105.336 432 Q EP
25687 %%Page: 147 153
25688 %%BeginPageSetup
25689 BP
25690 %%EndPageSetup
25691 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(47 -)-2.5 E 127.836 96
25692 EBEGIN
25693 gsave 0 0.25 0.75 setrgbcolor 0 322 rlineto 320 0 rlineto 0 322 neg rlineto closepath stroke grestore
25694 EEND 160 441 320 320 -322 322 126.836 418 PBEGIN
25695 %%BeginDocument: mugex98.ps
25696 %%BoundingBox: 160 441 480 763
25697 save
25698 1039846316 1039845534 sv
25699 1.000000 1.000000 scale
25700 %  S_SSV
25701 (/tmp/ugexiM5077) inputfile
25702 2 linenum
25703 %  S_SSV
25704 8 linenum
25705 %  S_SSV
25706 10 linenum
25707 %  S_SSV
25708 12 linenum
25709 %  S_SSV
25710 15 linenum
25711 %  S_FEED
25712 622.29 803.00 468.00 5 1.000000 1.000000 stf
25713 622.29 749.00 468.00 5 1.000000 1.000000 stf
25714 622.29 695.00 468.00 5 1.000000 1.000000 stf
25715 622.29 641.00 468.00 5 1.000000 1.000000 stf
25716 622.29 590.00 468.00 5 1.000000 0.750000 stf
25717 622.29 539.00 468.00 5 1.000000 0.750000 stf
25718 188.29 746.00 554.00 bracket
25719 189.79 527.00 458.00 brace
25720 0.52 setlinewidth
25721 190.29 743.00 moveto
25722 190.29 458.00 lineto stroke
25723 %  S_CLEFSIG
25724 202.08 725.00 1.000000 gclef
25725 202.08 671.00 1.000000 gclef
25726 202.08 595.26 moveto
25727 /Times-Italic findfont
25728 9 scalefont
25729 setfont
25730 (8) show
25731 202.08 617.00 1.000000 gclef
25732 202.33 575.00 1.000000 fclef
25733 199.13 513.50 0.750000 gclef
25734 199.32 471.50 0.750000 fclef
25735 %  S_CHHEAD
25736 %  S_STAFF
25737 % staff 1
25738 save
25739 243.02 734.00 1.000000 2n
25740 0.70 setlinewidth
25741 239.13 733.25 moveto
25742 239.13 713.00 lineto stroke
25743 360.79 734.00 1.000000 2n
25744 356.89 733.25 moveto
25745 356.89 713.00 lineto stroke
25746 restore
25747 %  S_STAFF
25748 % staff 2
25749 save
25750 243.02 668.00 1.000000 2n
25751 0.70 setlinewidth
25752 246.92 668.75 moveto
25753 246.92 689.00 lineto stroke
25754 360.79 665.00 1.000000 2n
25755 364.68 665.75 moveto
25756 364.68 686.00 lineto stroke
25757 restore
25758 %  S_STAFF
25759 % staff 3
25760 save
25761 243.02 620.00 1.000000 2n
25762 0.70 setlinewidth
25763 246.92 620.75 moveto
25764 246.92 641.00 lineto stroke
25765 360.79 617.00 1.000000 2n
25766 364.68 617.75 moveto
25767 364.68 638.00 lineto stroke
25768 restore
25769 %  S_STAFF
25770 % staff 4
25771 save
25772 243.02 566.00 1.000000 2n
25773 0.70 setlinewidth
25774 246.92 566.75 moveto
25775 246.92 587.00 lineto stroke
25776 360.79 566.00 1.000000 2n
25777 364.68 566.75 moveto
25778 364.68 587.00 lineto stroke
25779 restore
25780 %  S_STAFF
25781 % staff 5
25782 save
25783 243.02 520.25 0.750000 2n
25784 0.52 setlinewidth
25785 245.95 520.81 moveto
25786 245.95 536.00 lineto stroke
25787 360.79 520.25 0.750000 2n
25788 363.71 520.81 moveto
25789 363.71 536.00 lineto stroke
25790 243.02 511.25 0.750000 2n
25791 240.10 510.69 moveto
25792 240.10 495.50 lineto stroke
25793 360.79 509.00 0.750000 2n
25794 357.86 508.44 moveto
25795 357.86 493.25 lineto stroke
25796 restore
25797 %  S_STAFF
25798 % staff 6
25799 save
25800 243.02 476.00 0.750000 2n
25801 0.52 setlinewidth
25802 245.95 476.56 moveto
25803 245.95 491.75 lineto stroke
25804 360.79 473.75 0.750000 2n
25805 363.71 474.31 moveto
25806 363.71 489.50 lineto stroke
25807 243.02 464.75 0.750000 2n
25808 240.10 464.19 moveto
25809 240.10 449.00 lineto stroke
25810 360.79 464.75 0.750000 2n
25811 357.86 464.19 moveto
25812 357.86 449.00 lineto stroke
25813 restore
25814 %  S_BAR
25815 32 linenum
25816 0.70 setlinewidth
25817 467.65 743.00 moveto
25818 467.65 719.00 lineto stroke
25819 467.65 689.00 moveto
25820 467.65 665.00 lineto stroke
25821 467.65 635.00 moveto
25822 467.65 611.00 lineto stroke
25823 467.65 581.00 moveto
25824 467.65 557.00 lineto stroke
25825 467.65 527.00 moveto
25826 467.65 509.00 lineto stroke
25827 467.65 476.00 moveto
25828 467.65 458.00 lineto stroke
25829 %  Printing header/footer
25830 showpage
25831 restore
25832 %%DocumentFonts: /Times-Italic 
25833 %%Pages: 2
25834 %%EndDocument
25835 end 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
25841 Q(define M [ 4 1 & 6 2; \\)105.336 492 Q 6(31&61)171.336 504 S 6(;\\)-6
25842 G 6(21&52)171.336 516 S 6(;\\)-6 G 6(11&51]: @)171.336 528 S(music)
25843 105.336 552 Q 6(M2)105.336 576 S(cafc+;cgec+;)-6 E(bar)105.336 588 Q
25844 69.336 614 EBEGIN
25845 0 0.1 0.5 setrgbcolor
25846 EEND/F0 14/Times-Bold@0 SF 3.5(13.18 Diagonal)72.836 614 R(slash marks)
25847 3.5 E 69.336 632 EBEGIN
25848 0 0 0 setrgbcolor
25849 EEND/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 \
25852 strumming a chord \(in a guitar part\), or to mean that the pre)69.336
25853 644 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
25862 BP
25863 %%EndPageSetup
25864 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(48 -)-2.5 E(Usually such sl\
25865 ash 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
25867 Q(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
25870 127.836 179.6 EBEGIN
25871 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 320 0 rlineto 0 61 neg rlineto closepath stroke grestore
25872 EEND 160 702 320 320 -61 61 126.836 240.6 PBEGIN
25873 %%BeginDocument: mugex99.ps
25874 %%BoundingBox: 160 702 480 763
25875 save
25876 1039846316 1039845534 sv
25877 1.000000 1.000000 scale
25878 %  S_SSV
25879 (/tmp/ugexiM5077) inputfile
25880 1 linenum
25881 %  S_FEED
25882 612.29 803.00 468.00 5 1.000000 1.000000 stf
25883 %  S_CLEFSIG
25884 192.08 725.00 1.000000 gclef
25885 %  S_CHHEAD
25886 %  S_STAFF
25887 % staff 1
25888 save
25889 226.10 731.00 1.000000 4n
25890 0.70 setlinewidth
25891 222.42 730.25 moveto
25892 222.42 710.00 lineto stroke
25893 287.28 731.00 1.000000 fillslashhead
25894 348.84 731.00 1.000000 fillslashhead
25895 411.63 731.00 1.000000 fillslashhead
25896 restore
25897 %  S_BAR
25898 6 linenum
25899 0.70 setlinewidth
25900 467.65 743.00 moveto
25901 467.65 719.00 lineto stroke
25902 %  Printing header/footer
25903 showpage
25904 restore
25905 %%DocumentFonts: 
25906 %%Pages: 2
25907 %%EndDocument
25908 end PEND 69.336 260.6 EBEGIN
25909 0 0.1 0.5 setrgbcolor
25910 EEND/F0 14/Times-Bold@0 SF 3.5(13.19 Br)72.836 260.6 R(eath marks)-.252
25911 E 69.336 278.6 EBEGIN
25912 0 0 0 setrgbcolor
25913 EEND/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
25919 Q(1: e;d;2c;)105.336 356.6 Q(bar)105.336 368.6 Q 91.836 378.2 EBEGIN
25920 gsave 0 0.25 0.75 setrgbcolor 0 61 rlineto 392 0 rlineto 0 61 neg rlineto closepath stroke grestore
25921 EEND 128 692 392 392 -61 61 90.836 439.2 PBEGIN
25922 %%BeginDocument: mugex100.ps
25923 %%BoundingBox: 128 692 520 753
25924 save
25925 1039846316 1039845534 sv
25926 1.000000 1.000000 scale
25927 %  S_SSV
25928 (/tmp/ugexiM5077) inputfile
25929 2 linenum
25930 %  S_FEED
25931 576.29 792.97 504.00 5 1.000000 1.000000 stf
25932 %  S_CLEFSIG
25933 156.08 714.97 1.000000 gclef
25934 %  S_CHHEAD
25935 %  S_STAFF
25936 % staff 1
25937 save
25938 187.05 702.97 1.000000 4n
25939 0.70 setlinewidth
25940 180.82 702.97 moveto
25941 193.28 702.97 lineto stroke
25942 190.73 703.72 moveto
25943 190.73 723.97 lineto stroke
25944 227.94 705.97 1.000000 4n
25945 231.62 706.72 moveto
25946 231.62 726.97 lineto stroke
25947 274.76 708.97 1.000000 2n
25948 278.65 709.72 moveto
25949 278.65 729.97 lineto stroke
25950 /Times-Roman findfont
25951 24 scalefont
25952 setfont
25953 319.55 740.45 moveto
25954 (, ) show
25955 restore
25956 %  S_BAR
25957 9 linenum
25958 0.70 setlinewidth
25959 338.51 732.97 moveto
25960 338.51 708.97 lineto stroke
25961 %  S_CHHEAD
25962 %  S_STAFF
25963 % staff 1
25964 save
25965 352.19 708.97 1.000000 4n
25966 355.87 709.72 moveto
25967 355.87 729.97 lineto stroke
25968 393.08 705.97 1.000000 4n
25969 396.76 706.72 moveto
25970 396.76 726.97 lineto stroke
25971 439.90 702.97 1.000000 2n
25972 433.45 702.97 moveto
25973 446.34 702.97 lineto stroke
25974 443.79 703.72 moveto
25975 443.79 723.97 lineto stroke
25976 restore
25977 %  S_BAR
25978 12 linenum
25979 0.70 setlinewidth
25980 503.65 732.97 moveto
25981 503.65 708.97 lineto stroke
25982 %  Printing header/footer
25983 showpage
25984 restore
25985 %%DocumentFonts: /Times-Roman 
25986 %%Pages: 2
25987 %%EndDocument
25988 end PEND 69.336 459.2 EBEGIN
25989 0 0.1 0.5 setrgbcolor
25990 EEND/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
25992 0 0 0 setrgbcolor
25993 EEND/F0 10/Times-Roman@0 SF .278
25994 (Mup does not include characters specially for the standard or)72.114
25995 477.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)
25997 69.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
26004 Q(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
26006 603.2 Q(1: a-;b-;e;f;)105.336 627.2 Q(rom below 1: 1 HEEL; 2 TOE;)
26007 105.336 639.2 Q(rom above 1: 3 TOE; 4 HEEL;)105.336 651.2 Q(bar)105.336
26008 663.2 Q 127.836 672.8 EBEGIN
26009 gsave 0 0.25 0.75 setrgbcolor 0 71 rlineto 320 0 rlineto 0 71 neg rlineto closepath stroke grestore
26010 EEND 160 691 320 320 -71 71 126.836 743.8 PBEGIN
26011 %%BeginDocument: mugex101.ps
26012 %%BoundingBox: 160 691 480 762
26013 save
26014 1930114009 1930113259 sv
26015 1.000000 1.000000 scale
26016 %  S_SSV
26017 (/tmp/ugexiM5077) inputfile
26018 2 linenum
26019 %  S_FEED
26020 396.29 1157.33 468.00 5 1.000000 1.000000 stf
26021 %  S_CLEFSIG
26022 192.33 731.33 1.000000 fclef
26023 %  S_CHHEAD
26024 %  S_STAFF
26025 % staff 1
26026 save
26027 226.97 716.33 1.000000 4n
26028 0.70 setlinewidth
26029 230.65 717.08 moveto
26030 230.65 737.33 lineto stroke
26031 288.41 719.33 1.000000 4n
26032 292.09 720.08 moveto
26033 292.09 740.33 lineto stroke
26034 349.84 728.33 1.000000 4n
26035 346.16 727.58 moveto
26036 346.16 707.33 lineto stroke
26037 412.12 731.33 1.000000 4n
26038 408.43 730.58 moveto
26039 408.43 710.33 lineto stroke
26040 /Times-Roman findfont
26041 12 scalefont
26042 setfont
26043 408.88 745.76 moveto
26044 /Helvetica-Bold findfont
26045 9 scalefont
26046 setfont
26047 (U ) show
26048 /Times-Roman findfont
26049 12 scalefont
26050 setfont
26051 345.52 746.30 moveto
26052 349.84 746.22 0.916667 acc_hat
26053 354.16 746.30 moveto
26054 /Times-Roman findfont
26055 11 scalefont
26056 setfont
26057 ( ) show
26058 /Times-Roman findfont
26059 12 scalefont
26060 setfont
26061 223.73 700.04 moveto
26062 /Helvetica-Bold findfont
26063 9 scalefont
26064 setfont
26065 (U ) show
26066 /Times-Roman findfont
26067 12 scalefont
26068 setfont
26069 284.08 697.63 moveto
26070 288.41 697.55 0.916667 acc_hat
26071 292.73 697.63 moveto
26072 /Times-Roman findfont
26073 11 scalefont
26074 setfont
26075 ( ) show
26076 restore
26077 %  S_BAR
26078 15 linenum
26079 0.70 setlinewidth
26080 467.65 737.33 moveto
26081 467.65 713.33 lineto stroke
26082 %  Printing header/footer
26083 showpage
26084 restore
26085 %%DocumentFonts: /Times-Roman /Helvetica-Bold 
26086 %%Pages: 2
26087 %%EndDocument
26088 end PEND EP
26089 %%Page: 149 155
26090 %%BeginPageSetup
26091 BP
26092 %%EndPageSetup
26093 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(49 -)-2.5 E 69.336 104
26094 EBEGIN
26095 0 0.1 0.5 setrgbcolor
26096 EEND/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
26098 0 0 0 setrgbcolor
26099 EEND/F0 10/Times-Roman@0 SF .835
26100 (It is possible to use Mup to generate blank music staf)72.671 122 R
26101 3.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
26110 E/F1 10/Courier@0 SF(score)105.336 176 Q 35(scoresep=9,100 //)130.336
26111 188 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
26114 224 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
26116 248 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(@)
26119 105.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
26126 0 0.1 0.5 setrgbcolor
26127 EEND/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
26129 0 0 0 setrgbcolor
26130 EEND/F0 10/Times-Roman@0 SF 1.132
26131 (Since Mup generates PostScript, almost an)72.968 556 R 3.632(yP)-.15 G
26132 1.132(ostScript tool can be used on its output. In particular)-3.632 F
26133 3.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
26136 1.572(which also comes with Ghostscript, con)69.336 580 R -.15(ve)-.4 G
26137 1.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\
26141 is can let you insert Mup)-3.23 F(output into some other document.)
26142 69.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\
26145 se include "psnup" which lets you print multiple pages on one sheet of \
26146 paper with more \215e)69.336 634 R .352(xibility than)-.15 F(Mup')69.336
26147 646 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
26149 S 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
26155 BP
26156 %%EndPageSetup
26157 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(50 -)-2.5 E 69.336 103
26158 EBEGIN
26159 0 0.1 0.5 setrgbcolor
26160 EEND/F0 15/Times-Bold@0 SF 3.75(14. MIDI)73.086 103 R(OUTPUT)3.75 E
26161 69.336 121 EBEGIN
26162 0 0 0 setrgbcolor
26163 EEND/F0 10/Times-Roman@0 SF 2.012
26164 (Mup will optionally produce MIDI output \(using the -m command line ar)
26165 73.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)
26167 69.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\
26170 ps 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\
26172 ng 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)
26175 69.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
26177 2.5(yw)-.15 G(ant a separate MIDI editor for really serious MIDI w)-2.6
26178 E(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
26184 E .959(Each v)69.336 229 R .959(oice is put on a separate MIDI track. T\
26185 he \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
26198 S 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)
26204 69.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
26208 2.702(macros. F)69.336 349 R .201(or e)-.15 F .201(xample, a section be\
26209 tween 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\
26211 he 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
26216 BP
26217 %%EndPageSetup
26218 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(51 -)-2.5 E/F1 10/Courier@0
26219 SF(// 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
26222 156 Q(// symbol to "jump to coda")105.336 168 Q(define SECTION)105.336
26223 180 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)
26226 105.336 264 Q(SECTION)105.336 276 Q(// now do the music up to the D.S.)
26227 105.336 300 Q(1: e;f;2g;)105.336 312 Q(ital above 1: 1 "D. S. al Coda";)
26228 105.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
26233 444 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)
26238 69.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 \
26241 speci\214ed by "rom," "boldital," etc. or ornaments in "mussym" stateme\
26242 nt.)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)
26246 69.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\
26249 e 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
26253 F 1.028
26254 (duration, or as if the \214rst were three times as long as the second.)
26255 69.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
26258 G .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 \
26261 triplet {4;8;}3; The swingunit)-.25 F
26262 (parameter can be used to get Mup MIDI output to automatically follo)
26263 69.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
26266 2.731(fects. Ho)-.25 F(we)-.25 E -.15(ve)-.25 G 1.031 -.4(r, i).15 H
26267 2.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
26269 E(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)
26272 69.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
26275 2.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
26278 2.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
26284 BP
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\
26290 re 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
26296 F .206(If notes are to be turned on or of)69.336 158 R 2.706(fa)-.25 G
26297 2.706(tt)-2.706 G .205(he same instant in time as the)-2.706 F F2(be)
26298 2.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
26300 170 Q -.15(ve)-.25 G(nts, then "note on" commands.).15 E(The)69.336 188
26301 Q F2 -.1(ke)3.344 G(ywor)-.2 E(d=value)-.37 E F0(gi)3.344 E -.15(ve)-.25
26302 G 3.344(ss).15 G .845
26303 (peci\214c information of what MIDI output to generate. The follo)-3.344
26304 F .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
26306 31.385(ord v)-.1 F 73.235(alues meaning)-.1 F(midi S V)64.44 E(midi all)
26307 15 E .4 LW 435.986 222.5 69.336 222.5 DL F0 30.82(program 0-127)69.336
26308 232 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
26314 35.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)
26319 69.336 328 R 46.81(xt sequence/track)-.15 F 76.42(name yes)2.5 F(yes)
26320 36.54 E 21.92(instrument te)69.336 340 R 46.81(xt instrument)-.15 F
26321 93.06(name yes)2.5 F(yes)36.54 E(mark)69.336 352 Q 36.48(er te)-.1 F
26322 46.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)
26325 40.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
26327 E(of)69.336 400 Q(fv)-.25 E 21.22(elocity 0-127)-.15 F(note of)40.83 E
26328 2.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
26330 E 34.04(yes yes)83.64 F .034(The k)69.336 430 R -.15(ey)-.1 G -.1(wo).15
26331 G .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
26334 442 R 2.889(el)-.15 G .389(etters to dif)-2.889 F .389(ferentiate it fr\
26335 om "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
26346 2.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
26349 R -.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
26353 564 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
26364 630 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\
26373 he MIDI standard, which numbers instruments from 0 through 127, b)69.336
26374 698 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)
26377 69.336 728 Q(xamples:)-.15 E EP
26378 %%Page: 153 159
26379 %%BeginPageSetup
26380 BP
26381 %%EndPageSetup
26382 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(53 -)-2.5 E/F1 10/Courier@0
26383 SF(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
26385 108 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
26394 BP
26395 %%EndPageSetup
26396 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(54 -)-2.5 E/F1 10/Courier@0
26397 SF(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
26400 204 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
26410 E(midi 2 1: 0 "channel=6"; 0 "program=60";)105.336 384 Q(//french horn)
26411 12 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
26413 420 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
26415 444 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
26424 588 Q(// 64 in the center, and 127 being hard right, so 32 is)105.336
26425 600 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
26429 684 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
26433 BP
26434 %%EndPageSetup
26435 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(55 -)-2.5 E 69.336 103
26436 EBEGIN
26437 0 0.1 0.5 setrgbcolor
26438 EEND/F0 15/Times-Bold@0 SF 3.75(15. CONCLUSION)73.086 103 R 69.336 121
26439 EBEGIN
26440 0 0 0 setrgbcolor
26441 EEND/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
26448 145 Q 1.084(wnload additional sample songs from the Arkkra Enterprises \
26449 web 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
26451 1.644(ral programs written by Mup users that may mak).15 F 4.144(eM)-.1
26452 G 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\
26455 ce helpful for remembering details of the).15 F(Mup language.)69.336 181
26456 Q(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
26458 211 Q 2.22 -1.11(P. O)141.336 223 T 2.5(.B)1.11 G(ox 315)-2.5 E -.8(Wa)
26459 141.336 235 S(rren).8 E(ville, IL 60555)-.4 E(support@arkkra.com)141.336
26460 259 Q(http://www)141.336 283 Q(.arkkra.com)-.65 E EP
26461 %%Page: 156 162
26462 %%BeginPageSetup
26463 BP
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
26470 BP
26471 %%EndPageSetup
26472 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(57 -)-2.5 E/F1 10/Courier@0
26473 SF(//!Mup-Arkkra)105.336 96 Q(// sample of a Mup input file)105.336 120
26474 Q(header)105.336 144 Q(title \(18\) "The Star Spangled Banner")130.336
26475 156 Q(title ital \(12\) "\(The United States National Anthem\)")130.336
26476 168 Q(title \(9\) "Text: Francis Scott Key" "Tune: J. S. Smith")130.336
26477 180 Q(title \(9\) "")130.336 192 Q("arr: William J. Krauss")12 E(score)
26478 105.336 216 Q(topmargin = 0.5)130.336 228 Q(bottommargin = 0.5)130.336
26479 240 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#)
26481 130.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)
26483 130.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)
26485 130.336 432 Q(define LYRICS lyrics between 1&2: @)105.336 456 Q(music)
26486 105.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
26490 540 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
26494 Q 6(11)130.336 636 S 6(:a)-6 G(-; c; e;)-6 E 6(12)130.336 648 S 6(:a)-6
26495 G(-; c; b-;)-6 E 6(21)130.336 660 S 6(:a)-6 G(-; a; b;)-6 E 6(22)130.336
26496 672 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
26501 BP
26502 %%EndPageSetup
26503 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(58 -)-2.5 E/F1 10/Courier@0
26504 SF 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
26508 180 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
26509 6(;;b)-6 G(-;)-6 E 6(21)130.336 204 S 6(:a)-6 G 6(;;;)-6 G 6(22)130.336
26510 216 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)
26512 130.336 252 Q 6(11)130.336 276 S 6(:e)-6 G 6(;r)-6 G 6(;8)-6 G(e; ;)-6 E
26513 6(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
26515 G 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)
26517 130.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)
26519 130.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)
26521 130.336 444 Q 6(11)130.336 468 S 6(:2)-6 G(g; 8.f; 16g;)-6 E 6(12)
26522 130.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
26526 564 S 6(:a)-6 G 6(;;e)-6 G(;)-6 E 6(12)130.336 576 S 6(:e)-6 G 6(;;;)-6
26527 G 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
26531 Q 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
26538 BP
26539 %%EndPageSetup
26540 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(59 -)-2.5 E/F1 10/Courier@0
26541 SF 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)
26543 130.336 120 Q 6(11)130.336 144 S 6(:c)-6 G(+; d+; e+;)-6 E 6(12)130.336
26544 156 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])
26549 130.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)
26551 105.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
26553 6([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
26555 324 R("glare, the bombs";)6 E(bar)130.336 336 Q(M: egeb; egec+; eged+;)
26556 130.336 360 Q 33(LYRICS [2])130.336 372 R("burst-ing in";)6 E(bar)
26557 130.336 384 Q(M: eged+; rrrr; eged+;)130.336 408 Q 33(LYRICS [2])130.336
26558 420 R("air, gave";)6 E(bar)130.336 432 Q(M: 4.a-aec+; 8b-geb; 4caea;)
26559 130.336 456 Q 33(LYRICS [2])130.336 468 R("proof through the";)6 E(bar)
26560 130.336 480 Q(M: 2ebeg; 8.ebdf; 16ebdg;)130.336 504 Q 33(LYRICS [2])
26561 130.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
26564 600 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
26566 G(c; b-; 4a-;)-6 E 6(21)130.336 672 S 6(:e)-6 G 6(;;;)-6 G 6(22)130.336
26567 684 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
26572 BP
26573 %%EndPageSetup
26574 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(60 -)-2.5 E/F1 10/Courier@0
26575 SF 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
26577 E 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
26579 S 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";)
26590 6 E(bar)130.336 408 Q(mussym\(12\) 1-2: 1 "ferm";)130.336 432 Q 6(11)
26591 130.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
26595 504 Q 6(11)130.336 528 S 6(:4)-6 G(.c+; 8d+; 4b;)-6 E 6(12)130.336 540 S
26596 6(: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
26600 6(: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
26604 BP
26605 %%EndPageSetup
26606 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(61 -)-2.5 E 11.836 96 EBEGIN
26607 gsave 0 0.25 0.75 setrgbcolor 0 636 rlineto 552 0 rlineto 0 636 neg rlineto closepath stroke grestore
26608 EEND 24 127 552 552 -636 636 10.836 732 PBEGIN
26609 %%BeginDocument: mugex102.ps
26610 %%BoundingBox: 24 127 576 763
26611 save
26612 1930114009 1930113259 sv
26613 0.650000 0.650000 scale
26614 %  S_SSV
26615 (/tmp/ugexiM5077) inputfile
26616 12 linenum
26617 %  S_SSV
26618 29 linenum
26619 %  S_FEED
26620 334.29 1513.68 869.54 5 1.000000 1.000000 stf
26621 334.29 1404.11 869.54 5 1.000000 1.000000 stf
26622 117.79 1093.68 960.11 brace
26623 0.70 setlinewidth
26624 118.29 1093.68 moveto
26625 118.29 960.11 lineto stroke
26626 %  S_CLEFSIG
26627 130.08 1075.68 1.000000 gclef
26628 130.33 978.11 1.000000 fclef
26629 144.70 1093.68 1.000000 sharp
26630 151.34 1084.68 1.000000 sharp
26631 157.98 1096.68 1.000000 sharp
26632 144.70 978.11 1.000000 sharp
26633 151.34 969.11 1.000000 sharp
26634 157.98 981.11 1.000000 sharp
26635 /NewCenturySchlbk-Bold findfont
26636 16 scalefont
26637 setfont
26638 164.30 1081.68 moveto
26639 (3) show
26640 /NewCenturySchlbk-Bold findfont
26641 16 scalefont
26642 setfont
26643 164.30 1069.66 moveto
26644 (4) show
26645 /NewCenturySchlbk-Bold findfont
26646 16 scalefont
26647 setfont
26648 164.30 972.11 moveto
26649 (3) show
26650 /NewCenturySchlbk-Bold findfont
26651 16 scalefont
26652 setfont
26653 164.30 960.09 moveto
26654 (4) show
26655 %  S_CHHEAD
26656 %  S_STAFF
26657 % staff 1
26658 save
26659 41 linenum
26660 206.76 1025.96 moveto
26661 232.29 1025.96 lineto stroke
26662 /Times-Roman findfont
26663 12 scalefont
26664 setfont
26665 186.17 1025.96 moveto
26666 (Oh) show
26667 191.32 1069.68 1.000000 4n
26668 200.58 1072.68 1.000000 dot
26669 195.00 1070.43 moveto
26670 195.00 1088.52 lineto stroke
26671 228.25 1063.68 1.000000 4n
26672 222.02 1063.68 moveto
26673 234.49 1063.68 lineto stroke
26674 231.94 1064.43 moveto
26675 231.94 1082.52 lineto stroke
26676 newpath
26677 194.65 1090.02 moveto
26678 232.29 1084.02 lineto
26679 232.29 1081.02 lineto
26680 194.65 1087.02 lineto
26681 closepath
26682 fill
26683 newpath
26684 231.59 1079.02 moveto
26685 223.52 1080.33 lineto
26686 223.52 1077.33 lineto
26687 231.59 1076.02 lineto
26688 closepath
26689 fill
26690 191.32 1069.68 1.000000 4n
26691 200.58 1072.68 1.000000 dot
26692 187.64 1068.93 moveto
26693 187.64 1050.83 lineto stroke
26694 228.25 1063.68 1.000000 4n
26695 222.02 1063.68 moveto
26696 234.49 1063.68 lineto stroke
26697 224.57 1062.93 moveto
26698 224.57 1044.83 lineto stroke
26699 newpath
26700 187.29 1052.33 moveto
26701 224.92 1046.33 lineto
26702 224.92 1043.33 lineto
26703 187.29 1049.33 lineto
26704 closepath
26705 fill
26706 newpath
26707 224.22 1051.33 moveto
26708 216.16 1052.64 lineto
26709 216.16 1049.64 lineto
26710 224.22 1048.33 lineto
26711 closepath
26712 fill
26713 191.32 1064.58 moveto
26714 191.39 1064.77 lineto
26715 195.95 1062.30 200.77 1060.55 205.86 1059.53 curveto
26716 210.94 1058.51 216.07 1058.26 221.23 1058.78 curveto
26717 221.22 1058.37 lineto
26718 216.02 1057.30 210.82 1057.28 205.62 1058.33 curveto
26719 200.42 1059.37 195.62 1061.39 191.24 1064.39 curveto
26720 fill
26721 205.58 1074.78 moveto
26722 205.59 1075.00 lineto
26723 209.65 1076.06 213.71 1076.06 217.77 1074.99 curveto
26724 221.82 1073.91 225.36 1071.91 228.36 1068.98 curveto
26725 228.15 1068.58 lineto
26726 224.93 1071.02 221.36 1072.75 217.45 1073.79 curveto
26727 213.54 1074.82 209.58 1075.08 205.57 1074.55 curveto
26728 fill
26729 restore
26730 %  S_STAFF
26731 % staff 2
26732 save
26733 191.32 975.11 1.000000 4n
26734 200.58 975.11 1.000000 dot
26735 0.70 setlinewidth
26736 195.00 975.86 moveto
26737 195.00 993.95 lineto stroke
26738 228.25 969.11 1.000000 4n
26739 231.94 969.86 moveto
26740 231.94 987.95 lineto stroke
26741 newpath
26742 194.65 995.45 moveto
26743 232.29 989.45 lineto
26744 232.29 986.45 lineto
26745 194.65 992.45 lineto
26746 closepath
26747 fill
26748 newpath
26749 231.59 984.45 moveto
26750 223.52 985.76 lineto
26751 223.52 982.76 lineto
26752 231.59 981.45 lineto
26753 closepath
26754 fill
26755 191.32 975.11 1.000000 4n
26756 200.58 975.11 1.000000 dot
26757 187.64 974.36 moveto
26758 187.64 956.26 lineto stroke
26759 228.25 969.11 1.000000 4n
26760 224.57 968.36 moveto
26761 224.57 950.26 lineto stroke
26762 newpath
26763 187.29 957.76 moveto
26764 224.92 951.76 lineto
26765 224.92 948.76 lineto
26766 187.29 954.76 lineto
26767 closepath
26768 fill
26769 newpath
26770 224.22 956.76 moveto
26771 216.16 958.07 lineto
26772 216.16 955.07 lineto
26773 224.22 953.76 lineto
26774 closepath
26775 fill
26776 191.32 970.01 moveto
26777 191.39 970.20 lineto
26778 195.95 967.73 200.77 965.98 205.86 964.96 curveto
26779 210.94 963.94 216.07 963.69 221.23 964.21 curveto
26780 221.22 963.81 lineto
26781 216.02 962.73 210.82 962.72 205.62 963.76 curveto
26782 200.42 964.80 195.62 966.82 191.24 969.82 curveto
26783 fill
26784 205.58 980.21 moveto
26785 205.59 980.43 lineto
26786 209.65 981.50 213.71 981.49 217.77 980.42 curveto
26787 221.82 979.34 225.36 977.34 228.36 974.41 curveto
26788 228.15 974.01 lineto
26789 224.93 976.45 221.36 978.19 217.45 979.22 curveto
26790 213.54 980.26 209.58 980.51 205.57 979.98 curveto
26791 fill
26792 restore
26793 %  S_BAR
26794 44 linenum
26795 253.85 1084.68 1.000000 dot
26796 253.85 1078.68 1.000000 dot
26797 253.85 975.11 1.000000 dot
26798 253.85 969.11 1.000000 dot
26799 0.70 setlinewidth
26800 250.85 1093.68 moveto
26801 250.85 960.11 lineto stroke
26802 3.00 setlinewidth
26803 246.85 1093.68 moveto
26804 246.85 960.11 lineto stroke
26805 0.70 setlinewidth
26806 %  S_CHHEAD
26807 %  S_STAFF
26808 % staff 1
26809 save
26810 46 linenum
26811 /Times-Roman findfont
26812 12 scalefont
26813 setfont
26814 263.40 1025.96 moveto
26815 (say.) show
26816 /Times-Roman findfont
26817 12 scalefont
26818 setfont
26819 311.82 1025.96 moveto
26820 (can) show
26821 /Times-Roman findfont
26822 12 scalefont
26823 setfont
26824 358.21 1025.96 moveto
26825 (you) show
26826 46 linenum
26827 /Times-Roman findfont
26828 12 scalefont
26829 setfont
26830 260.34 1012.64 moveto
26831 (stripes) show
26832 /Times-Roman findfont
26833 12 scalefont
26834 setfont
26835 311.66 1012.64 moveto
26836 (and) show
26837 /Times-Roman findfont
26838 12 scalefont
26839 setfont
26840 355.56 1012.64 moveto
26841 (bright) show
26842 268.16 1057.68 1.000000 4n
26843 261.92 1057.68 moveto
26844 274.39 1057.68 lineto stroke
26845 261.92 1063.68 moveto
26846 274.39 1063.68 lineto stroke
26847 271.84 1058.43 moveto
26848 271.84 1081.68 lineto stroke
26849 315.98 1063.68 1.000000 4n
26850 309.74 1063.68 moveto
26851 322.21 1063.68 lineto stroke
26852 319.66 1064.43 moveto
26853 319.66 1084.68 lineto stroke
26854 362.69 1069.68 1.000000 4n
26855 366.37 1070.43 moveto
26856 366.37 1090.68 lineto stroke
26857 268.16 1057.68 1.000000 4n
26858 261.92 1057.68 moveto
26859 274.39 1057.68 lineto stroke
26860 261.92 1063.68 moveto
26861 274.39 1063.68 lineto stroke
26862 264.47 1056.93 moveto
26863 264.47 1036.68 lineto stroke
26864 315.98 1063.68 1.000000 4n
26865 309.74 1063.68 moveto
26866 322.21 1063.68 lineto stroke
26867 312.29 1062.93 moveto
26868 312.29 1042.68 lineto stroke
26869 362.69 1060.68 1.000000 4n
26870 356.46 1063.68 moveto
26871 368.92 1063.68 lineto stroke
26872 359.01 1059.93 moveto
26873 359.01 1039.68 lineto stroke
26874 restore
26875 %  S_STAFF
26876 % staff 2
26877 save
26878 268.16 963.11 1.000000 4n
26879 0.70 setlinewidth
26880 271.84 963.86 moveto
26881 271.84 984.11 lineto stroke
26882 315.98 984.11 1.000000 4n
26883 319.66 984.86 moveto
26884 319.66 1005.11 lineto stroke
26885 362.69 987.11 1.000000 4n
26886 366.37 987.86 moveto
26887 366.37 1008.11 lineto stroke
26888 268.16 963.11 1.000000 4n
26889 264.47 962.36 moveto
26890 264.47 942.11 lineto stroke
26891 315.98 984.11 1.000000 4n
26892 312.29 983.36 moveto
26893 312.29 963.11 lineto stroke
26894 362.69 981.11 1.000000 4n
26895 359.01 980.36 moveto
26896 359.01 960.11 lineto stroke
26897 restore
26898 %  S_BAR
26899 53 linenum
26900 0.70 setlinewidth
26901 408.44 1093.68 moveto
26902 408.44 960.11 lineto stroke
26903 %  S_CHHEAD
26904 %  S_STAFF
26905 % staff 1
26906 save
26907 54 linenum
26908 /Times-Roman findfont
26909 12 scalefont
26910 setfont
26911 421.16 1025.96 moveto
26912 (see,) show
26913 /Times-Roman findfont
26914 12 scalefont
26915 setfont
26916 496.19 1025.96 moveto
26917 (by) show
26918 /Times-Roman findfont
26919 12 scalefont
26920 setfont
26921 532.97 1025.96 moveto
26922 (the) show
26923 54 linenum
26924 /Times-Roman findfont
26925 12 scalefont
26926 setfont
26927 419.51 1012.64 moveto
26928 (stars,) show
26929 /Times-Roman findfont
26930 12 scalefont
26931 setfont
26932 489.89 1012.64 moveto
26933 (through) show
26934 /Times-Roman findfont
26935 12 scalefont
26936 setfont
26937 532.97 1012.64 moveto
26938 (the) show
26939 425.75 1078.68 1.000000 2n
26940 429.65 1079.43 moveto
26941 429.65 1099.68 lineto stroke
26942 499.18 1084.68 1.000000 4n
26943 508.44 1084.68 1.000000 dot
26944 502.86 1085.43 moveto
26945 502.86 1103.85 lineto stroke
26946 536.62 1081.68 1.000000 4n
26947 540.30 1082.43 moveto
26948 540.30 1100.85 lineto stroke
26949 newpath
26950 502.51 1105.35 moveto
26951 540.65 1102.35 lineto
26952 540.65 1099.35 lineto
26953 502.51 1102.35 lineto
26954 closepath
26955 fill
26956 newpath
26957 539.95 1097.35 moveto
26958 531.89 1098.00 lineto
26959 531.89 1095.00 lineto
26960 539.95 1094.35 lineto
26961 closepath
26962 fill
26963 425.75 1063.68 1.000000 2n
26964 419.30 1063.68 moveto
26965 432.20 1063.68 lineto stroke
26966 421.85 1062.93 moveto
26967 421.85 1042.68 lineto stroke
26968 499.18 1063.68 1.000000 4n
26969 508.44 1060.68 1.000000 dot
26970 492.94 1063.68 moveto
26971 505.41 1063.68 lineto stroke
26972 495.49 1062.93 moveto
26973 495.49 1044.18 lineto stroke
26974 536.62 1063.68 1.000000 4n
26975 530.39 1063.68 moveto
26976 542.85 1063.68 lineto stroke
26977 532.94 1062.93 moveto
26978 532.94 1044.18 lineto stroke
26979 newpath
26980 495.14 1045.68 moveto
26981 533.29 1045.68 lineto
26982 533.29 1042.68 lineto
26983 495.14 1042.68 lineto
26984 closepath
26985 fill
26986 newpath
26987 532.59 1050.68 moveto
26988 524.52 1050.68 lineto
26989 524.52 1047.68 lineto
26990 532.59 1047.68 lineto
26991 closepath
26992 fill
26993 restore
26994 %  S_STAFF
26995 % staff 2
26996 save
26997 425.75 984.11 1.000000 2n
26998 0.70 setlinewidth
26999 429.65 984.86 moveto
27000 429.65 1005.11 lineto stroke
27001 499.18 981.11 1.000000 4n
27002 508.44 981.11 1.000000 dot
27003 502.86 981.86 moveto
27004 502.86 1000.61 lineto stroke
27005 536.62 981.11 1.000000 4n
27006 540.30 981.86 moveto
27007 540.30 1000.61 lineto stroke
27008 newpath
27009 502.51 1002.11 moveto
27010 540.65 1002.11 lineto
27011 540.65 999.11 lineto
27012 502.51 999.11 lineto
27013 closepath
27014 fill
27015 newpath
27016 539.95 997.11 moveto
27017 531.89 997.11 lineto
27018 531.89 994.11 lineto
27019 539.95 994.11 lineto
27020 closepath
27021 fill
27022 425.75 978.11 1.000000 2n
27023 421.85 977.36 moveto
27024 421.85 957.11 lineto stroke
27025 499.18 975.11 1.000000 4n
27026 489.82 975.11 1.000000 sharp
27027 508.44 975.11 1.000000 dot
27028 495.49 974.36 moveto
27029 495.49 955.61 lineto stroke
27030 536.62 975.11 1.000000 4n
27031 532.94 974.36 moveto
27032 532.94 955.61 lineto stroke
27033 newpath
27034 495.14 957.11 moveto
27035 533.29 957.11 lineto
27036 533.29 954.11 lineto
27037 495.14 954.11 lineto
27038 closepath
27039 fill
27040 newpath
27041 532.59 962.11 moveto
27042 524.52 962.11 lineto
27043 524.52 959.11 lineto
27044 532.59 959.11 lineto
27045 closepath
27046 fill
27047 restore
27048 %  S_BAR
27049 61 linenum
27050 0.70 setlinewidth
27051 554.71 1093.68 moveto
27052 554.71 960.11 lineto stroke
27053 %  S_CHHEAD
27054 %  S_STAFF
27055 % staff 1
27056 save
27057 62 linenum
27058 /Times-Roman findfont
27059 12 scalefont
27060 setfont
27061 560.28 1025.96 moveto
27062 (dawn's) show
27063 /Times-Roman findfont
27064 12 scalefont
27065 setfont
27066 643.21 1025.96 moveto
27067 (-) show
27068 /Times-Roman findfont
27069 12 scalefont
27070 setfont
27071 611.77 1025.96 moveto
27072 (ear) show
27073 /Times-Roman findfont
27074 12 scalefont
27075 setfont
27076 663.03 1025.96 moveto
27077 (ly) show
27078 62 linenum
27079 /Times-Roman findfont
27080 12 scalefont
27081 setfont
27082 595.07 1012.64 moveto
27083 (-) show
27084 /Times-Roman findfont
27085 12 scalefont
27086 setfont
27087 564.12 1012.64 moveto
27088 (per) show
27089 /Times-Roman findfont
27090 12 scalefont
27091 setfont
27092 639.29 1012.64 moveto
27093 (-) show
27094 /Times-Roman findfont
27095 12 scalefont
27096 setfont
27097 613.76 1012.64 moveto
27098 (il) show
27099 /Times-Roman findfont
27100 12 scalefont
27101 setfont
27102 661.20 1012.64 moveto
27103 (ous) show
27104 568.92 1078.68 1.000000 4n
27105 572.61 1079.43 moveto
27106 572.61 1099.68 lineto stroke
27107 616.41 1063.68 1.000000 4n
27108 610.18 1063.68 moveto
27109 622.64 1063.68 lineto stroke
27110 620.09 1064.43 moveto
27111 620.09 1084.68 lineto stroke
27112 665.36 1066.68 1.000000 4n
27113 656.00 1066.68 1.000000 sharp
27114 669.04 1067.43 moveto
27115 669.04 1087.68 lineto stroke
27116 568.92 1063.68 1.000000 4n
27117 562.69 1063.68 moveto
27118 575.16 1063.68 lineto stroke
27119 565.24 1062.93 moveto
27120 565.24 1042.68 lineto stroke
27121 616.41 1063.68 1.000000 4n
27122 610.18 1063.68 moveto
27123 622.64 1063.68 lineto stroke
27124 612.73 1062.93 moveto
27125 612.73 1042.68 lineto stroke
27126 665.36 1060.68 1.000000 4n
27127 659.12 1063.68 moveto
27128 671.59 1063.68 lineto stroke
27129 661.67 1059.93 moveto
27130 661.67 1039.68 lineto stroke
27131 restore
27132 %  S_STAFF
27133 % staff 2
27134 save
27135 568.92 984.11 1.000000 4n
27136 0.70 setlinewidth
27137 572.61 984.86 moveto
27138 572.61 1005.11 lineto stroke
27139 616.41 984.11 1.000000 4n
27140 620.09 984.86 moveto
27141 620.09 1005.11 lineto stroke
27142 665.36 984.11 1.000000 4n
27143 669.04 984.86 moveto
27144 669.04 1005.11 lineto stroke
27145 568.92 978.11 1.000000 4n
27146 565.24 977.36 moveto
27147 565.24 957.11 lineto stroke
27148 616.41 978.11 1.000000 4n
27149 612.73 977.36 moveto
27150 612.73 957.11 lineto stroke
27151 665.36 966.11 1.000000 4n
27152 661.67 965.36 moveto
27153 661.67 945.11 lineto stroke
27154 restore
27155 %  S_BAR
27156 69 linenum
27157 0.70 setlinewidth
27158 709.62 1093.68 moveto
27159 709.62 960.11 lineto stroke
27160 %  S_CHHEAD
27161 %  S_STAFF
27162 % staff 1
27163 save
27164 70 linenum
27165 /Times-Roman findfont
27166 12 scalefont
27167 setfont
27168 718.76 1025.96 moveto
27169 (light) show
27170 /Times-Roman findfont
27171 12 scalefont
27172 setfont
27173 806.74 1025.96 moveto
27174 (what) show
27175 /Times-Roman findfont
27176 12 scalefont
27177 setfont
27178 838.98 1025.96 moveto
27179 (so) show
27180 70 linenum
27181 /Times-Roman findfont
27182 12 scalefont
27183 setfont
27184 717.84 1012.64 moveto
27185 (fight,) show
27186 /Times-Roman findfont
27187 12 scalefont
27188 setfont
27189 807.75 1012.64 moveto
27190 (o'er) show
27191 /Times-Roman findfont
27192 12 scalefont
27193 setfont
27194 837.99 1012.64 moveto
27195 (the) show
27196 724.23 1069.68 1.000000 4n
27197 727.91 1070.43 moveto
27198 727.91 1090.68 lineto stroke
27199 772.16 1093.68 1.000000 4rest
27200 812.56 1069.68 1.000000 4n
27201 816.24 1070.43 moveto
27202 816.24 1089.18 lineto stroke
27203 841.64 1069.68 1.000000 4n
27204 845.32 1070.43 moveto
27205 845.32 1089.18 lineto stroke
27206 newpath
27207 815.89 1090.68 moveto
27208 845.67 1090.68 lineto
27209 845.67 1087.68 lineto
27210 815.89 1087.68 lineto
27211 closepath
27212 fill
27213 724.23 1060.68 1.000000 4n
27214 718.00 1063.68 moveto
27215 730.46 1063.68 lineto stroke
27216 720.55 1059.93 moveto
27217 720.55 1039.68 lineto stroke
27218 772.16 1051.68 1.000000 4rest
27219 812.56 1060.68 1.000000 4n
27220 806.32 1063.68 moveto
27221 818.79 1063.68 lineto stroke
27222 808.87 1059.93 moveto
27223 808.87 1041.18 lineto stroke
27224 841.64 1060.68 1.000000 4n
27225 835.41 1063.68 moveto
27226 847.87 1063.68 lineto stroke
27227 837.96 1059.93 moveto
27228 837.96 1041.18 lineto stroke
27229 newpath
27230 808.52 1042.68 moveto
27231 838.31 1042.68 lineto
27232 838.31 1039.68 lineto
27233 808.52 1039.68 lineto
27234 closepath
27235 fill
27236 restore
27237 %  S_STAFF
27238 % staff 2
27239 save
27240 724.23 981.11 1.000000 4n
27241 0.70 setlinewidth
27242 727.91 981.86 moveto
27243 727.91 1002.11 lineto stroke
27244 772.16 990.11 1.000000 4rest
27245 812.56 981.11 1.000000 4n
27246 816.24 981.86 moveto
27247 816.24 1000.61 lineto stroke
27248 841.64 981.11 1.000000 4n
27249 845.32 981.86 moveto
27250 845.32 1000.61 lineto stroke
27251 newpath
27252 815.89 1002.11 moveto
27253 845.67 1002.11 lineto
27254 845.67 999.11 lineto
27255 815.89 999.11 lineto
27256 closepath
27257 fill
27258 724.23 975.11 1.000000 4n
27259 720.55 974.36 moveto
27260 720.55 954.11 lineto stroke
27261 772.16 960.11 1.000000 4rest
27262 812.56 975.11 1.000000 4n
27263 808.87 974.36 moveto
27264 808.87 955.61 lineto stroke
27265 841.64 975.11 1.000000 4n
27266 837.96 974.36 moveto
27267 837.96 955.61 lineto stroke
27268 newpath
27269 808.52 957.11 moveto
27270 838.31 957.11 lineto
27271 838.31 954.11 lineto
27272 808.52 954.11 lineto
27273 closepath
27274 fill
27275 restore
27276 %  S_BAR
27277 77 linenum
27278 0.70 setlinewidth
27279 869.19 1093.68 moveto
27280 869.19 960.11 lineto stroke
27281 %  S_FEED
27282 298.00 1320.11 869.54 5 1.000000 1.000000 stf
27283 /Times-Roman findfont
27284 11 scalefont
27285 setfont
27286 86.50 914.11 moveto
27287 (5) show
27288 298.00 1207.41 869.54 5 1.000000 1.000000 stf
27289 81.50 900.11 763.41 brace
27290 82.00 900.11 moveto
27291 82.00 763.41 lineto stroke
27292 550.59 914.11 moveto
27293 550.59 925.11 lineto stroke
27294 /Times-Roman findfont
27295 12 scalefont
27296 setfont
27297 553.59 915.11 moveto
27298 (1.) show
27299 550.59 925.11 moveto
27300 709.87 925.11 lineto stroke
27301 709.87 925.11 moveto
27302 709.87 914.11 lineto stroke
27303 713.87 914.11 moveto
27304 713.87 925.11 lineto stroke
27305 /Times-Roman findfont
27306 12 scalefont
27307 setfont
27308 716.87 915.11 moveto
27309 (2.) show
27310 713.87 925.11 moveto
27311 867.19 925.11 lineto stroke
27312 %  S_CLEFSIG
27313 93.79 882.11 1.000000 gclef
27314 94.04 781.41 1.000000 fclef
27315 108.41 900.11 1.000000 sharp
27316 115.05 891.11 1.000000 sharp
27317 121.69 903.11 1.000000 sharp
27318 108.41 781.41 1.000000 sharp
27319 115.05 772.41 1.000000 sharp
27320 121.69 784.41 1.000000 sharp
27321 %  S_CHHEAD
27322 %  S_STAFF
27323 % staff 1
27324 save
27325 78 linenum
27326 /Times-Roman findfont
27327 12 scalefont
27328 setfont
27329 183.52 829.33 moveto
27330 (-) show
27331 /Times-Roman findfont
27332 12 scalefont
27333 setfont
27334 141.70 829.33 moveto
27335 (proud) show
27336 /Times-Roman findfont
27337 12 scalefont
27338 setfont
27339 200.47 829.33 moveto
27340 (ly) show
27341 /Times-Roman findfont
27342 12 scalefont
27343 setfont
27344 230.02 829.33 moveto
27345 (we) show
27346 78 linenum
27347 /Times-Roman findfont
27348 12 scalefont
27349 setfont
27350 178.32 816.01 moveto
27351 (-) show
27352 /Times-Roman findfont
27353 12 scalefont
27354 setfont
27355 144.00 816.01 moveto
27356 (ram) show
27357 /Times-Roman findfont
27358 12 scalefont
27359 setfont
27360 196.98 816.01 moveto
27361 (parts) show
27362 /Times-Roman findfont
27363 12 scalefont
27364 setfont
27365 230.02 816.01 moveto
27366 (we) show
27367 149.66 891.11 1.000000 4n
27368 158.92 891.11 1.000000 dot
27369 153.34 891.86 moveto
27370 153.34 912.11 lineto stroke
27371 202.79 888.11 1.000000 4n
27372 206.47 888.86 moveto
27373 206.47 909.11 lineto stroke
27374 209.50 909.11 1.000000 dnflag
27375 233.51 885.11 1.000000 4n
27376 237.20 885.86 moveto
27377 237.20 906.11 lineto stroke
27378 149.66 876.11 1.000000 4n
27379 158.92 873.11 1.000000 dot
27380 145.97 875.36 moveto
27381 145.97 855.11 lineto stroke
27382 202.79 876.11 1.000000 4n
27383 199.11 875.36 moveto
27384 199.11 855.11 lineto stroke
27385 202.13 855.11 1.000000 upflag
27386 233.51 876.11 1.000000 4n
27387 229.83 875.36 moveto
27388 229.83 855.11 lineto stroke
27389 restore
27390 %  S_STAFF
27391 % staff 2
27392 save
27393 149.66 787.41 1.000000 4n
27394 158.92 790.41 1.000000 dot
27395 0.70 setlinewidth
27396 153.34 788.16 moveto
27397 153.34 808.41 lineto stroke
27398 202.79 784.41 1.000000 4n
27399 206.47 785.16 moveto
27400 206.47 805.41 lineto stroke
27401 209.50 805.41 1.000000 dnflag
27402 233.51 787.41 1.000000 4n
27403 237.20 788.16 moveto
27404 237.20 808.41 lineto stroke
27405 149.66 766.41 1.000000 4n
27406 158.92 766.41 1.000000 dot
27407 145.97 765.66 moveto
27408 145.97 745.41 lineto stroke
27409 202.79 769.41 1.000000 4n
27410 199.11 768.66 moveto
27411 199.11 748.41 lineto stroke
27412 202.13 748.41 1.000000 upflag
27413 233.51 772.41 1.000000 4n
27414 229.83 771.66 moveto
27415 229.83 751.41 lineto stroke
27416 restore
27417 %  S_BAR
27418 85 linenum
27419 0.70 setlinewidth
27420 273.60 900.11 moveto
27421 273.60 763.41 lineto stroke
27422 %  S_CHHEAD
27423 %  S_STAFF
27424 % staff 1
27425 save
27426 86 linenum
27427 /Times-Roman findfont
27428 12 scalefont
27429 setfont
27430 284.58 829.33 moveto
27431 (hailed,) show
27432 /Times-Roman findfont
27433 12 scalefont
27434 setfont
27435 358.92 829.33 moveto
27436 (At) show
27437 /Times-Roman findfont
27438 12 scalefont
27439 setfont
27440 390.65 829.33 moveto
27441 (the) show
27442 86 linenum
27443 /Times-Roman findfont
27444 12 scalefont
27445 setfont
27446 281.91 816.01 moveto
27447 (watched,) show
27448 /Times-Roman findfont
27449 12 scalefont
27450 setfont
27451 356.09 816.01 moveto
27452 (were) show
27453 /Times-Roman findfont
27454 12 scalefont
27455 setfont
27456 391.64 816.01 moveto
27457 (so) show
27458 292.64 882.11 1.000000 2n
27459 296.54 882.86 moveto
27460 296.54 903.11 lineto stroke
27461 358.23 879.11 1.000000 4n
27462 374.85 879.11 1.000000 dot
27463 361.91 879.86 moveto
27464 361.91 898.94 lineto stroke
27465 394.31 882.11 1.000000 4n
27466 397.99 882.86 moveto
27467 397.99 901.94 lineto stroke
27468 newpath
27469 361.56 900.44 moveto
27470 398.34 903.44 lineto
27471 398.34 900.44 lineto
27472 361.56 897.44 lineto
27473 closepath
27474 fill
27475 newpath
27476 397.64 898.44 moveto
27477 389.58 897.77 lineto
27478 389.58 894.77 lineto
27479 397.64 895.44 lineto
27480 closepath
27481 fill
27482 292.64 876.11 1.000000 2n
27483 288.74 875.36 moveto
27484 288.74 855.11 lineto stroke
27485 365.59 876.11 1.000000 4n
27486 374.85 873.11 1.000000 dot
27487 361.91 875.36 moveto
27488 361.91 856.61 lineto stroke
27489 394.31 876.11 1.000000 4n
27490 390.63 875.36 moveto
27491 390.63 856.61 lineto stroke
27492 newpath
27493 361.56 858.11 moveto
27494 390.98 858.11 lineto
27495 390.98 855.11 lineto
27496 361.56 855.11 lineto
27497 closepath
27498 fill
27499 newpath
27500 390.28 863.11 moveto
27501 382.21 863.11 lineto
27502 382.21 860.11 lineto
27503 390.28 860.11 lineto
27504 closepath
27505 fill
27506 restore
27507 %  S_STAFF
27508 % staff 2
27509 save
27510 292.64 790.41 1.000000 2n
27511 0.70 setlinewidth
27512 296.54 791.16 moveto
27513 296.54 811.41 lineto stroke
27514 361.91 790.41 1.000000 4n
27515 371.17 790.41 1.000000 dot
27516 365.59 791.16 moveto
27517 365.59 809.91 lineto stroke
27518 394.31 790.41 1.000000 4n
27519 397.99 791.16 moveto
27520 397.99 809.91 lineto stroke
27521 newpath
27522 365.24 811.41 moveto
27523 398.34 811.41 lineto
27524 398.34 808.41 lineto
27525 365.24 808.41 lineto
27526 closepath
27527 fill
27528 newpath
27529 397.64 806.41 moveto
27530 389.58 806.41 lineto
27531 389.58 803.41 lineto
27532 397.64 803.41 lineto
27533 closepath
27534 fill
27535 292.64 778.41 1.000000 2n
27536 288.74 777.66 moveto
27537 288.74 757.41 lineto stroke
27538 361.91 775.41 1.000000 4n
27539 371.17 772.41 1.000000 dot
27540 358.23 774.66 moveto
27541 358.23 755.91 lineto stroke
27542 394.31 775.41 1.000000 4n
27543 390.63 774.66 moveto
27544 390.63 755.91 lineto stroke
27545 newpath
27546 357.88 757.41 moveto
27547 390.98 757.41 lineto
27548 390.98 754.41 lineto
27549 357.88 754.41 lineto
27550 closepath
27551 fill
27552 newpath
27553 390.28 762.41 moveto
27554 382.21 762.41 lineto
27555 382.21 759.41 lineto
27556 390.28 759.41 lineto
27557 closepath
27558 fill
27559 restore
27560 %  S_BAR
27561 93 linenum
27562 0.70 setlinewidth
27563 411.13 900.11 moveto
27564 411.13 763.41 lineto stroke
27565 %  S_CHHEAD
27566 %  S_STAFF
27567 % staff 1
27568 save
27569 94 linenum
27570 /Times-Roman findfont
27571 12 scalefont
27572 setfont
27573 443.03 829.33 moveto
27574 (-) show
27575 /Times-Roman findfont
27576 12 scalefont
27577 setfont
27578 418.15 829.33 moveto
27579 (twi) show
27580 /Times-Roman findfont
27581 12 scalefont
27582 setfont
27583 455.65 829.33 moveto
27584 (light's) show
27585 /Times-Roman findfont
27586 12 scalefont
27587 setfont
27588 504.01 829.33 moveto
27589 (last) show
27590 94 linenum
27591 /Times-Roman findfont
27592 12 scalefont
27593 setfont
27594 443.87 816.01 moveto
27595 (-) show
27596 /Times-Roman findfont
27597 12 scalefont
27598 setfont
27599 418.31 816.01 moveto
27600 (gal) show
27601 /Times-Roman findfont
27602 12 scalefont
27603 setfont
27604 489.29 816.01 moveto
27605 (-) show
27606 /Times-Roman findfont
27607 12 scalefont
27608 setfont
27609 457.81 816.01 moveto
27610 (lant) show
27611 /Times-Roman findfont
27612 12 scalefont
27613 setfont
27614 505.85 816.01 moveto
27615 (ly) show
27616 422.95 885.11 1.000000 4n
27617 426.64 885.86 moveto
27618 426.64 906.11 lineto stroke
27619 463.28 885.11 1.000000 4n
27620 466.96 885.86 moveto
27621 466.96 906.11 lineto stroke
27622 508.17 876.11 1.000000 4n
27623 511.85 876.86 moveto
27624 511.85 897.11 lineto stroke
27625 422.95 876.11 1.000000 4n
27626 419.27 875.36 moveto
27627 419.27 855.11 lineto stroke
27628 463.28 876.11 1.000000 4n
27629 459.60 875.36 moveto
27630 459.60 855.11 lineto stroke
27631 508.17 876.11 1.000000 4n
27632 504.49 875.36 moveto
27633 504.49 855.11 lineto stroke
27634 restore
27635 %  S_STAFF
27636 % staff 2
27637 save
27638 422.95 787.41 1.000000 4n
27639 0.70 setlinewidth
27640 426.64 788.16 moveto
27641 426.64 808.41 lineto stroke
27642 463.28 787.41 1.000000 4n
27643 466.96 788.16 moveto
27644 466.96 808.41 lineto stroke
27645 508.17 778.41 1.000000 4n
27646 511.85 779.16 moveto
27647 511.85 799.41 lineto stroke
27648 422.95 772.41 1.000000 4n
27649 419.27 771.66 moveto
27650 419.27 751.41 lineto stroke
27651 463.28 772.41 1.000000 4n
27652 459.60 771.66 moveto
27653 459.60 751.41 lineto stroke
27654 508.17 778.41 1.000000 4n
27655 504.49 777.66 moveto
27656 504.49 757.41 lineto stroke
27657 restore
27658 %  S_BAR
27659 100 linenum
27660 0.70 setlinewidth
27661 548.59 900.11 moveto
27662 548.59 763.41 lineto stroke
27663 %  S_CHHEAD
27664 %  S_STAFF
27665 % staff 1
27666 save
27667 102 linenum
27668 /Times-Roman findfont
27669 12 scalefont
27670 setfont
27671 589.78 829.33 moveto
27672 (-) show
27673 /Times-Roman findfont
27674 12 scalefont
27675 setfont
27676 554.06 829.33 moveto
27677 (gleam) show
27678 /Times-Roman findfont
27679 12 scalefont
27680 setfont
27681 599.20 829.33 moveto
27682 (ing,) show
27683 /Times-Roman findfont
27684 12 scalefont
27685 setfont
27686 642.66 829.33 moveto
27687 (whose) show
27688 /Times-Roman findfont
27689 12 scalefont
27690 setfont
27691 676.65 829.33 moveto
27692 (broad) show
27693 562.38 870.11 1.000000 4n
27694 556.14 870.11 moveto
27695 568.61 870.11 lineto stroke
27696 566.06 870.86 moveto
27697 566.06 891.11 lineto stroke
27698 603.77 864.11 1.000000 4n
27699 597.54 864.11 moveto
27700 610.01 864.11 lineto stroke
27701 597.54 870.11 moveto
27702 610.01 870.11 lineto stroke
27703 607.46 864.86 moveto
27704 607.46 888.11 lineto stroke
27705 610.48 888.11 1.000000 dnflag
27706 628.61 900.11 1.000000 8rest
27707 650.31 876.11 1.000000 4n
27708 659.58 879.11 1.000000 dot
27709 653.99 876.86 moveto
27710 653.99 894.88 lineto stroke
27711 683.45 870.11 1.000000 4n
27712 677.22 870.11 moveto
27713 689.69 870.11 lineto stroke
27714 687.14 870.86 moveto
27715 687.14 888.88 lineto stroke
27716 newpath
27717 653.64 896.38 moveto
27718 687.49 890.38 lineto
27719 687.49 887.38 lineto
27720 653.64 893.38 lineto
27721 closepath
27722 fill
27723 newpath
27724 686.79 885.38 moveto
27725 678.72 886.84 lineto
27726 678.72 883.84 lineto
27727 686.79 882.38 lineto
27728 closepath
27729 fill
27730 562.38 870.11 1.000000 4n
27731 556.14 870.11 moveto
27732 568.61 870.11 lineto stroke
27733 558.69 869.36 moveto
27734 558.69 849.11 lineto stroke
27735 603.77 864.11 1.000000 4n
27736 597.54 864.11 moveto
27737 610.01 864.11 lineto stroke
27738 597.54 870.11 moveto
27739 610.01 870.11 lineto stroke
27740 600.09 863.36 moveto
27741 600.09 843.11 lineto stroke
27742 603.12 843.11 1.000000 upflag
27743 628.61 846.11 1.000000 8rest
27744 650.31 876.11 1.000000 4n
27745 659.58 879.11 1.000000 dot
27746 646.63 875.36 moveto
27747 646.63 857.34 lineto stroke
27748 683.45 870.11 1.000000 4n
27749 677.22 870.11 moveto
27750 689.69 870.11 lineto stroke
27751 679.77 869.36 moveto
27752 679.77 851.34 lineto stroke
27753 newpath
27754 646.28 858.84 moveto
27755 680.12 852.84 lineto
27756 680.12 849.84 lineto
27757 646.28 855.84 lineto
27758 closepath
27759 fill
27760 newpath
27761 679.42 857.84 moveto
27762 671.36 859.30 lineto
27763 671.36 856.30 lineto
27764 679.42 854.84 lineto
27765 closepath
27766 fill
27767 restore
27768 %  S_STAFF
27769 % staff 2
27770 save
27771 562.38 772.41 1.000000 4n
27772 0.70 setlinewidth
27773 566.06 773.16 moveto
27774 566.06 793.41 lineto stroke
27775 603.77 766.41 1.000000 4n
27776 607.46 767.16 moveto
27777 607.46 787.41 lineto stroke
27778 610.48 787.41 1.000000 dnflag
27779 628.61 793.41 1.000000 8rest
27780 650.31 778.41 1.000000 4n
27781 659.58 778.41 1.000000 dot
27782 653.99 779.16 moveto
27783 653.99 797.18 lineto stroke
27784 683.45 772.41 1.000000 4n
27785 687.14 773.16 moveto
27786 687.14 791.18 lineto stroke
27787 newpath
27788 653.64 798.68 moveto
27789 687.49 792.68 lineto
27790 687.49 789.68 lineto
27791 653.64 795.68 lineto
27792 closepath
27793 fill
27794 newpath
27795 686.79 787.68 moveto
27796 678.72 789.14 lineto
27797 678.72 786.14 lineto
27798 686.79 784.68 lineto
27799 closepath
27800 fill
27801 562.38 772.41 1.000000 4n
27802 558.69 771.66 moveto
27803 558.69 751.41 lineto stroke
27804 603.77 766.41 1.000000 4n
27805 600.09 765.66 moveto
27806 600.09 745.41 lineto stroke
27807 603.12 745.41 1.000000 upflag
27808 628.61 751.41 1.000000 8rest
27809 650.31 778.41 1.000000 4n
27810 659.58 778.41 1.000000 dot
27811 646.63 777.66 moveto
27812 646.63 759.64 lineto stroke
27813 683.45 772.41 1.000000 4n
27814 679.77 771.66 moveto
27815 679.77 753.64 lineto stroke
27816 newpath
27817 646.28 761.14 moveto
27818 680.12 755.14 lineto
27819 680.12 752.14 lineto
27820 646.28 758.14 lineto
27821 closepath
27822 fill
27823 newpath
27824 679.42 760.14 moveto
27825 671.36 761.60 lineto
27826 671.36 758.60 lineto
27827 679.42 757.14 lineto
27828 closepath
27829 fill
27830 restore
27831 %  S_BAR
27832 104 linenum
27833 707.87 891.11 1.000000 dot
27834 707.87 885.11 1.000000 dot
27835 707.87 778.41 1.000000 dot
27836 707.87 772.41 1.000000 dot
27837 0.70 setlinewidth
27838 711.87 900.11 moveto
27839 711.87 763.41 lineto stroke
27840 3.00 setlinewidth
27841 715.87 900.11 moveto
27842 715.87 763.41 lineto stroke
27843 0.70 setlinewidth
27844 %  S_CHHEAD
27845 %  S_STAFF
27846 % staff 1
27847 save
27848 106 linenum
27849 /Times-Roman findfont
27850 12 scalefont
27851 setfont
27852 758.76 816.01 moveto
27853 (-) show
27854 /Times-Roman findfont
27855 12 scalefont
27856 setfont
27857 721.48 816.01 moveto
27858 (stream) show
27859 /Times-Roman findfont
27860 12 scalefont
27861 setfont
27862 767.07 816.01 moveto
27863 (ing?) show
27864 /Times-Roman findfont
27865 12 scalefont
27866 setfont
27867 815.15 816.01 moveto
27868 (And) show
27869 /Times-Roman findfont
27870 12 scalefont
27871 setfont
27872 848.71 816.01 moveto
27873 (the) show
27874 730.47 870.11 1.000000 4n
27875 724.23 870.11 moveto
27876 736.70 870.11 lineto stroke
27877 734.15 870.86 moveto
27878 734.15 891.11 lineto stroke
27879 772.22 864.11 1.000000 4n
27880 765.98 864.11 moveto
27881 778.45 864.11 lineto stroke
27882 765.98 870.11 moveto
27883 778.45 870.11 lineto stroke
27884 775.90 864.86 moveto
27885 775.90 888.11 lineto stroke
27886 778.92 888.11 1.000000 dnflag
27887 797.07 900.11 1.000000 8rest
27888 820.30 891.11 1.000000 4n
27889 829.57 891.11 1.000000 dot
27890 823.98 891.86 moveto
27891 823.98 910.61 lineto stroke
27892 852.37 891.11 1.000000 4n
27893 856.05 891.86 moveto
27894 856.05 910.61 lineto stroke
27895 newpath
27896 823.63 912.11 moveto
27897 856.40 912.11 lineto
27898 856.40 909.11 lineto
27899 823.63 909.11 lineto
27900 closepath
27901 fill
27902 newpath
27903 855.70 907.11 moveto
27904 847.64 907.11 lineto
27905 847.64 904.11 lineto
27906 855.70 904.11 lineto
27907 closepath
27908 fill
27909 730.47 870.11 1.000000 4n
27910 724.23 870.11 moveto
27911 736.70 870.11 lineto stroke
27912 726.78 869.36 moveto
27913 726.78 849.11 lineto stroke
27914 772.22 864.11 1.000000 4n
27915 765.98 864.11 moveto
27916 778.45 864.11 lineto stroke
27917 765.98 870.11 moveto
27918 778.45 870.11 lineto stroke
27919 768.53 863.36 moveto
27920 768.53 843.11 lineto stroke
27921 771.56 843.11 1.000000 upflag
27922 797.07 846.11 1.000000 8rest
27923 820.30 876.11 1.000000 4n
27924 829.57 873.11 1.000000 dot
27925 816.62 875.36 moveto
27926 816.62 856.61 lineto stroke
27927 852.37 876.11 1.000000 4n
27928 848.69 875.36 moveto
27929 848.69 856.61 lineto stroke
27930 newpath
27931 816.27 858.11 moveto
27932 849.04 858.11 lineto
27933 849.04 855.11 lineto
27934 816.27 855.11 lineto
27935 closepath
27936 fill
27937 newpath
27938 848.34 863.11 moveto
27939 840.27 863.11 lineto
27940 840.27 860.11 lineto
27941 848.34 860.11 lineto
27942 closepath
27943 fill
27944 restore
27945 %  S_STAFF
27946 % staff 2
27947 save
27948 730.47 772.41 1.000000 4n
27949 0.70 setlinewidth
27950 734.15 773.16 moveto
27951 734.15 793.41 lineto stroke
27952 772.22 766.41 1.000000 4n
27953 775.90 767.16 moveto
27954 775.90 787.41 lineto stroke
27955 778.92 787.41 1.000000 dnflag
27956 797.07 787.41 1.000000 8rest
27957 820.30 787.41 1.000000 4n
27958 829.57 790.41 1.000000 dot
27959 823.98 788.16 moveto
27960 823.98 806.91 lineto stroke
27961 852.37 787.41 1.000000 4n
27962 856.05 788.16 moveto
27963 856.05 806.91 lineto stroke
27964 newpath
27965 823.63 808.41 moveto
27966 856.40 808.41 lineto
27967 856.40 805.41 lineto
27968 823.63 805.41 lineto
27969 closepath
27970 fill
27971 newpath
27972 855.70 803.41 moveto
27973 847.64 803.41 lineto
27974 847.64 800.41 lineto
27975 855.70 800.41 lineto
27976 closepath
27977 fill
27978 730.47 772.41 1.000000 4n
27979 726.78 771.66 moveto
27980 726.78 751.41 lineto stroke
27981 772.22 766.41 1.000000 4n
27982 768.53 765.66 moveto
27983 768.53 745.41 lineto stroke
27984 771.56 745.41 1.000000 upflag
27985 797.07 751.41 1.000000 8rest
27986 820.30 766.41 1.000000 4n
27987 829.57 766.41 1.000000 dot
27988 816.62 765.66 moveto
27989 816.62 746.91 lineto stroke
27990 852.37 766.41 1.000000 4n
27991 848.69 765.66 moveto
27992 848.69 746.91 lineto stroke
27993 newpath
27994 816.27 748.41 moveto
27995 849.04 748.41 lineto
27996 849.04 745.41 lineto
27997 816.27 745.41 lineto
27998 closepath
27999 fill
28000 newpath
28001 848.34 753.41 moveto
28002 840.27 753.41 lineto
28003 840.27 750.41 lineto
28004 848.34 750.41 lineto
28005 closepath
28006 fill
28007 restore
28008 %  S_BAR
28009 111 linenum
28010 0.70 setlinewidth
28011 869.19 900.11 moveto
28012 869.19 763.41 lineto stroke
28013 %  S_FEED
28014 298.00 1123.41 869.54 5 1.000000 1.000000 stf
28015 /Times-Roman findfont
28016 11 scalefont
28017 setfont
28018 86.50 717.41 moveto
28019 (10) show
28020 298.00 1036.16 869.54 5 1.000000 1.000000 stf
28021 81.50 703.41 592.16 brace
28022 82.00 703.41 moveto
28023 82.00 592.16 lineto stroke
28024 %  S_CLEFSIG
28025 93.79 685.41 1.000000 gclef
28026 94.04 610.16 1.000000 fclef
28027 108.41 703.41 1.000000 sharp
28028 115.05 694.41 1.000000 sharp
28029 121.69 706.41 1.000000 sharp
28030 108.41 610.16 1.000000 sharp
28031 115.05 601.16 1.000000 sharp
28032 121.69 613.16 1.000000 sharp
28033 %  S_CHHEAD
28034 %  S_STAFF
28035 % staff 1
28036 save
28037 113 linenum
28038 /Times-Roman findfont
28039 12 scalefont
28040 setfont
28041 172.42 647.69 moveto
28042 (-) show
28043 /Times-Roman findfont
28044 12 scalefont
28045 setfont
28046 140.28 647.69 moveto
28047 (rock) show
28048 /Times-Roman findfont
28049 12 scalefont
28050 setfont
28051 186.33 647.69 moveto
28052 (ets') show
28053 /Times-Roman findfont
28054 12 scalefont
28055 setfont
28056 232.00 647.69 moveto
28057 (red) show
28058 146.58 694.41 1.000000 4n
28059 150.26 695.16 moveto
28060 150.26 715.41 lineto stroke
28061 190.65 697.41 1.000000 4n
28062 194.33 698.16 moveto
28063 194.33 718.41 lineto stroke
28064 235.82 700.41 1.000000 4n
28065 239.50 701.16 moveto
28066 239.50 721.41 lineto stroke
28067 146.58 679.41 1.000000 4n
28068 142.90 678.66 moveto
28069 142.90 658.41 lineto stroke
28070 190.65 679.41 1.000000 4n
28071 186.96 678.66 moveto
28072 186.96 658.41 lineto stroke
28073 235.82 679.41 1.000000 4n
28074 232.14 678.66 moveto
28075 232.14 658.41 lineto stroke
28076 restore
28077 %  S_STAFF
28078 % staff 2
28079 save
28080 146.58 616.16 1.000000 4n
28081 0.70 setlinewidth
28082 150.26 616.91 moveto
28083 150.26 637.16 lineto stroke
28084 190.65 619.16 1.000000 4n
28085 194.33 619.91 moveto
28086 194.33 640.16 lineto stroke
28087 235.82 622.16 1.000000 4n
28088 229.59 622.16 moveto
28089 242.05 622.16 lineto stroke
28090 239.50 622.91 moveto
28091 239.50 643.16 lineto stroke
28092 146.58 595.16 1.000000 4n
28093 142.90 594.41 moveto
28094 142.90 574.16 lineto stroke
28095 190.65 595.16 1.000000 4n
28096 186.96 594.41 moveto
28097 186.96 574.16 lineto stroke
28098 235.82 595.16 1.000000 4n
28099 232.14 594.41 moveto
28100 232.14 574.16 lineto stroke
28101 restore
28102 %  S_BAR
28103 122 linenum
28104 0.70 setlinewidth
28105 277.54 703.41 moveto
28106 277.54 592.16 lineto stroke
28107 %  S_CHHEAD
28108 %  S_STAFF
28109 % staff 1
28110 save
28111 127 linenum
28112 /Times-Roman findfont
28113 12 scalefont
28114 setfont
28115 285.11 647.69 moveto
28116 (glare,) show
28117 /Times-Roman findfont
28118 12 scalefont
28119 setfont
28120 371.78 647.69 moveto
28121 (the) show
28122 /Times-Roman findfont
28123 12 scalefont
28124 setfont
28125 392.14 647.69 moveto
28126 (bombs) show
28127 291.84 700.41 1.000000 4n
28128 295.53 701.16 moveto
28129 295.53 721.41 lineto stroke
28130 337.10 703.41 1.000000 4rest
28131 375.44 697.41 1.000000 4n
28132 379.12 698.16 moveto
28133 379.12 716.42 lineto stroke
28134 400.13 694.41 1.000000 4n
28135 403.82 695.16 moveto
28136 403.82 713.42 lineto stroke
28137 newpath
28138 378.77 717.92 moveto
28139 404.17 714.92 lineto
28140 404.17 711.92 lineto
28141 378.77 714.92 lineto
28142 closepath
28143 fill
28144 291.84 679.41 1.000000 4n
28145 288.16 678.66 moveto
28146 288.16 658.41 lineto stroke
28147 337.10 679.41 1.000000 4rest
28148 375.44 679.41 1.000000 4n
28149 371.76 678.66 moveto
28150 371.76 659.91 lineto stroke
28151 400.13 679.41 1.000000 4n
28152 396.45 678.66 moveto
28153 396.45 659.91 lineto stroke
28154 newpath
28155 371.41 661.41 moveto
28156 396.80 661.41 lineto
28157 396.80 658.41 lineto
28158 371.41 658.41 lineto
28159 closepath
28160 fill
28161 restore
28162 %  S_STAFF
28163 % staff 2
28164 save
28165 291.84 622.16 1.000000 4n
28166 0.70 setlinewidth
28167 285.61 622.16 moveto
28168 298.08 622.16 lineto stroke
28169 295.53 622.91 moveto
28170 295.53 643.16 lineto stroke
28171 337.10 616.16 1.000000 4rest
28172 375.44 619.16 1.000000 4n
28173 379.12 619.91 moveto
28174 379.12 638.18 lineto stroke
28175 400.13 616.16 1.000000 4n
28176 403.82 616.91 moveto
28177 403.82 635.18 lineto stroke
28178 newpath
28179 378.77 639.68 moveto
28180 404.17 636.68 lineto
28181 404.17 633.68 lineto
28182 378.77 636.68 lineto
28183 closepath
28184 fill
28185 291.84 595.16 1.000000 4n
28186 288.16 594.41 moveto
28187 288.16 574.16 lineto stroke
28188 337.10 592.16 1.000000 4rest
28189 375.44 595.16 1.000000 4n
28190 371.76 594.41 moveto
28191 371.76 575.66 lineto stroke
28192 400.13 595.16 1.000000 4n
28193 396.45 594.41 moveto
28194 396.45 575.66 lineto stroke
28195 newpath
28196 371.41 577.16 moveto
28197 396.80 577.16 lineto
28198 396.80 574.16 lineto
28199 371.41 574.16 lineto
28200 closepath
28201 fill
28202 restore
28203 %  S_BAR
28204 130 linenum
28205 0.70 setlinewidth
28206 428.49 703.41 moveto
28207 428.49 592.16 lineto stroke
28208 %  S_CHHEAD
28209 %  S_STAFF
28210 % staff 1
28211 save
28212 131 linenum
28213 /Times-Roman findfont
28214 12 scalefont
28215 setfont
28216 469.28 647.69 moveto
28217 (-) show
28218 /Times-Roman findfont
28219 12 scalefont
28220 setfont
28221 434.93 647.69 moveto
28222 (burst) show
28223 /Times-Roman findfont
28224 12 scalefont
28225 setfont
28226 482.73 647.69 moveto
28227 (ing) show
28228 /Times-Roman findfont
28229 12 scalefont
28230 setfont
28231 529.89 647.69 moveto
28232 (in) show
28233 441.89 691.41 1.000000 4n
28234 445.58 692.16 moveto
28235 445.58 712.41 lineto stroke
28236 486.54 694.41 1.000000 4n
28237 490.23 695.16 moveto
28238 490.23 715.41 lineto stroke
28239 532.21 697.41 1.000000 4n
28240 535.89 698.16 moveto
28241 535.89 718.41 lineto stroke
28242 441.89 679.41 1.000000 4n
28243 438.21 678.66 moveto
28244 438.21 658.41 lineto stroke
28245 486.54 679.41 1.000000 4n
28246 482.86 678.66 moveto
28247 482.86 658.41 lineto stroke
28248 532.21 679.41 1.000000 4n
28249 528.53 678.66 moveto
28250 528.53 658.41 lineto stroke
28251 restore
28252 %  S_STAFF
28253 % staff 2
28254 save
28255 441.89 613.16 1.000000 4n
28256 0.70 setlinewidth
28257 445.58 613.91 moveto
28258 445.58 634.16 lineto stroke
28259 486.54 613.16 1.000000 4n
28260 490.23 613.91 moveto
28261 490.23 634.16 lineto stroke
28262 532.21 613.16 1.000000 4n
28263 535.89 613.91 moveto
28264 535.89 634.16 lineto stroke
28265 441.89 607.16 1.000000 4n
28266 438.21 606.41 moveto
28267 438.21 586.16 lineto stroke
28268 486.54 607.16 1.000000 4n
28269 482.86 606.41 moveto
28270 482.86 586.16 lineto stroke
28271 532.21 607.16 1.000000 4n
28272 528.53 606.41 moveto
28273 528.53 586.16 lineto stroke
28274 restore
28275 %  S_BAR
28276 134 linenum
28277 0.70 setlinewidth
28278 573.19 703.41 moveto
28279 573.19 592.16 lineto stroke
28280 %  S_CHHEAD
28281 %  S_STAFF
28282 % staff 1
28283 save
28284 135 linenum
28285 /Times-Roman findfont
28286 12 scalefont
28287 setfont
28288 583.30 647.69 moveto
28289 (air,) show
28290 /Times-Roman findfont
28291 12 scalefont
28292 setfont
28293 667.66 647.69 moveto
28294 (gave) show
28295 587.20 697.41 1.000000 4n
28296 590.89 698.16 moveto
28297 590.89 718.41 lineto stroke
28298 630.94 703.41 1.000000 4rest
28299 673.31 697.41 1.000000 4n
28300 676.99 698.16 moveto
28301 676.99 718.41 lineto stroke
28302 587.20 679.41 1.000000 4n
28303 583.52 678.66 moveto
28304 583.52 658.41 lineto stroke
28305 630.94 679.41 1.000000 4rest
28306 673.31 679.41 1.000000 4n
28307 669.63 678.66 moveto
28308 669.63 658.41 lineto stroke
28309 restore
28310 %  S_STAFF
28311 % staff 2
28312 save
28313 587.20 613.16 1.000000 4n
28314 0.70 setlinewidth
28315 590.89 613.91 moveto
28316 590.89 634.16 lineto stroke
28317 630.94 622.16 1.000000 4rest
28318 673.31 613.16 1.000000 4n
28319 676.99 613.91 moveto
28320 676.99 634.16 lineto stroke
28321 587.20 607.16 1.000000 4n
28322 583.52 606.41 moveto
28323 583.52 586.16 lineto stroke
28324 630.94 592.16 1.000000 4rest
28325 673.31 607.16 1.000000 4n
28326 669.63 606.41 moveto
28327 669.63 586.16 lineto stroke
28328 restore
28329 %  S_BAR
28330 138 linenum
28331 0.70 setlinewidth
28332 715.95 703.41 moveto
28333 715.95 592.16 lineto stroke
28334 %  S_CHHEAD
28335 %  S_STAFF
28336 % staff 1
28337 save
28338 139 linenum
28339 /Times-Roman findfont
28340 12 scalefont
28341 setfont
28342 724.22 647.69 moveto
28343 (proof) show
28344 /Times-Roman findfont
28345 12 scalefont
28346 setfont
28347 776.90 647.69 moveto
28348 (through) show
28349 /Times-Roman findfont
28350 12 scalefont
28351 setfont
28352 823.89 647.69 moveto
28353 (the) show
28354 730.68 694.41 1.000000 4n
28355 739.94 694.41 1.000000 dot
28356 734.36 695.16 moveto
28357 734.36 715.41 lineto stroke
28358 786.19 691.41 1.000000 4n
28359 789.87 692.16 moveto
28360 789.87 712.41 lineto stroke
28361 792.90 712.41 1.000000 dnflag
28362 827.55 688.41 1.000000 4n
28363 831.23 689.16 moveto
28364 831.23 709.41 lineto stroke
28365 730.68 679.41 1.000000 4n
28366 739.94 676.41 1.000000 dot
28367 727.00 678.66 moveto
28368 727.00 658.41 lineto stroke
28369 786.19 679.41 1.000000 4n
28370 782.51 678.66 moveto
28371 782.51 658.41 lineto stroke
28372 785.53 658.41 1.000000 upflag
28373 827.55 679.41 1.000000 4n
28374 823.86 678.66 moveto
28375 823.86 658.41 lineto stroke
28376 restore
28377 %  S_STAFF
28378 % staff 2
28379 save
28380 730.68 616.16 1.000000 4n
28381 739.94 619.16 1.000000 dot
28382 0.70 setlinewidth
28383 734.36 616.91 moveto
28384 734.36 637.16 lineto stroke
28385 786.19 613.16 1.000000 4n
28386 789.87 613.91 moveto
28387 789.87 634.16 lineto stroke
28388 792.90 634.16 1.000000 dnflag
28389 827.55 616.16 1.000000 4n
28390 831.23 616.91 moveto
28391 831.23 637.16 lineto stroke
28392 730.68 595.16 1.000000 4n
28393 739.94 595.16 1.000000 dot
28394 727.00 594.41 moveto
28395 727.00 574.16 lineto stroke
28396 786.19 598.16 1.000000 4n
28397 782.51 597.41 moveto
28398 782.51 577.16 lineto stroke
28399 785.53 577.16 1.000000 upflag
28400 827.55 601.16 1.000000 4n
28401 823.86 600.41 moveto
28402 823.86 580.16 lineto stroke
28403 restore
28404 %  S_BAR
28405 142 linenum
28406 0.70 setlinewidth
28407 869.19 703.41 moveto
28408 869.19 592.16 lineto stroke
28409 %  S_FEED
28410 298.00 952.16 869.54 5 1.000000 1.000000 stf
28411 /Times-Roman findfont
28412 11 scalefont
28413 setfont
28414 86.50 546.16 moveto
28415 (15) show
28416 298.00 855.84 869.54 5 1.000000 1.000000 stf
28417 81.50 532.16 411.84 brace
28418 82.00 532.16 moveto
28419 82.00 411.84 lineto stroke
28420 %  S_CLEFSIG
28421 93.79 514.16 1.000000 gclef
28422 94.04 429.84 1.000000 fclef
28423 108.41 532.16 1.000000 sharp
28424 115.05 523.16 1.000000 sharp
28425 121.69 535.16 1.000000 sharp
28426 108.41 429.84 1.000000 sharp
28427 115.05 420.84 1.000000 sharp
28428 121.69 432.84 1.000000 sharp
28429 %  S_CHHEAD
28430 %  S_STAFF
28431 % staff 1
28432 save
28433 143 linenum
28434 /Times-Roman findfont
28435 12 scalefont
28436 setfont
28437 145.59 464.44 moveto
28438 (night) show
28439 /Times-Roman findfont
28440 12 scalefont
28441 setfont
28442 218.99 464.44 moveto
28443 (that) show
28444 /Times-Roman findfont
28445 12 scalefont
28446 setfont
28447 253.20 464.44 moveto
28448 (our) show
28449 151.73 514.16 1.000000 2n
28450 155.63 514.91 moveto
28451 155.63 535.16 lineto stroke
28452 223.47 511.16 1.000000 4n
28453 232.73 511.16 1.000000 dot
28454 227.15 511.91 moveto
28455 227.15 531.02 lineto stroke
28456 257.18 514.16 1.000000 4n
28457 260.86 514.91 moveto
28458 260.86 534.02 lineto stroke
28459 newpath
28460 226.80 532.52 moveto
28461 261.21 535.52 lineto
28462 261.21 532.52 lineto
28463 226.80 529.52 lineto
28464 closepath
28465 fill
28466 newpath
28467 260.51 530.52 moveto
28468 252.45 529.81 lineto
28469 252.45 526.81 lineto
28470 260.51 527.52 lineto
28471 closepath
28472 fill
28473 151.73 508.16 1.000000 2n
28474 147.83 507.41 moveto
28475 147.83 487.16 lineto stroke
28476 223.47 505.16 1.000000 4n
28477 232.73 505.16 1.000000 dot
28478 219.79 504.41 moveto
28479 219.79 485.66 lineto stroke
28480 257.18 505.16 1.000000 4n
28481 253.50 504.41 moveto
28482 253.50 485.66 lineto stroke
28483 newpath
28484 219.44 487.16 moveto
28485 253.85 487.16 lineto
28486 253.85 484.16 lineto
28487 219.44 484.16 lineto
28488 closepath
28489 fill
28490 newpath
28491 253.15 492.16 moveto
28492 245.08 492.16 lineto
28493 245.08 489.16 lineto
28494 253.15 489.16 lineto
28495 closepath
28496 fill
28497 restore
28498 %  S_STAFF
28499 % staff 2
28500 save
28501 151.73 438.84 1.000000 2n
28502 0.70 setlinewidth
28503 155.63 439.59 moveto
28504 155.63 459.84 lineto stroke
28505 223.47 438.84 1.000000 4n
28506 232.73 438.84 1.000000 dot
28507 227.15 439.59 moveto
28508 227.15 458.34 lineto stroke
28509 257.18 438.84 1.000000 4n
28510 260.86 439.59 moveto
28511 260.86 458.34 lineto stroke
28512 newpath
28513 226.80 459.84 moveto
28514 261.21 459.84 lineto
28515 261.21 456.84 lineto
28516 226.80 456.84 lineto
28517 closepath
28518 fill
28519 newpath
28520 260.51 454.84 moveto
28521 252.45 454.84 lineto
28522 252.45 451.84 lineto
28523 260.51 451.84 lineto
28524 closepath
28525 fill
28526 151.73 426.84 1.000000 2n
28527 147.83 426.09 moveto
28528 147.83 405.84 lineto stroke
28529 223.47 426.84 1.000000 4n
28530 232.73 426.84 1.000000 dot
28531 219.79 426.09 moveto
28532 219.79 407.34 lineto stroke
28533 257.18 426.84 1.000000 4n
28534 253.50 426.09 moveto
28535 253.50 407.34 lineto stroke
28536 newpath
28537 219.44 408.84 moveto
28538 253.85 408.84 lineto
28539 253.85 405.84 lineto
28540 219.44 405.84 lineto
28541 closepath
28542 fill
28543 newpath
28544 253.15 413.84 moveto
28545 245.08 413.84 lineto
28546 245.08 410.84 lineto
28547 253.15 410.84 lineto
28548 closepath
28549 fill
28550 restore
28551 %  S_BAR
28552 146 linenum
28553 0.70 setlinewidth
28554 274.98 532.16 moveto
28555 274.98 411.84 lineto stroke
28556 %  S_CHHEAD
28557 %  S_STAFF
28558 % staff 1
28559 save
28560 147 linenum
28561 /Times-Roman findfont
28562 12 scalefont
28563 setfont
28564 282.67 464.44 moveto
28565 (flag) show
28566 /Times-Roman findfont
28567 12 scalefont
28568 setfont
28569 325.99 464.44 moveto
28570 (was) show
28571 /Times-Roman findfont
28572 12 scalefont
28573 setfont
28574 373.83 464.44 moveto
28575 (still) show
28576 287.31 517.16 1.000000 4n
28577 290.99 517.91 moveto
28578 290.99 538.16 lineto stroke
28579 330.65 502.16 1.000000 4n
28580 324.42 502.16 moveto
28581 336.88 502.16 lineto stroke
28582 334.33 502.91 moveto
28583 334.33 523.16 lineto stroke
28584 378.31 505.16 1.000000 4n
28585 368.96 505.16 1.000000 sharp
28586 381.99 505.91 moveto
28587 381.99 526.16 lineto stroke
28588 287.31 502.16 1.000000 4n
28589 281.08 502.16 moveto
28590 293.54 502.16 lineto stroke
28591 283.63 501.41 moveto
28592 283.63 481.16 lineto stroke
28593 330.65 502.16 1.000000 4n
28594 324.42 502.16 moveto
28595 336.88 502.16 lineto stroke
28596 326.97 501.41 moveto
28597 326.97 481.16 lineto stroke
28598 378.31 499.16 1.000000 4n
28599 372.08 502.16 moveto
28600 384.54 502.16 lineto stroke
28601 374.63 498.41 moveto
28602 374.63 478.16 lineto stroke
28603 restore
28604 %  S_STAFF
28605 % staff 2
28606 save
28607 287.31 435.84 1.000000 4n
28608 0.70 setlinewidth
28609 290.99 436.59 moveto
28610 290.99 456.84 lineto stroke
28611 330.65 435.84 1.000000 4n
28612 334.33 436.59 moveto
28613 334.33 456.84 lineto stroke
28614 378.31 435.84 1.000000 4n
28615 381.99 436.59 moveto
28616 381.99 456.84 lineto stroke
28617 287.31 429.84 1.000000 4n
28618 283.63 429.09 moveto
28619 283.63 408.84 lineto stroke
28620 330.65 429.84 1.000000 4n
28621 326.97 429.09 moveto
28622 326.97 408.84 lineto stroke
28623 378.31 417.84 1.000000 4n
28624 374.63 417.09 moveto
28625 374.63 396.84 lineto stroke
28626 restore
28627 %  S_BAR
28628 150 linenum
28629 0.70 setlinewidth
28630 421.37 532.16 moveto
28631 421.37 411.84 lineto stroke
28632 %  S_CHHEAD
28633 %  S_STAFF
28634 % staff 1
28635 save
28636 151 linenum
28637 /Times-Roman findfont
28638 12 scalefont
28639 setfont
28640 429.14 464.44 moveto
28641 (there.) show
28642 /Times-Roman findfont
28643 12 scalefont
28644 setfont
28645 523.16 464.44 moveto
28646 (Oh) show
28647 435.88 508.16 1.000000 4n
28648 439.56 508.91 moveto
28649 439.56 529.16 lineto stroke
28650 482.34 532.16 1.000000 4rest
28651 526.82 508.16 1.000000 4n
28652 530.50 508.91 moveto
28653 530.50 529.16 lineto stroke
28654 435.88 499.16 1.000000 4n
28655 429.64 502.16 moveto
28656 442.11 502.16 lineto stroke
28657 432.19 498.41 moveto
28658 432.19 478.16 lineto stroke
28659 482.34 490.16 1.000000 4rest
28660 526.82 499.16 1.000000 4n
28661 520.58 502.16 moveto
28662 533.05 502.16 lineto stroke
28663 523.13 498.41 moveto
28664 523.13 478.16 lineto stroke
28665 restore
28666 %  S_STAFF
28667 % staff 2
28668 save
28669 435.88 432.84 1.000000 4n
28670 0.70 setlinewidth
28671 439.56 433.59 moveto
28672 439.56 453.84 lineto stroke
28673 482.34 441.84 1.000000 4rest
28674 526.82 432.84 1.000000 4n
28675 530.50 433.59 moveto
28676 530.50 453.84 lineto stroke
28677 435.88 426.84 1.000000 4n
28678 432.19 426.09 moveto
28679 432.19 405.84 lineto stroke
28680 482.34 411.84 1.000000 4rest
28681 526.82 426.84 1.000000 4n
28682 523.13 426.09 moveto
28683 523.13 405.84 lineto stroke
28684 restore
28685 %  S_BAR
28686 154 linenum
28687 0.70 setlinewidth
28688 569.46 532.16 moveto
28689 569.46 411.84 lineto stroke
28690 %  S_CHHEAD
28691 %  S_STAFF
28692 % staff 1
28693 save
28694 155 linenum
28695 /Times-Roman findfont
28696 12 scalefont
28697 setfont
28698 576.91 464.44 moveto
28699 (say,) show
28700 /Times-Roman findfont
28701 12 scalefont
28702 setfont
28703 620.67 464.44 moveto
28704 (does) show
28705 /Times-Roman findfont
28706 12 scalefont
28707 setfont
28708 664.26 464.44 moveto
28709 (that) show
28710 581.67 517.16 1.000000 4n
28711 585.35 517.91 moveto
28712 585.35 538.16 lineto stroke
28713 626.16 517.16 1.000000 4n
28714 629.84 517.91 moveto
28715 629.84 538.16 lineto stroke
28716 668.74 517.16 1.000000 4n
28717 672.42 517.91 moveto
28718 672.42 536.23 lineto stroke
28719 696.74 514.16 1.000000 4n
28720 700.42 514.91 moveto
28721 700.42 533.23 lineto stroke
28722 newpath
28723 672.07 537.73 moveto
28724 700.77 534.73 lineto
28725 700.77 531.73 lineto
28726 672.07 534.73 lineto
28727 closepath
28728 fill
28729 581.67 502.16 1.000000 4n
28730 575.43 502.16 moveto
28731 587.90 502.16 lineto stroke
28732 577.98 501.41 moveto
28733 577.98 481.16 lineto stroke
28734 626.16 499.16 1.000000 4n
28735 619.93 502.16 moveto
28736 632.39 502.16 lineto stroke
28737 622.48 498.41 moveto
28738 622.48 478.16 lineto stroke
28739 668.74 496.16 1.000000 4n
28740 662.51 496.16 moveto
28741 674.97 496.16 lineto stroke
28742 662.51 502.16 moveto
28743 674.97 502.16 lineto stroke
28744 665.06 495.41 moveto
28745 665.06 475.16 lineto stroke
28746 674.77 522.26 moveto
28747 674.75 522.49 lineto
28748 678.42 524.07 682.24 524.60 686.21 524.05 curveto
28749 690.17 523.51 693.71 521.99 696.83 519.48 curveto
28750 696.66 519.05 lineto
28751 693.38 521.05 689.84 522.31 686.04 522.83 curveto
28752 682.24 523.35 678.49 523.08 674.80 522.04 curveto
28753 fill
28754 restore
28755 %  S_STAFF
28756 % staff 2
28757 save
28758 581.67 426.84 1.000000 4n
28759 0.70 setlinewidth
28760 585.35 427.59 moveto
28761 585.35 447.84 lineto stroke
28762 626.16 426.84 1.000000 4n
28763 629.84 427.59 moveto
28764 629.84 447.84 lineto stroke
28765 668.74 426.84 1.000000 4n
28766 672.42 427.59 moveto
28767 672.42 447.84 lineto stroke
28768 581.67 414.84 1.000000 4n
28769 577.98 414.09 moveto
28770 577.98 393.84 lineto stroke
28771 626.16 417.84 1.000000 4n
28772 622.48 417.09 moveto
28773 622.48 396.84 lineto stroke
28774 668.74 420.84 1.000000 4n
28775 665.06 420.09 moveto
28776 665.06 399.84 lineto stroke
28777 restore
28778 %  S_BAR
28779 161 linenum
28780 0.70 setlinewidth
28781 722.52 532.16 moveto
28782 722.52 411.84 lineto stroke
28783 %  S_CHHEAD
28784 %  S_STAFF
28785 % staff 1
28786 save
28787 162 linenum
28788 /Times-Roman findfont
28789 12 scalefont
28790 setfont
28791 757.80 464.44 moveto
28792 (-) show
28793 /Times-Roman findfont
28794 12 scalefont
28795 setfont
28796 729.75 464.44 moveto
28797 (star) show
28798 /Times-Roman findfont
28799 12 scalefont
28800 setfont
28801 805.59 464.44 moveto
28802 (-) show
28803 /Times-Roman findfont
28804 12 scalefont
28805 setfont
28806 771.58 464.44 moveto
28807 (span) show
28808 /Times-Roman findfont
28809 12 scalefont
28810 setfont
28811 820.64 464.44 moveto
28812 (gled) show
28813 735.06 511.16 1.000000 4n
28814 738.74 511.91 moveto
28815 738.74 532.16 lineto stroke
28816 778.06 511.16 1.000000 4n
28817 781.74 511.91 moveto
28818 781.74 532.16 lineto stroke
28819 822.11 511.16 1.000000 4n
28820 825.79 511.91 moveto
28821 825.79 532.16 lineto stroke
28822 735.06 505.16 1.000000 4n
28823 731.37 504.41 moveto
28824 731.37 484.16 lineto stroke
28825 778.06 505.16 1.000000 4n
28826 774.38 504.41 moveto
28827 774.38 484.16 lineto stroke
28828 829.47 508.16 1.000000 4n
28829 825.79 507.41 moveto
28830 825.79 487.16 lineto stroke
28831 restore
28832 %  S_STAFF
28833 % staff 2
28834 save
28835 735.06 435.84 1.000000 4n
28836 0.70 setlinewidth
28837 738.74 436.59 moveto
28838 738.74 456.84 lineto stroke
28839 778.06 435.84 1.000000 4n
28840 781.74 436.59 moveto
28841 781.74 456.84 lineto stroke
28842 825.79 435.84 1.000000 4n
28843 816.44 435.84 1.000000 sharp
28844 829.47 436.59 moveto
28845 829.47 456.84 lineto stroke
28846 735.06 423.84 1.000000 4n
28847 731.37 423.09 moveto
28848 731.37 402.84 lineto stroke
28849 778.06 423.84 1.000000 4n
28850 774.38 423.09 moveto
28851 774.38 402.84 lineto stroke
28852 825.79 420.84 1.000000 4n
28853 822.11 420.09 moveto
28854 822.11 399.84 lineto stroke
28855 restore
28856 %  S_BAR
28857 168 linenum
28858 0.70 setlinewidth
28859 869.19 532.16 moveto
28860 869.19 411.84 lineto stroke
28861 %  S_FEED
28862 298.00 771.84 869.54 5 1.000000 1.000000 stf
28863 /Times-Roman findfont
28864 11 scalefont
28865 setfont
28866 86.50 365.84 moveto
28867 (20) show
28868 298.00 669.57 869.54 5 1.000000 1.000000 stf
28869 81.50 351.84 225.57 brace
28870 82.00 351.84 moveto
28871 82.00 225.57 lineto stroke
28872 %  S_CLEFSIG
28873 93.79 333.84 1.000000 gclef
28874 94.04 243.57 1.000000 fclef
28875 108.41 351.84 1.000000 sharp
28876 115.05 342.84 1.000000 sharp
28877 121.69 354.84 1.000000 sharp
28878 108.41 243.57 1.000000 sharp
28879 115.05 234.57 1.000000 sharp
28880 121.69 246.57 1.000000 sharp
28881 %  S_CHHEAD
28882 %  S_STAFF
28883 % staff 1
28884 save
28885 169 linenum
28886 /Times-Roman findfont
28887 12 scalefont
28888 setfont
28889 163.61 290.12 moveto
28890 (-) show
28891 /Times-Roman findfont
28892 12 scalefont
28893 setfont
28894 139.36 290.12 moveto
28895 (ban) show
28896 /Times-Roman findfont
28897 12 scalefont
28898 setfont
28899 173.58 290.12 moveto
28900 (ner) show
28901 /Times-Roman findfont
28902 12 scalefont
28903 setfont
28904 221.23 290.12 moveto
28905 (yet) show
28906 144.67 339.84 1.000000 4n
28907 148.35 340.59 moveto
28908 148.35 360.84 lineto stroke
28909 177.39 345.84 1.000000 4n
28910 181.08 346.59 moveto
28911 181.08 364.93 lineto stroke
28912 206.42 342.84 1.000000 4n
28913 210.10 343.59 moveto
28914 210.10 361.93 lineto stroke
28915 224.88 339.84 1.000000 4n
28916 228.57 340.59 moveto
28917 228.57 359.03 lineto stroke
28918 263.39 336.84 1.000000 4n
28919 267.07 337.59 moveto
28920 267.07 356.03 lineto stroke
28921 newpath
28922 180.73 366.43 moveto
28923 210.45 363.43 lineto
28924 210.45 360.43 lineto
28925 180.73 363.43 lineto
28926 closepath
28927 fill
28928 newpath
28929 228.22 360.53 moveto
28930 267.42 357.53 lineto
28931 267.42 354.53 lineto
28932 228.22 357.53 lineto
28933 closepath
28934 fill
28935 144.67 324.84 1.000000 4n
28936 140.99 324.09 moveto
28937 140.99 303.84 lineto stroke
28938 177.39 330.84 1.000000 4n
28939 173.71 330.09 moveto
28940 173.71 309.84 lineto stroke
28941 224.88 330.84 1.000000 4n
28942 221.20 330.09 moveto
28943 221.20 309.84 lineto stroke
28944 230.92 344.94 moveto
28945 230.90 345.14 lineto
28946 236.32 346.73 241.84 347.26 247.46 346.74 curveto
28947 253.08 346.22 258.40 344.69 263.44 342.14 curveto
28948 263.34 341.75 lineto
28949 258.18 343.76 252.85 345.02 247.34 345.52 curveto
28950 241.84 346.03 236.37 345.77 230.93 344.75 curveto
28951 fill
28952 183.43 350.94 moveto
28953 183.40 351.17 lineto
28954 187.25 352.75 191.23 353.27 195.35 352.74 curveto
28955 199.47 352.20 203.19 350.67 206.50 348.16 curveto
28956 206.34 347.73 lineto
28957 202.87 349.73 199.16 350.99 195.19 351.51 curveto
28958 191.22 352.03 187.31 351.76 183.45 350.72 curveto
28959 fill
28960 restore
28961 %  S_STAFF
28962 % staff 2
28963 save
28964 144.67 252.57 1.000000 4n
28965 0.70 setlinewidth
28966 148.35 253.32 moveto
28967 148.35 273.57 lineto stroke
28968 177.39 252.57 1.000000 4n
28969 181.08 253.32 moveto
28970 181.08 271.66 lineto stroke
28971 206.42 249.57 1.000000 4n
28972 197.07 249.57 1.000000 sharp
28973 210.10 250.32 moveto
28974 210.10 268.66 lineto stroke
28975 224.88 252.57 1.000000 4n
28976 228.57 253.32 moveto
28977 228.57 272.07 lineto stroke
28978 263.39 252.57 1.000000 4n
28979 254.03 252.57 1.000000 sharp
28980 267.07 253.32 moveto
28981 267.07 272.07 lineto stroke
28982 newpath
28983 180.73 273.16 moveto
28984 210.45 270.16 lineto
28985 210.45 267.16 lineto
28986 180.73 270.16 lineto
28987 closepath
28988 fill
28989 newpath
28990 228.22 273.57 moveto
28991 267.42 273.57 lineto
28992 267.42 270.57 lineto
28993 228.22 270.57 lineto
28994 closepath
28995 fill
28996 144.67 231.57 1.000000 4n
28997 140.99 230.82 moveto
28998 140.99 210.57 lineto stroke
28999 177.39 231.57 1.000000 4n
29000 173.71 230.82 moveto
29001 173.71 211.66 lineto stroke
29002 206.42 234.57 1.000000 4n
29003 202.74 233.82 moveto
29004 202.74 214.66 lineto stroke
29005 224.88 237.57 1.000000 4n
29006 221.20 236.82 moveto
29007 221.20 218.07 lineto stroke
29008 263.39 237.57 1.000000 4n
29009 245.40 237.57 1.000000 sharp
29010 259.71 236.82 moveto
29011 259.71 218.07 lineto stroke
29012 newpath
29013 173.36 213.16 moveto
29014 203.09 216.16 lineto
29015 203.09 213.16 lineto
29016 173.36 210.16 lineto
29017 closepath
29018 fill
29019 newpath
29020 220.85 219.57 moveto
29021 260.06 219.57 lineto
29022 260.06 216.57 lineto
29023 220.85 216.57 lineto
29024 closepath
29025 fill
29026 224.88 232.47 moveto
29027 224.97 232.71 lineto
29028 227.06 231.17 229.39 230.40 231.98 230.40 curveto
29029 234.57 230.40 236.90 231.17 238.99 232.71 curveto
29030 239.16 232.24 lineto
29031 237.21 230.18 234.82 229.15 231.98 229.15 curveto
29032 229.14 229.15 226.75 230.18 224.79 232.24 curveto
29033 fill
29034 177.39 226.47 moveto
29035 177.42 226.70 lineto
29036 181.11 225.66 184.87 225.39 188.67 225.91 curveto
29037 192.48 226.43 196.02 227.69 199.30 229.69 curveto
29038 199.47 229.26 lineto
29039 196.35 226.75 192.81 225.22 188.84 224.68 curveto
29040 184.87 224.14 181.05 224.66 177.37 226.25 curveto
29041 fill
29042 230.92 257.67 moveto
29043 230.88 257.87 lineto
29044 236.11 259.95 241.53 260.98 247.15 260.98 curveto
29045 252.77 260.98 258.20 259.95 263.42 257.87 curveto
29046 263.35 257.48 lineto
29047 258.06 259.00 252.66 259.76 247.15 259.76 curveto
29048 241.64 259.76 236.24 259.00 230.95 257.48 curveto
29049 fill
29050 183.43 257.67 moveto
29051 183.40 257.90 lineto
29052 187.25 259.48 191.23 260.00 195.35 259.46 curveto
29053 199.47 258.93 203.19 257.40 206.50 254.88 curveto
29054 206.34 254.46 lineto
29055 202.87 256.46 199.16 257.72 195.19 258.24 curveto
29056 191.22 258.75 187.31 258.49 183.45 257.45 curveto
29057 fill
29058 restore
29059 %  S_BAR
29060 175 linenum
29061 0.70 setlinewidth
29062 284.51 351.84 moveto
29063 284.51 225.57 lineto stroke
29064 %  S_CHHEAD
29065 %  S_STAFF
29066 % staff 1
29067 save
29068 177 linenum
29069 /Times-Roman findfont
29070 12 scalefont
29071 setfont
29072 290.74 290.12 moveto
29073 (wave) show
29074 /Times-Roman findfont
29075 12 scalefont
29076 setfont
29077 366.39 290.12 moveto
29078 (o'er) show
29079 /Times-Roman findfont
29080 12 scalefont
29081 setfont
29082 391.54 290.12 moveto
29083 (the) show
29084 298.55 336.84 1.000000 4n
29085 302.24 337.59 moveto
29086 302.24 357.84 lineto stroke
29087 331.82 333.84 1.000000 4n
29088 335.50 334.59 moveto
29089 335.50 354.84 lineto stroke
29090 338.52 354.84 1.000000 dnflag
29091 352.80 351.84 1.000000 8rest
29092 371.19 327.84 1.000000 4n
29093 374.88 328.59 moveto
29094 374.88 347.34 lineto stroke
29095 395.20 327.84 1.000000 4n
29096 398.88 328.59 moveto
29097 398.88 347.34 lineto stroke
29098 newpath
29099 374.53 348.84 moveto
29100 399.23 348.84 lineto
29101 399.23 345.84 lineto
29102 374.53 345.84 lineto
29103 closepath
29104 fill
29105 298.55 327.84 1.000000 4n
29106 307.82 324.84 1.000000 dot
29107 294.87 327.09 moveto
29108 294.87 306.84 lineto stroke
29109 352.80 309.84 1.000000 8rest
29110 371.19 327.84 1.000000 4n
29111 367.51 327.09 moveto
29112 367.51 308.34 lineto stroke
29113 395.20 327.84 1.000000 4n
29114 391.52 327.09 moveto
29115 391.52 308.34 lineto stroke
29116 newpath
29117 367.16 309.84 moveto
29118 391.87 309.84 lineto
29119 391.87 306.84 lineto
29120 367.16 306.84 lineto
29121 closepath
29122 fill
29123 304.59 341.94 moveto
29124 304.57 342.16 lineto
29125 309.11 343.74 313.78 344.27 318.57 343.74 curveto
29126 323.35 343.21 327.79 341.68 331.88 339.15 curveto
29127 331.75 338.74 lineto
29128 327.52 340.75 323.08 342.00 318.43 342.52 curveto
29129 313.78 343.03 309.17 342.77 304.60 341.73 curveto
29130 fill
29131 /Times-Roman findfont
29132 12 scalefont
29133 setfont
29134 322.78 356.85 moveto
29135 331.82 356.85 1.000000 ferm
29136 340.85 356.85 moveto
29137 restore
29138 %  S_STAFF
29139 % staff 2
29140 save
29141 298.55 255.57 1.000000 4n
29142 0.70 setlinewidth
29143 292.32 255.57 moveto
29144 304.79 255.57 lineto stroke
29145 302.24 256.32 moveto
29146 302.24 276.57 lineto stroke
29147 331.82 252.57 1.000000 4n
29148 335.50 253.32 moveto
29149 335.50 273.57 lineto stroke
29150 338.52 273.57 1.000000 dnflag
29151 352.80 255.57 1.000000 8rest
29152 371.19 246.57 1.000000 4n
29153 374.88 247.32 moveto
29154 374.88 266.07 lineto stroke
29155 395.20 246.57 1.000000 4n
29156 398.88 247.32 moveto
29157 398.88 266.07 lineto stroke
29158 newpath
29159 374.53 267.57 moveto
29160 399.23 267.57 lineto
29161 399.23 264.57 lineto
29162 374.53 264.57 lineto
29163 closepath
29164 fill
29165 298.55 240.57 1.000000 4n
29166 307.82 240.57 1.000000 dot
29167 294.87 239.82 moveto
29168 294.87 219.57 lineto stroke
29169 352.80 225.57 1.000000 8rest
29170 371.19 237.57 1.000000 4n
29171 367.51 236.82 moveto
29172 367.51 218.07 lineto stroke
29173 395.20 237.57 1.000000 4n
29174 391.52 236.82 moveto
29175 391.52 218.07 lineto stroke
29176 newpath
29177 367.16 219.57 moveto
29178 391.87 219.57 lineto
29179 391.87 216.57 lineto
29180 367.16 216.57 lineto
29181 closepath
29182 fill
29183 304.59 260.67 moveto
29184 304.57 260.88 lineto
29185 309.11 262.47 313.78 263.00 318.57 262.47 curveto
29186 323.35 261.94 327.79 260.41 331.88 257.88 curveto
29187 331.75 257.47 lineto
29188 327.52 259.47 323.08 260.73 318.43 261.24 curveto
29189 313.78 261.76 309.17 261.50 304.60 260.46 curveto
29190 fill
29191 /Times-Roman findfont
29192 12 scalefont
29193 setfont
29194 322.78 275.58 moveto
29195 331.82 275.58 1.000000 ferm
29196 340.85 275.58 moveto
29197 restore
29198 %  S_BAR
29199 183 linenum
29200 0.70 setlinewidth
29201 417.31 351.84 moveto
29202 417.31 225.57 lineto stroke
29203 %  S_CHHEAD
29204 %  S_STAFF
29205 % staff 1
29206 save
29207 184 linenum
29208 450.98 290.12 moveto
29209 480.84 290.12 lineto stroke
29210 /Times-Roman findfont
29211 12 scalefont
29212 setfont
29213 424.41 290.12 moveto
29214 (land) show
29215 /Times-Roman findfont
29216 12 scalefont
29217 setfont
29218 494.41 290.12 moveto
29219 (of) show
29220 /Times-Roman findfont
29221 12 scalefont
29222 setfont
29223 514.14 290.12 moveto
29224 (the) show
29225 431.05 336.84 1.000000 4n
29226 440.32 336.84 1.000000 dot
29227 434.73 337.59 moveto
29228 434.73 357.84 lineto stroke
29229 476.81 339.84 1.000000 4n
29230 480.49 340.59 moveto
29231 480.49 360.84 lineto stroke
29232 483.52 360.84 1.000000 dnflag
29233 496.89 342.84 1.000000 4n
29234 500.57 343.59 moveto
29235 500.57 362.92 lineto stroke
29236 517.79 345.84 1.000000 4n
29237 521.48 346.59 moveto
29238 521.48 365.92 lineto stroke
29239 newpath
29240 500.22 364.42 moveto
29241 521.83 367.42 lineto
29242 521.83 364.42 lineto
29243 500.22 361.42 lineto
29244 closepath
29245 fill
29246 431.05 327.84 1.000000 4n
29247 440.32 324.84 1.000000 dot
29248 427.37 327.09 moveto
29249 427.37 306.84 lineto stroke
29250 476.81 327.84 1.000000 4n
29251 473.13 327.09 moveto
29252 473.13 306.84 lineto stroke
29253 476.15 306.84 1.000000 upflag
29254 496.89 327.84 1.000000 4n
29255 493.21 327.09 moveto
29256 493.21 308.34 lineto stroke
29257 517.79 327.84 1.000000 4n
29258 514.11 327.09 moveto
29259 514.11 308.34 lineto stroke
29260 newpath
29261 492.86 309.84 moveto
29262 514.46 309.84 lineto
29263 514.46 306.84 lineto
29264 492.86 306.84 lineto
29265 closepath
29266 fill
29267 431.05 322.74 moveto
29268 431.08 322.92 lineto
29269 437.42 321.30 443.87 320.49 450.42 320.49 curveto
29270 456.96 320.49 463.41 321.30 469.75 322.92 curveto
29271 469.80 322.57 lineto
29272 463.54 320.32 457.07 319.20 450.42 319.20 curveto
29273 443.76 319.20 437.29 320.32 431.03 322.57 curveto
29274 fill
29275 445.32 341.94 moveto
29276 445.26 342.14 lineto
29277 450.12 344.69 455.29 346.22 460.75 346.74 curveto
29278 466.21 347.26 471.57 346.73 476.83 345.14 curveto
29279 476.80 344.75 lineto
29280 471.52 345.77 466.21 346.03 460.87 345.52 curveto
29281 455.52 345.01 450.35 343.76 445.37 341.75 curveto
29282 fill
29283 restore
29284 %  S_STAFF
29285 % staff 2
29286 save
29287 431.05 249.57 1.000000 4n
29288 440.32 252.57 1.000000 dot
29289 0.70 setlinewidth
29290 434.73 250.32 moveto
29291 434.73 270.57 lineto stroke
29292 476.81 246.57 1.000000 4n
29293 480.49 247.32 moveto
29294 480.49 267.57 lineto stroke
29295 483.52 267.57 1.000000 dnflag
29296 496.89 249.57 1.000000 4n
29297 500.57 250.32 moveto
29298 500.57 269.07 lineto stroke
29299 517.79 249.57 1.000000 4n
29300 521.48 250.32 moveto
29301 521.48 269.07 lineto stroke
29302 newpath
29303 500.22 270.57 moveto
29304 521.83 270.57 lineto
29305 521.83 267.57 lineto
29306 500.22 267.57 lineto
29307 closepath
29308 fill
29309 431.05 234.57 1.000000 4n
29310 440.32 234.57 1.000000 dot
29311 427.37 233.82 moveto
29312 427.37 213.57 lineto stroke
29313 476.81 240.57 1.000000 4n
29314 473.13 239.82 moveto
29315 473.13 219.57 lineto stroke
29316 476.15 219.57 1.000000 upflag
29317 496.89 228.57 1.000000 4n
29318 493.21 227.82 moveto
29319 493.21 208.49 lineto stroke
29320 517.79 231.57 1.000000 4n
29321 514.11 230.82 moveto
29322 514.11 211.49 lineto stroke
29323 newpath
29324 492.86 209.99 moveto
29325 514.46 212.99 lineto
29326 514.46 209.99 lineto
29327 492.86 206.99 lineto
29328 closepath
29329 fill
29330 431.05 229.47 moveto
29331 431.05 229.65 lineto
29332 437.65 229.01 444.22 229.20 450.77 230.21 curveto
29333 457.31 231.23 463.63 233.04 469.73 235.64 curveto
29334 469.83 235.30 lineto
29335 463.91 232.08 457.62 229.96 450.97 228.93 curveto
29336 444.31 227.89 437.67 228.02 431.05 229.30 curveto
29337 fill
29338 445.32 254.67 moveto
29339 445.30 254.87 lineto
29340 450.56 256.46 455.91 256.99 461.38 256.47 curveto
29341 466.84 255.95 472.00 254.42 476.86 251.87 curveto
29342 476.76 251.48 lineto
29343 471.77 253.48 466.61 254.74 461.26 255.25 curveto
29344 455.91 255.76 450.60 255.50 445.33 254.47 curveto
29345 fill
29346 restore
29347 %  S_BAR
29348 190 linenum
29349 0.70 setlinewidth
29350 539.91 351.84 moveto
29351 539.91 225.57 lineto stroke
29352 %  S_CHHEAD
29353 %  S_STAFF
29354 % staff 1
29355 save
29356 192 linenum
29357 /Times-Roman findfont
29358 12 scalefont
29359 setfont
29360 547.50 290.12 moveto
29361 (free) show
29362 /Times-Roman findfont
29363 12 scalefont
29364 setfont
29365 614.27 290.12 moveto
29366 (and) show
29367 /Times-Roman findfont
29368 12 scalefont
29369 setfont
29370 644.33 290.12 moveto
29371 (the) show
29372 552.14 348.84 1.000000 4n
29373 555.82 349.59 moveto
29374 555.82 369.84 lineto stroke
29375 587.85 351.84 1.000000 4rest
29376 618.59 336.84 1.000000 4n
29377 622.28 337.59 moveto
29378 622.28 356.76 lineto stroke
29379 647.98 339.84 1.000000 4n
29380 651.66 340.59 moveto
29381 651.66 359.76 lineto stroke
29382 newpath
29383 621.93 358.26 moveto
29384 652.01 361.26 lineto
29385 652.01 358.26 lineto
29386 621.93 355.26 lineto
29387 closepath
29388 fill
29389 552.14 327.84 1.000000 4n
29390 548.46 327.09 moveto
29391 548.46 306.84 lineto stroke
29392 587.85 321.84 1.000000 4rest
29393 618.59 324.84 1.000000 4n
29394 614.91 324.09 moveto
29395 614.91 305.34 lineto stroke
29396 647.98 324.84 1.000000 4n
29397 644.30 324.09 moveto
29398 644.30 305.34 lineto stroke
29399 newpath
29400 614.56 306.84 moveto
29401 644.65 306.84 lineto
29402 644.65 303.84 lineto
29403 614.56 303.84 lineto
29404 closepath
29405 fill
29406 /Times-Roman findfont
29407 12 scalefont
29408 setfont
29409 543.10 371.85 moveto
29410 552.14 371.85 1.000000 ferm
29411 561.18 371.85 moveto
29412 restore
29413 %  S_STAFF
29414 % staff 2
29415 save
29416 552.14 249.57 1.000000 4n
29417 0.70 setlinewidth
29418 555.82 250.32 moveto
29419 555.82 270.57 lineto stroke
29420 587.85 261.57 1.000000 4rest
29421 618.59 249.57 1.000000 4n
29422 622.28 250.32 moveto
29423 622.28 269.07 lineto stroke
29424 647.98 249.57 1.000000 4n
29425 651.66 250.32 moveto
29426 651.66 269.07 lineto stroke
29427 newpath
29428 621.93 270.57 moveto
29429 652.01 270.57 lineto
29430 652.01 267.57 lineto
29431 621.93 267.57 lineto
29432 closepath
29433 fill
29434 552.14 234.57 1.000000 4n
29435 548.46 233.82 moveto
29436 548.46 213.57 lineto stroke
29437 587.85 225.57 1.000000 4rest
29438 618.59 243.57 1.000000 4n
29439 614.91 242.82 moveto
29440 614.91 224.07 lineto stroke
29441 647.98 243.57 1.000000 4n
29442 639.53 243.57 1.000000 nat
29443 644.30 242.82 moveto
29444 644.30 224.07 lineto stroke
29445 newpath
29446 614.56 225.57 moveto
29447 644.65 225.57 lineto
29448 644.65 222.57 lineto
29449 614.56 222.57 lineto
29450 closepath
29451 fill
29452 /Times-Roman findfont
29453 12 scalefont
29454 setfont
29455 543.10 272.58 moveto
29456 552.14 272.58 1.000000 ferm
29457 561.18 272.58 moveto
29458 restore
29459 %  S_BAR
29460 198 linenum
29461 0.70 setlinewidth
29462 670.10 351.84 moveto
29463 670.10 225.57 lineto stroke
29464 %  S_CHHEAD
29465 %  S_STAFF
29466 % staff 1
29467 save
29468 199 linenum
29469 /Times-Roman findfont
29470 12 scalefont
29471 setfont
29472 677.01 290.12 moveto
29473 (home) show
29474 /Times-Roman findfont
29475 12 scalefont
29476 setfont
29477 727.06 290.12 moveto
29478 (of) show
29479 /Times-Roman findfont
29480 12 scalefont
29481 setfont
29482 749.28 290.12 moveto
29483 (the) show
29484 683.67 342.84 1.000000 4n
29485 692.93 342.84 1.000000 dot
29486 687.35 343.59 moveto
29487 687.35 363.84 lineto stroke
29488 729.54 345.84 1.000000 4n
29489 733.23 346.59 moveto
29490 733.23 366.84 lineto stroke
29491 736.25 366.84 1.000000 dnflag
29492 752.94 339.84 1.000000 4n
29493 756.62 340.59 moveto
29494 756.62 360.84 lineto stroke
29495 683.67 327.84 1.000000 4n
29496 692.93 324.84 1.000000 dot
29497 679.99 327.09 moveto
29498 679.99 306.84 lineto stroke
29499 729.54 327.84 1.000000 4n
29500 725.86 327.09 moveto
29501 725.86 306.84 lineto stroke
29502 728.89 306.84 1.000000 upflag
29503 752.94 324.84 1.000000 4n
29504 749.25 324.09 moveto
29505 749.25 303.84 lineto stroke
29506 restore
29507 %  S_STAFF
29508 % staff 2
29509 save
29510 683.67 249.57 1.000000 4n
29511 692.93 252.57 1.000000 dot
29512 0.70 setlinewidth
29513 687.35 250.32 moveto
29514 687.35 270.57 lineto stroke
29515 729.54 249.57 1.000000 4n
29516 733.23 250.32 moveto
29517 733.23 270.57 lineto stroke
29518 736.25 270.57 1.000000 dnflag
29519 752.94 246.57 1.000000 4n
29520 756.62 247.32 moveto
29521 756.62 267.57 lineto stroke
29522 683.67 240.57 1.000000 4n
29523 692.93 240.57 1.000000 dot
29524 679.99 239.82 moveto
29525 679.99 219.57 lineto stroke
29526 729.54 240.57 1.000000 4n
29527 725.86 239.82 moveto
29528 725.86 219.57 lineto stroke
29529 728.89 219.57 1.000000 upflag
29530 752.94 240.57 1.000000 4n
29531 749.25 239.82 moveto
29532 749.25 219.57 lineto stroke
29533 restore
29534 %  S_BAR
29535 205 linenum
29536 0.70 setlinewidth
29537 787.49 351.84 moveto
29538 787.49 225.57 lineto stroke
29539 %  S_CHHEAD
29540 %  S_STAFF
29541 % staff 1
29542 save
29543 206 linenum
29544 /Times-Roman findfont
29545 12 scalefont
29546 setfont
29547 796.68 290.12 moveto
29548 (brave?) show
29549 804.65 336.84 1.000000 2n
29550 808.55 337.59 moveto
29551 808.55 357.84 lineto stroke
29552 804.65 321.84 1.000000 2n
29553 798.21 321.84 moveto
29554 811.10 321.84 lineto stroke
29555 800.76 321.09 moveto
29556 800.76 300.84 lineto stroke
29557 restore
29558 %  S_STAFF
29559 % staff 2
29560 save
29561 804.65 240.57 1.000000 2n
29562 0.70 setlinewidth
29563 808.55 241.32 moveto
29564 808.55 261.57 lineto stroke
29565 804.65 228.57 1.000000 2n
29566 800.76 227.82 moveto
29567 800.76 207.57 lineto stroke
29568 restore
29569 %  S_BAR
29570 211 linenum
29571 0.70 setlinewidth
29572 864.04 351.84 moveto
29573 864.04 225.57 lineto stroke
29574 3.00 setlinewidth
29575 868.04 351.84 moveto
29576 868.04 225.57 lineto stroke
29577 0.70 setlinewidth
29578 %  Printing header/footer
29579 /Times-Roman findfont
29580 18 scalefont
29581 setfont
29582 376.16 1148.50 moveto
29583 (The Star Spangled Banner) show
29584 /Times-Italic findfont
29585 12 scalefont
29586 setfont
29587 381.99 1135.68 moveto
29588 (\(The United States National Anthem\)) show
29589 /Times-Roman findfont
29590 9 scalefont
29591 setfont
29592 72.00 1126.07 moveto
29593 (Text: Francis Scott Key) show
29594 /Times-Roman findfont
29595 9 scalefont
29596 setfont
29597 807.22 1126.07 moveto
29598 (Tune: J. S. Smith) show
29599 /Times-Roman findfont
29600 9 scalefont
29601 setfont
29602 72.00 1116.46 moveto
29603 /Times-Roman findfont
29604 9 scalefont
29605 setfont
29606 790.16 1116.46 moveto
29607 (arr: William J. Krauss) show
29608 showpage
29609 restore
29610 %%DocumentFonts: /Times-Roman /Times-Italic /NewCenturySchlbk-Bold 
29611 %%Pages: 2
29612 %%EndDocument
29613 end PEND EP
29614 %%Page: 162 168
29615 %%BeginPageSetup
29616 BP
29617 %%EndPageSetup
29618 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(62 -)-2.5 E(INDEX)269.786 98
29619 Q(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\
29642 4,)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)
29648 69.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(\
29653 backspace .............................................................\
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
29681 398 R(14, 88, 106, 141, 145)2.5 E -.78(bold ...........................\
29682 ..............................................................68,)69.336
29683 410 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, \
29688 43, 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)
29705 69.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
29713 R(45, 86, 95)2.5 E -1.6(channel .......................................\
29714 .......................................................................\
29715 ....................................150,)69.336 554 R(152)2.5 E -2.16(c\
29716 hant ..................................................................\
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)
29721 2.5 E -.22(chorddist ..................................................\
29722 .......................................................................\
29723 74,)69.336 590 R(108, 109, 109, 129)2.5 E(circled te)69.336 602 Q -.06(\
29724 xt ....................................................................\
29725 .......................................................................\
29726 ...........70)-.15 F -.49(clef ........................................\
29727 ..................................................................3,)
29728 69.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\
29732 ments .................................................................\
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,)
29744 69.336 686 R(76, 79, 102, 105, 106, 109)2.5 E(cross-staf)69.336 698 Q
29745 2.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
29748 G -2.18(tems ..........................................................\
29749 .......................................................................\
29750 .............25)-2.5 F(cue notes)69.336 722 Q(.........................\
29751 .......................................................................\
29752 .............................................21, 52, 67)2.01 E(curv)
29753 69.336 734 Q 2.44(e.)-.15 G(...........................................\
29754 .......................................................................\
29755 ..........................13, 46, 84, 91)-2.44 E EP
29756 %%Page: 163 169
29757 %%BeginPageSetup
29758 BP
29759 %%EndPageSetup
29760 /F0 10/Times-Roman@0 SF 2.5(-1)272.006 48 S(63 -)-2.5 E(custom beaming)
29761 69.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
29771 F(129)2.5 E -2.42(decrescendo .........................................\
29772 ......................................................................7\
29773 1,)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
29782 Q(.....................................................................\
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
29807 E -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)
29812 69.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
29820 372 T 2.5(np).25 G -1.75(ages .........................................\
29821 .......................................................................\
29822 .................................9,)-2.5 F(140)2.5 E(\214gured bass)
29823 69.336 384 Q(..........................................................\
29824 .............................................................69, 74, 10\
29825 2, 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
29830 408 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)
29841 69.336 456 R -1.61(Ghostscript ........................................\
29842 .......................................................................\
29843 .............................6,)69.336 468 R(11, 68)2.5 E -.78(glissand\
29844 o .....................................................................\
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\
29849 s .....................................................................\
29850 .......................................................................\
29851 ......14,)69.336 504 R(76, 110)2.5 E -1.33(guitar .....................\
29852 .......................................................................\
29853 ...........................................................50,)69.336
29854 516 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)
29870 2.5 E(in)69.336 600 Q -2.32(visbar ....................................\
29871 .......................................................................\
29872 .........................................37,)-.4 F(129)2.5 E -1.89(ital\
29873 ics ...................................................................\
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
29887 E(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
29897 R(14, 14, 43, 69, 74, 102, 105, 106, 113)2.5 E -.22(lyricsalign .......\
29898 .......................................................................\
29899 .........................................................48,)69.336 720
29900 R(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
29905 BP
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
29938 R(7, 11)2.5 E -1.06(multirest .........................................\
29939 .......................................................................\
29940 ................................8,)69.336 240 R(13, 42)2.5 E -2.45(mupd\
29941 isp ...................................................................\
29942 .......................................................................\
29943 .................11)69.336 252 R -1.89(mupprnt ........................\
29944 .......................................................................\
29945 ............................................................11)69.336
29946 264 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)
29951 2.5 E(neutral clef)69.336 300 Q(.......................................\
29952 .......................................................................\
29953 ..............................108, 121)1.74 E(ne)69.336 312 Q -.79(wpag\
29954 e .....................................................................\
29955 .......................................................................\
29956 13,)-.25 F(93, 129)2.5 E(ne)69.336 324 Q -.51(wscore ..................\
29957 .......................................................................\
29958 ..................................................13,)-.25 F(93, 129)2.5
29959 E -1.61(north .........................................................\
29960 .......................................................................\
29961 ................................84)69.336 336 R -1.61(notes ....2,)
29962 69.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
29964 360 Q(.................................................................\
29965 ......................................................................1\
29966 0, 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)
29974 69.336 408 Q -.15(ex)-.1 G 1.43(p.).15 G(..............................\
29975 .......................................................................\
29976 ...........................................116, 129)-1.43 E(packf)69.336
29977 420 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\
29992 4).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\
30000 ntheses ...............................................................\
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\
30010 21)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)
30018 1.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\
30029 ting ..................................................................\
30030 .......................................................................\
30031 ...................97)69.336 660 R -.77(reduction .....................\
30032 .......................................................................\
30033 ...........................................................145)69.336
30034 672 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\
30039 0, 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
30050 BP
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)
30058 2.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
30069 E -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\
30077 colon .................................................................\
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(\
30085 sharp .................................................................\
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\
30090 lash ..................................................................\
30091 ............................................7,)69.336 264 R
30092 (22, 22, 33, 52, 70, 75, 147, 151)2.5 E -1.89(slide ...................\
30093 .......................................................................\
30094 .......................................................................\
30095 52)69.336 276 R -1.61(slope ...........................................\
30096 .......................................................................\
30097 ......................................32,)69.336 288 R(103)2.5 E -.5(sl\
30098 ur ....................................................................\
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,)
30107 69.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\
30114 2)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, \
30116 122, 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
30122 E(staf)69.336 408 Q -2.46(fpad ........................................\
30123 .......................................................................\
30124 ...................................122,)-.25 F(129)2.5 E(staf)69.336 420
30125 Q -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
30137 R(23, 39, 85, 108, 109, 109, 120, 121, 122, 123, 135)2.5 E -2.17(string\
30138 s ............................................................14,)69.336
30139 480 R(22, 22, 22, 40, 40, 44, 67, 72, 80, 86, 95, 107, 110, 112, 121)2.5
30140 E -.78(strum ..........................................................\
30141 .......................................................................\
30142 ............................147)69.336 492 R -.77(subscript/superscript\
30143  ......................................................................\
30144 .................................................................69)
30145 69.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
30153 E -.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)
30161 69.336 588 Q(xt strings)-.15 E(........................................\
30162 .............14, 22, 22, 22, 40, 40, 44, 67, 72, 80, 86, 95, 107, 110, \
30163 112, 121).48 E -.5(tie ................................................\
30164 .......................................................................\
30165 .................................19,)69.336 600 R(26, 52)2.5 E -1.34(ti\
30166 l .....................................................................\
30167 .......................................................................\
30168 .........................73)69.336 612 R -.78(time ....................\
30169 .................................................................2,)
30170 69.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\
30176 tle ...................................................................\
30177 .......................................................................\
30178 ........5,)69.336 660 R(13, 14, 86)2.5 E -.22(toe. ....................\
30179 .......................................................................\
30180 .....................................................................14\
30181 8)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)
30184 2.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
30192 720 R -2.45(trill .....................................................\
30193 .......................................................................\
30194 ...........................64,)69.336 732 R(77, 90)2.5 E EP
30195 %%Page: 166 172
30196 %%BeginPageSetup
30197 BP
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)
30213 69.336 144 R -.77(underline ...........................................\
30214 .......................................................................\
30215 .......................................69)69.336 156 R -1.87(underscore\
30216  ......................................................................\
30217 ...........................................................8,)69.336 168
30218 R(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
30231 R(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 .......................................................................\
30240 69)1.32 E -.49(vscheme ................................................\
30241 .......................................................................\
30242 ...........................78,)69.336 276 R(128)2.5 E -.1(wa)69.336 288
30243 S(vy lines)-.1 E(......................................................\
30244 .......................................................................\
30245 ....................76, 90)1.75 E -1.33(west ..........................\
30246 .......................................................................\
30247 ................................................................84)
30248 69.336 300 R(X-shaped notes)69.336 312 Q(..............................\
30249 .......................................................................\
30250 ...............................21, 52, 64).07 E 69.336 324 EBEGIN
30251 %-marker2-
30252 EEND EP
30253 %%Trailer
30254 end
30255 %%EOF