musicxml 0.0.1
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.
- checksums.yaml +7 -0
- data/.gitignore +6 -0
- data/.rubocop.yml +25 -0
- data/.travis.yml +6 -0
- data/Gemfile +3 -0
- data/LICENSE.txt +21 -0
- data/README.md +42 -0
- data/Rakefile +10 -0
- data/bin/console +10 -0
- data/lib/musicxml.rb +12 -0
- data/lib/musicxml/key_signature.rb +16 -0
- data/lib/musicxml/node.rb +129 -0
- data/lib/musicxml/node/base.rb +30 -0
- data/lib/musicxml/node/config.rb +48 -0
- data/lib/musicxml/node/json_export.rb +54 -0
- data/lib/musicxml/node/parser.rb +66 -0
- data/lib/musicxml/parser.rb +22 -0
- data/lib/musicxml/version.rb +3 -0
- data/musicxml.gemspec +25 -0
- data/samples/ActorPreludeSample.mxl +0 -0
- data/samples/ActorPreludeSample.pdf +0 -0
- data/samples/ActorPreludeSample.xml +44672 -0
- data/samples/BeetAnGeSample.mxl +0 -0
- data/samples/BeetAnGeSample.pdf +0 -0
- data/samples/BeetAnGeSample.xml +4274 -0
- data/samples/Binchois.mxl +0 -0
- data/samples/Binchois.png +0 -0
- data/samples/Binchois.xml +2547 -0
- data/samples/BrahWiMeSample.mxl +0 -0
- data/samples/BrahWiMeSample.pdf +0 -0
- data/samples/BrahWiMeSample.xml +3023 -0
- data/samples/BrookeWestSample.mxl +0 -0
- data/samples/BrookeWestSample.pdf +0 -0
- data/samples/BrookeWestSample.xml +5940 -0
- data/samples/Chant.mxl +0 -0
- data/samples/Chant.png +0 -0
- data/samples/Chant.xml +482 -0
- data/samples/DebuMandSample.mxl +0 -0
- data/samples/DebuMandSample.pdf +0 -0
- data/samples/DebuMandSample.xml +4201 -0
- data/samples/Dichterliebe01.mxl +0 -0
- data/samples/Dichterliebe01.pdf +0 -0
- data/samples/Dichterliebe01.xml +7607 -0
- data/samples/Echigo-Jishi.mxl +0 -0
- data/samples/Echigo-Jishi.pdf +0 -0
- data/samples/Echigo-Jishi.xml +2559 -0
- data/samples/FaurReveSample.mxl +0 -0
- data/samples/FaurReveSample.pdf +0 -0
- data/samples/FaurReveSample.xml +5667 -0
- data/samples/MahlFaGe4Sample.mxl +0 -0
- data/samples/MahlFaGe4Sample.pdf +0 -0
- data/samples/MahlFaGe4Sample.xml +4876 -0
- data/samples/MozaChloSample.mxl +0 -0
- data/samples/MozaChloSample.pdf +0 -0
- data/samples/MozaChloSample.xml +0 -0
- data/samples/MozaVeilSample.mxl +0 -0
- data/samples/MozaVeilSample.pdf +0 -0
- data/samples/MozaVeilSample.xml +0 -0
- data/samples/MozartPianoSonata.mxl +0 -0
- data/samples/MozartPianoSonata.png +0 -0
- data/samples/MozartPianoSonata.xml +1136 -0
- data/samples/MozartTrio.mxl +0 -0
- data/samples/MozartTrio.png +0 -0
- data/samples/MozartTrio.xml +3498 -0
- data/samples/Saltarello.ly +7 -0
- data/samples/Saltarello.mxl +0 -0
- data/samples/Saltarello.png +0 -0
- data/samples/Saltarello.xml +1551 -0
- data/samples/SchbAvMaSample.mxl +0 -0
- data/samples/SchbAvMaSample.pdf +0 -0
- data/samples/SchbAvMaSample.xml +8787 -0
- data/samples/Telemann.mxl +0 -0
- data/samples/Telemann.png +0 -0
- data/samples/Telemann.xml +5498 -0
- metadata +187 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,1136 @@
|
|
|
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 Piano Sonata in A Major, K. 331</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>6.9674</millimeters>
|
|
19
|
+
<tenths>40</tenths>
|
|
20
|
+
</scaling>
|
|
21
|
+
<page-layout>
|
|
22
|
+
<page-height>1604</page-height>
|
|
23
|
+
<page-width>1239</page-width>
|
|
24
|
+
<page-margins type="both">
|
|
25
|
+
<left-margin>86</left-margin>
|
|
26
|
+
<right-margin>63</right-margin>
|
|
27
|
+
<top-margin>73</top-margin>
|
|
28
|
+
<bottom-margin>73</bottom-margin>
|
|
29
|
+
</page-margins>
|
|
30
|
+
</page-layout>
|
|
31
|
+
<system-layout>
|
|
32
|
+
<system-margins>
|
|
33
|
+
<left-margin>0</left-margin>
|
|
34
|
+
<right-margin>0</right-margin>
|
|
35
|
+
</system-margins>
|
|
36
|
+
<system-distance>126</system-distance>
|
|
37
|
+
<top-system-distance>73</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">60</note-size>
|
|
54
|
+
<note-size type="cue">60</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="19.75"/>
|
|
59
|
+
<word-font font-family="Times New Roman" font-size="9"/>
|
|
60
|
+
</defaults>
|
|
61
|
+
<part-list>
|
|
62
|
+
<score-part id="P1">
|
|
63
|
+
<part-name print-object="no">Piano</part-name>
|
|
64
|
+
<score-instrument id="P1-I1">
|
|
65
|
+
<instrument-name>Acoustic Grand Piano</instrument-name>
|
|
66
|
+
</score-instrument>
|
|
67
|
+
<midi-instrument id="P1-I1">
|
|
68
|
+
<midi-channel>1</midi-channel>
|
|
69
|
+
<midi-program>1</midi-program>
|
|
70
|
+
<volume>80</volume>
|
|
71
|
+
<pan>0</pan>
|
|
72
|
+
</midi-instrument>
|
|
73
|
+
</score-part>
|
|
74
|
+
</part-list>
|
|
75
|
+
<!--=========================================================-->
|
|
76
|
+
<part id="P1">
|
|
77
|
+
<measure number="1" width="242">
|
|
78
|
+
<print>
|
|
79
|
+
<system-layout>
|
|
80
|
+
<top-system-distance>219</top-system-distance>
|
|
81
|
+
</system-layout>
|
|
82
|
+
<staff-layout number="2">
|
|
83
|
+
<staff-distance>75</staff-distance>
|
|
84
|
+
</staff-layout>
|
|
85
|
+
<measure-numbering>none</measure-numbering>
|
|
86
|
+
</print>
|
|
87
|
+
<attributes>
|
|
88
|
+
<divisions>8</divisions>
|
|
89
|
+
<key>
|
|
90
|
+
<fifths>3</fifths>
|
|
91
|
+
<mode>major</mode>
|
|
92
|
+
</key>
|
|
93
|
+
<staves>2</staves>
|
|
94
|
+
<clef number="1">
|
|
95
|
+
<sign>G</sign>
|
|
96
|
+
<line>2</line>
|
|
97
|
+
</clef>
|
|
98
|
+
<clef number="2">
|
|
99
|
+
<sign>F</sign>
|
|
100
|
+
<line>4</line>
|
|
101
|
+
</clef>
|
|
102
|
+
</attributes>
|
|
103
|
+
<sound tempo="120"/>
|
|
104
|
+
<note default-x="129">
|
|
105
|
+
<pitch>
|
|
106
|
+
<step>C</step>
|
|
107
|
+
<alter>1</alter>
|
|
108
|
+
<octave>6</octave>
|
|
109
|
+
</pitch>
|
|
110
|
+
<duration>16</duration>
|
|
111
|
+
<voice>1</voice>
|
|
112
|
+
<type>half</type>
|
|
113
|
+
<stem default-y="46">up</stem>
|
|
114
|
+
<staff>1</staff>
|
|
115
|
+
</note>
|
|
116
|
+
<backup>
|
|
117
|
+
<duration>16</duration>
|
|
118
|
+
</backup>
|
|
119
|
+
<note default-x="129">
|
|
120
|
+
<pitch>
|
|
121
|
+
<step>C</step>
|
|
122
|
+
<alter>1</alter>
|
|
123
|
+
<octave>5</octave>
|
|
124
|
+
</pitch>
|
|
125
|
+
<duration>8</duration>
|
|
126
|
+
<voice>2</voice>
|
|
127
|
+
<type>quarter</type>
|
|
128
|
+
<stem default-y="-50.5">down</stem>
|
|
129
|
+
<staff>1</staff>
|
|
130
|
+
<notations>
|
|
131
|
+
<arpeggiate default-x="-15" number="1"/>
|
|
132
|
+
</notations>
|
|
133
|
+
</note>
|
|
134
|
+
<note default-x="129">
|
|
135
|
+
<chord/>
|
|
136
|
+
<pitch>
|
|
137
|
+
<step>E</step>
|
|
138
|
+
<octave>5</octave>
|
|
139
|
+
</pitch>
|
|
140
|
+
<duration>8</duration>
|
|
141
|
+
<voice>2</voice>
|
|
142
|
+
<type>quarter</type>
|
|
143
|
+
<stem>down</stem>
|
|
144
|
+
<staff>1</staff>
|
|
145
|
+
<notations>
|
|
146
|
+
<arpeggiate default-x="-15" number="1"/>
|
|
147
|
+
</notations>
|
|
148
|
+
</note>
|
|
149
|
+
<note default-x="129">
|
|
150
|
+
<chord/>
|
|
151
|
+
<pitch>
|
|
152
|
+
<step>A</step>
|
|
153
|
+
<octave>5</octave>
|
|
154
|
+
</pitch>
|
|
155
|
+
<duration>8</duration>
|
|
156
|
+
<voice>2</voice>
|
|
157
|
+
<type>quarter</type>
|
|
158
|
+
<stem>down</stem>
|
|
159
|
+
<staff>1</staff>
|
|
160
|
+
<notations>
|
|
161
|
+
<arpeggiate default-x="-15" number="1"/>
|
|
162
|
+
</notations>
|
|
163
|
+
</note>
|
|
164
|
+
<forward>
|
|
165
|
+
<duration>8</duration>
|
|
166
|
+
<voice>2</voice>
|
|
167
|
+
<staff>1</staff>
|
|
168
|
+
</forward>
|
|
169
|
+
<backup>
|
|
170
|
+
<duration>16</duration>
|
|
171
|
+
</backup>
|
|
172
|
+
<note default-x="88">
|
|
173
|
+
<grace/>
|
|
174
|
+
<pitch>
|
|
175
|
+
<step>A</step>
|
|
176
|
+
<octave>2</octave>
|
|
177
|
+
</pitch>
|
|
178
|
+
<voice>3</voice>
|
|
179
|
+
<type>32nd</type>
|
|
180
|
+
<stem default-y="3">up</stem>
|
|
181
|
+
<staff>2</staff>
|
|
182
|
+
<beam number="1">begin</beam>
|
|
183
|
+
<beam number="2">begin</beam>
|
|
184
|
+
<beam number="3">begin</beam>
|
|
185
|
+
<notations>
|
|
186
|
+
<slur number="1" placement="above" type="start"/>
|
|
187
|
+
</notations>
|
|
188
|
+
</note>
|
|
189
|
+
<note default-x="101">
|
|
190
|
+
<grace/>
|
|
191
|
+
<pitch>
|
|
192
|
+
<step>C</step>
|
|
193
|
+
<alter>1</alter>
|
|
194
|
+
<octave>3</octave>
|
|
195
|
+
</pitch>
|
|
196
|
+
<voice>3</voice>
|
|
197
|
+
<type>32nd</type>
|
|
198
|
+
<stem default-y="7">up</stem>
|
|
199
|
+
<staff>2</staff>
|
|
200
|
+
<beam number="1">continue</beam>
|
|
201
|
+
<beam number="2">continue</beam>
|
|
202
|
+
<beam number="3">continue</beam>
|
|
203
|
+
</note>
|
|
204
|
+
<note default-x="114">
|
|
205
|
+
<grace/>
|
|
206
|
+
<pitch>
|
|
207
|
+
<step>E</step>
|
|
208
|
+
<octave>3</octave>
|
|
209
|
+
</pitch>
|
|
210
|
+
<voice>3</voice>
|
|
211
|
+
<type>32nd</type>
|
|
212
|
+
<stem default-y="11">up</stem>
|
|
213
|
+
<staff>2</staff>
|
|
214
|
+
<beam number="1">end</beam>
|
|
215
|
+
<beam number="2">end</beam>
|
|
216
|
+
<beam number="3">end</beam>
|
|
217
|
+
</note>
|
|
218
|
+
<note default-x="129">
|
|
219
|
+
<pitch>
|
|
220
|
+
<step>A</step>
|
|
221
|
+
<octave>3</octave>
|
|
222
|
+
</pitch>
|
|
223
|
+
<duration>4</duration>
|
|
224
|
+
<voice>3</voice>
|
|
225
|
+
<type>eighth</type>
|
|
226
|
+
<stem default-y="-34">down</stem>
|
|
227
|
+
<staff>2</staff>
|
|
228
|
+
<beam number="1">begin</beam>
|
|
229
|
+
<notations>
|
|
230
|
+
<slur number="1" type="stop"/>
|
|
231
|
+
</notations>
|
|
232
|
+
</note>
|
|
233
|
+
<note default-x="157">
|
|
234
|
+
<pitch>
|
|
235
|
+
<step>A</step>
|
|
236
|
+
<octave>3</octave>
|
|
237
|
+
</pitch>
|
|
238
|
+
<duration>4</duration>
|
|
239
|
+
<voice>3</voice>
|
|
240
|
+
<type>eighth</type>
|
|
241
|
+
<stem default-y="-34">down</stem>
|
|
242
|
+
<staff>2</staff>
|
|
243
|
+
<beam number="1">continue</beam>
|
|
244
|
+
</note>
|
|
245
|
+
<note default-x="185">
|
|
246
|
+
<pitch>
|
|
247
|
+
<step>A</step>
|
|
248
|
+
<octave>3</octave>
|
|
249
|
+
</pitch>
|
|
250
|
+
<duration>4</duration>
|
|
251
|
+
<voice>3</voice>
|
|
252
|
+
<type>eighth</type>
|
|
253
|
+
<stem default-y="-34">down</stem>
|
|
254
|
+
<staff>2</staff>
|
|
255
|
+
<beam number="1">continue</beam>
|
|
256
|
+
</note>
|
|
257
|
+
<note default-x="213">
|
|
258
|
+
<pitch>
|
|
259
|
+
<step>A</step>
|
|
260
|
+
<octave>3</octave>
|
|
261
|
+
</pitch>
|
|
262
|
+
<duration>4</duration>
|
|
263
|
+
<voice>3</voice>
|
|
264
|
+
<type>eighth</type>
|
|
265
|
+
<stem default-y="-34">down</stem>
|
|
266
|
+
<staff>2</staff>
|
|
267
|
+
<beam number="1">end</beam>
|
|
268
|
+
</note>
|
|
269
|
+
</measure>
|
|
270
|
+
<!--=======================================================-->
|
|
271
|
+
<measure number="2" width="272">
|
|
272
|
+
<print new-system="no"/>
|
|
273
|
+
<note default-x="51">
|
|
274
|
+
<pitch>
|
|
275
|
+
<step>D</step>
|
|
276
|
+
<octave>6</octave>
|
|
277
|
+
</pitch>
|
|
278
|
+
<duration>2</duration>
|
|
279
|
+
<voice>1</voice>
|
|
280
|
+
<type>16th</type>
|
|
281
|
+
<stem default-y="-20">down</stem>
|
|
282
|
+
<staff>1</staff>
|
|
283
|
+
<beam number="1">begin</beam>
|
|
284
|
+
<beam number="2">begin</beam>
|
|
285
|
+
<notations>
|
|
286
|
+
<slur number="1" placement="above" type="start"/>
|
|
287
|
+
</notations>
|
|
288
|
+
</note>
|
|
289
|
+
<note default-x="79">
|
|
290
|
+
<pitch>
|
|
291
|
+
<step>C</step>
|
|
292
|
+
<alter>1</alter>
|
|
293
|
+
<octave>6</octave>
|
|
294
|
+
</pitch>
|
|
295
|
+
<duration>2</duration>
|
|
296
|
+
<voice>1</voice>
|
|
297
|
+
<type>16th</type>
|
|
298
|
+
<stem default-y="-20">down</stem>
|
|
299
|
+
<staff>1</staff>
|
|
300
|
+
<beam number="1">continue</beam>
|
|
301
|
+
<beam number="2">continue</beam>
|
|
302
|
+
<notations>
|
|
303
|
+
<slur number="1" type="stop"/>
|
|
304
|
+
</notations>
|
|
305
|
+
</note>
|
|
306
|
+
<note default-x="105">
|
|
307
|
+
<pitch>
|
|
308
|
+
<step>B</step>
|
|
309
|
+
<octave>5</octave>
|
|
310
|
+
</pitch>
|
|
311
|
+
<duration>2</duration>
|
|
312
|
+
<voice>1</voice>
|
|
313
|
+
<type>16th</type>
|
|
314
|
+
<stem default-y="-20">down</stem>
|
|
315
|
+
<staff>1</staff>
|
|
316
|
+
<beam number="1">continue</beam>
|
|
317
|
+
<beam number="2">continue</beam>
|
|
318
|
+
<notations>
|
|
319
|
+
<articulations>
|
|
320
|
+
<staccato default-x="3" default-y="25" placement="above"/>
|
|
321
|
+
</articulations>
|
|
322
|
+
</notations>
|
|
323
|
+
</note>
|
|
324
|
+
<note default-x="133">
|
|
325
|
+
<pitch>
|
|
326
|
+
<step>C</step>
|
|
327
|
+
<alter>1</alter>
|
|
328
|
+
<octave>6</octave>
|
|
329
|
+
</pitch>
|
|
330
|
+
<duration>2</duration>
|
|
331
|
+
<voice>1</voice>
|
|
332
|
+
<type>16th</type>
|
|
333
|
+
<stem default-y="-20">down</stem>
|
|
334
|
+
<staff>1</staff>
|
|
335
|
+
<beam number="1">end</beam>
|
|
336
|
+
<beam number="2">end</beam>
|
|
337
|
+
<notations>
|
|
338
|
+
<articulations>
|
|
339
|
+
<staccato default-x="3" default-y="30" placement="above"/>
|
|
340
|
+
</articulations>
|
|
341
|
+
</notations>
|
|
342
|
+
</note>
|
|
343
|
+
<note default-x="158">
|
|
344
|
+
<pitch>
|
|
345
|
+
<step>D</step>
|
|
346
|
+
<octave>6</octave>
|
|
347
|
+
</pitch>
|
|
348
|
+
<duration>2</duration>
|
|
349
|
+
<voice>1</voice>
|
|
350
|
+
<type>16th</type>
|
|
351
|
+
<stem default-y="-20">down</stem>
|
|
352
|
+
<staff>1</staff>
|
|
353
|
+
<beam number="1">begin</beam>
|
|
354
|
+
<beam number="2">begin</beam>
|
|
355
|
+
<notations>
|
|
356
|
+
<slur number="1" placement="above" type="start"/>
|
|
357
|
+
</notations>
|
|
358
|
+
</note>
|
|
359
|
+
<note default-x="186">
|
|
360
|
+
<pitch>
|
|
361
|
+
<step>C</step>
|
|
362
|
+
<alter>1</alter>
|
|
363
|
+
<octave>6</octave>
|
|
364
|
+
</pitch>
|
|
365
|
+
<duration>2</duration>
|
|
366
|
+
<voice>1</voice>
|
|
367
|
+
<type>16th</type>
|
|
368
|
+
<stem default-y="-20">down</stem>
|
|
369
|
+
<staff>1</staff>
|
|
370
|
+
<beam number="1">continue</beam>
|
|
371
|
+
<beam number="2">continue</beam>
|
|
372
|
+
<notations>
|
|
373
|
+
<slur number="1" type="stop"/>
|
|
374
|
+
</notations>
|
|
375
|
+
</note>
|
|
376
|
+
<note default-x="214">
|
|
377
|
+
<pitch>
|
|
378
|
+
<step>B</step>
|
|
379
|
+
<octave>5</octave>
|
|
380
|
+
</pitch>
|
|
381
|
+
<duration>2</duration>
|
|
382
|
+
<voice>1</voice>
|
|
383
|
+
<type>16th</type>
|
|
384
|
+
<stem default-y="-20">down</stem>
|
|
385
|
+
<staff>1</staff>
|
|
386
|
+
<beam number="1">continue</beam>
|
|
387
|
+
<beam number="2">continue</beam>
|
|
388
|
+
<notations>
|
|
389
|
+
<articulations>
|
|
390
|
+
<staccato default-x="3" default-y="25" placement="above"/>
|
|
391
|
+
</articulations>
|
|
392
|
+
</notations>
|
|
393
|
+
</note>
|
|
394
|
+
<note default-x="242">
|
|
395
|
+
<pitch>
|
|
396
|
+
<step>C</step>
|
|
397
|
+
<alter>1</alter>
|
|
398
|
+
<octave>6</octave>
|
|
399
|
+
</pitch>
|
|
400
|
+
<duration>2</duration>
|
|
401
|
+
<voice>1</voice>
|
|
402
|
+
<type>16th</type>
|
|
403
|
+
<stem default-y="-20">down</stem>
|
|
404
|
+
<staff>1</staff>
|
|
405
|
+
<beam number="1">end</beam>
|
|
406
|
+
<beam number="2">end</beam>
|
|
407
|
+
<notations>
|
|
408
|
+
<articulations>
|
|
409
|
+
<staccato default-x="3" default-y="30" placement="above"/>
|
|
410
|
+
</articulations>
|
|
411
|
+
</notations>
|
|
412
|
+
</note>
|
|
413
|
+
<backup>
|
|
414
|
+
<duration>16</duration>
|
|
415
|
+
</backup>
|
|
416
|
+
<note default-x="10">
|
|
417
|
+
<grace/>
|
|
418
|
+
<pitch>
|
|
419
|
+
<step>A</step>
|
|
420
|
+
<octave>2</octave>
|
|
421
|
+
</pitch>
|
|
422
|
+
<voice>3</voice>
|
|
423
|
+
<type>32nd</type>
|
|
424
|
+
<stem default-y="3">up</stem>
|
|
425
|
+
<staff>2</staff>
|
|
426
|
+
<beam number="1">begin</beam>
|
|
427
|
+
<beam number="2">begin</beam>
|
|
428
|
+
<beam number="3">begin</beam>
|
|
429
|
+
<notations>
|
|
430
|
+
<slur number="1" placement="above" type="start"/>
|
|
431
|
+
</notations>
|
|
432
|
+
</note>
|
|
433
|
+
<note default-x="23">
|
|
434
|
+
<grace/>
|
|
435
|
+
<pitch>
|
|
436
|
+
<step>C</step>
|
|
437
|
+
<alter>1</alter>
|
|
438
|
+
<octave>3</octave>
|
|
439
|
+
</pitch>
|
|
440
|
+
<voice>3</voice>
|
|
441
|
+
<type>32nd</type>
|
|
442
|
+
<stem default-y="8">up</stem>
|
|
443
|
+
<staff>2</staff>
|
|
444
|
+
<beam number="1">continue</beam>
|
|
445
|
+
<beam number="2">continue</beam>
|
|
446
|
+
<beam number="3">continue</beam>
|
|
447
|
+
</note>
|
|
448
|
+
<note default-x="37">
|
|
449
|
+
<grace/>
|
|
450
|
+
<pitch>
|
|
451
|
+
<step>E</step>
|
|
452
|
+
<octave>3</octave>
|
|
453
|
+
</pitch>
|
|
454
|
+
<voice>3</voice>
|
|
455
|
+
<type>32nd</type>
|
|
456
|
+
<stem default-y="12">up</stem>
|
|
457
|
+
<staff>2</staff>
|
|
458
|
+
<beam number="1">end</beam>
|
|
459
|
+
<beam number="2">end</beam>
|
|
460
|
+
<beam number="3">end</beam>
|
|
461
|
+
</note>
|
|
462
|
+
<note default-x="51">
|
|
463
|
+
<pitch>
|
|
464
|
+
<step>A</step>
|
|
465
|
+
<octave>3</octave>
|
|
466
|
+
</pitch>
|
|
467
|
+
<duration>4</duration>
|
|
468
|
+
<voice>3</voice>
|
|
469
|
+
<type>eighth</type>
|
|
470
|
+
<stem default-y="-35">down</stem>
|
|
471
|
+
<staff>2</staff>
|
|
472
|
+
<beam number="1">begin</beam>
|
|
473
|
+
<notations>
|
|
474
|
+
<slur number="1" type="stop"/>
|
|
475
|
+
</notations>
|
|
476
|
+
</note>
|
|
477
|
+
<note default-x="105">
|
|
478
|
+
<pitch>
|
|
479
|
+
<step>A</step>
|
|
480
|
+
<octave>3</octave>
|
|
481
|
+
</pitch>
|
|
482
|
+
<duration>4</duration>
|
|
483
|
+
<voice>3</voice>
|
|
484
|
+
<type>eighth</type>
|
|
485
|
+
<stem default-y="-35">down</stem>
|
|
486
|
+
<staff>2</staff>
|
|
487
|
+
<beam number="1">continue</beam>
|
|
488
|
+
</note>
|
|
489
|
+
<note default-x="158">
|
|
490
|
+
<pitch>
|
|
491
|
+
<step>A</step>
|
|
492
|
+
<octave>3</octave>
|
|
493
|
+
</pitch>
|
|
494
|
+
<duration>4</duration>
|
|
495
|
+
<voice>3</voice>
|
|
496
|
+
<type>eighth</type>
|
|
497
|
+
<stem default-y="-35">down</stem>
|
|
498
|
+
<staff>2</staff>
|
|
499
|
+
<beam number="1">continue</beam>
|
|
500
|
+
</note>
|
|
501
|
+
<note default-x="214">
|
|
502
|
+
<pitch>
|
|
503
|
+
<step>A</step>
|
|
504
|
+
<octave>3</octave>
|
|
505
|
+
</pitch>
|
|
506
|
+
<duration>4</duration>
|
|
507
|
+
<voice>3</voice>
|
|
508
|
+
<type>eighth</type>
|
|
509
|
+
<stem default-y="-35">down</stem>
|
|
510
|
+
<staff>2</staff>
|
|
511
|
+
<beam number="1">end</beam>
|
|
512
|
+
</note>
|
|
513
|
+
</measure>
|
|
514
|
+
<!--=======================================================-->
|
|
515
|
+
<measure number="3" width="165">
|
|
516
|
+
<print new-system="no"/>
|
|
517
|
+
<note default-x="51">
|
|
518
|
+
<pitch>
|
|
519
|
+
<step>F</step>
|
|
520
|
+
<alter>1</alter>
|
|
521
|
+
<octave>5</octave>
|
|
522
|
+
</pitch>
|
|
523
|
+
<duration>16</duration>
|
|
524
|
+
<voice>1</voice>
|
|
525
|
+
<type>half</type>
|
|
526
|
+
<stem default-y="-35">down</stem>
|
|
527
|
+
<staff>1</staff>
|
|
528
|
+
</note>
|
|
529
|
+
<note default-x="51">
|
|
530
|
+
<chord/>
|
|
531
|
+
<pitch>
|
|
532
|
+
<step>A</step>
|
|
533
|
+
<octave>5</octave>
|
|
534
|
+
</pitch>
|
|
535
|
+
<duration>16</duration>
|
|
536
|
+
<voice>1</voice>
|
|
537
|
+
<type>half</type>
|
|
538
|
+
<stem>down</stem>
|
|
539
|
+
<staff>1</staff>
|
|
540
|
+
</note>
|
|
541
|
+
<note default-x="51">
|
|
542
|
+
<chord/>
|
|
543
|
+
<pitch>
|
|
544
|
+
<step>D</step>
|
|
545
|
+
<octave>6</octave>
|
|
546
|
+
</pitch>
|
|
547
|
+
<duration>16</duration>
|
|
548
|
+
<voice>1</voice>
|
|
549
|
+
<type>half</type>
|
|
550
|
+
<stem>down</stem>
|
|
551
|
+
<staff>1</staff>
|
|
552
|
+
</note>
|
|
553
|
+
<backup>
|
|
554
|
+
<duration>16</duration>
|
|
555
|
+
</backup>
|
|
556
|
+
<note default-x="7">
|
|
557
|
+
<grace/>
|
|
558
|
+
<pitch>
|
|
559
|
+
<step>D</step>
|
|
560
|
+
<octave>2</octave>
|
|
561
|
+
</pitch>
|
|
562
|
+
<voice>3</voice>
|
|
563
|
+
<type>32nd</type>
|
|
564
|
+
<stem default-y="-16.5">up</stem>
|
|
565
|
+
<staff>2</staff>
|
|
566
|
+
<beam number="1">begin</beam>
|
|
567
|
+
<beam number="2">begin</beam>
|
|
568
|
+
<beam number="3">begin</beam>
|
|
569
|
+
<notations>
|
|
570
|
+
<slur number="1" placement="above" type="start"/>
|
|
571
|
+
</notations>
|
|
572
|
+
</note>
|
|
573
|
+
<note default-x="23">
|
|
574
|
+
<grace/>
|
|
575
|
+
<pitch>
|
|
576
|
+
<step>F</step>
|
|
577
|
+
<alter>1</alter>
|
|
578
|
+
<octave>2</octave>
|
|
579
|
+
</pitch>
|
|
580
|
+
<voice>3</voice>
|
|
581
|
+
<type>32nd</type>
|
|
582
|
+
<stem default-y="-12">up</stem>
|
|
583
|
+
<staff>2</staff>
|
|
584
|
+
<beam number="1">continue</beam>
|
|
585
|
+
<beam number="2">continue</beam>
|
|
586
|
+
<beam number="3">continue</beam>
|
|
587
|
+
</note>
|
|
588
|
+
<note default-x="36">
|
|
589
|
+
<grace/>
|
|
590
|
+
<pitch>
|
|
591
|
+
<step>A</step>
|
|
592
|
+
<octave>2</octave>
|
|
593
|
+
</pitch>
|
|
594
|
+
<voice>3</voice>
|
|
595
|
+
<type>32nd</type>
|
|
596
|
+
<stem default-y="-8">up</stem>
|
|
597
|
+
<staff>2</staff>
|
|
598
|
+
<beam number="1">end</beam>
|
|
599
|
+
<beam number="2">end</beam>
|
|
600
|
+
<beam number="3">end</beam>
|
|
601
|
+
</note>
|
|
602
|
+
<note default-x="51">
|
|
603
|
+
<pitch>
|
|
604
|
+
<step>D</step>
|
|
605
|
+
<octave>3</octave>
|
|
606
|
+
</pitch>
|
|
607
|
+
<duration>4</duration>
|
|
608
|
+
<voice>3</voice>
|
|
609
|
+
<type>eighth</type>
|
|
610
|
+
<stem default-y="-54">down</stem>
|
|
611
|
+
<staff>2</staff>
|
|
612
|
+
<beam number="1">begin</beam>
|
|
613
|
+
<notations>
|
|
614
|
+
<slur number="1" type="stop"/>
|
|
615
|
+
</notations>
|
|
616
|
+
</note>
|
|
617
|
+
<note default-x="79">
|
|
618
|
+
<pitch>
|
|
619
|
+
<step>D</step>
|
|
620
|
+
<octave>3</octave>
|
|
621
|
+
</pitch>
|
|
622
|
+
<duration>4</duration>
|
|
623
|
+
<voice>3</voice>
|
|
624
|
+
<type>eighth</type>
|
|
625
|
+
<stem default-y="-54">down</stem>
|
|
626
|
+
<staff>2</staff>
|
|
627
|
+
<beam number="1">continue</beam>
|
|
628
|
+
</note>
|
|
629
|
+
<note default-x="107">
|
|
630
|
+
<pitch>
|
|
631
|
+
<step>D</step>
|
|
632
|
+
<octave>3</octave>
|
|
633
|
+
</pitch>
|
|
634
|
+
<duration>4</duration>
|
|
635
|
+
<voice>3</voice>
|
|
636
|
+
<type>eighth</type>
|
|
637
|
+
<stem default-y="-54">down</stem>
|
|
638
|
+
<staff>2</staff>
|
|
639
|
+
<beam number="1">continue</beam>
|
|
640
|
+
</note>
|
|
641
|
+
<note default-x="136">
|
|
642
|
+
<pitch>
|
|
643
|
+
<step>D</step>
|
|
644
|
+
<octave>3</octave>
|
|
645
|
+
</pitch>
|
|
646
|
+
<duration>4</duration>
|
|
647
|
+
<voice>3</voice>
|
|
648
|
+
<type>eighth</type>
|
|
649
|
+
<stem default-y="-54">down</stem>
|
|
650
|
+
<staff>2</staff>
|
|
651
|
+
<beam number="1">end</beam>
|
|
652
|
+
</note>
|
|
653
|
+
</measure>
|
|
654
|
+
<!--=======================================================-->
|
|
655
|
+
<measure number="4" width="234">
|
|
656
|
+
<print new-system="no"/>
|
|
657
|
+
<note default-x="36">
|
|
658
|
+
<grace/>
|
|
659
|
+
<pitch>
|
|
660
|
+
<step>D</step>
|
|
661
|
+
<octave>6</octave>
|
|
662
|
+
</pitch>
|
|
663
|
+
<voice>1</voice>
|
|
664
|
+
<type>32nd</type>
|
|
665
|
+
<stem default-y="52">up</stem>
|
|
666
|
+
<staff>1</staff>
|
|
667
|
+
<notations>
|
|
668
|
+
<slur bezier-x="-8" bezier-y="-12" default-x="4" default-y="17" number="1" placement="below" type="start"/>
|
|
669
|
+
</notations>
|
|
670
|
+
</note>
|
|
671
|
+
<note default-x="56">
|
|
672
|
+
<pitch>
|
|
673
|
+
<step>E</step>
|
|
674
|
+
<octave>5</octave>
|
|
675
|
+
</pitch>
|
|
676
|
+
<duration>4</duration>
|
|
677
|
+
<voice>1</voice>
|
|
678
|
+
<type>eighth</type>
|
|
679
|
+
<stem default-y="-40">down</stem>
|
|
680
|
+
<staff>1</staff>
|
|
681
|
+
<beam number="1">begin</beam>
|
|
682
|
+
<notations>
|
|
683
|
+
<slur bezier-x="-15" bezier-y="3" default-x="-4" default-y="-9" number="1" type="stop"/>
|
|
684
|
+
</notations>
|
|
685
|
+
</note>
|
|
686
|
+
<note default-x="56">
|
|
687
|
+
<chord/>
|
|
688
|
+
<pitch>
|
|
689
|
+
<step>A</step>
|
|
690
|
+
<octave>5</octave>
|
|
691
|
+
</pitch>
|
|
692
|
+
<duration>4</duration>
|
|
693
|
+
<voice>1</voice>
|
|
694
|
+
<type>eighth</type>
|
|
695
|
+
<stem>down</stem>
|
|
696
|
+
<staff>1</staff>
|
|
697
|
+
</note>
|
|
698
|
+
<note default-x="56">
|
|
699
|
+
<chord/>
|
|
700
|
+
<pitch>
|
|
701
|
+
<step>C</step>
|
|
702
|
+
<alter>1</alter>
|
|
703
|
+
<octave>6</octave>
|
|
704
|
+
</pitch>
|
|
705
|
+
<duration>4</duration>
|
|
706
|
+
<voice>1</voice>
|
|
707
|
+
<type>eighth</type>
|
|
708
|
+
<stem>down</stem>
|
|
709
|
+
<staff>1</staff>
|
|
710
|
+
</note>
|
|
711
|
+
<note default-x="85">
|
|
712
|
+
<grace/>
|
|
713
|
+
<pitch>
|
|
714
|
+
<step>D</step>
|
|
715
|
+
<octave>6</octave>
|
|
716
|
+
</pitch>
|
|
717
|
+
<voice>1</voice>
|
|
718
|
+
<type>32nd</type>
|
|
719
|
+
<stem default-y="52">up</stem>
|
|
720
|
+
<staff>1</staff>
|
|
721
|
+
<notations>
|
|
722
|
+
<slur bezier-x="-9" bezier-y="-14" default-x="4" default-y="17" number="1" placement="below" type="start"/>
|
|
723
|
+
</notations>
|
|
724
|
+
</note>
|
|
725
|
+
<note default-x="105">
|
|
726
|
+
<pitch>
|
|
727
|
+
<step>E</step>
|
|
728
|
+
<octave>5</octave>
|
|
729
|
+
</pitch>
|
|
730
|
+
<duration>4</duration>
|
|
731
|
+
<voice>1</voice>
|
|
732
|
+
<type>eighth</type>
|
|
733
|
+
<stem default-y="-40">down</stem>
|
|
734
|
+
<staff>1</staff>
|
|
735
|
+
<beam number="1">continue</beam>
|
|
736
|
+
<notations>
|
|
737
|
+
<slur bezier-x="-17" bezier-y="-2" default-x="-1" default-y="-5" number="1" type="stop"/>
|
|
738
|
+
</notations>
|
|
739
|
+
</note>
|
|
740
|
+
<note default-x="105">
|
|
741
|
+
<chord/>
|
|
742
|
+
<pitch>
|
|
743
|
+
<step>A</step>
|
|
744
|
+
<octave>5</octave>
|
|
745
|
+
</pitch>
|
|
746
|
+
<duration>4</duration>
|
|
747
|
+
<voice>1</voice>
|
|
748
|
+
<type>eighth</type>
|
|
749
|
+
<stem>down</stem>
|
|
750
|
+
<staff>1</staff>
|
|
751
|
+
</note>
|
|
752
|
+
<note default-x="105">
|
|
753
|
+
<chord/>
|
|
754
|
+
<pitch>
|
|
755
|
+
<step>C</step>
|
|
756
|
+
<alter>1</alter>
|
|
757
|
+
<octave>6</octave>
|
|
758
|
+
</pitch>
|
|
759
|
+
<duration>4</duration>
|
|
760
|
+
<voice>1</voice>
|
|
761
|
+
<type>eighth</type>
|
|
762
|
+
<stem>down</stem>
|
|
763
|
+
<staff>1</staff>
|
|
764
|
+
</note>
|
|
765
|
+
<note default-x="132">
|
|
766
|
+
<grace/>
|
|
767
|
+
<pitch>
|
|
768
|
+
<step>D</step>
|
|
769
|
+
<octave>6</octave>
|
|
770
|
+
</pitch>
|
|
771
|
+
<voice>1</voice>
|
|
772
|
+
<type>32nd</type>
|
|
773
|
+
<stem default-y="52">up</stem>
|
|
774
|
+
<staff>1</staff>
|
|
775
|
+
<notations>
|
|
776
|
+
<slur bezier-x="-9" bezier-y="-11" default-x="4" default-y="17" number="1" placement="below" type="start"/>
|
|
777
|
+
</notations>
|
|
778
|
+
</note>
|
|
779
|
+
<note default-x="152">
|
|
780
|
+
<pitch>
|
|
781
|
+
<step>E</step>
|
|
782
|
+
<octave>5</octave>
|
|
783
|
+
</pitch>
|
|
784
|
+
<duration>4</duration>
|
|
785
|
+
<voice>1</voice>
|
|
786
|
+
<type>eighth</type>
|
|
787
|
+
<stem default-y="-40">down</stem>
|
|
788
|
+
<staff>1</staff>
|
|
789
|
+
<beam number="1">continue</beam>
|
|
790
|
+
<notations>
|
|
791
|
+
<slur bezier-x="-14" bezier-y="2" default-x="-6" default-y="-7" number="1" type="stop"/>
|
|
792
|
+
</notations>
|
|
793
|
+
</note>
|
|
794
|
+
<note default-x="152">
|
|
795
|
+
<chord/>
|
|
796
|
+
<pitch>
|
|
797
|
+
<step>A</step>
|
|
798
|
+
<octave>5</octave>
|
|
799
|
+
</pitch>
|
|
800
|
+
<duration>4</duration>
|
|
801
|
+
<voice>1</voice>
|
|
802
|
+
<type>eighth</type>
|
|
803
|
+
<stem>down</stem>
|
|
804
|
+
<staff>1</staff>
|
|
805
|
+
</note>
|
|
806
|
+
<note default-x="152">
|
|
807
|
+
<chord/>
|
|
808
|
+
<pitch>
|
|
809
|
+
<step>C</step>
|
|
810
|
+
<alter>1</alter>
|
|
811
|
+
<octave>6</octave>
|
|
812
|
+
</pitch>
|
|
813
|
+
<duration>4</duration>
|
|
814
|
+
<voice>1</voice>
|
|
815
|
+
<type>eighth</type>
|
|
816
|
+
<stem>down</stem>
|
|
817
|
+
<staff>1</staff>
|
|
818
|
+
</note>
|
|
819
|
+
<note default-x="182">
|
|
820
|
+
<grace/>
|
|
821
|
+
<pitch>
|
|
822
|
+
<step>D</step>
|
|
823
|
+
<octave>6</octave>
|
|
824
|
+
</pitch>
|
|
825
|
+
<voice>1</voice>
|
|
826
|
+
<type>32nd</type>
|
|
827
|
+
<stem default-y="52">up</stem>
|
|
828
|
+
<staff>1</staff>
|
|
829
|
+
<notations>
|
|
830
|
+
<slur bezier-x="-10" bezier-y="-15" default-x="4" default-y="17" number="1" placement="below" type="start"/>
|
|
831
|
+
</notations>
|
|
832
|
+
</note>
|
|
833
|
+
<note default-x="202">
|
|
834
|
+
<pitch>
|
|
835
|
+
<step>E</step>
|
|
836
|
+
<octave>5</octave>
|
|
837
|
+
</pitch>
|
|
838
|
+
<duration>4</duration>
|
|
839
|
+
<voice>1</voice>
|
|
840
|
+
<type>eighth</type>
|
|
841
|
+
<stem default-y="-40">down</stem>
|
|
842
|
+
<staff>1</staff>
|
|
843
|
+
<beam number="1">end</beam>
|
|
844
|
+
<notations>
|
|
845
|
+
<slur bezier-x="-18" bezier-y="1" default-x="-3" default-y="-12" number="1" type="stop"/>
|
|
846
|
+
</notations>
|
|
847
|
+
</note>
|
|
848
|
+
<note default-x="202">
|
|
849
|
+
<chord/>
|
|
850
|
+
<pitch>
|
|
851
|
+
<step>A</step>
|
|
852
|
+
<octave>5</octave>
|
|
853
|
+
</pitch>
|
|
854
|
+
<duration>4</duration>
|
|
855
|
+
<voice>1</voice>
|
|
856
|
+
<type>eighth</type>
|
|
857
|
+
<stem>down</stem>
|
|
858
|
+
<staff>1</staff>
|
|
859
|
+
</note>
|
|
860
|
+
<note default-x="202">
|
|
861
|
+
<chord/>
|
|
862
|
+
<pitch>
|
|
863
|
+
<step>C</step>
|
|
864
|
+
<alter>1</alter>
|
|
865
|
+
<octave>6</octave>
|
|
866
|
+
</pitch>
|
|
867
|
+
<duration>4</duration>
|
|
868
|
+
<voice>1</voice>
|
|
869
|
+
<type>eighth</type>
|
|
870
|
+
<stem>down</stem>
|
|
871
|
+
<staff>1</staff>
|
|
872
|
+
</note>
|
|
873
|
+
<backup>
|
|
874
|
+
<duration>16</duration>
|
|
875
|
+
</backup>
|
|
876
|
+
<note default-x="11">
|
|
877
|
+
<grace/>
|
|
878
|
+
<pitch>
|
|
879
|
+
<step>A</step>
|
|
880
|
+
<octave>2</octave>
|
|
881
|
+
</pitch>
|
|
882
|
+
<voice>3</voice>
|
|
883
|
+
<type>32nd</type>
|
|
884
|
+
<stem default-y="3">up</stem>
|
|
885
|
+
<staff>2</staff>
|
|
886
|
+
<beam number="1">begin</beam>
|
|
887
|
+
<beam number="2">begin</beam>
|
|
888
|
+
<beam number="3">begin</beam>
|
|
889
|
+
<notations>
|
|
890
|
+
<slur number="1" placement="above" type="start"/>
|
|
891
|
+
</notations>
|
|
892
|
+
</note>
|
|
893
|
+
<note default-x="25">
|
|
894
|
+
<grace/>
|
|
895
|
+
<pitch>
|
|
896
|
+
<step>C</step>
|
|
897
|
+
<alter>1</alter>
|
|
898
|
+
<octave>3</octave>
|
|
899
|
+
</pitch>
|
|
900
|
+
<voice>3</voice>
|
|
901
|
+
<type>32nd</type>
|
|
902
|
+
<stem default-y="8">up</stem>
|
|
903
|
+
<staff>2</staff>
|
|
904
|
+
<beam number="1">continue</beam>
|
|
905
|
+
<beam number="2">continue</beam>
|
|
906
|
+
<beam number="3">continue</beam>
|
|
907
|
+
</note>
|
|
908
|
+
<note default-x="37">
|
|
909
|
+
<grace/>
|
|
910
|
+
<pitch>
|
|
911
|
+
<step>E</step>
|
|
912
|
+
<octave>3</octave>
|
|
913
|
+
</pitch>
|
|
914
|
+
<voice>3</voice>
|
|
915
|
+
<type>32nd</type>
|
|
916
|
+
<stem default-y="12">up</stem>
|
|
917
|
+
<staff>2</staff>
|
|
918
|
+
<beam number="1">end</beam>
|
|
919
|
+
<beam number="2">end</beam>
|
|
920
|
+
<beam number="3">end</beam>
|
|
921
|
+
</note>
|
|
922
|
+
<note default-x="56">
|
|
923
|
+
<pitch>
|
|
924
|
+
<step>A</step>
|
|
925
|
+
<octave>3</octave>
|
|
926
|
+
</pitch>
|
|
927
|
+
<duration>4</duration>
|
|
928
|
+
<voice>3</voice>
|
|
929
|
+
<type>eighth</type>
|
|
930
|
+
<stem default-y="-35">down</stem>
|
|
931
|
+
<staff>2</staff>
|
|
932
|
+
<beam number="1">begin</beam>
|
|
933
|
+
<notations>
|
|
934
|
+
<slur number="1" type="stop"/>
|
|
935
|
+
</notations>
|
|
936
|
+
</note>
|
|
937
|
+
<note default-x="105">
|
|
938
|
+
<pitch>
|
|
939
|
+
<step>A</step>
|
|
940
|
+
<octave>3</octave>
|
|
941
|
+
</pitch>
|
|
942
|
+
<duration>4</duration>
|
|
943
|
+
<voice>3</voice>
|
|
944
|
+
<type>eighth</type>
|
|
945
|
+
<stem default-y="-35">down</stem>
|
|
946
|
+
<staff>2</staff>
|
|
947
|
+
<beam number="1">continue</beam>
|
|
948
|
+
</note>
|
|
949
|
+
<note default-x="152">
|
|
950
|
+
<pitch>
|
|
951
|
+
<step>A</step>
|
|
952
|
+
<octave>3</octave>
|
|
953
|
+
</pitch>
|
|
954
|
+
<duration>4</duration>
|
|
955
|
+
<voice>3</voice>
|
|
956
|
+
<type>eighth</type>
|
|
957
|
+
<stem default-y="-35">down</stem>
|
|
958
|
+
<staff>2</staff>
|
|
959
|
+
<beam number="1">continue</beam>
|
|
960
|
+
</note>
|
|
961
|
+
<note default-x="202">
|
|
962
|
+
<pitch>
|
|
963
|
+
<step>A</step>
|
|
964
|
+
<octave>3</octave>
|
|
965
|
+
</pitch>
|
|
966
|
+
<duration>4</duration>
|
|
967
|
+
<voice>3</voice>
|
|
968
|
+
<type>eighth</type>
|
|
969
|
+
<stem default-y="-35">down</stem>
|
|
970
|
+
<staff>2</staff>
|
|
971
|
+
<beam number="1">end</beam>
|
|
972
|
+
</note>
|
|
973
|
+
</measure>
|
|
974
|
+
<!--=======================================================-->
|
|
975
|
+
<measure number="5" width="177">
|
|
976
|
+
<print new-system="no"/>
|
|
977
|
+
<note default-x="54">
|
|
978
|
+
<pitch>
|
|
979
|
+
<step>B</step>
|
|
980
|
+
<octave>5</octave>
|
|
981
|
+
</pitch>
|
|
982
|
+
<duration>12</duration>
|
|
983
|
+
<voice>1</voice>
|
|
984
|
+
<type>quarter</type>
|
|
985
|
+
<dot/>
|
|
986
|
+
<stem default-y="40.5">up</stem>
|
|
987
|
+
<staff>1</staff>
|
|
988
|
+
<notations>
|
|
989
|
+
<slur number="1" placement="above" type="start"/>
|
|
990
|
+
</notations>
|
|
991
|
+
</note>
|
|
992
|
+
<note default-x="142">
|
|
993
|
+
<pitch>
|
|
994
|
+
<step>E</step>
|
|
995
|
+
<octave>6</octave>
|
|
996
|
+
</pitch>
|
|
997
|
+
<duration>4</duration>
|
|
998
|
+
<voice>1</voice>
|
|
999
|
+
<type>eighth</type>
|
|
1000
|
+
<stem default-y="61">up</stem>
|
|
1001
|
+
<staff>1</staff>
|
|
1002
|
+
<notations>
|
|
1003
|
+
<slur number="1" type="stop"/>
|
|
1004
|
+
</notations>
|
|
1005
|
+
</note>
|
|
1006
|
+
<backup>
|
|
1007
|
+
<duration>16</duration>
|
|
1008
|
+
</backup>
|
|
1009
|
+
<note default-x="54">
|
|
1010
|
+
<pitch>
|
|
1011
|
+
<step>E</step>
|
|
1012
|
+
<octave>5</octave>
|
|
1013
|
+
</pitch>
|
|
1014
|
+
<duration>16</duration>
|
|
1015
|
+
<voice>2</voice>
|
|
1016
|
+
<type>half</type>
|
|
1017
|
+
<stem default-y="-40.5">down</stem>
|
|
1018
|
+
<staff>1</staff>
|
|
1019
|
+
</note>
|
|
1020
|
+
<note default-x="54">
|
|
1021
|
+
<chord/>
|
|
1022
|
+
<pitch>
|
|
1023
|
+
<step>G</step>
|
|
1024
|
+
<alter>1</alter>
|
|
1025
|
+
<octave>5</octave>
|
|
1026
|
+
</pitch>
|
|
1027
|
+
<duration>16</duration>
|
|
1028
|
+
<voice>2</voice>
|
|
1029
|
+
<type>half</type>
|
|
1030
|
+
<stem>down</stem>
|
|
1031
|
+
<staff>1</staff>
|
|
1032
|
+
</note>
|
|
1033
|
+
<backup>
|
|
1034
|
+
<duration>16</duration>
|
|
1035
|
+
</backup>
|
|
1036
|
+
<note default-x="9">
|
|
1037
|
+
<grace/>
|
|
1038
|
+
<pitch>
|
|
1039
|
+
<step>E</step>
|
|
1040
|
+
<octave>2</octave>
|
|
1041
|
+
</pitch>
|
|
1042
|
+
<voice>3</voice>
|
|
1043
|
+
<type>32nd</type>
|
|
1044
|
+
<stem default-y="-12.5">up</stem>
|
|
1045
|
+
<staff>2</staff>
|
|
1046
|
+
<beam number="1">begin</beam>
|
|
1047
|
+
<beam number="2">begin</beam>
|
|
1048
|
+
<beam number="3">begin</beam>
|
|
1049
|
+
<notations>
|
|
1050
|
+
<slur number="1" placement="above" type="start"/>
|
|
1051
|
+
</notations>
|
|
1052
|
+
</note>
|
|
1053
|
+
<note default-x="25">
|
|
1054
|
+
<grace/>
|
|
1055
|
+
<pitch>
|
|
1056
|
+
<step>G</step>
|
|
1057
|
+
<alter>1</alter>
|
|
1058
|
+
<octave>2</octave>
|
|
1059
|
+
</pitch>
|
|
1060
|
+
<voice>3</voice>
|
|
1061
|
+
<type>32nd</type>
|
|
1062
|
+
<stem default-y="-7.5">up</stem>
|
|
1063
|
+
<staff>2</staff>
|
|
1064
|
+
<beam number="1">continue</beam>
|
|
1065
|
+
<beam number="2">continue</beam>
|
|
1066
|
+
<beam number="3">continue</beam>
|
|
1067
|
+
</note>
|
|
1068
|
+
<note default-x="38">
|
|
1069
|
+
<grace/>
|
|
1070
|
+
<pitch>
|
|
1071
|
+
<step>B</step>
|
|
1072
|
+
<octave>2</octave>
|
|
1073
|
+
</pitch>
|
|
1074
|
+
<voice>3</voice>
|
|
1075
|
+
<type>32nd</type>
|
|
1076
|
+
<stem default-y="-3.5">up</stem>
|
|
1077
|
+
<staff>2</staff>
|
|
1078
|
+
<beam number="1">end</beam>
|
|
1079
|
+
<beam number="2">end</beam>
|
|
1080
|
+
<beam number="3">end</beam>
|
|
1081
|
+
</note>
|
|
1082
|
+
<note default-x="54">
|
|
1083
|
+
<pitch>
|
|
1084
|
+
<step>E</step>
|
|
1085
|
+
<octave>3</octave>
|
|
1086
|
+
</pitch>
|
|
1087
|
+
<duration>4</duration>
|
|
1088
|
+
<voice>3</voice>
|
|
1089
|
+
<type>eighth</type>
|
|
1090
|
+
<stem default-y="-49">down</stem>
|
|
1091
|
+
<staff>2</staff>
|
|
1092
|
+
<beam number="1">begin</beam>
|
|
1093
|
+
<notations>
|
|
1094
|
+
<slur number="1" type="stop"/>
|
|
1095
|
+
</notations>
|
|
1096
|
+
</note>
|
|
1097
|
+
<note default-x="85">
|
|
1098
|
+
<pitch>
|
|
1099
|
+
<step>E</step>
|
|
1100
|
+
<octave>3</octave>
|
|
1101
|
+
</pitch>
|
|
1102
|
+
<duration>4</duration>
|
|
1103
|
+
<voice>3</voice>
|
|
1104
|
+
<type>eighth</type>
|
|
1105
|
+
<stem default-y="-49">down</stem>
|
|
1106
|
+
<staff>2</staff>
|
|
1107
|
+
<beam number="1">continue</beam>
|
|
1108
|
+
</note>
|
|
1109
|
+
<note default-x="113">
|
|
1110
|
+
<pitch>
|
|
1111
|
+
<step>E</step>
|
|
1112
|
+
<octave>3</octave>
|
|
1113
|
+
</pitch>
|
|
1114
|
+
<duration>4</duration>
|
|
1115
|
+
<voice>3</voice>
|
|
1116
|
+
<type>eighth</type>
|
|
1117
|
+
<stem default-y="-49">down</stem>
|
|
1118
|
+
<staff>2</staff>
|
|
1119
|
+
<beam number="1">continue</beam>
|
|
1120
|
+
</note>
|
|
1121
|
+
<note default-x="142">
|
|
1122
|
+
<pitch>
|
|
1123
|
+
<step>E</step>
|
|
1124
|
+
<octave>3</octave>
|
|
1125
|
+
</pitch>
|
|
1126
|
+
<duration>4</duration>
|
|
1127
|
+
<voice>3</voice>
|
|
1128
|
+
<type>eighth</type>
|
|
1129
|
+
<stem default-y="-49">down</stem>
|
|
1130
|
+
<staff>2</staff>
|
|
1131
|
+
<beam number="1">end</beam>
|
|
1132
|
+
</note>
|
|
1133
|
+
</measure>
|
|
1134
|
+
</part>
|
|
1135
|
+
<!--=========================================================-->
|
|
1136
|
+
</score-partwise>
|