-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabc2xml.html
769 lines (756 loc) · 331 KB
/
abc2xml.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
<!DOCTYPE HTML>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width", initial-scale=1.0">
<style>
p, pre { margin-top: 6px; margin-bottom: 6px; }
li, ul { margin-left: 1%; }
li { margin-top: 1%}
ul { padding-left: 1%; }
h3 { margin: 2%;}
td { padding: 0px; }
.indent { margin-left: 5%; }
.inline { display: inline; }
</style>
</head><body>
<div style="float:right; margin:10px; padding:5px; border:solid 1px">
<a href="index.html">more music software</a>
</div>
<div style="width:100%">
<h3>abc2xml</h3>
<p><em>abc2xml</em> is a command line utility that translates <a href="http://abcnotation.com/">ABC</a> notation into
<a href="http://www.musicxml.com/">MusicXML</a>.</p>
<p> For example, when the abc code of <a href="abc_prel-bwv539p.html">bwv539</a> is translated with <em>abc2xml</em>, the resulting
xml file produces <a href="abc_prel-bwv539p.png">this output</a> with MuseScore. And the abc code of
<a href="abc_SchbAvMaSample.html">Schubert's Ave Maria</a> generates an xml file that produces <a href="abc_SchbAvMaSample.png">this output</a>
with MuseScore.
</p><p>Most elements from ABC are translated, but some translations are only partially
implemented. In general %%commands are <em>not</em> implemented except:</p>
<ul>
<li>%%abc-include. Allows you to include another .abc file. The included file, however, is not further
checked for %%abc-include lines.</li>
<li>%%score, %%staves. When multiple %%score instructions are present only the first one is honoured.</li>
<li>%%scale, %%pagewidth, %%pageheight, %%leftmargin and %%rightmargin. The scale value is
the distance between two stafflines in millimeters. The other values are also in millimeters unless
they are followed by a unit (cm,in,pt).</li>
<li>%%MIDI program and %%MIDI channel (or I:MIDI ..) are translated when used in a current voice
(i.e. after a V: definition). Instrument/channel changes mid-voice are translated to a text direction
which carries the midi parameters as playback setting. In <em>%%MIDI program num</em>, the number should range from
0 to 127. In <em>%%MIDI channel num</em>, the number is starts from one. The midi translation supports
mapping multiple voices whith different instruments to one stave. (i.e. the resulting xml part will
have multiple instruments). This feature, though present in MusicXML is not supported by MuseScore,
nor by Finale Notepad. These programs only allow one instrument per stave.</li>
<li>%%MIDI transpose is translated and has the same effect as <em>transpose=</em> in the clef, i.e.
only play back is transposed, not notation.</li>
<li>%%MIDI drummap is translated to an equivalent I:percmap</li>
<li>All %%instructions can be inlined: %%command ... == [I:command ...]</li>
</ul>
<h3>Usage:</h3>
<p>When you have Python installed:</p>
<pre class="indent">> python abc2xml.py [-h] [-r] [-t] [-b] [-f] [-m SKIP NUM] [-o DIR] [-p PFMT] [-z MODE] [--meta MAP] file1 [file2 ...]</pre>
<p>When you use the Win32 executable:</p>
<pre class="indent">> abc2xml.exe [-h] [-r] [-t] [-b] [-f] [-m SKIP NUM] [-o DIR] [-p PFMT] [-z MODE] [--meta MAP] file1 [file2 ...]</pre>
<p>Translates all .abc files in the file list to MusicXML. Output goes to stdout unless the -o option
is given. Wildcards in file names are expanded.</p>
<ul>
<li>Option <b>-h</b> prints help message with explanation of the options</li>
<li>Option <b>-r</b> shows whole measure rests in a merged staff. Otherwise (default), when a voice has no notes
in a particular measure, the corresponding rest (of a whole measure) will not be shown when the voice
is merged with other voices that do have notes in that measure.</li>
<li>Option <b>-m skip num</b> skips <em>skip</em> tunes and then reads at most <em>num</em> tunes.
Can be used when abc files contain multiple tunes (tune books) to select only a subset of the tunes.
The default skips nothing (skip=0) and reads 1 tune (num=1).</li>
<li>Option <b>-o dir</b> translates every .abc file to a separate .xml file with the same name
into directory <b>dir</b>. For example, <em>-o.</em> puts all xml files into the same directory where
the input files reside.</li>
<li>Option <b>-p fmt</b> sets the page format of the ouput. <b>fmt</b> should be a string with 7 floating point
values sepatated by comma's without any spaces. The values are: <em>scale</em>, <em>page-height</em>,
-<em>width</em>, and <em>page margin left</em>, -<em>right</em>, -<em>top</em>, -<em>bottom</em>.
A scale value of 1.0 sets the distance between two staff lines to 6pt (2.117 mm). When the -p option is
omitted the values default to A4 with left/right margins of 18 mm, top/bottom marings of 10 mm and scale = 0.75.
The margin values are in millimeters.</li>
<li>Option <b>-z mode</b> or <b>--mxl mode</b> writes compressed xml files with extention .mxl.
If <b>mode</b> is <em>a</em> or <em>add</em> both .xml and .mxl files will be written.
If <b>mode</b> is <em>r</em> or <em>replace</em> only .mxl files are written.</li>
<li>Option <b>--meta map</b> defines a mapping of ABC info fields onto MusicXML meta data types. The <b>map</b> is a string
without spaces and using comma as separator. It specifies the MusicXML tag name for one or more ABC info
field headers. For instance: <b>--meta</b> <em>R:poet,Z:translator</em> maps the <em>R:</em> info field onto the <em>poet</em> meta data
type, and the <em>Z:</em> info field onto the <em>translator</em> meta data type. Valid MusicXML meta data types are:
<em>composer, lyricist, poet, arranger, translator</em> and <em>rights</em>. It depends on the music editor used, where and if the
meta data appears on the score front page. MuseScore, for instance, displays <em>composer, poet</em> and <em>translator</em>
in various useful positions in the header of the score. The <em>rights</em> type can be (mis)used to display a block of text
below the score.
<p>There are two default mappings: <em>C:</em> is mapped to the <em>composer</em> meta data type and <em>S:</em> is mapped to the
<em>source</em> meta data type. All other ABC info fields: <em>R:,Z:,N:,O:,A:,G:,H:,B:,D:,F:,W:</em> are by default translated
to the <em>miscellaneous</em> meta data type, unless the user provides a mapping for them with the --meta option.
</p><p>When multiple lines of the same field type appear, the lines are contatenated with a new line as separator.
Also W: fields are treated in this way (concatenated). With the command line option <b>--meta</b> <em>W:rights</em> all W: lines
appear as one block of text at the bottom of the score (with MuseScore).</p></li>
<li>Option <b>-t</b> Use the first title field (T:) as file name. Question mark, comma and quote are replaced by underscore.</li>
<li>Option <b>-b</b> The default line break character is set to EOL in stead of $ (the default).</li>
<li>Option <b>-f</b> forces <em>abc2xml</em> to calculate string/fret allocations for all notes in each
tab staff. These allocations are added as notation elements to the XML file.
Without <b>-f</b> no string/fret notation elements will be added to the XML file, leaving the
allocation to the score editor that reads the XML file. The current allocation algorithm in <em>abc2xml</em> is
very simple and will produce unplayable results in many cases. Explicit string numbers (finger decorations) can be added
to the ABC code to get correct results. See <a href="#tab">tablature paragraph</a> and
<a href="https://wim.vree.org/js2/tabDrumDoc.html">tutorial</a>.</li>
<li>Option <b>-</b> A single minus <b>-</b> in stead of an input file name will make <em>abc2xml</em> read from standard input.
For example (Linux):
<pre>> cat test.abc | abc2xml.py -o. -</pre>
does the same as
<pre>> abc2xml.py -o. test.abc</pre>
</li>
</ul>
<h3>Download</h3>
<p>The python script: <a href="abc2xml.py-239.zip">abc2xml.py-239.zip</a>
(the <a href="abc2xml_changelog.html">change log</a>)
</p><p>Stand alone win32 executable: <a href="abc2xml.exe-239.zip">abc2xml.exe-239.zip</a>
</p>
<p>Blechtrottel.net has developed
<a href="https://blechtrottel.net/en/abc2xmlgui.html"><em>abc2xmlGUI</em></a>,
a graphical user interface for both <em>abc2xml</em> and <em>xml2abc</em>.</p>
<a id="ext"><h3>Non standard additions:</h3></a>
<ul>
<li><b>Jazz chord symbols</b>
<p>A whole bunch of them. When a chord symbol is not recognized it is translated as text annotation.</p></li>
<li><b>Glissando's</b>
<p>are implemented as decorations of the note where the glissando starts and
the note where it ends. For instance: !-(! C D E !-) F G draws a glissando from C to F. A glissando
can start and end on notes within a chord. There may be more parallel glissando's. There is a
wavy glissando and one with a streight line: !-(! ... !-)! and !~(! ... !~)!</p></li>
<li><b>Tremolo</b>
<p>Single or between two chords (or notes). A single tremolo is indicated by a
decoration: !/!, !//! or !///!. The number of slashes translates to the number of bars of the tremolo.
A tremolo between two chords (or notes) is given by decorating the <em>first</em> one with !/-!, !//-! or !///-!.
For instance: !/-![CGE][CGE] or !///-!CC.</p></li>
<li><a id="tab"><b>Tablature</b></a> (see also <a href="https://wim.vree.org/js2/tabDrumDoc.html">the tutorial</a>)
<p>Syntax:</p>
<pre class="inline indent">V:n [clef=]tab [strings=E2,A2,...] [nostems] [capo=n] [diafret] [other voice fields]</pre>
<ul style="margin-top:6px">
<li><b>tab</b> The only required field (optionally preceded by <em>clef=</em>). The current voice will be translated to a
tablature staff. When more voices are mapped to the same staff (with I:score), the clef will be the one of the first voice.</li>
<li><b>strings=...</b> This optional field specifies the tuning of the strings (and implicitly the number of strings).
It is a comma separated list (without spaces) of pitches from top string to bottom string. The attribute defaults (when omitted)
to a guitar tuning (<em>strings=E2,A2,D3,G3,B3,E4</em>). The tuning pitches are not ABC notes, but pairs of step/octave values.
E2 is an E in the second octave (E,, in ABC). The pitches correspond to string numbers in the score: 6,5,4,3,2,1. These
are the lines of the tablature, where string 1 is the topmost line.</li>
<li><b>capo=n</b> indicates the presence of a capodastro on fret position <em>n</em>. This
modifies the tuning accordingly, and results in fret positions relative to the capodastro. (MuseScore does not honour the
capo element of MusicXML, but Finale Notepad does.)</li>
<li><b>nostems</b> When present in the <em>tab</em> definition, no stems and no beams will be generated for this voice.
Normally a tablature staff is created with stems (and beams where appropriate) on all notes.</li>
<li><b>diafret</b> indicates an instrument with diatonic fretting. The fret numbers will
correspond to scale steps on a diatonic scale (Mixolydian). This feature is not present in the current MusicXML specification and
is therefore not supported by any software, except <a href="https://wim.vree.org/svgParse/xml2abc.html">xml2abc</a>,
which will generate ABC code with diatonic fret numbers
(with the -t option, see <a href="https://wim.vree.org/svgParse/xml2abc.html">readme</a>).
</li>
</ul>
<p>For a <em>tab</em> staff notes are automatically translated to (optimal) fret positions on the strings.
When the automatic layout does not provide the desired result, ABC notes can be manually decorated with string numbers.
The fingering decoration is used for this pupose.
For example:
</p><pre class="indent">X:1
K:C
V:1 clef=tab octave=-1
[CEG]2 [!6!C!5!E!4!G]2 [CE!4!G]4 |</pre>
<p>produces a guitar tablature staff with the first chord on strings 3 (G3), 4 (D3) and 5 (A2), on frets 0, 2 and 3
respectively. The second chord is forced on strings 4, 5 and 6. The fret positions then become: 5,7,8.
</p>
<svg class="indent" width="141.732px" height="51.0236px" viewBox="0 0 141.732 51.0236"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>zz</title>
<desc>Generated by MuseScore 2.1.0</desc>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,5.00031 138.898,5.00031"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,12.5008 138.898,12.5008"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,20.0013 138.898,20.0013"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,27.5017 138.898,27.5017"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,35.0022 138.898,35.0022"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,42.5027 138.898,42.5027"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="138.498,5.00031 138.498,42.5027"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M91.3743,23.7515 L96.8746,23.7515 L96.8746,31.252 L91.3743,31.252 L91.3743,23.7515 "/>
<path class="Note" d="M95.0931,28.7363 C95.0931,28.4134 95.0227,28.1269 94.8821,27.8769 C94.7415,27.6269 94.5696,27.4342 94.3665,27.2988 C94.1634,27.1634 93.9368,27.0514 93.6868,26.9629 C93.4368,26.8743 93.2207,26.817 93.0384,26.791 C92.8561,26.7649 92.6972,26.7519 92.5618,26.7519 C92.4889,26.7519 92.4524,26.7259 92.4524,26.6738 C92.4524,26.6634 92.4524,26.653 92.4524,26.6425 L93.4368,24.5488 L95.3274,24.5488 C95.4212,24.5488 95.4967,24.5332 95.554,24.5019 C95.6113,24.4707 95.6712,24.4082 95.7337,24.3144 L95.8118,24.3769 L95.4681,25.1269 C95.4472,25.179 95.3795,25.205 95.2649,25.205 L93.4993,25.205 L93.1243,25.9707 C93.9993,26.1269 94.6503,26.3821 95.0774,26.7363 C95.5045,27.0905 95.7181,27.6113 95.7181,28.2988 C95.7181,28.653 95.6634,28.9707 95.554,29.2519 C95.4446,29.5332 95.304,29.7597 95.1321,29.9316 C94.9602,30.1035 94.7623,30.2415 94.5384,30.3457 C94.3144,30.4498 94.0983,30.5228 93.8899,30.5644 C93.6816,30.6061 93.4733,30.6269 93.2649,30.6269 C92.9212,30.6269 92.6503,30.5774 92.4524,30.4785 C92.2545,30.3795 92.1556,30.2415 92.1556,30.0644 C92.1556,29.8353 92.2858,29.7207 92.5462,29.7207 C92.7128,29.7207 92.9316,29.8144 93.2024,30.0019 C93.4733,30.1894 93.6868,30.2832 93.8431,30.2832 C94.1972,30.2832 94.4941,30.1347 94.7337,29.8379 C94.9733,29.541 95.0931,29.1738 95.0931,28.7363"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M91.3743,31.252 L96.8746,31.252 L96.8746,38.7524 L91.3743,38.7524 L91.3743,31.252 "/>
<path class="Note" d="M95.9212,32.0493 L95.9212,32.1899 L94.0149,38.0805 L93.4212,38.0805 L95.2024,32.7055 L93.2493,32.7055 C93.0097,32.7055 92.8248,32.7498 92.6946,32.8383 C92.5644,32.9269 92.4003,33.1222 92.2024,33.4243 L92.0618,33.3618 L92.5931,32.0493 L95.9212,32.0493 "/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M91.3743,38.7524 L96.8746,38.7524 L96.8746,46.2529 L91.3743,46.2529 L91.3743,38.7524 "/>
<path class="Note" d="M94.4993,42.1591 C95.041,42.5549 95.4108,42.8883 95.6087,43.1591 C95.8066,43.4299 95.9056,43.7424 95.9056,44.0966 C95.9056,44.5654 95.7441,44.9378 95.4212,45.2138 C95.0983,45.4898 94.666,45.6279 94.1243,45.6279 C93.6035,45.6279 93.1816,45.4898 92.8587,45.2138 C92.5358,44.9378 92.3743,44.5758 92.3743,44.1279 C92.3743,43.8258 92.4498,43.5706 92.6009,43.3622 C92.7519,43.1539 93.0722,42.8674 93.5618,42.5029 C93.0826,42.0966 92.7753,41.7893 92.6399,41.581 C92.5045,41.3727 92.4368,41.1227 92.4368,40.831 C92.4368,40.4247 92.5983,40.0836 92.9212,39.8076 C93.2441,39.5315 93.6556,39.3935 94.1556,39.3935 C94.6035,39.3935 94.9733,39.5159 95.2649,39.7607 C95.5566,40.0055 95.7024,40.3154 95.7024,40.6904 C95.7024,40.9924 95.6113,41.2529 95.429,41.4716 C95.2467,41.6904 94.9368,41.9195 94.4993,42.1591 M93.7962,42.6904 C93.5358,42.8987 93.3509,43.107 93.2415,43.3154 C93.1321,43.5237 93.0774,43.7685 93.0774,44.0497 C93.0774,44.4456 93.1816,44.7633 93.3899,45.0029 C93.5983,45.2424 93.8743,45.3622 94.2181,45.3622 C94.5097,45.3622 94.7467,45.2711 94.929,45.0888 C95.1113,44.9065 95.2024,44.6695 95.2024,44.3779 C95.2024,44.2737 95.192,44.1799 95.1712,44.0966 C95.1503,44.0133 95.1295,43.9404 95.1087,43.8779 C95.0878,43.8154 95.0462,43.7451 94.9837,43.6669 C94.9212,43.5888 94.8717,43.5289 94.8352,43.4872 C94.7988,43.4456 94.7285,43.3831 94.6243,43.2997 C94.5201,43.2164 94.442,43.1565 94.3899,43.1201 C94.3378,43.0836 94.2415,43.0133 94.1009,42.9091 C93.9602,42.8049 93.8587,42.732 93.7962,42.6904 M94.2337,41.9872 C94.2441,41.9872 94.2858,41.9612 94.3587,41.9091 C94.4316,41.857 94.4837,41.8154 94.5149,41.7841 C94.5462,41.7529 94.5983,41.706 94.6712,41.6435 C94.7441,41.581 94.7962,41.5211 94.8274,41.4638 C94.8587,41.4065 94.8977,41.3388 94.9446,41.2607 C94.9915,41.1826 95.0253,41.094 95.0462,40.9951 C95.067,40.8961 95.0774,40.7945 95.0774,40.6904 C95.0774,40.3779 94.9889,40.1305 94.8118,39.9482 C94.6347,39.7659 94.3899,39.6747 94.0774,39.6747 C93.7962,39.6747 93.567,39.7581 93.3899,39.9247 C93.2128,40.0914 93.1243,40.3049 93.1243,40.5654 C93.1243,40.8154 93.2102,41.0497 93.3821,41.2685 C93.554,41.4872 93.8378,41.7268 94.2337,41.9872"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M61.5472,23.7515 L67.0475,23.7515 L67.0475,31.252 L61.5472,31.252 L61.5472,23.7515 "/>
<path class="Note" d="M65.2659,28.7363 C65.2659,28.4134 65.1956,28.1269 65.055,27.8769 C64.9144,27.6269 64.7425,27.4342 64.5394,27.2988 C64.3363,27.1634 64.1097,27.0514 63.8597,26.9629 C63.6097,26.8743 63.3936,26.817 63.2113,26.791 C63.029,26.7649 62.8701,26.7519 62.7347,26.7519 C62.6618,26.7519 62.6253,26.7259 62.6253,26.6738 C62.6253,26.6634 62.6253,26.653 62.6253,26.6425 L63.6097,24.5488 L65.5003,24.5488 C65.5941,24.5488 65.6696,24.5332 65.7269,24.5019 C65.7842,24.4707 65.8441,24.4082 65.9066,24.3144 L65.9847,24.3769 L65.6409,25.1269 C65.6201,25.179 65.5524,25.205 65.4378,25.205 L63.6722,25.205 L63.2972,25.9707 C64.1722,26.1269 64.8232,26.3821 65.2503,26.7363 C65.6774,27.0905 65.8909,27.6113 65.8909,28.2988 C65.8909,28.653 65.8363,28.9707 65.7269,29.2519 C65.6175,29.5332 65.4769,29.7597 65.305,29.9316 C65.1331,30.1035 64.9352,30.2415 64.7113,30.3457 C64.4873,30.4498 64.2712,30.5228 64.0628,30.5644 C63.8545,30.6061 63.6462,30.6269 63.4378,30.6269 C63.0941,30.6269 62.8232,30.5774 62.6253,30.4785 C62.4274,30.3795 62.3284,30.2415 62.3284,30.0644 C62.3284,29.8353 62.4587,29.7207 62.7191,29.7207 C62.8857,29.7207 63.1045,29.8144 63.3753,30.0019 C63.6462,30.1894 63.8597,30.2832 64.0159,30.2832 C64.3701,30.2832 64.667,30.1347 64.9066,29.8379 C65.1462,29.541 65.2659,29.1738 65.2659,28.7363"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M61.5472,31.252 L67.0475,31.252 L67.0475,38.7524 L61.5472,38.7524 L61.5472,31.252 "/>
<path class="Note" d="M66.0941,32.0493 L66.0941,32.1899 L64.1878,38.0805 L63.5941,38.0805 L65.3753,32.7055 L63.4222,32.7055 C63.1826,32.7055 62.9977,32.7498 62.8675,32.8383 C62.7373,32.9269 62.5732,33.1222 62.3753,33.4243 L62.2347,33.3618 L62.7659,32.0493 L66.0941,32.0493 "/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M61.5472,38.7524 L67.0475,38.7524 L67.0475,46.2529 L61.5472,46.2529 L61.5472,38.7524 "/>
<path class="Note" d="M64.6722,42.1591 C65.2139,42.5549 65.5837,42.8883 65.7816,43.1591 C65.9795,43.4299 66.0784,43.7424 66.0784,44.0966 C66.0784,44.5654 65.917,44.9378 65.5941,45.2138 C65.2712,45.4898 64.8389,45.6279 64.2972,45.6279 C63.7764,45.6279 63.3545,45.4898 63.0316,45.2138 C62.7087,44.9378 62.5472,44.5758 62.5472,44.1279 C62.5472,43.8258 62.6227,43.5706 62.7738,43.3622 C62.9248,43.1539 63.2451,42.8674 63.7347,42.5029 C63.2555,42.0966 62.9482,41.7893 62.8128,41.581 C62.6774,41.3727 62.6097,41.1227 62.6097,40.831 C62.6097,40.4247 62.7712,40.0836 63.0941,39.8076 C63.417,39.5315 63.8284,39.3935 64.3284,39.3935 C64.7764,39.3935 65.1462,39.5159 65.4378,39.7607 C65.7295,40.0055 65.8753,40.3154 65.8753,40.6904 C65.8753,40.9924 65.7842,41.2529 65.6019,41.4716 C65.4196,41.6904 65.1097,41.9195 64.6722,42.1591 M63.9691,42.6904 C63.7087,42.8987 63.5238,43.107 63.4144,43.3154 C63.305,43.5237 63.2503,43.7685 63.2503,44.0497 C63.2503,44.4456 63.3545,44.7633 63.5628,45.0029 C63.7712,45.2424 64.0472,45.3622 64.3909,45.3622 C64.6826,45.3622 64.9196,45.2711 65.1019,45.0888 C65.2842,44.9065 65.3753,44.6695 65.3753,44.3779 C65.3753,44.2737 65.3649,44.1799 65.3441,44.0966 C65.3232,44.0133 65.3024,43.9404 65.2816,43.8779 C65.2607,43.8154 65.2191,43.7451 65.1566,43.6669 C65.0941,43.5888 65.0446,43.5289 65.0081,43.4872 C64.9717,43.4456 64.9014,43.3831 64.7972,43.2997 C64.693,43.2164 64.6149,43.1565 64.5628,43.1201 C64.5107,43.0836 64.4144,43.0133 64.2738,42.9091 C64.1331,42.8049 64.0316,42.732 63.9691,42.6904 M64.4066,41.9872 C64.417,41.9872 64.4587,41.9612 64.5316,41.9091 C64.6045,41.857 64.6566,41.8154 64.6878,41.7841 C64.7191,41.7529 64.7712,41.706 64.8441,41.6435 C64.917,41.581 64.9691,41.5211 65.0003,41.4638 C65.0316,41.4065 65.0706,41.3388 65.1175,41.2607 C65.1644,41.1826 65.1982,41.094 65.2191,40.9951 C65.2399,40.8961 65.2503,40.7945 65.2503,40.6904 C65.2503,40.3779 65.1618,40.1305 64.9847,39.9482 C64.8076,39.7659 64.5628,39.6747 64.2503,39.6747 C63.9691,39.6747 63.7399,39.7581 63.5628,39.9247 C63.3857,40.0914 63.2972,40.3049 63.2972,40.5654 C63.2972,40.8154 63.3831,41.0497 63.555,41.2685 C63.7269,41.4872 64.0107,41.7268 64.4066,41.9872"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M31.7201,16.251 L37.2204,16.251 L37.2204,23.7515 L31.7201,23.7515 L31.7201,16.251 "/>
<path class="Note" d="M35.8998,22.2593 C35.5404,22.8374 35.0534,23.1264 34.4388,23.1264 C33.8243,23.1264 33.3373,22.8322 32.9779,22.2436 C32.6185,21.6551 32.4388,20.8973 32.4388,19.9702 C32.4388,19.1056 32.6211,18.3817 32.9857,17.7983 C33.3503,17.215 33.8451,16.9233 34.4701,16.9233 C35.0534,16.9233 35.5274,17.2098 35.892,17.7827 C36.2565,18.3556 36.4388,19.1056 36.4388,20.0327 C36.4388,20.9389 36.2592,21.6811 35.8998,22.2593 M34.4545,17.1421 C33.6628,17.1421 33.267,18.116 33.267,20.0639 C33.267,21.9494 33.6576,22.8921 34.4388,22.8921 C35.2201,22.8921 35.6107,21.9442 35.6107,20.0483 C35.6107,19.1108 35.5118,18.3921 35.3138,17.8921 C35.1159,17.3921 34.8295,17.1421 34.4545,17.1421"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M31.7201,23.7515 L37.2204,23.7515 L37.2204,31.252 L31.7201,31.252 L31.7201,23.7515 "/>
<path class="Note" d="M32.5013,26.2207 C32.5326,26.0748 32.5638,25.9524 32.5951,25.8535 C32.6263,25.7545 32.6914,25.6061 32.7904,25.4082 C32.8894,25.2103 32.9987,25.0488 33.1185,24.9238 C33.2383,24.7988 33.4076,24.6842 33.6263,24.58 C33.8451,24.4759 34.0951,24.4238 34.3763,24.4238 C34.8347,24.4238 35.2253,24.5774 35.5482,24.8847 C35.8711,25.192 36.0326,25.5696 36.0326,26.0175 C36.0326,26.6946 35.6472,27.4394 34.8763,28.2519 L33.3763,29.8457 L35.517,29.8457 C35.7253,29.8457 35.8789,29.8118 35.9779,29.7441 C36.0769,29.6764 36.2097,29.5123 36.3763,29.2519 L36.4857,29.2988 L35.9857,30.5019 L32.4857,30.5019 L32.4857,30.3925 L34.0951,28.705 C34.8763,27.8717 35.267,27.0905 35.267,26.3613 C35.267,25.9759 35.1498,25.666 34.9154,25.4316 C34.681,25.1972 34.3763,25.08 34.0013,25.08 C33.6888,25.08 33.4362,25.166 33.2435,25.3379 C33.0508,25.5097 32.8659,25.8144 32.6888,26.2519 L32.5013,26.2207 "/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M31.7201,31.252 L37.2204,31.252 L37.2204,38.7524 L31.7201,38.7524 L31.7201,31.252 "/>
<path class="Note" d="M32.9545,37.2836 C33.0899,37.2836 33.293,37.367 33.5638,37.5336 C33.8347,37.7003 34.0743,37.7836 34.2826,37.7836 C34.6159,37.7836 34.8946,37.656 35.1185,37.4008 C35.3425,37.1456 35.4545,36.8305 35.4545,36.4555 C35.4545,36.2264 35.4232,36.0206 35.3607,35.8383 C35.2982,35.656 35.2071,35.5154 35.0873,35.4165 C34.9675,35.3175 34.819,35.2368 34.642,35.1743 C34.4649,35.1118 34.3008,35.0727 34.1498,35.0571 C33.9987,35.0415 33.8347,35.0336 33.6576,35.0336 L33.6576,34.9086 C33.8659,34.8357 34.043,34.7654 34.1888,34.6977 C34.3347,34.63 34.4883,34.5389 34.6498,34.4243 C34.8112,34.3097 34.9362,34.1665 35.0248,33.9946 C35.1133,33.8227 35.1576,33.6326 35.1576,33.4243 C35.1576,33.143 35.0664,32.9112 34.8842,32.729 C34.7019,32.5467 34.4597,32.4555 34.1576,32.4555 C33.8763,32.4555 33.6289,32.531 33.4154,32.6821 C33.2019,32.8331 33.0065,33.0753 32.8295,33.4086 L32.6888,33.3774 C32.8451,32.9503 33.056,32.6014 33.3217,32.3305 C33.5873,32.0597 33.9649,31.9243 34.4545,31.9243 C34.8711,31.9243 35.2097,32.0362 35.4701,32.2602 C35.7305,32.4842 35.8607,32.7784 35.8607,33.143 C35.8607,33.393 35.7982,33.6118 35.6732,33.7993 C35.5482,33.9868 35.3295,34.1847 35.017,34.393 C35.3711,34.5493 35.6498,34.7472 35.8529,34.9868 C36.056,35.2264 36.1576,35.5701 36.1576,36.018 C36.1576,36.6639 35.9128,37.1769 35.4232,37.5571 C34.9336,37.9373 34.3347,38.1274 33.6263,38.1274 C33.3138,38.1274 33.0664,38.0805 32.8842,37.9868 C32.7019,37.893 32.6107,37.768 32.6107,37.6118 C32.6107,37.5076 32.642,37.4269 32.7045,37.3696 C32.767,37.3123 32.8503,37.2836 32.9545,37.2836"/>
<path class="Clef" d="M15.8786,36.8765 C15.8786,38.8869 14.6494,39.8921 12.1911,39.8921 L7.80047,39.8921 L7.80047,29.9234 L12.1911,29.9234 C14.4411,29.9234 15.5661,30.8348 15.5661,32.6577 C15.5661,33.6994 15.0921,34.3452 14.1442,34.5952 C15.3005,34.814 15.8786,35.5744 15.8786,36.8765 M9.86297,31.6265 L9.86297,33.8921 L12.1911,33.8921 C13.0869,33.8921 13.5348,33.4807 13.5348,32.6577 C13.5348,31.9702 13.0869,31.6265 12.1911,31.6265 L9.86297,31.6265 M9.86297,35.5952 L9.86297,38.189 L12.1911,38.189 C13.2744,38.189 13.8161,37.7515 13.8161,36.8765 C13.8161,36.0223 13.2744,35.5952 12.1911,35.5952 L9.86297,35.5952 M13.113,26.564 L9.4411,26.564 L8.7536,28.5796 L6.6286,28.5796 L10.0661,18.6109 L12.488,18.6109 L15.9255,28.5796 L13.7848,28.5796 L13.113,26.564 M12.5973,24.8452 L11.2692,20.9702 L9.9411,24.8452 L12.5973,24.8452 M12.3005,9.17337 L12.3005,17.4077 L10.238,17.4077 L10.238,9.17337 L7.20672,9.17337 L7.20672,7.439 L15.3317,7.439 L15.3317,9.17337 L12.3005,9.17337 "/>
</svg>
<p>As you can see from the third chord in the example, only forcing the G on the 4th string is already sufficient to get
the C and E on string 6 and 5, because there is no other possibility. Note that we also used octave=-1 with the tab clef
as guitar parts are normally notated with a treble-8 clef. In this way one can use the same notes in a normal staf and
in a tablature staff. For instance:
</p>
<table class="indent"><tr><td><pre>X:1
K:F#
V:1 clef=treble-8
CD EF GA ^Bc |
V:2 clef=tab octave=-1
CD EF GA ^Bc |</pre>
</td><td><svg class="indent" width="184.252px" height="127.559px" viewBox="0 0 184.252 127.559"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>zz2</title>
<desc>Generated by MuseScore 2.1.0</desc>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,12.8353 181.417,12.8353"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,17.8356 181.417,17.8356"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,22.8359 181.417,22.8359"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,27.8362 181.417,27.8362"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,32.8365 181.417,32.8365"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,65.3386 181.417,65.3386"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,72.8391 181.417,72.8391"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,80.3395 181.417,80.3395"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,87.84 181.417,87.84"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,95.3405 181.417,95.3405"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,102.841 181.417,102.841"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="3.23467,12.8353 3.23467,102.841"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="181.017,65.3386 181.017,102.841"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="181.017,12.8353 181.017,32.8365"/>
<path class="Accidental" d="M151.653,29.0703 C151.653,29.3203 151.53,29.4453 151.285,29.4453 C151.041,29.4453 150.918,29.3203 150.918,29.0703 L150.918,26.1797 L149.262,26.8047 L149.262,29.9609 C149.262,30.2109 149.137,30.3359 148.887,30.3359 C148.637,30.3359 148.512,30.2109 148.512,29.9609 L148.512,27.0547 L147.887,27.289 C147.877,27.2994 147.824,27.3047 147.731,27.3047 C147.627,27.3047 147.535,27.2656 147.457,27.1875 C147.379,27.1093 147.34,27.0182 147.34,26.914 L147.34,25.7109 C147.34,25.513 147.423,25.388 147.59,25.3359 L148.512,25.0234 L148.512,21.8203 L147.887,22.039 C147.877,22.0494 147.824,22.0547 147.731,22.0547 C147.627,22.0547 147.535,22.0156 147.457,21.9375 C147.379,21.8593 147.34,21.7682 147.34,21.664 L147.34,20.4453 C147.34,20.2682 147.423,20.1536 147.59,20.1015 L148.512,19.7422 L148.512,16.6015 C148.512,16.3515 148.637,16.2265 148.887,16.2265 C149.137,16.2265 149.262,16.3515 149.262,16.6015 L149.262,19.4922 L150.918,18.8672 L150.918,15.7109 C150.918,15.4609 151.041,15.3359 151.285,15.3359 C151.53,15.3359 151.653,15.4609 151.653,15.7109 L151.653,18.6172 L152.309,18.3828 C152.319,18.3724 152.361,18.3672 152.434,18.3672 C152.528,18.3672 152.627,18.4036 152.731,18.4765 C152.814,18.5599 152.856,18.6536 152.856,18.7578 L152.856,19.9609 C152.856,20.1484 152.762,20.2734 152.574,20.3359 L151.653,20.6484 L151.653,23.8515 L152.309,23.6328 C152.319,23.6224 152.361,23.6172 152.434,23.6172 C152.528,23.6172 152.627,23.6588 152.731,23.7422 C152.814,23.8151 152.856,23.9036 152.856,24.0078 L152.856,25.2265 C152.856,25.3932 152.762,25.5078 152.574,25.5703 L151.653,25.9297 L151.653,29.0703 M150.918,20.9453 L149.262,21.5234 L149.262,24.7265 L150.918,24.1484 L150.918,20.9453 "/>
<polyline class="LedgerLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linecap="square" stroke-linejoin="bevel" points="70.2342,37.8369 79.8176,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="171.033,107.841 171.033,122.842"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="167.608,21.2749 167.608,36.5868"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="157.699,107.841 157.699,122.842"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="154.273,23.775 154.273,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="142.157,107.841 142.157,122.842"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="144.665,24.3969 144.665,11.5852"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="128.822,107.841 128.822,122.842"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="131.33,26.8971 131.33,12.8353"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="115.488,107.841 115.488,122.842"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="117.996,29.3972 117.996,16.5855"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="102.153,107.841 102.153,122.842"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="104.661,31.8974 104.661,17.8356"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="88.819,107.841 88.819,122.842"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="91.327,34.3976 91.327,21.5858"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="75.4845,107.841 75.4845,122.842"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="77.9925,36.8977 77.9925,22.8359"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M168.283,69.0888 L173.783,69.0888 L173.783,76.5893 L168.283,76.5893 L168.283,69.0888 "/>
<path class="Note" d="M169.064,71.558 C169.095,71.4122 169.127,71.2898 169.158,71.1908 C169.189,71.0918 169.254,70.9434 169.353,70.7455 C169.452,70.5476 169.562,70.3861 169.681,70.2611 C169.801,70.1361 169.97,70.0215 170.189,69.9174 C170.408,69.8132 170.658,69.7611 170.939,69.7611 C171.397,69.7611 171.788,69.9148 172.111,70.2221 C172.434,70.5293 172.595,70.907 172.595,71.3549 C172.595,72.032 172.21,72.7767 171.439,73.5892 L169.939,75.183 L172.08,75.183 C172.288,75.183 172.442,75.1491 172.541,75.0814 C172.64,75.0137 172.772,74.8497 172.939,74.5892 L173.049,74.6361 L172.549,75.8392 L169.049,75.8392 L169.049,75.7299 L170.658,74.0424 C171.439,73.209 171.83,72.4278 171.83,71.6986 C171.83,71.3132 171.713,71.0033 171.478,70.7689 C171.244,70.5346 170.939,70.4174 170.564,70.4174 C170.252,70.4174 169.999,70.5033 169.806,70.6752 C169.614,70.8471 169.429,71.1517 169.252,71.5892 L169.064,71.558 "/>
<path class="Note" d="M171.673,17.5857 C172.298,17.5857 172.83,17.7472 173.267,18.0701 C173.663,18.4243 173.861,18.867 173.861,19.3982 C173.861,20.2941 173.403,21.1326 172.486,21.9139 C171.548,22.6951 170.543,23.0857 169.47,23.0857 C168.845,23.0857 168.319,22.9243 167.892,22.6014 C167.486,22.2472 167.283,21.8045 167.283,21.2732 C167.283,20.3774 167.752,19.5389 168.689,18.7576 C169.606,17.9764 170.6,17.5857 171.673,17.5857"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M154.948,69.0888 L160.449,69.0888 L160.449,76.5893 L154.948,76.5893 L154.948,69.0888 "/>
<path class="Note" d="M157.089,70.4955 C156.985,70.4955 156.771,70.5632 156.448,70.6986 L156.448,70.5736 L158.058,69.7611 L158.136,69.7767 L158.136,75.1674 C158.136,75.3861 158.188,75.5293 158.292,75.5971 C158.396,75.6648 158.625,75.6986 158.98,75.6986 L158.98,75.8392 L156.511,75.8392 L156.511,75.6986 C156.844,75.6882 157.071,75.6387 157.191,75.5502 C157.31,75.4616 157.37,75.2767 157.37,74.9955 L157.37,70.9174 C157.37,70.6361 157.277,70.4955 157.089,70.4955"/>
<path class="Note" d="M158.339,20.0859 C158.964,20.0859 159.495,20.2474 159.933,20.5703 C160.329,20.9244 160.526,21.3672 160.526,21.8984 C160.526,22.7942 160.068,23.6328 159.151,24.414 C158.214,25.1953 157.209,25.5859 156.136,25.5859 C155.511,25.5859 154.985,25.4244 154.558,25.1015 C154.151,24.7474 153.948,24.3047 153.948,23.7734 C153.948,22.8776 154.417,22.039 155.355,21.2578 C156.271,20.4765 157.266,20.0859 158.339,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M139.407,76.5893 L144.907,76.5893 L144.907,84.0898 L139.407,84.0898 L139.407,76.5893 "/>
<path class="Note" d="M140.641,82.621 C140.777,82.621 140.98,82.7043 141.251,82.871 C141.521,83.0376 141.761,83.121 141.969,83.121 C142.303,83.121 142.581,82.9934 142.805,82.7382 C143.029,82.4829 143.141,82.1678 143.141,81.7928 C143.141,81.5637 143.11,81.3579 143.047,81.1757 C142.985,80.9934 142.894,80.8527 142.774,80.7538 C142.654,80.6548 142.506,80.5741 142.329,80.5116 C142.152,80.4491 141.988,80.41 141.836,80.3944 C141.685,80.3788 141.521,80.371 141.344,80.371 L141.344,80.246 C141.553,80.173 141.73,80.1027 141.876,80.035 C142.021,79.9673 142.175,79.8762 142.336,79.7616 C142.498,79.647 142.623,79.5038 142.711,79.3319 C142.8,79.16 142.844,78.9699 142.844,78.7616 C142.844,78.4803 142.753,78.2486 142.571,78.0663 C142.389,77.884 142.146,77.7928 141.844,77.7928 C141.563,77.7928 141.316,77.8684 141.102,78.0194 C140.889,78.1704 140.693,78.4126 140.516,78.746 L140.376,78.7147 C140.532,78.2876 140.743,77.9387 141.008,77.6678 C141.274,77.397 141.652,77.2616 142.141,77.2616 C142.558,77.2616 142.896,77.3736 143.157,77.5975 C143.417,77.8215 143.547,78.1158 143.547,78.4803 C143.547,78.7303 143.485,78.9491 143.36,79.1366 C143.235,79.3241 143.016,79.522 142.704,79.7303 C143.058,79.8866 143.336,80.0845 143.54,80.3241 C143.743,80.5637 143.844,80.9074 143.844,81.3553 C143.844,82.0012 143.6,82.5142 143.11,82.8944 C142.62,83.2746 142.021,83.4647 141.313,83.4647 C141.001,83.4647 140.753,83.4178 140.571,83.3241 C140.389,83.2303 140.297,83.1053 140.297,82.9491 C140.297,82.8449 140.329,82.7642 140.391,82.7069 C140.454,82.6496 140.537,82.621 140.641,82.621"/>
<path class="Note" d="M142.797,22.5861 C143.422,22.5861 143.954,22.7475 144.391,23.0704 C144.787,23.4246 144.985,23.8673 144.985,24.3986 C144.985,25.2944 144.526,26.1329 143.61,26.9142 C142.672,27.6954 141.667,28.0861 140.594,28.0861 C139.969,28.0861 139.443,27.9246 139.016,27.6017 C138.61,27.2475 138.407,26.8048 138.407,26.2736 C138.407,25.3777 138.875,24.5392 139.813,23.7579 C140.73,22.9767 141.724,22.5861 142.797,22.5861"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M126.072,76.5893 L131.573,76.5893 L131.573,84.0898 L126.072,84.0898 L126.072,76.5893 "/>
<path class="Note" d="M128.213,77.996 C128.109,77.996 127.895,78.0637 127.572,78.1991 L127.572,78.0741 L129.182,77.2616 L129.26,77.2772 L129.26,82.6678 C129.26,82.8866 129.312,83.0298 129.416,83.0975 C129.52,83.1652 129.749,83.1991 130.104,83.1991 L130.104,83.3397 L127.635,83.3397 L127.635,83.1991 C127.968,83.1887 128.195,83.1392 128.315,83.0507 C128.434,82.9621 128.494,82.7772 128.494,82.496 L128.494,78.4178 C128.494,78.1366 128.4,77.996 128.213,77.996"/>
<path class="Note" d="M129.463,25.0862 C130.088,25.0862 130.619,25.2477 131.057,25.5706 C131.452,25.9248 131.65,26.3675 131.65,26.8987 C131.65,27.7946 131.192,28.6331 130.275,29.4143 C129.338,30.1956 128.333,30.5862 127.26,30.5862 C126.635,30.5862 126.109,30.4248 125.682,30.1018 C125.275,29.7477 125.072,29.305 125.072,28.7737 C125.072,27.8779 125.541,27.0393 126.478,26.2581 C127.395,25.4768 128.39,25.0862 129.463,25.0862"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M112.738,84.0898 L118.238,84.0898 L118.238,91.5902 L112.738,91.5902 L112.738,84.0898 "/>
<path class="Note" d="M117.488,88.7933 L117.488,89.3402 L116.566,89.3402 L116.566,90.8402 L115.878,90.8402 L115.878,89.3402 L113.347,89.3402 L113.347,88.7933 L116.175,84.7933 L116.566,84.7933 L116.566,88.7933 L117.488,88.7933 M115.863,88.7933 L115.863,85.7152 L113.707,88.7933 L115.863,88.7933 "/>
<path class="Note" d="M116.128,27.5864 C116.753,27.5864 117.285,27.7478 117.722,28.0708 C118.118,28.4249 118.316,28.8676 118.316,29.3989 C118.316,30.2947 117.858,31.1333 116.941,31.9145 C116.003,32.6958 114.998,33.0864 113.925,33.0864 C113.3,33.0864 112.774,32.9249 112.347,32.602 C111.941,32.2478 111.738,31.8051 111.738,31.2739 C111.738,30.378 112.206,29.5395 113.144,28.7583 C114.061,27.977 115.055,27.5864 116.128,27.5864"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M99.4033,84.0898 L104.904,84.0898 L104.904,91.5902 L99.4033,91.5902 L99.4033,84.0898 "/>
<path class="Note" d="M100.638,90.1214 C100.773,90.1214 100.976,90.2048 101.247,90.3714 C101.518,90.5381 101.758,90.6214 101.966,90.6214 C102.299,90.6214 102.578,90.4938 102.802,90.2386 C103.026,89.9834 103.138,89.6683 103.138,89.2933 C103.138,89.0641 103.106,88.8584 103.044,88.6761 C102.981,88.4938 102.89,88.3532 102.771,88.2543 C102.651,88.1553 102.502,88.0746 102.325,88.0121 C102.148,87.9496 101.984,87.9105 101.833,87.8949 C101.682,87.8793 101.518,87.8714 101.341,87.8714 L101.341,87.7464 C101.549,87.6735 101.726,87.6032 101.872,87.5355 C102.018,87.4678 102.172,87.3766 102.333,87.2621 C102.495,87.1475 102.62,87.0043 102.708,86.8324 C102.797,86.6605 102.841,86.4704 102.841,86.2621 C102.841,85.9808 102.75,85.749 102.567,85.5668 C102.385,85.3845 102.143,85.2933 101.841,85.2933 C101.56,85.2933 101.312,85.3688 101.099,85.5199 C100.885,85.6709 100.69,85.9131 100.513,86.2464 L100.372,86.2152 C100.528,85.7881 100.739,85.4391 101.005,85.1683 C101.271,84.8975 101.648,84.7621 102.138,84.7621 C102.554,84.7621 102.893,84.874 103.153,85.098 C103.414,85.322 103.544,85.6162 103.544,85.9808 C103.544,86.2308 103.481,86.4496 103.356,86.6371 C103.231,86.8246 103.013,87.0225 102.7,87.2308 C103.054,87.3871 103.333,87.585 103.536,87.8246 C103.739,88.0641 103.841,88.4079 103.841,88.8558 C103.841,89.5016 103.596,90.0147 103.106,90.3949 C102.617,90.7751 102.018,90.9652 101.31,90.9652 C100.997,90.9652 100.75,90.9183 100.567,90.8246 C100.385,90.7308 100.294,90.6058 100.294,90.4496 C100.294,90.3454 100.325,90.2647 100.388,90.2074 C100.45,90.1501 100.534,90.1214 100.638,90.1214"/>
<path class="Note" d="M102.794,30.0865 C103.419,30.0865 103.95,30.248 104.388,30.5709 C104.783,30.9251 104.981,31.3678 104.981,31.899 C104.981,32.7949 104.523,33.6334 103.606,34.4147 C102.669,35.1959 101.664,35.5865 100.591,35.5865 C99.9658,35.5865 99.4397,35.4251 99.0126,35.1022 C98.6064,34.748 98.4033,34.3053 98.4033,33.774 C98.4033,32.8782 98.872,32.0397 99.8095,31.2584 C100.726,30.4772 101.721,30.0865 102.794,30.0865"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M86.0688,84.0898 L91.5692,84.0898 L91.5692,91.5902 L86.0688,91.5902 L86.0688,84.0898 "/>
<path class="Note" d="M88.2095,85.4964 C88.1053,85.4964 87.8918,85.5641 87.5689,85.6996 L87.5689,85.5746 L89.1782,84.7621 L89.2564,84.7777 L89.2564,90.1683 C89.2564,90.3871 89.3085,90.5303 89.4126,90.598 C89.5168,90.6657 89.746,90.6996 90.1001,90.6996 L90.1001,90.8402 L87.6314,90.8402 L87.6314,90.6996 C87.9647,90.6891 88.1913,90.6397 88.3111,90.5511 C88.4309,90.4626 88.4907,90.2777 88.4907,89.9964 L88.4907,85.9183 C88.4907,85.6371 88.397,85.4964 88.2095,85.4964"/>
<path class="Note" d="M89.4594,32.5867 C90.0844,32.5867 90.6157,32.7482 91.0532,33.0711 C91.449,33.4252 91.6469,33.8679 91.6469,34.3992 C91.6469,35.295 91.1886,36.1336 90.2719,36.9148 C89.3344,37.6961 88.3292,38.0867 87.2563,38.0867 C86.6313,38.0867 86.1052,37.9252 85.6782,37.6023 C85.2719,37.2482 85.0688,36.8054 85.0688,36.2742 C85.0688,35.3784 85.5375,34.5398 86.475,33.7586 C87.3917,32.9773 88.3865,32.5867 89.4594,32.5867"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M72.7344,91.5902 L78.2347,91.5902 L78.2347,99.0907 L72.7344,99.0907 L72.7344,91.5902 "/>
<path class="Note" d="M77.4844,96.2938 L77.4844,96.8407 L76.5625,96.8407 L76.5625,98.3407 L75.875,98.3407 L75.875,96.8407 L73.3438,96.8407 L73.3438,96.2938 L76.1719,92.2938 L76.5625,92.2938 L76.5625,96.2938 L77.4844,96.2938 M75.8594,96.2938 L75.8594,93.2157 L73.7031,96.2938 L75.8594,96.2938 "/>
<path class="Note" d="M76.1249,35.0869 C76.7499,35.0869 77.2812,35.2483 77.7187,35.5712 C78.1145,35.9254 78.3124,36.3681 78.3124,36.8994 C78.3124,37.7952 77.8541,38.6337 76.9374,39.415 C75.9999,40.1962 74.9947,40.5869 73.9218,40.5869 C73.2968,40.5869 72.7708,40.4254 72.3437,40.1025 C71.9374,39.7483 71.7343,39.3056 71.7343,38.7744 C71.7343,37.8785 72.203,37.04 73.1405,36.2587 C74.0572,35.4775 75.052,35.0869 76.1249,35.0869"/>
<path class="Clef" d="M16.6786,97.2148 C16.6786,99.2252 15.4495,100.23 12.9911,100.23 L8.60052,100.23 L8.60052,90.2616 L12.9911,90.2616 C15.2411,90.2616 16.3661,91.1731 16.3661,92.996 C16.3661,94.0377 15.8922,94.6835 14.9443,94.9335 C16.1005,95.1523 16.6786,95.9127 16.6786,97.2148 M10.663,91.9648 L10.663,94.2304 L12.9911,94.2304 C13.887,94.2304 14.3349,93.8189 14.3349,92.996 C14.3349,92.3085 13.887,91.9648 12.9911,91.9648 L10.663,91.9648 M10.663,95.9335 L10.663,98.5273 L12.9911,98.5273 C14.0745,98.5273 14.6161,98.0898 14.6161,97.2148 C14.6161,96.3606 14.0745,95.9335 12.9911,95.9335 L10.663,95.9335 M13.913,86.9023 L10.2411,86.9023 L9.55365,88.9179 L7.42865,88.9179 L10.8661,78.9491 L13.288,78.9491 L16.7255,88.9179 L14.5849,88.9179 L13.913,86.9023 M13.3974,85.1835 L12.0693,81.3085 L10.7411,85.1835 L13.3974,85.1835 M13.1005,69.5116 L13.1005,77.746 L11.038,77.746 L11.038,69.5116 L8.00677,69.5116 L8.00677,67.7773 L16.1318,67.7773 L16.1318,69.5116 L13.1005,69.5116 "/>
<path class="Clef" d="M14.1786,22.7112 C14.1786,22.7112 14.2203,22.7112 14.3036,22.7112 C14.3557,22.7008 14.3974,22.6956 14.4286,22.6956 C15.887,22.6956 17.0849,23.2112 18.0224,24.2425 C18.9599,25.2529 19.4286,26.4352 19.4286,27.7893 C19.4286,29.4768 18.7359,30.8466 17.3505,31.8987 C16.9859,32.1904 16.5068,32.4248 15.913,32.6018 C15.9859,33.4456 16.0224,34.1279 16.0224,34.6487 C16.0224,34.7529 16.0068,35.1331 15.9755,35.7893 C15.9234,36.9977 15.5068,38.0446 14.7255,38.93 C13.9755,39.805 13.038,40.2425 11.913,40.2425 C10.8609,40.2425 9.96511,39.8727 9.22552,39.1331 C8.47552,38.3727 8.10052,37.4612 8.10052,36.3987 C8.10052,35.8362 8.31927,35.3571 8.75677,34.9612 C9.19427,34.5758 9.70469,34.3831 10.288,34.3831 C10.8089,34.3831 11.2464,34.5862 11.6005,34.9925 C11.9651,35.3675 12.1474,35.8362 12.1474,36.3987 C12.1474,36.8987 11.9651,37.331 11.6005,37.6956 C11.2359,38.0602 10.7984,38.2425 10.288,38.2425 C10.0797,38.2425 9.88177,38.206 9.69427,38.1331 C10.2672,38.9768 11.0276,39.3987 11.9755,39.3987 C12.8714,39.3987 13.6057,39.0341 14.1786,38.305 C14.7828,37.555 15.1109,36.6748 15.163,35.6643 C15.1839,35.0393 15.1943,34.6852 15.1943,34.6018 C15.1943,33.8727 15.1682,33.2737 15.1161,32.805 C14.4703,32.9091 13.8922,32.9612 13.3818,32.9612 C11.5693,32.9612 10.0276,32.2425 8.75677,30.805 C7.50677,29.3571 6.88177,27.6383 6.88177,25.6487 C6.88177,25.2321 6.91823,24.8102 6.99115,24.3831 C7.07448,24.0289 7.17344,23.6435 7.28802,23.2268 C7.35052,22.9873 7.52761,22.6071 7.81927,22.0862 C7.92344,21.93 8.04063,21.7347 8.17084,21.5003 C8.30104,21.2659 8.39219,21.1123 8.44427,21.0393 C8.56927,20.7789 8.81927,20.4248 9.19427,19.9768 C9.29844,19.8623 9.40781,19.7347 9.5224,19.594 C9.63698,19.4534 9.73334,19.3362 9.81146,19.2425 C9.88959,19.1487 9.94688,19.0758 9.98334,19.0237 C10.0198,18.9716 10.3141,18.6279 10.8661,17.9925 C10.9911,17.8571 11.1161,17.7164 11.2411,17.5706 C11.3661,17.4248 11.4677,17.3076 11.5458,17.219 C11.624,17.1305 11.6839,17.0706 11.7255,17.0393 C11.2568,15.4873 10.9599,14.2477 10.8349,13.3206 C10.7516,12.581 10.7099,11.5654 10.7099,10.2737 C10.7099,9.1383 10.9703,8.0758 11.4911,7.08622 C11.9911,6.06539 12.6995,5.22685 13.6161,4.5706 C13.6786,4.52893 13.7411,4.5081 13.8036,4.5081 C13.8974,4.5081 13.9651,4.52893 14.0068,4.5706 C14.7047,5.41435 15.3089,6.5133 15.8193,7.86747 C16.3401,9.22164 16.6005,10.456 16.6005,11.5706 C16.6005,12.8206 16.3036,13.9925 15.7099,15.0862 C15.0328,16.2425 14.1578,17.4404 13.0849,18.68 C13.3557,19.5341 13.7203,20.8779 14.1786,22.7112 M15.8349,31.805 C16.512,31.555 17.0432,31.1331 17.4286,30.5393 C17.8453,29.9664 18.0536,29.3206 18.0536,28.6018 C18.0536,27.6748 17.7411,26.8518 17.1161,26.1331 C16.4703,25.3935 15.6526,24.9768 14.663,24.8831 C15.2255,27.6331 15.6161,29.9404 15.8349,31.805 M8.28802,27.2893 C8.28802,28.581 8.80886,29.7164 9.85052,30.6956 C10.913,31.6435 12.1109,32.1175 13.4443,32.1175 C13.9859,32.1175 14.5172,32.0758 15.038,31.9925 C14.8297,30.0133 14.4182,27.6435 13.8036,24.8831 C13.0641,24.9664 12.4755,25.2268 12.038,25.6643 C11.6005,26.1227 11.3818,26.6383 11.3818,27.2112 C11.3818,28.2008 11.913,29.0029 12.9755,29.6175 C13.0589,29.7112 13.1005,29.8102 13.1005,29.9143 C13.1005,30.0185 13.0589,30.1123 12.9755,30.1956 C12.8922,30.2893 12.7932,30.3362 12.6786,30.3362 C12.6682,30.3362 12.6109,30.3258 12.5068,30.305 C11.7568,29.8987 11.1839,29.3779 10.788,28.7425 C10.4026,28.055 10.2099,27.3675 10.2099,26.68 C10.2099,25.7841 10.4911,24.9716 11.0536,24.2425 C11.637,23.5133 12.3974,23.0446 13.3349,22.8362 C12.9703,21.3779 12.6734,20.2373 12.4443,19.4143 C12.2359,19.6539 11.9859,19.9378 11.6943,20.2659 C11.4026,20.594 11.2307,20.7946 11.1786,20.8675 C10.7099,21.4716 10.3505,21.9456 10.1005,22.2893 C9.65261,22.9039 9.32448,23.43 9.11615,23.8675 C8.8974,24.3675 8.70469,24.9091 8.53802,25.4925 C8.37136,26.055 8.28802,26.6539 8.28802,27.2893 M14.8036,7.42997 C13.8245,7.90914 13.0589,8.59664 12.5068,9.49247 C11.9339,10.4196 11.6474,11.4143 11.6474,12.4768 C11.6474,13.4143 11.8818,14.68 12.3505,16.2737 C13.288,15.1383 13.9911,14.0914 14.4599,13.1331 C14.9495,12.1123 15.1943,11.0498 15.1943,9.9456 C15.1943,9.11226 15.0641,8.27372 14.8036,7.42997 M12.663,43.0706 C12.9964,42.7373 13.163,42.3987 13.163,42.055 C13.1422,41.7841 13.0276,41.5758 12.8193,41.43 C12.5797,41.2737 12.3036,41.1956 11.9911,41.1956 C11.7724,41.1956 11.5901,41.2685 11.4443,41.4143 C11.3193,41.5393 11.2568,41.7008 11.2568,41.8987 C11.2568,42.1383 11.3505,42.3154 11.538,42.43 L12.663,43.0706 M12.9755,43.2425 C13.5172,43.5446 13.788,43.9508 13.788,44.4612 L13.788,44.5237 C13.788,44.9196 13.6266,45.2581 13.3036,45.5393 C12.9807,45.8206 12.5172,45.9612 11.913,45.9612 C11.4234,45.9612 10.9964,45.831 10.6318,45.5706 C10.2672,45.3206 10.0849,44.9821 10.0849,44.555 C10.0849,44.3883 10.1266,44.2321 10.2099,44.0862 C10.3141,43.9196 10.4026,43.805 10.4755,43.7425 L10.8349,43.3675 C10.4391,43.0966 10.2411,42.7373 10.2411,42.2893 C10.2411,41.9352 10.3974,41.6227 10.7099,41.3518 C11.0328,41.0914 11.4599,40.9612 11.9911,40.9612 C12.4391,40.9612 12.8193,41.0602 13.1318,41.2581 C13.4443,41.456 13.6005,41.7216 13.6005,42.055 C13.6005,42.4091 13.3922,42.805 12.9755,43.2425 M11.1318,43.5393 C10.7464,43.8831 10.538,44.2216 10.5068,44.555 C10.538,44.9091 10.6839,45.1904 10.9443,45.3987 C11.2255,45.6175 11.5484,45.7268 11.913,45.7268 C12.1734,45.7268 12.3818,45.6435 12.538,45.4768 C12.6943,45.3206 12.7724,45.1331 12.7724,44.9143 C12.762,44.6227 12.6474,44.4143 12.4286,44.2893 L11.1318,43.5393 "/>
<path class="KeySig" d="M51.2374,21.5698 C51.2374,21.8198 51.115,21.9448 50.8702,21.9448 C50.6254,21.9448 50.503,21.8198 50.503,21.5698 L50.503,18.6792 L48.8468,19.3042 L48.8468,22.4604 C48.8468,22.7104 48.7218,22.8354 48.4718,22.8354 C48.2218,22.8354 48.0968,22.7104 48.0968,22.4604 L48.0968,19.5542 L47.4718,19.7886 C47.4614,19.799 47.4093,19.8042 47.3155,19.8042 C47.2114,19.8042 47.1202,19.7651 47.0421,19.687 C46.964,19.6089 46.9249,19.5177 46.9249,19.4136 L46.9249,18.2104 C46.9249,18.0125 47.0083,17.8875 47.1749,17.8354 L48.0968,17.5229 L48.0968,14.3198 L47.4718,14.5386 C47.4614,14.549 47.4093,14.5542 47.3155,14.5542 C47.2114,14.5542 47.1202,14.5151 47.0421,14.437 C46.964,14.3589 46.9249,14.2677 46.9249,14.1636 L46.9249,12.9448 C46.9249,12.7677 47.0083,12.6531 47.1749,12.6011 L48.0968,12.2417 L48.0968,9.10106 C48.0968,8.85106 48.2218,8.72606 48.4718,8.72606 C48.7218,8.72606 48.8468,8.85106 48.8468,9.10106 L48.8468,11.9917 L50.503,11.3667 L50.503,8.21043 C50.503,7.96043 50.6254,7.83543 50.8702,7.83543 C51.115,7.83543 51.2374,7.96043 51.2374,8.21043 L51.2374,11.1167 L51.8937,10.8823 C51.9041,10.8719 51.9458,10.8667 52.0187,10.8667 C52.1124,10.8667 52.2114,10.9031 52.3155,10.9761 C52.3989,11.0594 52.4405,11.1531 52.4405,11.2573 L52.4405,12.4604 C52.4405,12.6479 52.3468,12.7729 52.1593,12.8354 L51.2374,13.1479 L51.2374,16.3511 L51.8937,16.1323 C51.9041,16.1219 51.9458,16.1167 52.0187,16.1167 C52.1124,16.1167 52.2114,16.1583 52.3155,16.2417 C52.3989,16.3146 52.4405,16.4031 52.4405,16.5073 L52.4405,17.7261 C52.4405,17.8927 52.3468,18.0073 52.1593,18.0698 L51.2374,18.4292 L51.2374,21.5698 M50.503,13.4448 L48.8468,14.0229 L48.8468,17.2261 L50.503,16.6479 L50.503,13.4448 "/>
<path class="KeySig" d="M46.2371,31.5704 C46.2371,31.8204 46.1147,31.9454 45.8699,31.9454 C45.6251,31.9454 45.5027,31.8204 45.5027,31.5704 L45.5027,28.6798 L43.8465,29.3048 L43.8465,32.4611 C43.8465,32.7111 43.7215,32.8361 43.4715,32.8361 C43.2215,32.8361 43.0965,32.7111 43.0965,32.4611 L43.0965,29.5548 L42.4715,29.7892 C42.4611,29.7996 42.409,29.8048 42.3152,29.8048 C42.2111,29.8048 42.1199,29.7658 42.0418,29.6876 C41.9637,29.6095 41.9246,29.5184 41.9246,29.4142 L41.9246,28.2111 C41.9246,28.0131 42.0079,27.8881 42.1746,27.8361 L43.0965,27.5236 L43.0965,24.3204 L42.4715,24.5392 C42.4611,24.5496 42.409,24.5548 42.3152,24.5548 C42.2111,24.5548 42.1199,24.5158 42.0418,24.4376 C41.9637,24.3595 41.9246,24.2684 41.9246,24.1642 L41.9246,22.9454 C41.9246,22.7684 42.0079,22.6538 42.1746,22.6017 L43.0965,22.2423 L43.0965,19.1017 C43.0965,18.8517 43.2215,18.7267 43.4715,18.7267 C43.7215,18.7267 43.8465,18.8517 43.8465,19.1017 L43.8465,21.9923 L45.5027,21.3673 L45.5027,18.2111 C45.5027,17.9611 45.6251,17.8361 45.8699,17.8361 C46.1147,17.8361 46.2371,17.9611 46.2371,18.2111 L46.2371,21.1173 L46.8934,20.8829 C46.9038,20.8725 46.9454,20.8673 47.0184,20.8673 C47.1121,20.8673 47.2111,20.9038 47.3152,20.9767 C47.3986,21.06 47.4402,21.1538 47.4402,21.2579 L47.4402,22.4611 C47.4402,22.6486 47.3465,22.7736 47.159,22.8361 L46.2371,23.1486 L46.2371,26.3517 L46.8934,26.1329 C46.9038,26.1225 46.9454,26.1173 47.0184,26.1173 C47.1121,26.1173 47.2111,26.159 47.3152,26.2423 C47.3986,26.3152 47.4402,26.4038 47.4402,26.5079 L47.4402,27.7267 C47.4402,27.8934 47.3465,28.0079 47.159,28.0704 L46.2371,28.4298 L46.2371,31.5704 M45.5027,23.4454 L43.8465,24.0236 L43.8465,27.2267 L45.5027,26.6486 L45.5027,23.4454 "/>
<path class="KeySig" d="M41.2368,24.07 C41.2368,24.32 41.1144,24.445 40.8696,24.445 C40.6248,24.445 40.5024,24.32 40.5024,24.07 L40.5024,21.1793 L38.8462,21.8043 L38.8462,24.9606 C38.8462,25.2106 38.7212,25.3356 38.4712,25.3356 C38.2212,25.3356 38.0962,25.2106 38.0962,24.9606 L38.0962,22.0543 L37.4712,22.2887 C37.4608,22.2991 37.4087,22.3043 37.3149,22.3043 C37.2108,22.3043 37.1196,22.2653 37.0415,22.1872 C36.9634,22.109 36.9243,22.0179 36.9243,21.9137 L36.9243,20.7106 C36.9243,20.5127 37.0076,20.3877 37.1743,20.3356 L38.0962,20.0231 L38.0962,16.82 L37.4712,17.0387 C37.4608,17.0491 37.4087,17.0543 37.3149,17.0543 C37.2108,17.0543 37.1196,17.0153 37.0415,16.9372 C36.9634,16.859 36.9243,16.7679 36.9243,16.6637 L36.9243,15.445 C36.9243,15.2679 37.0076,15.1533 37.1743,15.1012 L38.0962,14.7418 L38.0962,11.6012 C38.0962,11.3512 38.2212,11.2262 38.4712,11.2262 C38.7212,11.2262 38.8462,11.3512 38.8462,11.6012 L38.8462,14.4918 L40.5024,13.8668 L40.5024,10.7106 C40.5024,10.4606 40.6248,10.3356 40.8696,10.3356 C41.1144,10.3356 41.2368,10.4606 41.2368,10.7106 L41.2368,13.6168 L41.893,13.3825 C41.9035,13.372 41.9451,13.3668 42.018,13.3668 C42.1118,13.3668 42.2108,13.4033 42.3149,13.4762 C42.3983,13.5595 42.4399,13.6533 42.4399,13.7575 L42.4399,14.9606 C42.4399,15.1481 42.3462,15.2731 42.1587,15.3356 L41.2368,15.6481 L41.2368,18.8512 L41.893,18.6325 C41.9035,18.622 41.9451,18.6168 42.018,18.6168 C42.1118,18.6168 42.2108,18.6585 42.3149,18.7418 C42.3983,18.8148 42.4399,18.9033 42.4399,19.0075 L42.4399,20.2262 C42.4399,20.3929 42.3462,20.5075 42.1587,20.57 L41.2368,20.9293 L41.2368,24.07 M40.5024,15.945 L38.8462,16.5231 L38.8462,19.7262 L40.5024,19.1481 L40.5024,15.945 "/>
<path class="KeySig" d="M36.2365,16.5695 C36.2365,16.8195 36.1141,16.9445 35.8693,16.9445 C35.6245,16.9445 35.5021,16.8195 35.5021,16.5695 L35.5021,13.6789 L33.8459,14.3039 L33.8459,17.4601 C33.8459,17.7101 33.7209,17.8351 33.4709,17.8351 C33.2209,17.8351 33.0959,17.7101 33.0959,17.4601 L33.0959,14.5539 L32.4709,14.7882 C32.4604,14.7987 32.4084,14.8039 32.3146,14.8039 C32.2104,14.8039 32.1193,14.7648 32.0412,14.6867 C31.963,14.6086 31.924,14.5174 31.924,14.4132 L31.924,13.2101 C31.924,13.0122 32.0073,12.8872 32.174,12.8351 L33.0959,12.5226 L33.0959,9.31949 L32.4709,9.53824 C32.4604,9.54866 32.4084,9.55387 32.3146,9.55387 C32.2104,9.55387 32.1193,9.51481 32.0412,9.43668 C31.963,9.35856 31.924,9.26741 31.924,9.16324 L31.924,7.94449 C31.924,7.76741 32.0073,7.65283 32.174,7.60074 L33.0959,7.24137 L33.0959,4.10074 C33.0959,3.85074 33.2209,3.72574 33.4709,3.72574 C33.7209,3.72574 33.8459,3.85074 33.8459,4.10074 L33.8459,6.99137 L35.5021,6.36637 L35.5021,3.21012 C35.5021,2.96012 35.6245,2.83512 35.8693,2.83512 C36.1141,2.83512 36.2365,2.96012 36.2365,3.21012 L36.2365,6.11637 L36.8927,5.88199 C36.9031,5.87158 36.9448,5.86637 37.0177,5.86637 C37.1115,5.86637 37.2104,5.90283 37.3146,5.97574 C37.3979,6.05908 37.4396,6.15283 37.4396,6.25699 L37.4396,7.46012 C37.4396,7.64762 37.3459,7.77262 37.1584,7.83512 L36.2365,8.14762 L36.2365,11.3507 L36.8927,11.132 C36.9031,11.1216 36.9448,11.1164 37.0177,11.1164 C37.1115,11.1164 37.2104,11.158 37.3146,11.2414 C37.3979,11.3143 37.4396,11.4028 37.4396,11.507 L37.4396,12.7257 C37.4396,12.8924 37.3459,13.007 37.1584,13.0695 L36.2365,13.4289 L36.2365,16.5695 M35.5021,8.44449 L33.8459,9.02262 L33.8459,12.2257 L35.5021,11.6476 L35.5021,8.44449 "/>
<path class="KeySig" d="M31.2362,26.5701 C31.2362,26.8201 31.1138,26.9451 30.869,26.9451 C30.6242,26.9451 30.5018,26.8201 30.5018,26.5701 L30.5018,23.6795 L28.8455,24.3045 L28.8455,27.4607 C28.8455,27.7107 28.7205,27.8357 28.4705,27.8357 C28.2205,27.8357 28.0955,27.7107 28.0955,27.4607 L28.0955,24.5545 L27.4705,24.7889 C27.4601,24.7993 27.408,24.8045 27.3143,24.8045 C27.2101,24.8045 27.119,24.7654 27.0409,24.6873 C26.9627,24.6092 26.9237,24.518 26.9237,24.4139 L26.9237,23.2107 C26.9237,23.0128 27.007,22.8878 27.1737,22.8357 L28.0955,22.5232 L28.0955,19.3201 L27.4705,19.5389 C27.4601,19.5493 27.408,19.5545 27.3143,19.5545 C27.2101,19.5545 27.119,19.5154 27.0409,19.4373 C26.9627,19.3592 26.9237,19.268 26.9237,19.1639 L26.9237,17.9451 C26.9237,17.768 27.007,17.6535 27.1737,17.6014 L28.0955,17.242 L28.0955,14.1014 C28.0955,13.8514 28.2205,13.7264 28.4705,13.7264 C28.7205,13.7264 28.8455,13.8514 28.8455,14.1014 L28.8455,16.992 L30.5018,16.367 L30.5018,13.2107 C30.5018,12.9607 30.6242,12.8357 30.869,12.8357 C31.1138,12.8357 31.2362,12.9607 31.2362,13.2107 L31.2362,16.117 L31.8924,15.8826 C31.9028,15.8722 31.9445,15.867 32.0174,15.867 C32.1112,15.867 32.2101,15.9035 32.3143,15.9764 C32.3976,16.0597 32.4393,16.1535 32.4393,16.2576 L32.4393,17.4607 C32.4393,17.6482 32.3455,17.7732 32.158,17.8357 L31.2362,18.1482 L31.2362,21.3514 L31.8924,21.1326 C31.9028,21.1222 31.9445,21.117 32.0174,21.117 C32.1112,21.117 32.2101,21.1587 32.3143,21.242 C32.3976,21.3149 32.4393,21.4035 32.4393,21.5076 L32.4393,22.7264 C32.4393,22.893 32.3455,23.0076 32.158,23.0701 L31.2362,23.4295 L31.2362,26.5701 M30.5018,18.4451 L28.8455,19.0232 L28.8455,22.2264 L30.5018,21.6482 L30.5018,18.4451 "/>
<path class="KeySig" d="M26.2358,19.0697 C26.2358,19.3197 26.1135,19.4447 25.8687,19.4447 C25.6239,19.4447 25.5015,19.3197 25.5015,19.0697 L25.5015,16.179 L23.8452,16.804 L23.8452,19.9603 C23.8452,20.2103 23.7202,20.3353 23.4702,20.3353 C23.2202,20.3353 23.0952,20.2103 23.0952,19.9603 L23.0952,17.054 L22.4702,17.2884 C22.4598,17.2988 22.4077,17.304 22.314,17.304 C22.2098,17.304 22.1187,17.265 22.0405,17.1868 C21.9624,17.1087 21.9233,17.0176 21.9233,16.9134 L21.9233,15.7103 C21.9233,15.5124 22.0067,15.3874 22.1733,15.3353 L23.0952,15.0228 L23.0952,11.8197 L22.4702,12.0384 C22.4598,12.0488 22.4077,12.054 22.314,12.054 C22.2098,12.054 22.1187,12.015 22.0405,11.9368 C21.9624,11.8587 21.9233,11.7676 21.9233,11.6634 L21.9233,10.4447 C21.9233,10.2676 22.0067,10.153 22.1733,10.1009 L23.0952,9.74153 L23.0952,6.6009 C23.0952,6.3509 23.2202,6.2259 23.4702,6.2259 C23.7202,6.2259 23.8452,6.3509 23.8452,6.6009 L23.8452,9.49153 L25.5015,8.86653 L25.5015,5.71028 C25.5015,5.46028 25.6239,5.33528 25.8687,5.33528 C26.1135,5.33528 26.2358,5.46028 26.2358,5.71028 L26.2358,8.61653 L26.8921,8.38215 C26.9025,8.37173 26.9442,8.36653 27.0171,8.36653 C27.1108,8.36653 27.2098,8.40298 27.314,8.4759 C27.3973,8.55923 27.439,8.65298 27.439,8.75715 L27.439,9.96028 C27.439,10.1478 27.3452,10.2728 27.1577,10.3353 L26.2358,10.6478 L26.2358,13.8509 L26.8921,13.6322 C26.9025,13.6217 26.9442,13.6165 27.0171,13.6165 C27.1108,13.6165 27.2098,13.6582 27.314,13.7415 C27.3973,13.8144 27.439,13.903 27.439,14.0072 L27.439,15.2259 C27.439,15.3926 27.3452,15.5072 27.1577,15.5697 L26.2358,15.929 L26.2358,19.0697 M25.5015,10.9447 L23.8452,11.5228 L23.8452,14.7259 L25.5015,14.1478 L25.5015,10.9447 "/>
<path class="TimeSig" d="M59.4832,13.0856 C59.8687,13.0856 60.1994,13.0413 60.4754,12.9528 C60.7515,12.8642 60.926,12.82 60.9989,12.82 C61.0926,12.82 61.1655,12.846 61.2176,12.8981 C61.2593,12.9293 61.2853,12.971 61.2957,13.0231 C61.2957,13.0543 61.2801,13.096 61.2489,13.1481 L55.577,19.7575 L58.9051,19.7575 L58.9051,17.1325 C58.9051,16.9658 58.952,16.82 59.0457,16.695 C59.202,16.57 59.3322,16.4918 59.4364,16.4606 C59.603,16.3877 59.8114,16.2054 60.0614,15.9137 C60.2697,15.6845 60.5197,15.2783 60.8114,14.695 C60.8426,14.6116 60.8999,14.57 60.9832,14.57 C61.1395,14.57 61.228,14.6637 61.2489,14.8512 L61.2489,19.7575 L62.6864,19.7575 C62.8635,19.7575 62.9676,19.8512 62.9989,20.0387 C62.9989,20.2366 62.8947,20.3356 62.6864,20.3356 L61.2489,20.3356 L61.2489,20.4918 C61.2489,21.0127 61.3791,21.4554 61.6395,21.82 C61.9416,22.1845 62.2957,22.3668 62.702,22.3668 C62.8582,22.3668 62.9364,22.445 62.9364,22.6012 C62.9364,22.7575 62.8582,22.8356 62.702,22.8356 C62.4312,22.8356 61.9885,22.7991 61.3739,22.7262 C60.8114,22.6325 60.3739,22.5856 60.0614,22.5856 C59.7385,22.5856 59.301,22.6325 58.7489,22.7262 C58.1655,22.7991 57.7332,22.8356 57.452,22.8356 C57.2957,22.8356 57.2176,22.7575 57.2176,22.6012 C57.2176,22.445 57.2957,22.3668 57.452,22.3668 C57.8478,22.3668 58.1968,22.1793 58.4989,21.8043 C58.7697,21.4189 58.9051,20.9554 58.9051,20.4137 L55.577,20.4137 C55.3478,20.4137 55.1916,20.3512 55.1082,20.2262 C54.9937,20.1429 54.9364,20.0231 54.9364,19.8668 C54.9364,19.8252 55.0353,19.6898 55.2332,19.4606 C55.4624,19.2002 55.6968,18.8825 55.9364,18.5075 C56.228,18.0595 56.5041,17.6012 56.7645,17.1325 C57.0457,16.6012 57.2749,15.9866 57.452,15.2887 C57.6395,14.5908 57.7332,13.8773 57.7332,13.1481 C57.7332,12.9398 57.827,12.8356 58.0145,12.8356 C58.0562,12.8356 58.1395,12.8564 58.2645,12.8981 C58.3062,12.9085 58.3895,12.9267 58.5145,12.9528 C58.6395,12.9788 58.7385,13.0023 58.8114,13.0231 C59.051,13.0648 59.2749,13.0856 59.4832,13.0856"/>
<path class="TimeSig" d="M59.4832,23.0862 C59.8687,23.0862 60.1994,23.0419 60.4754,22.9534 C60.7515,22.8649 60.926,22.8206 60.9989,22.8206 C61.0926,22.8206 61.1655,22.8466 61.2176,22.8987 C61.2593,22.93 61.2853,22.9716 61.2957,23.0237 C61.2957,23.055 61.2801,23.0966 61.2489,23.1487 L55.577,29.7581 L58.9051,29.7581 L58.9051,27.1331 C58.9051,26.9664 58.952,26.8206 59.0457,26.6956 C59.202,26.5706 59.3322,26.4925 59.4364,26.4612 C59.603,26.3883 59.8114,26.206 60.0614,25.9143 C60.2697,25.6852 60.5197,25.2789 60.8114,24.6956 C60.8426,24.6123 60.8999,24.5706 60.9832,24.5706 C61.1395,24.5706 61.228,24.6643 61.2489,24.8518 L61.2489,29.7581 L62.6864,29.7581 C62.8635,29.7581 62.9676,29.8518 62.9989,30.0393 C62.9989,30.2373 62.8947,30.3362 62.6864,30.3362 L61.2489,30.3362 L61.2489,30.4925 C61.2489,31.0133 61.3791,31.456 61.6395,31.8206 C61.9416,32.1852 62.2957,32.3675 62.702,32.3675 C62.8582,32.3675 62.9364,32.4456 62.9364,32.6018 C62.9364,32.7581 62.8582,32.8362 62.702,32.8362 C62.4312,32.8362 61.9885,32.7998 61.3739,32.7268 C60.8114,32.6331 60.3739,32.5862 60.0614,32.5862 C59.7385,32.5862 59.301,32.6331 58.7489,32.7268 C58.1655,32.7998 57.7332,32.8362 57.452,32.8362 C57.2957,32.8362 57.2176,32.7581 57.2176,32.6018 C57.2176,32.4456 57.2957,32.3675 57.452,32.3675 C57.8478,32.3675 58.1968,32.18 58.4989,31.805 C58.7697,31.4196 58.9051,30.956 58.9051,30.4143 L55.577,30.4143 C55.3478,30.4143 55.1916,30.3518 55.1082,30.2268 C54.9937,30.1435 54.9364,30.0237 54.9364,29.8675 C54.9364,29.8258 55.0353,29.6904 55.2332,29.4612 C55.4624,29.2008 55.6968,28.8831 55.9364,28.5081 C56.228,28.0602 56.5041,27.6018 56.7645,27.1331 C57.0457,26.6018 57.2749,25.9873 57.452,25.2893 C57.6395,24.5914 57.7332,23.8779 57.7332,23.1487 C57.7332,22.9404 57.827,22.8362 58.0145,22.8362 C58.0562,22.8362 58.1395,22.8571 58.2645,22.8987 C58.3062,22.9091 58.3895,22.9274 58.5145,22.9534 C58.6395,22.9794 58.7385,23.0029 58.8114,23.0237 C59.051,23.0654 59.2749,23.0862 59.4832,23.0862"/>
<path class="Beam" fill-rule="evenodd" d="M157.374,121.592 L171.358,121.592 L171.358,124.092 L157.374,124.092 L157.374,121.592 "/>
<path class="Beam" fill-rule="evenodd" d="M153.948,36.5868 L167.933,35.2758 L167.933,37.7759 L153.948,39.0869 L153.948,36.5868 "/>
<path class="Beam" fill-rule="evenodd" d="M128.497,121.592 L142.482,121.592 L142.482,124.092 L128.497,124.092 L128.497,121.592 "/>
<path class="Beam" fill-rule="evenodd" d="M131.005,11.6461 L144.99,10.3351 L144.99,12.8353 L131.005,14.1463 L131.005,11.6461 "/>
<path class="Beam" fill-rule="evenodd" d="M101.828,121.592 L115.813,121.592 L115.813,124.092 L101.828,124.092 L101.828,121.592 "/>
<path class="Beam" fill-rule="evenodd" d="M104.336,16.6465 L118.321,15.3354 L118.321,17.8356 L104.336,19.1466 L104.336,16.6465 "/>
<path class="Beam" fill-rule="evenodd" d="M75.1595,121.592 L89.144,121.592 L89.144,124.092 L75.1595,124.092 L75.1595,121.592 "/>
<path class="Beam" fill-rule="evenodd" d="M77.6675,21.6468 L91.652,20.3357 L91.652,22.8359 L77.6675,24.1469 L77.6675,21.6468 "/>
</svg>
</td></tr></table>
<p>
The following example is taken from
<a href="http://moinejf.free.fr/abcm2ps-doc/banjo.xhtml">http://moinejf.free.fr/abcm2ps-doc/banjo.xhtml</a>.
It is a tablature for a 5-string Banjo of a fragment of the "Blue Moon Of Kentucky".
<br>The ABC code for abc2xml
only needs the tuning of the Banjo and a couple of explicit sting annotations, mostly !5!g to get the g on
the 5th string (otherwise it is allocated to the fifth fret of the first string).
</p>
<pre class="indent">
X:1
M:4/4
L:1/4
V:1 treble-8
V:2 tab strings=G4,D3,G3,B3,D4 octave=-1 nostems
K:C
%
[V:1] z[Bg] [cg] [^cg] |: ^c/[dd]/ g/d/ d/g/ d/d/ | B/d/ B/d/ A/d/ G/d/ |
[V:2] z[B!5!g][c!5!g][^c!5!g] |: ^c/[dd]/ !5!g/!2!d/ d/!5!g/ !2!d/d/ | B/d/ B/d/ A/d/ G/d/ |
%
[V:1] E/c/ G/d/ g/G/ d/g/ | G/e/ g/G/ e/G/ E/e/ | D/d/ g/G/ d/g/ B/d/ |
[V:2] E/c/ G/d/ !5!g/G/ d/!5!g/ | G/e/ !5!g/G/ e/G/ E/e/ | D/d/ !5!g/G/ d/!5!g/ B/d/ |
</pre>
<svg class="indent" width="680.315px" height="113.386px" viewBox="0 0 680.315 113.386"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Blue Moon Of Kentucky (banjo)</title>
<desc>Generated by MuseScore 2.1.0</desc>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,17.8356 677.48,17.8356"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,22.8359 677.48,22.8359"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,27.8362 677.48,27.8362"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,32.8365 677.48,32.8365"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,37.8369 677.48,37.8369"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,70.3389 677.48,70.3389"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,77.8394 677.48,77.8394"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,85.3398 677.48,85.3398"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,92.8403 677.48,92.8403"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,100.341 677.48,100.341"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="3.23467,17.8356 3.23467,100.341"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="677.08,70.3389 677.08,100.341"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="677.08,17.8356 677.08,37.8369"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="566.515,70.3389 566.515,100.341"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="566.515,17.8356 566.515,37.8369"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="455.949,70.3389 455.949,100.341"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="455.949,17.8356 455.949,37.8369"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="345.383,70.3389 345.383,100.341"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="345.383,17.8356 345.383,37.8369"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="234.817,70.3389 234.817,100.341"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="234.817,17.8356 234.817,37.8369"/>
<path class="BarLine" d="M117.703,82.3866 C117.479,82.1679 117.367,81.9023 117.367,81.5898 C117.367,81.2773 117.479,81.009 117.703,80.7851 C117.927,80.5611 118.195,80.4491 118.508,80.4491 C118.82,80.4491 119.086,80.5611 119.305,80.7851 C119.523,81.009 119.633,81.2773 119.633,81.5898 C119.633,81.9023 119.523,82.1679 119.305,82.3866 C119.086,82.6054 118.82,82.7148 118.508,82.7148 C118.195,82.7148 117.927,82.6054 117.703,82.3866"/>
<path class="BarLine" d="M117.703,89.8871 C117.479,89.6684 117.367,89.4027 117.367,89.0902 C117.367,88.7777 117.479,88.5095 117.703,88.2855 C117.927,88.0616 118.195,87.9496 118.508,87.9496 C118.82,87.9496 119.086,88.0616 119.305,88.2855 C119.523,88.5095 119.633,88.7777 119.633,89.0902 C119.633,89.4027 119.523,89.6684 119.305,89.8871 C119.086,90.1059 118.82,90.2152 118.508,90.2152 C118.195,90.2152 117.927,90.1059 117.703,89.8871"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="114.97,70.3389 114.97,100.341"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="2.50" stroke-linejoin="bevel" points="111.32,70.3389 111.32,100.341"/>
<path class="BarLine" d="M117.703,26.1331 C117.479,25.9143 117.367,25.6487 117.367,25.3362 C117.367,25.0237 117.479,24.7555 117.703,24.5315 C117.927,24.3076 118.195,24.1956 118.508,24.1956 C118.82,24.1956 119.086,24.3076 119.305,24.5315 C119.523,24.7555 119.633,25.0237 119.633,25.3362 C119.633,25.6487 119.523,25.9143 119.305,26.1331 C119.086,26.3518 118.82,26.4612 118.508,26.4612 C118.195,26.4612 117.927,26.3518 117.703,26.1331"/>
<path class="BarLine" d="M117.703,31.1334 C117.479,30.9147 117.367,30.649 117.367,30.3365 C117.367,30.024 117.479,29.7558 117.703,29.5318 C117.927,29.3079 118.195,29.1959 118.508,29.1959 C118.82,29.1959 119.086,29.3079 119.305,29.5318 C119.523,29.7558 119.633,30.024 119.633,30.3365 C119.633,30.649 119.523,30.9147 119.305,31.1334 C119.086,31.3522 118.82,31.4615 118.508,31.4615 C118.195,31.4615 117.927,31.3522 117.703,31.1334"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="114.97,17.8356 114.97,37.8369"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="2.50" stroke-linejoin="bevel" points="111.32,17.8356 111.32,37.8369"/>
<path class="Accidental" d="M126.548,31.5704 C126.548,31.8204 126.426,31.9454 126.181,31.9454 C125.936,31.9454 125.814,31.8204 125.814,31.5704 L125.814,28.6798 L124.158,29.3048 L124.158,32.4611 C124.158,32.7111 124.033,32.8361 123.783,32.8361 C123.533,32.8361 123.408,32.7111 123.408,32.4611 L123.408,29.5548 L122.783,29.7892 C122.772,29.7996 122.72,29.8048 122.627,29.8048 C122.522,29.8048 122.431,29.7658 122.353,29.6876 C122.275,29.6095 122.236,29.5184 122.236,29.4142 L122.236,28.2111 C122.236,28.0131 122.319,27.8881 122.486,27.8361 L123.408,27.5236 L123.408,24.3204 L122.783,24.5392 C122.772,24.5496 122.72,24.5548 122.627,24.5548 C122.522,24.5548 122.431,24.5158 122.353,24.4376 C122.275,24.3595 122.236,24.2684 122.236,24.1642 L122.236,22.9454 C122.236,22.7684 122.319,22.6538 122.486,22.6017 L123.408,22.2423 L123.408,19.1017 C123.408,18.8517 123.533,18.7267 123.783,18.7267 C124.033,18.7267 124.158,18.8517 124.158,19.1017 L124.158,21.9923 L125.814,21.3673 L125.814,18.2111 C125.814,17.9611 125.936,17.8361 126.181,17.8361 C126.426,17.8361 126.548,17.9611 126.548,18.2111 L126.548,21.1173 L127.205,20.8829 C127.215,20.8725 127.257,20.8673 127.33,20.8673 C127.423,20.8673 127.522,20.9038 127.627,20.9767 C127.71,21.06 127.752,21.1538 127.752,21.2579 L127.752,22.4611 C127.752,22.6486 127.658,22.7736 127.47,22.8361 L126.548,23.1486 L126.548,26.3517 L127.205,26.1329 C127.215,26.1225 127.257,26.1173 127.33,26.1173 C127.423,26.1173 127.522,26.159 127.627,26.2423 C127.71,26.3152 127.752,26.4038 127.752,26.5079 L127.752,27.7267 C127.752,27.8934 127.658,28.0079 127.47,28.0704 L126.548,28.4298 L126.548,31.5704 M125.814,23.4454 L124.158,24.0236 L124.158,27.2267 L125.814,26.6486 L125.814,23.4454 "/>
<path class="Accidental" d="M90.6799,31.5704 C90.6799,31.8204 90.5575,31.9454 90.3127,31.9454 C90.0679,31.9454 89.9455,31.8204 89.9455,31.5704 L89.9455,28.6798 L88.2892,29.3048 L88.2892,32.4611 C88.2892,32.7111 88.1642,32.8361 87.9142,32.8361 C87.6642,32.8361 87.5392,32.7111 87.5392,32.4611 L87.5392,29.5548 L86.9142,29.7892 C86.9038,29.7996 86.8517,29.8048 86.758,29.8048 C86.6538,29.8048 86.5627,29.7658 86.4846,29.6876 C86.4064,29.6095 86.3674,29.5184 86.3674,29.4142 L86.3674,28.2111 C86.3674,28.0131 86.4507,27.8881 86.6174,27.8361 L87.5392,27.5236 L87.5392,24.3204 L86.9142,24.5392 C86.9038,24.5496 86.8517,24.5548 86.758,24.5548 C86.6538,24.5548 86.5627,24.5158 86.4846,24.4376 C86.4064,24.3595 86.3674,24.2684 86.3674,24.1642 L86.3674,22.9454 C86.3674,22.7684 86.4507,22.6538 86.6174,22.6017 L87.5392,22.2423 L87.5392,19.1017 C87.5392,18.8517 87.6642,18.7267 87.9142,18.7267 C88.1642,18.7267 88.2892,18.8517 88.2892,19.1017 L88.2892,21.9923 L89.9455,21.3673 L89.9455,18.2111 C89.9455,17.9611 90.0679,17.8361 90.3127,17.8361 C90.5575,17.8361 90.6799,17.9611 90.6799,18.2111 L90.6799,21.1173 L91.3361,20.8829 C91.3465,20.8725 91.3882,20.8673 91.4611,20.8673 C91.5549,20.8673 91.6538,20.9038 91.758,20.9767 C91.8413,21.06 91.883,21.1538 91.883,21.2579 L91.883,22.4611 C91.883,22.6486 91.7892,22.7736 91.6017,22.8361 L90.6799,23.1486 L90.6799,26.3517 L91.3361,26.1329 C91.3465,26.1225 91.3882,26.1173 91.4611,26.1173 C91.5549,26.1173 91.6538,26.159 91.758,26.2423 C91.8413,26.3152 91.883,26.4038 91.883,26.5079 L91.883,27.7267 C91.883,27.8934 91.7892,28.0079 91.6017,28.0704 L90.6799,28.4298 L90.6799,31.5704 M89.9455,23.4454 L88.2892,24.0236 L88.2892,27.2267 L89.9455,26.6486 L89.9455,23.4454 "/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="664.092,23.775 664.092,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="651.179,28.7753 651.179,42.8372"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="638.265,16.2746 638.265,32.8365"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="625.352,23.775 625.352,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="612.439,33.7757 612.439,47.8375"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="599.525,16.2746 599.525,42.8372"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="592.545,21.8968 592.545,9.08504"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="579.632,39.3979 579.632,14.0854"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="559.459,19.3966 559.459,6.58488"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="546.546,36.8977 546.546,11.5852"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="527.7,33.7757 527.7,45.3373"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="514.786,21.2749 514.786,40.337"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="501.873,33.7757 501.873,47.8375"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="488.96,16.2746 488.96,42.8372"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="476.046,21.2749 476.046,41.5871"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="463.133,33.7757 463.133,46.5874"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="442.961,16.2746 442.961,32.8365"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="430.047,23.775 430.047,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="417.134,33.7757 417.134,47.8375"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="404.221,16.2746 404.221,42.8372"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="397.24,21.8968 397.24,7.83496"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="384.327,31.8974 384.327,12.8353"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="371.414,24.3969 371.414,11.5852"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="358.5,36.8977 358.5,16.5855"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="332.395,23.775 332.395,42.8372"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="319.481,33.7757 319.481,47.8375"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="306.568,23.775 306.568,39.0869"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="293.655,31.2755 293.655,44.0872"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="280.741,23.775 280.741,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="267.828,28.7753 267.828,42.8372"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="254.915,23.775 254.915,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="242.001,28.7753 242.001,42.8372"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="221.627,23.775 221.627,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="208.512,23.775 208.512,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="195.397,16.2746 195.397,32.8365"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="182.281,23.775 182.281,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="169.166,23.775 169.166,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="156.051,16.2746 156.051,32.8365"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="142.936,23.775 142.936,37.8369"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="129.169,26.2752 129.169,39.0869"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="93.3006,16.2746 93.3006,41.5871"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="76.2065,16.2746 76.2065,41.5871"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="59.1124,16.2746 59.1124,43.4622"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M664.767,66.5887 L670.267,66.5887 L670.267,74.0891 L664.767,74.0891 L664.767,66.5887 "/>
<path class="Note" d="M668.947,72.5969 C668.587,73.175 668.1,73.4641 667.486,73.4641 C666.871,73.4641 666.384,73.1698 666.025,72.5813 C665.665,71.9927 665.486,71.2349 665.486,70.3078 C665.486,69.4433 665.668,68.7193 666.033,68.136 C666.397,67.5526 666.892,67.261 667.517,67.261 C668.1,67.261 668.574,67.5474 668.939,68.1203 C669.303,68.6933 669.486,69.4433 669.486,70.3703 C669.486,71.2766 669.306,72.0188 668.947,72.5969 M667.501,67.4797 C666.71,67.4797 666.314,68.4537 666.314,70.4016 C666.314,72.287 666.705,73.2297 667.486,73.2297 C668.267,73.2297 668.658,72.2818 668.658,70.386 C668.658,69.4485 668.559,68.7297 668.361,68.2297 C668.163,67.7297 667.876,67.4797 667.501,67.4797"/>
<path class="Note" d="M668.158,20.0859 C668.783,20.0859 669.314,20.2474 669.751,20.5703 C670.147,20.9244 670.345,21.3672 670.345,21.8984 C670.345,22.7942 669.887,23.6328 668.97,24.414 C668.033,25.1953 667.027,25.5859 665.954,25.5859 C665.329,25.5859 664.803,25.4244 664.376,25.1015 C663.97,24.7474 663.767,24.3047 663.767,23.7734 C663.767,22.8776 664.236,22.039 665.173,21.2578 C666.09,20.4765 667.085,20.0859 668.158,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M651.854,74.0891 L657.354,74.0891 L657.354,81.5896 L651.854,81.5896 L651.854,74.0891 "/>
<path class="Note" d="M656.033,80.0974 C655.674,80.6755 655.187,80.9646 654.572,80.9646 C653.958,80.9646 653.471,80.6703 653.112,80.0817 C652.752,79.4932 652.572,78.7354 652.572,77.8083 C652.572,76.9437 652.755,76.2198 653.119,75.6364 C653.484,75.0531 653.979,74.7614 654.604,74.7614 C655.187,74.7614 655.661,75.0479 656.026,75.6208 C656.39,76.1937 656.572,76.9437 656.572,77.8708 C656.572,78.7771 656.393,79.5192 656.033,80.0974 M654.588,74.9802 C653.796,74.9802 653.401,75.9541 653.401,77.9021 C653.401,79.7875 653.791,80.7302 654.572,80.7302 C655.354,80.7302 655.744,79.7823 655.744,77.8864 C655.744,76.9489 655.645,76.2302 655.447,75.7302 C655.25,75.2302 654.963,74.9802 654.588,74.9802"/>
<path class="Note" d="M655.244,25.0862 C655.869,25.0862 656.4,25.2477 656.838,25.5706 C657.234,25.9248 657.432,26.3675 657.432,26.8987 C657.432,27.7946 656.973,28.6331 656.057,29.4143 C655.119,30.1956 654.114,30.5862 653.041,30.5862 C652.416,30.5862 651.89,30.4248 651.463,30.1018 C651.057,29.7477 650.854,29.305 650.854,28.7737 C650.854,27.8779 651.322,27.0393 652.26,26.2581 C653.177,25.4768 654.171,25.0862 655.244,25.0862"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M638.94,96.5906 L644.441,96.5906 L644.441,104.091 L638.94,104.091 L638.94,96.5906 "/>
<path class="Note" d="M643.12,102.599 C642.761,103.177 642.274,103.466 641.659,103.466 C641.045,103.466 640.558,103.172 640.198,102.583 C639.839,101.995 639.659,101.237 639.659,100.31 C639.659,99.4451 639.841,98.7212 640.206,98.1379 C640.571,97.5545 641.065,97.2629 641.69,97.2629 C642.274,97.2629 642.748,97.5493 643.112,98.1222 C643.477,98.6951 643.659,99.4451 643.659,100.372 C643.659,101.278 643.479,102.021 643.12,102.599 M641.675,97.4816 C640.883,97.4816 640.487,98.4556 640.487,100.403 C640.487,102.289 640.878,103.232 641.659,103.232 C642.44,103.232 642.831,102.284 642.831,100.388 C642.831,99.4504 642.732,98.7316 642.534,98.2316 C642.336,97.7316 642.05,97.4816 641.675,97.4816"/>
<path class="Note" d="M642.331,12.5854 C642.956,12.5854 643.487,12.7469 643.925,13.0698 C644.32,13.424 644.518,13.8667 644.518,14.3979 C644.518,15.2938 644.06,16.1323 643.143,16.9136 C642.206,17.6948 641.201,18.0854 640.128,18.0854 C639.503,18.0854 638.977,17.924 638.55,17.6011 C638.143,17.2469 637.94,16.8042 637.94,16.2729 C637.94,15.3771 638.409,14.5386 639.347,13.7573 C640.263,12.9761 641.258,12.5854 642.331,12.5854"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M626.027,66.5887 L631.527,66.5887 L631.527,74.0891 L626.027,74.0891 L626.027,66.5887 "/>
<path class="Note" d="M630.207,72.5969 C629.847,73.175 629.36,73.4641 628.746,73.4641 C628.131,73.4641 627.644,73.1698 627.285,72.5813 C626.925,71.9927 626.746,71.2349 626.746,70.3078 C626.746,69.4433 626.928,68.7193 627.293,68.136 C627.657,67.5526 628.152,67.261 628.777,67.261 C629.36,67.261 629.834,67.5474 630.199,68.1203 C630.563,68.6933 630.746,69.4433 630.746,70.3703 C630.746,71.2766 630.566,72.0188 630.207,72.5969 M628.761,67.4797 C627.97,67.4797 627.574,68.4537 627.574,70.4016 C627.574,72.287 627.965,73.2297 628.746,73.2297 C629.527,73.2297 629.918,72.2818 629.918,70.386 C629.918,69.4485 629.819,68.7297 629.621,68.2297 C629.423,67.7297 629.136,67.4797 628.761,67.4797"/>
<path class="Note" d="M629.418,20.0859 C630.043,20.0859 630.574,20.2474 631.011,20.5703 C631.407,20.9244 631.605,21.3672 631.605,21.8984 C631.605,22.7942 631.147,23.6328 630.23,24.414 C629.293,25.1953 628.287,25.5859 627.214,25.5859 C626.589,25.5859 626.063,25.4244 625.636,25.1015 C625.23,24.7474 625.027,24.3047 625.027,23.7734 C625.027,22.8776 625.496,22.039 626.433,21.2578 C627.35,20.4765 628.345,20.0859 629.418,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M613.114,81.5896 L618.614,81.5896 L618.614,89.0901 L613.114,89.0901 L613.114,81.5896 "/>
<path class="Note" d="M617.293,87.5978 C616.934,88.176 616.447,88.465 615.832,88.465 C615.218,88.465 614.731,88.1708 614.372,87.5822 C614.012,86.9937 613.832,86.2359 613.832,85.3088 C613.832,84.4442 614.015,83.7202 614.379,83.1369 C614.744,82.5536 615.239,82.2619 615.864,82.2619 C616.447,82.2619 616.921,82.5484 617.286,83.1213 C617.65,83.6942 617.832,84.4442 617.832,85.3713 C617.832,86.2775 617.653,87.0197 617.293,87.5978 M615.848,82.4807 C615.056,82.4807 614.661,83.4546 614.661,85.4025 C614.661,87.2879 615.051,88.2307 615.832,88.2307 C616.614,88.2307 617.004,87.2827 617.004,85.3869 C617.004,84.4494 616.905,83.7307 616.707,83.2307 C616.51,82.7307 616.223,82.4807 615.848,82.4807"/>
<path class="Note" d="M616.504,30.0865 C617.129,30.0865 617.66,30.248 618.098,30.5709 C618.494,30.9251 618.692,31.3678 618.692,31.899 C618.692,32.7949 618.233,33.6334 617.317,34.4147 C616.379,35.1959 615.374,35.5865 614.301,35.5865 C613.676,35.5865 613.15,35.4251 612.723,35.1022 C612.317,34.748 612.114,34.3053 612.114,33.774 C612.114,32.8782 612.582,32.0397 613.52,31.2584 C614.437,30.4772 615.431,30.0865 616.504,30.0865"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M600.2,96.5906 L605.701,96.5906 L605.701,104.091 L600.2,104.091 L600.2,96.5906 "/>
<path class="Note" d="M604.38,102.599 C604.021,103.177 603.534,103.466 602.919,103.466 C602.305,103.466 601.818,103.172 601.458,102.583 C601.099,101.995 600.919,101.237 600.919,100.31 C600.919,99.4451 601.101,98.7212 601.466,98.1379 C601.831,97.5545 602.325,97.2629 602.95,97.2629 C603.534,97.2629 604.008,97.5493 604.372,98.1222 C604.737,98.6951 604.919,99.4451 604.919,100.372 C604.919,101.278 604.739,102.021 604.38,102.599 M602.935,97.4816 C602.143,97.4816 601.747,98.4556 601.747,100.403 C601.747,102.289 602.138,103.232 602.919,103.232 C603.7,103.232 604.091,102.284 604.091,100.388 C604.091,99.4504 603.992,98.7316 603.794,98.2316 C603.596,97.7316 603.31,97.4816 602.935,97.4816"/>
<path class="Note" d="M603.591,12.5854 C604.216,12.5854 604.747,12.7469 605.185,13.0698 C605.58,13.424 605.778,13.8667 605.778,14.3979 C605.778,15.2938 605.32,16.1323 604.403,16.9136 C603.466,17.6948 602.461,18.0854 601.388,18.0854 C600.763,18.0854 600.237,17.924 599.81,17.6011 C599.403,17.2469 599.2,16.8042 599.2,16.2729 C599.2,15.3771 599.669,14.5386 600.607,13.7573 C601.523,12.9761 602.518,12.5854 603.591,12.5854"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M587.287,66.5887 L592.787,66.5887 L592.787,74.0891 L587.287,74.0891 L587.287,66.5887 "/>
<path class="Note" d="M591.467,72.5969 C591.107,73.175 590.62,73.4641 590.006,73.4641 C589.391,73.4641 588.904,73.1698 588.545,72.5813 C588.185,71.9927 588.006,71.2349 588.006,70.3078 C588.006,69.4433 588.188,68.7193 588.553,68.136 C588.917,67.5526 589.412,67.261 590.037,67.261 C590.62,67.261 591.094,67.5474 591.459,68.1203 C591.823,68.6933 592.006,69.4433 592.006,70.3703 C592.006,71.2766 591.826,72.0188 591.467,72.5969 M590.021,67.4797 C589.23,67.4797 588.834,68.4537 588.834,70.4016 C588.834,72.287 589.225,73.2297 590.006,73.2297 C590.787,73.2297 591.178,72.2818 591.178,70.386 C591.178,69.4485 591.079,68.7297 590.881,68.2297 C590.683,67.7297 590.396,67.4797 590.021,67.4797"/>
<path class="Note" d="M590.678,20.0859 C591.303,20.0859 591.834,20.2474 592.271,20.5703 C592.667,20.9244 592.865,21.3672 592.865,21.8984 C592.865,22.7942 592.407,23.6328 591.49,24.414 C590.553,25.1953 589.547,25.5859 588.474,25.5859 C587.849,25.5859 587.323,25.4244 586.896,25.1015 C586.49,24.7474 586.287,24.3047 586.287,23.7734 C586.287,22.8776 586.756,22.039 587.693,21.2578 C588.61,20.4765 589.605,20.0859 590.678,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M574.374,89.0901 L579.874,89.0901 L579.874,96.5906 L574.374,96.5906 L574.374,89.0901 "/>
<path class="Note" d="M578.553,95.0983 C578.194,95.6764 577.707,95.9655 577.092,95.9655 C576.478,95.9655 575.991,95.6712 575.632,95.0827 C575.272,94.4941 575.092,93.7363 575.092,92.8093 C575.092,91.9447 575.275,91.2207 575.639,90.6374 C576.004,90.054 576.499,89.7624 577.124,89.7624 C577.707,89.7624 578.181,90.0488 578.546,90.6218 C578.91,91.1947 579.092,91.9447 579.092,92.8718 C579.092,93.778 578.913,94.5202 578.553,95.0983 M577.108,89.9811 C576.316,89.9811 575.921,90.9551 575.921,92.903 C575.921,94.7884 576.311,95.7311 577.092,95.7311 C577.874,95.7311 578.264,94.7832 578.264,92.8874 C578.264,91.9499 578.165,91.2311 577.967,90.7311 C577.77,90.2311 577.483,89.9811 577.108,89.9811"/>
<path class="Note" d="M577.764,37.587 C578.389,37.587 578.92,37.7485 579.358,38.0714 C579.754,38.4255 579.952,38.8683 579.952,39.3995 C579.952,40.2953 579.493,41.1339 578.577,41.9151 C577.639,42.6964 576.634,43.087 575.561,43.087 C574.936,43.087 574.41,42.9255 573.983,42.6026 C573.577,42.2485 573.374,41.8058 573.374,41.2745 C573.374,40.3787 573.842,39.5401 574.78,38.7589 C575.697,37.9776 576.691,37.587 577.764,37.587"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M554.201,66.5887 L559.702,66.5887 L559.702,74.0891 L554.201,74.0891 L554.201,66.5887 "/>
<path class="Note" d="M554.983,69.0578 C555.014,68.912 555.045,68.7896 555.076,68.6906 C555.108,68.5917 555.173,68.4433 555.272,68.2453 C555.371,68.0474 555.48,67.886 555.6,67.761 C555.72,67.636 555.889,67.5214 556.108,67.4172 C556.326,67.313 556.576,67.261 556.858,67.261 C557.316,67.261 557.707,67.4146 558.029,67.7219 C558.352,68.0292 558.514,68.4068 558.514,68.8547 C558.514,69.5318 558.128,70.2766 557.358,71.0891 L555.858,72.6828 L557.998,72.6828 C558.207,72.6828 558.36,72.649 558.459,72.5813 C558.558,72.5136 558.691,72.3495 558.858,72.0891 L558.967,72.136 L558.467,73.3391 L554.967,73.3391 L554.967,73.2297 L556.576,71.5422 C557.358,70.7089 557.748,69.9276 557.748,69.1985 C557.748,68.813 557.631,68.5031 557.397,68.2688 C557.162,68.0344 556.858,67.9172 556.483,67.9172 C556.17,67.9172 555.917,68.0031 555.725,68.175 C555.532,68.3469 555.347,68.6516 555.17,69.0891 L554.983,69.0578 "/>
<path class="Note" d="M557.592,17.5857 C558.217,17.5857 558.748,17.7472 559.186,18.0701 C559.581,18.4243 559.779,18.867 559.779,19.3982 C559.779,20.2941 559.321,21.1326 558.404,21.9139 C557.467,22.6951 556.462,23.0857 555.389,23.0857 C554.764,23.0857 554.238,22.9243 553.811,22.6014 C553.404,22.2472 553.201,21.8045 553.201,21.2732 C553.201,20.3774 553.67,19.5389 554.607,18.7576 C555.524,17.9764 556.519,17.5857 557.592,17.5857"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M541.288,89.0901 L546.788,89.0901 L546.788,96.5906 L541.288,96.5906 L541.288,89.0901 "/>
<path class="Note" d="M542.069,91.5593 C542.1,91.4134 542.132,91.291 542.163,91.1921 C542.194,91.0931 542.259,90.9447 542.358,90.7468 C542.457,90.5488 542.567,90.3874 542.686,90.2624 C542.806,90.1374 542.975,90.0228 543.194,89.9186 C543.413,89.8145 543.663,89.7624 543.944,89.7624 C544.403,89.7624 544.793,89.916 545.116,90.2233 C545.439,90.5306 545.6,90.9082 545.6,91.3561 C545.6,92.0332 545.215,92.778 544.444,93.5905 L542.944,95.1843 L545.085,95.1843 C545.293,95.1843 545.447,95.1504 545.546,95.0827 C545.645,95.015 545.778,94.8509 545.944,94.5905 L546.054,94.6374 L545.554,95.8405 L542.054,95.8405 L542.054,95.7311 L543.663,94.0436 C544.444,93.2103 544.835,92.429 544.835,91.6999 C544.835,91.3145 544.718,91.0046 544.483,90.7702 C544.249,90.5358 543.944,90.4186 543.569,90.4186 C543.257,90.4186 543.004,90.5046 542.811,90.6764 C542.619,90.8483 542.434,91.153 542.257,91.5905 L542.069,91.5593 "/>
<path class="Note" d="M544.679,35.0869 C545.304,35.0869 545.835,35.2483 546.272,35.5712 C546.668,35.9254 546.866,36.3681 546.866,36.8994 C546.866,37.7952 546.408,38.6337 545.491,39.415 C544.554,40.1962 543.548,40.5869 542.475,40.5869 C541.85,40.5869 541.324,40.4254 540.897,40.1025 C540.491,39.7483 540.288,39.3056 540.288,38.7744 C540.288,37.8785 540.757,37.04 541.694,36.2587 C542.611,35.4775 543.606,35.0869 544.679,35.0869"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M528.375,81.5896 L533.875,81.5896 L533.875,89.0901 L528.375,89.0901 L528.375,81.5896 "/>
<path class="Note" d="M532.554,87.5978 C532.195,88.176 531.708,88.465 531.093,88.465 C530.479,88.465 529.992,88.1708 529.632,87.5822 C529.273,86.9937 529.093,86.2359 529.093,85.3088 C529.093,84.4442 529.276,83.7202 529.64,83.1369 C530.005,82.5536 530.5,82.2619 531.125,82.2619 C531.708,82.2619 532.182,82.5484 532.547,83.1213 C532.911,83.6942 533.093,84.4442 533.093,85.3713 C533.093,86.2775 532.914,87.0197 532.554,87.5978 M531.109,82.4807 C530.317,82.4807 529.922,83.4546 529.922,85.4025 C529.922,87.2879 530.312,88.2307 531.093,88.2307 C531.875,88.2307 532.265,87.2827 532.265,85.3869 C532.265,84.4494 532.166,83.7307 531.968,83.2307 C531.77,82.7307 531.484,82.4807 531.109,82.4807"/>
<path class="Note" d="M531.765,30.0865 C532.39,30.0865 532.921,30.248 533.359,30.5709 C533.755,30.9251 533.953,31.3678 533.953,31.899 C533.953,32.7949 533.494,33.6334 532.578,34.4147 C531.64,35.1959 530.635,35.5865 529.562,35.5865 C528.937,35.5865 528.411,35.4251 527.984,35.1022 C527.578,34.748 527.375,34.3053 527.375,33.774 C527.375,32.8782 527.843,32.0397 528.781,31.2584 C529.697,30.4772 530.692,30.0865 531.765,30.0865"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M515.461,66.5887 L520.962,66.5887 L520.962,74.0891 L515.461,74.0891 L515.461,66.5887 "/>
<path class="Note" d="M516.243,69.0578 C516.274,68.912 516.305,68.7896 516.336,68.6906 C516.368,68.5917 516.433,68.4433 516.532,68.2453 C516.631,68.0474 516.74,67.886 516.86,67.761 C516.98,67.636 517.149,67.5214 517.368,67.4172 C517.586,67.313 517.836,67.261 518.118,67.261 C518.576,67.261 518.967,67.4146 519.289,67.7219 C519.612,68.0292 519.774,68.4068 519.774,68.8547 C519.774,69.5318 519.388,70.2766 518.618,71.0891 L517.118,72.6828 L519.258,72.6828 C519.467,72.6828 519.62,72.649 519.719,72.5813 C519.818,72.5136 519.951,72.3495 520.118,72.0891 L520.227,72.136 L519.727,73.3391 L516.227,73.3391 L516.227,73.2297 L517.836,71.5422 C518.618,70.7089 519.008,69.9276 519.008,69.1985 C519.008,68.813 518.891,68.5031 518.657,68.2688 C518.422,68.0344 518.118,67.9172 517.743,67.9172 C517.43,67.9172 517.177,68.0031 516.985,68.175 C516.792,68.3469 516.607,68.6516 516.43,69.0891 L516.243,69.0578 "/>
<path class="Note" d="M518.852,17.5857 C519.477,17.5857 520.008,17.7472 520.446,18.0701 C520.841,18.4243 521.039,18.867 521.039,19.3982 C521.039,20.2941 520.581,21.1326 519.664,21.9139 C518.727,22.6951 517.722,23.0857 516.649,23.0857 C516.024,23.0857 515.498,22.9243 515.071,22.6014 C514.664,22.2472 514.461,21.8045 514.461,21.2732 C514.461,20.3774 514.93,19.5389 515.867,18.7576 C516.784,17.9764 517.779,17.5857 518.852,17.5857"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M502.548,81.5896 L508.048,81.5896 L508.048,89.0901 L502.548,89.0901 L502.548,81.5896 "/>
<path class="Note" d="M506.728,87.5978 C506.368,88.176 505.881,88.465 505.267,88.465 C504.652,88.465 504.165,88.1708 503.806,87.5822 C503.446,86.9937 503.267,86.2359 503.267,85.3088 C503.267,84.4442 503.449,83.7202 503.814,83.1369 C504.178,82.5536 504.673,82.2619 505.298,82.2619 C505.881,82.2619 506.355,82.5484 506.72,83.1213 C507.084,83.6942 507.267,84.4442 507.267,85.3713 C507.267,86.2775 507.087,87.0197 506.728,87.5978 M505.282,82.4807 C504.491,82.4807 504.095,83.4546 504.095,85.4025 C504.095,87.2879 504.485,88.2307 505.267,88.2307 C506.048,88.2307 506.439,87.2827 506.439,85.3869 C506.439,84.4494 506.34,83.7307 506.142,83.2307 C505.944,82.7307 505.657,82.4807 505.282,82.4807"/>
<path class="Note" d="M505.939,30.0865 C506.564,30.0865 507.095,30.248 507.532,30.5709 C507.928,30.9251 508.126,31.3678 508.126,31.899 C508.126,32.7949 507.668,33.6334 506.751,34.4147 C505.814,35.1959 504.808,35.5865 503.735,35.5865 C503.11,35.5865 502.584,35.4251 502.157,35.1022 C501.751,34.748 501.548,34.3053 501.548,33.774 C501.548,32.8782 502.017,32.0397 502.954,31.2584 C503.871,30.4772 504.866,30.0865 505.939,30.0865"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M489.635,96.5906 L495.135,96.5906 L495.135,104.091 L489.635,104.091 L489.635,96.5906 "/>
<path class="Note" d="M493.814,102.599 C493.455,103.177 492.968,103.466 492.353,103.466 C491.739,103.466 491.252,103.172 490.892,102.583 C490.533,101.995 490.353,101.237 490.353,100.31 C490.353,99.4451 490.536,98.7212 490.9,98.1379 C491.265,97.5545 491.76,97.2629 492.385,97.2629 C492.968,97.2629 493.442,97.5493 493.807,98.1222 C494.171,98.6951 494.353,99.4451 494.353,100.372 C494.353,101.278 494.174,102.021 493.814,102.599 M492.369,97.4816 C491.577,97.4816 491.182,98.4556 491.182,100.403 C491.182,102.289 491.572,103.232 492.353,103.232 C493.135,103.232 493.525,102.284 493.525,100.388 C493.525,99.4504 493.426,98.7316 493.228,98.2316 C493.03,97.7316 492.744,97.4816 492.369,97.4816"/>
<path class="Note" d="M493.025,12.5854 C493.65,12.5854 494.181,12.7469 494.619,13.0698 C495.015,13.424 495.213,13.8667 495.213,14.3979 C495.213,15.2938 494.754,16.1323 493.838,16.9136 C492.9,17.6948 491.895,18.0854 490.822,18.0854 C490.197,18.0854 489.671,17.924 489.244,17.6011 C488.838,17.2469 488.635,16.8042 488.635,16.2729 C488.635,15.3771 489.103,14.5386 490.041,13.7573 C490.957,12.9761 491.952,12.5854 493.025,12.5854"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M476.721,66.5887 L482.222,66.5887 L482.222,74.0891 L476.721,74.0891 L476.721,66.5887 "/>
<path class="Note" d="M477.503,69.0578 C477.534,68.912 477.565,68.7896 477.596,68.6906 C477.628,68.5917 477.693,68.4433 477.792,68.2453 C477.891,68.0474 478,67.886 478.12,67.761 C478.24,67.636 478.409,67.5214 478.628,67.4172 C478.846,67.313 479.096,67.261 479.378,67.261 C479.836,67.261 480.227,67.4146 480.549,67.7219 C480.872,68.0292 481.034,68.4068 481.034,68.8547 C481.034,69.5318 480.648,70.2766 479.878,71.0891 L478.378,72.6828 L480.518,72.6828 C480.727,72.6828 480.88,72.649 480.979,72.5813 C481.078,72.5136 481.211,72.3495 481.378,72.0891 L481.487,72.136 L480.987,73.3391 L477.487,73.3391 L477.487,73.2297 L479.096,71.5422 C479.878,70.7089 480.268,69.9276 480.268,69.1985 C480.268,68.813 480.151,68.5031 479.917,68.2688 C479.682,68.0344 479.378,67.9172 479.003,67.9172 C478.69,67.9172 478.437,68.0031 478.245,68.175 C478.052,68.3469 477.867,68.6516 477.69,69.0891 L477.503,69.0578 "/>
<path class="Note" d="M480.112,17.5857 C480.737,17.5857 481.268,17.7472 481.706,18.0701 C482.101,18.4243 482.299,18.867 482.299,19.3982 C482.299,20.2941 481.841,21.1326 480.924,21.9139 C479.987,22.6951 478.982,23.0857 477.909,23.0857 C477.284,23.0857 476.758,22.9243 476.331,22.6014 C475.924,22.2472 475.721,21.8045 475.721,21.2732 C475.721,20.3774 476.19,19.5389 477.127,18.7576 C478.044,17.9764 479.039,17.5857 480.112,17.5857"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M463.808,81.5896 L469.308,81.5896 L469.308,89.0901 L463.808,89.0901 L463.808,81.5896 "/>
<path class="Note" d="M467.988,87.5978 C467.628,88.176 467.141,88.465 466.527,88.465 C465.912,88.465 465.425,88.1708 465.066,87.5822 C464.706,86.9937 464.527,86.2359 464.527,85.3088 C464.527,84.4442 464.709,83.7202 465.074,83.1369 C465.438,82.5536 465.933,82.2619 466.558,82.2619 C467.141,82.2619 467.615,82.5484 467.98,83.1213 C468.344,83.6942 468.527,84.4442 468.527,85.3713 C468.527,86.2775 468.347,87.0197 467.988,87.5978 M466.542,82.4807 C465.751,82.4807 465.355,83.4546 465.355,85.4025 C465.355,87.2879 465.745,88.2307 466.527,88.2307 C467.308,88.2307 467.699,87.2827 467.699,85.3869 C467.699,84.4494 467.6,83.7307 467.402,83.2307 C467.204,82.7307 466.917,82.4807 466.542,82.4807"/>
<path class="Note" d="M467.198,30.0865 C467.823,30.0865 468.355,30.248 468.792,30.5709 C469.188,30.9251 469.386,31.3678 469.386,31.899 C469.386,32.7949 468.928,33.6334 468.011,34.4147 C467.073,35.1959 466.068,35.5865 464.995,35.5865 C464.37,35.5865 463.844,35.4251 463.417,35.1022 C463.011,34.748 462.808,34.3053 462.808,33.774 C462.808,32.8782 463.277,32.0397 464.214,31.2584 C465.131,30.4772 466.126,30.0865 467.198,30.0865"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M443.636,96.5906 L449.136,96.5906 L449.136,104.091 L443.636,104.091 L443.636,96.5906 "/>
<path class="Note" d="M447.815,102.599 C447.456,103.177 446.969,103.466 446.354,103.466 C445.74,103.466 445.253,103.172 444.893,102.583 C444.534,101.995 444.354,101.237 444.354,100.31 C444.354,99.4451 444.537,98.7212 444.901,98.1379 C445.266,97.5545 445.761,97.2629 446.386,97.2629 C446.969,97.2629 447.443,97.5493 447.807,98.1222 C448.172,98.6951 448.354,99.4451 448.354,100.372 C448.354,101.278 448.175,102.021 447.815,102.599 M446.37,97.4816 C445.578,97.4816 445.182,98.4556 445.182,100.403 C445.182,102.289 445.573,103.232 446.354,103.232 C447.136,103.232 447.526,102.284 447.526,100.388 C447.526,99.4504 447.427,98.7316 447.229,98.2316 C447.031,97.7316 446.745,97.4816 446.37,97.4816"/>
<path class="Note" d="M447.026,12.5854 C447.651,12.5854 448.182,12.7469 448.62,13.0698 C449.016,13.424 449.214,13.8667 449.214,14.3979 C449.214,15.2938 448.755,16.1323 447.839,16.9136 C446.901,17.6948 445.896,18.0854 444.823,18.0854 C444.198,18.0854 443.672,17.924 443.245,17.6011 C442.839,17.2469 442.635,16.8042 442.635,16.2729 C442.635,15.3771 443.104,14.5386 444.042,13.7573 C444.958,12.9761 445.953,12.5854 447.026,12.5854"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M430.722,66.5887 L436.223,66.5887 L436.223,74.0891 L430.722,74.0891 L430.722,66.5887 "/>
<path class="Note" d="M434.902,72.5969 C434.543,73.175 434.056,73.4641 433.441,73.4641 C432.826,73.4641 432.339,73.1698 431.98,72.5813 C431.621,71.9927 431.441,71.2349 431.441,70.3078 C431.441,69.4433 431.623,68.7193 431.988,68.136 C432.352,67.5526 432.847,67.261 433.472,67.261 C434.056,67.261 434.53,67.5474 434.894,68.1203 C435.259,68.6933 435.441,69.4433 435.441,70.3703 C435.441,71.2766 435.261,72.0188 434.902,72.5969 M433.457,67.4797 C432.665,67.4797 432.269,68.4537 432.269,70.4016 C432.269,72.287 432.66,73.2297 433.441,73.2297 C434.222,73.2297 434.613,72.2818 434.613,70.386 C434.613,69.4485 434.514,68.7297 434.316,68.2297 C434.118,67.7297 433.832,67.4797 433.457,67.4797"/>
<path class="Note" d="M434.113,20.0859 C434.738,20.0859 435.269,20.2474 435.707,20.5703 C436.102,20.9244 436.3,21.3672 436.3,21.8984 C436.3,22.7942 435.842,23.6328 434.925,24.414 C433.988,25.1953 432.983,25.5859 431.91,25.5859 C431.285,25.5859 430.759,25.4244 430.332,25.1015 C429.925,24.7474 429.722,24.3047 429.722,23.7734 C429.722,22.8776 430.191,22.039 431.128,21.2578 C432.045,20.4765 433.04,20.0859 434.113,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M417.809,81.5896 L423.309,81.5896 L423.309,89.0901 L417.809,89.0901 L417.809,81.5896 "/>
<path class="Note" d="M421.989,87.5978 C421.629,88.176 421.142,88.465 420.528,88.465 C419.913,88.465 419.426,88.1708 419.067,87.5822 C418.707,86.9937 418.528,86.2359 418.528,85.3088 C418.528,84.4442 418.71,83.7202 419.075,83.1369 C419.439,82.5536 419.934,82.2619 420.559,82.2619 C421.142,82.2619 421.616,82.5484 421.981,83.1213 C422.345,83.6942 422.528,84.4442 422.528,85.3713 C422.528,86.2775 422.348,87.0197 421.989,87.5978 M420.543,82.4807 C419.752,82.4807 419.356,83.4546 419.356,85.4025 C419.356,87.2879 419.746,88.2307 420.528,88.2307 C421.309,88.2307 421.7,87.2827 421.7,85.3869 C421.7,84.4494 421.601,83.7307 421.403,83.2307 C421.205,82.7307 420.918,82.4807 420.543,82.4807"/>
<path class="Note" d="M421.199,30.0865 C421.824,30.0865 422.356,30.248 422.793,30.5709 C423.189,30.9251 423.387,31.3678 423.387,31.899 C423.387,32.7949 422.929,33.6334 422.012,34.4147 C421.074,35.1959 420.069,35.5865 418.996,35.5865 C418.371,35.5865 417.845,35.4251 417.418,35.1022 C417.012,34.748 416.809,34.3053 416.809,33.774 C416.809,32.8782 417.278,32.0397 418.215,31.2584 C419.132,30.4772 420.127,30.0865 421.199,30.0865"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M404.896,96.5906 L410.396,96.5906 L410.396,104.091 L404.896,104.091 L404.896,96.5906 "/>
<path class="Note" d="M409.075,102.599 C408.716,103.177 408.229,103.466 407.614,103.466 C407,103.466 406.513,103.172 406.153,102.583 C405.794,101.995 405.614,101.237 405.614,100.31 C405.614,99.4451 405.797,98.7212 406.161,98.1379 C406.526,97.5545 407.021,97.2629 407.646,97.2629 C408.229,97.2629 408.703,97.5493 409.067,98.1222 C409.432,98.6951 409.614,99.4451 409.614,100.372 C409.614,101.278 409.435,102.021 409.075,102.599 M407.63,97.4816 C406.838,97.4816 406.442,98.4556 406.442,100.403 C406.442,102.289 406.833,103.232 407.614,103.232 C408.396,103.232 408.786,102.284 408.786,100.388 C408.786,99.4504 408.687,98.7316 408.489,98.2316 C408.291,97.7316 408.005,97.4816 407.63,97.4816"/>
<path class="Note" d="M408.286,12.5854 C408.911,12.5854 409.442,12.7469 409.88,13.0698 C410.276,13.424 410.474,13.8667 410.474,14.3979 C410.474,15.2938 410.015,16.1323 409.099,16.9136 C408.161,17.6948 407.156,18.0854 406.083,18.0854 C405.458,18.0854 404.932,17.924 404.505,17.6011 C404.099,17.2469 403.895,16.8042 403.895,16.2729 C403.895,15.3771 404.364,14.5386 405.302,13.7573 C406.218,12.9761 407.213,12.5854 408.286,12.5854"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M391.982,66.5887 L397.483,66.5887 L397.483,74.0891 L391.982,74.0891 L391.982,66.5887 "/>
<path class="Note" d="M396.162,72.5969 C395.803,73.175 395.316,73.4641 394.701,73.4641 C394.086,73.4641 393.599,73.1698 393.24,72.5813 C392.881,71.9927 392.701,71.2349 392.701,70.3078 C392.701,69.4433 392.883,68.7193 393.248,68.136 C393.612,67.5526 394.107,67.261 394.732,67.261 C395.316,67.261 395.79,67.5474 396.154,68.1203 C396.519,68.6933 396.701,69.4433 396.701,70.3703 C396.701,71.2766 396.521,72.0188 396.162,72.5969 M394.717,67.4797 C393.925,67.4797 393.529,68.4537 393.529,70.4016 C393.529,72.287 393.92,73.2297 394.701,73.2297 C395.482,73.2297 395.873,72.2818 395.873,70.386 C395.873,69.4485 395.774,68.7297 395.576,68.2297 C395.378,67.7297 395.092,67.4797 394.717,67.4797"/>
<path class="Note" d="M395.373,20.0859 C395.998,20.0859 396.529,20.2474 396.967,20.5703 C397.362,20.9244 397.56,21.3672 397.56,21.8984 C397.56,22.7942 397.102,23.6328 396.185,24.414 C395.248,25.1953 394.243,25.5859 393.17,25.5859 C392.545,25.5859 392.019,25.4244 391.592,25.1015 C391.185,24.7474 390.982,24.3047 390.982,23.7734 C390.982,22.8776 391.451,22.039 392.388,21.2578 C393.305,20.4765 394.3,20.0859 395.373,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M379.069,81.5896 L384.569,81.5896 L384.569,89.0901 L379.069,89.0901 L379.069,81.5896 "/>
<path class="Note" d="M383.249,87.5978 C382.889,88.176 382.402,88.465 381.788,88.465 C381.173,88.465 380.686,88.1708 380.327,87.5822 C379.967,86.9937 379.788,86.2359 379.788,85.3088 C379.788,84.4442 379.97,83.7202 380.335,83.1369 C380.699,82.5536 381.194,82.2619 381.819,82.2619 C382.402,82.2619 382.876,82.5484 383.241,83.1213 C383.605,83.6942 383.788,84.4442 383.788,85.3713 C383.788,86.2775 383.608,87.0197 383.249,87.5978 M381.803,82.4807 C381.012,82.4807 380.616,83.4546 380.616,85.4025 C380.616,87.2879 381.006,88.2307 381.788,88.2307 C382.569,88.2307 382.96,87.2827 382.96,85.3869 C382.96,84.4494 382.861,83.7307 382.663,83.2307 C382.465,82.7307 382.178,82.4807 381.803,82.4807"/>
<path class="Note" d="M382.459,30.0865 C383.084,30.0865 383.616,30.248 384.053,30.5709 C384.449,30.9251 384.647,31.3678 384.647,31.899 C384.647,32.7949 384.189,33.6334 383.272,34.4147 C382.334,35.1959 381.329,35.5865 380.256,35.5865 C379.631,35.5865 379.105,35.4251 378.678,35.1022 C378.272,34.748 378.069,34.3053 378.069,33.774 C378.069,32.8782 378.538,32.0397 379.475,31.2584 C380.392,30.4772 381.387,30.0865 382.459,30.0865"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M366.156,74.0891 L371.656,74.0891 L371.656,81.5896 L366.156,81.5896 L366.156,74.0891 "/>
<path class="Note" d="M368.296,75.4958 C368.192,75.4958 367.978,75.5635 367.656,75.6989 L367.656,75.5739 L369.265,74.7614 L369.343,74.7771 L369.343,80.1677 C369.343,80.3864 369.395,80.5297 369.499,80.5974 C369.603,80.6651 369.833,80.6989 370.187,80.6989 L370.187,80.8396 L367.718,80.8396 L367.718,80.6989 C368.051,80.6885 368.278,80.639 368.398,80.5505 C368.518,80.462 368.577,80.2771 368.577,79.9958 L368.577,75.9177 C368.577,75.6364 368.484,75.4958 368.296,75.4958"/>
<path class="Note" d="M369.546,22.5861 C370.171,22.5861 370.702,22.7475 371.14,23.0704 C371.536,23.4246 371.734,23.8673 371.734,24.3986 C371.734,25.2944 371.275,26.1329 370.359,26.9142 C369.421,27.6954 368.416,28.0861 367.343,28.0861 C366.718,28.0861 366.192,27.9246 365.765,27.6017 C365.359,27.2475 365.155,26.8048 365.155,26.2736 C365.155,25.3777 365.624,24.5392 366.562,23.7579 C367.478,22.9767 368.473,22.5861 369.546,22.5861"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M353.242,89.0901 L358.743,89.0901 L358.743,96.5906 L353.242,96.5906 L353.242,89.0901 "/>
<path class="Note" d="M354.023,91.5593 C354.055,91.4134 354.086,91.291 354.117,91.1921 C354.148,91.0931 354.214,90.9447 354.313,90.7468 C354.412,90.5488 354.521,90.3874 354.641,90.2624 C354.76,90.1374 354.93,90.0228 355.148,89.9186 C355.367,89.8145 355.617,89.7624 355.898,89.7624 C356.357,89.7624 356.747,89.916 357.07,90.2233 C357.393,90.5306 357.555,90.9082 357.555,91.3561 C357.555,92.0332 357.169,92.778 356.398,93.5905 L354.898,95.1843 L357.039,95.1843 C357.247,95.1843 357.401,95.1504 357.5,95.0827 C357.599,95.015 357.732,94.8509 357.898,94.5905 L358.008,94.6374 L357.508,95.8405 L354.008,95.8405 L354.008,95.7311 L355.617,94.0436 C356.398,93.2103 356.789,92.429 356.789,91.6999 C356.789,91.3145 356.672,91.0046 356.438,90.7702 C356.203,90.5358 355.898,90.4186 355.523,90.4186 C355.211,90.4186 354.958,90.5046 354.766,90.6764 C354.573,90.8483 354.388,91.153 354.211,91.5905 L354.023,91.5593 "/>
<path class="Note" d="M356.633,35.0869 C357.258,35.0869 357.789,35.2483 358.227,35.5712 C358.622,35.9254 358.82,36.3681 358.82,36.8994 C358.82,37.7952 358.362,38.6337 357.445,39.415 C356.508,40.1962 355.503,40.5869 354.43,40.5869 C353.805,40.5869 353.279,40.4254 352.852,40.1025 C352.445,39.7483 352.242,39.3056 352.242,38.7744 C352.242,37.8785 352.711,37.04 353.648,36.2587 C354.565,35.4775 355.56,35.0869 356.633,35.0869"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M333.07,66.5887 L338.57,66.5887 L338.57,74.0891 L333.07,74.0891 L333.07,66.5887 "/>
<path class="Note" d="M337.25,72.5969 C336.89,73.175 336.403,73.4641 335.789,73.4641 C335.174,73.4641 334.687,73.1698 334.328,72.5813 C333.968,71.9927 333.789,71.2349 333.789,70.3078 C333.789,69.4433 333.971,68.7193 334.335,68.136 C334.7,67.5526 335.195,67.261 335.82,67.261 C336.403,67.261 336.877,67.5474 337.242,68.1203 C337.606,68.6933 337.789,69.4433 337.789,70.3703 C337.789,71.2766 337.609,72.0188 337.25,72.5969 M335.804,67.4797 C335.013,67.4797 334.617,68.4537 334.617,70.4016 C334.617,72.287 335.007,73.2297 335.789,73.2297 C336.57,73.2297 336.96,72.2818 336.96,70.386 C336.96,69.4485 336.862,68.7297 336.664,68.2297 C336.466,67.7297 336.179,67.4797 335.804,67.4797"/>
<path class="Note" d="M336.46,20.0859 C337.085,20.0859 337.617,20.2474 338.054,20.5703 C338.45,20.9244 338.648,21.3672 338.648,21.8984 C338.648,22.7942 338.19,23.6328 337.273,24.414 C336.335,25.1953 335.33,25.5859 334.257,25.5859 C333.632,25.5859 333.106,25.4244 332.679,25.1015 C332.273,24.7474 332.07,24.3047 332.07,23.7734 C332.07,22.8776 332.539,22.039 333.476,21.2578 C334.393,20.4765 335.387,20.0859 336.46,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M320.156,81.5896 L325.657,81.5896 L325.657,89.0901 L320.156,89.0901 L320.156,81.5896 "/>
<path class="Note" d="M324.336,87.5978 C323.977,88.176 323.49,88.465 322.875,88.465 C322.261,88.465 321.774,88.1708 321.414,87.5822 C321.055,86.9937 320.875,86.2359 320.875,85.3088 C320.875,84.4442 321.058,83.7202 321.422,83.1369 C321.787,82.5536 322.282,82.2619 322.907,82.2619 C323.49,82.2619 323.964,82.5484 324.328,83.1213 C324.693,83.6942 324.875,84.4442 324.875,85.3713 C324.875,86.2775 324.696,87.0197 324.336,87.5978 M322.891,82.4807 C322.099,82.4807 321.703,83.4546 321.703,85.4025 C321.703,87.2879 322.094,88.2307 322.875,88.2307 C323.657,88.2307 324.047,87.2827 324.047,85.3869 C324.047,84.4494 323.948,83.7307 323.75,83.2307 C323.552,82.7307 323.266,82.4807 322.891,82.4807"/>
<path class="Note" d="M323.547,30.0865 C324.172,30.0865 324.703,30.248 325.141,30.5709 C325.537,30.9251 325.735,31.3678 325.735,31.899 C325.735,32.7949 325.276,33.6334 324.36,34.4147 C323.422,35.1959 322.417,35.5865 321.344,35.5865 C320.719,35.5865 320.193,35.4251 319.766,35.1022 C319.36,34.748 319.156,34.3053 319.156,33.774 C319.156,32.8782 319.625,32.0397 320.563,31.2584 C321.479,30.4772 322.474,30.0865 323.547,30.0865"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M307.243,66.5887 L312.744,66.5887 L312.744,74.0891 L307.243,74.0891 L307.243,66.5887 "/>
<path class="Note" d="M311.423,72.5969 C311.064,73.175 310.577,73.4641 309.962,73.4641 C309.347,73.4641 308.86,73.1698 308.501,72.5813 C308.142,71.9927 307.962,71.2349 307.962,70.3078 C307.962,69.4433 308.144,68.7193 308.509,68.136 C308.873,67.5526 309.368,67.261 309.993,67.261 C310.577,67.261 311.05,67.5474 311.415,68.1203 C311.78,68.6933 311.962,69.4433 311.962,70.3703 C311.962,71.2766 311.782,72.0188 311.423,72.5969 M309.978,67.4797 C309.186,67.4797 308.79,68.4537 308.79,70.4016 C308.79,72.287 309.181,73.2297 309.962,73.2297 C310.743,73.2297 311.134,72.2818 311.134,70.386 C311.134,69.4485 311.035,68.7297 310.837,68.2297 C310.639,67.7297 310.353,67.4797 309.978,67.4797"/>
<path class="Note" d="M310.634,20.0859 C311.259,20.0859 311.79,20.2474 312.227,20.5703 C312.623,20.9244 312.821,21.3672 312.821,21.8984 C312.821,22.7942 312.363,23.6328 311.446,24.414 C310.509,25.1953 309.504,25.5859 308.431,25.5859 C307.806,25.5859 307.28,25.4244 306.852,25.1015 C306.446,24.7474 306.243,24.3047 306.243,23.7734 C306.243,22.8776 306.712,22.039 307.649,21.2578 C308.566,20.4765 309.561,20.0859 310.634,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M294.33,81.5896 L299.83,81.5896 L299.83,89.0901 L294.33,89.0901 L294.33,81.5896 "/>
<path class="Note" d="M295.111,84.0588 C295.142,83.9129 295.174,83.7906 295.205,83.6916 C295.236,83.5926 295.301,83.4442 295.4,83.2463 C295.499,83.0484 295.609,82.8869 295.728,82.7619 C295.848,82.6369 296.017,82.5223 296.236,82.4182 C296.455,82.314 296.705,82.2619 296.986,82.2619 C297.444,82.2619 297.835,82.4156 298.158,82.7228 C298.481,83.0301 298.642,83.4077 298.642,83.8557 C298.642,84.5327 298.257,85.2775 297.486,86.09 L295.986,87.6838 L298.127,87.6838 C298.335,87.6838 298.489,87.6499 298.588,87.5822 C298.687,87.5145 298.819,87.3504 298.986,87.09 L299.095,87.1369 L298.595,88.34 L295.095,88.34 L295.095,88.2307 L296.705,86.5432 C297.486,85.7098 297.877,84.9286 297.877,84.1994 C297.877,83.814 297.76,83.5041 297.525,83.2697 C297.291,83.0353 296.986,82.9182 296.611,82.9182 C296.299,82.9182 296.046,83.0041 295.853,83.176 C295.661,83.3478 295.476,83.6525 295.299,84.09 L295.111,84.0588 "/>
<path class="Note" d="M297.72,27.5864 C298.345,27.5864 298.877,27.7478 299.314,28.0708 C299.71,28.4249 299.908,28.8676 299.908,29.3989 C299.908,30.2947 299.45,31.1333 298.533,31.9145 C297.595,32.6958 296.59,33.0864 295.517,33.0864 C294.892,33.0864 294.366,32.9249 293.939,32.602 C293.533,32.2478 293.33,31.8051 293.33,31.2739 C293.33,30.378 293.799,29.5395 294.736,28.7583 C295.653,27.977 296.647,27.5864 297.72,27.5864"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M281.416,66.5887 L286.917,66.5887 L286.917,74.0891 L281.416,74.0891 L281.416,66.5887 "/>
<path class="Note" d="M285.596,72.5969 C285.237,73.175 284.75,73.4641 284.135,73.4641 C283.521,73.4641 283.034,73.1698 282.674,72.5813 C282.315,71.9927 282.135,71.2349 282.135,70.3078 C282.135,69.4433 282.318,68.7193 282.682,68.136 C283.047,67.5526 283.542,67.261 284.167,67.261 C284.75,67.261 285.224,67.5474 285.588,68.1203 C285.953,68.6933 286.135,69.4433 286.135,70.3703 C286.135,71.2766 285.956,72.0188 285.596,72.5969 M284.151,67.4797 C283.359,67.4797 282.963,68.4537 282.963,70.4016 C282.963,72.287 283.354,73.2297 284.135,73.2297 C284.917,73.2297 285.307,72.2818 285.307,70.386 C285.307,69.4485 285.208,68.7297 285.01,68.2297 C284.812,67.7297 284.526,67.4797 284.151,67.4797"/>
<path class="Note" d="M284.807,20.0859 C285.432,20.0859 285.963,20.2474 286.401,20.5703 C286.797,20.9244 286.995,21.3672 286.995,21.8984 C286.995,22.7942 286.536,23.6328 285.62,24.414 C284.682,25.1953 283.677,25.5859 282.604,25.5859 C281.979,25.5859 281.453,25.4244 281.026,25.1015 C280.62,24.7474 280.416,24.3047 280.416,23.7734 C280.416,22.8776 280.885,22.039 281.823,21.2578 C282.739,20.4765 283.734,20.0859 284.807,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M268.503,74.0891 L274.004,74.0891 L274.004,81.5896 L268.503,81.5896 L268.503,74.0891 "/>
<path class="Note" d="M272.683,80.0974 C272.324,80.6755 271.837,80.9646 271.222,80.9646 C270.607,80.9646 270.12,80.6703 269.761,80.0817 C269.402,79.4932 269.222,78.7354 269.222,77.8083 C269.222,76.9437 269.404,76.2198 269.769,75.6364 C270.133,75.0531 270.628,74.7614 271.253,74.7614 C271.837,74.7614 272.31,75.0479 272.675,75.6208 C273.04,76.1937 273.222,76.9437 273.222,77.8708 C273.222,78.7771 273.042,79.5192 272.683,80.0974 M271.238,74.9802 C270.446,74.9802 270.05,75.9541 270.05,77.9021 C270.05,79.7875 270.441,80.7302 271.222,80.7302 C272.003,80.7302 272.394,79.7823 272.394,77.8864 C272.394,76.9489 272.295,76.2302 272.097,75.7302 C271.899,75.2302 271.613,74.9802 271.238,74.9802"/>
<path class="Note" d="M271.894,25.0862 C272.519,25.0862 273.05,25.2477 273.487,25.5706 C273.883,25.9248 274.081,26.3675 274.081,26.8987 C274.081,27.7946 273.623,28.6331 272.706,29.4143 C271.769,30.1956 270.764,30.5862 269.691,30.5862 C269.066,30.5862 268.54,30.4248 268.112,30.1018 C267.706,29.7477 267.503,29.305 267.503,28.7737 C267.503,27.8779 267.972,27.0393 268.909,26.2581 C269.826,25.4768 270.821,25.0862 271.894,25.0862"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M255.59,66.5887 L261.09,66.5887 L261.09,74.0891 L255.59,74.0891 L255.59,66.5887 "/>
<path class="Note" d="M259.77,72.5969 C259.41,73.175 258.923,73.4641 258.309,73.4641 C257.694,73.4641 257.207,73.1698 256.848,72.5813 C256.488,71.9927 256.309,71.2349 256.309,70.3078 C256.309,69.4433 256.491,68.7193 256.855,68.136 C257.22,67.5526 257.715,67.261 258.34,67.261 C258.923,67.261 259.397,67.5474 259.762,68.1203 C260.126,68.6933 260.309,69.4433 260.309,70.3703 C260.309,71.2766 260.129,72.0188 259.77,72.5969 M258.324,67.4797 C257.533,67.4797 257.137,68.4537 257.137,70.4016 C257.137,72.287 257.527,73.2297 258.309,73.2297 C259.09,73.2297 259.48,72.2818 259.48,70.386 C259.48,69.4485 259.382,68.7297 259.184,68.2297 C258.986,67.7297 258.699,67.4797 258.324,67.4797"/>
<path class="Note" d="M258.98,20.0859 C259.605,20.0859 260.137,20.2474 260.574,20.5703 C260.97,20.9244 261.168,21.3672 261.168,21.8984 C261.168,22.7942 260.71,23.6328 259.793,24.414 C258.855,25.1953 257.85,25.5859 256.777,25.5859 C256.152,25.5859 255.626,25.4244 255.199,25.1015 C254.793,24.7474 254.59,24.3047 254.59,23.7734 C254.59,22.8776 255.059,22.039 255.996,21.2578 C256.913,20.4765 257.907,20.0859 258.98,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M242.676,74.0891 L248.177,74.0891 L248.177,81.5896 L242.676,81.5896 L242.676,74.0891 "/>
<path class="Note" d="M246.856,80.0974 C246.497,80.6755 246.01,80.9646 245.395,80.9646 C244.781,80.9646 244.294,80.6703 243.934,80.0817 C243.575,79.4932 243.395,78.7354 243.395,77.8083 C243.395,76.9437 243.578,76.2198 243.942,75.6364 C244.307,75.0531 244.802,74.7614 245.427,74.7614 C246.01,74.7614 246.484,75.0479 246.848,75.6208 C247.213,76.1937 247.395,76.9437 247.395,77.8708 C247.395,78.7771 247.216,79.5192 246.856,80.0974 M245.411,74.9802 C244.619,74.9802 244.223,75.9541 244.223,77.9021 C244.223,79.7875 244.614,80.7302 245.395,80.7302 C246.177,80.7302 246.567,79.7823 246.567,77.8864 C246.567,76.9489 246.468,76.2302 246.27,75.7302 C246.072,75.2302 245.786,74.9802 245.411,74.9802"/>
<path class="Note" d="M246.067,25.0862 C246.692,25.0862 247.223,25.2477 247.661,25.5706 C248.057,25.9248 248.255,26.3675 248.255,26.8987 C248.255,27.7946 247.796,28.6331 246.88,29.4143 C245.942,30.1956 244.937,30.5862 243.864,30.5862 C243.239,30.5862 242.713,30.4248 242.286,30.1018 C241.88,29.7477 241.676,29.305 241.676,28.7737 C241.676,27.8779 242.145,27.0393 243.083,26.2581 C243.999,25.4768 244.994,25.0862 246.067,25.0862"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M222.302,66.5887 L227.803,66.5887 L227.803,74.0891 L222.302,74.0891 L222.302,66.5887 "/>
<path class="Note" d="M226.482,72.5969 C226.123,73.175 225.636,73.4641 225.021,73.4641 C224.406,73.4641 223.919,73.1698 223.56,72.5813 C223.201,71.9927 223.021,71.2349 223.021,70.3078 C223.021,69.4433 223.203,68.7193 223.568,68.136 C223.932,67.5526 224.427,67.261 225.052,67.261 C225.636,67.261 226.11,67.5474 226.474,68.1203 C226.839,68.6933 227.021,69.4433 227.021,70.3703 C227.021,71.2766 226.841,72.0188 226.482,72.5969 M225.037,67.4797 C224.245,67.4797 223.849,68.4537 223.849,70.4016 C223.849,72.287 224.24,73.2297 225.021,73.2297 C225.802,73.2297 226.193,72.2818 226.193,70.386 C226.193,69.4485 226.094,68.7297 225.896,68.2297 C225.698,67.7297 225.412,67.4797 225.037,67.4797"/>
<path class="Note" d="M225.693,20.0859 C226.318,20.0859 226.849,20.2474 227.287,20.5703 C227.682,20.9244 227.88,21.3672 227.88,21.8984 C227.88,22.7942 227.422,23.6328 226.505,24.414 C225.568,25.1953 224.563,25.5859 223.49,25.5859 C222.865,25.5859 222.339,25.4244 221.912,25.1015 C221.505,24.7474 221.302,24.3047 221.302,23.7734 C221.302,22.8776 221.771,22.039 222.708,21.2578 C223.625,20.4765 224.62,20.0859 225.693,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M209.187,74.0891 L214.687,74.0891 L214.687,81.5896 L209.187,81.5896 L209.187,74.0891 "/>
<path class="Note" d="M210.421,80.1208 C210.557,80.1208 210.76,80.2041 211.031,80.3708 C211.302,80.5375 211.541,80.6208 211.749,80.6208 C212.083,80.6208 212.361,80.4932 212.585,80.238 C212.809,79.9828 212.921,79.6677 212.921,79.2927 C212.921,79.0635 212.89,78.8578 212.828,78.6755 C212.765,78.4932 212.674,78.3526 212.554,78.2536 C212.434,78.1547 212.286,78.0739 212.109,78.0114 C211.932,77.9489 211.768,77.9099 211.617,77.8942 C211.466,77.8786 211.302,77.8708 211.124,77.8708 L211.124,77.7458 C211.333,77.6729 211.51,77.6026 211.656,77.5349 C211.802,77.4672 211.955,77.376 212.117,77.2614 C212.278,77.1469 212.403,77.0036 212.492,76.8317 C212.58,76.6599 212.624,76.4698 212.624,76.2614 C212.624,75.9802 212.533,75.7484 212.351,75.5661 C212.169,75.3838 211.927,75.2927 211.624,75.2927 C211.343,75.2927 211.096,75.3682 210.882,75.5192 C210.669,75.6703 210.473,75.9125 210.296,76.2458 L210.156,76.2146 C210.312,75.7875 210.523,75.4385 210.789,75.1677 C211.054,74.8969 211.432,74.7614 211.921,74.7614 C212.338,74.7614 212.677,74.8734 212.937,75.0974 C213.197,75.3213 213.328,75.6156 213.328,75.9802 C213.328,76.2302 213.265,76.4489 213.14,76.6364 C213.015,76.8239 212.796,77.0219 212.484,77.2302 C212.838,77.3864 213.117,77.5844 213.32,77.8239 C213.523,78.0635 213.624,78.4073 213.624,78.8552 C213.624,79.501 213.38,80.014 212.89,80.3942 C212.401,80.7745 211.802,80.9646 211.093,80.9646 C210.781,80.9646 210.533,80.9177 210.351,80.8239 C210.169,80.7302 210.078,80.6052 210.078,80.4489 C210.078,80.3448 210.109,80.264 210.171,80.2067 C210.234,80.1495 210.317,80.1208 210.421,80.1208"/>
<path class="Note" d="M212.578,20.0859 C213.203,20.0859 213.734,20.2474 214.171,20.5703 C214.567,20.9244 214.765,21.3672 214.765,21.8984 C214.765,22.7942 214.307,23.6328 213.39,24.414 C212.453,25.1953 211.447,25.5859 210.374,25.5859 C209.749,25.5859 209.223,25.4244 208.796,25.1015 C208.39,24.7474 208.187,24.3047 208.187,23.7734 C208.187,22.8776 208.656,22.039 209.593,21.2578 C210.51,20.4765 211.505,20.0859 212.578,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M196.072,96.5906 L201.572,96.5906 L201.572,104.091 L196.072,104.091 L196.072,96.5906 "/>
<path class="Note" d="M200.251,102.599 C199.892,103.177 199.405,103.466 198.79,103.466 C198.176,103.466 197.689,103.172 197.33,102.583 C196.97,101.995 196.79,101.237 196.79,100.31 C196.79,99.4451 196.973,98.7212 197.337,98.1379 C197.702,97.5545 198.197,97.2629 198.822,97.2629 C199.405,97.2629 199.879,97.5493 200.244,98.1222 C200.608,98.6951 200.79,99.4451 200.79,100.372 C200.79,101.278 200.611,102.021 200.251,102.599 M198.806,97.4816 C198.014,97.4816 197.619,98.4556 197.619,100.403 C197.619,102.289 198.009,103.232 198.79,103.232 C199.572,103.232 199.962,102.284 199.962,100.388 C199.962,99.4504 199.863,98.7316 199.665,98.2316 C199.468,97.7316 199.181,97.4816 198.806,97.4816"/>
<path class="Note" d="M199.462,12.5854 C200.087,12.5854 200.619,12.7469 201.056,13.0698 C201.452,13.424 201.65,13.8667 201.65,14.3979 C201.65,15.2938 201.191,16.1323 200.275,16.9136 C199.337,17.6948 198.332,18.0854 197.259,18.0854 C196.634,18.0854 196.108,17.924 195.681,17.6011 C195.275,17.2469 195.072,16.8042 195.072,16.2729 C195.072,15.3771 195.54,14.5386 196.478,13.7573 C197.395,12.9761 198.389,12.5854 199.462,12.5854"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M182.956,66.5887 L188.457,66.5887 L188.457,74.0891 L182.956,74.0891 L182.956,66.5887 "/>
<path class="Note" d="M187.136,72.5969 C186.777,73.175 186.29,73.4641 185.675,73.4641 C185.061,73.4641 184.574,73.1698 184.214,72.5813 C183.855,71.9927 183.675,71.2349 183.675,70.3078 C183.675,69.4433 183.858,68.7193 184.222,68.136 C184.587,67.5526 185.081,67.261 185.706,67.261 C186.29,67.261 186.764,67.5474 187.128,68.1203 C187.493,68.6933 187.675,69.4433 187.675,70.3703 C187.675,71.2766 187.496,72.0188 187.136,72.5969 M185.691,67.4797 C184.899,67.4797 184.503,68.4537 184.503,70.4016 C184.503,72.287 184.894,73.2297 185.675,73.2297 C186.456,73.2297 186.847,72.2818 186.847,70.386 C186.847,69.4485 186.748,68.7297 186.55,68.2297 C186.352,67.7297 186.066,67.4797 185.691,67.4797"/>
<path class="Note" d="M186.347,20.0859 C186.972,20.0859 187.503,20.2474 187.941,20.5703 C188.337,20.9244 188.535,21.3672 188.535,21.8984 C188.535,22.7942 188.076,23.6328 187.16,24.414 C186.222,25.1953 185.217,25.5859 184.144,25.5859 C183.519,25.5859 182.993,25.4244 182.566,25.1015 C182.16,24.7474 181.956,24.3047 181.956,23.7734 C181.956,22.8776 182.425,22.039 183.363,21.2578 C184.279,20.4765 185.274,20.0859 186.347,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M169.841,74.0891 L175.342,74.0891 L175.342,81.5896 L169.841,81.5896 L169.841,74.0891 "/>
<path class="Note" d="M171.076,80.1208 C171.211,80.1208 171.414,80.2041 171.685,80.3708 C171.956,80.5375 172.195,80.6208 172.404,80.6208 C172.737,80.6208 173.016,80.4932 173.24,80.238 C173.464,79.9828 173.576,79.6677 173.576,79.2927 C173.576,79.0635 173.544,78.8578 173.482,78.6755 C173.419,78.4932 173.328,78.3526 173.208,78.2536 C173.089,78.1547 172.94,78.0739 172.763,78.0114 C172.586,77.9489 172.422,77.9099 172.271,77.8942 C172.12,77.8786 171.956,77.8708 171.779,77.8708 L171.779,77.7458 C171.987,77.6729 172.164,77.6026 172.31,77.5349 C172.456,77.4672 172.609,77.376 172.771,77.2614 C172.932,77.1469 173.057,77.0036 173.146,76.8317 C173.234,76.6599 173.279,76.4698 173.279,76.2614 C173.279,75.9802 173.188,75.7484 173.005,75.5661 C172.823,75.3838 172.581,75.2927 172.279,75.2927 C171.997,75.2927 171.75,75.3682 171.537,75.5192 C171.323,75.6703 171.128,75.9125 170.951,76.2458 L170.81,76.2146 C170.966,75.7875 171.177,75.4385 171.443,75.1677 C171.708,74.8969 172.086,74.7614 172.576,74.7614 C172.992,74.7614 173.331,74.8734 173.591,75.0974 C173.852,75.3213 173.982,75.6156 173.982,75.9802 C173.982,76.2302 173.919,76.4489 173.794,76.6364 C173.669,76.8239 173.451,77.0219 173.138,77.2302 C173.492,77.3864 173.771,77.5844 173.974,77.8239 C174.177,78.0635 174.279,78.4073 174.279,78.8552 C174.279,79.501 174.034,80.014 173.544,80.3942 C173.055,80.7745 172.456,80.9646 171.747,80.9646 C171.435,80.9646 171.188,80.9177 171.005,80.8239 C170.823,80.7302 170.732,80.6052 170.732,80.4489 C170.732,80.3448 170.763,80.264 170.826,80.2067 C170.888,80.1495 170.971,80.1208 171.076,80.1208"/>
<path class="Note" d="M173.232,20.0859 C173.857,20.0859 174.388,20.2474 174.826,20.5703 C175.221,20.9244 175.419,21.3672 175.419,21.8984 C175.419,22.7942 174.961,23.6328 174.044,24.414 C173.107,25.1953 172.102,25.5859 171.029,25.5859 C170.404,25.5859 169.878,25.4244 169.451,25.1015 C169.044,24.7474 168.841,24.3047 168.841,23.7734 C168.841,22.8776 169.31,22.039 170.247,21.2578 C171.164,20.4765 172.159,20.0859 173.232,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M156.726,96.5906 L162.226,96.5906 L162.226,104.091 L156.726,104.091 L156.726,96.5906 "/>
<path class="Note" d="M160.906,102.599 C160.546,103.177 160.059,103.466 159.445,103.466 C158.83,103.466 158.343,103.172 157.984,102.583 C157.624,101.995 157.445,101.237 157.445,100.31 C157.445,99.4451 157.627,98.7212 157.992,98.1379 C158.356,97.5545 158.851,97.2629 159.476,97.2629 C160.059,97.2629 160.533,97.5493 160.898,98.1222 C161.262,98.6951 161.445,99.4451 161.445,100.372 C161.445,101.278 161.265,102.021 160.906,102.599 M159.46,97.4816 C158.669,97.4816 158.273,98.4556 158.273,100.403 C158.273,102.289 158.663,103.232 159.445,103.232 C160.226,103.232 160.617,102.284 160.617,100.388 C160.617,99.4504 160.518,98.7316 160.32,98.2316 C160.122,97.7316 159.835,97.4816 159.46,97.4816"/>
<path class="Note" d="M160.117,12.5854 C160.742,12.5854 161.273,12.7469 161.71,13.0698 C162.106,13.424 162.304,13.8667 162.304,14.3979 C162.304,15.2938 161.846,16.1323 160.929,16.9136 C159.992,17.6948 158.986,18.0854 157.913,18.0854 C157.288,18.0854 156.762,17.924 156.335,17.6011 C155.929,17.2469 155.726,16.8042 155.726,16.2729 C155.726,15.3771 156.195,14.5386 157.132,13.7573 C158.049,12.9761 159.044,12.5854 160.117,12.5854"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M143.611,74.0891 L149.111,74.0891 L149.111,81.5896 L143.611,81.5896 L143.611,74.0891 "/>
<path class="Note" d="M144.845,80.1208 C144.981,80.1208 145.184,80.2041 145.455,80.3708 C145.725,80.5375 145.965,80.6208 146.173,80.6208 C146.507,80.6208 146.785,80.4932 147.009,80.238 C147.233,79.9828 147.345,79.6677 147.345,79.2927 C147.345,79.0635 147.314,78.8578 147.251,78.6755 C147.189,78.4932 147.098,78.3526 146.978,78.2536 C146.858,78.1547 146.71,78.0739 146.533,78.0114 C146.356,77.9489 146.191,77.9099 146.04,77.8942 C145.889,77.8786 145.725,77.8708 145.548,77.8708 L145.548,77.7458 C145.757,77.6729 145.934,77.6026 146.08,77.5349 C146.225,77.4672 146.379,77.376 146.54,77.2614 C146.702,77.1469 146.827,77.0036 146.915,76.8317 C147.004,76.6599 147.048,76.4698 147.048,76.2614 C147.048,75.9802 146.957,75.7484 146.775,75.5661 C146.593,75.3838 146.35,75.2927 146.048,75.2927 C145.767,75.2927 145.52,75.3682 145.306,75.5192 C145.093,75.6703 144.897,75.9125 144.72,76.2458 L144.58,76.2146 C144.736,75.7875 144.947,75.4385 145.212,75.1677 C145.478,74.8969 145.856,74.7614 146.345,74.7614 C146.762,74.7614 147.1,74.8734 147.361,75.0974 C147.621,75.3213 147.751,75.6156 147.751,75.9802 C147.751,76.2302 147.689,76.4489 147.564,76.6364 C147.439,76.8239 147.22,77.0219 146.908,77.2302 C147.262,77.3864 147.54,77.5844 147.744,77.8239 C147.947,78.0635 148.048,78.4073 148.048,78.8552 C148.048,79.501 147.803,80.014 147.314,80.3942 C146.824,80.7745 146.225,80.9646 145.517,80.9646 C145.205,80.9646 144.957,80.9177 144.775,80.8239 C144.593,80.7302 144.501,80.6052 144.501,80.4489 C144.501,80.3448 144.533,80.264 144.595,80.2067 C144.658,80.1495 144.741,80.1208 144.845,80.1208"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M143.611,66.5887 L149.111,66.5887 L149.111,74.0891 L143.611,74.0891 L143.611,66.5887 "/>
<path class="Note" d="M147.79,72.5969 C147.431,73.175 146.944,73.4641 146.33,73.4641 C145.715,73.4641 145.228,73.1698 144.869,72.5813 C144.509,71.9927 144.33,71.2349 144.33,70.3078 C144.33,69.4433 144.512,68.7193 144.876,68.136 C145.241,67.5526 145.736,67.261 146.361,67.261 C146.944,67.261 147.418,67.5474 147.783,68.1203 C148.147,68.6933 148.33,69.4433 148.33,70.3703 C148.33,71.2766 148.15,72.0188 147.79,72.5969 M146.345,67.4797 C145.553,67.4797 145.158,68.4537 145.158,70.4016 C145.158,72.287 145.548,73.2297 146.33,73.2297 C147.111,73.2297 147.501,72.2818 147.501,70.386 C147.501,69.4485 147.402,68.7297 147.205,68.2297 C147.007,67.7297 146.72,67.4797 146.345,67.4797"/>
<path class="Note" d="M147.001,20.0859 C147.626,20.0859 148.158,20.2474 148.595,20.5703 C148.991,20.9244 149.189,21.3672 149.189,21.8984 C149.189,22.7942 148.73,23.6328 147.814,24.414 C146.876,25.1953 145.871,25.5859 144.798,25.5859 C144.173,25.5859 143.647,25.4244 143.22,25.1015 C142.814,24.7474 142.611,24.3047 142.611,23.7734 C142.611,22.8776 143.079,22.039 144.017,21.2578 C144.934,20.4765 145.928,20.0859 147.001,20.0859"/>
<path class="Note" d="M141.068,20.0859 C141.693,20.0859 142.224,20.2474 142.662,20.5703 C143.058,20.9244 143.256,21.3672 143.256,21.8984 C143.256,22.7942 142.797,23.6328 141.881,24.414 C140.943,25.1953 139.938,25.5859 138.865,25.5859 C138.24,25.5859 137.714,25.4244 137.287,25.1015 C136.881,24.7474 136.677,24.3047 136.677,23.7734 C136.677,22.8776 137.146,22.039 138.084,21.2578 C139,20.4765 139.995,20.0859 141.068,20.0859"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M129.844,74.0891 L135.345,74.0891 L135.345,81.5896 L129.844,81.5896 L129.844,74.0891 "/>
<path class="Note" d="M130.626,76.5583 C130.657,76.4125 130.688,76.2901 130.719,76.1911 C130.751,76.0922 130.816,75.9437 130.915,75.7458 C131.014,75.5479 131.123,75.3864 131.243,75.2614 C131.362,75.1364 131.532,75.0219 131.751,74.9177 C131.969,74.8135 132.219,74.7614 132.501,74.7614 C132.959,74.7614 133.349,74.9151 133.672,75.2224 C133.995,75.5297 134.157,75.9073 134.157,76.3552 C134.157,77.0323 133.771,77.7771 133.001,78.5896 L131.501,80.1833 L133.641,80.1833 C133.849,80.1833 134.003,80.1495 134.102,80.0817 C134.201,80.014 134.334,79.85 134.501,79.5896 L134.61,79.6364 L134.11,80.8396 L130.61,80.8396 L130.61,80.7302 L132.219,79.0427 C133.001,78.2094 133.391,77.4281 133.391,76.6989 C133.391,76.3135 133.274,76.0036 133.04,75.7692 C132.805,75.5349 132.501,75.4177 132.126,75.4177 C131.813,75.4177 131.56,75.5036 131.368,75.6755 C131.175,75.8474 130.99,76.1521 130.813,76.5896 L130.626,76.5583 "/>
<path class="Note" d="M133.235,22.5861 C133.86,22.5861 134.391,22.7475 134.829,23.0704 C135.224,23.4246 135.422,23.8673 135.422,24.3986 C135.422,25.2944 134.964,26.1329 134.047,26.9142 C133.11,27.6954 132.105,28.0861 131.032,28.0861 C130.407,28.0861 129.881,27.9246 129.454,27.6017 C129.047,27.2475 128.844,26.8048 128.844,26.2736 C128.844,25.3777 129.313,24.5392 130.25,23.7579 C131.167,22.9767 132.162,22.5861 133.235,22.5861"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M93.9757,96.5906 L99.476,96.5906 L99.476,104.091 L93.9757,104.091 L93.9757,96.5906 "/>
<path class="Note" d="M98.1554,102.599 C97.796,103.177 97.309,103.466 96.6944,103.466 C96.0799,103.466 95.5929,103.172 95.2335,102.583 C94.8741,101.995 94.6944,101.237 94.6944,100.31 C94.6944,99.4451 94.8767,98.7212 95.2413,98.1379 C95.6059,97.5545 96.1007,97.2629 96.7257,97.2629 C97.309,97.2629 97.783,97.5493 98.1476,98.1222 C98.5122,98.6951 98.6944,99.4451 98.6944,100.372 C98.6944,101.278 98.5148,102.021 98.1554,102.599 M96.7101,97.4816 C95.9184,97.4816 95.5226,98.4556 95.5226,100.403 C95.5226,102.289 95.9132,103.232 96.6944,103.232 C97.4757,103.232 97.8663,102.284 97.8663,100.388 C97.8663,99.4504 97.7674,98.7316 97.5694,98.2316 C97.3715,97.7316 97.0851,97.4816 96.7101,97.4816"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M93.9757,74.0891 L99.476,74.0891 L99.476,81.5896 L93.9757,81.5896 L93.9757,74.0891 "/>
<path class="Note" d="M94.7569,76.5583 C94.7882,76.4125 94.8194,76.2901 94.8507,76.1911 C94.8819,76.0922 94.9471,75.9437 95.046,75.7458 C95.145,75.5479 95.2543,75.3864 95.3741,75.2614 C95.4939,75.1364 95.6632,75.0219 95.8819,74.9177 C96.1007,74.8135 96.3507,74.7614 96.6319,74.7614 C97.0903,74.7614 97.4809,74.9151 97.8038,75.2224 C98.1267,75.5297 98.2882,75.9073 98.2882,76.3552 C98.2882,77.0323 97.9028,77.7771 97.1319,78.5896 L95.6319,80.1833 L97.7726,80.1833 C97.9809,80.1833 98.1346,80.1495 98.2335,80.0817 C98.3325,80.014 98.4653,79.85 98.6319,79.5896 L98.7413,79.6364 L98.2413,80.8396 L94.7413,80.8396 L94.7413,80.7302 L96.3507,79.0427 C97.1319,78.2094 97.5226,77.4281 97.5226,76.6989 C97.5226,76.3135 97.4054,76.0036 97.171,75.7692 C96.9366,75.5349 96.6319,75.4177 96.2569,75.4177 C95.9444,75.4177 95.6918,75.5036 95.4991,75.6755 C95.3064,75.8474 95.1215,76.1521 94.9444,76.5896 L94.7569,76.5583 "/>
<path class="Note" d="M97.3662,12.5854 C97.9912,12.5854 98.5225,12.7469 98.96,13.0698 C99.3558,13.424 99.5537,13.8667 99.5537,14.3979 C99.5537,15.2938 99.0954,16.1323 98.1787,16.9136 C97.2412,17.6948 96.236,18.0854 95.1631,18.0854 C94.5381,18.0854 94.0121,17.924 93.585,17.6011 C93.1787,17.2469 92.9756,16.8042 92.9756,16.2729 C92.9756,15.3771 93.4444,14.5386 94.3819,13.7573 C95.2985,12.9761 96.2933,12.5854 97.3662,12.5854"/>
<path class="Note" d="M97.3662,22.5861 C97.9912,22.5861 98.5225,22.7475 98.96,23.0704 C99.3558,23.4246 99.5537,23.8673 99.5537,24.3986 C99.5537,25.2944 99.0954,26.1329 98.1787,26.9142 C97.2412,27.6954 96.236,28.0861 95.1631,28.0861 C94.5381,28.0861 94.0121,27.9246 93.585,27.6017 C93.1787,27.2475 92.9756,26.8048 92.9756,26.2736 C92.9756,25.3777 93.4444,24.5392 94.3819,23.7579 C95.2985,22.9767 96.2933,22.5861 97.3662,22.5861"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M76.8816,96.5906 L82.3819,96.5906 L82.3819,104.091 L76.8816,104.091 L76.8816,96.5906 "/>
<path class="Note" d="M81.0613,102.599 C80.7019,103.177 80.2149,103.466 79.6004,103.466 C78.9858,103.466 78.4988,103.172 78.1394,102.583 C77.78,101.995 77.6004,101.237 77.6004,100.31 C77.6004,99.4451 77.7827,98.7212 78.1472,98.1379 C78.5118,97.5545 79.0066,97.2629 79.6316,97.2629 C80.2149,97.2629 80.6889,97.5493 81.0535,98.1222 C81.4181,98.6951 81.6004,99.4451 81.6004,100.372 C81.6004,101.278 81.4207,102.021 81.0613,102.599 M79.616,97.4816 C78.8243,97.4816 78.4285,98.4556 78.4285,100.403 C78.4285,102.289 78.8191,103.232 79.6004,103.232 C80.3816,103.232 80.7722,102.284 80.7722,100.388 C80.7722,99.4504 80.6733,98.7316 80.4754,98.2316 C80.2774,97.7316 79.991,97.4816 79.616,97.4816"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M76.8816,74.0891 L82.3819,74.0891 L82.3819,81.5896 L76.8816,81.5896 L76.8816,74.0891 "/>
<path class="Note" d="M79.0222,75.4958 C78.9181,75.4958 78.7045,75.5635 78.3816,75.6989 L78.3816,75.5739 L79.991,74.7614 L80.0691,74.7771 L80.0691,80.1677 C80.0691,80.3864 80.1212,80.5297 80.2254,80.5974 C80.3295,80.6651 80.5587,80.6989 80.9129,80.6989 L80.9129,80.8396 L78.4441,80.8396 L78.4441,80.6989 C78.7774,80.6885 79.004,80.639 79.1238,80.5505 C79.2436,80.462 79.3035,80.2771 79.3035,79.9958 L79.3035,75.9177 C79.3035,75.6364 79.2097,75.4958 79.0222,75.4958"/>
<path class="Note" d="M80.2721,12.5854 C80.8971,12.5854 81.4284,12.7469 81.8659,13.0698 C82.2617,13.424 82.4596,13.8667 82.4596,14.3979 C82.4596,15.2938 82.0013,16.1323 81.0846,16.9136 C80.1471,17.6948 79.1419,18.0854 78.069,18.0854 C77.444,18.0854 76.918,17.924 76.4909,17.6011 C76.0846,17.2469 75.8815,16.8042 75.8815,16.2729 C75.8815,15.3771 76.3503,14.5386 77.2878,13.7573 C78.2044,12.9761 79.1992,12.5854 80.2721,12.5854"/>
<path class="Note" d="M80.2721,22.5861 C80.8971,22.5861 81.4284,22.7475 81.8659,23.0704 C82.2617,23.4246 82.4596,23.8673 82.4596,24.3986 C82.4596,25.2944 82.0013,26.1329 81.0846,26.9142 C80.1471,27.6954 79.1419,28.0861 78.069,28.0861 C77.444,28.0861 76.918,27.9246 76.4909,27.6017 C76.0846,27.2475 75.8815,26.8048 75.8815,26.2736 C75.8815,25.3777 76.3503,24.5392 77.2878,23.7579 C78.2044,22.9767 79.1992,22.5861 80.2721,22.5861"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M59.7875,96.5906 L65.2878,96.5906 L65.2878,104.091 L59.7875,104.091 L59.7875,96.5906 "/>
<path class="Note" d="M63.9672,102.599 C63.6078,103.177 63.1209,103.466 62.5063,103.466 C61.8917,103.466 61.4047,103.172 61.0453,102.583 C60.686,101.995 60.5063,101.237 60.5063,100.31 C60.5063,99.4451 60.6886,98.7212 61.0531,98.1379 C61.4177,97.5545 61.9125,97.2629 62.5375,97.2629 C63.1209,97.2629 63.5948,97.5493 63.9594,98.1222 C64.324,98.6951 64.5063,99.4451 64.5063,100.372 C64.5063,101.278 64.3266,102.021 63.9672,102.599 M62.5219,97.4816 C61.7302,97.4816 61.3344,98.4556 61.3344,100.403 C61.3344,102.289 61.725,103.232 62.5063,103.232 C63.2875,103.232 63.6781,102.284 63.6781,100.388 C63.6781,99.4504 63.5792,98.7316 63.3813,98.2316 C63.1834,97.7316 62.8969,97.4816 62.5219,97.4816"/>
<path class="Note" fill="#ffffff" fill-rule="evenodd" d="M59.7875,74.0891 L65.2878,74.0891 L65.2878,81.5896 L59.7875,81.5896 L59.7875,74.0891 "/>
<path class="Note" d="M63.9672,80.0974 C63.6078,80.6755 63.1209,80.9646 62.5063,80.9646 C61.8917,80.9646 61.4047,80.6703 61.0453,80.0817 C60.686,79.4932 60.5063,78.7354 60.5063,77.8083 C60.5063,76.9437 60.6886,76.2198 61.0531,75.6364 C61.4177,75.0531 61.9125,74.7614 62.5375,74.7614 C63.1209,74.7614 63.5948,75.0479 63.9594,75.6208 C64.324,76.1937 64.5063,76.9437 64.5063,77.8708 C64.5063,78.7771 64.3266,79.5192 63.9672,80.0974 M62.5219,74.9802 C61.7302,74.9802 61.3344,75.9541 61.3344,77.9021 C61.3344,79.7875 61.725,80.7302 62.5063,80.7302 C63.2875,80.7302 63.6781,79.7823 63.6781,77.8864 C63.6781,76.9489 63.5792,76.2302 63.3813,75.7302 C63.1834,75.2302 62.8969,74.9802 62.5219,74.9802"/>
<path class="Note" d="M63.1781,12.5854 C63.8031,12.5854 64.3343,12.7469 64.7718,13.0698 C65.1676,13.424 65.3656,13.8667 65.3656,14.3979 C65.3656,15.2938 64.9072,16.1323 63.9906,16.9136 C63.0531,17.6948 62.0478,18.0854 60.9749,18.0854 C60.3499,18.0854 59.8239,17.924 59.3968,17.6011 C58.9906,17.2469 58.7874,16.8042 58.7874,16.2729 C58.7874,15.3771 59.2562,14.5386 60.1937,13.7573 C61.1103,12.9761 62.1051,12.5854 63.1781,12.5854"/>
<path class="Note" d="M63.1781,25.0862 C63.8031,25.0862 64.3343,25.2477 64.7718,25.5706 C65.1676,25.9248 65.3656,26.3675 65.3656,26.8987 C65.3656,27.7946 64.9072,28.6331 63.9906,29.4143 C63.0531,30.1956 62.0478,30.5862 60.9749,30.5862 C60.3499,30.5862 59.8239,30.4248 59.3968,30.1018 C58.9906,29.7477 58.7874,29.305 58.7874,28.7737 C58.7874,27.8779 59.2562,27.0393 60.1937,26.2581 C61.1103,25.4768 62.1051,25.0862 63.1781,25.0862"/>
<path class="Clef" d="M16.6786,98.4648 C16.6786,100.475 15.4495,101.48 12.9911,101.48 L8.60052,101.48 L8.60052,91.5117 L12.9911,91.5117 C15.2411,91.5117 16.3661,92.4232 16.3661,94.2461 C16.3661,95.2878 15.8922,95.9336 14.9443,96.1836 C16.1005,96.4023 16.6786,97.1628 16.6786,98.4648 M10.663,93.2148 L10.663,95.4805 L12.9911,95.4805 C13.887,95.4805 14.3349,95.069 14.3349,94.2461 C14.3349,93.5586 13.887,93.2148 12.9911,93.2148 L10.663,93.2148 M10.663,97.1836 L10.663,99.7773 L12.9911,99.7773 C14.0745,99.7773 14.6161,99.3398 14.6161,98.4648 C14.6161,97.6107 14.0745,97.1836 12.9911,97.1836 L10.663,97.1836 M13.913,88.1523 L10.2411,88.1523 L9.55365,90.168 L7.42865,90.168 L10.8661,80.1992 L13.288,80.1992 L16.7255,90.168 L14.5849,90.168 L13.913,88.1523 M13.3974,86.4336 L12.0693,82.5586 L10.7411,86.4336 L13.3974,86.4336 M13.1005,70.7617 L13.1005,78.9961 L11.038,78.9961 L11.038,70.7617 L8.00677,70.7617 L8.00677,69.0273 L16.1318,69.0273 L16.1318,70.7617 L13.1005,70.7617 "/>
<path class="Clef" d="M14.1786,27.7115 C14.1786,27.7115 14.2203,27.7115 14.3036,27.7115 C14.3557,27.7011 14.3974,27.6959 14.4286,27.6959 C15.887,27.6959 17.0849,28.2115 18.0224,29.2428 C18.9599,30.2532 19.4286,31.4355 19.4286,32.7897 C19.4286,34.4772 18.7359,35.847 17.3505,36.899 C16.9859,37.1907 16.5068,37.4251 15.913,37.6022 C15.9859,38.4459 16.0224,39.1282 16.0224,39.649 C16.0224,39.7532 16.0068,40.1334 15.9755,40.7897 C15.9234,41.998 15.5068,43.0449 14.7255,43.9303 C13.9755,44.8053 13.038,45.2428 11.913,45.2428 C10.8609,45.2428 9.96511,44.873 9.22552,44.1334 C8.47552,43.373 8.10052,42.4615 8.10052,41.399 C8.10052,40.8365 8.31927,40.3574 8.75677,39.9615 C9.19427,39.5761 9.70469,39.3834 10.288,39.3834 C10.8089,39.3834 11.2464,39.5865 11.6005,39.9928 C11.9651,40.3678 12.1474,40.8365 12.1474,41.399 C12.1474,41.899 11.9651,42.3313 11.6005,42.6959 C11.2359,43.0605 10.7984,43.2428 10.288,43.2428 C10.0797,43.2428 9.88177,43.2063 9.69427,43.1334 C10.2672,43.9772 11.0276,44.399 11.9755,44.399 C12.8714,44.399 13.6057,44.0345 14.1786,43.3053 C14.7828,42.5553 15.1109,41.6751 15.163,40.6647 C15.1839,40.0397 15.1943,39.6855 15.1943,39.6022 C15.1943,38.873 15.1682,38.274 15.1161,37.8053 C14.4703,37.9095 13.8922,37.9615 13.3818,37.9615 C11.5693,37.9615 10.0276,37.2428 8.75677,35.8053 C7.50677,34.3574 6.88177,32.6386 6.88177,30.649 C6.88177,30.2324 6.91823,29.8105 6.99115,29.3834 C7.07448,29.0292 7.17344,28.6438 7.28802,28.2272 C7.35052,27.9876 7.52761,27.6074 7.81927,27.0865 C7.92344,26.9303 8.04063,26.735 8.17084,26.5006 C8.30104,26.2662 8.39219,26.1126 8.44427,26.0397 C8.56927,25.7792 8.81927,25.4251 9.19427,24.9772 C9.29844,24.8626 9.40781,24.735 9.5224,24.5943 C9.63698,24.4537 9.73334,24.3365 9.81146,24.2428 C9.88959,24.149 9.94688,24.0761 9.98334,24.024 C10.0198,23.972 10.3141,23.6282 10.8661,22.9928 C10.9911,22.8574 11.1161,22.7167 11.2411,22.5709 C11.3661,22.4251 11.4677,22.3079 11.5458,22.2193 C11.624,22.1308 11.6839,22.0709 11.7255,22.0397 C11.2568,20.4876 10.9599,19.248 10.8349,18.3209 C10.7516,17.5813 10.7099,16.5657 10.7099,15.274 C10.7099,14.1386 10.9703,13.0761 11.4911,12.0865 C11.9911,11.0657 12.6995,10.2272 13.6161,9.57091 C13.6786,9.52924 13.7411,9.50841 13.8036,9.50841 C13.8974,9.50841 13.9651,9.52924 14.0068,9.57091 C14.7047,10.4147 15.3089,11.5136 15.8193,12.8678 C16.3401,14.222 16.6005,15.4563 16.6005,16.5709 C16.6005,17.8209 16.3036,18.9928 15.7099,20.0865 C15.0328,21.2428 14.1578,22.4407 13.0849,23.6803 C13.3557,24.5345 13.7203,25.8782 14.1786,27.7115 M15.8349,36.8053 C16.512,36.5553 17.0432,36.1334 17.4286,35.5397 C17.8453,34.9667 18.0536,34.3209 18.0536,33.6022 C18.0536,32.6751 17.7411,31.8522 17.1161,31.1334 C16.4703,30.3938 15.6526,29.9772 14.663,29.8834 C15.2255,32.6334 15.6161,34.9407 15.8349,36.8053 M8.28802,32.2897 C8.28802,33.5813 8.80886,34.7167 9.85052,35.6959 C10.913,36.6438 12.1109,37.1178 13.4443,37.1178 C13.9859,37.1178 14.5172,37.0761 15.038,36.9928 C14.8297,35.0136 14.4182,32.6438 13.8036,29.8834 C13.0641,29.9667 12.4755,30.2272 12.038,30.6647 C11.6005,31.123 11.3818,31.6386 11.3818,32.2115 C11.3818,33.2011 11.913,34.0032 12.9755,34.6178 C13.0589,34.7115 13.1005,34.8105 13.1005,34.9147 C13.1005,35.0188 13.0589,35.1126 12.9755,35.1959 C12.8922,35.2897 12.7932,35.3365 12.6786,35.3365 C12.6682,35.3365 12.6109,35.3261 12.5068,35.3053 C11.7568,34.899 11.1839,34.3782 10.788,33.7428 C10.4026,33.0553 10.2099,32.3678 10.2099,31.6803 C10.2099,30.7845 10.4911,29.972 11.0536,29.2428 C11.637,28.5136 12.3974,28.0449 13.3349,27.8365 C12.9703,26.3782 12.6734,25.2376 12.4443,24.4147 C12.2359,24.6542 11.9859,24.9381 11.6943,25.2662 C11.4026,25.5943 11.2307,25.7949 11.1786,25.8678 C10.7099,26.472 10.3505,26.9459 10.1005,27.2897 C9.65261,27.9042 9.32448,28.4303 9.11615,28.8678 C8.8974,29.3678 8.70469,29.9095 8.53802,30.4928 C8.37136,31.0553 8.28802,31.6542 8.28802,32.2897 M14.8036,12.4303 C13.8245,12.9095 13.0589,13.597 12.5068,14.4928 C11.9339,15.4199 11.6474,16.4147 11.6474,17.4772 C11.6474,18.4147 11.8818,19.6803 12.3505,21.274 C13.288,20.1386 13.9911,19.0917 14.4599,18.1334 C14.9495,17.1126 15.1943,16.0501 15.1943,14.9459 C15.1943,14.1126 15.0641,13.274 14.8036,12.4303 M12.663,48.0709 C12.9964,47.7376 13.163,47.399 13.163,47.0553 C13.1422,46.7845 13.0276,46.5761 12.8193,46.4303 C12.5797,46.274 12.3036,46.1959 11.9911,46.1959 C11.7724,46.1959 11.5901,46.2688 11.4443,46.4147 C11.3193,46.5397 11.2568,46.7011 11.2568,46.899 C11.2568,47.1386 11.3505,47.3157 11.538,47.4303 L12.663,48.0709 M12.9755,48.2428 C13.5172,48.5449 13.788,48.9511 13.788,49.4615 L13.788,49.524 C13.788,49.9199 13.6266,50.2584 13.3036,50.5397 C12.9807,50.8209 12.5172,50.9615 11.913,50.9615 C11.4234,50.9615 10.9964,50.8313 10.6318,50.5709 C10.2672,50.3209 10.0849,49.9824 10.0849,49.5553 C10.0849,49.3886 10.1266,49.2324 10.2099,49.0865 C10.3141,48.9199 10.4026,48.8053 10.4755,48.7428 L10.8349,48.3678 C10.4391,48.097 10.2411,47.7376 10.2411,47.2897 C10.2411,46.9355 10.3974,46.623 10.7099,46.3522 C11.0328,46.0917 11.4599,45.9615 11.9911,45.9615 C12.4391,45.9615 12.8193,46.0605 13.1318,46.2584 C13.4443,46.4563 13.6005,46.722 13.6005,47.0553 C13.6005,47.4095 13.3922,47.8053 12.9755,48.2428 M11.1318,48.5397 C10.7464,48.8834 10.538,49.222 10.5068,49.5553 C10.538,49.9095 10.6839,50.1907 10.9443,50.399 C11.2255,50.6178 11.5484,50.7272 11.913,50.7272 C12.1734,50.7272 12.3818,50.6438 12.538,50.4772 C12.6943,50.3209 12.7724,50.1334 12.7724,49.9147 C12.762,49.623 12.6474,49.4147 12.4286,49.2897 L11.1318,48.5397 "/>
<path class="TimeSig" d="M28.9735,18.0859 C29.3589,18.0859 29.6897,18.0416 29.9657,17.9531 C30.2417,17.8646 30.4162,17.8203 30.4891,17.8203 C30.5829,17.8203 30.6558,17.8463 30.7079,17.8984 C30.7496,17.9297 30.7756,17.9713 30.786,18.0234 C30.786,18.0547 30.7704,18.0963 30.7391,18.1484 L25.0673,24.7578 L28.3954,24.7578 L28.3954,22.1328 C28.3954,21.9661 28.4423,21.8203 28.536,21.6953 C28.6923,21.5703 28.8225,21.4922 28.9266,21.4609 C29.0933,21.388 29.3016,21.2057 29.5516,20.914 C29.76,20.6849 30.01,20.2786 30.3016,19.6953 C30.3329,19.6119 30.3902,19.5703 30.4735,19.5703 C30.6298,19.5703 30.7183,19.664 30.7391,19.8515 L30.7391,24.7578 L32.1766,24.7578 C32.3537,24.7578 32.4579,24.8515 32.4891,25.039 C32.4891,25.2369 32.385,25.3359 32.1766,25.3359 L30.7391,25.3359 L30.7391,25.4922 C30.7391,26.013 30.8693,26.4557 31.1298,26.8203 C31.4318,27.1849 31.786,27.3672 32.1923,27.3672 C32.3485,27.3672 32.4266,27.4453 32.4266,27.6015 C32.4266,27.7578 32.3485,27.8359 32.1923,27.8359 C31.9214,27.8359 31.4787,27.7994 30.8641,27.7265 C30.3016,27.6328 29.8641,27.5859 29.5516,27.5859 C29.2287,27.5859 28.7912,27.6328 28.2391,27.7265 C27.6558,27.7994 27.2235,27.8359 26.9423,27.8359 C26.786,27.8359 26.7079,27.7578 26.7079,27.6015 C26.7079,27.4453 26.786,27.3672 26.9423,27.3672 C27.3381,27.3672 27.6871,27.1797 27.9891,26.8047 C28.26,26.4192 28.3954,25.9557 28.3954,25.414 L25.0673,25.414 C24.8381,25.414 24.6818,25.3515 24.5985,25.2265 C24.4839,25.1432 24.4266,25.0234 24.4266,24.8672 C24.4266,24.8255 24.5256,24.6901 24.7235,24.4609 C24.9527,24.2005 25.1871,23.8828 25.4266,23.5078 C25.7183,23.0599 25.9943,22.6015 26.2548,22.1328 C26.536,21.6015 26.7652,20.9869 26.9423,20.289 C27.1298,19.5911 27.2235,18.8776 27.2235,18.1484 C27.2235,17.9401 27.3173,17.8359 27.5048,17.8359 C27.5464,17.8359 27.6298,17.8567 27.7548,17.8984 C27.7964,17.9088 27.8798,17.9271 28.0048,17.9531 C28.1298,17.9791 28.2287,18.0026 28.3016,18.0234 C28.5412,18.0651 28.7652,18.0859 28.9735,18.0859"/>
<path class="TimeSig" d="M28.9735,28.0865 C29.3589,28.0865 29.6897,28.0423 29.9657,27.9537 C30.2417,27.8652 30.4162,27.8209 30.4891,27.8209 C30.5829,27.8209 30.6558,27.847 30.7079,27.899 C30.7496,27.9303 30.7756,27.972 30.786,28.024 C30.786,28.0553 30.7704,28.097 30.7391,28.149 L25.0673,34.7584 L28.3954,34.7584 L28.3954,32.1334 C28.3954,31.9667 28.4423,31.8209 28.536,31.6959 C28.6923,31.5709 28.8225,31.4928 28.9266,31.4615 C29.0933,31.3886 29.3016,31.2063 29.5516,30.9147 C29.76,30.6855 30.01,30.2792 30.3016,29.6959 C30.3329,29.6126 30.3902,29.5709 30.4735,29.5709 C30.6298,29.5709 30.7183,29.6647 30.7391,29.8522 L30.7391,34.7584 L32.1766,34.7584 C32.3537,34.7584 32.4579,34.8522 32.4891,35.0397 C32.4891,35.2376 32.385,35.3365 32.1766,35.3365 L30.7391,35.3365 L30.7391,35.4928 C30.7391,36.0136 30.8693,36.4563 31.1298,36.8209 C31.4318,37.1855 31.786,37.3678 32.1923,37.3678 C32.3485,37.3678 32.4266,37.4459 32.4266,37.6022 C32.4266,37.7584 32.3485,37.8365 32.1923,37.8365 C31.9214,37.8365 31.4787,37.8001 30.8641,37.7272 C30.3016,37.6334 29.8641,37.5865 29.5516,37.5865 C29.2287,37.5865 28.7912,37.6334 28.2391,37.7272 C27.6558,37.8001 27.2235,37.8365 26.9423,37.8365 C26.786,37.8365 26.7079,37.7584 26.7079,37.6022 C26.7079,37.4459 26.786,37.3678 26.9423,37.3678 C27.3381,37.3678 27.6871,37.1803 27.9891,36.8053 C28.26,36.4199 28.3954,35.9563 28.3954,35.4147 L25.0673,35.4147 C24.8381,35.4147 24.6818,35.3522 24.5985,35.2272 C24.4839,35.1438 24.4266,35.024 24.4266,34.8678 C24.4266,34.8261 24.5256,34.6907 24.7235,34.4615 C24.9527,34.2011 25.1871,33.8834 25.4266,33.5084 C25.7183,33.0605 25.9943,32.6022 26.2548,32.1334 C26.536,31.6022 26.7652,30.9876 26.9423,30.2897 C27.1298,29.5917 27.2235,28.8782 27.2235,28.149 C27.2235,27.9407 27.3173,27.8365 27.5048,27.8365 C27.5464,27.8365 27.6298,27.8574 27.7548,27.899 C27.7964,27.9095 27.8798,27.9277 28.0048,27.9537 C28.1298,27.9798 28.2287,28.0032 28.3016,28.024 C28.5412,28.0657 28.7652,28.0865 28.9735,28.0865"/>
<path class="Rest" d="M41.5683,26.2737 C41.5683,26.0341 41.7038,25.7737 41.9746,25.4925 C42.1621,25.2841 42.4486,25.0341 42.834,24.7425 C43.1152,24.555 43.3913,24.2633 43.6621,23.8675 C43.9225,23.4925 44.0527,23.081 44.0527,22.6331 C44.0527,22.1123 43.8861,21.6539 43.5527,21.2581 L42.8496,20.4143 C42.7975,20.3623 42.7715,20.2972 42.7715,20.219 C42.7715,20.1409 42.8079,20.0706 42.8808,20.0081 C42.9746,19.9352 43.0527,19.8987 43.1152,19.8987 C43.209,19.8987 43.2819,19.9404 43.334,20.0237 L46.3652,23.6175 C46.4902,23.7841 46.5527,23.9508 46.5527,24.1175 C46.5527,24.3571 46.4225,24.6175 46.1621,24.8987 C45.9954,25.0862 45.7194,25.3362 45.334,25.6487 C45.0319,25.8258 44.7454,26.1175 44.4746,26.5237 C44.2142,26.8987 44.084,27.3102 44.084,27.7581 C44.084,28.3102 44.2402,28.7737 44.5527,29.1487 L46.2246,31.1175 C46.2663,31.1591 46.2975,31.2268 46.3183,31.3206 C46.3183,31.4039 46.2871,31.4821 46.2246,31.555 C46.1308,31.6175 46.0527,31.6487 45.9902,31.6487 C45.9694,31.6487 45.8652,31.5758 45.6777,31.43 C45.4798,31.2737 45.2194,31.1227 44.8965,30.9768 C44.5319,30.8414 44.1725,30.7737 43.8183,30.7737 C43.4954,30.7737 43.2298,30.8623 43.0215,31.0393 C42.8444,31.2268 42.7558,31.581 42.7558,32.1018 C42.7558,32.8935 42.9433,33.5185 43.3183,33.9768 C43.36,34.0289 43.3652,34.0914 43.334,34.1643 C43.3131,34.2164 43.2663,34.2425 43.1933,34.2425 C43.11,34.2425 42.9121,34.0081 42.5996,33.5393 C42.2663,33.0498 41.959,32.4821 41.6777,31.8362 C41.3756,31.1591 41.2246,30.6018 41.2246,30.1643 C41.2246,29.6018 41.4902,29.3206 42.0215,29.3206 C42.6361,29.3206 43.4329,29.5289 44.4121,29.9456 L41.7715,26.7737 C41.6361,26.6071 41.5683,26.4404 41.5683,26.2737"/>
<path class="Beam" fill-rule="evenodd" d="M650.854,41.5871 L664.417,36.3351 L664.417,38.8352 L650.854,44.0872 L650.854,41.5871 "/>
<path class="Beam" fill-rule="evenodd" d="M625.027,36.5868 L638.59,31.3347 L638.59,33.8349 L625.027,39.0869 L625.027,36.5868 "/>
<path class="Beam" fill-rule="evenodd" d="M599.2,41.5871 L612.764,46.8391 L612.764,49.3393 L599.2,44.0872 L599.2,41.5871 "/>
<path class="Beam" fill-rule="evenodd" d="M579.307,13.087 L592.87,7.83496 L592.87,10.3351 L579.307,15.5871 L579.307,13.087 "/>
<path class="Beam" fill-rule="evenodd" d="M546.221,10.5868 L559.784,5.3348 L559.784,7.83496 L546.221,13.087 L546.221,10.5868 "/>
<path class="Beam" fill-rule="evenodd" d="M514.461,39.0869 L528.025,44.339 L528.025,46.8391 L514.461,41.5871 L514.461,39.0869 "/>
<path class="Beam" fill-rule="evenodd" d="M488.635,41.5871 L502.198,46.8391 L502.198,49.3393 L488.635,44.0872 L488.635,41.5871 "/>
<path class="Beam" fill-rule="evenodd" d="M462.808,45.3373 L476.371,40.0853 L476.371,42.5855 L462.808,47.8375 L462.808,45.3373 "/>
<path class="Beam" fill-rule="evenodd" d="M429.722,36.5868 L443.286,31.3347 L443.286,33.8349 L429.722,39.0869 L429.722,36.5868 "/>
<path class="Beam" fill-rule="evenodd" d="M403.895,41.5871 L417.459,46.8391 L417.459,49.3393 L403.895,44.0872 L403.895,41.5871 "/>
<path class="Beam" fill-rule="evenodd" d="M384.002,11.8369 L397.565,6.58488 L397.565,9.08504 L384.002,14.3371 L384.002,11.8369 "/>
<path class="Beam" fill-rule="evenodd" d="M358.175,15.5871 L371.739,10.3351 L371.739,12.8353 L358.175,18.0873 L358.175,15.5871 "/>
<path class="Beam" fill-rule="evenodd" d="M319.156,46.5874 L332.72,41.3354 L332.72,43.8355 L319.156,49.0876 L319.156,46.5874 "/>
<path class="Beam" fill-rule="evenodd" d="M293.33,42.8372 L306.893,37.5851 L306.893,40.0853 L293.33,45.3373 L293.33,42.8372 "/>
<path class="Beam" fill-rule="evenodd" d="M267.503,41.5871 L281.066,36.3351 L281.066,38.8352 L267.503,44.0872 L267.503,41.5871 "/>
<path class="Beam" fill-rule="evenodd" d="M241.676,41.5871 L255.24,36.3351 L255.24,38.8352 L241.676,44.0872 L241.676,41.5871 "/>
<path class="Beam" fill-rule="evenodd" d="M208.187,36.5868 L221.952,36.5868 L221.952,39.0869 L208.187,39.0869 L208.187,36.5868 "/>
<path class="Beam" fill-rule="evenodd" d="M181.956,36.5868 L195.722,31.3386 L195.722,33.8388 L181.956,39.0869 L181.956,36.5868 "/>
<path class="Beam" fill-rule="evenodd" d="M155.726,31.5865 L169.491,36.8346 L169.491,39.3348 L155.726,34.0866 L155.726,31.5865 "/>
<path class="Beam" fill-rule="evenodd" d="M128.844,37.8369 L143.261,36.5277 L143.261,39.0279 L128.844,40.337 L128.844,37.8369 "/>
</svg>
<p>The second measure has a unison [dd]. The automatic layout happens to do a good job here
by allocating the d's to string 1 and 2 respectively. We used the "nostems" attribute on the
tab staff, because stems and beams are quite redundant when also a normal staff
is present.</p>
</li>
<li><a id="perc"><b>Percussion maps</b></a> (see also <a href="https://wim.vree.org/js2/tabDrumDoc.html">the tutorial</a>)
<p>Syntax:</p>
<pre class="indent">I:percmap abc-note [staff-step] drum-sound [xml-notehead]</pre>
<ul>
<li><b>abc-note</b>: The abc note name as it appears in the music code (tune).</li>
<li><b>staff-step</b> (optional) An abc note without accidental (E,). This determines where the note appears
on the staff. When omitted (or *), the step value is taken from <em>abc-note</em>.</li>
<li><b>drum-sound</b> A General Midi (channel 10) drum sound name like: <em>bass-drum-1, side-stick, acoustic-snare</em>.
The spaces used in the
<a href="https://upload.wikimedia.org/wikipedia/commons/c/c2/GM_Standard_Drum_Map_on_the_keyboard.svg">official names</a>
have to be replaced by a minus character (drum sound names are case insensitive).
The parts of a name may be abbreviated: ba-dr-1 in stead of bass-drum-1 also works, or sid even works in stead
of side-stick, as long as the substring is unique in the set of
<a href="https://upload.wikimedia.org/wikipedia/commons/c/c2/GM_Standard_Drum_Map_on_the_keyboard.svg">
GM drum sound names</a>.
<p>In stead of a sound name also a 0-based midi number, or an equivalent abc note like F,, for 41
can be specified.
Also an * is allowed, which copies its value from <em>abc-note</em>.
The * can even be omitted if no notehead follows.</p></li>
<li><b>xml-notehead</b> (optional) This should be one of the notehead names defined in MusicXML:
<em>slash, triangle, diamond, square, cross, x, circle-x, normal, cluster, inverted triangle, arrow down,
arrow up, slashed, back slashed, do, re, mi, fa, so, la, ti, or none</em>.
<p>Spaces in a name (like: arrow down) should be replaced by a minus sign (arrow-down).
An appended plus/minus sign translates to a filled/open noteshape (e.g. diamond+, square+, normal-). A filled
halve note will look like a quarter. An empty quarter looks like a halve note. Without appended sign the filling
is determined by the duration of the note (default behaviour).</p>
<p>Note that Musescore only supports some of the standard note shapes (<em>triangle, diamond, x, circle-x</em>).
</p></li>
</ul>
<p>Examples:</p>
<pre class="indent">I:percmap E bass-drum-1 diamond</pre>
<p>The ABC note E appears as an E on the staff (staff-step is omitted) with a diamond shape
and is mapped to the GM percussion instrument called <em>bass-drum-1</em> (= midi number 36 on channel 10).</p>
<pre class="indent">I:percmap F,, E * circle-x</pre>
<p>The ABC note F,, appears as an E on the staff with a circle-x shape. No instrument name is specified (*),
thus the midi number of F,, is used as GM percussion instrument (F,, = midi number 41 = Low Floor Tom).</p>
<pre class="indent">I:percmap E hand-clap</pre>
<p>ABC note E appears as an E on the staff with a normal note shape (no shape is specified) and is mapped
to the GM percussion instrument called <em>hand-clap</em> (= midi number 39)</p>
<pre class="indent">I:percmap E 41</pre>
<p>ABC note E appears as an E on the staff and the midi number 41 is used as GM percussion instrument
(= Low Floor Tom).</p>
<p>Here is an example of a standard drum kit in more or less standard notation
(suggested to me by Stéphane David, percussionist of the Paris Opera orchestra)</p>
<pre class="indent">
X:1
L:1/4
K:D clef=perc
I:percmap E acoustic-bass-drum
I:percmap D pedal-high-hat x
I:percmap c acoustic-snare
I:percmap g closed-hi-hat x
I:percmap ^g open-hi-hat circle-x
I:percmap a crash-cymbal-1 x
I:percmap d hi-mid-tom
I:percmap A low-mid-tom
I:percmap G low-tom
I:percmap e cow-bell triangle
I:percmap _d hi-wood-block triangle
I:percmap f ride-cymbal-1
E D c g | ^g a d A | G e _d f |
w: acoustic pedal acoustic closed open crash hi\-mid low\- low cow hi\-wood ride
w: bass\-drum hi\-hat snare hi\-hat hi\-hat cymbal\-1 tom mid\-tom tom bell block cymbal\-1
</pre>
<svg class="indent" width="595.276px" height="70.8661px" viewBox="0 0 595.276 70.8661"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>drum_set_stef</title>
<desc>Generated by MuseScore 2.1.0</desc>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,12.8353 592.441,12.8353"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,17.8356 592.441,17.8356"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,22.8359 592.441,22.8359"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,27.8362 592.441,27.8362"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,32.8365 592.441,32.8365"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="592.041,12.8353 592.041,32.8365"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="420.925,12.8353 420.925,32.8365"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="227.965,12.8353 227.965,32.8365"/>
<polyline class="LedgerLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linecap="square" stroke-linejoin="bevel" points="286.511,7.83496 296.094,7.83496"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="552.197,13.7744 552.197,30.3364"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="512.243,15.5634 512.243,34.7117"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="472.474,13.0633 472.474,32.8365"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="438.823,26.8971 438.823,10.9602"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="382.612,24.3969 382.612,9.08504"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="332.507,18.7747 332.507,34.7117"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="288.336,9.89909 288.336,25.3361"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="243.554,10.3351 243.554,27.8362"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="186.117,12.3992 186.117,27.8362"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="144.344,21.2749 144.344,36.5868"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="108.505,33.3526 108.505,17.8356"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="66.7318,31.8974 66.7318,15.3354"/>
<path class="Note" d="M556.263,10.0853 C556.888,10.0853 557.419,10.2467 557.856,10.5697 C558.252,10.9238 558.45,11.3665 558.45,11.8978 C558.45,12.7936 557.992,13.6322 557.075,14.4134 C556.138,15.1947 555.132,15.5853 554.059,15.5853 C553.434,15.5853 552.908,15.4238 552.481,15.1009 C552.075,14.7467 551.872,14.304 551.872,13.7728 C551.872,12.8769 552.341,12.0384 553.278,11.2572 C554.195,10.4759 555.19,10.0853 556.263,10.0853"/>
<path class="Note" d="M513.012,21.2887 C513.012,21.2262 513.027,21.1429 513.058,21.0387 C513.058,20.997 513.066,20.9111 513.082,20.7809 C513.097,20.6507 513.105,20.5543 513.105,20.4918 C513.137,20.1585 513.152,19.8929 513.152,19.695 C513.152,18.872 513.053,18.1012 512.855,17.3825 C512.637,16.6325 512.428,16.0804 512.23,15.7262 C512.022,15.32 511.918,15.0908 511.918,15.0387 C511.918,14.8929 511.965,14.7783 512.058,14.695 C512.163,14.5908 512.288,14.5387 512.433,14.5387 C512.496,14.5387 512.689,14.6481 513.012,14.8668 C513.543,15.2314 513.928,15.4762 514.168,15.6012 C514.605,15.8929 515.209,16.1429 515.98,16.3512 C516.741,16.5804 517.548,16.695 518.402,16.695 C518.538,16.695 518.647,16.747 518.73,16.8512 C518.824,16.9345 518.871,17.0491 518.871,17.195 C518.871,17.372 518.782,17.5179 518.605,17.6325 C518.532,17.6637 518.376,17.7392 518.137,17.859 C517.897,17.9788 517.689,18.0752 517.512,18.1481 C517.012,18.3877 516.48,18.747 515.918,19.2262 C515.47,19.6116 515.116,19.9606 514.855,20.2731 C514.522,20.6689 514.316,20.945 514.238,21.1012 C514.16,21.2575 514.053,21.4189 513.918,21.5856 C513.782,21.721 513.652,21.7887 513.527,21.7887 C513.35,21.7887 513.23,21.7366 513.168,21.6325 C513.064,21.5595 513.012,21.445 513.012,21.2887"/>
<path class="Note" d="M473.243,18.7886 C473.243,18.7261 473.258,18.6427 473.289,18.5386 C473.289,18.4969 473.297,18.411 473.313,18.2807 C473.328,18.1505 473.336,18.0542 473.336,17.9917 C473.368,17.6583 473.383,17.3927 473.383,17.1948 C473.383,16.3719 473.284,15.6011 473.086,14.8823 C472.868,14.1323 472.659,13.5802 472.461,13.2261 C472.253,12.8198 472.149,12.5906 472.149,12.5386 C472.149,12.3927 472.196,12.2781 472.289,12.1948 C472.394,12.0906 472.519,12.0386 472.664,12.0386 C472.727,12.0386 472.92,12.1479 473.243,12.3667 C473.774,12.7313 474.159,12.9761 474.399,13.1011 C474.836,13.3927 475.44,13.6427 476.211,13.8511 C476.972,14.0802 477.779,14.1948 478.633,14.1948 C478.769,14.1948 478.878,14.2469 478.961,14.3511 C479.055,14.4344 479.102,14.549 479.102,14.6948 C479.102,14.8719 479.013,15.0177 478.836,15.1323 C478.763,15.1636 478.607,15.2391 478.368,15.3589 C478.128,15.4787 477.92,15.575 477.743,15.6479 C477.243,15.8875 476.711,16.2469 476.149,16.7261 C475.701,17.1115 475.347,17.4604 475.086,17.7729 C474.753,18.1688 474.547,18.4448 474.469,18.6011 C474.391,18.7573 474.284,18.9188 474.149,19.0854 C474.013,19.2208 473.883,19.2886 473.758,19.2886 C473.581,19.2886 473.461,19.2365 473.399,19.1323 C473.295,19.0594 473.243,18.9448 473.243,18.7886"/>
<path class="Note" d="M436.956,25.0862 C437.581,25.0862 438.112,25.2477 438.549,25.5706 C438.945,25.9248 439.143,26.3675 439.143,26.8987 C439.143,27.7946 438.685,28.6331 437.768,29.4143 C436.831,30.1956 435.825,30.5862 434.752,30.5862 C434.127,30.5862 433.601,30.4248 433.174,30.1018 C432.768,29.7477 432.565,29.305 432.565,28.7737 C432.565,27.8779 433.034,27.0393 433.971,26.2581 C434.888,25.4768 435.883,25.0862 436.956,25.0862"/>
<path class="Note" d="M380.744,22.5861 C381.369,22.5861 381.9,22.7475 382.338,23.0704 C382.734,23.4246 382.932,23.8673 382.932,24.3986 C382.932,25.2944 382.473,26.1329 381.557,26.9142 C380.619,27.6954 379.614,28.0861 378.541,28.0861 C377.916,28.0861 377.39,27.9246 376.963,27.6017 C376.557,27.2475 376.354,26.8048 376.354,26.2736 C376.354,25.3777 376.822,24.5392 377.76,23.7579 C378.676,22.9767 379.671,22.5861 380.744,22.5861"/>
<path class="Note" d="M336.573,15.0856 C337.198,15.0856 337.729,15.247 338.167,15.57 C338.562,15.9241 338.76,16.3668 338.76,16.8981 C338.76,17.7939 338.302,18.6325 337.385,19.4137 C336.448,20.195 335.443,20.5856 334.37,20.5856 C333.745,20.5856 333.219,20.4241 332.792,20.1012 C332.385,19.747 332.182,19.3043 332.182,18.7731 C332.182,17.8773 332.651,17.0387 333.588,16.2575 C334.505,15.4762 335.5,15.0856 336.573,15.0856"/>
<path class="Note" d="M291.308,7.11621 L293.714,5.16309 C293.777,5.111 293.834,5.08496 293.886,5.08496 C293.959,5.08496 294.027,5.111 294.089,5.16309 L294.495,5.47559 C294.558,5.53809 294.589,5.61621 294.589,5.70996 C294.589,5.77246 294.558,5.85059 294.495,5.94434 L292.167,7.83496 L294.495,9.72559 C294.558,9.7985 294.589,9.87923 294.589,9.96777 C294.589,10.0563 294.558,10.1318 294.495,10.1943 L294.089,10.5068 C294.027,10.5589 293.959,10.585 293.886,10.585 C293.834,10.585 293.777,10.5589 293.714,10.5068 L291.308,8.55371 L288.886,10.5068 C288.823,10.5589 288.766,10.585 288.714,10.585 C288.652,10.585 288.589,10.5589 288.527,10.5068 L288.105,10.1943 C288.042,10.1318 288.011,10.0537 288.011,9.95996 C288.011,9.89746 288.042,9.81934 288.105,9.72559 L290.433,7.83496 L288.105,5.94434 C288.042,5.87142 288.011,5.79069 288.011,5.70215 C288.011,5.61361 288.042,5.53809 288.105,5.47559 L288.527,5.16309 C288.589,5.111 288.652,5.08496 288.714,5.08496 C288.766,5.08496 288.823,5.111 288.886,5.16309 L291.308,7.11621 "/>
<path class="Note" d="M247.151,6.88199 C248.235,6.88199 249.156,7.21012 249.917,7.86637 C250.667,8.56428 251.042,9.3872 251.042,10.3351 C251.042,11.283 250.667,12.106 249.917,12.8039 C249.136,13.4601 248.214,13.7882 247.151,13.7882 C246.078,13.7882 245.156,13.4601 244.386,12.8039 C243.615,12.106 243.229,11.283 243.229,10.3351 C243.229,9.3872 243.615,8.56428 244.386,7.86637 C245.156,7.21012 246.078,6.88199 247.151,6.88199 M247.151,9.85074 L249.073,8.16324 C248.5,7.79866 247.862,7.61637 247.159,7.61637 C246.456,7.61637 245.802,7.79866 245.198,8.16324 L247.151,9.85074 M246.589,10.3351 L244.651,8.63199 C244.183,9.14241 243.948,9.71012 243.948,10.3351 C243.948,10.9601 244.183,11.5278 244.651,12.0382 L246.589,10.3351 M247.683,10.3351 L249.651,12.0382 C250.11,11.5382 250.339,10.9705 250.339,10.3351 C250.339,9.6997 250.11,9.13199 249.651,8.63199 L247.683,10.3351 M247.151,10.8195 L245.198,12.507 C245.802,12.8716 246.453,13.0539 247.151,13.0539 C247.87,13.0539 248.511,12.8716 249.073,12.507 L247.151,10.8195 "/>
<path class="Note" d="M189.089,9.61637 L191.495,7.66324 C191.558,7.61116 191.615,7.58512 191.667,7.58512 C191.74,7.58512 191.808,7.61116 191.87,7.66324 L192.277,7.97574 C192.339,8.03824 192.37,8.11637 192.37,8.21012 C192.37,8.27262 192.339,8.35074 192.277,8.44449 L189.948,10.3351 L192.277,12.2257 C192.339,12.2987 192.37,12.3794 192.37,12.4679 C192.37,12.5565 192.339,12.632 192.277,12.6945 L191.87,13.007 C191.808,13.0591 191.74,13.0851 191.667,13.0851 C191.615,13.0851 191.558,13.0591 191.495,13.007 L189.089,11.0539 L186.667,13.007 C186.605,13.0591 186.547,13.0851 186.495,13.0851 C186.433,13.0851 186.37,13.0591 186.308,13.007 L185.886,12.6945 C185.823,12.632 185.792,12.5539 185.792,12.4601 C185.792,12.3976 185.823,12.3195 185.886,12.2257 L188.214,10.3351 L185.886,8.44449 C185.823,8.37158 185.792,8.29085 185.792,8.20231 C185.792,8.11376 185.823,8.03824 185.886,7.97574 L186.308,7.66324 C186.37,7.61116 186.433,7.58512 186.495,7.58512 C186.547,7.58512 186.605,7.61116 186.667,7.66324 L189.089,9.61637 "/>
<path class="Note" d="M148.41,17.5857 C149.035,17.5857 149.566,17.7472 150.004,18.0701 C150.4,18.4243 150.597,18.867 150.597,19.3982 C150.597,20.2941 150.139,21.1326 149.222,21.9139 C148.285,22.6951 147.28,23.0857 146.207,23.0857 C145.582,23.0857 145.056,22.9243 144.629,22.6014 C144.222,22.2472 144.019,21.8045 144.019,21.2732 C144.019,20.3774 144.488,19.5389 145.426,18.7576 C146.342,17.9764 147.337,17.5857 148.41,17.5857"/>
<path class="Note" d="M105.543,34.6179 L107.95,32.6648 C108.012,32.6127 108.069,32.5867 108.121,32.5867 C108.194,32.5867 108.262,32.6127 108.325,32.6648 L108.731,32.9773 C108.793,33.0398 108.825,33.1179 108.825,33.2117 C108.825,33.2742 108.793,33.3523 108.731,33.4461 L106.403,35.3367 L108.731,37.2273 C108.793,37.3002 108.825,37.381 108.825,37.4695 C108.825,37.558 108.793,37.6336 108.731,37.6961 L108.325,38.0086 C108.262,38.0607 108.194,38.0867 108.121,38.0867 C108.069,38.0867 108.012,38.0607 107.95,38.0086 L105.543,36.0554 L103.121,38.0086 C103.059,38.0607 103.002,38.0867 102.95,38.0867 C102.887,38.0867 102.825,38.0607 102.762,38.0086 L102.34,37.6961 C102.278,37.6336 102.246,37.5554 102.246,37.4617 C102.246,37.3992 102.278,37.3211 102.34,37.2273 L104.668,35.3367 L102.34,33.4461 C102.278,33.3732 102.246,33.2924 102.246,33.2039 C102.246,33.1153 102.278,33.0398 102.34,32.9773 L102.762,32.6648 C102.825,32.6127 102.887,32.5867 102.95,32.5867 C103.002,32.5867 103.059,32.6127 103.121,32.6648 L105.543,34.6179 "/>
<path class="Note" d="M64.8642,30.0865 C65.4892,30.0865 66.0204,30.248 66.4579,30.5709 C66.8538,30.9251 67.0517,31.3678 67.0517,31.899 C67.0517,32.7949 66.5934,33.6334 65.6767,34.4147 C64.7392,35.1959 63.734,35.5865 62.6611,35.5865 C62.0361,35.5865 61.51,35.4251 61.0829,35.1022 C60.6767,34.748 60.4736,34.3053 60.4736,33.774 C60.4736,32.8782 60.9423,32.0397 61.8798,31.2584 C62.7965,30.4772 63.7913,30.0865 64.8642,30.0865"/>
<path class="Clef" d="M15.8473,27.8359 L14.0036,27.8359 C13.8578,27.8359 13.7848,27.7734 13.7848,27.6484 L13.7848,18.0234 C13.7848,17.8984 13.8578,17.8359 14.0036,17.8359 L15.8473,17.8359 C15.9723,17.8359 16.0348,17.8984 16.0348,18.0234 L16.0348,27.6484 C16.0348,27.7734 15.9723,27.8359 15.8473,27.8359 M11.4255,27.8359 L9.5661,27.8359 C9.4411,27.8359 9.3786,27.7734 9.3786,27.6484 L9.3786,18.0234 C9.3786,17.8984 9.4411,17.8359 9.5661,17.8359 L11.4255,17.8359 C11.5713,17.8359 11.6442,17.8984 11.6442,18.0234 L11.6442,27.6484 C11.6442,27.7734 11.5713,27.8359 11.4255,27.8359"/>
<path class="TimeSig" d="M28.9204,13.0856 C29.3058,13.0856 29.6365,13.0413 29.9126,12.9528 C30.1886,12.8642 30.3631,12.82 30.436,12.82 C30.5298,12.82 30.6027,12.846 30.6548,12.8981 C30.6964,12.9293 30.7225,12.971 30.7329,13.0231 C30.7329,13.0543 30.7173,13.096 30.686,13.1481 L25.0141,19.7575 L28.3423,19.7575 L28.3423,17.1325 C28.3423,16.9658 28.3891,16.82 28.4829,16.695 C28.6391,16.57 28.7693,16.4918 28.8735,16.4606 C29.0402,16.3877 29.2485,16.2054 29.4985,15.9137 C29.7068,15.6845 29.9568,15.2783 30.2485,14.695 C30.2798,14.6116 30.337,14.57 30.4204,14.57 C30.5766,14.57 30.6652,14.6637 30.686,14.8512 L30.686,19.7575 L32.1235,19.7575 C32.3006,19.7575 32.4048,19.8512 32.436,20.0387 C32.436,20.2366 32.3318,20.3356 32.1235,20.3356 L30.686,20.3356 L30.686,20.4918 C30.686,21.0127 30.8162,21.4554 31.0766,21.82 C31.3787,22.1845 31.7329,22.3668 32.1391,22.3668 C32.2954,22.3668 32.3735,22.445 32.3735,22.6012 C32.3735,22.7575 32.2954,22.8356 32.1391,22.8356 C31.8683,22.8356 31.4256,22.7991 30.811,22.7262 C30.2485,22.6325 29.811,22.5856 29.4985,22.5856 C29.1756,22.5856 28.7381,22.6325 28.186,22.7262 C27.6027,22.7991 27.1704,22.8356 26.8891,22.8356 C26.7329,22.8356 26.6548,22.7575 26.6548,22.6012 C26.6548,22.445 26.7329,22.3668 26.8891,22.3668 C27.285,22.3668 27.6339,22.1793 27.936,21.8043 C28.2068,21.4189 28.3423,20.9554 28.3423,20.4137 L25.0141,20.4137 C24.785,20.4137 24.6287,20.3512 24.5454,20.2262 C24.4308,20.1429 24.3735,20.0231 24.3735,19.8668 C24.3735,19.8252 24.4725,19.6898 24.6704,19.4606 C24.8995,19.2002 25.1339,18.8825 25.3735,18.5075 C25.6652,18.0595 25.9412,17.6012 26.2016,17.1325 C26.4829,16.6012 26.712,15.9866 26.8891,15.2887 C27.0766,14.5908 27.1704,13.8773 27.1704,13.1481 C27.1704,12.9398 27.2641,12.8356 27.4516,12.8356 C27.4933,12.8356 27.5766,12.8564 27.7016,12.8981 C27.7433,12.9085 27.8266,12.9267 27.9516,12.9528 C28.0766,12.9788 28.1756,13.0023 28.2485,13.0231 C28.4881,13.0648 28.712,13.0856 28.9204,13.0856"/>
<path class="TimeSig" d="M28.9204,23.0862 C29.3058,23.0862 29.6365,23.0419 29.9126,22.9534 C30.1886,22.8649 30.3631,22.8206 30.436,22.8206 C30.5298,22.8206 30.6027,22.8466 30.6548,22.8987 C30.6964,22.93 30.7225,22.9716 30.7329,23.0237 C30.7329,23.055 30.7173,23.0966 30.686,23.1487 L25.0141,29.7581 L28.3423,29.7581 L28.3423,27.1331 C28.3423,26.9664 28.3891,26.8206 28.4829,26.6956 C28.6391,26.5706 28.7693,26.4925 28.8735,26.4612 C29.0402,26.3883 29.2485,26.206 29.4985,25.9143 C29.7068,25.6852 29.9568,25.2789 30.2485,24.6956 C30.2798,24.6123 30.337,24.5706 30.4204,24.5706 C30.5766,24.5706 30.6652,24.6643 30.686,24.8518 L30.686,29.7581 L32.1235,29.7581 C32.3006,29.7581 32.4048,29.8518 32.436,30.0393 C32.436,30.2373 32.3318,30.3362 32.1235,30.3362 L30.686,30.3362 L30.686,30.4925 C30.686,31.0133 30.8162,31.456 31.0766,31.8206 C31.3787,32.1852 31.7329,32.3675 32.1391,32.3675 C32.2954,32.3675 32.3735,32.4456 32.3735,32.6018 C32.3735,32.7581 32.2954,32.8362 32.1391,32.8362 C31.8683,32.8362 31.4256,32.7998 30.811,32.7268 C30.2485,32.6331 29.811,32.5862 29.4985,32.5862 C29.1756,32.5862 28.7381,32.6331 28.186,32.7268 C27.6027,32.7998 27.1704,32.8362 26.8891,32.8362 C26.7329,32.8362 26.6548,32.7581 26.6548,32.6018 C26.6548,32.4456 26.7329,32.3675 26.8891,32.3675 C27.285,32.3675 27.6339,32.18 27.936,31.805 C28.2068,31.4196 28.3423,30.956 28.3423,30.4143 L25.0141,30.4143 C24.785,30.4143 24.6287,30.3518 24.5454,30.2268 C24.4308,30.1435 24.3735,30.0237 24.3735,29.8675 C24.3735,29.8258 24.4725,29.6904 24.6704,29.4612 C24.8995,29.2008 25.1339,28.8831 25.3735,28.5081 C25.6652,28.0602 25.9412,27.6018 26.2016,27.1331 C26.4829,26.6018 26.712,25.9873 26.8891,25.2893 C27.0766,24.5914 27.1704,23.8779 27.1704,23.1487 C27.1704,22.9404 27.2641,22.8362 27.4516,22.8362 C27.4933,22.8362 27.5766,22.8571 27.7016,22.8987 C27.7433,22.9091 27.8266,22.9274 27.9516,22.9534 C28.0766,22.9794 28.1756,23.0029 28.2485,23.0237 C28.4881,23.0654 28.712,23.0862 28.9204,23.0862"/>
<path class="Lyrics" d="M539.093,63.494 C539.093,62.6815 539.333,62.0253 539.812,61.5253 C540.291,61.0253 540.854,60.7753 541.499,60.7753 C541.947,60.7753 542.335,60.8873 542.664,61.1112 C542.992,61.3352 543.156,61.6034 543.156,61.9159 C543.156,62.0409 543.106,62.1503 543.007,62.244 C542.908,62.3378 542.786,62.3847 542.64,62.3847 C542.401,62.3847 542.234,62.218 542.14,61.8847 L542.078,61.6347 C542.026,61.4263 541.955,61.2857 541.867,61.2128 C541.778,61.1399 541.635,61.1034 541.437,61.1034 C540.989,61.1034 540.63,61.2805 540.359,61.6347 C540.088,61.9888 539.953,62.4472 539.953,63.0097 C539.953,63.6347 540.109,64.1477 540.421,64.5487 C540.734,64.9498 541.14,65.1503 541.64,65.1503 C541.953,65.1503 542.218,65.0722 542.437,64.9159 C542.656,64.7597 542.895,64.494 543.156,64.119 L543.312,64.2128 C543.239,64.3586 543.177,64.481 543.124,64.58 C543.072,64.6789 542.976,64.8222 542.835,65.0097 C542.695,65.1972 542.554,65.3508 542.414,65.4706 C542.273,65.5904 542.091,65.6998 541.867,65.7987 C541.643,65.8977 541.416,65.9472 541.187,65.9472 C540.572,65.9472 540.07,65.718 539.679,65.2597 C539.289,64.8013 539.093,64.2128 539.093,63.494 M545.249,67.3065 C545.458,67.3065 545.674,67.08 545.898,66.6269 C546.122,66.1737 546.234,65.843 546.234,65.6347 C546.234,65.5305 546.072,65.1607 545.749,64.5253 L544.296,61.4003 C544.213,61.2024 544.031,61.0826 543.749,61.0409 L543.749,60.8847 L546.015,60.8847 L546.015,61.0565 C545.776,61.0565 545.609,61.08 545.515,61.1269 C545.421,61.1737 545.374,61.2493 545.374,61.3534 C545.374,61.4576 545.411,61.593 545.484,61.7597 L546.749,64.5565 L547.812,61.5097 C547.843,61.4472 547.859,61.3847 547.859,61.3222 C547.859,61.1451 547.682,61.0565 547.328,61.0565 L547.328,60.8847 L548.812,60.8847 L548.812,61.0565 C548.677,61.067 548.572,61.1086 548.499,61.1815 C548.427,61.2545 548.354,61.3743 548.281,61.5409 L546.593,66.0409 C546.302,66.8326 546.01,67.3951 545.718,67.7284 C545.427,68.0618 545.098,68.2284 544.734,68.2284 C544.494,68.2284 544.299,68.1685 544.148,68.0487 C543.997,67.9289 543.921,67.7805 543.921,67.6034 C543.921,67.468 543.968,67.3534 544.062,67.2597 C544.156,67.1659 544.265,67.119 544.39,67.119 C544.557,67.119 544.731,67.1503 544.914,67.2128 C545.096,67.2753 545.208,67.3065 545.249,67.3065 M548.999,61.4784 L548.999,61.2909 C549.531,61.1347 550.046,60.9628 550.546,60.7753 L550.624,60.8065 L550.624,61.6503 C551.083,61.2961 551.421,61.0618 551.64,60.9472 C551.859,60.8326 552.088,60.7753 552.328,60.7753 C552.911,60.7753 553.302,61.093 553.499,61.7284 C554.072,61.093 554.666,60.7753 555.281,60.7753 C556.145,60.7753 556.578,61.4315 556.578,62.744 L556.578,65.0097 C556.578,65.4159 556.734,65.6295 557.046,65.6503 L557.328,65.6659 L557.328,65.8378 L554.906,65.8378 L554.906,65.6659 C555.229,65.6347 555.432,65.5748 555.515,65.4862 C555.598,65.3977 555.64,65.1972 555.64,64.8847 L555.64,62.5722 C555.64,62.1243 555.58,61.8118 555.46,61.6347 C555.341,61.4576 555.124,61.369 554.812,61.369 C554.333,61.369 553.937,61.593 553.624,62.0409 L553.624,64.7909 C553.624,65.1347 553.677,65.3664 553.781,65.4862 C553.885,65.606 554.098,65.6659 554.421,65.6659 L554.421,65.8378 L551.937,65.8378 L551.937,65.6659 C552.249,65.6451 552.453,65.5878 552.546,65.494 C552.64,65.4003 552.687,65.2024 552.687,64.9003 L552.687,62.5253 C552.687,61.7545 552.447,61.369 551.968,61.369 C551.76,61.369 551.531,61.4211 551.281,61.5253 C551.031,61.6295 550.828,61.7961 550.671,62.0253 L550.671,65.1034 C550.671,65.3118 550.723,65.455 550.828,65.5331 C550.932,65.6112 551.13,65.6555 551.421,65.6659 L551.421,65.8378 L548.968,65.8378 L548.968,65.6659 C549.281,65.6659 549.486,65.6138 549.585,65.5097 C549.684,65.4055 549.734,65.2024 549.734,64.9003 L549.734,62.1347 C549.734,61.8743 549.708,61.692 549.656,61.5878 C549.604,61.4836 549.505,61.4315 549.359,61.4315 C549.244,61.4315 549.124,61.4472 548.999,61.4784 M559.187,58.3534 L559.187,61.6815 C559.302,61.4211 559.502,61.205 559.789,61.0331 C560.075,60.8612 560.385,60.7753 560.718,60.7753 C561.26,60.7753 561.71,61.0045 562.07,61.4628 C562.429,61.9211 562.609,62.4836 562.609,63.1503 C562.609,63.942 562.367,64.606 561.882,65.1425 C561.398,65.6789 560.796,65.9472 560.078,65.9472 C559.64,65.9472 559.229,65.8743 558.843,65.7284 C558.458,65.5826 558.265,65.4263 558.265,65.2597 L558.265,59.5409 C558.265,59.3118 558.229,59.1607 558.156,59.0878 C558.083,59.0149 557.937,58.9784 557.718,58.9784 C557.635,58.9784 557.572,58.9784 557.531,58.9784 L557.531,58.8065 C558.104,58.6711 558.64,58.5097 559.14,58.3222 L559.187,58.3534 M559.187,62.2753 L559.187,65.0878 C559.187,65.2232 559.294,65.3456 559.507,65.455 C559.721,65.5644 559.968,65.619 560.249,65.619 C560.708,65.619 561.059,65.4472 561.304,65.1034 C561.549,64.7597 561.671,64.2805 561.671,63.6659 C561.671,62.9888 561.546,62.4472 561.296,62.0409 C561.046,61.6347 560.708,61.4315 560.281,61.4315 C559.989,61.4315 559.734,61.5175 559.515,61.6894 C559.296,61.8612 559.187,62.0565 559.187,62.2753 M563.234,64.744 C563.234,64.619 563.249,64.4993 563.281,64.3847 C563.312,64.2701 563.364,64.1633 563.437,64.0644 C563.51,63.9654 563.578,63.8769 563.64,63.7987 C563.703,63.7206 563.799,63.6399 563.929,63.5565 C564.059,63.4732 564.169,63.4029 564.257,63.3456 C564.346,63.2883 564.479,63.2206 564.656,63.1425 C564.833,63.0644 564.968,63.0071 565.062,62.9706 C565.156,62.9341 565.302,62.8743 565.499,62.7909 C565.697,62.7076 565.843,62.6503 565.937,62.619 L565.937,61.9472 C565.937,61.343 565.661,61.0409 565.109,61.0409 C564.89,61.0409 564.705,61.093 564.554,61.1972 C564.403,61.3013 564.328,61.4315 564.328,61.5878 C564.328,61.6399 564.335,61.718 564.351,61.8222 C564.367,61.9263 564.374,61.994 564.374,62.0253 C564.374,62.1503 564.325,62.2571 564.226,62.3456 C564.127,62.4341 564.01,62.4784 563.874,62.4784 C563.749,62.4784 563.637,62.4315 563.539,62.3378 C563.44,62.244 563.39,62.1347 563.39,62.0097 C563.39,61.6659 563.57,61.3743 563.929,61.1347 C564.289,60.8951 564.729,60.7753 565.249,60.7753 C565.843,60.7753 566.249,60.9185 566.468,61.205 C566.687,61.4914 566.796,61.9315 566.796,62.5253 L566.796,64.6659 C566.796,64.9055 566.82,65.0696 566.867,65.1581 C566.914,65.2466 566.999,65.2909 567.124,65.2909 C567.281,65.2909 567.442,65.2232 567.609,65.0878 L567.609,65.3847 C567.421,65.6034 567.257,65.7519 567.117,65.83 C566.976,65.9081 566.812,65.9472 566.624,65.9472 C566.406,65.9472 566.247,65.8821 566.148,65.7519 C566.049,65.6216 565.984,65.4107 565.953,65.119 C565.328,65.6711 564.796,65.9472 564.359,65.9472 C564.026,65.9472 563.755,65.8352 563.546,65.6112 C563.338,65.3873 563.234,65.0982 563.234,64.744 M565.937,64.4628 L565.937,62.8847 C565.281,63.1243 564.822,63.356 564.562,63.58 C564.302,63.8039 564.171,64.0774 564.171,64.4003 C564.171,64.7024 564.244,64.9263 564.39,65.0722 C564.536,65.218 564.692,65.2909 564.859,65.2909 C565.109,65.2909 565.374,65.2076 565.656,65.0409 C565.77,64.968 565.846,64.8951 565.882,64.8222 C565.919,64.7493 565.937,64.6295 565.937,64.4628 M567.796,58.9784 L567.796,58.8065 C568.526,58.6295 569.114,58.468 569.562,58.3222 L569.609,58.3534 L569.609,64.9159 C569.609,65.218 569.658,65.4133 569.757,65.5019 C569.856,65.5904 570.078,65.6451 570.421,65.6659 L570.421,65.8378 L567.812,65.8378 L567.812,65.6659 C568.166,65.6451 568.398,65.5826 568.507,65.4784 C568.617,65.3743 568.671,65.1763 568.671,64.8847 L568.671,59.6347 C568.671,59.3743 568.637,59.1972 568.57,59.1034 C568.502,59.0097 568.38,58.9628 568.203,58.9628 C568.057,58.9628 567.921,58.968 567.796,58.9784 M570.937,63.0409 L573.656,63.0409 L573.656,63.6972 L570.937,63.6972 L570.937,63.0409 M576.187,59.3065 C576.052,59.3065 575.786,59.3899 575.39,59.5565 L575.39,59.4003 L577.359,58.4003 L577.453,58.4159 L577.453,65.0253 C577.453,65.2857 577.518,65.4576 577.648,65.5409 C577.778,65.6243 578.062,65.6659 578.499,65.6659 L578.499,65.8378 L575.468,65.8378 L575.468,65.6659 C575.885,65.6555 576.164,65.5982 576.304,65.494 C576.445,65.3899 576.515,65.1659 576.515,64.8222 L576.515,59.8378 C576.515,59.4836 576.406,59.3065 576.187,59.3065"/>
<path class="Lyrics" d="M549.898,48.8222 C549.783,48.8222 549.645,48.7571 549.484,48.6269 C549.322,48.4966 549.216,48.4315 549.164,48.4315 C549.018,48.4315 548.854,48.5409 548.671,48.7597 C548.489,48.9784 548.398,49.1763 548.398,49.3534 L548.398,51.8378 C548.398,52.1607 548.46,52.3769 548.585,52.4862 C548.71,52.5956 548.96,52.6555 549.335,52.6659 L549.335,52.8378 L546.679,52.8378 L546.679,52.6659 C547.033,52.6034 547.252,52.5305 547.335,52.4472 C547.419,52.3638 547.46,52.1815 547.46,51.9003 L547.46,49.1347 C547.46,48.8951 547.432,48.7232 547.374,48.619 C547.317,48.5149 547.221,48.4628 547.085,48.4628 C546.971,48.4628 546.841,48.4784 546.695,48.5097 L546.695,48.3378 C547.289,48.1607 547.835,47.9732 548.335,47.7753 L548.398,47.7909 L548.398,48.7753 C548.669,48.4003 548.901,48.1399 549.093,47.994 C549.286,47.8482 549.492,47.7753 549.71,47.7753 C549.908,47.7753 550.059,47.8248 550.164,47.9237 C550.268,48.0227 550.32,48.1607 550.32,48.3378 C550.32,48.494 550.281,48.6138 550.203,48.6972 C550.124,48.7805 550.023,48.8222 549.898,48.8222 M551.039,48.5097 C550.872,48.5097 550.716,48.5201 550.57,48.5409 L550.57,48.3847 C551.091,48.2388 551.664,48.0357 552.289,47.7753 L552.335,47.8065 L552.335,51.7128 C552.335,52.1086 552.38,52.3612 552.468,52.4706 C552.557,52.58 552.783,52.6451 553.148,52.6659 L553.148,52.8378 L550.523,52.8378 L550.523,52.6659 C550.908,52.6451 551.151,52.58 551.249,52.4706 C551.348,52.3612 551.398,52.1086 551.398,51.7128 L551.398,49.1659 C551.398,48.9263 551.369,48.7571 551.312,48.6581 C551.255,48.5591 551.164,48.5097 551.039,48.5097 M551.757,45.3222 C551.924,45.3222 552.062,45.3769 552.171,45.4862 C552.281,45.5956 552.335,45.7284 552.335,45.8847 C552.335,46.0409 552.281,46.1737 552.171,46.2831 C552.062,46.3925 551.924,46.4472 551.757,46.4472 C551.611,46.4472 551.484,46.3925 551.374,46.2831 C551.265,46.1737 551.21,46.0409 551.21,45.8847 C551.21,45.7284 551.265,45.5956 551.374,45.4862 C551.484,45.3769 551.611,45.3222 551.757,45.3222 M557.164,52.9472 L557.117,52.9159 L557.117,52.1972 C556.762,52.6972 556.289,52.9472 555.695,52.9472 C555.091,52.9472 554.604,52.7284 554.234,52.2909 C553.864,51.8534 553.679,51.2805 553.679,50.5722 C553.679,49.8013 553.901,49.1425 554.343,48.5956 C554.786,48.0487 555.325,47.7753 555.96,47.7753 C556.356,47.7753 556.742,47.942 557.117,48.2753 L557.117,46.5409 C557.117,46.3118 557.083,46.1607 557.015,46.0878 C556.947,46.0149 556.815,45.9784 556.617,45.9784 C556.512,45.9784 556.429,45.9784 556.367,45.9784 L556.367,45.8065 C557.044,45.6295 557.585,45.468 557.992,45.3222 L558.054,45.3534 L558.054,51.5722 C558.054,51.8222 558.085,51.9888 558.148,52.0722 C558.21,52.1555 558.341,52.1972 558.539,52.1972 C558.57,52.1972 558.653,52.192 558.789,52.1815 L558.789,52.3534 L557.164,52.9472 M556.132,52.3534 C556.414,52.3534 556.648,52.2753 556.835,52.119 C557.023,51.9628 557.117,51.8222 557.117,51.6972 L557.117,49.1972 C557.117,48.9055 557.002,48.6503 556.773,48.4315 C556.544,48.2128 556.283,48.1034 555.992,48.1034 C555.575,48.1034 555.239,48.2883 554.984,48.6581 C554.729,49.0279 554.601,49.5253 554.601,50.1503 C554.601,50.817 554.742,51.3508 555.023,51.7519 C555.304,52.1529 555.674,52.3534 556.132,52.3534 M560.023,49.7909 C560.033,50.2493 560.093,50.6399 560.203,50.9628 C560.312,51.2857 560.455,51.5305 560.632,51.6972 C560.809,51.8638 560.986,51.981 561.164,52.0487 C561.341,52.1164 561.528,52.1503 561.726,52.1503 C562.08,52.1503 562.387,52.0618 562.648,51.8847 C562.908,51.7076 563.169,51.4159 563.429,51.0097 L563.617,51.0878 C563.387,51.692 563.07,52.1529 562.664,52.4706 C562.257,52.7883 561.794,52.9472 561.273,52.9472 C560.648,52.9472 560.14,52.7232 559.749,52.2753 C559.359,51.8274 559.164,51.2284 559.164,50.4784 C559.164,49.6659 559.387,49.0123 559.835,48.5175 C560.283,48.0227 560.846,47.7753 561.523,47.7753 C562.075,47.7753 562.507,47.942 562.82,48.2753 C563.132,48.6086 563.325,49.1138 563.398,49.7909 L560.023,49.7909 M560.039,49.4628 L562.289,49.4628 C562.216,48.9836 562.101,48.6529 561.945,48.4706 C561.789,48.2883 561.544,48.1972 561.21,48.1972 C560.544,48.1972 560.153,48.619 560.039,49.4628"/>
<path class="Lyrics" d="M505.051,58.3534 L505.051,61.6815 C505.165,61.4211 505.366,61.205 505.652,61.0331 C505.939,60.8612 506.249,60.7753 506.582,60.7753 C507.124,60.7753 507.574,61.0045 507.934,61.4628 C508.293,61.9211 508.473,62.4836 508.473,63.1503 C508.473,63.942 508.23,64.606 507.746,65.1425 C507.262,65.6789 506.66,65.9472 505.941,65.9472 C505.504,65.9472 505.092,65.8743 504.707,65.7284 C504.322,65.5826 504.129,65.4263 504.129,65.2597 L504.129,59.5409 C504.129,59.3118 504.092,59.1607 504.02,59.0878 C503.947,59.0149 503.801,58.9784 503.582,58.9784 C503.499,58.9784 503.436,58.9784 503.395,58.9784 L503.395,58.8065 C503.967,58.6711 504.504,58.5097 505.004,58.3222 L505.051,58.3534 M505.051,62.2753 L505.051,65.0878 C505.051,65.2232 505.158,65.3456 505.371,65.455 C505.585,65.5644 505.832,65.619 506.113,65.619 C506.572,65.619 506.923,65.4472 507.168,65.1034 C507.413,64.7597 507.535,64.2805 507.535,63.6659 C507.535,62.9888 507.41,62.4472 507.16,62.0409 C506.91,61.6347 506.572,61.4315 506.145,61.4315 C505.853,61.4315 505.598,61.5175 505.379,61.6894 C505.16,61.8612 505.051,62.0565 505.051,62.2753 M508.879,58.9784 L508.879,58.8065 C509.608,58.6295 510.197,58.468 510.645,58.3222 L510.691,58.3534 L510.691,64.9159 C510.691,65.218 510.741,65.4133 510.84,65.5019 C510.939,65.5904 511.16,65.6451 511.504,65.6659 L511.504,65.8378 L508.895,65.8378 L508.895,65.6659 C509.249,65.6451 509.48,65.5826 509.59,65.4784 C509.699,65.3743 509.754,65.1763 509.754,64.8847 L509.754,59.6347 C509.754,59.3743 509.72,59.1972 509.652,59.1034 C509.585,59.0097 509.462,58.9628 509.285,58.9628 C509.139,58.9628 509.004,58.968 508.879,58.9784 M514.316,60.7753 C515.025,60.7753 515.608,61.0097 516.066,61.4784 C516.525,61.9472 516.754,62.5409 516.754,63.2597 C516.754,64.0201 516.517,64.6581 516.043,65.1737 C515.569,65.6894 514.988,65.9472 514.301,65.9472 C513.613,65.9472 513.038,65.6998 512.574,65.205 C512.111,64.7102 511.879,64.093 511.879,63.3534 C511.879,62.593 512.105,61.9732 512.559,61.494 C513.012,61.0149 513.598,60.7753 514.316,60.7753 M512.879,62.8222 C512.879,63.593 513.022,64.2519 513.309,64.7987 C513.595,65.3456 513.967,65.619 514.426,65.619 C514.842,65.619 515.165,65.4446 515.395,65.0956 C515.624,64.7466 515.738,64.2649 515.738,63.6503 C515.738,62.9003 515.592,62.2883 515.301,61.8144 C515.009,61.3404 514.634,61.1034 514.176,61.1034 C513.79,61.1034 513.478,61.2597 513.238,61.5722 C512.999,61.8847 512.879,62.3013 512.879,62.8222 M517.27,63.494 C517.27,62.6815 517.509,62.0253 517.988,61.5253 C518.467,61.0253 519.03,60.7753 519.676,60.7753 C520.124,60.7753 520.512,60.8873 520.84,61.1112 C521.168,61.3352 521.332,61.6034 521.332,61.9159 C521.332,62.0409 521.283,62.1503 521.184,62.244 C521.085,62.3378 520.962,62.3847 520.816,62.3847 C520.577,62.3847 520.41,62.218 520.316,61.8847 L520.254,61.6347 C520.202,61.4263 520.132,61.2857 520.043,61.2128 C519.954,61.1399 519.811,61.1034 519.613,61.1034 C519.165,61.1034 518.806,61.2805 518.535,61.6347 C518.264,61.9888 518.129,62.4472 518.129,63.0097 C518.129,63.6347 518.285,64.1477 518.598,64.5487 C518.91,64.9498 519.316,65.1503 519.816,65.1503 C520.129,65.1503 520.395,65.0722 520.613,64.9159 C520.832,64.7597 521.072,64.494 521.332,64.119 L521.488,64.2128 C521.415,64.3586 521.353,64.481 521.301,64.58 C521.249,64.6789 521.152,64.8222 521.012,65.0097 C520.871,65.1972 520.73,65.3508 520.59,65.4706 C520.449,65.5904 520.267,65.6998 520.043,65.7987 C519.819,65.8977 519.592,65.9472 519.363,65.9472 C518.749,65.9472 518.246,65.718 517.855,65.2597 C517.465,64.8013 517.27,64.2128 517.27,63.494 M521.973,58.9784 L521.973,58.8065 C522.598,58.6503 523.171,58.4888 523.691,58.3222 L523.738,58.3534 L523.738,62.9628 L525.238,61.619 C525.405,61.4732 525.488,61.3482 525.488,61.244 C525.488,61.1711 525.452,61.1216 525.379,61.0956 C525.306,61.0696 525.16,61.0513 524.941,61.0409 L524.941,60.8847 L527.191,60.8847 L527.191,61.0565 C527.025,61.0565 526.892,61.0644 526.793,61.08 C526.694,61.0956 526.551,61.1451 526.363,61.2284 C526.176,61.3118 525.96,61.4524 525.715,61.6503 C525.47,61.8482 525.171,62.1086 524.816,62.4315 L524.488,62.7284 L526.176,64.869 C526.405,65.1503 526.616,65.3508 526.809,65.4706 C527.001,65.5904 527.217,65.6555 527.457,65.6659 L527.457,65.8378 L525.066,65.8378 L525.066,65.6659 C525.358,65.6659 525.504,65.6138 525.504,65.5097 C525.504,65.4784 525.493,65.442 525.473,65.4003 C525.452,65.3586 525.418,65.3118 525.371,65.2597 C525.324,65.2076 525.29,65.1659 525.27,65.1347 L523.738,63.0722 L523.738,64.9628 C523.738,65.2232 523.78,65.3899 523.863,65.4628 C523.947,65.5357 524.181,65.6034 524.566,65.6659 L524.566,65.8378 L521.973,65.8378 L521.973,65.6659 C522.368,65.6034 522.605,65.5383 522.684,65.4706 C522.762,65.4029 522.801,65.2232 522.801,64.9315 L522.801,59.6347 C522.801,59.3743 522.767,59.1972 522.699,59.1034 C522.632,59.0097 522.509,58.9628 522.332,58.9628 C522.228,58.9628 522.108,58.968 521.973,58.9784"/>
<path class="Lyrics" d="M499.176,49.0565 L499.176,51.7128 C499.176,52.0982 499.22,52.3456 499.309,52.455 C499.397,52.5644 499.603,52.6347 499.926,52.6659 L499.926,52.8378 L497.535,52.8378 L497.535,52.6659 C497.848,52.6243 498.043,52.5513 498.121,52.4472 C498.199,52.343 498.238,52.0982 498.238,51.7128 L498.238,46.5409 C498.238,46.3013 498.207,46.1451 498.145,46.0722 C498.082,45.9993 497.947,45.9628 497.738,45.9628 C497.686,45.9628 497.624,45.968 497.551,45.9784 L497.551,45.8065 C498.072,45.6711 498.592,45.5097 499.113,45.3222 L499.176,45.3534 L499.176,48.6972 C499.426,48.3743 499.676,48.1399 499.926,47.994 C500.176,47.8482 500.462,47.7753 500.785,47.7753 C501.691,47.7753 502.145,48.3586 502.145,49.5253 L502.145,51.7128 C502.145,52.0982 502.178,52.3404 502.246,52.4394 C502.314,52.5383 502.499,52.6138 502.801,52.6659 L502.801,52.8378 L500.457,52.8378 L500.457,52.6659 C500.78,52.6451 500.986,52.5748 501.074,52.455 C501.163,52.3352 501.207,52.0878 501.207,51.7128 L501.207,49.5409 C501.207,48.7597 500.936,48.369 500.395,48.369 C500.176,48.369 499.975,48.4237 499.793,48.5331 C499.611,48.6425 499.405,48.817 499.176,49.0565 M503.582,48.5097 C503.415,48.5097 503.259,48.5201 503.113,48.5409 L503.113,48.3847 C503.634,48.2388 504.207,48.0357 504.832,47.7753 L504.879,47.8065 L504.879,51.7128 C504.879,52.1086 504.923,52.3612 505.012,52.4706 C505.1,52.58 505.327,52.6451 505.691,52.6659 L505.691,52.8378 L503.066,52.8378 L503.066,52.6659 C503.452,52.6451 503.694,52.58 503.793,52.4706 C503.892,52.3612 503.941,52.1086 503.941,51.7128 L503.941,49.1659 C503.941,48.9263 503.913,48.7571 503.855,48.6581 C503.798,48.5591 503.707,48.5097 503.582,48.5097 M504.301,45.3222 C504.467,45.3222 504.605,45.3769 504.715,45.4862 C504.824,45.5956 504.879,45.7284 504.879,45.8847 C504.879,46.0409 504.824,46.1737 504.715,46.2831 C504.605,46.3925 504.467,46.4472 504.301,46.4472 C504.155,46.4472 504.027,46.3925 503.918,46.2831 C503.809,46.1737 503.754,46.0409 503.754,45.8847 C503.754,45.7284 503.809,45.5956 503.918,45.4862 C504.027,45.3769 504.155,45.3222 504.301,45.3222 M506.363,50.0409 L509.082,50.0409 L509.082,50.6972 L506.363,50.6972 L506.363,50.0409 M513.285,49.4315 C513.087,48.8378 512.934,48.468 512.824,48.3222 C512.715,48.1763 512.54,48.0878 512.301,48.0565 L512.301,47.8847 L514.535,47.8847 L514.535,48.0565 C514.275,48.0878 514.103,48.1295 514.02,48.1815 C513.936,48.2336 513.895,48.3222 513.895,48.4472 C513.895,48.5409 513.957,48.7597 514.082,49.1034 L515.004,51.5565 L516.004,49.119 C516.129,48.8065 516.191,48.567 516.191,48.4003 C516.191,48.2961 516.158,48.2206 516.09,48.1737 C516.022,48.1269 515.895,48.0878 515.707,48.0565 L515.707,47.8847 L517.051,47.8847 L517.051,48.0565 C516.947,48.0878 516.871,48.1373 516.824,48.205 C516.777,48.2727 516.707,48.4211 516.613,48.6503 L515.082,52.4472 C514.936,52.8118 514.835,52.994 514.777,52.994 C514.72,52.994 514.634,52.8378 514.52,52.5253 L513.52,49.9159 L512.285,52.5565 C512.15,52.8482 512.056,52.994 512.004,52.994 C511.952,52.994 511.858,52.8326 511.723,52.5097 L510.238,48.744 C510.124,48.4628 510.03,48.2805 509.957,48.1972 C509.884,48.1138 509.785,48.067 509.66,48.0565 L509.66,47.8847 L511.629,47.8847 L511.629,48.0565 C511.441,48.0774 511.311,48.1138 511.238,48.1659 C511.165,48.218 511.129,48.3013 511.129,48.4159 C511.129,48.5305 511.15,48.6399 511.191,48.744 L512.285,51.619 L513.285,49.4315 M519.816,47.7753 C520.525,47.7753 521.108,48.0097 521.566,48.4784 C522.025,48.9472 522.254,49.5409 522.254,50.2597 C522.254,51.0201 522.017,51.6581 521.543,52.1737 C521.069,52.6894 520.488,52.9472 519.801,52.9472 C519.113,52.9472 518.538,52.6998 518.074,52.205 C517.611,51.7102 517.379,51.093 517.379,50.3534 C517.379,49.593 517.605,48.9732 518.059,48.494 C518.512,48.0149 519.098,47.7753 519.816,47.7753 M518.379,49.8222 C518.379,50.593 518.522,51.2519 518.809,51.7987 C519.095,52.3456 519.467,52.619 519.926,52.619 C520.342,52.619 520.665,52.4446 520.895,52.0956 C521.124,51.7466 521.238,51.2649 521.238,50.6503 C521.238,49.9003 521.092,49.2883 520.801,48.8144 C520.509,48.3404 520.134,48.1034 519.676,48.1034 C519.29,48.1034 518.978,48.2597 518.738,48.5722 C518.499,48.8847 518.379,49.3013 518.379,49.8222 M525.207,47.7753 C525.915,47.7753 526.499,48.0097 526.957,48.4784 C527.415,48.9472 527.645,49.5409 527.645,50.2597 C527.645,51.0201 527.408,51.6581 526.934,52.1737 C526.46,52.6894 525.879,52.9472 525.191,52.9472 C524.504,52.9472 523.928,52.6998 523.465,52.205 C523.001,51.7102 522.77,51.093 522.77,50.3534 C522.77,49.593 522.996,48.9732 523.449,48.494 C523.902,48.0149 524.488,47.7753 525.207,47.7753 M523.77,49.8222 C523.77,50.593 523.913,51.2519 524.199,51.7987 C524.486,52.3456 524.858,52.619 525.316,52.619 C525.733,52.619 526.056,52.4446 526.285,52.0956 C526.514,51.7466 526.629,51.2649 526.629,50.6503 C526.629,49.9003 526.483,49.2883 526.191,48.8144 C525.9,48.3404 525.525,48.1034 525.066,48.1034 C524.681,48.1034 524.368,48.2597 524.129,48.5722 C523.889,48.8847 523.77,49.3013 523.77,49.8222 M531.645,52.9472 L531.598,52.9159 L531.598,52.1972 C531.243,52.6972 530.77,52.9472 530.176,52.9472 C529.572,52.9472 529.085,52.7284 528.715,52.2909 C528.345,51.8534 528.16,51.2805 528.16,50.5722 C528.16,49.8013 528.382,49.1425 528.824,48.5956 C529.267,48.0487 529.806,47.7753 530.441,47.7753 C530.837,47.7753 531.223,47.942 531.598,48.2753 L531.598,46.5409 C531.598,46.3118 531.564,46.1607 531.496,46.0878 C531.428,46.0149 531.296,45.9784 531.098,45.9784 C530.993,45.9784 530.91,45.9784 530.848,45.9784 L530.848,45.8065 C531.525,45.6295 532.066,45.468 532.473,45.3222 L532.535,45.3534 L532.535,51.5722 C532.535,51.8222 532.566,51.9888 532.629,52.0722 C532.691,52.1555 532.822,52.1972 533.02,52.1972 C533.051,52.1972 533.134,52.192 533.27,52.1815 L533.27,52.3534 L531.645,52.9472 M530.613,52.3534 C530.895,52.3534 531.129,52.2753 531.316,52.119 C531.504,51.9628 531.598,51.8222 531.598,51.6972 L531.598,49.1972 C531.598,48.9055 531.483,48.6503 531.254,48.4315 C531.025,48.2128 530.764,48.1034 530.473,48.1034 C530.056,48.1034 529.72,48.2883 529.465,48.6581 C529.21,49.0279 529.082,49.5253 529.082,50.1503 C529.082,50.817 529.223,51.3508 529.504,51.7519 C529.785,52.1529 530.155,52.3534 530.613,52.3534"/>
<path class="Lyrics" d="M469.391,58.3534 L469.391,61.6815 C469.506,61.4211 469.706,61.205 469.993,61.0331 C470.279,60.8612 470.589,60.7753 470.922,60.7753 C471.464,60.7753 471.915,61.0045 472.274,61.4628 C472.633,61.9211 472.813,62.4836 472.813,63.1503 C472.813,63.942 472.571,64.606 472.086,65.1425 C471.602,65.6789 471.001,65.9472 470.282,65.9472 C469.844,65.9472 469.433,65.8743 469.047,65.7284 C468.662,65.5826 468.469,65.4263 468.469,65.2597 L468.469,59.5409 C468.469,59.3118 468.433,59.1607 468.36,59.0878 C468.287,59.0149 468.141,58.9784 467.922,58.9784 C467.839,58.9784 467.777,58.9784 467.735,58.9784 L467.735,58.8065 C468.308,58.6711 468.844,58.5097 469.344,58.3222 L469.391,58.3534 M469.391,62.2753 L469.391,65.0878 C469.391,65.2232 469.498,65.3456 469.711,65.455 C469.925,65.5644 470.172,65.619 470.454,65.619 C470.912,65.619 471.264,65.4472 471.508,65.1034 C471.753,64.7597 471.876,64.2805 471.876,63.6659 C471.876,62.9888 471.751,62.4472 471.501,62.0409 C471.251,61.6347 470.912,61.4315 470.485,61.4315 C470.193,61.4315 469.938,61.5175 469.719,61.6894 C469.501,61.8612 469.391,62.0565 469.391,62.2753 M474.251,62.7909 C474.261,63.2493 474.321,63.6399 474.43,63.9628 C474.54,64.2857 474.683,64.5305 474.86,64.6972 C475.037,64.8638 475.214,64.981 475.391,65.0487 C475.568,65.1164 475.756,65.1503 475.954,65.1503 C476.308,65.1503 476.615,65.0618 476.876,64.8847 C477.136,64.7076 477.396,64.4159 477.657,64.0097 L477.844,64.0878 C477.615,64.692 477.297,65.1529 476.891,65.4706 C476.485,65.7883 476.021,65.9472 475.501,65.9472 C474.876,65.9472 474.368,65.7232 473.977,65.2753 C473.586,64.8274 473.391,64.2284 473.391,63.4784 C473.391,62.6659 473.615,62.0123 474.063,61.5175 C474.511,61.0227 475.073,60.7753 475.751,60.7753 C476.303,60.7753 476.735,60.942 477.047,61.2753 C477.36,61.6086 477.553,62.1138 477.626,62.7909 L474.251,62.7909 M474.266,62.4628 L476.516,62.4628 C476.443,61.9836 476.329,61.6529 476.172,61.4706 C476.016,61.2883 475.771,61.1972 475.438,61.1972 C474.771,61.1972 474.381,61.619 474.266,62.4628 M478.094,58.9784 L478.094,58.8065 C478.823,58.6295 479.412,58.468 479.86,58.3222 L479.907,58.3534 L479.907,64.9159 C479.907,65.218 479.956,65.4133 480.055,65.5019 C480.154,65.5904 480.376,65.6451 480.719,65.6659 L480.719,65.8378 L478.11,65.8378 L478.11,65.6659 C478.464,65.6451 478.696,65.5826 478.805,65.4784 C478.915,65.3743 478.969,65.1763 478.969,64.8847 L478.969,59.6347 C478.969,59.3743 478.935,59.1972 478.868,59.1034 C478.8,59.0097 478.678,58.9628 478.501,58.9628 C478.355,58.9628 478.219,58.968 478.094,58.9784 M480.922,58.9784 L480.922,58.8065 C481.652,58.6295 482.24,58.468 482.688,58.3222 L482.735,58.3534 L482.735,64.9159 C482.735,65.218 482.784,65.4133 482.883,65.5019 C482.982,65.5904 483.204,65.6451 483.547,65.6659 L483.547,65.8378 L480.938,65.8378 L480.938,65.6659 C481.292,65.6451 481.524,65.5826 481.633,65.4784 C481.743,65.3743 481.797,65.1763 481.797,64.8847 L481.797,59.6347 C481.797,59.3743 481.764,59.1972 481.696,59.1034 C481.628,59.0097 481.506,58.9628 481.329,58.9628 C481.183,58.9628 481.047,58.968 480.922,58.9784"/>
<path class="Lyrics" d="M467.032,50.494 C467.032,49.6815 467.271,49.0253 467.751,48.5253 C468.23,48.0253 468.792,47.7753 469.438,47.7753 C469.886,47.7753 470.274,47.8873 470.602,48.1112 C470.93,48.3352 471.094,48.6034 471.094,48.9159 C471.094,49.0409 471.045,49.1503 470.946,49.244 C470.847,49.3378 470.725,49.3847 470.579,49.3847 C470.339,49.3847 470.172,49.218 470.079,48.8847 L470.016,48.6347 C469.964,48.4263 469.894,48.2857 469.805,48.2128 C469.717,48.1399 469.573,48.1034 469.376,48.1034 C468.928,48.1034 468.568,48.2805 468.297,48.6347 C468.027,48.9888 467.891,49.4472 467.891,50.0097 C467.891,50.6347 468.047,51.1477 468.36,51.5487 C468.672,51.9498 469.079,52.1503 469.579,52.1503 C469.891,52.1503 470.157,52.0722 470.376,51.9159 C470.594,51.7597 470.834,51.494 471.094,51.119 L471.251,51.2128 C471.178,51.3586 471.115,51.481 471.063,51.58 C471.011,51.6789 470.915,51.8222 470.774,52.0097 C470.633,52.1972 470.493,52.3508 470.352,52.4706 C470.211,52.5904 470.029,52.6998 469.805,52.7987 C469.581,52.8977 469.355,52.9472 469.126,52.9472 C468.511,52.9472 468.008,52.718 467.618,52.2597 C467.227,51.8013 467.032,51.2128 467.032,50.494 M474.344,47.7753 C475.053,47.7753 475.636,48.0097 476.094,48.4784 C476.553,48.9472 476.782,49.5409 476.782,50.2597 C476.782,51.0201 476.545,51.6581 476.071,52.1737 C475.597,52.6894 475.016,52.9472 474.329,52.9472 C473.641,52.9472 473.066,52.6998 472.602,52.205 C472.139,51.7102 471.907,51.093 471.907,50.3534 C471.907,49.593 472.133,48.9732 472.586,48.494 C473.04,48.0149 473.626,47.7753 474.344,47.7753 M472.907,49.8222 C472.907,50.593 473.05,51.2519 473.336,51.7987 C473.623,52.3456 473.995,52.619 474.454,52.619 C474.87,52.619 475.193,52.4446 475.422,52.0956 C475.652,51.7466 475.766,51.2649 475.766,50.6503 C475.766,49.9003 475.62,49.2883 475.329,48.8144 C475.037,48.3404 474.662,48.1034 474.204,48.1034 C473.818,48.1034 473.506,48.2597 473.266,48.5722 C473.027,48.8847 472.907,49.3013 472.907,49.8222 M480.704,49.4315 C480.506,48.8378 480.352,48.468 480.243,48.3222 C480.133,48.1763 479.959,48.0878 479.719,48.0565 L479.719,47.8847 L481.954,47.8847 L481.954,48.0565 C481.693,48.0878 481.521,48.1295 481.438,48.1815 C481.355,48.2336 481.313,48.3222 481.313,48.4472 C481.313,48.5409 481.376,48.7597 481.501,49.1034 L482.422,51.5565 L483.422,49.119 C483.547,48.8065 483.61,48.567 483.61,48.4003 C483.61,48.2961 483.576,48.2206 483.508,48.1737 C483.441,48.1269 483.313,48.0878 483.126,48.0565 L483.126,47.8847 L484.469,47.8847 L484.469,48.0565 C484.365,48.0878 484.29,48.1373 484.243,48.205 C484.196,48.2727 484.126,48.4211 484.032,48.6503 L482.501,52.4472 C482.355,52.8118 482.253,52.994 482.196,52.994 C482.139,52.994 482.053,52.8378 481.938,52.5253 L480.938,49.9159 L479.704,52.5565 C479.568,52.8482 479.475,52.994 479.422,52.994 C479.37,52.994 479.277,52.8326 479.141,52.5097 L477.657,48.744 C477.542,48.4628 477.448,48.2805 477.376,48.1972 C477.303,48.1138 477.204,48.067 477.079,48.0565 L477.079,47.8847 L479.047,47.8847 L479.047,48.0565 C478.86,48.0774 478.73,48.1138 478.657,48.1659 C478.584,48.218 478.547,48.3013 478.547,48.4159 C478.547,48.5305 478.568,48.6399 478.61,48.744 L479.704,51.619 L480.704,49.4315 "/>
<path class="Lyrics" d="M430.185,60.8847 L430.185,61.2128 L429.075,61.2128 L429.075,64.369 C429.075,64.7128 429.12,64.9628 429.208,65.119 C429.297,65.2753 429.445,65.3534 429.653,65.3534 C429.872,65.3534 430.091,65.2232 430.31,64.9628 L430.45,65.0878 C430.096,65.6607 429.653,65.9472 429.122,65.9472 C428.466,65.9472 428.138,65.4784 428.138,64.5409 L428.138,61.2128 L427.56,61.2128 C427.528,61.192 427.513,61.1711 427.513,61.1503 C427.513,61.1086 427.523,61.0774 427.544,61.0565 C427.565,61.0357 427.607,61.0071 427.669,60.9706 C427.732,60.9341 427.807,60.8821 427.896,60.8144 C427.984,60.7466 428.107,60.6216 428.263,60.4394 C428.419,60.2571 428.591,60.0357 428.778,59.7753 C428.893,59.6086 428.966,59.5045 428.997,59.4628 C429.049,59.4628 429.075,59.5097 429.075,59.6034 L429.075,60.8847 L430.185,60.8847 M433.153,60.7753 C433.862,60.7753 434.445,61.0097 434.903,61.4784 C435.362,61.9472 435.591,62.5409 435.591,63.2597 C435.591,64.0201 435.354,64.6581 434.88,65.1737 C434.406,65.6894 433.825,65.9472 433.138,65.9472 C432.45,65.9472 431.875,65.6998 431.411,65.205 C430.948,64.7102 430.716,64.093 430.716,63.3534 C430.716,62.593 430.943,61.9732 431.396,61.494 C431.849,61.0149 432.435,60.7753 433.153,60.7753 M431.716,62.8222 C431.716,63.593 431.859,64.2519 432.146,64.7987 C432.432,65.3456 432.804,65.619 433.263,65.619 C433.679,65.619 434.002,65.4446 434.232,65.0956 C434.461,64.7466 434.575,64.2649 434.575,63.6503 C434.575,62.9003 434.429,62.2883 434.138,61.8144 C433.846,61.3404 433.471,61.1034 433.013,61.1034 C432.627,61.1034 432.315,61.2597 432.075,61.5722 C431.836,61.8847 431.716,62.3013 431.716,62.8222 M435.966,61.4784 L435.966,61.2909 C436.497,61.1347 437.013,60.9628 437.513,60.7753 L437.591,60.8065 L437.591,61.6503 C438.049,61.2961 438.388,61.0618 438.607,60.9472 C438.825,60.8326 439.054,60.7753 439.294,60.7753 C439.877,60.7753 440.268,61.093 440.466,61.7284 C441.039,61.093 441.633,60.7753 442.247,60.7753 C443.112,60.7753 443.544,61.4315 443.544,62.744 L443.544,65.0097 C443.544,65.4159 443.7,65.6295 444.013,65.6503 L444.294,65.6659 L444.294,65.8378 L441.872,65.8378 L441.872,65.6659 C442.195,65.6347 442.398,65.5748 442.482,65.4862 C442.565,65.3977 442.607,65.1972 442.607,64.8847 L442.607,62.5722 C442.607,62.1243 442.547,61.8118 442.427,61.6347 C442.307,61.4576 442.091,61.369 441.778,61.369 C441.299,61.369 440.903,61.593 440.591,62.0409 L440.591,64.7909 C440.591,65.1347 440.643,65.3664 440.747,65.4862 C440.851,65.606 441.065,65.6659 441.388,65.6659 L441.388,65.8378 L438.903,65.8378 L438.903,65.6659 C439.216,65.6451 439.419,65.5878 439.513,65.494 C439.607,65.4003 439.653,65.2024 439.653,64.9003 L439.653,62.5253 C439.653,61.7545 439.414,61.369 438.935,61.369 C438.726,61.369 438.497,61.4211 438.247,61.5253 C437.997,61.6295 437.794,61.7961 437.638,62.0253 L437.638,65.1034 C437.638,65.3118 437.69,65.455 437.794,65.5331 C437.898,65.6112 438.096,65.6555 438.388,65.6659 L438.388,65.8378 L435.935,65.8378 L435.935,65.6659 C436.247,65.6659 436.453,65.6138 436.552,65.5097 C436.651,65.4055 436.7,65.2024 436.7,64.9003 L436.7,62.1347 C436.7,61.8743 436.674,61.692 436.622,61.5878 C436.57,61.4836 436.471,61.4315 436.325,61.4315 C436.211,61.4315 436.091,61.4472 435.966,61.4784"/>
<path class="Lyrics" d="M428.107,45.9784 L428.107,45.8065 C428.836,45.6295 429.424,45.468 429.872,45.3222 L429.919,45.3534 L429.919,51.9159 C429.919,52.218 429.969,52.4133 430.068,52.5019 C430.166,52.5904 430.388,52.6451 430.732,52.6659 L430.732,52.8378 L428.122,52.8378 L428.122,52.6659 C428.476,52.6451 428.708,52.5826 428.818,52.4784 C428.927,52.3743 428.982,52.1763 428.982,51.8847 L428.982,46.6347 C428.982,46.3743 428.948,46.1972 428.88,46.1034 C428.812,46.0097 428.69,45.9628 428.513,45.9628 C428.367,45.9628 428.232,45.968 428.107,45.9784 M433.544,47.7753 C434.252,47.7753 434.836,48.0097 435.294,48.4784 C435.752,48.9472 435.982,49.5409 435.982,50.2597 C435.982,51.0201 435.745,51.6581 435.271,52.1737 C434.797,52.6894 434.216,52.9472 433.528,52.9472 C432.841,52.9472 432.265,52.6998 431.802,52.205 C431.338,51.7102 431.107,51.093 431.107,50.3534 C431.107,49.593 431.333,48.9732 431.786,48.494 C432.239,48.0149 432.825,47.7753 433.544,47.7753 M432.107,49.8222 C432.107,50.593 432.25,51.2519 432.536,51.7987 C432.823,52.3456 433.195,52.619 433.653,52.619 C434.07,52.619 434.393,52.4446 434.622,52.0956 C434.851,51.7466 434.966,51.2649 434.966,50.6503 C434.966,49.9003 434.82,49.2883 434.528,48.8144 C434.237,48.3404 433.862,48.1034 433.403,48.1034 C433.018,48.1034 432.706,48.2597 432.466,48.5722 C432.226,48.8847 432.107,49.3013 432.107,49.8222 M439.903,49.4315 C439.706,48.8378 439.552,48.468 439.443,48.3222 C439.333,48.1763 439.159,48.0878 438.919,48.0565 L438.919,47.8847 L441.153,47.8847 L441.153,48.0565 C440.893,48.0878 440.721,48.1295 440.638,48.1815 C440.554,48.2336 440.513,48.3222 440.513,48.4472 C440.513,48.5409 440.575,48.7597 440.7,49.1034 L441.622,51.5565 L442.622,49.119 C442.747,48.8065 442.81,48.567 442.81,48.4003 C442.81,48.2961 442.776,48.2206 442.708,48.1737 C442.64,48.1269 442.513,48.0878 442.325,48.0565 L442.325,47.8847 L443.669,47.8847 L443.669,48.0565 C443.565,48.0878 443.489,48.1373 443.443,48.205 C443.396,48.2727 443.325,48.4211 443.232,48.6503 L441.7,52.4472 C441.554,52.8118 441.453,52.994 441.396,52.994 C441.338,52.994 441.252,52.8378 441.138,52.5253 L440.138,49.9159 L438.903,52.5565 C438.768,52.8482 438.674,52.994 438.622,52.994 C438.57,52.994 438.476,52.8326 438.341,52.5097 L436.857,48.744 C436.742,48.4628 436.648,48.2805 436.575,48.1972 C436.502,48.1138 436.403,48.067 436.278,48.0565 L436.278,47.8847 L438.247,47.8847 L438.247,48.0565 C438.06,48.0774 437.929,48.1138 437.857,48.1659 C437.784,48.218 437.747,48.3013 437.747,48.4159 C437.747,48.5305 437.768,48.6399 437.81,48.744 L438.903,51.619 L439.903,49.4315 "/>
<path class="Lyrics" d="M360.88,61.4784 L360.88,61.2909 C361.411,61.1347 361.926,60.9628 362.426,60.7753 L362.505,60.8065 L362.505,61.6503 C362.963,61.2961 363.301,61.0618 363.52,60.9472 C363.739,60.8326 363.968,60.7753 364.208,60.7753 C364.791,60.7753 365.182,61.093 365.38,61.7284 C365.952,61.093 366.546,60.7753 367.161,60.7753 C368.025,60.7753 368.458,61.4315 368.458,62.744 L368.458,65.0097 C368.458,65.4159 368.614,65.6295 368.926,65.6503 L369.208,65.6659 L369.208,65.8378 L366.786,65.8378 L366.786,65.6659 C367.109,65.6347 367.312,65.5748 367.395,65.4862 C367.479,65.3977 367.52,65.1972 367.52,64.8847 L367.52,62.5722 C367.52,62.1243 367.46,61.8118 367.34,61.6347 C367.221,61.4576 367.005,61.369 366.692,61.369 C366.213,61.369 365.817,61.593 365.505,62.0409 L365.505,64.7909 C365.505,65.1347 365.557,65.3664 365.661,65.4862 C365.765,65.606 365.979,65.6659 366.301,65.6659 L366.301,65.8378 L363.817,65.8378 L363.817,65.6659 C364.13,65.6451 364.333,65.5878 364.426,65.494 C364.52,65.4003 364.567,65.2024 364.567,64.9003 L364.567,62.5253 C364.567,61.7545 364.327,61.369 363.848,61.369 C363.64,61.369 363.411,61.4211 363.161,61.5253 C362.911,61.6295 362.708,61.7961 362.551,62.0253 L362.551,65.1034 C362.551,65.3118 362.604,65.455 362.708,65.5331 C362.812,65.6112 363.01,65.6555 363.301,65.6659 L363.301,65.8378 L360.848,65.8378 L360.848,65.6659 C361.161,65.6659 361.367,65.6138 361.465,65.5097 C361.564,65.4055 361.614,65.2024 361.614,64.9003 L361.614,62.1347 C361.614,61.8743 361.588,61.692 361.536,61.5878 C361.484,61.4836 361.385,61.4315 361.239,61.4315 C361.124,61.4315 361.005,61.4472 360.88,61.4784 M369.989,61.5097 C369.822,61.5097 369.666,61.5201 369.52,61.5409 L369.52,61.3847 C370.041,61.2388 370.614,61.0357 371.239,60.7753 L371.286,60.8065 L371.286,64.7128 C371.286,65.1086 371.33,65.3612 371.419,65.4706 C371.507,65.58 371.734,65.6451 372.098,65.6659 L372.098,65.8378 L369.473,65.8378 L369.473,65.6659 C369.859,65.6451 370.101,65.58 370.2,65.4706 C370.299,65.3612 370.348,65.1086 370.348,64.7128 L370.348,62.1659 C370.348,61.9263 370.32,61.7571 370.262,61.6581 C370.205,61.5591 370.114,61.5097 369.989,61.5097 M370.708,58.3222 C370.874,58.3222 371.012,58.3769 371.122,58.4862 C371.231,58.5956 371.286,58.7284 371.286,58.8847 C371.286,59.0409 371.231,59.1737 371.122,59.2831 C371.012,59.3925 370.874,59.4472 370.708,59.4472 C370.562,59.4472 370.434,59.3925 370.325,59.2831 C370.215,59.1737 370.161,59.0409 370.161,58.8847 C370.161,58.7284 370.215,58.5956 370.325,58.4862 C370.434,58.3769 370.562,58.3222 370.708,58.3222 M376.114,65.9472 L376.067,65.9159 L376.067,65.1972 C375.713,65.6972 375.239,65.9472 374.645,65.9472 C374.041,65.9472 373.554,65.7284 373.184,65.2909 C372.814,64.8534 372.63,64.2805 372.63,63.5722 C372.63,62.8013 372.851,62.1425 373.294,61.5956 C373.736,61.0487 374.275,60.7753 374.911,60.7753 C375.307,60.7753 375.692,60.942 376.067,61.2753 L376.067,59.5409 C376.067,59.3118 376.033,59.1607 375.965,59.0878 C375.898,59.0149 375.765,58.9784 375.567,58.9784 C375.463,58.9784 375.38,58.9784 375.317,58.9784 L375.317,58.8065 C375.994,58.6295 376.536,58.468 376.942,58.3222 L377.005,58.3534 L377.005,64.5722 C377.005,64.8222 377.036,64.9888 377.098,65.0722 C377.161,65.1555 377.291,65.1972 377.489,65.1972 C377.52,65.1972 377.604,65.192 377.739,65.1815 L377.739,65.3534 L376.114,65.9472 M375.083,65.3534 C375.364,65.3534 375.598,65.2753 375.786,65.119 C375.973,64.9628 376.067,64.8222 376.067,64.6972 L376.067,62.1972 C376.067,61.9055 375.952,61.6503 375.723,61.4315 C375.494,61.2128 375.234,61.1034 374.942,61.1034 C374.525,61.1034 374.189,61.2883 373.934,61.6581 C373.679,62.0279 373.551,62.5253 373.551,63.1503 C373.551,63.817 373.692,64.3508 373.973,64.7519 C374.255,65.1529 374.624,65.3534 375.083,65.3534 M378.255,63.0409 L380.973,63.0409 L380.973,63.6972 L378.255,63.6972 L378.255,63.0409 M384.348,60.8847 L384.348,61.2128 L383.239,61.2128 L383.239,64.369 C383.239,64.7128 383.283,64.9628 383.372,65.119 C383.46,65.2753 383.609,65.3534 383.817,65.3534 C384.036,65.3534 384.255,65.2232 384.473,64.9628 L384.614,65.0878 C384.26,65.6607 383.817,65.9472 383.286,65.9472 C382.63,65.9472 382.301,65.4784 382.301,64.5409 L382.301,61.2128 L381.723,61.2128 C381.692,61.192 381.676,61.1711 381.676,61.1503 C381.676,61.1086 381.687,61.0774 381.708,61.0565 C381.729,61.0357 381.77,61.0071 381.833,60.9706 C381.895,60.9341 381.971,60.8821 382.059,60.8144 C382.148,60.7466 382.27,60.6216 382.426,60.4394 C382.583,60.2571 382.755,60.0357 382.942,59.7753 C383.057,59.6086 383.13,59.5045 383.161,59.4628 C383.213,59.4628 383.239,59.5097 383.239,59.6034 L383.239,60.8847 L384.348,60.8847 M387.317,60.7753 C388.025,60.7753 388.609,61.0097 389.067,61.4784 C389.525,61.9472 389.755,62.5409 389.755,63.2597 C389.755,64.0201 389.518,64.6581 389.044,65.1737 C388.57,65.6894 387.989,65.9472 387.301,65.9472 C386.614,65.9472 386.038,65.6998 385.575,65.205 C385.111,64.7102 384.88,64.093 384.88,63.3534 C384.88,62.593 385.106,61.9732 385.559,61.494 C386.012,61.0149 386.598,60.7753 387.317,60.7753 M385.88,62.8222 C385.88,63.593 386.023,64.2519 386.309,64.7987 C386.596,65.3456 386.968,65.619 387.426,65.619 C387.843,65.619 388.166,65.4446 388.395,65.0956 C388.624,64.7466 388.739,64.2649 388.739,63.6503 C388.739,62.9003 388.593,62.2883 388.301,61.8144 C388.01,61.3404 387.635,61.1034 387.176,61.1034 C386.791,61.1034 386.479,61.2597 386.239,61.5722 C385.999,61.8847 385.88,62.3013 385.88,62.8222 M390.13,61.4784 L390.13,61.2909 C390.661,61.1347 391.176,60.9628 391.676,60.7753 L391.755,60.8065 L391.755,61.6503 C392.213,61.2961 392.551,61.0618 392.77,60.9472 C392.989,60.8326 393.218,60.7753 393.458,60.7753 C394.041,60.7753 394.432,61.093 394.63,61.7284 C395.202,61.093 395.796,60.7753 396.411,60.7753 C397.275,60.7753 397.708,61.4315 397.708,62.744 L397.708,65.0097 C397.708,65.4159 397.864,65.6295 398.176,65.6503 L398.458,65.6659 L398.458,65.8378 L396.036,65.8378 L396.036,65.6659 C396.359,65.6347 396.562,65.5748 396.645,65.4862 C396.729,65.3977 396.77,65.1972 396.77,64.8847 L396.77,62.5722 C396.77,62.1243 396.71,61.8118 396.59,61.6347 C396.471,61.4576 396.255,61.369 395.942,61.369 C395.463,61.369 395.067,61.593 394.755,62.0409 L394.755,64.7909 C394.755,65.1347 394.807,65.3664 394.911,65.4862 C395.015,65.606 395.229,65.6659 395.551,65.6659 L395.551,65.8378 L393.067,65.8378 L393.067,65.6659 C393.38,65.6451 393.583,65.5878 393.676,65.494 C393.77,65.4003 393.817,65.2024 393.817,64.9003 L393.817,62.5253 C393.817,61.7545 393.577,61.369 393.098,61.369 C392.89,61.369 392.661,61.4211 392.411,61.5253 C392.161,61.6295 391.958,61.7961 391.801,62.0253 L391.801,65.1034 C391.801,65.3118 391.854,65.455 391.958,65.5331 C392.062,65.6112 392.26,65.6555 392.551,65.6659 L392.551,65.8378 L390.098,65.8378 L390.098,65.6659 C390.411,65.6659 390.617,65.6138 390.715,65.5097 C390.814,65.4055 390.864,65.2024 390.864,64.9003 L390.864,62.1347 C390.864,61.8743 390.838,61.692 390.786,61.5878 C390.734,61.4836 390.635,61.4315 390.489,61.4315 C390.374,61.4315 390.255,61.4472 390.13,61.4784"/>
<path class="Lyrics" d="M371.395,45.9784 L371.395,45.8065 C372.124,45.6295 372.713,45.468 373.161,45.3222 L373.208,45.3534 L373.208,51.9159 C373.208,52.218 373.257,52.4133 373.356,52.5019 C373.455,52.5904 373.676,52.6451 374.02,52.6659 L374.02,52.8378 L371.411,52.8378 L371.411,52.6659 C371.765,52.6451 371.997,52.5826 372.106,52.4784 C372.215,52.3743 372.27,52.1763 372.27,51.8847 L372.27,46.6347 C372.27,46.3743 372.236,46.1972 372.169,46.1034 C372.101,46.0097 371.979,45.9628 371.801,45.9628 C371.656,45.9628 371.52,45.968 371.395,45.9784 M376.833,47.7753 C377.541,47.7753 378.124,48.0097 378.583,48.4784 C379.041,48.9472 379.27,49.5409 379.27,50.2597 C379.27,51.0201 379.033,51.6581 378.559,52.1737 C378.085,52.6894 377.505,52.9472 376.817,52.9472 C376.13,52.9472 375.554,52.6998 375.09,52.205 C374.627,51.7102 374.395,51.093 374.395,50.3534 C374.395,49.593 374.622,48.9732 375.075,48.494 C375.528,48.0149 376.114,47.7753 376.833,47.7753 M375.395,49.8222 C375.395,50.593 375.538,51.2519 375.825,51.7987 C376.111,52.3456 376.484,52.619 376.942,52.619 C377.359,52.619 377.682,52.4446 377.911,52.0956 C378.14,51.7466 378.255,51.2649 378.255,50.6503 C378.255,49.9003 378.109,49.2883 377.817,48.8144 C377.525,48.3404 377.15,48.1034 376.692,48.1034 C376.307,48.1034 375.994,48.2597 375.755,48.5722 C375.515,48.8847 375.395,49.3013 375.395,49.8222 M383.192,49.4315 C382.994,48.8378 382.84,48.468 382.731,48.3222 C382.622,48.1763 382.447,48.0878 382.208,48.0565 L382.208,47.8847 L384.442,47.8847 L384.442,48.0565 C384.182,48.0878 384.01,48.1295 383.926,48.1815 C383.843,48.2336 383.801,48.3222 383.801,48.4472 C383.801,48.5409 383.864,48.7597 383.989,49.1034 L384.911,51.5565 L385.911,49.119 C386.036,48.8065 386.098,48.567 386.098,48.4003 C386.098,48.2961 386.064,48.2206 385.997,48.1737 C385.929,48.1269 385.801,48.0878 385.614,48.0565 L385.614,47.8847 L386.958,47.8847 L386.958,48.0565 C386.854,48.0878 386.778,48.1373 386.731,48.205 C386.684,48.2727 386.614,48.4211 386.52,48.6503 L384.989,52.4472 C384.843,52.8118 384.742,52.994 384.684,52.994 C384.627,52.994 384.541,52.8378 384.426,52.5253 L383.426,49.9159 L382.192,52.5565 C382.057,52.8482 381.963,52.994 381.911,52.994 C381.859,52.994 381.765,52.8326 381.63,52.5097 L380.145,48.744 C380.031,48.4628 379.937,48.2805 379.864,48.1972 C379.791,48.1138 379.692,48.067 379.567,48.0565 L379.567,47.8847 L381.536,47.8847 L381.536,48.0565 C381.348,48.0774 381.218,48.1138 381.145,48.1659 C381.072,48.218 381.036,48.3013 381.036,48.4159 C381.036,48.5305 381.057,48.6399 381.098,48.744 L382.192,51.619 L383.192,49.4315 M387.426,50.0409 L390.145,50.0409 L390.145,50.6972 L387.426,50.6972 L387.426,50.0409 "/>
<path class="Lyrics" d="M329.802,60.8847 L329.802,61.2128 L328.693,61.2128 L328.693,64.369 C328.693,64.7128 328.737,64.9628 328.825,65.119 C328.914,65.2753 329.062,65.3534 329.271,65.3534 C329.489,65.3534 329.708,65.2232 329.927,64.9628 L330.068,65.0878 C329.713,65.6607 329.271,65.9472 328.739,65.9472 C328.083,65.9472 327.755,65.4784 327.755,64.5409 L327.755,61.2128 L327.177,61.2128 C327.146,61.192 327.13,61.1711 327.13,61.1503 C327.13,61.1086 327.141,61.0774 327.161,61.0565 C327.182,61.0357 327.224,61.0071 327.286,60.9706 C327.349,60.9341 327.424,60.8821 327.513,60.8144 C327.601,60.7466 327.724,60.6216 327.88,60.4394 C328.036,60.2571 328.208,60.0357 328.396,59.7753 C328.51,59.6086 328.583,59.5045 328.614,59.4628 C328.667,59.4628 328.693,59.5097 328.693,59.6034 L328.693,60.8847 L329.802,60.8847 M332.771,60.7753 C333.479,60.7753 334.062,61.0097 334.521,61.4784 C334.979,61.9472 335.208,62.5409 335.208,63.2597 C335.208,64.0201 334.971,64.6581 334.497,65.1737 C334.023,65.6894 333.443,65.9472 332.755,65.9472 C332.068,65.9472 331.492,65.6998 331.029,65.205 C330.565,64.7102 330.333,64.093 330.333,63.3534 C330.333,62.593 330.56,61.9732 331.013,61.494 C331.466,61.0149 332.052,60.7753 332.771,60.7753 M331.333,62.8222 C331.333,63.593 331.476,64.2519 331.763,64.7987 C332.049,65.3456 332.422,65.619 332.88,65.619 C333.297,65.619 333.62,65.4446 333.849,65.0956 C334.078,64.7466 334.193,64.2649 334.193,63.6503 C334.193,62.9003 334.047,62.2883 333.755,61.8144 C333.463,61.3404 333.088,61.1034 332.63,61.1034 C332.245,61.1034 331.932,61.2597 331.693,61.5722 C331.453,61.8847 331.333,62.3013 331.333,62.8222 M335.583,61.4784 L335.583,61.2909 C336.114,61.1347 336.63,60.9628 337.13,60.7753 L337.208,60.8065 L337.208,61.6503 C337.667,61.2961 338.005,61.0618 338.224,60.9472 C338.443,60.8326 338.672,60.7753 338.911,60.7753 C339.495,60.7753 339.885,61.093 340.083,61.7284 C340.656,61.093 341.25,60.7753 341.864,60.7753 C342.729,60.7753 343.161,61.4315 343.161,62.744 L343.161,65.0097 C343.161,65.4159 343.318,65.6295 343.63,65.6503 L343.911,65.6659 L343.911,65.8378 L341.489,65.8378 L341.489,65.6659 C341.812,65.6347 342.016,65.5748 342.099,65.4862 C342.182,65.3977 342.224,65.1972 342.224,64.8847 L342.224,62.5722 C342.224,62.1243 342.164,61.8118 342.044,61.6347 C341.924,61.4576 341.708,61.369 341.396,61.369 C340.917,61.369 340.521,61.593 340.208,62.0409 L340.208,64.7909 C340.208,65.1347 340.26,65.3664 340.364,65.4862 C340.469,65.606 340.682,65.6659 341.005,65.6659 L341.005,65.8378 L338.521,65.8378 L338.521,65.6659 C338.833,65.6451 339.036,65.5878 339.13,65.494 C339.224,65.4003 339.271,65.2024 339.271,64.9003 L339.271,62.5253 C339.271,61.7545 339.031,61.369 338.552,61.369 C338.344,61.369 338.114,61.4211 337.864,61.5253 C337.614,61.6295 337.411,61.7961 337.255,62.0253 L337.255,65.1034 C337.255,65.3118 337.307,65.455 337.411,65.5331 C337.516,65.6112 337.713,65.6555 338.005,65.6659 L338.005,65.8378 L335.552,65.8378 L335.552,65.6659 C335.864,65.6659 336.07,65.6138 336.169,65.5097 C336.268,65.4055 336.318,65.2024 336.318,64.9003 L336.318,62.1347 C336.318,61.8743 336.292,61.692 336.239,61.5878 C336.187,61.4836 336.088,61.4315 335.943,61.4315 C335.828,61.4315 335.708,61.4472 335.583,61.4784"/>
<path class="Lyrics" d="M322.599,49.0565 L322.599,51.7128 C322.599,52.0982 322.643,52.3456 322.732,52.455 C322.82,52.5644 323.026,52.6347 323.349,52.6659 L323.349,52.8378 L320.958,52.8378 L320.958,52.6659 C321.271,52.6243 321.466,52.5513 321.544,52.4472 C321.622,52.343 321.661,52.0982 321.661,51.7128 L321.661,46.5409 C321.661,46.3013 321.63,46.1451 321.568,46.0722 C321.505,45.9993 321.37,45.9628 321.161,45.9628 C321.109,45.9628 321.047,45.968 320.974,45.9784 L320.974,45.8065 C321.495,45.6711 322.016,45.5097 322.536,45.3222 L322.599,45.3534 L322.599,48.6972 C322.849,48.3743 323.099,48.1399 323.349,47.994 C323.599,47.8482 323.885,47.7753 324.208,47.7753 C325.114,47.7753 325.568,48.3586 325.568,49.5253 L325.568,51.7128 C325.568,52.0982 325.601,52.3404 325.669,52.4394 C325.737,52.5383 325.922,52.6138 326.224,52.6659 L326.224,52.8378 L323.88,52.8378 L323.88,52.6659 C324.203,52.6451 324.409,52.5748 324.497,52.455 C324.586,52.3352 324.63,52.0878 324.63,51.7128 L324.63,49.5409 C324.63,48.7597 324.359,48.369 323.818,48.369 C323.599,48.369 323.398,48.4237 323.216,48.5331 C323.034,48.6425 322.828,48.817 322.599,49.0565 M327.005,48.5097 C326.838,48.5097 326.682,48.5201 326.536,48.5409 L326.536,48.3847 C327.057,48.2388 327.63,48.0357 328.255,47.7753 L328.302,47.8065 L328.302,51.7128 C328.302,52.1086 328.346,52.3612 328.435,52.4706 C328.523,52.58 328.75,52.6451 329.114,52.6659 L329.114,52.8378 L326.489,52.8378 L326.489,52.6659 C326.875,52.6451 327.117,52.58 327.216,52.4706 C327.315,52.3612 327.364,52.1086 327.364,51.7128 L327.364,49.1659 C327.364,48.9263 327.336,48.7571 327.279,48.6581 C327.221,48.5591 327.13,48.5097 327.005,48.5097 M327.724,45.3222 C327.891,45.3222 328.029,45.3769 328.138,45.4862 C328.247,45.5956 328.302,45.7284 328.302,45.8847 C328.302,46.0409 328.247,46.1737 328.138,46.2831 C328.029,46.3925 327.891,46.4472 327.724,46.4472 C327.578,46.4472 327.45,46.3925 327.341,46.2831 C327.232,46.1737 327.177,46.0409 327.177,45.8847 C327.177,45.7284 327.232,45.5956 327.341,45.4862 C327.45,45.3769 327.578,45.3222 327.724,45.3222 M329.786,50.0409 L332.505,50.0409 L332.505,50.6972 L329.786,50.6972 L329.786,50.0409 M333.161,48.4784 L333.161,48.2909 C333.693,48.1347 334.208,47.9628 334.708,47.7753 L334.786,47.8065 L334.786,48.6503 C335.245,48.2961 335.583,48.0618 335.802,47.9472 C336.021,47.8326 336.25,47.7753 336.489,47.7753 C337.073,47.7753 337.463,48.093 337.661,48.7284 C338.234,48.093 338.828,47.7753 339.443,47.7753 C340.307,47.7753 340.739,48.4315 340.739,49.744 L340.739,52.0097 C340.739,52.4159 340.896,52.6295 341.208,52.6503 L341.489,52.6659 L341.489,52.8378 L339.068,52.8378 L339.068,52.6659 C339.391,52.6347 339.594,52.5748 339.677,52.4862 C339.76,52.3977 339.802,52.1972 339.802,51.8847 L339.802,49.5722 C339.802,49.1243 339.742,48.8118 339.622,48.6347 C339.502,48.4576 339.286,48.369 338.974,48.369 C338.495,48.369 338.099,48.593 337.786,49.0409 L337.786,51.7909 C337.786,52.1347 337.838,52.3664 337.943,52.4862 C338.047,52.606 338.26,52.6659 338.583,52.6659 L338.583,52.8378 L336.099,52.8378 L336.099,52.6659 C336.411,52.6451 336.614,52.5878 336.708,52.494 C336.802,52.4003 336.849,52.2024 336.849,51.9003 L336.849,49.5253 C336.849,48.7545 336.609,48.369 336.13,48.369 C335.922,48.369 335.693,48.4211 335.443,48.5253 C335.193,48.6295 334.989,48.7961 334.833,49.0253 L334.833,52.1034 C334.833,52.3118 334.885,52.455 334.989,52.5331 C335.094,52.6112 335.292,52.6555 335.583,52.6659 L335.583,52.8378 L333.13,52.8378 L333.13,52.6659 C333.443,52.6659 333.648,52.6138 333.747,52.5097 C333.846,52.4055 333.896,52.2024 333.896,51.9003 L333.896,49.1347 C333.896,48.8743 333.87,48.692 333.818,48.5878 C333.766,48.4836 333.667,48.4315 333.521,48.4315 C333.406,48.4315 333.286,48.4472 333.161,48.4784 M342.271,48.5097 C342.104,48.5097 341.948,48.5201 341.802,48.5409 L341.802,48.3847 C342.323,48.2388 342.896,48.0357 343.521,47.7753 L343.568,47.8065 L343.568,51.7128 C343.568,52.1086 343.612,52.3612 343.7,52.4706 C343.789,52.58 344.016,52.6451 344.38,52.6659 L344.38,52.8378 L341.755,52.8378 L341.755,52.6659 C342.141,52.6451 342.383,52.58 342.482,52.4706 C342.581,52.3612 342.63,52.1086 342.63,51.7128 L342.63,49.1659 C342.63,48.9263 342.601,48.7571 342.544,48.6581 C342.487,48.5591 342.396,48.5097 342.271,48.5097 M342.989,45.3222 C343.156,45.3222 343.294,45.3769 343.404,45.4862 C343.513,45.5956 343.568,45.7284 343.568,45.8847 C343.568,46.0409 343.513,46.1737 343.404,46.2831 C343.294,46.3925 343.156,46.4472 342.989,46.4472 C342.844,46.4472 342.716,46.3925 342.607,46.2831 C342.497,46.1737 342.443,46.0409 342.443,45.8847 C342.443,45.7284 342.497,45.5956 342.607,45.4862 C342.716,45.3769 342.844,45.3222 342.989,45.3222 M348.396,52.9472 L348.349,52.9159 L348.349,52.1972 C347.995,52.6972 347.521,52.9472 346.927,52.9472 C346.323,52.9472 345.836,52.7284 345.466,52.2909 C345.096,51.8534 344.911,51.2805 344.911,50.5722 C344.911,49.8013 345.133,49.1425 345.575,48.5956 C346.018,48.0487 346.557,47.7753 347.193,47.7753 C347.588,47.7753 347.974,47.942 348.349,48.2753 L348.349,46.5409 C348.349,46.3118 348.315,46.1607 348.247,46.0878 C348.18,46.0149 348.047,45.9784 347.849,45.9784 C347.745,45.9784 347.661,45.9784 347.599,45.9784 L347.599,45.8065 C348.276,45.6295 348.818,45.468 349.224,45.3222 L349.286,45.3534 L349.286,51.5722 C349.286,51.8222 349.318,51.9888 349.38,52.0722 C349.443,52.1555 349.573,52.1972 349.771,52.1972 C349.802,52.1972 349.885,52.192 350.021,52.1815 L350.021,52.3534 L348.396,52.9472 M347.364,52.3534 C347.646,52.3534 347.88,52.2753 348.068,52.119 C348.255,51.9628 348.349,51.8222 348.349,51.6972 L348.349,49.1972 C348.349,48.9055 348.234,48.6503 348.005,48.4315 C347.776,48.2128 347.516,48.1034 347.224,48.1034 C346.807,48.1034 346.471,48.2883 346.216,48.6581 C345.961,49.0279 345.833,49.5253 345.833,50.1503 C345.833,50.817 345.974,51.3508 346.255,51.7519 C346.536,52.1529 346.906,52.3534 347.364,52.3534"/>
<path class="Lyrics" d="M275.232,63.494 C275.232,62.6815 275.472,62.0253 275.951,61.5253 C276.43,61.0253 276.993,60.7753 277.638,60.7753 C278.086,60.7753 278.474,60.8873 278.803,61.1112 C279.131,61.3352 279.295,61.6034 279.295,61.9159 C279.295,62.0409 279.245,62.1503 279.146,62.244 C279.047,62.3378 278.925,62.3847 278.779,62.3847 C278.539,62.3847 278.373,62.218 278.279,61.8847 L278.217,61.6347 C278.164,61.4263 278.094,61.2857 278.006,61.2128 C277.917,61.1399 277.774,61.1034 277.576,61.1034 C277.128,61.1034 276.769,61.2805 276.498,61.6347 C276.227,61.9888 276.092,62.4472 276.092,63.0097 C276.092,63.6347 276.248,64.1477 276.56,64.5487 C276.873,64.9498 277.279,65.1503 277.779,65.1503 C278.092,65.1503 278.357,65.0722 278.576,64.9159 C278.795,64.7597 279.034,64.494 279.295,64.119 L279.451,64.2128 C279.378,64.3586 279.316,64.481 279.263,64.58 C279.211,64.6789 279.115,64.8222 278.974,65.0097 C278.834,65.1972 278.693,65.3508 278.553,65.4706 C278.412,65.5904 278.23,65.6998 278.006,65.7987 C277.782,65.8977 277.555,65.9472 277.326,65.9472 C276.711,65.9472 276.209,65.718 275.818,65.2597 C275.428,64.8013 275.232,64.2128 275.232,63.494 M281.388,67.3065 C281.597,67.3065 281.813,67.08 282.037,66.6269 C282.261,66.1737 282.373,65.843 282.373,65.6347 C282.373,65.5305 282.211,65.1607 281.888,64.5253 L280.435,61.4003 C280.352,61.2024 280.17,61.0826 279.888,61.0409 L279.888,60.8847 L282.154,60.8847 L282.154,61.0565 C281.914,61.0565 281.748,61.08 281.654,61.1269 C281.56,61.1737 281.513,61.2493 281.513,61.3534 C281.513,61.4576 281.55,61.593 281.623,61.7597 L282.888,64.5565 L283.951,61.5097 C283.982,61.4472 283.998,61.3847 283.998,61.3222 C283.998,61.1451 283.821,61.0565 283.467,61.0565 L283.467,60.8847 L284.951,60.8847 L284.951,61.0565 C284.816,61.067 284.711,61.1086 284.638,61.1815 C284.566,61.2545 284.493,61.3743 284.42,61.5409 L282.732,66.0409 C282.441,66.8326 282.149,67.3951 281.857,67.7284 C281.566,68.0618 281.237,68.2284 280.873,68.2284 C280.633,68.2284 280.438,68.1685 280.287,68.0487 C280.136,67.9289 280.06,67.7805 280.06,67.6034 C280.06,67.468 280.107,67.3534 280.201,67.2597 C280.295,67.1659 280.404,67.119 280.529,67.119 C280.696,67.119 280.87,67.1503 281.053,67.2128 C281.235,67.2753 281.347,67.3065 281.388,67.3065 M285.138,61.4784 L285.138,61.2909 C285.67,61.1347 286.185,60.9628 286.685,60.7753 L286.763,60.8065 L286.763,61.6503 C287.222,61.2961 287.56,61.0618 287.779,60.9472 C287.998,60.8326 288.227,60.7753 288.467,60.7753 C289.05,60.7753 289.441,61.093 289.638,61.7284 C290.211,61.093 290.805,60.7753 291.42,60.7753 C292.284,60.7753 292.717,61.4315 292.717,62.744 L292.717,65.0097 C292.717,65.4159 292.873,65.6295 293.185,65.6503 L293.467,65.6659 L293.467,65.8378 L291.045,65.8378 L291.045,65.6659 C291.368,65.6347 291.571,65.5748 291.654,65.4862 C291.737,65.3977 291.779,65.1972 291.779,64.8847 L291.779,62.5722 C291.779,62.1243 291.719,61.8118 291.599,61.6347 C291.48,61.4576 291.263,61.369 290.951,61.369 C290.472,61.369 290.076,61.593 289.763,62.0409 L289.763,64.7909 C289.763,65.1347 289.816,65.3664 289.92,65.4862 C290.024,65.606 290.237,65.6659 290.56,65.6659 L290.56,65.8378 L288.076,65.8378 L288.076,65.6659 C288.388,65.6451 288.592,65.5878 288.685,65.494 C288.779,65.4003 288.826,65.2024 288.826,64.9003 L288.826,62.5253 C288.826,61.7545 288.586,61.369 288.107,61.369 C287.899,61.369 287.67,61.4211 287.42,61.5253 C287.17,61.6295 286.967,61.7961 286.81,62.0253 L286.81,65.1034 C286.81,65.3118 286.862,65.455 286.967,65.5331 C287.071,65.6112 287.269,65.6555 287.56,65.6659 L287.56,65.8378 L285.107,65.8378 L285.107,65.6659 C285.42,65.6659 285.625,65.6138 285.724,65.5097 C285.823,65.4055 285.873,65.2024 285.873,64.9003 L285.873,62.1347 C285.873,61.8743 285.847,61.692 285.795,61.5878 C285.743,61.4836 285.644,61.4315 285.498,61.4315 C285.383,61.4315 285.263,61.4472 285.138,61.4784 M295.326,58.3534 L295.326,61.6815 C295.441,61.4211 295.641,61.205 295.928,61.0331 C296.214,60.8612 296.524,60.7753 296.857,60.7753 C297.399,60.7753 297.849,61.0045 298.209,61.4628 C298.568,61.9211 298.748,62.4836 298.748,63.1503 C298.748,63.942 298.506,64.606 298.021,65.1425 C297.537,65.6789 296.935,65.9472 296.217,65.9472 C295.779,65.9472 295.368,65.8743 294.982,65.7284 C294.597,65.5826 294.404,65.4263 294.404,65.2597 L294.404,59.5409 C294.404,59.3118 294.368,59.1607 294.295,59.0878 C294.222,59.0149 294.076,58.9784 293.857,58.9784 C293.774,58.9784 293.711,58.9784 293.67,58.9784 L293.67,58.8065 C294.243,58.6711 294.779,58.5097 295.279,58.3222 L295.326,58.3534 M295.326,62.2753 L295.326,65.0878 C295.326,65.2232 295.433,65.3456 295.646,65.455 C295.86,65.5644 296.107,65.619 296.388,65.619 C296.847,65.619 297.198,65.4472 297.443,65.1034 C297.688,64.7597 297.81,64.2805 297.81,63.6659 C297.81,62.9888 297.685,62.4472 297.435,62.0409 C297.185,61.6347 296.847,61.4315 296.42,61.4315 C296.128,61.4315 295.873,61.5175 295.654,61.6894 C295.435,61.8612 295.326,62.0565 295.326,62.2753 M299.373,64.744 C299.373,64.619 299.388,64.4993 299.42,64.3847 C299.451,64.2701 299.503,64.1633 299.576,64.0644 C299.649,63.9654 299.717,63.8769 299.779,63.7987 C299.842,63.7206 299.938,63.6399 300.068,63.5565 C300.198,63.4732 300.308,63.4029 300.396,63.3456 C300.485,63.2883 300.618,63.2206 300.795,63.1425 C300.972,63.0644 301.107,63.0071 301.201,62.9706 C301.295,62.9341 301.441,62.8743 301.638,62.7909 C301.836,62.7076 301.982,62.6503 302.076,62.619 L302.076,61.9472 C302.076,61.343 301.8,61.0409 301.248,61.0409 C301.029,61.0409 300.844,61.093 300.693,61.1972 C300.542,61.3013 300.467,61.4315 300.467,61.5878 C300.467,61.6399 300.474,61.718 300.49,61.8222 C300.506,61.9263 300.513,61.994 300.513,62.0253 C300.513,62.1503 300.464,62.2571 300.365,62.3456 C300.266,62.4341 300.149,62.4784 300.013,62.4784 C299.888,62.4784 299.776,62.4315 299.678,62.3378 C299.579,62.244 299.529,62.1347 299.529,62.0097 C299.529,61.6659 299.709,61.3743 300.068,61.1347 C300.428,60.8951 300.868,60.7753 301.388,60.7753 C301.982,60.7753 302.388,60.9185 302.607,61.205 C302.826,61.4914 302.935,61.9315 302.935,62.5253 L302.935,64.6659 C302.935,64.9055 302.959,65.0696 303.006,65.1581 C303.053,65.2466 303.138,65.2909 303.263,65.2909 C303.42,65.2909 303.581,65.2232 303.748,65.0878 L303.748,65.3847 C303.56,65.6034 303.396,65.7519 303.256,65.83 C303.115,65.9081 302.951,65.9472 302.763,65.9472 C302.545,65.9472 302.386,65.8821 302.287,65.7519 C302.188,65.6216 302.123,65.4107 302.092,65.119 C301.467,65.6711 300.935,65.9472 300.498,65.9472 C300.164,65.9472 299.894,65.8352 299.685,65.6112 C299.477,65.3873 299.373,65.0982 299.373,64.744 M302.076,64.4628 L302.076,62.8847 C301.42,63.1243 300.961,63.356 300.701,63.58 C300.441,63.8039 300.31,64.0774 300.31,64.4003 C300.31,64.7024 300.383,64.9263 300.529,65.0722 C300.675,65.218 300.831,65.2909 300.998,65.2909 C301.248,65.2909 301.513,65.2076 301.795,65.0409 C301.909,64.968 301.985,64.8951 302.021,64.8222 C302.058,64.7493 302.076,64.6295 302.076,64.4628 M303.935,58.9784 L303.935,58.8065 C304.664,58.6295 305.253,58.468 305.701,58.3222 L305.748,58.3534 L305.748,64.9159 C305.748,65.218 305.797,65.4133 305.896,65.5019 C305.995,65.5904 306.217,65.6451 306.56,65.6659 L306.56,65.8378 L303.951,65.8378 L303.951,65.6659 C304.305,65.6451 304.537,65.5826 304.646,65.4784 C304.756,65.3743 304.81,65.1763 304.81,64.8847 L304.81,59.6347 C304.81,59.3743 304.776,59.1972 304.709,59.1034 C304.641,59.0097 304.519,58.9628 304.342,58.9628 C304.196,58.9628 304.06,58.968 303.935,58.9784 M307.076,63.0409 L309.795,63.0409 L309.795,63.6972 L307.076,63.6972 L307.076,63.0409 M312.326,59.3065 C312.191,59.3065 311.925,59.3899 311.529,59.5565 L311.529,59.4003 L313.498,58.4003 L313.592,58.4159 L313.592,65.0253 C313.592,65.2857 313.657,65.4576 313.787,65.5409 C313.917,65.6243 314.201,65.6659 314.638,65.6659 L314.638,65.8378 L311.607,65.8378 L311.607,65.6659 C312.024,65.6555 312.303,65.5982 312.443,65.494 C312.584,65.3899 312.654,65.1659 312.654,64.8222 L312.654,59.8378 C312.654,59.4836 312.545,59.3065 312.326,59.3065"/>
<path class="Lyrics" d="M280.115,50.494 C280.115,49.6815 280.355,49.0253 280.834,48.5253 C281.313,48.0253 281.875,47.7753 282.521,47.7753 C282.969,47.7753 283.357,47.8873 283.685,48.1112 C284.013,48.3352 284.178,48.6034 284.178,48.9159 C284.178,49.0409 284.128,49.1503 284.029,49.244 C283.93,49.3378 283.808,49.3847 283.662,49.3847 C283.422,49.3847 283.256,49.218 283.162,48.8847 L283.099,48.6347 C283.047,48.4263 282.977,48.2857 282.888,48.2128 C282.8,48.1399 282.657,48.1034 282.459,48.1034 C282.011,48.1034 281.651,48.2805 281.381,48.6347 C281.11,48.9888 280.974,49.4472 280.974,50.0097 C280.974,50.6347 281.131,51.1477 281.443,51.5487 C281.756,51.9498 282.162,52.1503 282.662,52.1503 C282.974,52.1503 283.24,52.0722 283.459,51.9159 C283.678,51.7597 283.917,51.494 284.178,51.119 L284.334,51.2128 C284.261,51.3586 284.198,51.481 284.146,51.58 C284.094,51.6789 283.998,51.8222 283.857,52.0097 C283.717,52.1972 283.576,52.3508 283.435,52.4706 C283.295,52.5904 283.112,52.6998 282.888,52.7987 C282.664,52.8977 282.438,52.9472 282.209,52.9472 C281.594,52.9472 281.092,52.718 280.701,52.2597 C280.31,51.8013 280.115,51.2128 280.115,50.494 M288.037,48.8222 C287.922,48.8222 287.784,48.7571 287.623,48.6269 C287.461,48.4966 287.355,48.4315 287.303,48.4315 C287.157,48.4315 286.993,48.5409 286.81,48.7597 C286.628,48.9784 286.537,49.1763 286.537,49.3534 L286.537,51.8378 C286.537,52.1607 286.599,52.3769 286.724,52.4862 C286.849,52.5956 287.099,52.6555 287.474,52.6659 L287.474,52.8378 L284.818,52.8378 L284.818,52.6659 C285.172,52.6034 285.391,52.5305 285.474,52.4472 C285.558,52.3638 285.599,52.1815 285.599,51.9003 L285.599,49.1347 C285.599,48.8951 285.571,48.7232 285.513,48.619 C285.456,48.5149 285.36,48.4628 285.224,48.4628 C285.11,48.4628 284.98,48.4784 284.834,48.5097 L284.834,48.3378 C285.428,48.1607 285.974,47.9732 286.474,47.7753 L286.537,47.7909 L286.537,48.7753 C286.808,48.4003 287.039,48.1399 287.232,47.994 C287.425,47.8482 287.631,47.7753 287.849,47.7753 C288.047,47.7753 288.198,47.8248 288.303,47.9237 C288.407,48.0227 288.459,48.1607 288.459,48.3378 C288.459,48.494 288.42,48.6138 288.342,48.6972 C288.263,48.7805 288.162,48.8222 288.037,48.8222 M288.818,51.744 C288.818,51.619 288.834,51.4993 288.865,51.3847 C288.896,51.2701 288.948,51.1633 289.021,51.0644 C289.094,50.9654 289.162,50.8769 289.224,50.7987 C289.287,50.7206 289.383,50.6399 289.513,50.5565 C289.644,50.4732 289.753,50.4029 289.842,50.3456 C289.93,50.2883 290.063,50.2206 290.24,50.1425 C290.417,50.0644 290.553,50.0071 290.646,49.9706 C290.74,49.9341 290.886,49.8743 291.084,49.7909 C291.282,49.7076 291.428,49.6503 291.521,49.619 L291.521,48.9472 C291.521,48.343 291.245,48.0409 290.693,48.0409 C290.474,48.0409 290.289,48.093 290.138,48.1972 C289.987,48.3013 289.912,48.4315 289.912,48.5878 C289.912,48.6399 289.92,48.718 289.935,48.8222 C289.951,48.9263 289.959,48.994 289.959,49.0253 C289.959,49.1503 289.909,49.2571 289.81,49.3456 C289.711,49.4341 289.594,49.4784 289.459,49.4784 C289.334,49.4784 289.222,49.4315 289.123,49.3378 C289.024,49.244 288.974,49.1347 288.974,49.0097 C288.974,48.6659 289.154,48.3743 289.513,48.1347 C289.873,47.8951 290.313,47.7753 290.834,47.7753 C291.428,47.7753 291.834,47.9185 292.053,48.205 C292.271,48.4914 292.381,48.9315 292.381,49.5253 L292.381,51.6659 C292.381,51.9055 292.404,52.0696 292.451,52.1581 C292.498,52.2466 292.584,52.2909 292.709,52.2909 C292.865,52.2909 293.026,52.2232 293.193,52.0878 L293.193,52.3847 C293.006,52.6034 292.842,52.7519 292.701,52.83 C292.56,52.9081 292.396,52.9472 292.209,52.9472 C291.99,52.9472 291.831,52.8821 291.732,52.7519 C291.633,52.6216 291.568,52.4107 291.537,52.119 C290.912,52.6711 290.381,52.9472 289.943,52.9472 C289.61,52.9472 289.339,52.8352 289.131,52.6112 C288.922,52.3873 288.818,52.0982 288.818,51.744 M291.521,51.4628 L291.521,49.8847 C290.865,50.1243 290.407,50.356 290.146,50.58 C289.886,50.8039 289.756,51.0774 289.756,51.4003 C289.756,51.7024 289.829,51.9263 289.974,52.0722 C290.12,52.218 290.276,52.2909 290.443,52.2909 C290.693,52.2909 290.959,52.2076 291.24,52.0409 C291.355,51.968 291.43,51.8951 291.467,51.8222 C291.503,51.7493 291.521,51.6295 291.521,51.4628 M296.224,47.994 C296.224,47.994 296.282,47.9576 296.396,47.8847 L296.521,47.8847 L296.568,49.3847 L296.396,49.3847 C296.271,48.8951 296.118,48.5461 295.935,48.3378 C295.753,48.1295 295.506,48.0253 295.193,48.0253 C294.943,48.0253 294.737,48.0956 294.576,48.2362 C294.414,48.3769 294.334,48.5565 294.334,48.7753 C294.334,49.0878 294.495,49.3378 294.818,49.5253 L296.006,50.2284 C296.329,50.4263 296.563,50.6269 296.709,50.83 C296.855,51.0331 296.928,51.2701 296.928,51.5409 C296.928,51.9263 296.774,52.2571 296.467,52.5331 C296.159,52.8091 295.792,52.9472 295.365,52.9472 C295.188,52.9472 294.946,52.9133 294.638,52.8456 C294.331,52.7779 294.141,52.744 294.068,52.744 C293.954,52.744 293.87,52.7909 293.818,52.8847 L293.662,52.8847 L293.662,51.1659 L293.849,51.1659 C293.964,51.6763 294.099,52.0409 294.256,52.2597 C294.495,52.5618 294.823,52.7128 295.24,52.7128 C295.521,52.7128 295.743,52.6399 295.904,52.494 C296.066,52.3482 296.146,52.1555 296.146,51.9159 C296.146,51.5826 295.959,51.3065 295.584,51.0878 L294.943,50.7284 C294.474,50.4576 294.144,50.2024 293.951,49.9628 C293.758,49.7232 293.662,49.4472 293.662,49.1347 C293.662,48.7388 293.803,48.4159 294.084,48.1659 C294.365,47.9159 294.719,47.7909 295.146,47.7909 C295.396,47.7909 295.625,47.8248 295.834,47.8925 C296.042,47.9602 296.172,47.994 296.224,47.994 M299.053,49.0565 L299.053,51.7128 C299.053,52.0982 299.097,52.3456 299.185,52.455 C299.274,52.5644 299.48,52.6347 299.803,52.6659 L299.803,52.8378 L297.412,52.8378 L297.412,52.6659 C297.724,52.6243 297.92,52.5513 297.998,52.4472 C298.076,52.343 298.115,52.0982 298.115,51.7128 L298.115,46.5409 C298.115,46.3013 298.084,46.1451 298.021,46.0722 C297.959,45.9993 297.823,45.9628 297.615,45.9628 C297.563,45.9628 297.5,45.968 297.428,45.9784 L297.428,45.8065 C297.948,45.6711 298.469,45.5097 298.99,45.3222 L299.053,45.3534 L299.053,48.6972 C299.303,48.3743 299.553,48.1399 299.803,47.994 C300.053,47.8482 300.339,47.7753 300.662,47.7753 C301.568,47.7753 302.021,48.3586 302.021,49.5253 L302.021,51.7128 C302.021,52.0982 302.055,52.3404 302.123,52.4394 C302.191,52.5383 302.375,52.6138 302.678,52.6659 L302.678,52.8378 L300.334,52.8378 L300.334,52.6659 C300.657,52.6451 300.862,52.5748 300.951,52.455 C301.039,52.3352 301.084,52.0878 301.084,51.7128 L301.084,49.5409 C301.084,48.7597 300.813,48.369 300.271,48.369 C300.053,48.369 299.852,48.4237 299.67,48.5331 C299.487,48.6425 299.282,48.817 299.053,49.0565"/>
<path class="Lyrics" d="M236.116,62.0565 L236.116,64.7128 C236.116,65.0982 236.16,65.3456 236.248,65.455 C236.337,65.5644 236.543,65.6347 236.866,65.6659 L236.866,65.8378 L234.475,65.8378 L234.475,65.6659 C234.787,65.6243 234.983,65.5513 235.061,65.4472 C235.139,65.343 235.178,65.0982 235.178,64.7128 L235.178,59.5409 C235.178,59.3013 235.147,59.1451 235.084,59.0722 C235.022,58.9993 234.886,58.9628 234.678,58.9628 C234.626,58.9628 234.563,58.968 234.491,58.9784 L234.491,58.8065 C235.011,58.6711 235.532,58.5097 236.053,58.3222 L236.116,58.3534 L236.116,61.6972 C236.366,61.3743 236.616,61.1399 236.866,60.994 C237.116,60.8482 237.402,60.7753 237.725,60.7753 C238.631,60.7753 239.084,61.3586 239.084,62.5253 L239.084,64.7128 C239.084,65.0982 239.118,65.3404 239.186,65.4394 C239.254,65.5383 239.438,65.6138 239.741,65.6659 L239.741,65.8378 L237.397,65.8378 L237.397,65.6659 C237.72,65.6451 237.925,65.5748 238.014,65.455 C238.103,65.3352 238.147,65.0878 238.147,64.7128 L238.147,62.5409 C238.147,61.7597 237.876,61.369 237.334,61.369 C237.116,61.369 236.915,61.4237 236.733,61.5331 C236.55,61.6425 236.345,61.817 236.116,62.0565 M240.522,61.5097 C240.355,61.5097 240.199,61.5201 240.053,61.5409 L240.053,61.3847 C240.574,61.2388 241.147,61.0357 241.772,60.7753 L241.819,60.8065 L241.819,64.7128 C241.819,65.1086 241.863,65.3612 241.952,65.4706 C242.04,65.58 242.267,65.6451 242.631,65.6659 L242.631,65.8378 L240.006,65.8378 L240.006,65.6659 C240.392,65.6451 240.634,65.58 240.733,65.4706 C240.832,65.3612 240.881,65.1086 240.881,64.7128 L240.881,62.1659 C240.881,61.9263 240.853,61.7571 240.795,61.6581 C240.738,61.5591 240.647,61.5097 240.522,61.5097 M241.241,58.3222 C241.407,58.3222 241.545,58.3769 241.655,58.4862 C241.764,58.5956 241.819,58.7284 241.819,58.8847 C241.819,59.0409 241.764,59.1737 241.655,59.2831 C241.545,59.3925 241.407,59.4472 241.241,59.4472 C241.095,59.4472 240.967,59.3925 240.858,59.2831 C240.748,59.1737 240.694,59.0409 240.694,58.8847 C240.694,58.7284 240.748,58.5956 240.858,58.4862 C240.967,58.3769 241.095,58.3222 241.241,58.3222 M243.303,63.0409 L246.022,63.0409 L246.022,63.6972 L243.303,63.6972 L243.303,63.0409 M248.287,62.0565 L248.287,64.7128 C248.287,65.0982 248.332,65.3456 248.42,65.455 C248.509,65.5644 248.715,65.6347 249.037,65.6659 L249.037,65.8378 L246.647,65.8378 L246.647,65.6659 C246.959,65.6243 247.155,65.5513 247.233,65.4472 C247.311,65.343 247.35,65.0982 247.35,64.7128 L247.35,59.5409 C247.35,59.3013 247.319,59.1451 247.256,59.0722 C247.194,58.9993 247.058,58.9628 246.85,58.9628 C246.798,58.9628 246.735,58.968 246.662,58.9784 L246.662,58.8065 C247.183,58.6711 247.704,58.5097 248.225,58.3222 L248.287,58.3534 L248.287,61.6972 C248.537,61.3743 248.787,61.1399 249.037,60.994 C249.287,60.8482 249.574,60.7753 249.897,60.7753 C250.803,60.7753 251.256,61.3586 251.256,62.5253 L251.256,64.7128 C251.256,65.0982 251.29,65.3404 251.358,65.4394 C251.425,65.5383 251.61,65.6138 251.912,65.6659 L251.912,65.8378 L249.569,65.8378 L249.569,65.6659 C249.892,65.6451 250.097,65.5748 250.186,65.455 C250.274,65.3352 250.319,65.0878 250.319,64.7128 L250.319,62.5409 C250.319,61.7597 250.048,61.369 249.506,61.369 C249.287,61.369 249.087,61.4237 248.905,61.5331 C248.722,61.6425 248.517,61.817 248.287,62.0565 M252.334,64.744 C252.334,64.619 252.35,64.4993 252.381,64.3847 C252.412,64.2701 252.465,64.1633 252.537,64.0644 C252.61,63.9654 252.678,63.8769 252.741,63.7987 C252.803,63.7206 252.899,63.6399 253.03,63.5565 C253.16,63.4732 253.269,63.4029 253.358,63.3456 C253.446,63.2883 253.579,63.2206 253.756,63.1425 C253.933,63.0644 254.069,63.0071 254.162,62.9706 C254.256,62.9341 254.402,62.8743 254.6,62.7909 C254.798,62.7076 254.944,62.6503 255.037,62.619 L255.037,61.9472 C255.037,61.343 254.761,61.0409 254.209,61.0409 C253.991,61.0409 253.806,61.093 253.655,61.1972 C253.504,61.3013 253.428,61.4315 253.428,61.5878 C253.428,61.6399 253.436,61.718 253.452,61.8222 C253.467,61.9263 253.475,61.994 253.475,62.0253 C253.475,62.1503 253.425,62.2571 253.327,62.3456 C253.228,62.4341 253.11,62.4784 252.975,62.4784 C252.85,62.4784 252.738,62.4315 252.639,62.3378 C252.54,62.244 252.491,62.1347 252.491,62.0097 C252.491,61.6659 252.67,61.3743 253.03,61.1347 C253.389,60.8951 253.829,60.7753 254.35,60.7753 C254.944,60.7753 255.35,60.9185 255.569,61.205 C255.787,61.4914 255.897,61.9315 255.897,62.5253 L255.897,64.6659 C255.897,64.9055 255.92,65.0696 255.967,65.1581 C256.014,65.2466 256.1,65.2909 256.225,65.2909 C256.381,65.2909 256.543,65.2232 256.709,65.0878 L256.709,65.3847 C256.522,65.6034 256.358,65.7519 256.217,65.83 C256.077,65.9081 255.912,65.9472 255.725,65.9472 C255.506,65.9472 255.347,65.8821 255.248,65.7519 C255.149,65.6216 255.084,65.4107 255.053,65.119 C254.428,65.6711 253.897,65.9472 253.459,65.9472 C253.126,65.9472 252.855,65.8352 252.647,65.6112 C252.438,65.3873 252.334,65.0982 252.334,64.744 M255.037,64.4628 L255.037,62.8847 C254.381,63.1243 253.923,63.356 253.662,63.58 C253.402,63.8039 253.272,64.0774 253.272,64.4003 C253.272,64.7024 253.345,64.9263 253.491,65.0722 C253.636,65.218 253.793,65.2909 253.959,65.2909 C254.209,65.2909 254.475,65.2076 254.756,65.0409 C254.871,64.968 254.946,64.8951 254.983,64.8222 C255.019,64.7493 255.037,64.6295 255.037,64.4628 M259.647,60.8847 L259.647,61.2128 L258.537,61.2128 L258.537,64.369 C258.537,64.7128 258.582,64.9628 258.67,65.119 C258.759,65.2753 258.907,65.3534 259.116,65.3534 C259.334,65.3534 259.553,65.2232 259.772,64.9628 L259.912,65.0878 C259.558,65.6607 259.116,65.9472 258.584,65.9472 C257.928,65.9472 257.6,65.4784 257.6,64.5409 L257.6,61.2128 L257.022,61.2128 C256.991,61.192 256.975,61.1711 256.975,61.1503 C256.975,61.1086 256.985,61.0774 257.006,61.0565 C257.027,61.0357 257.069,61.0071 257.131,60.9706 C257.194,60.9341 257.269,60.8821 257.358,60.8144 C257.446,60.7466 257.569,60.6216 257.725,60.4394 C257.881,60.2571 258.053,60.0357 258.241,59.7753 C258.355,59.6086 258.428,59.5045 258.459,59.4628 C258.511,59.4628 258.537,59.5097 258.537,59.6034 L258.537,60.8847 L259.647,60.8847 "/>
<path class="Lyrics" d="M239.287,47.7753 C239.996,47.7753 240.579,48.0097 241.037,48.4784 C241.496,48.9472 241.725,49.5409 241.725,50.2597 C241.725,51.0201 241.488,51.6581 241.014,52.1737 C240.54,52.6894 239.959,52.9472 239.272,52.9472 C238.584,52.9472 238.009,52.6998 237.545,52.205 C237.082,51.7102 236.85,51.093 236.85,50.3534 C236.85,49.593 237.077,48.9732 237.53,48.494 C237.983,48.0149 238.569,47.7753 239.287,47.7753 M237.85,49.8222 C237.85,50.593 237.993,51.2519 238.28,51.7987 C238.566,52.3456 238.938,52.619 239.397,52.619 C239.813,52.619 240.136,52.4446 240.366,52.0956 C240.595,51.7466 240.709,51.2649 240.709,50.6503 C240.709,49.9003 240.563,49.2883 240.272,48.8144 C239.98,48.3404 239.605,48.1034 239.147,48.1034 C238.761,48.1034 238.449,48.2597 238.209,48.5722 C237.97,48.8847 237.85,49.3013 237.85,49.8222 M242.116,48.5097 L242.116,48.3378 C242.584,48.2024 243.116,48.0149 243.709,47.7753 L243.772,47.8065 L243.772,48.6503 C244.241,48.067 244.767,47.7753 245.35,47.7753 C245.881,47.7753 246.319,47.9966 246.662,48.4394 C247.006,48.8821 247.178,49.4472 247.178,50.1347 C247.178,50.9263 246.957,51.593 246.514,52.1347 C246.071,52.6763 245.527,52.9472 244.881,52.9472 C244.652,52.9472 244.457,52.9159 244.295,52.8534 C244.134,52.7909 243.959,52.6711 243.772,52.494 L243.772,54.2128 C243.772,54.5565 243.832,54.7753 243.952,54.869 C244.071,54.9628 244.334,55.0149 244.741,55.0253 L244.741,55.2284 L242.069,55.2284 L242.069,55.0409 C242.392,55.0097 242.6,54.9472 242.694,54.8534 C242.787,54.7597 242.834,54.567 242.834,54.2753 L242.834,49.1347 C242.834,48.8743 242.806,48.705 242.748,48.6269 C242.691,48.5487 242.569,48.5097 242.381,48.5097 C242.267,48.5097 242.178,48.5097 242.116,48.5097 M243.772,49.1659 L243.772,51.8847 C243.772,52.0513 243.899,52.2154 244.155,52.3769 C244.41,52.5383 244.662,52.619 244.912,52.619 C245.308,52.619 245.629,52.4289 245.873,52.0487 C246.118,51.6685 246.241,51.1711 246.241,50.5565 C246.241,49.9211 246.118,49.4081 245.873,49.0175 C245.629,48.6269 245.303,48.4315 244.897,48.4315 C244.636,48.4315 244.384,48.5149 244.139,48.6815 C243.894,48.8482 243.772,49.0097 243.772,49.1659 M248.584,49.7909 C248.595,50.2493 248.655,50.6399 248.764,50.9628 C248.873,51.2857 249.017,51.5305 249.194,51.6972 C249.371,51.8638 249.548,51.981 249.725,52.0487 C249.902,52.1164 250.09,52.1503 250.287,52.1503 C250.642,52.1503 250.949,52.0618 251.209,51.8847 C251.47,51.7076 251.73,51.4159 251.991,51.0097 L252.178,51.0878 C251.949,51.692 251.631,52.1529 251.225,52.4706 C250.819,52.7883 250.355,52.9472 249.834,52.9472 C249.209,52.9472 248.702,52.7232 248.311,52.2753 C247.92,51.8274 247.725,51.2284 247.725,50.4784 C247.725,49.6659 247.949,49.0123 248.397,48.5175 C248.845,48.0227 249.407,47.7753 250.084,47.7753 C250.636,47.7753 251.069,47.942 251.381,48.2753 C251.694,48.6086 251.886,49.1138 251.959,49.7909 L248.584,49.7909 M248.6,49.4628 L250.85,49.4628 C250.777,48.9836 250.662,48.6529 250.506,48.4706 C250.35,48.2883 250.105,48.1972 249.772,48.1972 C249.105,48.1972 248.715,48.619 248.6,49.4628 M252.428,48.4472 L252.428,48.2597 C252.97,48.1034 253.48,47.942 253.959,47.7753 L254.037,47.7909 L254.037,48.6503 C254.412,48.3065 254.707,48.0748 254.92,47.955 C255.134,47.8352 255.366,47.7753 255.616,47.7753 C256.022,47.7753 256.342,47.9185 256.577,48.205 C256.811,48.4914 256.928,48.8951 256.928,49.4159 L256.928,51.9472 C256.928,52.218 256.972,52.4003 257.061,52.494 C257.149,52.5878 257.329,52.6451 257.6,52.6659 L257.6,52.8378 L255.303,52.8378 L255.303,52.6659 C255.584,52.6451 255.769,52.5722 255.858,52.4472 C255.946,52.3222 255.991,52.0878 255.991,51.744 L255.991,49.4472 C255.991,48.7284 255.725,48.369 255.194,48.369 C255.017,48.369 254.85,48.4107 254.694,48.494 C254.537,48.5774 254.329,48.744 254.069,48.994 L254.069,52.1034 C254.069,52.3013 254.121,52.4394 254.225,52.5175 C254.329,52.5956 254.517,52.6451 254.787,52.6659 L254.787,52.8378 L252.444,52.8378 L252.444,52.6659 C252.725,52.6451 252.91,52.5826 252.998,52.4784 C253.087,52.3743 253.131,52.1607 253.131,51.8378 L253.131,49.1034 C253.131,48.8326 253.103,48.6477 253.045,48.5487 C252.988,48.4498 252.881,48.4003 252.725,48.4003 C252.59,48.4003 252.491,48.4159 252.428,48.4472"/>
<path class="Lyrics" d="M178.068,62.0565 L178.068,64.7128 C178.068,65.0982 178.113,65.3456 178.201,65.455 C178.29,65.5644 178.495,65.6347 178.818,65.6659 L178.818,65.8378 L176.428,65.8378 L176.428,65.6659 C176.74,65.6243 176.935,65.5513 177.014,65.4472 C177.092,65.343 177.131,65.0982 177.131,64.7128 L177.131,59.5409 C177.131,59.3013 177.099,59.1451 177.037,59.0722 C176.974,58.9993 176.839,58.9628 176.631,58.9628 C176.579,58.9628 176.516,58.968 176.443,58.9784 L176.443,58.8065 C176.964,58.6711 177.485,58.5097 178.006,58.3222 L178.068,58.3534 L178.068,61.6972 C178.318,61.3743 178.568,61.1399 178.818,60.994 C179.068,60.8482 179.355,60.7753 179.678,60.7753 C180.584,60.7753 181.037,61.3586 181.037,62.5253 L181.037,64.7128 C181.037,65.0982 181.071,65.3404 181.139,65.4394 C181.206,65.5383 181.391,65.6138 181.693,65.6659 L181.693,65.8378 L179.349,65.8378 L179.349,65.6659 C179.672,65.6451 179.878,65.5748 179.967,65.455 C180.055,65.3352 180.099,65.0878 180.099,64.7128 L180.099,62.5409 C180.099,61.7597 179.829,61.369 179.287,61.369 C179.068,61.369 178.868,61.4237 178.685,61.5331 C178.503,61.6425 178.297,61.817 178.068,62.0565 M182.474,61.5097 C182.308,61.5097 182.152,61.5201 182.006,61.5409 L182.006,61.3847 C182.527,61.2388 183.099,61.0357 183.724,60.7753 L183.771,60.8065 L183.771,64.7128 C183.771,65.1086 183.816,65.3612 183.904,65.4706 C183.993,65.58 184.219,65.6451 184.584,65.6659 L184.584,65.8378 L181.959,65.8378 L181.959,65.6659 C182.344,65.6451 182.586,65.58 182.685,65.4706 C182.784,65.3612 182.834,65.1086 182.834,64.7128 L182.834,62.1659 C182.834,61.9263 182.805,61.7571 182.748,61.6581 C182.691,61.5591 182.599,61.5097 182.474,61.5097 M183.193,58.3222 C183.36,58.3222 183.498,58.3769 183.607,58.4862 C183.717,58.5956 183.771,58.7284 183.771,58.8847 C183.771,59.0409 183.717,59.1737 183.607,59.2831 C183.498,59.3925 183.36,59.4472 183.193,59.4472 C183.047,59.4472 182.92,59.3925 182.81,59.2831 C182.701,59.1737 182.646,59.0409 182.646,58.8847 C182.646,58.7284 182.701,58.5956 182.81,58.4862 C182.92,58.3769 183.047,58.3222 183.193,58.3222 M185.256,63.0409 L187.974,63.0409 L187.974,63.6972 L185.256,63.6972 L185.256,63.0409 M190.24,62.0565 L190.24,64.7128 C190.24,65.0982 190.284,65.3456 190.373,65.455 C190.461,65.5644 190.667,65.6347 190.99,65.6659 L190.99,65.8378 L188.599,65.8378 L188.599,65.6659 C188.912,65.6243 189.107,65.5513 189.185,65.4472 C189.264,65.343 189.303,65.0982 189.303,64.7128 L189.303,59.5409 C189.303,59.3013 189.271,59.1451 189.209,59.0722 C189.146,58.9993 189.011,58.9628 188.803,58.9628 C188.751,58.9628 188.688,58.968 188.615,58.9784 L188.615,58.8065 C189.136,58.6711 189.657,58.5097 190.178,58.3222 L190.24,58.3534 L190.24,61.6972 C190.49,61.3743 190.74,61.1399 190.99,60.994 C191.24,60.8482 191.527,60.7753 191.849,60.7753 C192.756,60.7753 193.209,61.3586 193.209,62.5253 L193.209,64.7128 C193.209,65.0982 193.243,65.3404 193.31,65.4394 C193.378,65.5383 193.563,65.6138 193.865,65.6659 L193.865,65.8378 L191.521,65.8378 L191.521,65.6659 C191.844,65.6451 192.05,65.5748 192.139,65.455 C192.227,65.3352 192.271,65.0878 192.271,64.7128 L192.271,62.5409 C192.271,61.7597 192.001,61.369 191.459,61.369 C191.24,61.369 191.04,61.4237 190.857,61.5331 C190.675,61.6425 190.469,61.817 190.24,62.0565 M194.287,64.744 C194.287,64.619 194.303,64.4993 194.334,64.3847 C194.365,64.2701 194.417,64.1633 194.49,64.0644 C194.563,63.9654 194.631,63.8769 194.693,63.7987 C194.756,63.7206 194.852,63.6399 194.982,63.5565 C195.113,63.4732 195.222,63.4029 195.31,63.3456 C195.399,63.2883 195.532,63.2206 195.709,63.1425 C195.886,63.0644 196.021,63.0071 196.115,62.9706 C196.209,62.9341 196.355,62.8743 196.553,62.7909 C196.751,62.7076 196.896,62.6503 196.99,62.619 L196.99,61.9472 C196.99,61.343 196.714,61.0409 196.162,61.0409 C195.943,61.0409 195.758,61.093 195.607,61.1972 C195.456,61.3013 195.381,61.4315 195.381,61.5878 C195.381,61.6399 195.389,61.718 195.404,61.8222 C195.42,61.9263 195.428,61.994 195.428,62.0253 C195.428,62.1503 195.378,62.2571 195.279,62.3456 C195.18,62.4341 195.063,62.4784 194.928,62.4784 C194.803,62.4784 194.691,62.4315 194.592,62.3378 C194.493,62.244 194.443,62.1347 194.443,62.0097 C194.443,61.6659 194.623,61.3743 194.982,61.1347 C195.342,60.8951 195.782,60.7753 196.303,60.7753 C196.896,60.7753 197.303,60.9185 197.521,61.205 C197.74,61.4914 197.849,61.9315 197.849,62.5253 L197.849,64.6659 C197.849,64.9055 197.873,65.0696 197.92,65.1581 C197.967,65.2466 198.053,65.2909 198.178,65.2909 C198.334,65.2909 198.495,65.2232 198.662,65.0878 L198.662,65.3847 C198.474,65.6034 198.31,65.7519 198.17,65.83 C198.029,65.9081 197.865,65.9472 197.678,65.9472 C197.459,65.9472 197.3,65.8821 197.201,65.7519 C197.102,65.6216 197.037,65.4107 197.006,65.119 C196.381,65.6711 195.849,65.9472 195.412,65.9472 C195.079,65.9472 194.808,65.8352 194.599,65.6112 C194.391,65.3873 194.287,65.0982 194.287,64.744 M196.99,64.4628 L196.99,62.8847 C196.334,63.1243 195.876,63.356 195.615,63.58 C195.355,63.8039 195.224,64.0774 195.224,64.4003 C195.224,64.7024 195.297,64.9263 195.443,65.0722 C195.589,65.218 195.745,65.2909 195.912,65.2909 C196.162,65.2909 196.428,65.2076 196.709,65.0409 C196.823,64.968 196.899,64.8951 196.935,64.8222 C196.972,64.7493 196.99,64.6295 196.99,64.4628 M201.599,60.8847 L201.599,61.2128 L200.49,61.2128 L200.49,64.369 C200.49,64.7128 200.534,64.9628 200.623,65.119 C200.711,65.2753 200.86,65.3534 201.068,65.3534 C201.287,65.3534 201.506,65.2232 201.724,64.9628 L201.865,65.0878 C201.511,65.6607 201.068,65.9472 200.537,65.9472 C199.881,65.9472 199.553,65.4784 199.553,64.5409 L199.553,61.2128 L198.974,61.2128 C198.943,61.192 198.928,61.1711 198.928,61.1503 C198.928,61.1086 198.938,61.0774 198.959,61.0565 C198.98,61.0357 199.021,61.0071 199.084,60.9706 C199.146,60.9341 199.222,60.8821 199.31,60.8144 C199.399,60.7466 199.521,60.6216 199.678,60.4394 C199.834,60.2571 200.006,60.0357 200.193,59.7753 C200.308,59.6086 200.381,59.5045 200.412,59.4628 C200.464,59.4628 200.49,59.5097 200.49,59.6034 L200.49,60.8847 L201.599,60.8847 "/>
<path class="Lyrics" d="M175.631,50.494 C175.631,49.6815 175.87,49.0253 176.349,48.5253 C176.829,48.0253 177.391,47.7753 178.037,47.7753 C178.485,47.7753 178.873,47.8873 179.201,48.1112 C179.529,48.3352 179.693,48.6034 179.693,48.9159 C179.693,49.0409 179.644,49.1503 179.545,49.244 C179.446,49.3378 179.323,49.3847 179.178,49.3847 C178.938,49.3847 178.771,49.218 178.678,48.8847 L178.615,48.6347 C178.563,48.4263 178.493,48.2857 178.404,48.2128 C178.316,48.1399 178.172,48.1034 177.974,48.1034 C177.527,48.1034 177.167,48.2805 176.896,48.6347 C176.626,48.9888 176.49,49.4472 176.49,50.0097 C176.49,50.6347 176.646,51.1477 176.959,51.5487 C177.271,51.9498 177.678,52.1503 178.178,52.1503 C178.49,52.1503 178.756,52.0722 178.974,51.9159 C179.193,51.7597 179.433,51.494 179.693,51.119 L179.849,51.2128 C179.777,51.3586 179.714,51.481 179.662,51.58 C179.61,51.6789 179.514,51.8222 179.373,52.0097 C179.232,52.1972 179.092,52.3508 178.951,52.4706 C178.81,52.5904 178.628,52.6998 178.404,52.7987 C178.18,52.8977 177.954,52.9472 177.724,52.9472 C177.11,52.9472 176.607,52.718 176.217,52.2597 C175.826,51.8013 175.631,51.2128 175.631,50.494 M180.334,45.9784 L180.334,45.8065 C181.063,45.6295 181.652,45.468 182.099,45.3222 L182.146,45.3534 L182.146,51.9159 C182.146,52.218 182.196,52.4133 182.295,52.5019 C182.394,52.5904 182.615,52.6451 182.959,52.6659 L182.959,52.8378 L180.349,52.8378 L180.349,52.6659 C180.704,52.6451 180.935,52.5826 181.045,52.4784 C181.154,52.3743 181.209,52.1763 181.209,51.8847 L181.209,46.6347 C181.209,46.3743 181.175,46.1972 181.107,46.1034 C181.04,46.0097 180.917,45.9628 180.74,45.9628 C180.594,45.9628 180.459,45.968 180.334,45.9784 M185.771,47.7753 C186.48,47.7753 187.063,48.0097 187.521,48.4784 C187.98,48.9472 188.209,49.5409 188.209,50.2597 C188.209,51.0201 187.972,51.6581 187.498,52.1737 C187.024,52.6894 186.443,52.9472 185.756,52.9472 C185.068,52.9472 184.493,52.6998 184.029,52.205 C183.566,51.7102 183.334,51.093 183.334,50.3534 C183.334,49.593 183.56,48.9732 184.014,48.494 C184.467,48.0149 185.053,47.7753 185.771,47.7753 M184.334,49.8222 C184.334,50.593 184.477,51.2519 184.764,51.7987 C185.05,52.3456 185.422,52.619 185.881,52.619 C186.297,52.619 186.62,52.4446 186.849,52.0956 C187.079,51.7466 187.193,51.2649 187.193,50.6503 C187.193,49.9003 187.047,49.2883 186.756,48.8144 C186.464,48.3404 186.089,48.1034 185.631,48.1034 C185.245,48.1034 184.933,48.2597 184.693,48.5722 C184.454,48.8847 184.334,49.3013 184.334,49.8222 M191.396,47.994 C191.396,47.994 191.454,47.9576 191.568,47.8847 L191.693,47.8847 L191.74,49.3847 L191.568,49.3847 C191.443,48.8951 191.29,48.5461 191.107,48.3378 C190.925,48.1295 190.678,48.0253 190.365,48.0253 C190.115,48.0253 189.909,48.0956 189.748,48.2362 C189.586,48.3769 189.506,48.5565 189.506,48.7753 C189.506,49.0878 189.667,49.3378 189.99,49.5253 L191.178,50.2284 C191.501,50.4263 191.735,50.6269 191.881,50.83 C192.027,51.0331 192.099,51.2701 192.099,51.5409 C192.099,51.9263 191.946,52.2571 191.639,52.5331 C191.331,52.8091 190.964,52.9472 190.537,52.9472 C190.36,52.9472 190.118,52.9133 189.81,52.8456 C189.503,52.7779 189.313,52.744 189.24,52.744 C189.126,52.744 189.042,52.7909 188.99,52.8847 L188.834,52.8847 L188.834,51.1659 L189.021,51.1659 C189.136,51.6763 189.271,52.0409 189.428,52.2597 C189.667,52.5618 189.995,52.7128 190.412,52.7128 C190.693,52.7128 190.915,52.6399 191.076,52.494 C191.238,52.3482 191.318,52.1555 191.318,51.9159 C191.318,51.5826 191.131,51.3065 190.756,51.0878 L190.115,50.7284 C189.646,50.4576 189.316,50.2024 189.123,49.9628 C188.93,49.7232 188.834,49.4472 188.834,49.1347 C188.834,48.7388 188.974,48.4159 189.256,48.1659 C189.537,47.9159 189.891,47.7909 190.318,47.7909 C190.568,47.7909 190.797,47.8248 191.006,47.8925 C191.214,47.9602 191.344,47.994 191.396,47.994 M193.615,49.7909 C193.626,50.2493 193.685,50.6399 193.795,50.9628 C193.904,51.2857 194.047,51.5305 194.224,51.6972 C194.402,51.8638 194.579,51.981 194.756,52.0487 C194.933,52.1164 195.12,52.1503 195.318,52.1503 C195.672,52.1503 195.98,52.0618 196.24,51.8847 C196.501,51.7076 196.761,51.4159 197.021,51.0097 L197.209,51.0878 C196.98,51.692 196.662,52.1529 196.256,52.4706 C195.849,52.7883 195.386,52.9472 194.865,52.9472 C194.24,52.9472 193.732,52.7232 193.342,52.2753 C192.951,51.8274 192.756,51.2284 192.756,50.4784 C192.756,49.6659 192.98,49.0123 193.428,48.5175 C193.876,48.0227 194.438,47.7753 195.115,47.7753 C195.667,47.7753 196.099,47.942 196.412,48.2753 C196.724,48.6086 196.917,49.1138 196.99,49.7909 L193.615,49.7909 M193.631,49.4628 L195.881,49.4628 C195.808,48.9836 195.693,48.6529 195.537,48.4706 C195.381,48.2883 195.136,48.1972 194.803,48.1972 C194.136,48.1972 193.745,48.619 193.631,49.4628 M201.115,52.9472 L201.068,52.9159 L201.068,52.1972 C200.714,52.6972 200.24,52.9472 199.646,52.9472 C199.042,52.9472 198.555,52.7284 198.185,52.2909 C197.816,51.8534 197.631,51.2805 197.631,50.5722 C197.631,49.8013 197.852,49.1425 198.295,48.5956 C198.738,48.0487 199.277,47.7753 199.912,47.7753 C200.308,47.7753 200.693,47.942 201.068,48.2753 L201.068,46.5409 C201.068,46.3118 201.034,46.1607 200.967,46.0878 C200.899,46.0149 200.766,45.9784 200.568,45.9784 C200.464,45.9784 200.381,45.9784 200.318,45.9784 L200.318,45.8065 C200.995,45.6295 201.537,45.468 201.943,45.3222 L202.006,45.3534 L202.006,51.5722 C202.006,51.8222 202.037,51.9888 202.099,52.0722 C202.162,52.1555 202.292,52.1972 202.49,52.1972 C202.521,52.1972 202.605,52.192 202.74,52.1815 L202.74,52.3534 L201.115,52.9472 M200.084,52.3534 C200.365,52.3534 200.599,52.2753 200.787,52.119 C200.974,51.9628 201.068,51.8222 201.068,51.6972 L201.068,49.1972 C201.068,48.9055 200.954,48.6503 200.724,48.4315 C200.495,48.2128 200.235,48.1034 199.943,48.1034 C199.527,48.1034 199.191,48.2883 198.935,48.6581 C198.68,49.0279 198.553,49.5253 198.553,50.1503 C198.553,50.817 198.693,51.3508 198.974,51.7519 C199.256,52.1529 199.626,52.3534 200.084,52.3534"/>
<path class="Lyrics" d="M138.842,60.994 C138.842,60.994 138.9,60.9576 139.014,60.8847 L139.139,60.8847 L139.186,62.3847 L139.014,62.3847 C138.889,61.8951 138.735,61.5461 138.553,61.3378 C138.371,61.1295 138.123,61.0253 137.811,61.0253 C137.561,61.0253 137.355,61.0956 137.194,61.2362 C137.032,61.3769 136.952,61.5565 136.952,61.7753 C136.952,62.0878 137.113,62.3378 137.436,62.5253 L138.623,63.2284 C138.946,63.4263 139.181,63.6269 139.327,63.83 C139.472,64.0331 139.545,64.2701 139.545,64.5409 C139.545,64.9263 139.392,65.2571 139.084,65.5331 C138.777,65.8091 138.41,65.9472 137.983,65.9472 C137.806,65.9472 137.564,65.9133 137.256,65.8456 C136.949,65.7779 136.759,65.744 136.686,65.744 C136.571,65.744 136.488,65.7909 136.436,65.8847 L136.28,65.8847 L136.28,64.1659 L136.467,64.1659 C136.582,64.6763 136.717,65.0409 136.873,65.2597 C137.113,65.5618 137.441,65.7128 137.858,65.7128 C138.139,65.7128 138.36,65.6399 138.522,65.494 C138.683,65.3482 138.764,65.1555 138.764,64.9159 C138.764,64.5826 138.577,64.3065 138.202,64.0878 L137.561,63.7284 C137.092,63.4576 136.761,63.2024 136.569,62.9628 C136.376,62.7232 136.28,62.4472 136.28,62.1347 C136.28,61.7388 136.42,61.4159 136.702,61.1659 C136.983,60.9159 137.337,60.7909 137.764,60.7909 C138.014,60.7909 138.243,60.8248 138.452,60.8925 C138.66,60.9602 138.79,60.994 138.842,60.994 M140.03,61.4472 L140.03,61.2597 C140.571,61.1034 141.082,60.942 141.561,60.7753 L141.639,60.7909 L141.639,61.6503 C142.014,61.3065 142.308,61.0748 142.522,60.955 C142.735,60.8352 142.967,60.7753 143.217,60.7753 C143.623,60.7753 143.944,60.9185 144.178,61.205 C144.413,61.4914 144.53,61.8951 144.53,62.4159 L144.53,64.9472 C144.53,65.218 144.574,65.4003 144.663,65.494 C144.751,65.5878 144.931,65.6451 145.202,65.6659 L145.202,65.8378 L142.905,65.8378 L142.905,65.6659 C143.186,65.6451 143.371,65.5722 143.459,65.4472 C143.548,65.3222 143.592,65.0878 143.592,64.744 L143.592,62.4472 C143.592,61.7284 143.327,61.369 142.795,61.369 C142.618,61.369 142.452,61.4107 142.295,61.494 C142.139,61.5774 141.931,61.744 141.67,61.994 L141.67,65.1034 C141.67,65.3013 141.722,65.4394 141.827,65.5175 C141.931,65.5956 142.118,65.6451 142.389,65.6659 L142.389,65.8378 L140.045,65.8378 L140.045,65.6659 C140.327,65.6451 140.511,65.5826 140.6,65.4784 C140.689,65.3743 140.733,65.1607 140.733,64.8378 L140.733,62.1034 C140.733,61.8326 140.704,61.6477 140.647,61.5487 C140.59,61.4498 140.483,61.4003 140.327,61.4003 C140.191,61.4003 140.092,61.4159 140.03,61.4472 M145.623,64.744 C145.623,64.619 145.639,64.4993 145.67,64.3847 C145.702,64.2701 145.754,64.1633 145.827,64.0644 C145.9,63.9654 145.967,63.8769 146.03,63.7987 C146.092,63.7206 146.189,63.6399 146.319,63.5565 C146.449,63.4732 146.558,63.4029 146.647,63.3456 C146.735,63.2883 146.868,63.2206 147.045,63.1425 C147.222,63.0644 147.358,63.0071 147.452,62.9706 C147.545,62.9341 147.691,62.8743 147.889,62.7909 C148.087,62.7076 148.233,62.6503 148.327,62.619 L148.327,61.9472 C148.327,61.343 148.051,61.0409 147.498,61.0409 C147.28,61.0409 147.095,61.093 146.944,61.1972 C146.793,61.3013 146.717,61.4315 146.717,61.5878 C146.717,61.6399 146.725,61.718 146.741,61.8222 C146.756,61.9263 146.764,61.994 146.764,62.0253 C146.764,62.1503 146.715,62.2571 146.616,62.3456 C146.517,62.4341 146.4,62.4784 146.264,62.4784 C146.139,62.4784 146.027,62.4315 145.928,62.3378 C145.829,62.244 145.78,62.1347 145.78,62.0097 C145.78,61.6659 145.959,61.3743 146.319,61.1347 C146.678,60.8951 147.118,60.7753 147.639,60.7753 C148.233,60.7753 148.639,60.9185 148.858,61.205 C149.077,61.4914 149.186,61.9315 149.186,62.5253 L149.186,64.6659 C149.186,64.9055 149.209,65.0696 149.256,65.1581 C149.303,65.2466 149.389,65.2909 149.514,65.2909 C149.67,65.2909 149.832,65.2232 149.998,65.0878 L149.998,65.3847 C149.811,65.6034 149.647,65.7519 149.506,65.83 C149.366,65.9081 149.202,65.9472 149.014,65.9472 C148.795,65.9472 148.636,65.8821 148.538,65.7519 C148.439,65.6216 148.373,65.4107 148.342,65.119 C147.717,65.6711 147.186,65.9472 146.748,65.9472 C146.415,65.9472 146.144,65.8352 145.936,65.6112 C145.728,65.3873 145.623,65.0982 145.623,64.744 M148.327,64.4628 L148.327,62.8847 C147.67,63.1243 147.212,63.356 146.952,63.58 C146.691,63.8039 146.561,64.0774 146.561,64.4003 C146.561,64.7024 146.634,64.9263 146.78,65.0722 C146.926,65.218 147.082,65.2909 147.248,65.2909 C147.498,65.2909 147.764,65.2076 148.045,65.0409 C148.16,64.968 148.235,64.8951 148.272,64.8222 C148.308,64.7493 148.327,64.6295 148.327,64.4628 M153.405,61.8222 C153.29,61.8222 153.152,61.7571 152.991,61.6269 C152.829,61.4966 152.722,61.4315 152.67,61.4315 C152.525,61.4315 152.36,61.5409 152.178,61.7597 C151.996,61.9784 151.905,62.1763 151.905,62.3534 L151.905,64.8378 C151.905,65.1607 151.967,65.3769 152.092,65.4862 C152.217,65.5956 152.467,65.6555 152.842,65.6659 L152.842,65.8378 L150.186,65.8378 L150.186,65.6659 C150.54,65.6034 150.759,65.5305 150.842,65.4472 C150.926,65.3638 150.967,65.1815 150.967,64.9003 L150.967,62.1347 C150.967,61.8951 150.939,61.7232 150.881,61.619 C150.824,61.5149 150.728,61.4628 150.592,61.4628 C150.478,61.4628 150.347,61.4784 150.202,61.5097 L150.202,61.3378 C150.795,61.1607 151.342,60.9732 151.842,60.7753 L151.905,60.7909 L151.905,61.7753 C152.176,61.4003 152.407,61.1399 152.6,60.994 C152.793,60.8482 152.998,60.7753 153.217,60.7753 C153.415,60.7753 153.566,60.8248 153.67,60.9237 C153.775,61.0227 153.827,61.1607 153.827,61.3378 C153.827,61.494 153.788,61.6138 153.709,61.6972 C153.631,61.7805 153.53,61.8222 153.405,61.8222 M154.998,62.7909 C155.009,63.2493 155.069,63.6399 155.178,63.9628 C155.288,64.2857 155.431,64.5305 155.608,64.6972 C155.785,64.8638 155.962,64.981 156.139,65.0487 C156.316,65.1164 156.504,65.1503 156.702,65.1503 C157.056,65.1503 157.363,65.0618 157.623,64.8847 C157.884,64.7076 158.144,64.4159 158.405,64.0097 L158.592,64.0878 C158.363,64.692 158.045,65.1529 157.639,65.4706 C157.233,65.7883 156.769,65.9472 156.248,65.9472 C155.623,65.9472 155.116,65.7232 154.725,65.2753 C154.334,64.8274 154.139,64.2284 154.139,63.4784 C154.139,62.6659 154.363,62.0123 154.811,61.5175 C155.259,61.0227 155.821,60.7753 156.498,60.7753 C157.051,60.7753 157.483,60.942 157.795,61.2753 C158.108,61.6086 158.301,62.1138 158.373,62.7909 L154.998,62.7909 M155.014,62.4628 L157.264,62.4628 C157.191,61.9836 157.077,61.6529 156.92,61.4706 C156.764,61.2883 156.519,61.1972 156.186,61.1972 C155.519,61.1972 155.129,61.619 155.014,62.4628"/>
<path class="Lyrics" d="M129.905,51.744 C129.905,51.619 129.92,51.4993 129.952,51.3847 C129.983,51.2701 130.035,51.1633 130.108,51.0644 C130.181,50.9654 130.248,50.8769 130.311,50.7987 C130.373,50.7206 130.47,50.6399 130.6,50.5565 C130.73,50.4732 130.84,50.4029 130.928,50.3456 C131.017,50.2883 131.15,50.2206 131.327,50.1425 C131.504,50.0644 131.639,50.0071 131.733,49.9706 C131.827,49.9341 131.972,49.8743 132.17,49.7909 C132.368,49.7076 132.514,49.6503 132.608,49.619 L132.608,48.9472 C132.608,48.343 132.332,48.0409 131.78,48.0409 C131.561,48.0409 131.376,48.093 131.225,48.1972 C131.074,48.3013 130.998,48.4315 130.998,48.5878 C130.998,48.6399 131.006,48.718 131.022,48.8222 C131.038,48.9263 131.045,48.994 131.045,49.0253 C131.045,49.1503 130.996,49.2571 130.897,49.3456 C130.798,49.4341 130.681,49.4784 130.545,49.4784 C130.42,49.4784 130.308,49.4315 130.209,49.3378 C130.11,49.244 130.061,49.1347 130.061,49.0097 C130.061,48.6659 130.241,48.3743 130.6,48.1347 C130.959,47.8951 131.4,47.7753 131.92,47.7753 C132.514,47.7753 132.92,47.9185 133.139,48.205 C133.358,48.4914 133.467,48.9315 133.467,49.5253 L133.467,51.6659 C133.467,51.9055 133.491,52.0696 133.538,52.1581 C133.584,52.2466 133.67,52.2909 133.795,52.2909 C133.952,52.2909 134.113,52.2232 134.28,52.0878 L134.28,52.3847 C134.092,52.6034 133.928,52.7519 133.788,52.83 C133.647,52.9081 133.483,52.9472 133.295,52.9472 C133.077,52.9472 132.918,52.8821 132.819,52.7519 C132.72,52.6216 132.655,52.4107 132.623,52.119 C131.998,52.6711 131.467,52.9472 131.03,52.9472 C130.696,52.9472 130.426,52.8352 130.217,52.6112 C130.009,52.3873 129.905,52.0982 129.905,51.744 M132.608,51.4628 L132.608,49.8847 C131.952,50.1243 131.493,50.356 131.233,50.58 C130.972,50.8039 130.842,51.0774 130.842,51.4003 C130.842,51.7024 130.915,51.9263 131.061,52.0722 C131.207,52.218 131.363,52.2909 131.53,52.2909 C131.78,52.2909 132.045,52.2076 132.327,52.0409 C132.441,51.968 132.517,51.8951 132.553,51.8222 C132.59,51.7493 132.608,51.6295 132.608,51.4628 M134.639,50.494 C134.639,49.6815 134.879,49.0253 135.358,48.5253 C135.837,48.0253 136.4,47.7753 137.045,47.7753 C137.493,47.7753 137.881,47.8873 138.209,48.1112 C138.538,48.3352 138.702,48.6034 138.702,48.9159 C138.702,49.0409 138.652,49.1503 138.553,49.244 C138.454,49.3378 138.332,49.3847 138.186,49.3847 C137.946,49.3847 137.78,49.218 137.686,48.8847 L137.623,48.6347 C137.571,48.4263 137.501,48.2857 137.413,48.2128 C137.324,48.1399 137.181,48.1034 136.983,48.1034 C136.535,48.1034 136.176,48.2805 135.905,48.6347 C135.634,48.9888 135.498,49.4472 135.498,50.0097 C135.498,50.6347 135.655,51.1477 135.967,51.5487 C136.28,51.9498 136.686,52.1503 137.186,52.1503 C137.498,52.1503 137.764,52.0722 137.983,51.9159 C138.202,51.7597 138.441,51.494 138.702,51.119 L138.858,51.2128 C138.785,51.3586 138.722,51.481 138.67,51.58 C138.618,51.6789 138.522,51.8222 138.381,52.0097 C138.241,52.1972 138.1,52.3508 137.959,52.4706 C137.819,52.5904 137.636,52.6998 137.413,52.7987 C137.189,52.8977 136.962,52.9472 136.733,52.9472 C136.118,52.9472 135.616,52.718 135.225,52.2597 C134.834,51.8013 134.639,51.2128 134.639,50.494 M141.952,47.7753 C142.66,47.7753 143.243,48.0097 143.702,48.4784 C144.16,48.9472 144.389,49.5409 144.389,50.2597 C144.389,51.0201 144.152,51.6581 143.678,52.1737 C143.204,52.6894 142.623,52.9472 141.936,52.9472 C141.248,52.9472 140.673,52.6998 140.209,52.205 C139.746,51.7102 139.514,51.093 139.514,50.3534 C139.514,49.593 139.741,48.9732 140.194,48.494 C140.647,48.0149 141.233,47.7753 141.952,47.7753 M140.514,49.8222 C140.514,50.593 140.657,51.2519 140.944,51.7987 C141.23,52.3456 141.603,52.619 142.061,52.619 C142.478,52.619 142.801,52.4446 143.03,52.0956 C143.259,51.7466 143.373,51.2649 143.373,50.6503 C143.373,49.9003 143.228,49.2883 142.936,48.8144 C142.644,48.3404 142.269,48.1034 141.811,48.1034 C141.426,48.1034 141.113,48.2597 140.873,48.5722 C140.634,48.8847 140.514,49.3013 140.514,49.8222 M149.92,52.2597 L149.92,52.4159 C149.347,52.5826 148.842,52.7545 148.405,52.9315 L148.358,52.9159 L148.358,51.9784 C148.337,51.9993 148.272,52.0644 148.163,52.1737 C148.053,52.2831 147.978,52.3586 147.936,52.4003 C147.894,52.442 147.819,52.5071 147.709,52.5956 C147.6,52.6841 147.506,52.7466 147.428,52.7831 C147.35,52.8196 147.248,52.856 147.123,52.8925 C146.998,52.9289 146.873,52.9472 146.748,52.9472 C146.342,52.9472 146.019,52.8144 145.78,52.5487 C145.54,52.2831 145.42,51.9315 145.42,51.494 L145.42,48.744 C145.42,48.4836 145.371,48.3039 145.272,48.205 C145.173,48.106 144.993,48.0513 144.733,48.0409 L144.733,47.8847 L146.358,47.8847 L146.358,51.4628 C146.358,51.6815 146.433,51.8743 146.584,52.0409 C146.735,52.2076 146.915,52.2909 147.123,52.2909 C147.207,52.2909 147.303,52.2805 147.413,52.2597 C147.522,52.2388 147.647,52.1972 147.788,52.1347 C147.928,52.0722 148.048,51.9732 148.147,51.8378 C148.246,51.7024 148.295,51.5357 148.295,51.3378 L148.295,48.7597 C148.295,48.4888 148.246,48.3118 148.147,48.2284 C148.048,48.1451 147.827,48.093 147.483,48.0722 L147.483,47.8847 L149.233,47.8847 L149.233,51.6347 C149.233,51.8951 149.275,52.0644 149.358,52.1425 C149.441,52.2206 149.608,52.2597 149.858,52.2597 L149.92,52.2597 M152.952,47.994 C152.952,47.994 153.009,47.9576 153.123,47.8847 L153.248,47.8847 L153.295,49.3847 L153.123,49.3847 C152.998,48.8951 152.845,48.5461 152.663,48.3378 C152.48,48.1295 152.233,48.0253 151.92,48.0253 C151.67,48.0253 151.465,48.0956 151.303,48.2362 C151.142,48.3769 151.061,48.5565 151.061,48.7753 C151.061,49.0878 151.222,49.3378 151.545,49.5253 L152.733,50.2284 C153.056,50.4263 153.29,50.6269 153.436,50.83 C153.582,51.0331 153.655,51.2701 153.655,51.5409 C153.655,51.9263 153.501,52.2571 153.194,52.5331 C152.886,52.8091 152.519,52.9472 152.092,52.9472 C151.915,52.9472 151.673,52.9133 151.366,52.8456 C151.058,52.7779 150.868,52.744 150.795,52.744 C150.681,52.744 150.597,52.7909 150.545,52.8847 L150.389,52.8847 L150.389,51.1659 L150.577,51.1659 C150.691,51.6763 150.827,52.0409 150.983,52.2597 C151.222,52.5618 151.551,52.7128 151.967,52.7128 C152.248,52.7128 152.47,52.6399 152.631,52.494 C152.793,52.3482 152.873,52.1555 152.873,51.9159 C152.873,51.5826 152.686,51.3065 152.311,51.0878 L151.67,50.7284 C151.202,50.4576 150.871,50.2024 150.678,49.9628 C150.485,49.7232 150.389,49.4472 150.389,49.1347 C150.389,48.7388 150.53,48.4159 150.811,48.1659 C151.092,47.9159 151.446,47.7909 151.873,47.7909 C152.123,47.7909 152.353,47.8248 152.561,47.8925 C152.769,47.9602 152.9,47.994 152.952,47.994 M156.889,47.8847 L156.889,48.2128 L155.78,48.2128 L155.78,51.369 C155.78,51.7128 155.824,51.9628 155.913,52.119 C156.001,52.2753 156.15,52.3534 156.358,52.3534 C156.577,52.3534 156.795,52.2232 157.014,51.9628 L157.155,52.0878 C156.801,52.6607 156.358,52.9472 155.827,52.9472 C155.17,52.9472 154.842,52.4784 154.842,51.5409 L154.842,48.2128 L154.264,48.2128 C154.233,48.192 154.217,48.1711 154.217,48.1503 C154.217,48.1086 154.228,48.0774 154.248,48.0565 C154.269,48.0357 154.311,48.0071 154.373,47.9706 C154.436,47.9341 154.511,47.8821 154.6,47.8144 C154.689,47.7466 154.811,47.6216 154.967,47.4394 C155.123,47.2571 155.295,47.0357 155.483,46.7753 C155.597,46.6086 155.67,46.5045 155.702,46.4628 C155.754,46.4628 155.78,46.5097 155.78,46.6034 L155.78,47.8847 L156.889,47.8847 M157.827,48.5097 C157.66,48.5097 157.504,48.5201 157.358,48.5409 L157.358,48.3847 C157.879,48.2388 158.452,48.0357 159.077,47.7753 L159.123,47.8065 L159.123,51.7128 C159.123,52.1086 159.168,52.3612 159.256,52.4706 C159.345,52.58 159.571,52.6451 159.936,52.6659 L159.936,52.8378 L157.311,52.8378 L157.311,52.6659 C157.696,52.6451 157.939,52.58 158.038,52.4706 C158.136,52.3612 158.186,52.1086 158.186,51.7128 L158.186,49.1659 C158.186,48.9263 158.157,48.7571 158.1,48.6581 C158.043,48.5591 157.952,48.5097 157.827,48.5097 M158.545,45.3222 C158.712,45.3222 158.85,45.3769 158.959,45.4862 C159.069,45.5956 159.123,45.7284 159.123,45.8847 C159.123,46.0409 159.069,46.1737 158.959,46.2831 C158.85,46.3925 158.712,46.4472 158.545,46.4472 C158.4,46.4472 158.272,46.3925 158.163,46.2831 C158.053,46.1737 157.998,46.0409 157.998,45.8847 C157.998,45.7284 158.053,45.5956 158.163,45.4862 C158.272,45.3769 158.4,45.3222 158.545,45.3222 M160.467,50.494 C160.467,49.6815 160.707,49.0253 161.186,48.5253 C161.665,48.0253 162.228,47.7753 162.873,47.7753 C163.321,47.7753 163.709,47.8873 164.038,48.1112 C164.366,48.3352 164.53,48.6034 164.53,48.9159 C164.53,49.0409 164.48,49.1503 164.381,49.244 C164.282,49.3378 164.16,49.3847 164.014,49.3847 C163.775,49.3847 163.608,49.218 163.514,48.8847 L163.452,48.6347 C163.4,48.4263 163.329,48.2857 163.241,48.2128 C163.152,48.1399 163.009,48.1034 162.811,48.1034 C162.363,48.1034 162.004,48.2805 161.733,48.6347 C161.462,48.9888 161.327,49.4472 161.327,50.0097 C161.327,50.6347 161.483,51.1477 161.795,51.5487 C162.108,51.9498 162.514,52.1503 163.014,52.1503 C163.327,52.1503 163.592,52.0722 163.811,51.9159 C164.03,51.7597 164.269,51.494 164.53,51.119 L164.686,51.2128 C164.613,51.3586 164.551,51.481 164.498,51.58 C164.446,51.6789 164.35,51.8222 164.209,52.0097 C164.069,52.1972 163.928,52.3508 163.788,52.4706 C163.647,52.5904 163.465,52.6998 163.241,52.7987 C163.017,52.8977 162.79,52.9472 162.561,52.9472 C161.946,52.9472 161.444,52.718 161.053,52.2597 C160.663,51.8013 160.467,51.2128 160.467,50.494"/>
<path class="Lyrics" d="M94.5225,62.0565 L94.5225,64.7128 C94.5225,65.0982 94.5667,65.3456 94.6553,65.455 C94.7438,65.5644 94.9495,65.6347 95.2725,65.6659 L95.2725,65.8378 L92.8818,65.8378 L92.8818,65.6659 C93.1943,65.6243 93.3896,65.5513 93.4678,65.4472 C93.5459,65.343 93.585,65.0982 93.585,64.7128 L93.585,59.5409 C93.585,59.3013 93.5537,59.1451 93.4912,59.0722 C93.4287,58.9993 93.2933,58.9628 93.085,58.9628 C93.0329,58.9628 92.9704,58.968 92.8975,58.9784 L92.8975,58.8065 C93.4183,58.6711 93.9391,58.5097 94.46,58.3222 L94.5225,58.3534 L94.5225,61.6972 C94.7725,61.3743 95.0225,61.1399 95.2725,60.994 C95.5225,60.8482 95.8089,60.7753 96.1318,60.7753 C97.0381,60.7753 97.4912,61.3586 97.4912,62.5253 L97.4912,64.7128 C97.4912,65.0982 97.5251,65.3404 97.5928,65.4394 C97.6605,65.5383 97.8454,65.6138 98.1475,65.6659 L98.1475,65.8378 L95.8037,65.8378 L95.8037,65.6659 C96.1266,65.6451 96.3323,65.5748 96.4209,65.455 C96.5094,65.3352 96.5537,65.0878 96.5537,64.7128 L96.5537,62.5409 C96.5537,61.7597 96.2829,61.369 95.7412,61.369 C95.5225,61.369 95.3219,61.4237 95.1396,61.5331 C94.9573,61.6425 94.7516,61.817 94.5225,62.0565 M98.9287,61.5097 C98.762,61.5097 98.6058,61.5201 98.46,61.5409 L98.46,61.3847 C98.9808,61.2388 99.5537,61.0357 100.179,60.7753 L100.226,60.8065 L100.226,64.7128 C100.226,65.1086 100.27,65.3612 100.358,65.4706 C100.447,65.58 100.673,65.6451 101.038,65.6659 L101.038,65.8378 L98.4131,65.8378 L98.4131,65.6659 C98.7985,65.6451 99.0407,65.58 99.1396,65.4706 C99.2386,65.3612 99.2881,65.1086 99.2881,64.7128 L99.2881,62.1659 C99.2881,61.9263 99.2594,61.7571 99.2021,61.6581 C99.1448,61.5591 99.0537,61.5097 98.9287,61.5097 M99.6475,58.3222 C99.8141,58.3222 99.9521,58.3769 100.062,58.4862 C100.171,58.5956 100.226,58.7284 100.226,58.8847 C100.226,59.0409 100.171,59.1737 100.062,59.2831 C99.9521,59.3925 99.8141,59.4472 99.6475,59.4472 C99.5016,59.4472 99.374,59.3925 99.2646,59.2831 C99.1553,59.1737 99.1006,59.0409 99.1006,58.8847 C99.1006,58.7284 99.1553,58.5956 99.2646,58.4862 C99.374,58.3769 99.5016,58.3222 99.6475,58.3222 M101.71,63.0409 L104.429,63.0409 L104.429,63.6972 L101.71,63.6972 L101.71,63.0409 M106.694,62.0565 L106.694,64.7128 C106.694,65.0982 106.739,65.3456 106.827,65.455 C106.916,65.5644 107.121,65.6347 107.444,65.6659 L107.444,65.8378 L105.054,65.8378 L105.054,65.6659 C105.366,65.6243 105.562,65.5513 105.64,65.4472 C105.718,65.343 105.757,65.0982 105.757,64.7128 L105.757,59.5409 C105.757,59.3013 105.726,59.1451 105.663,59.0722 C105.601,58.9993 105.465,58.9628 105.257,58.9628 C105.205,58.9628 105.142,58.968 105.069,58.9784 L105.069,58.8065 C105.59,58.6711 106.111,58.5097 106.632,58.3222 L106.694,58.3534 L106.694,61.6972 C106.944,61.3743 107.194,61.1399 107.444,60.994 C107.694,60.8482 107.981,60.7753 108.304,60.7753 C109.21,60.7753 109.663,61.3586 109.663,62.5253 L109.663,64.7128 C109.663,65.0982 109.697,65.3404 109.765,65.4394 C109.832,65.5383 110.017,65.6138 110.319,65.6659 L110.319,65.8378 L107.976,65.8378 L107.976,65.6659 C108.298,65.6451 108.504,65.5748 108.593,65.455 C108.681,65.3352 108.726,65.0878 108.726,64.7128 L108.726,62.5409 C108.726,61.7597 108.455,61.369 107.913,61.369 C107.694,61.369 107.494,61.4237 107.312,61.5331 C107.129,61.6425 106.923,61.817 106.694,62.0565 M110.741,64.744 C110.741,64.619 110.757,64.4993 110.788,64.3847 C110.819,64.2701 110.871,64.1633 110.944,64.0644 C111.017,63.9654 111.085,63.8769 111.147,63.7987 C111.21,63.7206 111.306,63.6399 111.437,63.5565 C111.567,63.4732 111.676,63.4029 111.765,63.3456 C111.853,63.2883 111.986,63.2206 112.163,63.1425 C112.34,63.0644 112.476,63.0071 112.569,62.9706 C112.663,62.9341 112.809,62.8743 113.007,62.7909 C113.205,62.7076 113.351,62.6503 113.444,62.619 L113.444,61.9472 C113.444,61.343 113.168,61.0409 112.616,61.0409 C112.397,61.0409 112.213,61.093 112.062,61.1972 C111.91,61.3013 111.835,61.4315 111.835,61.5878 C111.835,61.6399 111.843,61.718 111.858,61.8222 C111.874,61.9263 111.882,61.994 111.882,62.0253 C111.882,62.1503 111.832,62.2571 111.733,62.3456 C111.634,62.4341 111.517,62.4784 111.382,62.4784 C111.257,62.4784 111.145,62.4315 111.046,62.3378 C110.947,62.244 110.897,62.1347 110.897,62.0097 C110.897,61.6659 111.077,61.3743 111.437,61.1347 C111.796,60.8951 112.236,60.7753 112.757,60.7753 C113.351,60.7753 113.757,60.9185 113.976,61.205 C114.194,61.4914 114.304,61.9315 114.304,62.5253 L114.304,64.6659 C114.304,64.9055 114.327,65.0696 114.374,65.1581 C114.421,65.2466 114.507,65.2909 114.632,65.2909 C114.788,65.2909 114.95,65.2232 115.116,65.0878 L115.116,65.3847 C114.929,65.6034 114.765,65.7519 114.624,65.83 C114.483,65.9081 114.319,65.9472 114.132,65.9472 C113.913,65.9472 113.754,65.8821 113.655,65.7519 C113.556,65.6216 113.491,65.4107 113.46,65.119 C112.835,65.6711 112.304,65.9472 111.866,65.9472 C111.533,65.9472 111.262,65.8352 111.054,65.6112 C110.845,65.3873 110.741,65.0982 110.741,64.744 M113.444,64.4628 L113.444,62.8847 C112.788,63.1243 112.33,63.356 112.069,63.58 C111.809,63.8039 111.679,64.0774 111.679,64.4003 C111.679,64.7024 111.752,64.9263 111.897,65.0722 C112.043,65.218 112.2,65.2909 112.366,65.2909 C112.616,65.2909 112.882,65.2076 113.163,65.0409 C113.278,64.968 113.353,64.8951 113.39,64.8222 C113.426,64.7493 113.444,64.6295 113.444,64.4628 M118.054,60.8847 L118.054,61.2128 L116.944,61.2128 L116.944,64.369 C116.944,64.7128 116.989,64.9628 117.077,65.119 C117.166,65.2753 117.314,65.3534 117.522,65.3534 C117.741,65.3534 117.96,65.2232 118.179,64.9628 L118.319,65.0878 C117.965,65.6607 117.522,65.9472 116.991,65.9472 C116.335,65.9472 116.007,65.4784 116.007,64.5409 L116.007,61.2128 L115.429,61.2128 C115.397,61.192 115.382,61.1711 115.382,61.1503 C115.382,61.1086 115.392,61.0774 115.413,61.0565 C115.434,61.0357 115.476,61.0071 115.538,60.9706 C115.601,60.9341 115.676,60.8821 115.765,60.8144 C115.853,60.7466 115.976,60.6216 116.132,60.4394 C116.288,60.2571 116.46,60.0357 116.647,59.7753 C116.762,59.6086 116.835,59.5045 116.866,59.4628 C116.918,59.4628 116.944,59.5097 116.944,59.6034 L116.944,60.8847 L118.054,60.8847 "/>
<path class="Lyrics" d="M93.9756,48.5097 L93.9756,48.3378 C94.4443,48.2024 94.9756,48.0149 95.5693,47.7753 L95.6318,47.8065 L95.6318,48.6503 C96.1006,48.067 96.6266,47.7753 97.21,47.7753 C97.7412,47.7753 98.1787,47.9966 98.5225,48.4394 C98.8662,48.8821 99.0381,49.4472 99.0381,50.1347 C99.0381,50.9263 98.8167,51.593 98.374,52.1347 C97.9313,52.6763 97.387,52.9472 96.7412,52.9472 C96.512,52.9472 96.3167,52.9159 96.1553,52.8534 C95.9938,52.7909 95.8193,52.6711 95.6318,52.494 L95.6318,54.2128 C95.6318,54.5565 95.6917,54.7753 95.8115,54.869 C95.9313,54.9628 96.1943,55.0149 96.6006,55.0253 L96.6006,55.2284 L93.9287,55.2284 L93.9287,55.0409 C94.2516,55.0097 94.46,54.9472 94.5537,54.8534 C94.6475,54.7597 94.6943,54.567 94.6943,54.2753 L94.6943,49.1347 C94.6943,48.8743 94.6657,48.705 94.6084,48.6269 C94.5511,48.5487 94.4287,48.5097 94.2412,48.5097 C94.1266,48.5097 94.0381,48.5097 93.9756,48.5097 M95.6318,49.1659 L95.6318,51.8847 C95.6318,52.0513 95.7594,52.2154 96.0146,52.3769 C96.2698,52.5383 96.5225,52.619 96.7725,52.619 C97.1683,52.619 97.4886,52.4289 97.7334,52.0487 C97.9782,51.6685 98.1006,51.1711 98.1006,50.5565 C98.1006,49.9211 97.9782,49.4081 97.7334,49.0175 C97.4886,48.6269 97.1631,48.4315 96.7568,48.4315 C96.4964,48.4315 96.2438,48.5149 95.999,48.6815 C95.7542,48.8482 95.6318,49.0097 95.6318,49.1659 M100.444,49.7909 C100.455,50.2493 100.515,50.6399 100.624,50.9628 C100.733,51.2857 100.877,51.5305 101.054,51.6972 C101.231,51.8638 101.408,51.981 101.585,52.0487 C101.762,52.1164 101.95,52.1503 102.147,52.1503 C102.502,52.1503 102.809,52.0618 103.069,51.8847 C103.33,51.7076 103.59,51.4159 103.851,51.0097 L104.038,51.0878 C103.809,51.692 103.491,52.1529 103.085,52.4706 C102.679,52.7883 102.215,52.9472 101.694,52.9472 C101.069,52.9472 100.562,52.7232 100.171,52.2753 C99.7803,51.8274 99.585,51.2284 99.585,50.4784 C99.585,49.6659 99.8089,49.0123 100.257,48.5175 C100.705,48.0227 101.267,47.7753 101.944,47.7753 C102.496,47.7753 102.929,47.942 103.241,48.2753 C103.554,48.6086 103.746,49.1138 103.819,49.7909 L100.444,49.7909 M100.46,49.4628 L102.71,49.4628 C102.637,48.9836 102.522,48.6529 102.366,48.4706 C102.21,48.2883 101.965,48.1972 101.632,48.1972 C100.965,48.1972 100.575,48.619 100.46,49.4628 M107.944,52.9472 L107.897,52.9159 L107.897,52.1972 C107.543,52.6972 107.069,52.9472 106.476,52.9472 C105.871,52.9472 105.384,52.7284 105.015,52.2909 C104.645,51.8534 104.46,51.2805 104.46,50.5722 C104.46,49.8013 104.681,49.1425 105.124,48.5956 C105.567,48.0487 106.106,47.7753 106.741,47.7753 C107.137,47.7753 107.522,47.942 107.897,48.2753 L107.897,46.5409 C107.897,46.3118 107.864,46.1607 107.796,46.0878 C107.728,46.0149 107.595,45.9784 107.397,45.9784 C107.293,45.9784 107.21,45.9784 107.147,45.9784 L107.147,45.8065 C107.825,45.6295 108.366,45.468 108.772,45.3222 L108.835,45.3534 L108.835,51.5722 C108.835,51.8222 108.866,51.9888 108.929,52.0722 C108.991,52.1555 109.121,52.1972 109.319,52.1972 C109.351,52.1972 109.434,52.192 109.569,52.1815 L109.569,52.3534 L107.944,52.9472 M106.913,52.3534 C107.194,52.3534 107.429,52.2753 107.616,52.119 C107.804,51.9628 107.897,51.8222 107.897,51.6972 L107.897,49.1972 C107.897,48.9055 107.783,48.6503 107.554,48.4315 C107.325,48.2128 107.064,48.1034 106.772,48.1034 C106.356,48.1034 106.02,48.2883 105.765,48.6581 C105.509,49.0279 105.382,49.5253 105.382,50.1503 C105.382,50.817 105.522,51.3508 105.804,51.7519 C106.085,52.1529 106.455,52.3534 106.913,52.3534 M109.991,51.744 C109.991,51.619 110.007,51.4993 110.038,51.3847 C110.069,51.2701 110.121,51.1633 110.194,51.0644 C110.267,50.9654 110.335,50.8769 110.397,50.7987 C110.46,50.7206 110.556,50.6399 110.687,50.5565 C110.817,50.4732 110.926,50.4029 111.015,50.3456 C111.103,50.2883 111.236,50.2206 111.413,50.1425 C111.59,50.0644 111.726,50.0071 111.819,49.9706 C111.913,49.9341 112.059,49.8743 112.257,49.7909 C112.455,49.7076 112.601,49.6503 112.694,49.619 L112.694,48.9472 C112.694,48.343 112.418,48.0409 111.866,48.0409 C111.647,48.0409 111.463,48.093 111.312,48.1972 C111.16,48.3013 111.085,48.4315 111.085,48.5878 C111.085,48.6399 111.093,48.718 111.108,48.8222 C111.124,48.9263 111.132,48.994 111.132,49.0253 C111.132,49.1503 111.082,49.2571 110.983,49.3456 C110.884,49.4341 110.767,49.4784 110.632,49.4784 C110.507,49.4784 110.395,49.4315 110.296,49.3378 C110.197,49.244 110.147,49.1347 110.147,49.0097 C110.147,48.6659 110.327,48.3743 110.687,48.1347 C111.046,47.8951 111.486,47.7753 112.007,47.7753 C112.601,47.7753 113.007,47.9185 113.226,48.205 C113.444,48.4914 113.554,48.9315 113.554,49.5253 L113.554,51.6659 C113.554,51.9055 113.577,52.0696 113.624,52.1581 C113.671,52.2466 113.757,52.2909 113.882,52.2909 C114.038,52.2909 114.2,52.2232 114.366,52.0878 L114.366,52.3847 C114.179,52.6034 114.015,52.7519 113.874,52.83 C113.733,52.9081 113.569,52.9472 113.382,52.9472 C113.163,52.9472 113.004,52.8821 112.905,52.7519 C112.806,52.6216 112.741,52.4107 112.71,52.119 C112.085,52.6711 111.554,52.9472 111.116,52.9472 C110.783,52.9472 110.512,52.8352 110.304,52.6112 C110.095,52.3873 109.991,52.0982 109.991,51.744 M112.694,51.4628 L112.694,49.8847 C112.038,50.1243 111.58,50.356 111.319,50.58 C111.059,50.8039 110.929,51.0774 110.929,51.4003 C110.929,51.7024 111.002,51.9263 111.147,52.0722 C111.293,52.218 111.45,52.2909 111.616,52.2909 C111.866,52.2909 112.132,52.2076 112.413,52.0409 C112.528,51.968 112.603,51.8951 112.64,51.8222 C112.676,51.7493 112.694,51.6295 112.694,51.4628 M114.554,45.9784 L114.554,45.8065 C115.283,45.6295 115.871,45.468 116.319,45.3222 L116.366,45.3534 L116.366,51.9159 C116.366,52.218 116.416,52.4133 116.515,52.5019 C116.614,52.5904 116.835,52.6451 117.179,52.6659 L117.179,52.8378 L114.569,52.8378 L114.569,52.6659 C114.923,52.6451 115.155,52.5826 115.265,52.4784 C115.374,52.3743 115.429,52.1763 115.429,51.8847 L115.429,46.6347 C115.429,46.3743 115.395,46.1972 115.327,46.1034 C115.259,46.0097 115.137,45.9628 114.96,45.9628 C114.814,45.9628 114.679,45.968 114.554,45.9784"/>
<path class="Lyrics" d="M42.9371,58.3534 L42.9371,61.6815 C43.0516,61.4211 43.2522,61.205 43.5386,61.0331 C43.8251,60.8612 44.135,60.7753 44.4683,60.7753 C45.01,60.7753 45.4605,61.0045 45.8199,61.4628 C46.1792,61.9211 46.3589,62.4836 46.3589,63.1503 C46.3589,63.942 46.1167,64.606 45.6324,65.1425 C45.148,65.6789 44.5464,65.9472 43.8277,65.9472 C43.3902,65.9472 42.9787,65.8743 42.5933,65.7284 C42.2079,65.5826 42.0152,65.4263 42.0152,65.2597 L42.0152,59.5409 C42.0152,59.3118 41.9787,59.1607 41.9058,59.0878 C41.8329,59.0149 41.6871,58.9784 41.4683,58.9784 C41.385,58.9784 41.3225,58.9784 41.2808,58.9784 L41.2808,58.8065 C41.8537,58.6711 42.3902,58.5097 42.8902,58.3222 L42.9371,58.3534 M42.9371,62.2753 L42.9371,65.0878 C42.9371,65.2232 43.0438,65.3456 43.2574,65.455 C43.4709,65.5644 43.7183,65.619 43.9996,65.619 C44.4579,65.619 44.8095,65.4472 45.0542,65.1034 C45.299,64.7597 45.4214,64.2805 45.4214,63.6659 C45.4214,62.9888 45.2964,62.4472 45.0464,62.0409 C44.7964,61.6347 44.4579,61.4315 44.0308,61.4315 C43.7391,61.4315 43.4839,61.5175 43.2652,61.6894 C43.0464,61.8612 42.9371,62.0565 42.9371,62.2753 M46.9839,64.744 C46.9839,64.619 46.9996,64.4993 47.0308,64.3847 C47.0621,64.2701 47.1141,64.1633 47.1871,64.0644 C47.26,63.9654 47.3277,63.8769 47.3902,63.7987 C47.4527,63.7206 47.549,63.6399 47.6792,63.5565 C47.8095,63.4732 47.9188,63.4029 48.0074,63.3456 C48.0959,63.2883 48.2287,63.2206 48.4058,63.1425 C48.5829,63.0644 48.7183,63.0071 48.8121,62.9706 C48.9058,62.9341 49.0516,62.8743 49.2496,62.7909 C49.4475,62.7076 49.5933,62.6503 49.6871,62.619 L49.6871,61.9472 C49.6871,61.343 49.411,61.0409 48.8589,61.0409 C48.6402,61.0409 48.4553,61.093 48.3042,61.1972 C48.1532,61.3013 48.0777,61.4315 48.0777,61.5878 C48.0777,61.6399 48.0855,61.718 48.1011,61.8222 C48.1167,61.9263 48.1246,61.994 48.1246,62.0253 C48.1246,62.1503 48.0751,62.2571 47.9761,62.3456 C47.8772,62.4341 47.76,62.4784 47.6246,62.4784 C47.4996,62.4784 47.3876,62.4315 47.2886,62.3378 C47.1897,62.244 47.1402,62.1347 47.1402,62.0097 C47.1402,61.6659 47.3199,61.3743 47.6792,61.1347 C48.0386,60.8951 48.4787,60.7753 48.9996,60.7753 C49.5933,60.7753 49.9996,60.9185 50.2183,61.205 C50.4371,61.4914 50.5464,61.9315 50.5464,62.5253 L50.5464,64.6659 C50.5464,64.9055 50.5699,65.0696 50.6167,65.1581 C50.6636,65.2466 50.7496,65.2909 50.8746,65.2909 C51.0308,65.2909 51.1923,65.2232 51.3589,65.0878 L51.3589,65.3847 C51.1714,65.6034 51.0074,65.7519 50.8667,65.83 C50.7261,65.9081 50.5621,65.9472 50.3746,65.9472 C50.1558,65.9472 49.997,65.8821 49.898,65.7519 C49.799,65.6216 49.7339,65.4107 49.7027,65.119 C49.0777,65.6711 48.5464,65.9472 48.1089,65.9472 C47.7756,65.9472 47.5048,65.8352 47.2964,65.6112 C47.0881,65.3873 46.9839,65.0982 46.9839,64.744 M49.6871,64.4628 L49.6871,62.8847 C49.0308,63.1243 48.5725,63.356 48.3121,63.58 C48.0516,63.8039 47.9214,64.0774 47.9214,64.4003 C47.9214,64.7024 47.9944,64.9263 48.1402,65.0722 C48.286,65.218 48.4423,65.2909 48.6089,65.2909 C48.8589,65.2909 49.1246,65.2076 49.4058,65.0409 C49.5204,64.968 49.5959,64.8951 49.6324,64.8222 C49.6688,64.7493 49.6871,64.6295 49.6871,64.4628 M54.3902,60.994 C54.3902,60.994 54.4475,60.9576 54.5621,60.8847 L54.6871,60.8847 L54.7339,62.3847 L54.5621,62.3847 C54.4371,61.8951 54.2834,61.5461 54.1011,61.3378 C53.9188,61.1295 53.6714,61.0253 53.3589,61.0253 C53.1089,61.0253 52.9032,61.0956 52.7417,61.2362 C52.5803,61.3769 52.4996,61.5565 52.4996,61.7753 C52.4996,62.0878 52.661,62.3378 52.9839,62.5253 L54.1714,63.2284 C54.4944,63.4263 54.7287,63.6269 54.8746,63.83 C55.0204,64.0331 55.0933,64.2701 55.0933,64.5409 C55.0933,64.9263 54.9397,65.2571 54.6324,65.5331 C54.3251,65.8091 53.9579,65.9472 53.5308,65.9472 C53.3537,65.9472 53.1115,65.9133 52.8042,65.8456 C52.497,65.7779 52.3069,65.744 52.2339,65.744 C52.1194,65.744 52.036,65.7909 51.9839,65.8847 L51.8277,65.8847 L51.8277,64.1659 L52.0152,64.1659 C52.1298,64.6763 52.2652,65.0409 52.4214,65.2597 C52.661,65.5618 52.9891,65.7128 53.4058,65.7128 C53.6871,65.7128 53.9084,65.6399 54.0699,65.494 C54.2313,65.3482 54.3121,65.1555 54.3121,64.9159 C54.3121,64.5826 54.1246,64.3065 53.7496,64.0878 L53.1089,63.7284 C52.6402,63.4576 52.3095,63.2024 52.1167,62.9628 C51.924,62.7232 51.8277,62.4472 51.8277,62.1347 C51.8277,61.7388 51.9683,61.4159 52.2496,61.1659 C52.5308,60.9159 52.885,60.7909 53.3121,60.7909 C53.5621,60.7909 53.7912,60.8248 53.9996,60.8925 C54.2079,60.9602 54.3381,60.994 54.3902,60.994 M58.4214,60.994 C58.4214,60.994 58.4787,60.9576 58.5933,60.8847 L58.7183,60.8847 L58.7652,62.3847 L58.5933,62.3847 C58.4683,61.8951 58.3147,61.5461 58.1324,61.3378 C57.9501,61.1295 57.7027,61.0253 57.3902,61.0253 C57.1402,61.0253 56.9345,61.0956 56.773,61.2362 C56.6115,61.3769 56.5308,61.5565 56.5308,61.7753 C56.5308,62.0878 56.6923,62.3378 57.0152,62.5253 L58.2027,63.2284 C58.5256,63.4263 58.76,63.6269 58.9058,63.83 C59.0516,64.0331 59.1246,64.2701 59.1246,64.5409 C59.1246,64.9263 58.9709,65.2571 58.6636,65.5331 C58.3563,65.8091 57.9891,65.9472 57.5621,65.9472 C57.385,65.9472 57.1428,65.9133 56.8355,65.8456 C56.5282,65.7779 56.3381,65.744 56.2652,65.744 C56.1506,65.744 56.0673,65.7909 56.0152,65.8847 L55.8589,65.8847 L55.8589,64.1659 L56.0464,64.1659 C56.161,64.6763 56.2964,65.0409 56.4527,65.2597 C56.6923,65.5618 57.0204,65.7128 57.4371,65.7128 C57.7183,65.7128 57.9397,65.6399 58.1011,65.494 C58.2626,65.3482 58.3433,65.1555 58.3433,64.9159 C58.3433,64.5826 58.1558,64.3065 57.7808,64.0878 L57.1402,63.7284 C56.6714,63.4576 56.3407,63.2024 56.148,62.9628 C55.9553,62.7232 55.8589,62.4472 55.8589,62.1347 C55.8589,61.7388 55.9996,61.4159 56.2808,61.1659 C56.5621,60.9159 56.9162,60.7909 57.3433,60.7909 C57.5933,60.7909 57.8225,60.8248 58.0308,60.8925 C58.2391,60.9602 58.3694,60.994 58.4214,60.994 M59.9214,63.0409 L62.6402,63.0409 L62.6402,63.6972 L59.9214,63.6972 L59.9214,63.0409 M66.9214,65.9472 L66.8746,65.9159 L66.8746,65.1972 C66.5204,65.6972 66.0464,65.9472 65.4527,65.9472 C64.8485,65.9472 64.3615,65.7284 63.9917,65.2909 C63.622,64.8534 63.4371,64.2805 63.4371,63.5722 C63.4371,62.8013 63.6584,62.1425 64.1011,61.5956 C64.5438,61.0487 65.0829,60.7753 65.7183,60.7753 C66.1141,60.7753 66.4996,60.942 66.8746,61.2753 L66.8746,59.5409 C66.8746,59.3118 66.8407,59.1607 66.773,59.0878 C66.7053,59.0149 66.5725,58.9784 66.3746,58.9784 C66.2704,58.9784 66.1871,58.9784 66.1246,58.9784 L66.1246,58.8065 C66.8016,58.6295 67.3433,58.468 67.7496,58.3222 L67.8121,58.3534 L67.8121,64.5722 C67.8121,64.8222 67.8433,64.9888 67.9058,65.0722 C67.9683,65.1555 68.0985,65.1972 68.2964,65.1972 C68.3277,65.1972 68.411,65.192 68.5464,65.1815 L68.5464,65.3534 L66.9214,65.9472 M65.8902,65.3534 C66.1714,65.3534 66.4058,65.2753 66.5933,65.119 C66.7808,64.9628 66.8746,64.8222 66.8746,64.6972 L66.8746,62.1972 C66.8746,61.9055 66.76,61.6503 66.5308,61.4315 C66.3016,61.2128 66.0412,61.1034 65.7496,61.1034 C65.3329,61.1034 64.997,61.2883 64.7417,61.6581 C64.4865,62.0279 64.3589,62.5253 64.3589,63.1503 C64.3589,63.817 64.4996,64.3508 64.7808,64.7519 C65.0621,65.1529 65.4319,65.3534 65.8902,65.3534 M71.9683,61.8222 C71.8537,61.8222 71.7157,61.7571 71.5542,61.6269 C71.3928,61.4966 71.286,61.4315 71.2339,61.4315 C71.0881,61.4315 70.924,61.5409 70.7417,61.7597 C70.5595,61.9784 70.4683,62.1763 70.4683,62.3534 L70.4683,64.8378 C70.4683,65.1607 70.5308,65.3769 70.6558,65.4862 C70.7808,65.5956 71.0308,65.6555 71.4058,65.6659 L71.4058,65.8378 L68.7496,65.8378 L68.7496,65.6659 C69.1037,65.6034 69.3225,65.5305 69.4058,65.4472 C69.4891,65.3638 69.5308,65.1815 69.5308,64.9003 L69.5308,62.1347 C69.5308,61.8951 69.5022,61.7232 69.4449,61.619 C69.3876,61.5149 69.2912,61.4628 69.1558,61.4628 C69.0412,61.4628 68.911,61.4784 68.7652,61.5097 L68.7652,61.3378 C69.3589,61.1607 69.9058,60.9732 70.4058,60.7753 L70.4683,60.7909 L70.4683,61.7753 C70.7391,61.4003 70.9709,61.1399 71.1636,60.994 C71.3563,60.8482 71.5621,60.7753 71.7808,60.7753 C71.9787,60.7753 72.1298,60.8248 72.2339,60.9237 C72.3381,61.0227 72.3902,61.1607 72.3902,61.3378 C72.3902,61.494 72.3511,61.6138 72.273,61.6972 C72.1949,61.7805 72.0933,61.8222 71.9683,61.8222 M77.7183,65.2597 L77.7183,65.4159 C77.1454,65.5826 76.6402,65.7545 76.2027,65.9315 L76.1558,65.9159 L76.1558,64.9784 C76.135,64.9993 76.0699,65.0644 75.9605,65.1737 C75.8511,65.2831 75.7756,65.3586 75.7339,65.4003 C75.6923,65.442 75.6167,65.5071 75.5074,65.5956 C75.398,65.6841 75.3042,65.7466 75.2261,65.7831 C75.148,65.8196 75.0464,65.856 74.9214,65.8925 C74.7964,65.9289 74.6714,65.9472 74.5464,65.9472 C74.1402,65.9472 73.8173,65.8144 73.5777,65.5487 C73.3381,65.2831 73.2183,64.9315 73.2183,64.494 L73.2183,61.744 C73.2183,61.4836 73.1688,61.3039 73.0699,61.205 C72.9709,61.106 72.7912,61.0513 72.5308,61.0409 L72.5308,60.8847 L74.1558,60.8847 L74.1558,64.4628 C74.1558,64.6815 74.2313,64.8743 74.3824,65.0409 C74.5334,65.2076 74.7131,65.2909 74.9214,65.2909 C75.0048,65.2909 75.1011,65.2805 75.2105,65.2597 C75.3199,65.2388 75.4449,65.1972 75.5855,65.1347 C75.7261,65.0722 75.8459,64.9732 75.9449,64.8378 C76.0438,64.7024 76.0933,64.5357 76.0933,64.3378 L76.0933,61.7597 C76.0933,61.4888 76.0438,61.3118 75.9449,61.2284 C75.8459,61.1451 75.6246,61.093 75.2808,61.0722 L75.2808,60.8847 L77.0308,60.8847 L77.0308,64.6347 C77.0308,64.8951 77.0725,65.0644 77.1558,65.1425 C77.2391,65.2206 77.4058,65.2597 77.6558,65.2597 L77.7183,65.2597 M77.9371,61.4784 L77.9371,61.2909 C78.4683,61.1347 78.9839,60.9628 79.4839,60.7753 L79.5621,60.8065 L79.5621,61.6503 C80.0204,61.2961 80.3589,61.0618 80.5777,60.9472 C80.7964,60.8326 81.0256,60.7753 81.2652,60.7753 C81.8485,60.7753 82.2391,61.093 82.4371,61.7284 C83.01,61.093 83.6037,60.7753 84.2183,60.7753 C85.0829,60.7753 85.5152,61.4315 85.5152,62.744 L85.5152,65.0097 C85.5152,65.4159 85.6714,65.6295 85.9839,65.6503 L86.2652,65.6659 L86.2652,65.8378 L83.8433,65.8378 L83.8433,65.6659 C84.1662,65.6347 84.3694,65.5748 84.4527,65.4862 C84.536,65.3977 84.5777,65.1972 84.5777,64.8847 L84.5777,62.5722 C84.5777,62.1243 84.5178,61.8118 84.398,61.6347 C84.2782,61.4576 84.0621,61.369 83.7496,61.369 C83.2704,61.369 82.8746,61.593 82.5621,62.0409 L82.5621,64.7909 C82.5621,65.1347 82.6141,65.3664 82.7183,65.4862 C82.8225,65.606 83.036,65.6659 83.3589,65.6659 L83.3589,65.8378 L80.8746,65.8378 L80.8746,65.6659 C81.1871,65.6451 81.3902,65.5878 81.4839,65.494 C81.5777,65.4003 81.6246,65.2024 81.6246,64.9003 L81.6246,62.5253 C81.6246,61.7545 81.385,61.369 80.9058,61.369 C80.6975,61.369 80.4683,61.4211 80.2183,61.5253 C79.9683,61.6295 79.7652,61.7961 79.6089,62.0253 L79.6089,65.1034 C79.6089,65.3118 79.661,65.455 79.7652,65.5331 C79.8694,65.6112 80.0673,65.6555 80.3589,65.6659 L80.3589,65.8378 L77.9058,65.8378 L77.9058,65.6659 C78.2183,65.6659 78.424,65.6138 78.523,65.5097 C78.622,65.4055 78.6714,65.2024 78.6714,64.9003 L78.6714,62.1347 C78.6714,61.8743 78.6454,61.692 78.5933,61.5878 C78.5412,61.4836 78.4423,61.4315 78.2964,61.4315 C78.1819,61.4315 78.0621,61.4472 77.9371,61.4784"/>
<path class="Lyrics" d="M46.3589,51.744 C46.3589,51.619 46.3746,51.4993 46.4058,51.3847 C46.4371,51.2701 46.4891,51.1633 46.5621,51.0644 C46.635,50.9654 46.7027,50.8769 46.7652,50.7987 C46.8277,50.7206 46.924,50.6399 47.0542,50.5565 C47.1845,50.4732 47.2938,50.4029 47.3824,50.3456 C47.4709,50.2883 47.6037,50.2206 47.7808,50.1425 C47.9579,50.0644 48.0933,50.0071 48.1871,49.9706 C48.2808,49.9341 48.4266,49.8743 48.6246,49.7909 C48.8225,49.7076 48.9683,49.6503 49.0621,49.619 L49.0621,48.9472 C49.0621,48.343 48.786,48.0409 48.2339,48.0409 C48.0152,48.0409 47.8303,48.093 47.6792,48.1972 C47.5282,48.3013 47.4527,48.4315 47.4527,48.5878 C47.4527,48.6399 47.4605,48.718 47.4761,48.8222 C47.4917,48.9263 47.4996,48.994 47.4996,49.0253 C47.4996,49.1503 47.4501,49.2571 47.3511,49.3456 C47.2522,49.4341 47.135,49.4784 46.9996,49.4784 C46.8746,49.4784 46.7626,49.4315 46.6636,49.3378 C46.5647,49.244 46.5152,49.1347 46.5152,49.0097 C46.5152,48.6659 46.6949,48.3743 47.0542,48.1347 C47.4136,47.8951 47.8537,47.7753 48.3746,47.7753 C48.9683,47.7753 49.3746,47.9185 49.5933,48.205 C49.8121,48.4914 49.9214,48.9315 49.9214,49.5253 L49.9214,51.6659 C49.9214,51.9055 49.9449,52.0696 49.9917,52.1581 C50.0386,52.2466 50.1246,52.2909 50.2496,52.2909 C50.4058,52.2909 50.5673,52.2232 50.7339,52.0878 L50.7339,52.3847 C50.5464,52.6034 50.3824,52.7519 50.2417,52.83 C50.1011,52.9081 49.9371,52.9472 49.7496,52.9472 C49.5308,52.9472 49.372,52.8821 49.273,52.7519 C49.174,52.6216 49.1089,52.4107 49.0777,52.119 C48.4527,52.6711 47.9214,52.9472 47.4839,52.9472 C47.1506,52.9472 46.8798,52.8352 46.6714,52.6112 C46.4631,52.3873 46.3589,52.0982 46.3589,51.744 M49.0621,51.4628 L49.0621,49.8847 C48.4058,50.1243 47.9475,50.356 47.6871,50.58 C47.4266,50.8039 47.2964,51.0774 47.2964,51.4003 C47.2964,51.7024 47.3694,51.9263 47.5152,52.0722 C47.661,52.218 47.8173,52.2909 47.9839,52.2909 C48.2339,52.2909 48.4996,52.2076 48.7808,52.0409 C48.8954,51.968 48.9709,51.8951 49.0074,51.8222 C49.0438,51.7493 49.0621,51.6295 49.0621,51.4628 M51.0933,50.494 C51.0933,49.6815 51.3329,49.0253 51.8121,48.5253 C52.2912,48.0253 52.8537,47.7753 53.4996,47.7753 C53.9475,47.7753 54.3355,47.8873 54.6636,48.1112 C54.9917,48.3352 55.1558,48.6034 55.1558,48.9159 C55.1558,49.0409 55.1063,49.1503 55.0074,49.244 C54.9084,49.3378 54.786,49.3847 54.6402,49.3847 C54.4006,49.3847 54.2339,49.218 54.1402,48.8847 L54.0777,48.6347 C54.0256,48.4263 53.9553,48.2857 53.8667,48.2128 C53.7782,48.1399 53.635,48.1034 53.4371,48.1034 C52.9891,48.1034 52.6298,48.2805 52.3589,48.6347 C52.0881,48.9888 51.9527,49.4472 51.9527,50.0097 C51.9527,50.6347 52.1089,51.1477 52.4214,51.5487 C52.7339,51.9498 53.1402,52.1503 53.6402,52.1503 C53.9527,52.1503 54.2183,52.0722 54.4371,51.9159 C54.6558,51.7597 54.8954,51.494 55.1558,51.119 L55.3121,51.2128 C55.2391,51.3586 55.1766,51.481 55.1246,51.58 C55.0725,51.6789 54.9761,51.8222 54.8355,52.0097 C54.6949,52.1972 54.5542,52.3508 54.4136,52.4706 C54.273,52.5904 54.0907,52.6998 53.8667,52.7987 C53.6428,52.8977 53.4162,52.9472 53.1871,52.9472 C52.5725,52.9472 52.0699,52.718 51.6792,52.2597 C51.2886,51.8013 51.0933,51.2128 51.0933,50.494 M58.4058,47.7753 C59.1141,47.7753 59.6975,48.0097 60.1558,48.4784 C60.6141,48.9472 60.8433,49.5409 60.8433,50.2597 C60.8433,51.0201 60.6063,51.6581 60.1324,52.1737 C59.6584,52.6894 59.0777,52.9472 58.3902,52.9472 C57.7027,52.9472 57.1272,52.6998 56.6636,52.205 C56.2001,51.7102 55.9683,51.093 55.9683,50.3534 C55.9683,49.593 56.1949,48.9732 56.648,48.494 C57.1011,48.0149 57.6871,47.7753 58.4058,47.7753 M56.9683,49.8222 C56.9683,50.593 57.1115,51.2519 57.398,51.7987 C57.6845,52.3456 58.0569,52.619 58.5152,52.619 C58.9319,52.619 59.2548,52.4446 59.4839,52.0956 C59.7131,51.7466 59.8277,51.2649 59.8277,50.6503 C59.8277,49.9003 59.6819,49.2883 59.3902,48.8144 C59.0985,48.3404 58.7235,48.1034 58.2652,48.1034 C57.8798,48.1034 57.5673,48.2597 57.3277,48.5722 C57.0881,48.8847 56.9683,49.3013 56.9683,49.8222 M66.3746,52.2597 L66.3746,52.4159 C65.8016,52.5826 65.2964,52.7545 64.8589,52.9315 L64.8121,52.9159 L64.8121,51.9784 C64.7912,51.9993 64.7261,52.0644 64.6167,52.1737 C64.5074,52.2831 64.4319,52.3586 64.3902,52.4003 C64.3485,52.442 64.273,52.5071 64.1636,52.5956 C64.0542,52.6841 63.9605,52.7466 63.8824,52.7831 C63.8042,52.8196 63.7027,52.856 63.5777,52.8925 C63.4527,52.9289 63.3277,52.9472 63.2027,52.9472 C62.7964,52.9472 62.4735,52.8144 62.2339,52.5487 C61.9944,52.2831 61.8746,51.9315 61.8746,51.494 L61.8746,48.744 C61.8746,48.4836 61.8251,48.3039 61.7261,48.205 C61.6272,48.106 61.4475,48.0513 61.1871,48.0409 L61.1871,47.8847 L62.8121,47.8847 L62.8121,51.4628 C62.8121,51.6815 62.8876,51.8743 63.0386,52.0409 C63.1897,52.2076 63.3694,52.2909 63.5777,52.2909 C63.661,52.2909 63.7574,52.2805 63.8667,52.2597 C63.9761,52.2388 64.1011,52.1972 64.2417,52.1347 C64.3824,52.0722 64.5022,51.9732 64.6011,51.8378 C64.7001,51.7024 64.7496,51.5357 64.7496,51.3378 L64.7496,48.7597 C64.7496,48.4888 64.7001,48.3118 64.6011,48.2284 C64.5022,48.1451 64.2808,48.093 63.9371,48.0722 L63.9371,47.8847 L65.6871,47.8847 L65.6871,51.6347 C65.6871,51.8951 65.7287,52.0644 65.8121,52.1425 C65.8954,52.2206 66.0621,52.2597 66.3121,52.2597 L66.3746,52.2597 M69.4058,47.994 C69.4058,47.994 69.4631,47.9576 69.5777,47.8847 L69.7027,47.8847 L69.7496,49.3847 L69.5777,49.3847 C69.4527,48.8951 69.299,48.5461 69.1167,48.3378 C68.9345,48.1295 68.6871,48.0253 68.3746,48.0253 C68.1246,48.0253 67.9188,48.0956 67.7574,48.2362 C67.5959,48.3769 67.5152,48.5565 67.5152,48.7753 C67.5152,49.0878 67.6766,49.3378 67.9996,49.5253 L69.1871,50.2284 C69.51,50.4263 69.7444,50.6269 69.8902,50.83 C70.036,51.0331 70.1089,51.2701 70.1089,51.5409 C70.1089,51.9263 69.9553,52.2571 69.648,52.5331 C69.3407,52.8091 68.9735,52.9472 68.5464,52.9472 C68.3694,52.9472 68.1272,52.9133 67.8199,52.8456 C67.5126,52.7779 67.3225,52.744 67.2496,52.744 C67.135,52.744 67.0516,52.7909 66.9996,52.8847 L66.8433,52.8847 L66.8433,51.1659 L67.0308,51.1659 C67.1454,51.6763 67.2808,52.0409 67.4371,52.2597 C67.6766,52.5618 68.0048,52.7128 68.4214,52.7128 C68.7027,52.7128 68.924,52.6399 69.0855,52.494 C69.247,52.3482 69.3277,52.1555 69.3277,51.9159 C69.3277,51.5826 69.1402,51.3065 68.7652,51.0878 L68.1246,50.7284 C67.6558,50.4576 67.3251,50.2024 67.1324,49.9628 C66.9397,49.7232 66.8433,49.4472 66.8433,49.1347 C66.8433,48.7388 66.9839,48.4159 67.2652,48.1659 C67.5464,47.9159 67.9006,47.7909 68.3277,47.7909 C68.5777,47.7909 68.8069,47.8248 69.0152,47.8925 C69.2235,47.9602 69.3537,47.994 69.4058,47.994 M73.3433,47.8847 L73.3433,48.2128 L72.2339,48.2128 L72.2339,51.369 C72.2339,51.7128 72.2782,51.9628 72.3667,52.119 C72.4553,52.2753 72.6037,52.3534 72.8121,52.3534 C73.0308,52.3534 73.2496,52.2232 73.4683,51.9628 L73.6089,52.0878 C73.2548,52.6607 72.8121,52.9472 72.2808,52.9472 C71.6246,52.9472 71.2964,52.4784 71.2964,51.5409 L71.2964,48.2128 L70.7183,48.2128 C70.6871,48.192 70.6714,48.1711 70.6714,48.1503 C70.6714,48.1086 70.6819,48.0774 70.7027,48.0565 C70.7235,48.0357 70.7652,48.0071 70.8277,47.9706 C70.8902,47.9341 70.9657,47.8821 71.0542,47.8144 C71.1428,47.7466 71.2652,47.6216 71.4214,47.4394 C71.5777,47.2571 71.7496,47.0357 71.9371,46.7753 C72.0516,46.6086 72.1246,46.5045 72.1558,46.4628 C72.2079,46.4628 72.2339,46.5097 72.2339,46.6034 L72.2339,47.8847 L73.3433,47.8847 M74.2808,48.5097 C74.1141,48.5097 73.9579,48.5201 73.8121,48.5409 L73.8121,48.3847 C74.3329,48.2388 74.9058,48.0357 75.5308,47.7753 L75.5777,47.8065 L75.5777,51.7128 C75.5777,52.1086 75.622,52.3612 75.7105,52.4706 C75.799,52.58 76.0256,52.6451 76.3902,52.6659 L76.3902,52.8378 L73.7652,52.8378 L73.7652,52.6659 C74.1506,52.6451 74.3928,52.58 74.4917,52.4706 C74.5907,52.3612 74.6402,52.1086 74.6402,51.7128 L74.6402,49.1659 C74.6402,48.9263 74.6115,48.7571 74.5542,48.6581 C74.497,48.5591 74.4058,48.5097 74.2808,48.5097 M74.9996,45.3222 C75.1662,45.3222 75.3042,45.3769 75.4136,45.4862 C75.523,45.5956 75.5777,45.7284 75.5777,45.8847 C75.5777,46.0409 75.523,46.1737 75.4136,46.2831 C75.3042,46.3925 75.1662,46.4472 74.9996,46.4472 C74.8537,46.4472 74.7261,46.3925 74.6167,46.2831 C74.5074,46.1737 74.4527,46.0409 74.4527,45.8847 C74.4527,45.7284 74.5074,45.5956 74.6167,45.4862 C74.7261,45.3769 74.8537,45.3222 74.9996,45.3222 M76.9214,50.494 C76.9214,49.6815 77.161,49.0253 77.6402,48.5253 C78.1194,48.0253 78.6819,47.7753 79.3277,47.7753 C79.7756,47.7753 80.1636,47.8873 80.4917,48.1112 C80.8199,48.3352 80.9839,48.6034 80.9839,48.9159 C80.9839,49.0409 80.9345,49.1503 80.8355,49.244 C80.7365,49.3378 80.6141,49.3847 80.4683,49.3847 C80.2287,49.3847 80.0621,49.218 79.9683,48.8847 L79.9058,48.6347 C79.8537,48.4263 79.7834,48.2857 79.6949,48.2128 C79.6063,48.1399 79.4631,48.1034 79.2652,48.1034 C78.8173,48.1034 78.4579,48.2805 78.1871,48.6347 C77.9162,48.9888 77.7808,49.4472 77.7808,50.0097 C77.7808,50.6347 77.9371,51.1477 78.2496,51.5487 C78.5621,51.9498 78.9683,52.1503 79.4683,52.1503 C79.7808,52.1503 80.0464,52.0722 80.2652,51.9159 C80.4839,51.7597 80.7235,51.494 80.9839,51.119 L81.1402,51.2128 C81.0673,51.3586 81.0048,51.481 80.9527,51.58 C80.9006,51.6789 80.8042,51.8222 80.6636,52.0097 C80.523,52.1972 80.3824,52.3508 80.2417,52.4706 C80.1011,52.5904 79.9188,52.6998 79.6949,52.7987 C79.4709,52.8977 79.2444,52.9472 79.0152,52.9472 C78.4006,52.9472 77.898,52.718 77.5074,52.2597 C77.1167,51.8013 76.9214,51.2128 76.9214,50.494"/>
</svg>
<p>The next example shows the use of filled and open note shapes. The first measure uses filled note
shapes (+) and the second measure has open note shapes (-). Without +/- the duration of a note determines
if a shape is filled or not (<1/2 filled, >=1/2 open). The second measure also shows the use of
abbreviated drum sound names.</p>
<pre class="indent">
X:1
L:1/4
K:C clef=perc
I:percmap E Bass-Drum-1 diamond+ % full sound names, filled noteheads (+)
I:percmap ^g Open-Hi-Hat x+
I:percmap _d Hi-Wood-Block triangle+
I:percmap G low-tom normal+
%
I:percmap F ac-snare diamond- % abbreviated sound names, open noteheads (-)
I:percmap ^a cl-hi-hat x-
I:percmap _e lo-wo-bl triangle-
I:percmap A lo-mi-tom normal-
%
E ^g _d G | F ^a _e A |
</pre>
<svg class="indent" width="283.465px" height="42.5197px" viewBox="0 0 283.465 42.5197"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Closed-Open</title>
<desc>Generated by MuseScore 2.1.0</desc>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,12.8353 280.63,12.8353"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,17.8356 280.63,17.8356"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,22.8359 280.63,22.8359"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,27.8362 280.63,27.8362"/>
<polyline class="StaffLines" fill="none" stroke="#000000" stroke-width="0.40" stroke-linejoin="bevel" points="2.83465,32.8365 280.63,32.8365"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="280.23,12.8353 280.23,32.8365"/>
<polyline class="BarLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linejoin="bevel" points="152.993,12.8353 152.993,32.8365"/>
<polyline class="LedgerLine" fill="none" stroke="#000000" stroke-width="0.80" stroke-linecap="square" stroke-linejoin="bevel" points="187.769,7.83496 198.347,7.83496"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="256.247,24.568 256.247,9.08504"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="219.224,13.3353 219.224,32.8365"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="189.594,9.69108 189.594,25.3361"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="166.355,28.3523 166.355,12.8353"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="131.096,26.8971 131.096,10.9602"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="97.2221,15.5634 97.2221,34.7117"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="69.6519,12.3992 69.6519,27.8362"/>
<polyline class="Stem" fill="none" stroke="#000000" stroke-width="0.65" stroke-linecap="round" stroke-linejoin="bevel" points="48.2297,30.8524 48.2297,15.3354"/>
<path class="Note" d="M255.941,24.0236 C255.941,23.8048 255.857,23.6173 255.691,23.4611 C255.514,23.2944 255.316,23.2111 255.097,23.2111 C254.712,23.2111 253.925,23.6017 252.738,24.3829 C251.508,25.1746 250.758,25.7423 250.488,26.0861 C250.342,26.2631 250.269,26.4506 250.269,26.6486 C250.269,26.8673 250.357,27.0548 250.534,27.2111 C250.691,27.3777 250.883,27.4611 251.113,27.4611 C251.488,27.4611 252.284,27.0704 253.503,26.2892 C254.701,25.5079 255.441,24.9402 255.722,24.5861 C255.868,24.4194 255.941,24.2319 255.941,24.0236 M254.909,22.5861 C256.024,22.5861 256.581,23.0652 256.581,24.0236 C256.581,24.4923 256.446,25.0392 256.175,25.6642 C255.904,26.2788 255.54,26.7475 255.081,27.0704 C254.081,27.7475 252.826,28.0861 251.316,28.0861 C250.191,28.0861 249.628,27.6069 249.628,26.6486 C249.628,26.2215 249.764,25.6798 250.034,25.0236 C250.295,24.3986 250.659,23.9246 251.128,23.6017 C252.139,22.9246 253.399,22.5861 254.909,22.5861"/>
<path class="Note" d="M220.93,13.9448 C221.347,14.9344 221.555,15.9761 221.555,17.0698 C222.347,16.2781 223.316,15.5958 224.462,15.0229 C223.212,14.8146 222.035,14.4552 220.93,13.9448 M218.899,12.5073 C218.899,12.3719 218.967,12.2573 219.102,12.1636 C219.206,12.0802 219.352,12.0386 219.54,12.0386 C219.592,12.0386 219.821,12.1479 220.227,12.3667 C220.696,12.6479 221.154,12.8927 221.602,13.1011 C222.154,13.3927 222.884,13.6427 223.79,13.8511 C224.696,14.0802 225.66,14.1948 226.68,14.1948 C226.847,14.1948 226.982,14.2417 227.087,14.3354 C227.201,14.4292 227.259,14.5386 227.259,14.6636 C227.259,14.8511 227.076,15.0281 226.712,15.1948 C226.326,15.3823 225.873,15.5594 225.352,15.7261 C224.8,15.9344 224.147,16.325 223.391,16.8979 C222.636,17.4708 221.936,18.2052 221.29,19.1011 C221.206,19.2261 221.061,19.2886 220.852,19.2886 C220.675,19.2886 220.535,19.2417 220.43,19.1479 C220.295,19.0542 220.227,18.9344 220.227,18.7886 L220.227,18.7729 C220.227,18.7625 220.23,18.7469 220.235,18.7261 C220.24,18.7052 220.248,18.6792 220.259,18.6479 C220.269,18.6167 220.274,18.5854 220.274,18.5542 C220.326,18.2104 220.352,18.0229 220.352,17.9917 C220.373,17.6792 220.384,17.4188 220.384,17.2104 C220.384,16.3563 220.259,15.5594 220.009,14.8198 C219.727,14.0386 219.482,13.4865 219.274,13.1636 C219.024,12.7886 218.899,12.5698 218.899,12.5073"/>
<path class="Note" d="M193.237,7.13184 C193.175,7.1735 193.118,7.19434 193.066,7.19434 C193.013,7.19434 192.951,7.1735 192.878,7.13184 L190.831,5.63184 L190.066,6.19434 L191.972,7.60059 C192.045,7.6735 192.081,7.75163 192.081,7.83496 C192.081,7.91829 192.045,7.99642 191.972,8.06934 L190.066,9.47559 L190.831,10.0381 L192.878,8.53809 C192.951,8.49642 193.013,8.47559 193.066,8.47559 C193.118,8.47559 193.175,8.49642 193.237,8.53809 L195.284,10.0381 L196.05,9.47559 L194.159,8.06934 C194.076,7.99642 194.034,7.91829 194.034,7.83496 C194.034,7.75163 194.076,7.6735 194.159,7.60059 L196.05,6.19434 L195.284,5.63184 L193.237,7.13184 M193.066,6.52246 L195.112,5.02246 C195.175,4.98079 195.232,4.95996 195.284,4.95996 C195.336,4.95996 195.394,4.98079 195.456,5.02246 L196.737,5.95996 C196.81,6.01204 196.847,6.09017 196.847,6.19434 C196.847,6.2985 196.81,6.37663 196.737,6.42871 L194.831,7.83496 L196.737,9.24121 C196.81,9.29329 196.847,9.37142 196.847,9.47559 C196.847,9.57975 196.81,9.65788 196.737,9.70996 L195.456,10.6475 C195.394,10.6891 195.336,10.71 195.284,10.71 C195.232,10.71 195.175,10.6891 195.112,10.6475 L193.066,9.14746 L191.003,10.6475 C190.941,10.6891 190.883,10.71 190.831,10.71 C190.779,10.71 190.722,10.6891 190.659,10.6475 L189.394,9.70996 C189.31,9.65788 189.269,9.57975 189.269,9.47559 C189.269,9.37142 189.31,9.29329 189.394,9.24121 L191.284,7.83496 L189.394,6.42871 C189.31,6.37663 189.269,6.2985 189.269,6.19434 C189.269,6.09017 189.31,6.01204 189.394,5.95996 L190.659,5.02246 C190.722,4.98079 190.779,4.95996 190.831,4.95996 C190.883,4.95996 190.941,4.98079 191.003,5.02246 L193.066,6.52246 "/>
<path class="Note" d="M165.237,29.2426 C165.237,28.8885 165.039,28.7114 164.644,28.7114 C164.31,28.7114 163.685,29.0135 162.769,29.6176 C161.852,30.2322 161.269,30.6801 161.019,30.9614 C160.904,31.0968 160.847,31.253 160.847,31.4301 C160.847,31.7843 161.034,31.9614 161.409,31.9614 C161.743,31.9614 162.368,31.6593 163.284,31.0551 C164.232,30.4301 164.826,29.9822 165.065,29.7114 C165.18,29.576 165.237,29.4197 165.237,29.2426 M165.862,27.5864 C166.091,27.5864 166.284,27.6697 166.44,27.8364 C166.597,28.0135 166.675,28.201 166.675,28.3989 C166.675,28.5968 166.555,28.8885 166.315,29.2739 C166.076,29.6072 165.92,29.8833 165.847,30.102 C165.774,30.2895 165.732,30.5499 165.722,30.8833 C165.701,31.227 165.664,31.503 165.612,31.7114 C165.571,31.9197 165.43,32.1124 165.19,32.2895 C164.951,32.477 164.612,32.5708 164.175,32.5708 C164.019,32.5708 163.769,32.5499 163.425,32.5083 C163.06,32.4666 162.789,32.4458 162.612,32.4458 C162.269,32.4458 161.841,32.5499 161.331,32.7583 C160.821,32.9666 160.448,33.0708 160.214,33.0708 C159.979,33.0708 159.784,32.9926 159.628,32.8364 C159.472,32.6593 159.394,32.4718 159.394,32.2739 C159.394,32.0343 159.524,31.7426 159.784,31.3989 C160.003,31.0551 160.154,30.7791 160.237,30.5708 C160.3,30.3833 160.336,30.1228 160.347,29.7895 C160.368,29.5187 160.404,29.2426 160.456,28.9614 C160.487,28.7426 160.628,28.5499 160.878,28.3833 C161.128,28.1958 161.466,28.102 161.894,28.102 C162.05,28.102 162.31,28.1228 162.675,28.1645 C163.029,28.2062 163.289,28.227 163.456,28.227 C163.758,28.227 164.19,28.1228 164.753,27.9145 C165.243,27.6958 165.612,27.5864 165.862,27.5864"/>
<path class="Note" d="M129.228,25.0862 C129.853,25.0862 130.385,25.2477 130.822,25.5706 C131.218,25.9248 131.416,26.3675 131.416,26.8987 C131.416,27.7946 130.957,28.6331 130.041,29.4143 C129.103,30.1956 128.098,30.5862 127.025,30.5862 C126.4,30.5862 125.874,30.4248 125.447,30.1018 C125.041,29.7477 124.838,29.305 124.838,28.7737 C124.838,27.8779 125.306,27.0393 126.244,26.2581 C127.161,25.4768 128.155,25.0862 129.228,25.0862"/>
<path class="Note" d="M97.9909,21.2887 C97.9909,21.2262 98.0065,21.1429 98.0377,21.0387 C98.0377,20.997 98.0456,20.9111 98.0612,20.7809 C98.0768,20.6507 98.0846,20.5543 98.0846,20.4918 C98.1159,20.1585 98.1315,19.8929 98.1315,19.695 C98.1315,18.872 98.0325,18.1012 97.8346,17.3825 C97.6159,16.6325 97.4075,16.0804 97.2096,15.7262 C97.0013,15.32 96.8971,15.0908 96.8971,15.0387 C96.8971,14.8929 96.944,14.7783 97.0377,14.695 C97.1419,14.5908 97.2669,14.5387 97.4127,14.5387 C97.4752,14.5387 97.668,14.6481 97.9909,14.8668 C98.5221,15.2314 98.9075,15.4762 99.1471,15.6012 C99.5846,15.8929 100.189,16.1429 100.96,16.3512 C101.72,16.5804 102.527,16.695 103.381,16.695 C103.517,16.695 103.626,16.747 103.71,16.8512 C103.803,16.9345 103.85,17.0491 103.85,17.195 C103.85,17.372 103.762,17.5179 103.585,17.6325 C103.512,17.6637 103.355,17.7392 103.116,17.859 C102.876,17.9788 102.668,18.0752 102.491,18.1481 C101.991,18.3877 101.46,18.747 100.897,19.2262 C100.449,19.6116 100.095,19.9606 99.8346,20.2731 C99.5013,20.6689 99.2956,20.945 99.2174,21.1012 C99.1393,21.2575 99.0325,21.4189 98.8971,21.5856 C98.7617,21.721 98.6315,21.7887 98.5065,21.7887 C98.3294,21.7887 98.2096,21.7366 98.1471,21.6325 C98.043,21.5595 97.9909,21.445 97.9909,21.2887"/>
<path class="Note" d="M72.6238,9.61637 L75.03,7.66324 C75.0925,7.61116 75.1498,7.58512 75.2019,7.58512 C75.2748,7.58512 75.3425,7.61116 75.405,7.66324 L75.8113,7.97574 C75.8738,8.03824 75.905,8.11637 75.905,8.21012 C75.905,8.27262 75.8738,8.35074 75.8113,8.44449 L73.4831,10.3351 L75.8113,12.2257 C75.8738,12.2987 75.905,12.3794 75.905,12.4679 C75.905,12.5565 75.8738,12.632 75.8113,12.6945 L75.405,13.007 C75.3425,13.0591 75.2748,13.0851 75.2019,13.0851 C75.1498,13.0851 75.0925,13.0591 75.03,13.007 L72.6238,11.0539 L70.2019,13.007 C70.1394,13.0591 70.0821,13.0851 70.03,13.0851 C69.9675,13.0851 69.905,13.0591 69.8425,13.007 L69.4206,12.6945 C69.3581,12.632 69.3269,12.5539 69.3269,12.4601 C69.3269,12.3976 69.3581,12.3195 69.4206,12.2257 L71.7488,10.3351 L69.4206,8.44449 C69.3581,8.37158 69.3269,8.29085 69.3269,8.20231 C69.3269,8.11376 69.3581,8.03824 69.4206,7.97574 L69.8425,7.66324 C69.905,7.61116 69.9675,7.58512 70.03,7.58512 C70.0821,7.58512 70.1394,7.61116 70.2019,7.66324 L72.6238,9.61637 "/>
<path class="Note" d="M47.7964,30.0865 C48.0464,30.0865 48.2339,30.1699 48.3589,30.3365 C48.4944,30.5136 48.5621,30.6907 48.5621,30.8678 C48.5621,31.149 48.3016,31.5032 47.7808,31.9303 C47.26,32.3886 46.9475,32.7115 46.8433,32.899 C46.76,33.0449 46.6037,33.3782 46.3746,33.899 C46.1662,34.4303 45.9319,34.847 45.6714,35.149 C45.4214,35.4303 45.1194,35.5709 44.7652,35.5709 C44.6402,35.5709 44.4058,35.5345 44.0621,35.4615 C43.7287,35.3782 43.4839,35.3365 43.3277,35.3365 C43.1714,35.3365 42.9266,35.3782 42.5933,35.4615 C42.2808,35.5449 42.0569,35.5865 41.9214,35.5865 C41.6714,35.5865 41.4787,35.5032 41.3433,35.3365 C41.2287,35.1386 41.1714,34.9615 41.1714,34.8053 C41.1714,34.524 41.4319,34.1699 41.9527,33.7428 C42.4735,33.2845 42.786,32.9615 42.8902,32.774 C42.9423,32.6803 43.0985,32.3417 43.3589,31.7584 C43.5673,31.2272 43.8016,30.8157 44.0621,30.524 C44.3016,30.2428 44.5933,30.1022 44.9371,30.1022 C45.0829,30.1022 45.3173,30.1386 45.6402,30.2115 C45.9735,30.2949 46.2235,30.3365 46.3902,30.3365 C46.536,30.3365 46.7756,30.2949 47.1089,30.2115 C47.4214,30.1282 47.6506,30.0865 47.7964,30.0865"/>
<path class="Clef" d="M15.8473,27.8359 L14.0036,27.8359 C13.8578,27.8359 13.7848,27.7734 13.7848,27.6484 L13.7848,18.0234 C13.7848,17.8984 13.8578,17.8359 14.0036,17.8359 L15.8473,17.8359 C15.9723,17.8359 16.0348,17.8984 16.0348,18.0234 L16.0348,27.6484 C16.0348,27.7734 15.9723,27.8359 15.8473,27.8359 M11.4255,27.8359 L9.5661,27.8359 C9.4411,27.8359 9.3786,27.7734 9.3786,27.6484 L9.3786,18.0234 C9.3786,17.8984 9.4411,17.8359 9.5661,17.8359 L11.4255,17.8359 C11.5713,17.8359 11.6442,17.8984 11.6442,18.0234 L11.6442,27.6484 C11.6442,27.7734 11.5713,27.8359 11.4255,27.8359"/>
<path class="TimeSig" d="M28.9204,13.0856 C29.3058,13.0856 29.6365,13.0413 29.9126,12.9528 C30.1886,12.8642 30.3631,12.82 30.436,12.82 C30.5298,12.82 30.6027,12.846 30.6548,12.8981 C30.6964,12.9293 30.7225,12.971 30.7329,13.0231 C30.7329,13.0543 30.7173,13.096 30.686,13.1481 L25.0141,19.7575 L28.3423,19.7575 L28.3423,17.1325 C28.3423,16.9658 28.3891,16.82 28.4829,16.695 C28.6391,16.57 28.7693,16.4918 28.8735,16.4606 C29.0402,16.3877 29.2485,16.2054 29.4985,15.9137 C29.7068,15.6845 29.9568,15.2783 30.2485,14.695 C30.2798,14.6116 30.337,14.57 30.4204,14.57 C30.5766,14.57 30.6652,14.6637 30.686,14.8512 L30.686,19.7575 L32.1235,19.7575 C32.3006,19.7575 32.4048,19.8512 32.436,20.0387 C32.436,20.2366 32.3318,20.3356 32.1235,20.3356 L30.686,20.3356 L30.686,20.4918 C30.686,21.0127 30.8162,21.4554 31.0766,21.82 C31.3787,22.1845 31.7329,22.3668 32.1391,22.3668 C32.2954,22.3668 32.3735,22.445 32.3735,22.6012 C32.3735,22.7575 32.2954,22.8356 32.1391,22.8356 C31.8683,22.8356 31.4256,22.7991 30.811,22.7262 C30.2485,22.6325 29.811,22.5856 29.4985,22.5856 C29.1756,22.5856 28.7381,22.6325 28.186,22.7262 C27.6027,22.7991 27.1704,22.8356 26.8891,22.8356 C26.7329,22.8356 26.6548,22.7575 26.6548,22.6012 C26.6548,22.445 26.7329,22.3668 26.8891,22.3668 C27.285,22.3668 27.6339,22.1793 27.936,21.8043 C28.2068,21.4189 28.3423,20.9554 28.3423,20.4137 L25.0141,20.4137 C24.785,20.4137 24.6287,20.3512 24.5454,20.2262 C24.4308,20.1429 24.3735,20.0231 24.3735,19.8668 C24.3735,19.8252 24.4725,19.6898 24.6704,19.4606 C24.8995,19.2002 25.1339,18.8825 25.3735,18.5075 C25.6652,18.0595 25.9412,17.6012 26.2016,17.1325 C26.4829,16.6012 26.712,15.9866 26.8891,15.2887 C27.0766,14.5908 27.1704,13.8773 27.1704,13.1481 C27.1704,12.9398 27.2641,12.8356 27.4516,12.8356 C27.4933,12.8356 27.5766,12.8564 27.7016,12.8981 C27.7433,12.9085 27.8266,12.9267 27.9516,12.9528 C28.0766,12.9788 28.1756,13.0023 28.2485,13.0231 C28.4881,13.0648 28.712,13.0856 28.9204,13.0856"/>
<path class="TimeSig" d="M28.9204,23.0862 C29.3058,23.0862 29.6365,23.0419 29.9126,22.9534 C30.1886,22.8649 30.3631,22.8206 30.436,22.8206 C30.5298,22.8206 30.6027,22.8466 30.6548,22.8987 C30.6964,22.93 30.7225,22.9716 30.7329,23.0237 C30.7329,23.055 30.7173,23.0966 30.686,23.1487 L25.0141,29.7581 L28.3423,29.7581 L28.3423,27.1331 C28.3423,26.9664 28.3891,26.8206 28.4829,26.6956 C28.6391,26.5706 28.7693,26.4925 28.8735,26.4612 C29.0402,26.3883 29.2485,26.206 29.4985,25.9143 C29.7068,25.6852 29.9568,25.2789 30.2485,24.6956 C30.2798,24.6123 30.337,24.5706 30.4204,24.5706 C30.5766,24.5706 30.6652,24.6643 30.686,24.8518 L30.686,29.7581 L32.1235,29.7581 C32.3006,29.7581 32.4048,29.8518 32.436,30.0393 C32.436,30.2373 32.3318,30.3362 32.1235,30.3362 L30.686,30.3362 L30.686,30.4925 C30.686,31.0133 30.8162,31.456 31.0766,31.8206 C31.3787,32.1852 31.7329,32.3675 32.1391,32.3675 C32.2954,32.3675 32.3735,32.4456 32.3735,32.6018 C32.3735,32.7581 32.2954,32.8362 32.1391,32.8362 C31.8683,32.8362 31.4256,32.7998 30.811,32.7268 C30.2485,32.6331 29.811,32.5862 29.4985,32.5862 C29.1756,32.5862 28.7381,32.6331 28.186,32.7268 C27.6027,32.7998 27.1704,32.8362 26.8891,32.8362 C26.7329,32.8362 26.6548,32.7581 26.6548,32.6018 C26.6548,32.4456 26.7329,32.3675 26.8891,32.3675 C27.285,32.3675 27.6339,32.18 27.936,31.805 C28.2068,31.4196 28.3423,30.956 28.3423,30.4143 L25.0141,30.4143 C24.785,30.4143 24.6287,30.3518 24.5454,30.2268 C24.4308,30.1435 24.3735,30.0237 24.3735,29.8675 C24.3735,29.8258 24.4725,29.6904 24.6704,29.4612 C24.8995,29.2008 25.1339,28.8831 25.3735,28.5081 C25.6652,28.0602 25.9412,27.6018 26.2016,27.1331 C26.4829,26.6018 26.712,25.9873 26.8891,25.2893 C27.0766,24.5914 27.1704,23.8779 27.1704,23.1487 C27.1704,22.9404 27.2641,22.8362 27.4516,22.8362 C27.4933,22.8362 27.5766,22.8571 27.7016,22.8987 C27.7433,22.9091 27.8266,22.9274 27.9516,22.9534 C28.0766,22.9794 28.1756,23.0029 28.2485,23.0237 C28.4881,23.0654 28.712,23.0862 28.9204,23.0862"/>
</svg>
<p>An I:percmap is valid for all voices in the part in which it occurs (from the metrical position onwards).
When defined in the header it is valid for all voices.
</p><p>When clef=perc or map=perc is found and no percmap is present, suitable percmap entries are derived. The new entries
map encountered abcnotes to an equivalent midi note number. Also accidentals ^_ are mapped to noteheads x and circle-x.
(when I:percmap instructions were present in the abc code, also a warning message is issued that an entry is missing)
</p>
<p>The mappings defined by I:percmap only work for a percussion voice.
Normally that is a voice with the percussion clef (clef=perc). But the mapping can also be switched on
for other clefs by using the inline field [K:map=perc]. Also the percussion mapping can be switched off
again mid-voice by using [K:map=off].</p>
<p>When more voices are mapped to one staff (using I:score) the current percussion map works for all
voices of that staff. (when more staves are grouped in I:score using braces, the percussion maps work
for all voices of that group.)</p>
<p>The scope of a percmap is either global, when defined in the header, or local when defined in a voice.
Also, a percmap can be redefined anywhere (also inline [I:permap ...]).
</p>
</li>
</ul>
</div>
<div style="float:right;"><i>bug reports, remarks to</i>:<img src="index_email.png" align="top"/></div>
</body></html>