smoosic 1.0.11 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/README.md +1 -0
  2. package/build/smoosic.js +28 -28
  3. package/package.json +1 -1
  4. package/release/smoosic.js +28 -28
  5. package/src/application/application.ts +14 -2
  6. package/src/application/common.ts +38 -3
  7. package/src/application/configuration.ts +1 -1
  8. package/src/application/eventHandler.ts +27 -28
  9. package/src/application/exports.ts +2 -2
  10. package/src/application/keyCommands.ts +42 -10
  11. package/src/render/audio/musicCursor.ts +3 -1
  12. package/src/render/sui/piano.ts +1 -1
  13. package/src/render/sui/scoreView.ts +15 -11
  14. package/src/render/sui/scoreViewOperations.ts +9 -7
  15. package/src/render/sui/tracker.ts +57 -18
  16. package/src/render/vex/vxMeasure.ts +1 -0
  17. package/src/smo/data/common.ts +1 -0
  18. package/src/smo/data/measure.ts +14 -0
  19. package/src/smo/data/noteModifiers.ts +52 -7
  20. package/src/smo/data/scoreModifiers.ts +11 -3
  21. package/src/smo/data/staffModifiers.ts +10 -4
  22. package/src/smo/data/systemStaff.ts +19 -1
  23. package/src/smo/data/tuplet.ts +17 -0
  24. package/src/smo/mxml/xmlHelpers.ts +8 -1
  25. package/src/smo/xform/beamers.ts +51 -66
  26. package/src/smo/xform/copypaste.ts +8 -0
  27. package/src/smo/xform/selections.ts +13 -1
  28. package/src/smo/xform/tickDuration.ts +58 -27
  29. package/src/ui/dialogs/components/rocker.ts +5 -1
  30. package/src/ui/dialogs/endings.ts +1 -1
  31. package/src/ui/dialogs/preferences.ts +11 -0
  32. package/src/ui/keyBindings/default/editorKeys.ts +0 -7
  33. package/tsconfig.json +1 -1
  34. package/release/library/BachCantataBMV68.json +0 -1
  35. package/release/library/BachCantataBMV682.json +0 -1
  36. package/release/library/Beethoven_AnDieFerneGeliebte.xml +0 -4271
  37. package/release/library/Dichterliebe01.xml +0 -7613
  38. package/release/library/MozartTrio.xml +0 -3498
  39. package/release/library/Mozart_AnChloe.xml +0 -3986
  40. package/release/library/Postillionlied.json +0 -1
  41. package/release/library/ScottJoplin_The_Entertainer.xml +0 -20741
  42. package/release/library/Yama2.json +0 -1
  43. package/release/library/bigband/Bilongo-Mandinga.json +0 -1
  44. package/release/library/bigband/Plena.json +0 -1
  45. package/release/library/bigband/Poinciana.json +0 -1
  46. package/release/library/bigband/child who drums.json +0 -1
  47. package/release/library/cp/Another Hairdo.mxl +0 -0
  48. package/release/library/cp/Anthropology Eb.mxl +0 -0
  49. package/release/library/cp/Au Privave No 1 Eb.mxl +0 -0
  50. package/release/library/cp/Au Privave No 2 Eb.mxl +0 -0
  51. package/release/library/cp/Back Home Blues.mxl +0 -0
  52. package/release/library/cp/Ballade.mxl +0 -0
  53. package/release/library/cp/Billies Bounce.mxl +0 -0
  54. package/release/library/cp/Bloomdido.mxl +0 -0
  55. package/release/library/cp/Blues for Alice.mxl +0 -0
  56. package/release/library/cp/Celerity Alto.mxl +0 -0
  57. package/release/library/cp/Celerity.mxl +0 -0
  58. package/release/library/cp/Cheryl F07.mxl +0 -0
  59. package/release/library/cp/Cheryl.mxl +0 -0
  60. package/release/library/cp/Confirmation Eb 09.mxl +0 -0
  61. package/release/library/cp/Cool Blues Alto1.mxl +0 -0
  62. package/release/library/cp/Dewey Square.mxl +0 -0
  63. package/release/library/cp/Donna Lee Eb.musicxml +0 -9134
  64. package/release/library/cp/Donna Lee Eb.mxl +0 -0
  65. package/release/library/cp/Ko Ko Eb.mxl +0 -0
  66. package/release/library/cp/Little Benny.mxl +0 -0
  67. package/release/library/cp/Moose the Mooche Eb.mxl +0 -0
  68. package/release/library/cp/Night in Tunisia solo.mxl +0 -0
  69. package/release/library/cp/Nows the Time No 1.mxl +0 -0
  70. package/release/library/cp/Nows the Time No 2.mxl +0 -0
  71. package/release/library/cp/Ornithology Eb.mxl +0 -0
  72. package/release/library/cp/Parkers Mood.mxl +0 -0
  73. package/release/library/cp/Passport.mxl +0 -0
  74. package/release/library/cp/Red Cross.mxl +0 -0
  75. package/release/library/cp/Scrapple from the Apple Eb.mxl +0 -0
  76. package/release/library/cp/Shaw Nuff Eb.mxl +0 -0
  77. package/release/library/cp/Shaw Nuff.mxl +0 -0
  78. package/release/library/cp/She Rote No1.mxl +0 -0
  79. package/release/library/cp/She Rote No2.mxl +0 -0
  80. package/release/library/cp/The Bird 07.mxl +0 -0
  81. package/release/library/cp/The Bird.mxl +0 -0
  82. package/release/library/cp/Warming Up A Riff.mxl +0 -0
  83. package/release/library/cp/Yardbird Suite (alto solo).mxl +0 -0
  84. package/release/library/cp/Yardbird Suite Eb Alto+Bass+Chords.mxl +0 -0
  85. package/release/library/cp/Yardbird Suite Eb.mxl +0 -0
  86. package/release/library/cp/cplist.txt +0 -40
  87. package/release/library/hymns/AdesteFideles.json +0 -1
  88. package/release/library/hymns/Heshallfeed.json +0 -1
  89. package/release/library/hymns/Hyfrydol.json +0 -1
  90. package/release/library/hymns/Lakeshore.json +0 -1
  91. package/release/library/hymns/Precious Lord.json +0 -1
  92. package/release/library/hymns/Shade.json +0 -1
  93. package/release/library/hymns/SpiritofLivingGod.json +0 -1
  94. package/release/library/hymns/SweetSpirit.json +0 -1
  95. package/release/library/hymns/We3kings.json +0 -1
  96. package/release/library/hymns/Weisse-Flaggen.json +0 -1
  97. package/release/library/hymns/WorldPeacePrayer.json +0 -1
  98. package/release/library/hymns/balm.json +0 -1
  99. package/release/library/hymns/cplist.txt +0 -9
  100. package/release/library/hymns/nearerMyGod.json +0 -1
  101. package/release/library/links/bigband.json +0 -47
  102. package/release/library/links/cptranscriptions.json +0 -365
  103. package/release/library/links/hymns.json +0 -78
  104. package/release/library/links/messiah.json +0 -33
  105. package/release/library/links/musicxml.json +0 -62
  106. package/release/library/links/piano.json +0 -59
  107. package/release/library/links/samples.json +0 -75
  108. package/release/library/links/smoLibrary.json +0 -68
  109. package/release/library/links/soprano.json +0 -51
  110. package/release/library/links/transcriptions.json +0 -32
  111. package/release/library/links/trumpet.json +0 -76
  112. package/release/library/messiah/Messiah-I-1.json +0 -1
  113. package/release/library/messiah/Messiah-I-2.json +0 -1
  114. package/release/library/miditest/keytime.mid +0 -0
  115. package/release/library/miditest/ties.mid +0 -0
  116. package/release/library/miditest/triplet.mid +0 -0
  117. package/release/library/piano/BachInvention.json +0 -1
  118. package/release/library/piano/BachWTC-3.json +0 -1
  119. package/release/library/piano/Gnossienne3-3.json +0 -1
  120. package/release/library/piano/Gymnopedie No 1 (8).json +0 -1
  121. package/release/library/piano/Joplin-Entertainer.json +0 -1
  122. package/release/library/soprano/Gesu Bambino.json +0 -1
  123. package/release/library/soprano/LaudamusTrumpetSoprano.json +0 -1
  124. package/release/library/soprano/Postillionlied.json +0 -1
  125. package/release/library/soprano/Solovey.json +0 -1
  126. package/release/library/soprano/ThereIsABalm.json +0 -1
  127. package/release/library/trumpet/BachAirOrganTpt.json +0 -1
  128. package/release/library/trumpet/BachCantataBMV68.json +0 -1
  129. package/release/library/trumpet/BeethovenOp21-old.json +0 -1
  130. package/release/library/trumpet/BeethovenOp21.json +0 -1
  131. package/release/library/trumpet/Fireworks - trumpets.json +0 -1
  132. package/release/library/trumpet/HymnFreedom.json +0 -1
  133. package/release/library/trumpet/TelemannSonata3rd.json +0 -1
  134. package/release/library/xml/Gnossienne_No._3.mxl +0 -0
  135. package/release/library/xml/M_Book_1_Part_1_The_Open_Well_Tempered_Clavier.mxl +0 -0
  136. package/release/library/xml/lg-177775783.xml +0 -8674
@@ -1,3498 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3
- <score-partwise version="3.0">
4
- <movement-title>Excerpt from Clarinet Quintet, K. 581</movement-title>
5
- <identification>
6
- <creator type="composer">Wolfgang Amadeus Mozart</creator>
7
- <rights>Copyright © 2010 Recordare LLC</rights>
8
- <encoding>
9
- <software>Finale 2011 for Windows</software>
10
- <software>Dolet 6.0 for Finale</software>
11
- <encoding-date>2011-08-08</encoding-date>
12
- <supports attribute="new-system" element="print" type="yes" value="yes"/>
13
- <supports attribute="new-page" element="print" type="yes" value="yes"/>
14
- </encoding>
15
- </identification>
16
- <defaults>
17
- <scaling>
18
- <millimeters>5.08</millimeters>
19
- <tenths>40</tenths>
20
- </scaling>
21
- <page-layout>
22
- <page-height>2200</page-height>
23
- <page-width>1700</page-width>
24
- <page-margins type="both">
25
- <left-margin>55</left-margin>
26
- <right-margin>90</right-margin>
27
- <top-margin>94</top-margin>
28
- <bottom-margin>94</bottom-margin>
29
- </page-margins>
30
- </page-layout>
31
- <system-layout>
32
- <system-margins>
33
- <left-margin>47</left-margin>
34
- <right-margin>0</right-margin>
35
- </system-margins>
36
- <system-distance>157</system-distance>
37
- <top-system-distance>78</top-system-distance>
38
- </system-layout>
39
- <staff-layout>
40
- <staff-distance>93</staff-distance>
41
- </staff-layout>
42
- <appearance>
43
- <line-width type="stem">0.957</line-width>
44
- <line-width type="beam">5</line-width>
45
- <line-width type="staff">1.25</line-width>
46
- <line-width type="light barline">1.4583</line-width>
47
- <line-width type="heavy barline">5</line-width>
48
- <line-width type="leger">1.875</line-width>
49
- <line-width type="ending">1.4583</line-width>
50
- <line-width type="wedge">0.9375</line-width>
51
- <line-width type="enclosure">1.4583</line-width>
52
- <line-width type="tuplet bracket">1.4583</line-width>
53
- <note-size type="grace">50</note-size>
54
- <note-size type="cue">50</note-size>
55
- <distance type="hyphen">60</distance>
56
- <distance type="beam">8</distance>
57
- </appearance>
58
- <music-font font-family="Maestro,engraved" font-size="14.4"/>
59
- <word-font font-family="Times New Roman" font-size="9"/>
60
- </defaults>
61
- <part-list>
62
- <part-group number="1" type="start">
63
- <group-symbol default-x="-17">bracket</group-symbol>
64
- <group-barline>yes</group-barline>
65
- </part-group>
66
- <score-part id="P1">
67
- <part-name>clarinet in A</part-name>
68
- <score-instrument id="P1-I1">
69
- <instrument-name>Clarinet</instrument-name>
70
- </score-instrument>
71
- <midi-instrument id="P1-I1">
72
- <midi-channel>1</midi-channel>
73
- <midi-program>72</midi-program>
74
- <volume>80</volume>
75
- <pan>0</pan>
76
- </midi-instrument>
77
- </score-part>
78
- <score-part id="P2">
79
- <part-name>violino I</part-name>
80
- <score-instrument id="P2-I3">
81
- <instrument-name>Violin</instrument-name>
82
- </score-instrument>
83
- <midi-instrument id="P2-I3">
84
- <midi-channel>3</midi-channel>
85
- <midi-program>41</midi-program>
86
- <volume>80</volume>
87
- <pan>0</pan>
88
- </midi-instrument>
89
- </score-part>
90
- <score-part id="P3">
91
- <part-name>violino II</part-name>
92
- <score-instrument id="P3-I4">
93
- <instrument-name>Violin II</instrument-name>
94
- </score-instrument>
95
- <midi-instrument id="P3-I4">
96
- <midi-channel>4</midi-channel>
97
- <midi-program>41</midi-program>
98
- <volume>80</volume>
99
- <pan>0</pan>
100
- </midi-instrument>
101
- </score-part>
102
- <score-part id="P4">
103
- <part-name>viola</part-name>
104
- <score-instrument id="P4-I5">
105
- <instrument-name>Viola</instrument-name>
106
- </score-instrument>
107
- <midi-instrument id="P4-I5">
108
- <midi-channel>6</midi-channel>
109
- <midi-program>42</midi-program>
110
- <volume>80</volume>
111
- <pan>0</pan>
112
- </midi-instrument>
113
- </score-part>
114
- <score-part id="P5">
115
- <part-name>violoncello</part-name>
116
- <score-instrument id="P5-I6">
117
- <instrument-name>Cello</instrument-name>
118
- </score-instrument>
119
- <midi-instrument id="P5-I6">
120
- <midi-channel>5</midi-channel>
121
- <midi-program>43</midi-program>
122
- <volume>80</volume>
123
- <pan>0</pan>
124
- </midi-instrument>
125
- </score-part>
126
- <part-group number="1" type="stop"/>
127
- </part-list>
128
- <!--=========================================================-->
129
- <part id="P1">
130
- <measure implicit="yes" number="0" width="166">
131
- <print>
132
- <system-layout>
133
- <system-margins>
134
- <left-margin>268</left-margin>
135
- <right-margin>0</right-margin>
136
- </system-margins>
137
- <top-system-distance>481</top-system-distance>
138
- </system-layout>
139
- <measure-numbering>system</measure-numbering>
140
- </print>
141
- <attributes>
142
- <divisions>6</divisions>
143
- <key>
144
- <fifths>0</fifths>
145
- <mode>major</mode>
146
- </key>
147
- <time>
148
- <beats>3</beats>
149
- <beat-type>4</beat-type>
150
- </time>
151
- <clef>
152
- <sign>G</sign>
153
- <line>2</line>
154
- </clef>
155
- <transpose>
156
- <diatonic>-2</diatonic>
157
- <chromatic>-3</chromatic>
158
- </transpose>
159
- </attributes>
160
- <sound tempo="120"/>
161
- <direction placement="below">
162
- <direction-type>
163
- <dynamics default-x="109" default-y="-72" halign="left">
164
- <p/>
165
- </dynamics>
166
- </direction-type>
167
- <sound dynamics="54"/>
168
- </direction>
169
- <note default-x="114">
170
- <pitch>
171
- <step>C</step>
172
- <octave>5</octave>
173
- </pitch>
174
- <duration>3</duration>
175
- <voice>1</voice>
176
- <type>eighth</type>
177
- <stem default-y="-48.5">down</stem>
178
- <beam number="1">begin</beam>
179
- <notations>
180
- <slur number="1" placement="above" type="start"/>
181
- </notations>
182
- </note>
183
- <note default-x="140">
184
- <pitch>
185
- <step>E</step>
186
- <octave>5</octave>
187
- </pitch>
188
- <duration>3</duration>
189
- <voice>1</voice>
190
- <type>eighth</type>
191
- <stem default-y="-44">down</stem>
192
- <beam number="1">end</beam>
193
- </note>
194
- </measure>
195
- <!--=======================================================-->
196
- <measure number="1" width="153">
197
- <print new-system="no"/>
198
- <note default-x="10">
199
- <pitch>
200
- <step>G</step>
201
- <octave>5</octave>
202
- </pitch>
203
- <duration>3</duration>
204
- <voice>1</voice>
205
- <type>eighth</type>
206
- <stem default-y="-32.5">down</stem>
207
- <beam number="1">begin</beam>
208
- </note>
209
- <note default-x="35">
210
- <pitch>
211
- <step>E</step>
212
- <octave>5</octave>
213
- </pitch>
214
- <duration>3</duration>
215
- <voice>1</voice>
216
- <type>eighth</type>
217
- <stem default-y="-37">down</stem>
218
- <beam number="1">end</beam>
219
- </note>
220
- <note default-x="61">
221
- <pitch>
222
- <step>C</step>
223
- <octave>6</octave>
224
- </pitch>
225
- <duration>6</duration>
226
- <voice>1</voice>
227
- <type>quarter</type>
228
- <stem default-y="-20">down</stem>
229
- <notations>
230
- <slur number="1" type="stop"/>
231
- </notations>
232
- </note>
233
- <note default-x="101">
234
- <pitch>
235
- <step>G</step>
236
- <octave>5</octave>
237
- </pitch>
238
- <duration>3</duration>
239
- <voice>1</voice>
240
- <type>eighth</type>
241
- <stem default-y="-34.5">down</stem>
242
- <beam number="1">begin</beam>
243
- <notations>
244
- <slur number="1" placement="above" type="start"/>
245
- </notations>
246
- </note>
247
- <note default-x="127">
248
- <pitch>
249
- <step>E</step>
250
- <octave>5</octave>
251
- </pitch>
252
- <duration>3</duration>
253
- <voice>1</voice>
254
- <type>eighth</type>
255
- <stem default-y="-40">down</stem>
256
- <beam number="1">end</beam>
257
- </note>
258
- </measure>
259
- <!--=======================================================-->
260
- <measure number="2" width="158">
261
- <print new-system="no"/>
262
- <note default-x="10">
263
- <pitch>
264
- <step>D</step>
265
- <octave>5</octave>
266
- </pitch>
267
- <duration>3</duration>
268
- <voice>1</voice>
269
- <type>eighth</type>
270
- <stem default-y="-42">down</stem>
271
- <beam number="1">begin</beam>
272
- </note>
273
- <note default-x="36">
274
- <pitch>
275
- <step>F</step>
276
- <octave>5</octave>
277
- </pitch>
278
- <duration>3</duration>
279
- <voice>1</voice>
280
- <type>eighth</type>
281
- <stem default-y="-40">down</stem>
282
- <beam number="1">end</beam>
283
- </note>
284
- <note default-x="63">
285
- <pitch>
286
- <step>A</step>
287
- <octave>5</octave>
288
- </pitch>
289
- <duration>6</duration>
290
- <voice>1</voice>
291
- <type>quarter</type>
292
- <stem default-y="-25.5">down</stem>
293
- <notations>
294
- <slur number="1" type="stop"/>
295
- </notations>
296
- </note>
297
- <note default-x="104">
298
- <pitch>
299
- <step>F</step>
300
- <octave>5</octave>
301
- </pitch>
302
- <duration>3</duration>
303
- <voice>1</voice>
304
- <type>eighth</type>
305
- <stem default-y="-40">down</stem>
306
- <beam number="1">begin</beam>
307
- <notations>
308
- <slur number="1" placement="above" type="start"/>
309
- </notations>
310
- </note>
311
- <note default-x="130">
312
- <pitch>
313
- <step>D</step>
314
- <octave>5</octave>
315
- </pitch>
316
- <duration>3</duration>
317
- <voice>1</voice>
318
- <type>eighth</type>
319
- <stem default-y="-44">down</stem>
320
- <beam number="1">end</beam>
321
- </note>
322
- </measure>
323
- <!--=======================================================-->
324
- <measure number="3" width="170">
325
- <print new-system="no"/>
326
- <note default-x="10">
327
- <pitch>
328
- <step>C</step>
329
- <octave>5</octave>
330
- </pitch>
331
- <duration>3</duration>
332
- <voice>1</voice>
333
- <type>eighth</type>
334
- <stem default-y="-48.5">down</stem>
335
- <beam number="1">begin</beam>
336
- </note>
337
- <note default-x="37">
338
- <pitch>
339
- <step>B</step>
340
- <octave>4</octave>
341
- </pitch>
342
- <duration>3</duration>
343
- <voice>1</voice>
344
- <type>eighth</type>
345
- <stem default-y="-48.5">down</stem>
346
- <beam number="1">continue</beam>
347
- </note>
348
- <note default-x="63">
349
- <pitch>
350
- <step>E</step>
351
- <octave>5</octave>
352
- </pitch>
353
- <duration>3</duration>
354
- <voice>1</voice>
355
- <type>eighth</type>
356
- <stem default-y="-48.5">down</stem>
357
- <beam number="1">continue</beam>
358
- </note>
359
- <note default-x="89">
360
- <pitch>
361
- <step>D</step>
362
- <octave>5</octave>
363
- </pitch>
364
- <duration>3</duration>
365
- <voice>1</voice>
366
- <type>eighth</type>
367
- <stem default-y="-48.5">down</stem>
368
- <beam number="1">continue</beam>
369
- </note>
370
- <note default-x="116">
371
- <pitch>
372
- <step>G</step>
373
- <octave>5</octave>
374
- </pitch>
375
- <duration>3</duration>
376
- <voice>1</voice>
377
- <type>eighth</type>
378
- <stem default-y="-48.5">down</stem>
379
- <beam number="1">continue</beam>
380
- </note>
381
- <note default-x="142">
382
- <pitch>
383
- <step>F</step>
384
- <octave>5</octave>
385
- </pitch>
386
- <duration>3</duration>
387
- <voice>1</voice>
388
- <type>eighth</type>
389
- <stem default-y="-48.5">down</stem>
390
- <beam number="1">end</beam>
391
- <notations>
392
- <slur number="1" type="stop"/>
393
- </notations>
394
- </note>
395
- </measure>
396
- <!--=======================================================-->
397
- <measure number="4" width="153">
398
- <print new-system="no"/>
399
- <note default-x="23">
400
- <pitch>
401
- <step>D</step>
402
- <alter>1</alter>
403
- <octave>5</octave>
404
- </pitch>
405
- <duration>6</duration>
406
- <voice>1</voice>
407
- <type>quarter</type>
408
- <accidental>sharp</accidental>
409
- <stem default-y="-45">down</stem>
410
- <notations>
411
- <slur number="1" placement="above" type="start"/>
412
- </notations>
413
- </note>
414
- <note default-x="63">
415
- <pitch>
416
- <step>E</step>
417
- <octave>5</octave>
418
- </pitch>
419
- <duration>6</duration>
420
- <voice>1</voice>
421
- <type>quarter</type>
422
- <stem default-y="-40">down</stem>
423
- <notations>
424
- <slur number="1" type="stop"/>
425
- </notations>
426
- </note>
427
- <note default-x="102">
428
- <pitch>
429
- <step>C</step>
430
- <octave>5</octave>
431
- </pitch>
432
- <duration>3</duration>
433
- <voice>1</voice>
434
- <type>eighth</type>
435
- <stem default-y="-48.5">down</stem>
436
- <beam number="1">begin</beam>
437
- <notations>
438
- <slur number="1" placement="above" type="start"/>
439
- </notations>
440
- </note>
441
- <note default-x="127">
442
- <pitch>
443
- <step>E</step>
444
- <octave>5</octave>
445
- </pitch>
446
- <duration>3</duration>
447
- <voice>1</voice>
448
- <type>eighth</type>
449
- <stem default-y="-44">down</stem>
450
- <beam number="1">end</beam>
451
- </note>
452
- </measure>
453
- <!--=======================================================-->
454
- <measure number="5" width="158">
455
- <print new-system="no"/>
456
- <note default-x="10">
457
- <pitch>
458
- <step>G</step>
459
- <octave>5</octave>
460
- </pitch>
461
- <duration>3</duration>
462
- <voice>1</voice>
463
- <type>eighth</type>
464
- <stem default-y="-34">down</stem>
465
- <beam number="1">begin</beam>
466
- </note>
467
- <note default-x="36">
468
- <pitch>
469
- <step>E</step>
470
- <octave>5</octave>
471
- </pitch>
472
- <duration>3</duration>
473
- <voice>1</voice>
474
- <type>eighth</type>
475
- <stem default-y="-39">down</stem>
476
- <beam number="1">end</beam>
477
- </note>
478
- <note default-x="62">
479
- <pitch>
480
- <step>C</step>
481
- <octave>6</octave>
482
- </pitch>
483
- <duration>6</duration>
484
- <voice>1</voice>
485
- <type>quarter</type>
486
- <stem default-y="-20">down</stem>
487
- <notations>
488
- <slur number="1" type="stop"/>
489
- </notations>
490
- </note>
491
- <note default-x="104">
492
- <pitch>
493
- <step>G</step>
494
- <octave>5</octave>
495
- </pitch>
496
- <duration>3</duration>
497
- <voice>1</voice>
498
- <type>eighth</type>
499
- <stem default-y="-34.5">down</stem>
500
- <beam number="1">begin</beam>
501
- <notations>
502
- <slur number="1" placement="above" type="start"/>
503
- </notations>
504
- </note>
505
- <note default-x="130">
506
- <pitch>
507
- <step>E</step>
508
- <octave>5</octave>
509
- </pitch>
510
- <duration>3</duration>
511
- <voice>1</voice>
512
- <type>eighth</type>
513
- <stem default-y="-40">down</stem>
514
- <beam number="1">end</beam>
515
- </note>
516
- </measure>
517
- <!--=======================================================-->
518
- <measure number="6" width="168">
519
- <print new-system="no"/>
520
- <note default-x="21">
521
- <pitch>
522
- <step>D</step>
523
- <octave>5</octave>
524
- </pitch>
525
- <duration>3</duration>
526
- <voice>1</voice>
527
- <type>eighth</type>
528
- <accidental>natural</accidental>
529
- <stem default-y="-45">down</stem>
530
- <beam number="1">begin</beam>
531
- </note>
532
- <note default-x="46">
533
- <pitch>
534
- <step>F</step>
535
- <octave>5</octave>
536
- </pitch>
537
- <duration>3</duration>
538
- <voice>1</voice>
539
- <type>eighth</type>
540
- <stem default-y="-39">down</stem>
541
- <beam number="1">end</beam>
542
- </note>
543
- <note default-x="71">
544
- <pitch>
545
- <step>A</step>
546
- <octave>5</octave>
547
- </pitch>
548
- <duration>6</duration>
549
- <voice>1</voice>
550
- <type>quarter</type>
551
- <stem default-y="-25.5">down</stem>
552
- <notations>
553
- <slur number="1" type="stop"/>
554
- </notations>
555
- </note>
556
- <note default-x="112">
557
- <rest/>
558
- <duration>6</duration>
559
- <voice>1</voice>
560
- <type>quarter</type>
561
- </note>
562
- </measure>
563
- <!--=======================================================-->
564
- <measure number="7" width="161">
565
- <print new-system="no"/>
566
- <note>
567
- <rest measure="yes"/>
568
- <duration>18</duration>
569
- <voice>1</voice>
570
- </note>
571
- </measure>
572
- <!--=======================================================-->
573
- <measure number="8" width="250">
574
- <print new-system="yes">
575
- <system-layout>
576
- <system-distance>126</system-distance>
577
- </system-layout>
578
- </print>
579
- <note default-x="90">
580
- <rest/>
581
- <duration>6</duration>
582
- <voice>1</voice>
583
- <type>quarter</type>
584
- </note>
585
- <note default-x="141">
586
- <rest/>
587
- <duration>6</duration>
588
- <voice>1</voice>
589
- <type>quarter</type>
590
- </note>
591
- <note default-x="175">
592
- <pitch>
593
- <step>D</step>
594
- <octave>4</octave>
595
- </pitch>
596
- <duration>2</duration>
597
- <voice>1</voice>
598
- <type>eighth</type>
599
- <time-modification>
600
- <actual-notes>3</actual-notes>
601
- <normal-notes>2</normal-notes>
602
- </time-modification>
603
- <stem default-y="-9.5">up</stem>
604
- <beam number="1">begin</beam>
605
- <notations>
606
- <tuplet number="1" placement="below" type="start"/>
607
- <slur bezier-x="15" bezier-y="-35" default-x="4" default-y="-64" number="1" placement="below" type="start"/>
608
- </notations>
609
- </note>
610
- <note default-x="198">
611
- <pitch>
612
- <step>A</step>
613
- <octave>3</octave>
614
- </pitch>
615
- <duration>2</duration>
616
- <voice>1</voice>
617
- <type>eighth</type>
618
- <time-modification>
619
- <actual-notes>3</actual-notes>
620
- <normal-notes>2</normal-notes>
621
- </time-modification>
622
- <stem default-y="-12">up</stem>
623
- <beam number="1">continue</beam>
624
- </note>
625
- <note default-x="223">
626
- <pitch>
627
- <step>F</step>
628
- <octave>3</octave>
629
- </pitch>
630
- <duration>2</duration>
631
- <voice>1</voice>
632
- <type>eighth</type>
633
- <time-modification>
634
- <actual-notes>3</actual-notes>
635
- <normal-notes>2</normal-notes>
636
- </time-modification>
637
- <stem default-y="-15">up</stem>
638
- <beam number="1">end</beam>
639
- <notations>
640
- <tuplet number="1" type="stop"/>
641
- </notations>
642
- </note>
643
- </measure>
644
- <!--=======================================================-->
645
- <measure number="9" width="161">
646
- <print new-system="no"/>
647
- <note default-x="13">
648
- <pitch>
649
- <step>A</step>
650
- <octave>3</octave>
651
- </pitch>
652
- <duration>3</duration>
653
- <voice>1</voice>
654
- <type>eighth</type>
655
- <stem default-y="22">up</stem>
656
- <beam number="1">begin</beam>
657
- <notations>
658
- <slur bezier-x="-16" bezier-y="-34" default-x="4" default-y="-80" number="1" type="stop"/>
659
- </notations>
660
- </note>
661
- <note default-x="37">
662
- <pitch>
663
- <step>D</step>
664
- <octave>4</octave>
665
- </pitch>
666
- <duration>3</duration>
667
- <voice>1</voice>
668
- <type>eighth</type>
669
- <stem default-y="25">up</stem>
670
- <beam number="1">continue</beam>
671
- <notations>
672
- <articulations>
673
- <staccato default-x="4" default-y="-58" placement="below"/>
674
- </articulations>
675
- </notations>
676
- </note>
677
- <note default-x="62">
678
- <pitch>
679
- <step>F</step>
680
- <octave>4</octave>
681
- </pitch>
682
- <duration>3</duration>
683
- <voice>1</voice>
684
- <type>eighth</type>
685
- <stem default-y="28">up</stem>
686
- <beam number="1">continue</beam>
687
- <notations>
688
- <articulations>
689
- <staccato default-x="3" default-y="-49" placement="below"/>
690
- </articulations>
691
- </notations>
692
- </note>
693
- <note default-x="86">
694
- <pitch>
695
- <step>A</step>
696
- <octave>4</octave>
697
- </pitch>
698
- <duration>3</duration>
699
- <voice>1</voice>
700
- <type>eighth</type>
701
- <stem default-y="31">up</stem>
702
- <beam number="1">continue</beam>
703
- <notations>
704
- <articulations>
705
- <staccato default-x="3" default-y="-37" placement="below"/>
706
- </articulations>
707
- </notations>
708
- </note>
709
- <note default-x="111">
710
- <pitch>
711
- <step>D</step>
712
- <octave>5</octave>
713
- </pitch>
714
- <duration>3</duration>
715
- <voice>1</voice>
716
- <type>eighth</type>
717
- <stem default-y="33.5">up</stem>
718
- <beam number="1">continue</beam>
719
- <notations>
720
- <articulations>
721
- <staccato default-x="3" default-y="-27" placement="below"/>
722
- </articulations>
723
- </notations>
724
- </note>
725
- <note default-x="135">
726
- <pitch>
727
- <step>F</step>
728
- <octave>5</octave>
729
- </pitch>
730
- <duration>3</duration>
731
- <voice>1</voice>
732
- <type>eighth</type>
733
- <stem default-y="36">up</stem>
734
- <beam number="1">end</beam>
735
- <notations>
736
- <articulations>
737
- <staccato default-x="4" default-y="-17" placement="below"/>
738
- </articulations>
739
- </notations>
740
- </note>
741
- </measure>
742
- <!--=======================================================-->
743
- <measure number="10" width="156">
744
- <print new-system="no"/>
745
- <note default-x="13">
746
- <pitch>
747
- <step>A</step>
748
- <octave>5</octave>
749
- </pitch>
750
- <duration>3</duration>
751
- <voice>1</voice>
752
- <type>eighth</type>
753
- <stem default-y="-28">down</stem>
754
- <beam number="1">begin</beam>
755
- <notations>
756
- <slur number="1" placement="above" type="start"/>
757
- </notations>
758
- </note>
759
- <note default-x="36">
760
- <pitch>
761
- <step>G</step>
762
- <octave>5</octave>
763
- </pitch>
764
- <duration>3</duration>
765
- <voice>1</voice>
766
- <type>eighth</type>
767
- <stem default-y="-31">down</stem>
768
- <beam number="1">continue</beam>
769
- </note>
770
- <note default-x="60">
771
- <pitch>
772
- <step>F</step>
773
- <octave>5</octave>
774
- </pitch>
775
- <duration>3</duration>
776
- <voice>1</voice>
777
- <type>eighth</type>
778
- <stem default-y="-33">down</stem>
779
- <beam number="1">continue</beam>
780
- </note>
781
- <note default-x="83">
782
- <pitch>
783
- <step>E</step>
784
- <octave>5</octave>
785
- </pitch>
786
- <duration>3</duration>
787
- <voice>1</voice>
788
- <type>eighth</type>
789
- <stem default-y="-35">down</stem>
790
- <beam number="1">continue</beam>
791
- </note>
792
- <note default-x="107">
793
- <pitch>
794
- <step>F</step>
795
- <octave>5</octave>
796
- </pitch>
797
- <duration>3</duration>
798
- <voice>1</voice>
799
- <type>eighth</type>
800
- <stem default-y="-37">down</stem>
801
- <beam number="1">continue</beam>
802
- </note>
803
- <note default-x="131">
804
- <pitch>
805
- <step>D</step>
806
- <octave>5</octave>
807
- </pitch>
808
- <duration>3</duration>
809
- <voice>1</voice>
810
- <type>eighth</type>
811
- <stem default-y="-40">down</stem>
812
- <beam number="1">end</beam>
813
- <notations>
814
- <slur number="1" type="stop"/>
815
- </notations>
816
- </note>
817
- </measure>
818
- <!--=======================================================-->
819
- <measure number="11" width="160">
820
- <print new-system="no"/>
821
- <note default-x="13">
822
- <pitch>
823
- <step>C</step>
824
- <octave>5</octave>
825
- </pitch>
826
- <duration>12</duration>
827
- <voice>1</voice>
828
- <type>half</type>
829
- <stem default-y="-50.5">down</stem>
830
- <notations>
831
- <slur number="1" placement="above" type="start"/>
832
- </notations>
833
- </note>
834
- <note default-x="110">
835
- <pitch>
836
- <step>E</step>
837
- <octave>5</octave>
838
- </pitch>
839
- <duration>3</duration>
840
- <voice>1</voice>
841
- <type>eighth</type>
842
- <stem default-y="-40">down</stem>
843
- <beam number="1">begin</beam>
844
- </note>
845
- <note default-x="135">
846
- <pitch>
847
- <step>D</step>
848
- <octave>5</octave>
849
- </pitch>
850
- <duration>3</duration>
851
- <voice>1</voice>
852
- <type>eighth</type>
853
- <stem default-y="-42">down</stem>
854
- <beam number="1">end</beam>
855
- <notations>
856
- <slur number="1" type="stop"/>
857
- </notations>
858
- </note>
859
- </measure>
860
- <!--=======================================================-->
861
- <measure number="12" width="100">
862
- <print new-system="no"/>
863
- <note default-x="13">
864
- <pitch>
865
- <step>C</step>
866
- <octave>5</octave>
867
- </pitch>
868
- <duration>6</duration>
869
- <voice>1</voice>
870
- <type>quarter</type>
871
- <stem default-y="-50.5">down</stem>
872
- </note>
873
- <note default-x="47">
874
- <rest/>
875
- <duration>6</duration>
876
- <voice>1</voice>
877
- <type>quarter</type>
878
- </note>
879
- <barline location="right">
880
- <bar-style>light-heavy</bar-style>
881
- <repeat direction="backward" winged="none"/>
882
- </barline>
883
- </measure>
884
- <!--=======================================================-->
885
- <measure implicit="yes" number="X1" width="71">
886
- <print new-system="no"/>
887
- <barline location="left">
888
- <bar-style>heavy-light</bar-style>
889
- <repeat direction="forward" winged="none"/>
890
- </barline>
891
- <note default-x="22">
892
- <rest/>
893
- <duration>6</duration>
894
- <voice>1</voice>
895
- <type>quarter</type>
896
- </note>
897
- </measure>
898
- <!--=======================================================-->
899
- <measure number="13" width="158">
900
- <print new-system="no"/>
901
- <note>
902
- <rest measure="yes"/>
903
- <duration>18</duration>
904
- <voice>1</voice>
905
- </note>
906
- </measure>
907
- <!--=======================================================-->
908
- <measure number="14" width="148">
909
- <print new-system="no"/>
910
- <note>
911
- <rest measure="yes"/>
912
- <duration>18</duration>
913
- <voice>1</voice>
914
- </note>
915
- </measure>
916
- <!--=======================================================-->
917
- <measure number="15" width="155">
918
- <print new-system="no"/>
919
- <note>
920
- <rest measure="yes"/>
921
- <duration>18</duration>
922
- <voice>1</voice>
923
- </note>
924
- </measure>
925
- <!--=======================================================-->
926
- <measure number="16" width="149">
927
- <print new-system="no"/>
928
- <note default-x="10">
929
- <rest/>
930
- <duration>6</duration>
931
- <voice>1</voice>
932
- <type>quarter</type>
933
- </note>
934
- <note default-x="59">
935
- <rest/>
936
- <duration>6</duration>
937
- <voice>1</voice>
938
- <type>quarter</type>
939
- </note>
940
- <note default-x="98">
941
- <pitch>
942
- <step>G</step>
943
- <octave>5</octave>
944
- </pitch>
945
- <duration>6</duration>
946
- <voice>1</voice>
947
- <type>quarter</type>
948
- <stem default-y="-30.5">down</stem>
949
- <notations>
950
- <slur number="1" placement="above" type="start"/>
951
- </notations>
952
- </note>
953
- </measure>
954
- <!--=======================================================-->
955
- <measure number="17" width="1508">
956
- <print new-page="yes"/>
957
- <note default-x="89">
958
- <pitch>
959
- <step>G</step>
960
- <octave>5</octave>
961
- </pitch>
962
- <duration>6</duration>
963
- <voice>1</voice>
964
- <type>quarter</type>
965
- <stem default-y="-30.5">down</stem>
966
- <notations>
967
- <slur number="1" type="stop"/>
968
- </notations>
969
- </note>
970
- <note default-x="559">
971
- <rest/>
972
- <duration>6</duration>
973
- <voice>1</voice>
974
- <type>quarter</type>
975
- </note>
976
- <note default-x="1028">
977
- <rest/>
978
- <duration>6</duration>
979
- <voice>1</voice>
980
- <type>quarter</type>
981
- </note>
982
- <barline location="right">
983
- <bar-style>light-heavy</bar-style>
984
- </barline>
985
- </measure>
986
- </part>
987
- <!--=========================================================-->
988
- <part id="P2">
989
- <measure implicit="yes" number="0" width="166">
990
- <print>
991
- <staff-layout number="1">
992
- <staff-distance>118</staff-distance>
993
- </staff-layout>
994
- <measure-numbering>system</measure-numbering>
995
- </print>
996
- <attributes>
997
- <divisions>8</divisions>
998
- <key>
999
- <fifths>3</fifths>
1000
- <mode>major</mode>
1001
- </key>
1002
- <time>
1003
- <beats>3</beats>
1004
- <beat-type>4</beat-type>
1005
- </time>
1006
- <clef>
1007
- <sign>G</sign>
1008
- <line>2</line>
1009
- </clef>
1010
- </attributes>
1011
- <sound tempo="120"/>
1012
- <note default-x="114">
1013
- <rest/>
1014
- <duration>8</duration>
1015
- <voice>1</voice>
1016
- <type>quarter</type>
1017
- </note>
1018
- </measure>
1019
- <!--=======================================================-->
1020
- <measure number="1" width="153">
1021
- <print new-system="no"/>
1022
- <direction placement="below">
1023
- <direction-type>
1024
- <dynamics default-x="61" default-y="-62" halign="left">
1025
- <p/>
1026
- </dynamics>
1027
- </direction-type>
1028
- <offset>8</offset>
1029
- <sound dynamics="54"/>
1030
- </direction>
1031
- <note default-x="11">
1032
- <rest/>
1033
- <duration>8</duration>
1034
- <voice>1</voice>
1035
- <type>quarter</type>
1036
- </note>
1037
- <note default-x="61">
1038
- <pitch>
1039
- <step>A</step>
1040
- <octave>4</octave>
1041
- </pitch>
1042
- <duration>8</duration>
1043
- <voice>1</voice>
1044
- <type>quarter</type>
1045
- <stem default-y="10.5">up</stem>
1046
- </note>
1047
- <note default-x="101">
1048
- <pitch>
1049
- <step>A</step>
1050
- <octave>4</octave>
1051
- </pitch>
1052
- <duration>8</duration>
1053
- <voice>1</voice>
1054
- <type>quarter</type>
1055
- <stem default-y="10.5">up</stem>
1056
- </note>
1057
- </measure>
1058
- <!--=======================================================-->
1059
- <measure number="2" width="158">
1060
- <print new-system="no"/>
1061
- <note default-x="10">
1062
- <rest/>
1063
- <duration>8</duration>
1064
- <voice>1</voice>
1065
- <type>quarter</type>
1066
- </note>
1067
- <note default-x="63">
1068
- <pitch>
1069
- <step>A</step>
1070
- <octave>4</octave>
1071
- </pitch>
1072
- <duration>8</duration>
1073
- <voice>1</voice>
1074
- <type>quarter</type>
1075
- <stem default-y="10.5">up</stem>
1076
- </note>
1077
- <note default-x="104">
1078
- <pitch>
1079
- <step>A</step>
1080
- <octave>4</octave>
1081
- </pitch>
1082
- <duration>8</duration>
1083
- <voice>1</voice>
1084
- <type>quarter</type>
1085
- <stem default-y="10.5">up</stem>
1086
- </note>
1087
- </measure>
1088
- <!--=======================================================-->
1089
- <measure number="3" width="170">
1090
- <print new-system="no"/>
1091
- <note default-x="10">
1092
- <rest/>
1093
- <duration>8</duration>
1094
- <voice>1</voice>
1095
- <type>quarter</type>
1096
- </note>
1097
- <note default-x="63">
1098
- <pitch>
1099
- <step>G</step>
1100
- <alter>1</alter>
1101
- <octave>4</octave>
1102
- </pitch>
1103
- <duration>8</duration>
1104
- <voice>1</voice>
1105
- <type>quarter</type>
1106
- <stem default-y="5.5">up</stem>
1107
- </note>
1108
- <note default-x="116">
1109
- <pitch>
1110
- <step>G</step>
1111
- <alter>1</alter>
1112
- <octave>4</octave>
1113
- </pitch>
1114
- <duration>8</duration>
1115
- <voice>1</voice>
1116
- <type>quarter</type>
1117
- <stem default-y="5.5">up</stem>
1118
- </note>
1119
- </measure>
1120
- <!--=======================================================-->
1121
- <measure number="4" width="153">
1122
- <print new-system="no"/>
1123
- <note default-x="23">
1124
- <rest/>
1125
- <duration>8</duration>
1126
- <voice>1</voice>
1127
- <type>quarter</type>
1128
- </note>
1129
- <note default-x="63">
1130
- <pitch>
1131
- <step>A</step>
1132
- <octave>4</octave>
1133
- </pitch>
1134
- <duration>8</duration>
1135
- <voice>1</voice>
1136
- <type>quarter</type>
1137
- <stem default-y="10.5">up</stem>
1138
- </note>
1139
- <note default-x="102">
1140
- <pitch>
1141
- <step>A</step>
1142
- <octave>4</octave>
1143
- </pitch>
1144
- <duration>8</duration>
1145
- <voice>1</voice>
1146
- <type>quarter</type>
1147
- <stem default-y="10.5">up</stem>
1148
- </note>
1149
- </measure>
1150
- <!--=======================================================-->
1151
- <measure number="5" width="158">
1152
- <print new-system="no"/>
1153
- <note default-x="11">
1154
- <rest/>
1155
- <duration>8</duration>
1156
- <voice>1</voice>
1157
- <type>quarter</type>
1158
- </note>
1159
- <note default-x="62">
1160
- <pitch>
1161
- <step>A</step>
1162
- <octave>4</octave>
1163
- </pitch>
1164
- <duration>8</duration>
1165
- <voice>1</voice>
1166
- <type>quarter</type>
1167
- <stem default-y="10.5">up</stem>
1168
- </note>
1169
- <note default-x="104">
1170
- <pitch>
1171
- <step>A</step>
1172
- <octave>4</octave>
1173
- </pitch>
1174
- <duration>8</duration>
1175
- <voice>1</voice>
1176
- <type>quarter</type>
1177
- <stem default-y="10.5">up</stem>
1178
- </note>
1179
- </measure>
1180
- <!--=======================================================-->
1181
- <measure number="6" width="168">
1182
- <print new-system="no"/>
1183
- <note default-x="21">
1184
- <pitch>
1185
- <step>F</step>
1186
- <alter>1</alter>
1187
- <octave>4</octave>
1188
- </pitch>
1189
- <duration>8</duration>
1190
- <voice>1</voice>
1191
- <type>quarter</type>
1192
- <stem default-y="1">up</stem>
1193
- </note>
1194
- <note default-x="71">
1195
- <rest/>
1196
- <duration>8</duration>
1197
- <voice>1</voice>
1198
- <type>quarter</type>
1199
- </note>
1200
- <note default-x="112">
1201
- <pitch>
1202
- <step>C</step>
1203
- <alter>1</alter>
1204
- <octave>5</octave>
1205
- </pitch>
1206
- <duration>4</duration>
1207
- <voice>1</voice>
1208
- <type>eighth</type>
1209
- <stem default-y="-50">down</stem>
1210
- <beam number="1">begin</beam>
1211
- <notations>
1212
- <slur number="1" placement="above" type="start"/>
1213
- </notations>
1214
- </note>
1215
- <note default-x="142">
1216
- <pitch>
1217
- <step>A</step>
1218
- <alter>1</alter>
1219
- <octave>4</octave>
1220
- </pitch>
1221
- <duration>4</duration>
1222
- <voice>1</voice>
1223
- <type>eighth</type>
1224
- <accidental>sharp</accidental>
1225
- <stem default-y="-58">down</stem>
1226
- <beam number="1">end</beam>
1227
- </note>
1228
- </measure>
1229
- <!--=======================================================-->
1230
- <measure number="7" width="161">
1231
- <print new-system="no"/>
1232
- <note default-x="10">
1233
- <pitch>
1234
- <step>B</step>
1235
- <octave>4</octave>
1236
- </pitch>
1237
- <duration>4</duration>
1238
- <voice>1</voice>
1239
- <type>eighth</type>
1240
- <stem default-y="-58">down</stem>
1241
- <beam number="1">begin</beam>
1242
- </note>
1243
- <note default-x="36">
1244
- <pitch>
1245
- <step>D</step>
1246
- <octave>5</octave>
1247
- </pitch>
1248
- <duration>4</duration>
1249
- <voice>1</voice>
1250
- <type>eighth</type>
1251
- <stem default-y="-50">down</stem>
1252
- <beam number="1">end</beam>
1253
- </note>
1254
- <note default-x="61">
1255
- <pitch>
1256
- <step>F</step>
1257
- <alter>1</alter>
1258
- <octave>5</octave>
1259
- </pitch>
1260
- <duration>8</duration>
1261
- <voice>1</voice>
1262
- <type>quarter</type>
1263
- <stem default-y="-35.5">down</stem>
1264
- <notations>
1265
- <slur number="1" type="stop"/>
1266
- </notations>
1267
- </note>
1268
- <note default-x="102">
1269
- <pitch>
1270
- <step>C</step>
1271
- <alter>1</alter>
1272
- <octave>5</octave>
1273
- </pitch>
1274
- <duration>4</duration>
1275
- <voice>1</voice>
1276
- <type>eighth</type>
1277
- <stem default-y="-52">down</stem>
1278
- <beam number="1">begin</beam>
1279
- <notations>
1280
- <slur number="1" placement="above" type="start"/>
1281
- </notations>
1282
- </note>
1283
- <note default-x="133">
1284
- <pitch>
1285
- <step>A</step>
1286
- <alter>1</alter>
1287
- <octave>4</octave>
1288
- </pitch>
1289
- <duration>4</duration>
1290
- <voice>1</voice>
1291
- <type>eighth</type>
1292
- <accidental>sharp</accidental>
1293
- <stem default-y="-60">down</stem>
1294
- <beam number="1">end</beam>
1295
- </note>
1296
- </measure>
1297
- <!--=======================================================-->
1298
- <measure number="8" width="250">
1299
- <print new-system="yes">
1300
- <staff-layout number="1">
1301
- <staff-distance>118</staff-distance>
1302
- </staff-layout>
1303
- </print>
1304
- <note default-x="89">
1305
- <pitch>
1306
- <step>B</step>
1307
- <octave>4</octave>
1308
- </pitch>
1309
- <duration>4</duration>
1310
- <voice>1</voice>
1311
- <type>eighth</type>
1312
- <stem default-y="-58">down</stem>
1313
- <beam number="1">begin</beam>
1314
- </note>
1315
- <note default-x="115">
1316
- <pitch>
1317
- <step>D</step>
1318
- <octave>5</octave>
1319
- </pitch>
1320
- <duration>4</duration>
1321
- <voice>1</voice>
1322
- <type>eighth</type>
1323
- <stem default-y="-50">down</stem>
1324
- <beam number="1">end</beam>
1325
- </note>
1326
- <note default-x="141">
1327
- <pitch>
1328
- <step>F</step>
1329
- <alter>1</alter>
1330
- <octave>5</octave>
1331
- </pitch>
1332
- <duration>8</duration>
1333
- <voice>1</voice>
1334
- <type>quarter</type>
1335
- <stem default-y="-35.5">down</stem>
1336
- <notations>
1337
- <slur number="1" type="stop"/>
1338
- </notations>
1339
- </note>
1340
- <note default-x="175">
1341
- <rest/>
1342
- <duration>8</duration>
1343
- <voice>1</voice>
1344
- <type>quarter</type>
1345
- </note>
1346
- </measure>
1347
- <!--=======================================================-->
1348
- <measure number="9" width="161">
1349
- <print new-system="no"/>
1350
- <note>
1351
- <rest measure="yes"/>
1352
- <duration>24</duration>
1353
- <voice>1</voice>
1354
- </note>
1355
- </measure>
1356
- <!--=======================================================-->
1357
- <measure number="10" width="156">
1358
- <print new-system="no"/>
1359
- <note>
1360
- <rest measure="yes"/>
1361
- <duration>24</duration>
1362
- <voice>1</voice>
1363
- </note>
1364
- </measure>
1365
- <!--=======================================================-->
1366
- <measure number="11" width="160">
1367
- <print new-system="no"/>
1368
- <note default-x="13">
1369
- <pitch>
1370
- <step>C</step>
1371
- <alter>1</alter>
1372
- <octave>4</octave>
1373
- </pitch>
1374
- <duration>4</duration>
1375
- <voice>1</voice>
1376
- <type>eighth</type>
1377
- <stem default-y="-11">up</stem>
1378
- <beam number="1">begin</beam>
1379
- <notations>
1380
- <slur number="1" placement="below" type="start"/>
1381
- </notations>
1382
- </note>
1383
- <note default-x="37">
1384
- <pitch>
1385
- <step>E</step>
1386
- <octave>4</octave>
1387
- </pitch>
1388
- <duration>4</duration>
1389
- <voice>1</voice>
1390
- <type>eighth</type>
1391
- <stem default-y="-11">up</stem>
1392
- <beam number="1">continue</beam>
1393
- </note>
1394
- <note default-x="62">
1395
- <pitch>
1396
- <step>C</step>
1397
- <alter>1</alter>
1398
- <octave>4</octave>
1399
- </pitch>
1400
- <duration>4</duration>
1401
- <voice>1</voice>
1402
- <type>eighth</type>
1403
- <stem default-y="-11">up</stem>
1404
- <beam number="1">continue</beam>
1405
- </note>
1406
- <note default-x="86">
1407
- <pitch>
1408
- <step>E</step>
1409
- <octave>4</octave>
1410
- </pitch>
1411
- <duration>4</duration>
1412
- <voice>1</voice>
1413
- <type>eighth</type>
1414
- <stem default-y="-11">up</stem>
1415
- <beam number="1">continue</beam>
1416
- </note>
1417
- <note default-x="110">
1418
- <pitch>
1419
- <step>D</step>
1420
- <octave>4</octave>
1421
- </pitch>
1422
- <duration>4</duration>
1423
- <voice>1</voice>
1424
- <type>eighth</type>
1425
- <stem default-y="-11">up</stem>
1426
- <beam number="1">continue</beam>
1427
- </note>
1428
- <note default-x="135">
1429
- <pitch>
1430
- <step>E</step>
1431
- <octave>4</octave>
1432
- </pitch>
1433
- <duration>4</duration>
1434
- <voice>1</voice>
1435
- <type>eighth</type>
1436
- <stem default-y="-11">up</stem>
1437
- <beam number="1">end</beam>
1438
- <notations>
1439
- <slur number="1" type="stop"/>
1440
- </notations>
1441
- </note>
1442
- </measure>
1443
- <!--=======================================================-->
1444
- <measure number="12" width="100">
1445
- <print new-system="no"/>
1446
- <note default-x="13">
1447
- <pitch>
1448
- <step>C</step>
1449
- <alter>1</alter>
1450
- <octave>4</octave>
1451
- </pitch>
1452
- <duration>8</duration>
1453
- <voice>1</voice>
1454
- <type>quarter</type>
1455
- <stem default-y="-14.5">up</stem>
1456
- </note>
1457
- <note default-x="47">
1458
- <rest/>
1459
- <duration>8</duration>
1460
- <voice>1</voice>
1461
- <type>quarter</type>
1462
- </note>
1463
- <barline location="right">
1464
- <bar-style>light-heavy</bar-style>
1465
- <repeat direction="backward" winged="none"/>
1466
- </barline>
1467
- </measure>
1468
- <!--=======================================================-->
1469
- <measure implicit="yes" number="X1" width="71">
1470
- <print new-system="no"/>
1471
- <barline location="left">
1472
- <bar-style>heavy-light</bar-style>
1473
- <repeat direction="forward" winged="none"/>
1474
- </barline>
1475
- <note default-x="21">
1476
- <pitch>
1477
- <step>E</step>
1478
- <octave>4</octave>
1479
- </pitch>
1480
- <duration>4</duration>
1481
- <voice>1</voice>
1482
- <type>eighth</type>
1483
- <stem default-y="0">up</stem>
1484
- <beam number="1">begin</beam>
1485
- <notations>
1486
- <slur number="1" placement="above" type="start"/>
1487
- </notations>
1488
- </note>
1489
- <note default-x="46">
1490
- <pitch>
1491
- <step>G</step>
1492
- <alter>1</alter>
1493
- <octave>4</octave>
1494
- </pitch>
1495
- <duration>4</duration>
1496
- <voice>1</voice>
1497
- <type>eighth</type>
1498
- <stem default-y="6">up</stem>
1499
- <beam number="1">end</beam>
1500
- </note>
1501
- </measure>
1502
- <!--=======================================================-->
1503
- <measure number="13" width="158">
1504
- <print new-system="no"/>
1505
- <note default-x="22">
1506
- <pitch>
1507
- <step>B</step>
1508
- <octave>4</octave>
1509
- </pitch>
1510
- <duration>4</duration>
1511
- <voice>1</voice>
1512
- <type>eighth</type>
1513
- <stem default-y="20">up</stem>
1514
- <beam number="1">begin</beam>
1515
- </note>
1516
- <note default-x="46">
1517
- <pitch>
1518
- <step>G</step>
1519
- <alter>1</alter>
1520
- <octave>4</octave>
1521
- </pitch>
1522
- <duration>4</duration>
1523
- <voice>1</voice>
1524
- <type>eighth</type>
1525
- <stem default-y="12.5">up</stem>
1526
- <beam number="1">end</beam>
1527
- </note>
1528
- <note default-x="70">
1529
- <pitch>
1530
- <step>E</step>
1531
- <octave>5</octave>
1532
- </pitch>
1533
- <duration>8</duration>
1534
- <voice>1</voice>
1535
- <type>quarter</type>
1536
- <stem default-y="-40">down</stem>
1537
- <notations>
1538
- <slur number="1" type="stop"/>
1539
- </notations>
1540
- </note>
1541
- <note default-x="108">
1542
- <pitch>
1543
- <step>E</step>
1544
- <octave>4</octave>
1545
- </pitch>
1546
- <duration>4</duration>
1547
- <voice>1</voice>
1548
- <type>eighth</type>
1549
- <stem default-y="0">up</stem>
1550
- <beam number="1">begin</beam>
1551
- <notations>
1552
- <slur number="1" placement="above" type="start"/>
1553
- </notations>
1554
- </note>
1555
- <note default-x="132">
1556
- <pitch>
1557
- <step>A</step>
1558
- <octave>4</octave>
1559
- </pitch>
1560
- <duration>4</duration>
1561
- <voice>1</voice>
1562
- <type>eighth</type>
1563
- <stem default-y="5">up</stem>
1564
- <beam number="1">end</beam>
1565
- </note>
1566
- </measure>
1567
- <!--=======================================================-->
1568
- <measure number="14" width="148">
1569
- <print new-system="no"/>
1570
- <note default-x="13">
1571
- <pitch>
1572
- <step>C</step>
1573
- <alter>1</alter>
1574
- <octave>5</octave>
1575
- </pitch>
1576
- <duration>4</duration>
1577
- <voice>1</voice>
1578
- <type>eighth</type>
1579
- <stem default-y="-50">down</stem>
1580
- <beam number="1">begin</beam>
1581
- </note>
1582
- <note default-x="37">
1583
- <pitch>
1584
- <step>A</step>
1585
- <octave>4</octave>
1586
- </pitch>
1587
- <duration>4</duration>
1588
- <voice>1</voice>
1589
- <type>eighth</type>
1590
- <stem default-y="-58">down</stem>
1591
- <beam number="1">end</beam>
1592
- </note>
1593
- <note default-x="60">
1594
- <pitch>
1595
- <step>E</step>
1596
- <octave>5</octave>
1597
- </pitch>
1598
- <duration>8</duration>
1599
- <voice>1</voice>
1600
- <type>quarter</type>
1601
- <stem default-y="-40">down</stem>
1602
- <notations>
1603
- <slur number="1" type="stop"/>
1604
- </notations>
1605
- </note>
1606
- <note default-x="99">
1607
- <pitch>
1608
- <step>E</step>
1609
- <octave>4</octave>
1610
- </pitch>
1611
- <duration>4</duration>
1612
- <voice>1</voice>
1613
- <type>eighth</type>
1614
- <stem default-y="5">up</stem>
1615
- <beam number="1">begin</beam>
1616
- <notations>
1617
- <slur number="1" placement="above" type="start"/>
1618
- </notations>
1619
- </note>
1620
- <note default-x="123">
1621
- <pitch>
1622
- <step>B</step>
1623
- <octave>4</octave>
1624
- </pitch>
1625
- <duration>4</duration>
1626
- <voice>1</voice>
1627
- <type>eighth</type>
1628
- <stem default-y="12.5">up</stem>
1629
- <beam number="1">end</beam>
1630
- </note>
1631
- </measure>
1632
- <!--=======================================================-->
1633
- <measure number="15" width="155">
1634
- <print new-system="no"/>
1635
- <note default-x="10">
1636
- <pitch>
1637
- <step>D</step>
1638
- <octave>5</octave>
1639
- </pitch>
1640
- <duration>4</duration>
1641
- <voice>1</voice>
1642
- <type>eighth</type>
1643
- <stem default-y="-47">down</stem>
1644
- <beam number="1">begin</beam>
1645
- </note>
1646
- <note default-x="34">
1647
- <pitch>
1648
- <step>B</step>
1649
- <octave>4</octave>
1650
- </pitch>
1651
- <duration>4</duration>
1652
- <voice>1</voice>
1653
- <type>eighth</type>
1654
- <stem default-y="-49">down</stem>
1655
- <beam number="1">continue</beam>
1656
- </note>
1657
- <note default-x="57">
1658
- <pitch>
1659
- <step>E</step>
1660
- <octave>5</octave>
1661
- </pitch>
1662
- <duration>4</duration>
1663
- <voice>1</voice>
1664
- <type>eighth</type>
1665
- <stem default-y="-51.5">down</stem>
1666
- <beam number="1">continue</beam>
1667
- </note>
1668
- <note default-x="82">
1669
- <pitch>
1670
- <step>D</step>
1671
- <octave>5</octave>
1672
- </pitch>
1673
- <duration>4</duration>
1674
- <voice>1</voice>
1675
- <type>eighth</type>
1676
- <stem default-y="-53.5">down</stem>
1677
- <beam number="1">continue</beam>
1678
- </note>
1679
- <note default-x="105">
1680
- <pitch>
1681
- <step>C</step>
1682
- <alter>1</alter>
1683
- <octave>5</octave>
1684
- </pitch>
1685
- <duration>4</duration>
1686
- <voice>1</voice>
1687
- <type>eighth</type>
1688
- <stem default-y="-55.5">down</stem>
1689
- <beam number="1">continue</beam>
1690
- </note>
1691
- <note default-x="130">
1692
- <pitch>
1693
- <step>A</step>
1694
- <octave>4</octave>
1695
- </pitch>
1696
- <duration>4</duration>
1697
- <voice>1</voice>
1698
- <type>eighth</type>
1699
- <stem default-y="-58">down</stem>
1700
- <beam number="1">end</beam>
1701
- <notations>
1702
- <slur number="1" type="stop"/>
1703
- </notations>
1704
- </note>
1705
- </measure>
1706
- <!--=======================================================-->
1707
- <measure number="16" width="149">
1708
- <print new-system="no"/>
1709
- <note default-x="10">
1710
- <pitch>
1711
- <step>G</step>
1712
- <alter>1</alter>
1713
- <octave>4</octave>
1714
- </pitch>
1715
- <duration>4</duration>
1716
- <voice>1</voice>
1717
- <type>eighth</type>
1718
- <stem default-y="10.5">up</stem>
1719
- <beam number="1">begin</beam>
1720
- <notations>
1721
- <slur number="1" placement="above" type="start"/>
1722
- </notations>
1723
- </note>
1724
- <note default-x="34">
1725
- <pitch>
1726
- <step>B</step>
1727
- <octave>4</octave>
1728
- </pitch>
1729
- <duration>4</duration>
1730
- <voice>1</voice>
1731
- <type>eighth</type>
1732
- <stem default-y="17">up</stem>
1733
- <beam number="1">end</beam>
1734
- </note>
1735
- <note default-x="59">
1736
- <pitch>
1737
- <step>E</step>
1738
- <octave>5</octave>
1739
- </pitch>
1740
- <duration>8</duration>
1741
- <voice>1</voice>
1742
- <type>quarter</type>
1743
- <stem default-y="-40">down</stem>
1744
- <notations>
1745
- <slur number="1" type="stop"/>
1746
- </notations>
1747
- </note>
1748
- <note default-x="98">
1749
- <pitch>
1750
- <step>E</step>
1751
- <octave>4</octave>
1752
- </pitch>
1753
- <duration>4</duration>
1754
- <voice>1</voice>
1755
- <type>eighth</type>
1756
- <stem default-y="0">up</stem>
1757
- <beam number="1">begin</beam>
1758
- <notations>
1759
- <slur number="1" placement="below" type="start"/>
1760
- </notations>
1761
- </note>
1762
- <note default-x="123">
1763
- <pitch>
1764
- <step>G</step>
1765
- <alter>1</alter>
1766
- <octave>4</octave>
1767
- </pitch>
1768
- <duration>4</duration>
1769
- <voice>1</voice>
1770
- <type>eighth</type>
1771
- <stem default-y="6">up</stem>
1772
- <beam number="1">end</beam>
1773
- </note>
1774
- </measure>
1775
- <!--=======================================================-->
1776
- <measure number="17" width="1508">
1777
- <print new-page="yes">
1778
- <staff-layout number="1">
1779
- <staff-distance>118</staff-distance>
1780
- </staff-layout>
1781
- </print>
1782
- <note default-x="89">
1783
- <pitch>
1784
- <step>A</step>
1785
- <octave>4</octave>
1786
- </pitch>
1787
- <duration>8</duration>
1788
- <voice>1</voice>
1789
- <type>quarter</type>
1790
- <stem default-y="10.5">up</stem>
1791
- <notations>
1792
- <slur number="1" type="stop"/>
1793
- </notations>
1794
- </note>
1795
- <note default-x="559">
1796
- <rest/>
1797
- <duration>8</duration>
1798
- <voice>1</voice>
1799
- <type>quarter</type>
1800
- </note>
1801
- <note default-x="1028">
1802
- <rest/>
1803
- <duration>8</duration>
1804
- <voice>1</voice>
1805
- <type>quarter</type>
1806
- </note>
1807
- <barline location="right">
1808
- <bar-style>light-heavy</bar-style>
1809
- </barline>
1810
- </measure>
1811
- </part>
1812
- <!--=========================================================-->
1813
- <part id="P3">
1814
- <measure implicit="yes" number="0" width="166">
1815
- <print>
1816
- <staff-layout number="1">
1817
- <staff-distance>118</staff-distance>
1818
- </staff-layout>
1819
- <measure-numbering>none</measure-numbering>
1820
- </print>
1821
- <attributes>
1822
- <divisions>8</divisions>
1823
- <key>
1824
- <fifths>3</fifths>
1825
- <mode>major</mode>
1826
- </key>
1827
- <time>
1828
- <beats>3</beats>
1829
- <beat-type>4</beat-type>
1830
- </time>
1831
- <clef>
1832
- <sign>G</sign>
1833
- <line>2</line>
1834
- </clef>
1835
- </attributes>
1836
- <sound tempo="120"/>
1837
- <note default-x="114">
1838
- <rest/>
1839
- <duration>8</duration>
1840
- <voice>1</voice>
1841
- <type>quarter</type>
1842
- </note>
1843
- </measure>
1844
- <!--=======================================================-->
1845
- <measure number="1" width="153">
1846
- <print new-system="no"/>
1847
- <direction placement="below">
1848
- <direction-type>
1849
- <dynamics default-x="61" default-y="-67" halign="left">
1850
- <p/>
1851
- </dynamics>
1852
- </direction-type>
1853
- <offset>8</offset>
1854
- <sound dynamics="54"/>
1855
- </direction>
1856
- <note default-x="11">
1857
- <rest/>
1858
- <duration>8</duration>
1859
- <voice>1</voice>
1860
- <type>quarter</type>
1861
- </note>
1862
- <note default-x="61">
1863
- <pitch>
1864
- <step>E</step>
1865
- <octave>4</octave>
1866
- </pitch>
1867
- <duration>8</duration>
1868
- <voice>1</voice>
1869
- <type>quarter</type>
1870
- <stem default-y="-4">up</stem>
1871
- </note>
1872
- <note default-x="101">
1873
- <pitch>
1874
- <step>E</step>
1875
- <octave>4</octave>
1876
- </pitch>
1877
- <duration>8</duration>
1878
- <voice>1</voice>
1879
- <type>quarter</type>
1880
- <stem default-y="-4">up</stem>
1881
- </note>
1882
- </measure>
1883
- <!--=======================================================-->
1884
- <measure number="2" width="158">
1885
- <print new-system="no"/>
1886
- <note default-x="10">
1887
- <rest/>
1888
- <duration>8</duration>
1889
- <voice>1</voice>
1890
- <type>quarter</type>
1891
- </note>
1892
- <note default-x="63">
1893
- <pitch>
1894
- <step>F</step>
1895
- <alter>1</alter>
1896
- <octave>4</octave>
1897
- </pitch>
1898
- <duration>8</duration>
1899
- <voice>1</voice>
1900
- <type>quarter</type>
1901
- <stem default-y="0.5">up</stem>
1902
- </note>
1903
- <note default-x="104">
1904
- <pitch>
1905
- <step>F</step>
1906
- <alter>1</alter>
1907
- <octave>4</octave>
1908
- </pitch>
1909
- <duration>8</duration>
1910
- <voice>1</voice>
1911
- <type>quarter</type>
1912
- <stem default-y="0.5">up</stem>
1913
- </note>
1914
- </measure>
1915
- <!--=======================================================-->
1916
- <measure number="3" width="170">
1917
- <print new-system="no"/>
1918
- <note default-x="10">
1919
- <rest/>
1920
- <duration>8</duration>
1921
- <voice>1</voice>
1922
- <type>quarter</type>
1923
- </note>
1924
- <note default-x="63">
1925
- <pitch>
1926
- <step>D</step>
1927
- <octave>4</octave>
1928
- </pitch>
1929
- <duration>8</duration>
1930
- <voice>1</voice>
1931
- <type>quarter</type>
1932
- <stem default-y="-9">up</stem>
1933
- </note>
1934
- <note default-x="116">
1935
- <pitch>
1936
- <step>D</step>
1937
- <octave>4</octave>
1938
- </pitch>
1939
- <duration>8</duration>
1940
- <voice>1</voice>
1941
- <type>quarter</type>
1942
- <stem default-y="-9">up</stem>
1943
- </note>
1944
- </measure>
1945
- <!--=======================================================-->
1946
- <measure number="4" width="153">
1947
- <print new-system="no"/>
1948
- <note default-x="23">
1949
- <rest/>
1950
- <duration>8</duration>
1951
- <voice>1</voice>
1952
- <type>quarter</type>
1953
- </note>
1954
- <note default-x="63">
1955
- <pitch>
1956
- <step>C</step>
1957
- <alter>1</alter>
1958
- <octave>4</octave>
1959
- </pitch>
1960
- <duration>8</duration>
1961
- <voice>1</voice>
1962
- <type>quarter</type>
1963
- <stem default-y="-15">up</stem>
1964
- </note>
1965
- <note default-x="102">
1966
- <pitch>
1967
- <step>C</step>
1968
- <alter>1</alter>
1969
- <octave>4</octave>
1970
- </pitch>
1971
- <duration>8</duration>
1972
- <voice>1</voice>
1973
- <type>quarter</type>
1974
- <stem default-y="-15">up</stem>
1975
- </note>
1976
- </measure>
1977
- <!--=======================================================-->
1978
- <measure number="5" width="158">
1979
- <print new-system="no"/>
1980
- <note default-x="11">
1981
- <rest/>
1982
- <duration>8</duration>
1983
- <voice>1</voice>
1984
- <type>quarter</type>
1985
- </note>
1986
- <note default-x="62">
1987
- <pitch>
1988
- <step>E</step>
1989
- <octave>4</octave>
1990
- </pitch>
1991
- <duration>8</duration>
1992
- <voice>1</voice>
1993
- <type>quarter</type>
1994
- <stem default-y="-4">up</stem>
1995
- </note>
1996
- <note default-x="104">
1997
- <pitch>
1998
- <step>E</step>
1999
- <octave>4</octave>
2000
- </pitch>
2001
- <duration>8</duration>
2002
- <voice>1</voice>
2003
- <type>quarter</type>
2004
- <stem default-y="-4">up</stem>
2005
- </note>
2006
- </measure>
2007
- <!--=======================================================-->
2008
- <measure number="6" width="168">
2009
- <print new-system="no"/>
2010
- <note default-x="21">
2011
- <pitch>
2012
- <step>D</step>
2013
- <octave>4</octave>
2014
- </pitch>
2015
- <duration>8</duration>
2016
- <voice>1</voice>
2017
- <type>quarter</type>
2018
- <stem default-y="-9">up</stem>
2019
- </note>
2020
- <note default-x="71">
2021
- <rest/>
2022
- <duration>8</duration>
2023
- <voice>1</voice>
2024
- <type>quarter</type>
2025
- </note>
2026
- <note default-x="112">
2027
- <pitch>
2028
- <step>G</step>
2029
- <octave>4</octave>
2030
- </pitch>
2031
- <duration>8</duration>
2032
- <voice>1</voice>
2033
- <type>quarter</type>
2034
- <accidental>natural</accidental>
2035
- <stem default-y="5.5">up</stem>
2036
- <notations>
2037
- <slur number="1" placement="below" type="start"/>
2038
- </notations>
2039
- </note>
2040
- </measure>
2041
- <!--=======================================================-->
2042
- <measure number="7" width="161">
2043
- <print new-system="no"/>
2044
- <note default-x="10">
2045
- <pitch>
2046
- <step>F</step>
2047
- <alter>1</alter>
2048
- <octave>4</octave>
2049
- </pitch>
2050
- <duration>16</duration>
2051
- <voice>1</voice>
2052
- <type>half</type>
2053
- <stem default-y="0.5">up</stem>
2054
- </note>
2055
- <note default-x="102">
2056
- <pitch>
2057
- <step>G</step>
2058
- <octave>4</octave>
2059
- </pitch>
2060
- <duration>8</duration>
2061
- <voice>1</voice>
2062
- <type>quarter</type>
2063
- <accidental>natural</accidental>
2064
- <stem default-y="5.5">up</stem>
2065
- </note>
2066
- </measure>
2067
- <!--=======================================================-->
2068
- <measure number="8" width="250">
2069
- <print new-system="yes">
2070
- <staff-layout number="1">
2071
- <staff-distance>118</staff-distance>
2072
- </staff-layout>
2073
- </print>
2074
- <note default-x="89">
2075
- <pitch>
2076
- <step>F</step>
2077
- <alter>1</alter>
2078
- <octave>4</octave>
2079
- </pitch>
2080
- <duration>16</duration>
2081
- <voice>1</voice>
2082
- <type>half</type>
2083
- <stem default-y="0.5">up</stem>
2084
- <notations>
2085
- <slur number="1" type="stop"/>
2086
- </notations>
2087
- </note>
2088
- <note default-x="175">
2089
- <rest/>
2090
- <duration>8</duration>
2091
- <voice>1</voice>
2092
- <type>quarter</type>
2093
- </note>
2094
- </measure>
2095
- <!--=======================================================-->
2096
- <measure number="9" width="161">
2097
- <print new-system="no"/>
2098
- <note>
2099
- <rest measure="yes"/>
2100
- <duration>24</duration>
2101
- <voice>1</voice>
2102
- </note>
2103
- </measure>
2104
- <!--=======================================================-->
2105
- <measure number="10" width="156">
2106
- <print new-system="no"/>
2107
- <note>
2108
- <rest measure="yes"/>
2109
- <duration>24</duration>
2110
- <voice>1</voice>
2111
- </note>
2112
- </measure>
2113
- <!--=======================================================-->
2114
- <measure number="11" width="160">
2115
- <print new-system="no"/>
2116
- <note default-x="13">
2117
- <pitch>
2118
- <step>A</step>
2119
- <octave>3</octave>
2120
- </pitch>
2121
- <duration>16</duration>
2122
- <voice>1</voice>
2123
- <type>half</type>
2124
- <stem default-y="-19.5">up</stem>
2125
- <notations>
2126
- <slur number="1" placement="below" type="start"/>
2127
- </notations>
2128
- </note>
2129
- <note default-x="110">
2130
- <pitch>
2131
- <step>G</step>
2132
- <alter>1</alter>
2133
- <octave>3</octave>
2134
- </pitch>
2135
- <duration>8</duration>
2136
- <voice>1</voice>
2137
- <type>quarter</type>
2138
- <accidental>sharp</accidental>
2139
- <stem default-y="-19.5">up</stem>
2140
- <notations>
2141
- <slur number="1" type="stop"/>
2142
- </notations>
2143
- </note>
2144
- </measure>
2145
- <!--=======================================================-->
2146
- <measure number="12" width="100">
2147
- <print new-system="no"/>
2148
- <note default-x="13">
2149
- <pitch>
2150
- <step>A</step>
2151
- <octave>3</octave>
2152
- </pitch>
2153
- <duration>8</duration>
2154
- <voice>1</voice>
2155
- <type>quarter</type>
2156
- <stem default-y="-19.5">up</stem>
2157
- </note>
2158
- <note default-x="47">
2159
- <rest/>
2160
- <duration>8</duration>
2161
- <voice>1</voice>
2162
- <type>quarter</type>
2163
- </note>
2164
- <barline location="right">
2165
- <bar-style>light-heavy</bar-style>
2166
- <repeat direction="backward" winged="none"/>
2167
- </barline>
2168
- </measure>
2169
- <!--=======================================================-->
2170
- <measure implicit="yes" number="X1" width="71">
2171
- <print new-system="no"/>
2172
- <barline location="left">
2173
- <bar-style>heavy-light</bar-style>
2174
- <repeat direction="forward" winged="none"/>
2175
- </barline>
2176
- <note default-x="22">
2177
- <rest/>
2178
- <duration>8</duration>
2179
- <voice>1</voice>
2180
- <type>quarter</type>
2181
- </note>
2182
- </measure>
2183
- <!--=======================================================-->
2184
- <measure number="13" width="158">
2185
- <print new-system="no"/>
2186
- <direction placement="below">
2187
- <direction-type>
2188
- <dynamics default-x="22" default-y="-79" halign="left">
2189
- <p/>
2190
- </dynamics>
2191
- </direction-type>
2192
- <sound dynamics="54"/>
2193
- </direction>
2194
- <direction placement="above">
2195
- <direction-type>
2196
- <words default-x="22" default-y="15">pizz.</words>
2197
- </direction-type>
2198
- <sound>
2199
- <midi-instrument id="P3-I4">
2200
- <midi-program>46</midi-program>
2201
- </midi-instrument>
2202
- </sound>
2203
- </direction>
2204
- <note default-x="22">
2205
- <pitch>
2206
- <step>B</step>
2207
- <octave>3</octave>
2208
- </pitch>
2209
- <duration>8</duration>
2210
- <voice>1</voice>
2211
- <type>quarter</type>
2212
- <stem default-y="5.5">up</stem>
2213
- </note>
2214
- <note default-x="22">
2215
- <chord/>
2216
- <pitch>
2217
- <step>G</step>
2218
- <alter>1</alter>
2219
- <octave>4</octave>
2220
- </pitch>
2221
- <duration>8</duration>
2222
- <voice>1</voice>
2223
- <type>quarter</type>
2224
- <stem>up</stem>
2225
- </note>
2226
- <note default-x="70">
2227
- <pitch>
2228
- <step>B</step>
2229
- <octave>3</octave>
2230
- </pitch>
2231
- <duration>8</duration>
2232
- <voice>1</voice>
2233
- <type>quarter</type>
2234
- <stem default-y="5.5">up</stem>
2235
- </note>
2236
- <note default-x="70">
2237
- <chord/>
2238
- <pitch>
2239
- <step>G</step>
2240
- <alter>1</alter>
2241
- <octave>4</octave>
2242
- </pitch>
2243
- <duration>8</duration>
2244
- <voice>1</voice>
2245
- <type>quarter</type>
2246
- <stem>up</stem>
2247
- </note>
2248
- <note default-x="109">
2249
- <rest/>
2250
- <duration>8</duration>
2251
- <voice>1</voice>
2252
- <type>quarter</type>
2253
- </note>
2254
- </measure>
2255
- <!--=======================================================-->
2256
- <measure number="14" width="148">
2257
- <print new-system="no"/>
2258
- <note default-x="13">
2259
- <pitch>
2260
- <step>A</step>
2261
- <octave>3</octave>
2262
- </pitch>
2263
- <duration>8</duration>
2264
- <voice>1</voice>
2265
- <type>quarter</type>
2266
- <stem default-y="10">up</stem>
2267
- </note>
2268
- <note default-x="13">
2269
- <chord/>
2270
- <pitch>
2271
- <step>A</step>
2272
- <octave>4</octave>
2273
- </pitch>
2274
- <duration>8</duration>
2275
- <voice>1</voice>
2276
- <type>quarter</type>
2277
- <stem>up</stem>
2278
- </note>
2279
- <note default-x="60">
2280
- <pitch>
2281
- <step>A</step>
2282
- <octave>3</octave>
2283
- </pitch>
2284
- <duration>8</duration>
2285
- <voice>1</voice>
2286
- <type>quarter</type>
2287
- <stem default-y="10">up</stem>
2288
- </note>
2289
- <note default-x="60">
2290
- <chord/>
2291
- <pitch>
2292
- <step>A</step>
2293
- <octave>4</octave>
2294
- </pitch>
2295
- <duration>8</duration>
2296
- <voice>1</voice>
2297
- <type>quarter</type>
2298
- <stem>up</stem>
2299
- </note>
2300
- <note default-x="99">
2301
- <rest/>
2302
- <duration>8</duration>
2303
- <voice>1</voice>
2304
- <type>quarter</type>
2305
- </note>
2306
- </measure>
2307
- <!--=======================================================-->
2308
- <measure number="15" width="155">
2309
- <print new-system="no"/>
2310
- <note default-x="10">
2311
- <pitch>
2312
- <step>G</step>
2313
- <alter>1</alter>
2314
- <octave>4</octave>
2315
- </pitch>
2316
- <duration>8</duration>
2317
- <voice>1</voice>
2318
- <type>quarter</type>
2319
- <stem default-y="16">up</stem>
2320
- </note>
2321
- <note default-x="10">
2322
- <chord/>
2323
- <pitch>
2324
- <step>B</step>
2325
- <octave>4</octave>
2326
- </pitch>
2327
- <duration>8</duration>
2328
- <voice>1</voice>
2329
- <type>quarter</type>
2330
- <stem>up</stem>
2331
- </note>
2332
- <note default-x="57">
2333
- <pitch>
2334
- <step>G</step>
2335
- <alter>1</alter>
2336
- <octave>4</octave>
2337
- </pitch>
2338
- <duration>8</duration>
2339
- <voice>1</voice>
2340
- <type>quarter</type>
2341
- <stem default-y="16">up</stem>
2342
- </note>
2343
- <note default-x="57">
2344
- <chord/>
2345
- <pitch>
2346
- <step>B</step>
2347
- <octave>4</octave>
2348
- </pitch>
2349
- <duration>8</duration>
2350
- <voice>1</voice>
2351
- <type>quarter</type>
2352
- <stem>up</stem>
2353
- </note>
2354
- <note default-x="105">
2355
- <pitch>
2356
- <step>A</step>
2357
- <octave>4</octave>
2358
- </pitch>
2359
- <duration>8</duration>
2360
- <voice>1</voice>
2361
- <type>quarter</type>
2362
- <stem default-y="-58">down</stem>
2363
- </note>
2364
- <note default-x="105">
2365
- <chord/>
2366
- <pitch>
2367
- <step>C</step>
2368
- <alter>1</alter>
2369
- <octave>5</octave>
2370
- </pitch>
2371
- <duration>8</duration>
2372
- <voice>1</voice>
2373
- <type>quarter</type>
2374
- <stem>down</stem>
2375
- </note>
2376
- </measure>
2377
- <!--=======================================================-->
2378
- <measure number="16" width="149">
2379
- <print new-system="no"/>
2380
- <note default-x="10">
2381
- <pitch>
2382
- <step>G</step>
2383
- <alter>1</alter>
2384
- <octave>4</octave>
2385
- </pitch>
2386
- <duration>8</duration>
2387
- <voice>1</voice>
2388
- <type>quarter</type>
2389
- <stem default-y="16">up</stem>
2390
- </note>
2391
- <note default-x="10">
2392
- <chord/>
2393
- <pitch>
2394
- <step>B</step>
2395
- <octave>4</octave>
2396
- </pitch>
2397
- <duration>8</duration>
2398
- <voice>1</voice>
2399
- <type>quarter</type>
2400
- <stem>up</stem>
2401
- </note>
2402
- <note default-x="59">
2403
- <pitch>
2404
- <step>G</step>
2405
- <alter>1</alter>
2406
- <octave>4</octave>
2407
- </pitch>
2408
- <duration>8</duration>
2409
- <voice>1</voice>
2410
- <type>quarter</type>
2411
- <stem default-y="16">up</stem>
2412
- </note>
2413
- <note default-x="59">
2414
- <chord/>
2415
- <pitch>
2416
- <step>B</step>
2417
- <octave>4</octave>
2418
- </pitch>
2419
- <duration>8</duration>
2420
- <voice>1</voice>
2421
- <type>quarter</type>
2422
- <stem>up</stem>
2423
- </note>
2424
- <note default-x="99">
2425
- <rest/>
2426
- <duration>8</duration>
2427
- <voice>1</voice>
2428
- <type>quarter</type>
2429
- </note>
2430
- </measure>
2431
- <!--=======================================================-->
2432
- <measure number="17" width="1508">
2433
- <print new-page="yes">
2434
- <staff-layout number="1">
2435
- <staff-distance>118</staff-distance>
2436
- </staff-layout>
2437
- </print>
2438
- <note>
2439
- <rest measure="yes"/>
2440
- <duration>24</duration>
2441
- <voice>1</voice>
2442
- </note>
2443
- <barline location="right">
2444
- <bar-style>light-heavy</bar-style>
2445
- </barline>
2446
- </measure>
2447
- </part>
2448
- <!--=========================================================-->
2449
- <part id="P4">
2450
- <measure implicit="yes" number="0" width="166">
2451
- <print>
2452
- <staff-layout number="1">
2453
- <staff-distance>118</staff-distance>
2454
- </staff-layout>
2455
- <measure-numbering>none</measure-numbering>
2456
- </print>
2457
- <attributes>
2458
- <divisions>8</divisions>
2459
- <key>
2460
- <fifths>3</fifths>
2461
- <mode>major</mode>
2462
- </key>
2463
- <time>
2464
- <beats>3</beats>
2465
- <beat-type>4</beat-type>
2466
- </time>
2467
- <clef>
2468
- <sign>C</sign>
2469
- <line>3</line>
2470
- </clef>
2471
- </attributes>
2472
- <sound tempo="120"/>
2473
- <note default-x="114">
2474
- <rest/>
2475
- <duration>8</duration>
2476
- <voice>1</voice>
2477
- <type>quarter</type>
2478
- </note>
2479
- </measure>
2480
- <!--=======================================================-->
2481
- <measure number="1" width="153">
2482
- <print new-system="no"/>
2483
- <direction placement="below">
2484
- <direction-type>
2485
- <dynamics default-x="60" default-y="-74" halign="left">
2486
- <p/>
2487
- </dynamics>
2488
- </direction-type>
2489
- <offset>8</offset>
2490
- <sound dynamics="54"/>
2491
- </direction>
2492
- <note default-x="11">
2493
- <rest/>
2494
- <duration>8</duration>
2495
- <voice>1</voice>
2496
- <type>quarter</type>
2497
- </note>
2498
- <note default-x="61">
2499
- <pitch>
2500
- <step>C</step>
2501
- <alter>1</alter>
2502
- <octave>4</octave>
2503
- </pitch>
2504
- <duration>8</duration>
2505
- <voice>1</voice>
2506
- <type>quarter</type>
2507
- <stem default-y="-55">down</stem>
2508
- </note>
2509
- <note default-x="101">
2510
- <pitch>
2511
- <step>C</step>
2512
- <alter>1</alter>
2513
- <octave>4</octave>
2514
- </pitch>
2515
- <duration>8</duration>
2516
- <voice>1</voice>
2517
- <type>quarter</type>
2518
- <stem default-y="-55">down</stem>
2519
- </note>
2520
- </measure>
2521
- <!--=======================================================-->
2522
- <measure number="2" width="158">
2523
- <print new-system="no"/>
2524
- <note default-x="10">
2525
- <rest/>
2526
- <duration>8</duration>
2527
- <voice>1</voice>
2528
- <type>quarter</type>
2529
- </note>
2530
- <note default-x="63">
2531
- <pitch>
2532
- <step>B</step>
2533
- <octave>3</octave>
2534
- </pitch>
2535
- <duration>8</duration>
2536
- <voice>1</voice>
2537
- <type>quarter</type>
2538
- <stem default-y="11">up</stem>
2539
- </note>
2540
- <note default-x="104">
2541
- <pitch>
2542
- <step>B</step>
2543
- <octave>3</octave>
2544
- </pitch>
2545
- <duration>8</duration>
2546
- <voice>1</voice>
2547
- <type>quarter</type>
2548
- <stem default-y="11">up</stem>
2549
- </note>
2550
- </measure>
2551
- <!--=======================================================-->
2552
- <measure number="3" width="170">
2553
- <print new-system="no"/>
2554
- <note default-x="10">
2555
- <rest/>
2556
- <duration>8</duration>
2557
- <voice>1</voice>
2558
- <type>quarter</type>
2559
- </note>
2560
- <note default-x="63">
2561
- <pitch>
2562
- <step>B</step>
2563
- <octave>3</octave>
2564
- </pitch>
2565
- <duration>8</duration>
2566
- <voice>1</voice>
2567
- <type>quarter</type>
2568
- <stem default-y="11">up</stem>
2569
- </note>
2570
- <note default-x="116">
2571
- <pitch>
2572
- <step>B</step>
2573
- <octave>3</octave>
2574
- </pitch>
2575
- <duration>8</duration>
2576
- <voice>1</voice>
2577
- <type>quarter</type>
2578
- <stem default-y="11">up</stem>
2579
- </note>
2580
- </measure>
2581
- <!--=======================================================-->
2582
- <measure number="4" width="153">
2583
- <print new-system="no"/>
2584
- <note default-x="23">
2585
- <rest/>
2586
- <duration>8</duration>
2587
- <voice>1</voice>
2588
- <type>quarter</type>
2589
- </note>
2590
- <note default-x="63">
2591
- <pitch>
2592
- <step>A</step>
2593
- <octave>3</octave>
2594
- </pitch>
2595
- <duration>8</duration>
2596
- <voice>1</voice>
2597
- <type>quarter</type>
2598
- <stem default-y="5">up</stem>
2599
- </note>
2600
- <note default-x="102">
2601
- <pitch>
2602
- <step>A</step>
2603
- <octave>3</octave>
2604
- </pitch>
2605
- <duration>8</duration>
2606
- <voice>1</voice>
2607
- <type>quarter</type>
2608
- <stem default-y="5">up</stem>
2609
- </note>
2610
- </measure>
2611
- <!--=======================================================-->
2612
- <measure number="5" width="158">
2613
- <print new-system="no"/>
2614
- <note default-x="11">
2615
- <rest/>
2616
- <duration>8</duration>
2617
- <voice>1</voice>
2618
- <type>quarter</type>
2619
- </note>
2620
- <note default-x="62">
2621
- <pitch>
2622
- <step>C</step>
2623
- <alter>1</alter>
2624
- <octave>4</octave>
2625
- </pitch>
2626
- <duration>8</duration>
2627
- <voice>1</voice>
2628
- <type>quarter</type>
2629
- <stem default-y="-55">down</stem>
2630
- </note>
2631
- <note default-x="104">
2632
- <pitch>
2633
- <step>C</step>
2634
- <alter>1</alter>
2635
- <octave>4</octave>
2636
- </pitch>
2637
- <duration>8</duration>
2638
- <voice>1</voice>
2639
- <type>quarter</type>
2640
- <stem default-y="-55">down</stem>
2641
- </note>
2642
- </measure>
2643
- <!--=======================================================-->
2644
- <measure number="6" width="168">
2645
- <print new-system="no"/>
2646
- <note default-x="21">
2647
- <pitch>
2648
- <step>B</step>
2649
- <octave>3</octave>
2650
- </pitch>
2651
- <duration>8</duration>
2652
- <voice>1</voice>
2653
- <type>quarter</type>
2654
- <stem default-y="11">up</stem>
2655
- </note>
2656
- <note default-x="71">
2657
- <rest/>
2658
- <duration>8</duration>
2659
- <voice>1</voice>
2660
- <type>quarter</type>
2661
- </note>
2662
- <note default-x="112">
2663
- <pitch>
2664
- <step>E</step>
2665
- <octave>4</octave>
2666
- </pitch>
2667
- <duration>8</duration>
2668
- <voice>1</voice>
2669
- <type>quarter</type>
2670
- <stem default-y="-45.5">down</stem>
2671
- <notations>
2672
- <slur number="1" placement="above" type="start"/>
2673
- </notations>
2674
- </note>
2675
- </measure>
2676
- <!--=======================================================-->
2677
- <measure number="7" width="161">
2678
- <print new-system="no"/>
2679
- <note default-x="10">
2680
- <pitch>
2681
- <step>D</step>
2682
- <octave>4</octave>
2683
- </pitch>
2684
- <duration>16</duration>
2685
- <voice>1</voice>
2686
- <type>half</type>
2687
- <stem default-y="-50">down</stem>
2688
- </note>
2689
- <note default-x="102">
2690
- <pitch>
2691
- <step>E</step>
2692
- <octave>4</octave>
2693
- </pitch>
2694
- <duration>8</duration>
2695
- <voice>1</voice>
2696
- <type>quarter</type>
2697
- <stem default-y="-45.5">down</stem>
2698
- </note>
2699
- </measure>
2700
- <!--=======================================================-->
2701
- <measure number="8" width="250">
2702
- <print new-system="yes">
2703
- <staff-layout number="1">
2704
- <staff-distance>118</staff-distance>
2705
- </staff-layout>
2706
- </print>
2707
- <note default-x="89">
2708
- <pitch>
2709
- <step>D</step>
2710
- <octave>4</octave>
2711
- </pitch>
2712
- <duration>16</duration>
2713
- <voice>1</voice>
2714
- <type>half</type>
2715
- <stem default-y="-50">down</stem>
2716
- <notations>
2717
- <slur number="1" type="stop"/>
2718
- </notations>
2719
- </note>
2720
- <note default-x="175">
2721
- <rest/>
2722
- <duration>8</duration>
2723
- <voice>1</voice>
2724
- <type>quarter</type>
2725
- </note>
2726
- </measure>
2727
- <!--=======================================================-->
2728
- <measure number="9" width="161">
2729
- <print new-system="no"/>
2730
- <note>
2731
- <rest measure="yes"/>
2732
- <duration>24</duration>
2733
- <voice>1</voice>
2734
- </note>
2735
- </measure>
2736
- <!--=======================================================-->
2737
- <measure number="10" width="156">
2738
- <print new-system="no"/>
2739
- <note>
2740
- <rest measure="yes"/>
2741
- <duration>24</duration>
2742
- <voice>1</voice>
2743
- </note>
2744
- </measure>
2745
- <!--=======================================================-->
2746
- <measure number="11" width="160">
2747
- <print new-system="no"/>
2748
- <note default-x="13">
2749
- <pitch>
2750
- <step>E</step>
2751
- <octave>3</octave>
2752
- </pitch>
2753
- <duration>24</duration>
2754
- <tie type="start"/>
2755
- <voice>1</voice>
2756
- <type>half</type>
2757
- <dot/>
2758
- <stem default-y="-9">up</stem>
2759
- <notations>
2760
- <tied type="start"/>
2761
- </notations>
2762
- </note>
2763
- </measure>
2764
- <!--=======================================================-->
2765
- <measure number="12" width="100">
2766
- <print new-system="no"/>
2767
- <note default-x="13">
2768
- <pitch>
2769
- <step>E</step>
2770
- <octave>3</octave>
2771
- </pitch>
2772
- <duration>8</duration>
2773
- <tie type="stop"/>
2774
- <voice>1</voice>
2775
- <type>quarter</type>
2776
- <stem default-y="-9">up</stem>
2777
- <notations>
2778
- <tied type="stop"/>
2779
- </notations>
2780
- </note>
2781
- <note default-x="47">
2782
- <rest/>
2783
- <duration>8</duration>
2784
- <voice>1</voice>
2785
- <type>quarter</type>
2786
- </note>
2787
- <barline location="right">
2788
- <bar-style>light-heavy</bar-style>
2789
- <repeat direction="backward" winged="none"/>
2790
- </barline>
2791
- </measure>
2792
- <!--=======================================================-->
2793
- <measure implicit="yes" number="X1" width="71">
2794
- <print new-system="no"/>
2795
- <barline location="left">
2796
- <bar-style>heavy-light</bar-style>
2797
- <repeat direction="forward" winged="none"/>
2798
- </barline>
2799
- <note default-x="22">
2800
- <rest/>
2801
- <duration>8</duration>
2802
- <voice>1</voice>
2803
- <type>quarter</type>
2804
- </note>
2805
- </measure>
2806
- <!--=======================================================-->
2807
- <measure number="13" width="158">
2808
- <print new-system="no"/>
2809
- <direction placement="below">
2810
- <direction-type>
2811
- <dynamics default-x="22" default-y="-70" halign="left">
2812
- <p/>
2813
- </dynamics>
2814
- </direction-type>
2815
- <sound dynamics="54"/>
2816
- </direction>
2817
- <direction placement="above">
2818
- <direction-type>
2819
- <words default-x="22" default-y="12">pizz.</words>
2820
- </direction-type>
2821
- <sound>
2822
- <midi-instrument id="P4-I5">
2823
- <midi-program>46</midi-program>
2824
- </midi-instrument>
2825
- </sound>
2826
- </direction>
2827
- <note default-x="10">
2828
- <pitch>
2829
- <step>D</step>
2830
- <octave>4</octave>
2831
- </pitch>
2832
- <duration>8</duration>
2833
- <voice>1</voice>
2834
- <type>quarter</type>
2835
- <stem default-y="-50">down</stem>
2836
- </note>
2837
- <note default-x="22">
2838
- <chord/>
2839
- <pitch>
2840
- <step>E</step>
2841
- <octave>4</octave>
2842
- </pitch>
2843
- <duration>8</duration>
2844
- <voice>1</voice>
2845
- <type>quarter</type>
2846
- <stem>down</stem>
2847
- </note>
2848
- <note default-x="58">
2849
- <pitch>
2850
- <step>D</step>
2851
- <octave>4</octave>
2852
- </pitch>
2853
- <duration>8</duration>
2854
- <voice>1</voice>
2855
- <type>quarter</type>
2856
- <stem default-y="-50">down</stem>
2857
- </note>
2858
- <note default-x="70">
2859
- <chord/>
2860
- <pitch>
2861
- <step>E</step>
2862
- <octave>4</octave>
2863
- </pitch>
2864
- <duration>8</duration>
2865
- <voice>1</voice>
2866
- <type>quarter</type>
2867
- <stem>down</stem>
2868
- </note>
2869
- <note default-x="109">
2870
- <rest/>
2871
- <duration>8</duration>
2872
- <voice>1</voice>
2873
- <type>quarter</type>
2874
- </note>
2875
- </measure>
2876
- <!--=======================================================-->
2877
- <measure number="14" width="148">
2878
- <print new-system="no"/>
2879
- <note default-x="13">
2880
- <pitch>
2881
- <step>C</step>
2882
- <alter>1</alter>
2883
- <octave>4</octave>
2884
- </pitch>
2885
- <duration>8</duration>
2886
- <voice>1</voice>
2887
- <type>quarter</type>
2888
- <stem default-y="-55">down</stem>
2889
- </note>
2890
- <note default-x="13">
2891
- <chord/>
2892
- <pitch>
2893
- <step>E</step>
2894
- <octave>4</octave>
2895
- </pitch>
2896
- <duration>8</duration>
2897
- <voice>1</voice>
2898
- <type>quarter</type>
2899
- <stem>down</stem>
2900
- </note>
2901
- <note default-x="60">
2902
- <pitch>
2903
- <step>C</step>
2904
- <alter>1</alter>
2905
- <octave>4</octave>
2906
- </pitch>
2907
- <duration>8</duration>
2908
- <voice>1</voice>
2909
- <type>quarter</type>
2910
- <stem default-y="-55">down</stem>
2911
- </note>
2912
- <note default-x="60">
2913
- <chord/>
2914
- <pitch>
2915
- <step>E</step>
2916
- <octave>4</octave>
2917
- </pitch>
2918
- <duration>8</duration>
2919
- <voice>1</voice>
2920
- <type>quarter</type>
2921
- <stem>down</stem>
2922
- </note>
2923
- <note default-x="99">
2924
- <rest/>
2925
- <duration>8</duration>
2926
- <voice>1</voice>
2927
- <type>quarter</type>
2928
- </note>
2929
- </measure>
2930
- <!--=======================================================-->
2931
- <measure number="15" width="155">
2932
- <print new-system="no"/>
2933
- <note default-x="10">
2934
- <pitch>
2935
- <step>E</step>
2936
- <octave>4</octave>
2937
- </pitch>
2938
- <duration>8</duration>
2939
- <voice>1</voice>
2940
- <type>quarter</type>
2941
- <stem default-y="-45.5">down</stem>
2942
- </note>
2943
- <note default-x="57">
2944
- <pitch>
2945
- <step>E</step>
2946
- <octave>4</octave>
2947
- </pitch>
2948
- <duration>8</duration>
2949
- <voice>1</voice>
2950
- <type>quarter</type>
2951
- <stem default-y="-45.5">down</stem>
2952
- </note>
2953
- <note default-x="105">
2954
- <pitch>
2955
- <step>E</step>
2956
- <octave>4</octave>
2957
- </pitch>
2958
- <duration>8</duration>
2959
- <voice>1</voice>
2960
- <type>quarter</type>
2961
- <stem default-y="-45.5">down</stem>
2962
- </note>
2963
- </measure>
2964
- <!--=======================================================-->
2965
- <measure number="16" width="149">
2966
- <print new-system="no"/>
2967
- <note default-x="10">
2968
- <pitch>
2969
- <step>E</step>
2970
- <octave>4</octave>
2971
- </pitch>
2972
- <duration>8</duration>
2973
- <voice>1</voice>
2974
- <type>quarter</type>
2975
- <stem default-y="-45.5">down</stem>
2976
- </note>
2977
- <note default-x="59">
2978
- <pitch>
2979
- <step>E</step>
2980
- <octave>4</octave>
2981
- </pitch>
2982
- <duration>8</duration>
2983
- <voice>1</voice>
2984
- <type>quarter</type>
2985
- <stem default-y="-45.5">down</stem>
2986
- </note>
2987
- <note default-x="99">
2988
- <rest/>
2989
- <duration>8</duration>
2990
- <voice>1</voice>
2991
- <type>quarter</type>
2992
- </note>
2993
- </measure>
2994
- <!--=======================================================-->
2995
- <measure number="17" width="1508">
2996
- <print new-page="yes">
2997
- <staff-layout number="1">
2998
- <staff-distance>118</staff-distance>
2999
- </staff-layout>
3000
- </print>
3001
- <note>
3002
- <rest measure="yes"/>
3003
- <duration>24</duration>
3004
- <voice>1</voice>
3005
- </note>
3006
- <barline location="right">
3007
- <bar-style>light-heavy</bar-style>
3008
- </barline>
3009
- </measure>
3010
- </part>
3011
- <!--=========================================================-->
3012
- <part id="P5">
3013
- <measure implicit="yes" number="0" width="166">
3014
- <print>
3015
- <staff-layout number="1">
3016
- <staff-distance>118</staff-distance>
3017
- </staff-layout>
3018
- <measure-numbering>none</measure-numbering>
3019
- </print>
3020
- <attributes>
3021
- <divisions>2</divisions>
3022
- <key>
3023
- <fifths>3</fifths>
3024
- <mode>major</mode>
3025
- </key>
3026
- <time>
3027
- <beats>3</beats>
3028
- <beat-type>4</beat-type>
3029
- </time>
3030
- <clef>
3031
- <sign>F</sign>
3032
- <line>4</line>
3033
- </clef>
3034
- </attributes>
3035
- <sound tempo="120"/>
3036
- <note default-x="114">
3037
- <rest/>
3038
- <duration>2</duration>
3039
- <voice>1</voice>
3040
- <type>quarter</type>
3041
- </note>
3042
- </measure>
3043
- <!--=======================================================-->
3044
- <measure number="1" width="153">
3045
- <print new-system="no"/>
3046
- <direction placement="below">
3047
- <direction-type>
3048
- <dynamics default-x="10" default-y="-61" halign="left">
3049
- <p/>
3050
- </dynamics>
3051
- </direction-type>
3052
- <sound dynamics="54"/>
3053
- </direction>
3054
- <note default-x="10">
3055
- <pitch>
3056
- <step>A</step>
3057
- <octave>3</octave>
3058
- </pitch>
3059
- <duration>2</duration>
3060
- <voice>1</voice>
3061
- <type>quarter</type>
3062
- <stem default-y="-35">down</stem>
3063
- </note>
3064
- <note default-x="61">
3065
- <rest/>
3066
- <duration>2</duration>
3067
- <voice>1</voice>
3068
- <type>quarter</type>
3069
- </note>
3070
- <note default-x="102">
3071
- <rest/>
3072
- <duration>2</duration>
3073
- <voice>1</voice>
3074
- <type>quarter</type>
3075
- </note>
3076
- </measure>
3077
- <!--=======================================================-->
3078
- <measure number="2" width="158">
3079
- <print new-system="no"/>
3080
- <note default-x="10">
3081
- <pitch>
3082
- <step>D</step>
3083
- <octave>3</octave>
3084
- </pitch>
3085
- <duration>2</duration>
3086
- <voice>1</voice>
3087
- <type>quarter</type>
3088
- <stem default-y="-55">down</stem>
3089
- </note>
3090
- <note default-x="63">
3091
- <rest/>
3092
- <duration>2</duration>
3093
- <voice>1</voice>
3094
- <type>quarter</type>
3095
- </note>
3096
- <note default-x="105">
3097
- <rest/>
3098
- <duration>2</duration>
3099
- <voice>1</voice>
3100
- <type>quarter</type>
3101
- </note>
3102
- </measure>
3103
- <!--=======================================================-->
3104
- <measure number="3" width="170">
3105
- <print new-system="no"/>
3106
- <note default-x="10">
3107
- <pitch>
3108
- <step>E</step>
3109
- <octave>3</octave>
3110
- </pitch>
3111
- <duration>2</duration>
3112
- <voice>1</voice>
3113
- <type>quarter</type>
3114
- <stem default-y="-50.5">down</stem>
3115
- </note>
3116
- <note default-x="63">
3117
- <rest/>
3118
- <duration>2</duration>
3119
- <voice>1</voice>
3120
- <type>quarter</type>
3121
- </note>
3122
- <note default-x="116">
3123
- <rest/>
3124
- <duration>2</duration>
3125
- <voice>1</voice>
3126
- <type>quarter</type>
3127
- </note>
3128
- </measure>
3129
- <!--=======================================================-->
3130
- <measure number="4" width="153">
3131
- <print new-system="no"/>
3132
- <note default-x="23">
3133
- <pitch>
3134
- <step>F</step>
3135
- <alter>1</alter>
3136
- <octave>3</octave>
3137
- </pitch>
3138
- <duration>2</duration>
3139
- <voice>1</voice>
3140
- <type>quarter</type>
3141
- <stem default-y="-45.5">down</stem>
3142
- </note>
3143
- <note default-x="63">
3144
- <rest/>
3145
- <duration>2</duration>
3146
- <voice>1</voice>
3147
- <type>quarter</type>
3148
- </note>
3149
- <note default-x="102">
3150
- <rest/>
3151
- <duration>2</duration>
3152
- <voice>1</voice>
3153
- <type>quarter</type>
3154
- </note>
3155
- </measure>
3156
- <!--=======================================================-->
3157
- <measure number="5" width="158">
3158
- <print new-system="no"/>
3159
- <note default-x="10">
3160
- <pitch>
3161
- <step>C</step>
3162
- <alter>1</alter>
3163
- <octave>3</octave>
3164
- </pitch>
3165
- <duration>2</duration>
3166
- <voice>1</voice>
3167
- <type>quarter</type>
3168
- <stem default-y="11">up</stem>
3169
- </note>
3170
- <note default-x="63">
3171
- <rest/>
3172
- <duration>2</duration>
3173
- <voice>1</voice>
3174
- <type>quarter</type>
3175
- </note>
3176
- <note default-x="104">
3177
- <rest/>
3178
- <duration>2</duration>
3179
- <voice>1</voice>
3180
- <type>quarter</type>
3181
- </note>
3182
- </measure>
3183
- <!--=======================================================-->
3184
- <measure number="6" width="168">
3185
- <print new-system="no"/>
3186
- <note default-x="21">
3187
- <pitch>
3188
- <step>D</step>
3189
- <octave>3</octave>
3190
- </pitch>
3191
- <duration>2</duration>
3192
- <voice>1</voice>
3193
- <type>quarter</type>
3194
- <stem default-y="-55">down</stem>
3195
- </note>
3196
- <note default-x="71">
3197
- <rest/>
3198
- <duration>2</duration>
3199
- <voice>1</voice>
3200
- <type>quarter</type>
3201
- </note>
3202
- <note default-x="112">
3203
- <rest/>
3204
- <duration>2</duration>
3205
- <voice>1</voice>
3206
- <type>quarter</type>
3207
- </note>
3208
- </measure>
3209
- <!--=======================================================-->
3210
- <measure number="7" width="161">
3211
- <print new-system="no"/>
3212
- <note>
3213
- <rest measure="yes"/>
3214
- <duration>6</duration>
3215
- <voice>1</voice>
3216
- </note>
3217
- </measure>
3218
- <!--=======================================================-->
3219
- <measure number="8" width="250">
3220
- <print new-system="yes">
3221
- <staff-layout number="1">
3222
- <staff-distance>118</staff-distance>
3223
- </staff-layout>
3224
- </print>
3225
- <note>
3226
- <rest measure="yes"/>
3227
- <duration>6</duration>
3228
- <voice>1</voice>
3229
- </note>
3230
- </measure>
3231
- <!--=======================================================-->
3232
- <measure number="9" width="161">
3233
- <print new-system="no"/>
3234
- <note>
3235
- <rest measure="yes"/>
3236
- <duration>6</duration>
3237
- <voice>1</voice>
3238
- </note>
3239
- </measure>
3240
- <!--=======================================================-->
3241
- <measure number="10" width="156">
3242
- <print new-system="no"/>
3243
- <note>
3244
- <rest measure="yes"/>
3245
- <duration>6</duration>
3246
- <voice>1</voice>
3247
- </note>
3248
- </measure>
3249
- <!--=======================================================-->
3250
- <measure number="11" width="160">
3251
- <print new-system="no"/>
3252
- <note default-x="13">
3253
- <pitch>
3254
- <step>E</step>
3255
- <octave>2</octave>
3256
- </pitch>
3257
- <duration>2</duration>
3258
- <voice>1</voice>
3259
- <type>quarter</type>
3260
- <stem default-y="-14">up</stem>
3261
- <notations>
3262
- <slur number="1" placement="below" type="start"/>
3263
- <articulations>
3264
- <staccato default-x="3" default-y="-63" placement="below"/>
3265
- </articulations>
3266
- </notations>
3267
- </note>
3268
- <note default-x="62">
3269
- <pitch>
3270
- <step>E</step>
3271
- <octave>2</octave>
3272
- </pitch>
3273
- <duration>2</duration>
3274
- <voice>1</voice>
3275
- <type>quarter</type>
3276
- <stem default-y="-14">up</stem>
3277
- <notations>
3278
- <articulations>
3279
- <staccato default-x="3" default-y="-63" placement="below"/>
3280
- </articulations>
3281
- </notations>
3282
- </note>
3283
- <note default-x="110">
3284
- <pitch>
3285
- <step>E</step>
3286
- <octave>2</octave>
3287
- </pitch>
3288
- <duration>2</duration>
3289
- <voice>1</voice>
3290
- <type>quarter</type>
3291
- <stem default-y="-14">up</stem>
3292
- <notations>
3293
- <slur number="1" type="stop"/>
3294
- <articulations>
3295
- <staccato default-x="4" default-y="-63" placement="below"/>
3296
- </articulations>
3297
- </notations>
3298
- </note>
3299
- </measure>
3300
- <!--=======================================================-->
3301
- <measure number="12" width="100">
3302
- <print new-system="no"/>
3303
- <note default-x="13">
3304
- <pitch>
3305
- <step>A</step>
3306
- <octave>2</octave>
3307
- </pitch>
3308
- <duration>2</duration>
3309
- <voice>1</voice>
3310
- <type>quarter</type>
3311
- <stem default-y="0">up</stem>
3312
- </note>
3313
- <note default-x="47">
3314
- <rest/>
3315
- <duration>2</duration>
3316
- <voice>1</voice>
3317
- <type>quarter</type>
3318
- </note>
3319
- <barline location="right">
3320
- <bar-style>light-heavy</bar-style>
3321
- <repeat direction="backward" winged="none"/>
3322
- </barline>
3323
- </measure>
3324
- <!--=======================================================-->
3325
- <measure implicit="yes" number="X1" width="71">
3326
- <print new-system="no"/>
3327
- <barline location="left">
3328
- <bar-style>heavy-light</bar-style>
3329
- <repeat direction="forward" winged="none"/>
3330
- </barline>
3331
- <note default-x="22">
3332
- <rest/>
3333
- <duration>2</duration>
3334
- <voice>1</voice>
3335
- <type>quarter</type>
3336
- </note>
3337
- </measure>
3338
- <!--=======================================================-->
3339
- <measure number="13" width="158">
3340
- <print new-system="no"/>
3341
- <direction placement="below">
3342
- <direction-type>
3343
- <dynamics default-x="22" default-y="-70" halign="left">
3344
- <p/>
3345
- </dynamics>
3346
- </direction-type>
3347
- <sound dynamics="54"/>
3348
- </direction>
3349
- <direction placement="above">
3350
- <direction-type>
3351
- <words default-x="11" default-y="13">pizz.</words>
3352
- </direction-type>
3353
- <sound>
3354
- <midi-instrument id="P5-I6">
3355
- <midi-program>46</midi-program>
3356
- </midi-instrument>
3357
- </sound>
3358
- </direction>
3359
- <note default-x="22">
3360
- <pitch>
3361
- <step>E</step>
3362
- <octave>3</octave>
3363
- </pitch>
3364
- <duration>2</duration>
3365
- <voice>1</voice>
3366
- <type>quarter</type>
3367
- <stem default-y="-50.5">down</stem>
3368
- </note>
3369
- <note default-x="70">
3370
- <pitch>
3371
- <step>E</step>
3372
- <octave>3</octave>
3373
- </pitch>
3374
- <duration>2</duration>
3375
- <voice>1</voice>
3376
- <type>quarter</type>
3377
- <stem default-y="-50.5">down</stem>
3378
- </note>
3379
- <note default-x="109">
3380
- <rest/>
3381
- <duration>2</duration>
3382
- <voice>1</voice>
3383
- <type>quarter</type>
3384
- </note>
3385
- </measure>
3386
- <!--=======================================================-->
3387
- <measure number="14" width="148">
3388
- <print new-system="no"/>
3389
- <note default-x="13">
3390
- <pitch>
3391
- <step>E</step>
3392
- <octave>3</octave>
3393
- </pitch>
3394
- <duration>2</duration>
3395
- <voice>1</voice>
3396
- <type>quarter</type>
3397
- <stem default-y="-50.5">down</stem>
3398
- </note>
3399
- <note default-x="60">
3400
- <pitch>
3401
- <step>E</step>
3402
- <octave>3</octave>
3403
- </pitch>
3404
- <duration>2</duration>
3405
- <voice>1</voice>
3406
- <type>quarter</type>
3407
- <stem default-y="-50.5">down</stem>
3408
- </note>
3409
- <note default-x="99">
3410
- <rest/>
3411
- <duration>2</duration>
3412
- <voice>1</voice>
3413
- <type>quarter</type>
3414
- </note>
3415
- </measure>
3416
- <!--=======================================================-->
3417
- <measure number="15" width="155">
3418
- <print new-system="no"/>
3419
- <note default-x="10">
3420
- <pitch>
3421
- <step>E</step>
3422
- <octave>3</octave>
3423
- </pitch>
3424
- <duration>2</duration>
3425
- <voice>1</voice>
3426
- <type>quarter</type>
3427
- <stem default-y="-50.5">down</stem>
3428
- </note>
3429
- <note default-x="57">
3430
- <pitch>
3431
- <step>E</step>
3432
- <octave>3</octave>
3433
- </pitch>
3434
- <duration>2</duration>
3435
- <voice>1</voice>
3436
- <type>quarter</type>
3437
- <stem default-y="-50.5">down</stem>
3438
- </note>
3439
- <note default-x="105">
3440
- <pitch>
3441
- <step>E</step>
3442
- <octave>3</octave>
3443
- </pitch>
3444
- <duration>2</duration>
3445
- <voice>1</voice>
3446
- <type>quarter</type>
3447
- <stem default-y="-50.5">down</stem>
3448
- </note>
3449
- </measure>
3450
- <!--=======================================================-->
3451
- <measure number="16" width="149">
3452
- <print new-system="no"/>
3453
- <note default-x="10">
3454
- <pitch>
3455
- <step>E</step>
3456
- <octave>3</octave>
3457
- </pitch>
3458
- <duration>2</duration>
3459
- <voice>1</voice>
3460
- <type>quarter</type>
3461
- <stem default-y="-50.5">down</stem>
3462
- </note>
3463
- <note default-x="59">
3464
- <pitch>
3465
- <step>E</step>
3466
- <octave>2</octave>
3467
- </pitch>
3468
- <duration>2</duration>
3469
- <voice>1</voice>
3470
- <type>quarter</type>
3471
- <stem default-y="-14">up</stem>
3472
- </note>
3473
- <note default-x="99">
3474
- <rest/>
3475
- <duration>2</duration>
3476
- <voice>1</voice>
3477
- <type>quarter</type>
3478
- </note>
3479
- </measure>
3480
- <!--=======================================================-->
3481
- <measure number="17" width="1508">
3482
- <print new-page="yes">
3483
- <staff-layout number="1">
3484
- <staff-distance>118</staff-distance>
3485
- </staff-layout>
3486
- </print>
3487
- <note>
3488
- <rest measure="yes"/>
3489
- <duration>6</duration>
3490
- <voice>1</voice>
3491
- </note>
3492
- <barline location="right">
3493
- <bar-style>light-heavy</bar-style>
3494
- </barline>
3495
- </measure>
3496
- </part>
3497
- <!--=========================================================-->
3498
- </score-partwise>