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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
\version "2.14.1"
|
|
2
|
+
\new Staff {
|
|
3
|
+
\key c \major
|
|
4
|
+
\clef alto
|
|
5
|
+
\time 6/8
|
|
6
|
+
c'8 b8 a8 g8 a8 b8 c'8 d'8 b8 c'4 g8 a8 b8 c'8 a8 b8 g8 c'8 b8 c'8 d'4 e'8 c'8 g'8 f'8 e'4 d'8 c'8 g'8 f'8 e'4 d'8 c'8 b8 c'8 a4 e'8 a8 e'8 e'8 a4 c'8 b8 c'8 a8 b8 c'8 d'16 c'16 d'8 b8 c'4 e'8 d'8 c'8 b4 a8 c'4 d'8 e'4 d'8 c'8 b8 c'8 a4 b8 g8 a8 b8 c'4 g8 a8 b8 c'8 a8 b8 g8 c'8 b8 c'8 d'4 e'8 c'8 g'8 f'8 e'4 d'8 c'8 g'8 f'8 e'4 d'8 c'8 b8 c'8 a4 e'8 a8 e'8 e'8 a4 c'8 b8 c'8 a8 b8 c'8 d'16 c'16 d'8 b8 c'4
|
|
7
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,1551 @@
|
|
|
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>Saltarello</movement-title>
|
|
5
|
+
<identification>
|
|
6
|
+
<creator type="composer">Anonymous</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.0271</millimeters>
|
|
19
|
+
<tenths>40</tenths>
|
|
20
|
+
</scaling>
|
|
21
|
+
<page-layout>
|
|
22
|
+
<page-height>2223</page-height>
|
|
23
|
+
<page-width>1718</page-width>
|
|
24
|
+
<page-margins type="both">
|
|
25
|
+
<left-margin>101</left-margin>
|
|
26
|
+
<right-margin>101</right-margin>
|
|
27
|
+
<top-margin>126</top-margin>
|
|
28
|
+
<bottom-margin>126</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>115</system-distance>
|
|
37
|
+
<top-system-distance>115</top-system-distance>
|
|
38
|
+
</system-layout>
|
|
39
|
+
<appearance>
|
|
40
|
+
<line-width type="stem">0.957</line-width>
|
|
41
|
+
<line-width type="beam">5</line-width>
|
|
42
|
+
<line-width type="staff">1.25</line-width>
|
|
43
|
+
<line-width type="light barline">1.4583</line-width>
|
|
44
|
+
<line-width type="heavy barline">5</line-width>
|
|
45
|
+
<line-width type="leger">1.875</line-width>
|
|
46
|
+
<line-width type="ending">1.4583</line-width>
|
|
47
|
+
<line-width type="wedge">0.9375</line-width>
|
|
48
|
+
<line-width type="enclosure">1.4583</line-width>
|
|
49
|
+
<line-width type="tuplet bracket">1.4583</line-width>
|
|
50
|
+
<note-size type="grace">50</note-size>
|
|
51
|
+
<note-size type="cue">50</note-size>
|
|
52
|
+
<distance type="hyphen">60</distance>
|
|
53
|
+
<distance type="beam">8</distance>
|
|
54
|
+
</appearance>
|
|
55
|
+
<music-font font-family="Maestro,engraved" font-size="14.25"/>
|
|
56
|
+
<word-font font-family="Times New Roman" font-size="8"/>
|
|
57
|
+
</defaults>
|
|
58
|
+
<part-list>
|
|
59
|
+
<score-part id="P1">
|
|
60
|
+
<part-name print-object="no">MusicXML Part</part-name>
|
|
61
|
+
<score-instrument id="P1-I1">
|
|
62
|
+
<instrument-name>Grand Piano</instrument-name>
|
|
63
|
+
</score-instrument>
|
|
64
|
+
<midi-instrument id="P1-I1">
|
|
65
|
+
<midi-channel>1</midi-channel>
|
|
66
|
+
<midi-program>1</midi-program>
|
|
67
|
+
<volume>80</volume>
|
|
68
|
+
<pan>0</pan>
|
|
69
|
+
</midi-instrument>
|
|
70
|
+
</score-part>
|
|
71
|
+
</part-list>
|
|
72
|
+
<!--=========================================================-->
|
|
73
|
+
<part id="P1">
|
|
74
|
+
<measure number="1" width="254">
|
|
75
|
+
<print>
|
|
76
|
+
<system-layout>
|
|
77
|
+
<top-system-distance>303</top-system-distance>
|
|
78
|
+
</system-layout>
|
|
79
|
+
<measure-numbering>system</measure-numbering>
|
|
80
|
+
</print>
|
|
81
|
+
<attributes>
|
|
82
|
+
<divisions>4</divisions>
|
|
83
|
+
<key>
|
|
84
|
+
<fifths>0</fifths>
|
|
85
|
+
<mode>major</mode>
|
|
86
|
+
</key>
|
|
87
|
+
<time>
|
|
88
|
+
<beats>6</beats>
|
|
89
|
+
<beat-type>8</beat-type>
|
|
90
|
+
</time>
|
|
91
|
+
<clef>
|
|
92
|
+
<sign>C</sign>
|
|
93
|
+
<line>3</line>
|
|
94
|
+
</clef>
|
|
95
|
+
</attributes>
|
|
96
|
+
<sound tempo="180"/>
|
|
97
|
+
<direction placement="above">
|
|
98
|
+
<direction-type>
|
|
99
|
+
<words default-x="83" default-y="22" halign="right">1.</words>
|
|
100
|
+
</direction-type>
|
|
101
|
+
</direction>
|
|
102
|
+
<note default-x="76">
|
|
103
|
+
<pitch>
|
|
104
|
+
<step>C</step>
|
|
105
|
+
<octave>4</octave>
|
|
106
|
+
</pitch>
|
|
107
|
+
<duration>2</duration>
|
|
108
|
+
<voice>1</voice>
|
|
109
|
+
<type>eighth</type>
|
|
110
|
+
<stem default-y="15">up</stem>
|
|
111
|
+
<beam number="1">begin</beam>
|
|
112
|
+
</note>
|
|
113
|
+
<note default-x="106">
|
|
114
|
+
<pitch>
|
|
115
|
+
<step>B</step>
|
|
116
|
+
<octave>3</octave>
|
|
117
|
+
</pitch>
|
|
118
|
+
<duration>2</duration>
|
|
119
|
+
<voice>1</voice>
|
|
120
|
+
<type>eighth</type>
|
|
121
|
+
<stem default-y="12.5">up</stem>
|
|
122
|
+
<beam number="1">continue</beam>
|
|
123
|
+
</note>
|
|
124
|
+
<note default-x="135">
|
|
125
|
+
<pitch>
|
|
126
|
+
<step>A</step>
|
|
127
|
+
<octave>3</octave>
|
|
128
|
+
</pitch>
|
|
129
|
+
<duration>2</duration>
|
|
130
|
+
<voice>1</voice>
|
|
131
|
+
<type>eighth</type>
|
|
132
|
+
<stem default-y="10">up</stem>
|
|
133
|
+
<beam number="1">end</beam>
|
|
134
|
+
</note>
|
|
135
|
+
<note default-x="165">
|
|
136
|
+
<pitch>
|
|
137
|
+
<step>G</step>
|
|
138
|
+
<octave>3</octave>
|
|
139
|
+
</pitch>
|
|
140
|
+
<duration>2</duration>
|
|
141
|
+
<voice>1</voice>
|
|
142
|
+
<type>eighth</type>
|
|
143
|
+
<stem default-y="5">up</stem>
|
|
144
|
+
<beam number="1">begin</beam>
|
|
145
|
+
</note>
|
|
146
|
+
<note default-x="194">
|
|
147
|
+
<pitch>
|
|
148
|
+
<step>A</step>
|
|
149
|
+
<octave>3</octave>
|
|
150
|
+
</pitch>
|
|
151
|
+
<duration>2</duration>
|
|
152
|
+
<voice>1</voice>
|
|
153
|
+
<type>eighth</type>
|
|
154
|
+
<stem default-y="8">up</stem>
|
|
155
|
+
<beam number="1">continue</beam>
|
|
156
|
+
</note>
|
|
157
|
+
<note default-x="223">
|
|
158
|
+
<pitch>
|
|
159
|
+
<step>B</step>
|
|
160
|
+
<octave>3</octave>
|
|
161
|
+
</pitch>
|
|
162
|
+
<duration>2</duration>
|
|
163
|
+
<voice>1</voice>
|
|
164
|
+
<type>eighth</type>
|
|
165
|
+
<stem default-y="10">up</stem>
|
|
166
|
+
<beam number="1">end</beam>
|
|
167
|
+
</note>
|
|
168
|
+
</measure>
|
|
169
|
+
<!--=======================================================-->
|
|
170
|
+
<measure number="2" width="188">
|
|
171
|
+
<print new-system="no"/>
|
|
172
|
+
<note default-x="10">
|
|
173
|
+
<pitch>
|
|
174
|
+
<step>C</step>
|
|
175
|
+
<octave>4</octave>
|
|
176
|
+
</pitch>
|
|
177
|
+
<duration>2</duration>
|
|
178
|
+
<voice>1</voice>
|
|
179
|
+
<type>eighth</type>
|
|
180
|
+
<stem default-y="-55">down</stem>
|
|
181
|
+
<beam number="1">begin</beam>
|
|
182
|
+
</note>
|
|
183
|
+
<note default-x="42">
|
|
184
|
+
<pitch>
|
|
185
|
+
<step>D</step>
|
|
186
|
+
<octave>4</octave>
|
|
187
|
+
</pitch>
|
|
188
|
+
<duration>2</duration>
|
|
189
|
+
<voice>1</voice>
|
|
190
|
+
<type>eighth</type>
|
|
191
|
+
<stem default-y="-57">down</stem>
|
|
192
|
+
<beam number="1">continue</beam>
|
|
193
|
+
</note>
|
|
194
|
+
<note default-x="72">
|
|
195
|
+
<pitch>
|
|
196
|
+
<step>B</step>
|
|
197
|
+
<octave>3</octave>
|
|
198
|
+
</pitch>
|
|
199
|
+
<duration>2</duration>
|
|
200
|
+
<voice>1</voice>
|
|
201
|
+
<type>eighth</type>
|
|
202
|
+
<stem default-y="-60">down</stem>
|
|
203
|
+
<beam number="1">end</beam>
|
|
204
|
+
</note>
|
|
205
|
+
<note default-x="104">
|
|
206
|
+
<pitch>
|
|
207
|
+
<step>C</step>
|
|
208
|
+
<octave>4</octave>
|
|
209
|
+
</pitch>
|
|
210
|
+
<duration>4</duration>
|
|
211
|
+
<voice>1</voice>
|
|
212
|
+
<type>quarter</type>
|
|
213
|
+
<stem default-y="-55">down</stem>
|
|
214
|
+
<notations>
|
|
215
|
+
<slur number="1" placement="above" type="start"/>
|
|
216
|
+
</notations>
|
|
217
|
+
</note>
|
|
218
|
+
<note default-x="155">
|
|
219
|
+
<pitch>
|
|
220
|
+
<step>G</step>
|
|
221
|
+
<octave>3</octave>
|
|
222
|
+
</pitch>
|
|
223
|
+
<duration>2</duration>
|
|
224
|
+
<voice>1</voice>
|
|
225
|
+
<type>eighth</type>
|
|
226
|
+
<stem default-y="1">up</stem>
|
|
227
|
+
<notations>
|
|
228
|
+
<slur number="1" type="stop"/>
|
|
229
|
+
</notations>
|
|
230
|
+
</note>
|
|
231
|
+
</measure>
|
|
232
|
+
<!--=======================================================-->
|
|
233
|
+
<measure number="3" width="188">
|
|
234
|
+
<print new-system="no"/>
|
|
235
|
+
<note default-x="10">
|
|
236
|
+
<pitch>
|
|
237
|
+
<step>A</step>
|
|
238
|
+
<octave>3</octave>
|
|
239
|
+
</pitch>
|
|
240
|
+
<duration>2</duration>
|
|
241
|
+
<voice>1</voice>
|
|
242
|
+
<type>eighth</type>
|
|
243
|
+
<stem default-y="10">up</stem>
|
|
244
|
+
<beam number="1">begin</beam>
|
|
245
|
+
</note>
|
|
246
|
+
<note default-x="40">
|
|
247
|
+
<pitch>
|
|
248
|
+
<step>B</step>
|
|
249
|
+
<octave>3</octave>
|
|
250
|
+
</pitch>
|
|
251
|
+
<duration>2</duration>
|
|
252
|
+
<voice>1</voice>
|
|
253
|
+
<type>eighth</type>
|
|
254
|
+
<stem default-y="12.5">up</stem>
|
|
255
|
+
<beam number="1">continue</beam>
|
|
256
|
+
</note>
|
|
257
|
+
<note default-x="69">
|
|
258
|
+
<pitch>
|
|
259
|
+
<step>C</step>
|
|
260
|
+
<octave>4</octave>
|
|
261
|
+
</pitch>
|
|
262
|
+
<duration>2</duration>
|
|
263
|
+
<voice>1</voice>
|
|
264
|
+
<type>eighth</type>
|
|
265
|
+
<stem default-y="15">up</stem>
|
|
266
|
+
<beam number="1">end</beam>
|
|
267
|
+
</note>
|
|
268
|
+
<note default-x="99">
|
|
269
|
+
<pitch>
|
|
270
|
+
<step>A</step>
|
|
271
|
+
<octave>3</octave>
|
|
272
|
+
</pitch>
|
|
273
|
+
<duration>2</duration>
|
|
274
|
+
<voice>1</voice>
|
|
275
|
+
<type>eighth</type>
|
|
276
|
+
<stem default-y="4">up</stem>
|
|
277
|
+
<beam number="1">begin</beam>
|
|
278
|
+
</note>
|
|
279
|
+
<note default-x="128">
|
|
280
|
+
<pitch>
|
|
281
|
+
<step>B</step>
|
|
282
|
+
<octave>3</octave>
|
|
283
|
+
</pitch>
|
|
284
|
+
<duration>2</duration>
|
|
285
|
+
<voice>1</voice>
|
|
286
|
+
<type>eighth</type>
|
|
287
|
+
<stem default-y="4">up</stem>
|
|
288
|
+
<beam number="1">continue</beam>
|
|
289
|
+
</note>
|
|
290
|
+
<note default-x="157">
|
|
291
|
+
<pitch>
|
|
292
|
+
<step>G</step>
|
|
293
|
+
<octave>3</octave>
|
|
294
|
+
</pitch>
|
|
295
|
+
<duration>2</duration>
|
|
296
|
+
<voice>1</voice>
|
|
297
|
+
<type>eighth</type>
|
|
298
|
+
<stem default-y="4">up</stem>
|
|
299
|
+
<beam number="1">end</beam>
|
|
300
|
+
</note>
|
|
301
|
+
</measure>
|
|
302
|
+
<!--=======================================================-->
|
|
303
|
+
<measure number="4" width="186">
|
|
304
|
+
<print new-system="no"/>
|
|
305
|
+
<note default-x="10">
|
|
306
|
+
<pitch>
|
|
307
|
+
<step>C</step>
|
|
308
|
+
<octave>4</octave>
|
|
309
|
+
</pitch>
|
|
310
|
+
<duration>2</duration>
|
|
311
|
+
<voice>1</voice>
|
|
312
|
+
<type>eighth</type>
|
|
313
|
+
<stem default-y="15">up</stem>
|
|
314
|
+
<beam number="1">begin</beam>
|
|
315
|
+
</note>
|
|
316
|
+
<note default-x="42">
|
|
317
|
+
<pitch>
|
|
318
|
+
<step>B</step>
|
|
319
|
+
<octave>3</octave>
|
|
320
|
+
</pitch>
|
|
321
|
+
<duration>2</duration>
|
|
322
|
+
<voice>1</voice>
|
|
323
|
+
<type>eighth</type>
|
|
324
|
+
<stem default-y="15">up</stem>
|
|
325
|
+
<beam number="1">continue</beam>
|
|
326
|
+
</note>
|
|
327
|
+
<note default-x="72">
|
|
328
|
+
<pitch>
|
|
329
|
+
<step>C</step>
|
|
330
|
+
<octave>4</octave>
|
|
331
|
+
</pitch>
|
|
332
|
+
<duration>2</duration>
|
|
333
|
+
<voice>1</voice>
|
|
334
|
+
<type>eighth</type>
|
|
335
|
+
<stem default-y="15">up</stem>
|
|
336
|
+
<beam number="1">end</beam>
|
|
337
|
+
</note>
|
|
338
|
+
<note default-x="103">
|
|
339
|
+
<pitch>
|
|
340
|
+
<step>D</step>
|
|
341
|
+
<octave>4</octave>
|
|
342
|
+
</pitch>
|
|
343
|
+
<duration>4</duration>
|
|
344
|
+
<voice>1</voice>
|
|
345
|
+
<type>quarter</type>
|
|
346
|
+
<stem default-y="-50">down</stem>
|
|
347
|
+
<notations>
|
|
348
|
+
<slur number="1" placement="above" type="start"/>
|
|
349
|
+
</notations>
|
|
350
|
+
</note>
|
|
351
|
+
<note default-x="153">
|
|
352
|
+
<pitch>
|
|
353
|
+
<step>E</step>
|
|
354
|
+
<octave>4</octave>
|
|
355
|
+
</pitch>
|
|
356
|
+
<duration>2</duration>
|
|
357
|
+
<voice>1</voice>
|
|
358
|
+
<type>eighth</type>
|
|
359
|
+
<stem default-y="-45">down</stem>
|
|
360
|
+
<notations>
|
|
361
|
+
<slur number="1" type="stop"/>
|
|
362
|
+
</notations>
|
|
363
|
+
</note>
|
|
364
|
+
</measure>
|
|
365
|
+
<!--=======================================================-->
|
|
366
|
+
<measure number="5" width="174">
|
|
367
|
+
<print new-system="no"/>
|
|
368
|
+
<note default-x="10">
|
|
369
|
+
<pitch>
|
|
370
|
+
<step>C</step>
|
|
371
|
+
<octave>4</octave>
|
|
372
|
+
</pitch>
|
|
373
|
+
<duration>2</duration>
|
|
374
|
+
<voice>1</voice>
|
|
375
|
+
<type>eighth</type>
|
|
376
|
+
<stem default-y="-50">down</stem>
|
|
377
|
+
<beam number="1">begin</beam>
|
|
378
|
+
</note>
|
|
379
|
+
<note default-x="39">
|
|
380
|
+
<pitch>
|
|
381
|
+
<step>G</step>
|
|
382
|
+
<octave>4</octave>
|
|
383
|
+
</pitch>
|
|
384
|
+
<duration>2</duration>
|
|
385
|
+
<voice>1</voice>
|
|
386
|
+
<type>eighth</type>
|
|
387
|
+
<stem default-y="-47">down</stem>
|
|
388
|
+
<beam number="1">continue</beam>
|
|
389
|
+
</note>
|
|
390
|
+
<note default-x="68">
|
|
391
|
+
<pitch>
|
|
392
|
+
<step>F</step>
|
|
393
|
+
<octave>4</octave>
|
|
394
|
+
</pitch>
|
|
395
|
+
<duration>2</duration>
|
|
396
|
+
<voice>1</voice>
|
|
397
|
+
<type>eighth</type>
|
|
398
|
+
<stem default-y="-45">down</stem>
|
|
399
|
+
<beam number="1">end</beam>
|
|
400
|
+
</note>
|
|
401
|
+
<note default-x="97">
|
|
402
|
+
<pitch>
|
|
403
|
+
<step>E</step>
|
|
404
|
+
<octave>4</octave>
|
|
405
|
+
</pitch>
|
|
406
|
+
<duration>4</duration>
|
|
407
|
+
<voice>1</voice>
|
|
408
|
+
<type>quarter</type>
|
|
409
|
+
<stem default-y="-45">down</stem>
|
|
410
|
+
</note>
|
|
411
|
+
<note default-x="144">
|
|
412
|
+
<pitch>
|
|
413
|
+
<step>D</step>
|
|
414
|
+
<octave>4</octave>
|
|
415
|
+
</pitch>
|
|
416
|
+
<duration>2</duration>
|
|
417
|
+
<voice>1</voice>
|
|
418
|
+
<type>eighth</type>
|
|
419
|
+
<stem default-y="-50">down</stem>
|
|
420
|
+
</note>
|
|
421
|
+
</measure>
|
|
422
|
+
<!--=======================================================-->
|
|
423
|
+
<measure number="6" width="177">
|
|
424
|
+
<print new-system="no"/>
|
|
425
|
+
<note default-x="10">
|
|
426
|
+
<pitch>
|
|
427
|
+
<step>C</step>
|
|
428
|
+
<octave>4</octave>
|
|
429
|
+
</pitch>
|
|
430
|
+
<duration>2</duration>
|
|
431
|
+
<voice>1</voice>
|
|
432
|
+
<type>eighth</type>
|
|
433
|
+
<stem default-y="-55">down</stem>
|
|
434
|
+
<beam number="1">begin</beam>
|
|
435
|
+
</note>
|
|
436
|
+
<note default-x="39">
|
|
437
|
+
<pitch>
|
|
438
|
+
<step>G</step>
|
|
439
|
+
<octave>4</octave>
|
|
440
|
+
</pitch>
|
|
441
|
+
<duration>2</duration>
|
|
442
|
+
<voice>1</voice>
|
|
443
|
+
<type>eighth</type>
|
|
444
|
+
<stem default-y="-52">down</stem>
|
|
445
|
+
<beam number="1">continue</beam>
|
|
446
|
+
</note>
|
|
447
|
+
<note default-x="69">
|
|
448
|
+
<pitch>
|
|
449
|
+
<step>F</step>
|
|
450
|
+
<octave>4</octave>
|
|
451
|
+
</pitch>
|
|
452
|
+
<duration>2</duration>
|
|
453
|
+
<voice>1</voice>
|
|
454
|
+
<type>eighth</type>
|
|
455
|
+
<stem default-y="-50">down</stem>
|
|
456
|
+
<beam number="1">end</beam>
|
|
457
|
+
</note>
|
|
458
|
+
<note default-x="98">
|
|
459
|
+
<pitch>
|
|
460
|
+
<step>E</step>
|
|
461
|
+
<octave>4</octave>
|
|
462
|
+
</pitch>
|
|
463
|
+
<duration>4</duration>
|
|
464
|
+
<voice>1</voice>
|
|
465
|
+
<type>quarter</type>
|
|
466
|
+
<stem default-y="-45">down</stem>
|
|
467
|
+
<notations>
|
|
468
|
+
<slur number="1" placement="above" type="start"/>
|
|
469
|
+
</notations>
|
|
470
|
+
</note>
|
|
471
|
+
<note default-x="145">
|
|
472
|
+
<pitch>
|
|
473
|
+
<step>D</step>
|
|
474
|
+
<octave>4</octave>
|
|
475
|
+
</pitch>
|
|
476
|
+
<duration>2</duration>
|
|
477
|
+
<voice>1</voice>
|
|
478
|
+
<type>eighth</type>
|
|
479
|
+
<stem default-y="-50">down</stem>
|
|
480
|
+
<notations>
|
|
481
|
+
<slur number="1" type="stop"/>
|
|
482
|
+
</notations>
|
|
483
|
+
</note>
|
|
484
|
+
</measure>
|
|
485
|
+
<!--=======================================================-->
|
|
486
|
+
<measure number="7" width="183">
|
|
487
|
+
<print new-system="no"/>
|
|
488
|
+
<barline location="left">
|
|
489
|
+
<ending default-y="40" end-length="20" number="1" type="start"/>
|
|
490
|
+
</barline>
|
|
491
|
+
<note default-x="17">
|
|
492
|
+
<pitch>
|
|
493
|
+
<step>C</step>
|
|
494
|
+
<octave>4</octave>
|
|
495
|
+
</pitch>
|
|
496
|
+
<duration>2</duration>
|
|
497
|
+
<voice>1</voice>
|
|
498
|
+
<type>eighth</type>
|
|
499
|
+
<stem default-y="15">up</stem>
|
|
500
|
+
<beam number="1">begin</beam>
|
|
501
|
+
</note>
|
|
502
|
+
<note default-x="47">
|
|
503
|
+
<pitch>
|
|
504
|
+
<step>B</step>
|
|
505
|
+
<octave>3</octave>
|
|
506
|
+
</pitch>
|
|
507
|
+
<duration>2</duration>
|
|
508
|
+
<voice>1</voice>
|
|
509
|
+
<type>eighth</type>
|
|
510
|
+
<stem default-y="15">up</stem>
|
|
511
|
+
<beam number="1">continue</beam>
|
|
512
|
+
</note>
|
|
513
|
+
<note default-x="77">
|
|
514
|
+
<pitch>
|
|
515
|
+
<step>C</step>
|
|
516
|
+
<octave>4</octave>
|
|
517
|
+
</pitch>
|
|
518
|
+
<duration>2</duration>
|
|
519
|
+
<voice>1</voice>
|
|
520
|
+
<type>eighth</type>
|
|
521
|
+
<stem default-y="15">up</stem>
|
|
522
|
+
<beam number="1">end</beam>
|
|
523
|
+
</note>
|
|
524
|
+
<note default-x="111">
|
|
525
|
+
<pitch>
|
|
526
|
+
<step>A</step>
|
|
527
|
+
<octave>3</octave>
|
|
528
|
+
</pitch>
|
|
529
|
+
<duration>4</duration>
|
|
530
|
+
<voice>1</voice>
|
|
531
|
+
<type>quarter</type>
|
|
532
|
+
<stem default-y="5.5">up</stem>
|
|
533
|
+
<notations>
|
|
534
|
+
<slur number="1" placement="above" type="start"/>
|
|
535
|
+
</notations>
|
|
536
|
+
</note>
|
|
537
|
+
<note default-x="154">
|
|
538
|
+
<pitch>
|
|
539
|
+
<step>E</step>
|
|
540
|
+
<octave>4</octave>
|
|
541
|
+
</pitch>
|
|
542
|
+
<duration>2</duration>
|
|
543
|
+
<voice>1</voice>
|
|
544
|
+
<type>eighth</type>
|
|
545
|
+
<stem default-y="-45">down</stem>
|
|
546
|
+
<notations>
|
|
547
|
+
<slur number="1" type="stop"/>
|
|
548
|
+
</notations>
|
|
549
|
+
</note>
|
|
550
|
+
</measure>
|
|
551
|
+
<!--=======================================================-->
|
|
552
|
+
<measure number="8" width="167">
|
|
553
|
+
<print new-system="no"/>
|
|
554
|
+
<note default-x="10">
|
|
555
|
+
<pitch>
|
|
556
|
+
<step>A</step>
|
|
557
|
+
<octave>3</octave>
|
|
558
|
+
</pitch>
|
|
559
|
+
<duration>2</duration>
|
|
560
|
+
<voice>1</voice>
|
|
561
|
+
<type>eighth</type>
|
|
562
|
+
<stem default-y="-57">down</stem>
|
|
563
|
+
<beam number="1">begin</beam>
|
|
564
|
+
<notations>
|
|
565
|
+
<articulations>
|
|
566
|
+
<staccatissimo default-x="4" default-y="5" placement="above"/>
|
|
567
|
+
</articulations>
|
|
568
|
+
</notations>
|
|
569
|
+
</note>
|
|
570
|
+
<note default-x="37">
|
|
571
|
+
<pitch>
|
|
572
|
+
<step>E</step>
|
|
573
|
+
<octave>4</octave>
|
|
574
|
+
</pitch>
|
|
575
|
+
<duration>2</duration>
|
|
576
|
+
<voice>1</voice>
|
|
577
|
+
<type>eighth</type>
|
|
578
|
+
<stem default-y="-55">down</stem>
|
|
579
|
+
<beam number="1">continue</beam>
|
|
580
|
+
<notations>
|
|
581
|
+
<articulations>
|
|
582
|
+
<staccatissimo default-x="4" default-y="5" placement="above"/>
|
|
583
|
+
</articulations>
|
|
584
|
+
</notations>
|
|
585
|
+
</note>
|
|
586
|
+
<note default-x="64">
|
|
587
|
+
<pitch>
|
|
588
|
+
<step>E</step>
|
|
589
|
+
<octave>4</octave>
|
|
590
|
+
</pitch>
|
|
591
|
+
<duration>2</duration>
|
|
592
|
+
<voice>1</voice>
|
|
593
|
+
<type>eighth</type>
|
|
594
|
+
<stem default-y="-52">down</stem>
|
|
595
|
+
<beam number="1">end</beam>
|
|
596
|
+
<notations>
|
|
597
|
+
<articulations>
|
|
598
|
+
<staccatissimo default-x="4" default-y="5" placement="above"/>
|
|
599
|
+
</articulations>
|
|
600
|
+
</notations>
|
|
601
|
+
</note>
|
|
602
|
+
<note default-x="90">
|
|
603
|
+
<pitch>
|
|
604
|
+
<step>A</step>
|
|
605
|
+
<octave>3</octave>
|
|
606
|
+
</pitch>
|
|
607
|
+
<duration>6</duration>
|
|
608
|
+
<voice>1</voice>
|
|
609
|
+
<type>quarter</type>
|
|
610
|
+
<dot/>
|
|
611
|
+
<stem default-y="5.5">up</stem>
|
|
612
|
+
</note>
|
|
613
|
+
<barline location="right">
|
|
614
|
+
<bar-style>light-heavy</bar-style>
|
|
615
|
+
<ending number="1" type="stop"/>
|
|
616
|
+
<repeat direction="backward" winged="none"/>
|
|
617
|
+
</barline>
|
|
618
|
+
</measure>
|
|
619
|
+
<!--=======================================================-->
|
|
620
|
+
<measure number="9" width="267">
|
|
621
|
+
<print new-system="yes"/>
|
|
622
|
+
<barline location="left">
|
|
623
|
+
<ending default-y="40" end-length="20" number="2" type="start"/>
|
|
624
|
+
</barline>
|
|
625
|
+
<note default-x="56">
|
|
626
|
+
<pitch>
|
|
627
|
+
<step>C</step>
|
|
628
|
+
<octave>4</octave>
|
|
629
|
+
</pitch>
|
|
630
|
+
<duration>2</duration>
|
|
631
|
+
<voice>1</voice>
|
|
632
|
+
<type>eighth</type>
|
|
633
|
+
<stem default-y="15">up</stem>
|
|
634
|
+
<beam number="1">begin</beam>
|
|
635
|
+
</note>
|
|
636
|
+
<note default-x="93">
|
|
637
|
+
<pitch>
|
|
638
|
+
<step>B</step>
|
|
639
|
+
<octave>3</octave>
|
|
640
|
+
</pitch>
|
|
641
|
+
<duration>2</duration>
|
|
642
|
+
<voice>1</voice>
|
|
643
|
+
<type>eighth</type>
|
|
644
|
+
<stem default-y="15">up</stem>
|
|
645
|
+
<beam number="1">continue</beam>
|
|
646
|
+
</note>
|
|
647
|
+
<note default-x="128">
|
|
648
|
+
<pitch>
|
|
649
|
+
<step>C</step>
|
|
650
|
+
<octave>4</octave>
|
|
651
|
+
</pitch>
|
|
652
|
+
<duration>2</duration>
|
|
653
|
+
<voice>1</voice>
|
|
654
|
+
<type>eighth</type>
|
|
655
|
+
<stem default-y="15">up</stem>
|
|
656
|
+
<beam number="1">end</beam>
|
|
657
|
+
</note>
|
|
658
|
+
<note default-x="163">
|
|
659
|
+
<pitch>
|
|
660
|
+
<step>A</step>
|
|
661
|
+
<octave>3</octave>
|
|
662
|
+
</pitch>
|
|
663
|
+
<duration>2</duration>
|
|
664
|
+
<voice>1</voice>
|
|
665
|
+
<type>eighth</type>
|
|
666
|
+
<stem default-y="10">up</stem>
|
|
667
|
+
<beam number="1">begin</beam>
|
|
668
|
+
</note>
|
|
669
|
+
<note default-x="201">
|
|
670
|
+
<pitch>
|
|
671
|
+
<step>B</step>
|
|
672
|
+
<octave>3</octave>
|
|
673
|
+
</pitch>
|
|
674
|
+
<duration>2</duration>
|
|
675
|
+
<voice>1</voice>
|
|
676
|
+
<type>eighth</type>
|
|
677
|
+
<stem default-y="13">up</stem>
|
|
678
|
+
<beam number="1">continue</beam>
|
|
679
|
+
</note>
|
|
680
|
+
<note default-x="236">
|
|
681
|
+
<pitch>
|
|
682
|
+
<step>C</step>
|
|
683
|
+
<octave>4</octave>
|
|
684
|
+
</pitch>
|
|
685
|
+
<duration>2</duration>
|
|
686
|
+
<voice>1</voice>
|
|
687
|
+
<type>eighth</type>
|
|
688
|
+
<stem default-y="15">up</stem>
|
|
689
|
+
<beam number="1">end</beam>
|
|
690
|
+
</note>
|
|
691
|
+
<barline location="right">
|
|
692
|
+
<ending number="2" type="discontinue"/>
|
|
693
|
+
</barline>
|
|
694
|
+
</measure>
|
|
695
|
+
<!--=======================================================-->
|
|
696
|
+
<measure number="10" width="188">
|
|
697
|
+
<print new-system="no"/>
|
|
698
|
+
<note default-x="10">
|
|
699
|
+
<pitch>
|
|
700
|
+
<step>D</step>
|
|
701
|
+
<octave>4</octave>
|
|
702
|
+
</pitch>
|
|
703
|
+
<duration>1</duration>
|
|
704
|
+
<voice>1</voice>
|
|
705
|
+
<type>16th</type>
|
|
706
|
+
<stem default-y="-54.5">down</stem>
|
|
707
|
+
<beam number="1">begin</beam>
|
|
708
|
+
<beam number="2">begin</beam>
|
|
709
|
+
<notations>
|
|
710
|
+
<slur number="1" placement="above" type="start"/>
|
|
711
|
+
</notations>
|
|
712
|
+
</note>
|
|
713
|
+
<note default-x="30">
|
|
714
|
+
<pitch>
|
|
715
|
+
<step>C</step>
|
|
716
|
+
<octave>4</octave>
|
|
717
|
+
</pitch>
|
|
718
|
+
<duration>1</duration>
|
|
719
|
+
<voice>1</voice>
|
|
720
|
+
<type>16th</type>
|
|
721
|
+
<stem default-y="-56">down</stem>
|
|
722
|
+
<beam number="1">continue</beam>
|
|
723
|
+
<beam number="2">end</beam>
|
|
724
|
+
</note>
|
|
725
|
+
<note default-x="51">
|
|
726
|
+
<pitch>
|
|
727
|
+
<step>D</step>
|
|
728
|
+
<octave>4</octave>
|
|
729
|
+
</pitch>
|
|
730
|
+
<duration>2</duration>
|
|
731
|
+
<voice>1</voice>
|
|
732
|
+
<type>eighth</type>
|
|
733
|
+
<stem default-y="-57">down</stem>
|
|
734
|
+
<beam number="1">continue</beam>
|
|
735
|
+
<notations>
|
|
736
|
+
<slur number="1" type="stop"/>
|
|
737
|
+
</notations>
|
|
738
|
+
</note>
|
|
739
|
+
<note default-x="84">
|
|
740
|
+
<pitch>
|
|
741
|
+
<step>B</step>
|
|
742
|
+
<octave>3</octave>
|
|
743
|
+
</pitch>
|
|
744
|
+
<duration>2</duration>
|
|
745
|
+
<voice>1</voice>
|
|
746
|
+
<type>eighth</type>
|
|
747
|
+
<stem default-y="-59.5">down</stem>
|
|
748
|
+
<beam number="1">end</beam>
|
|
749
|
+
</note>
|
|
750
|
+
<note default-x="117">
|
|
751
|
+
<pitch>
|
|
752
|
+
<step>C</step>
|
|
753
|
+
<octave>4</octave>
|
|
754
|
+
</pitch>
|
|
755
|
+
<duration>6</duration>
|
|
756
|
+
<voice>1</voice>
|
|
757
|
+
<type>quarter</type>
|
|
758
|
+
<dot/>
|
|
759
|
+
<stem default-y="-55">down</stem>
|
|
760
|
+
</note>
|
|
761
|
+
</measure>
|
|
762
|
+
<!--=======================================================-->
|
|
763
|
+
<measure number="11" width="231">
|
|
764
|
+
<print new-system="no"/>
|
|
765
|
+
<barline location="left">
|
|
766
|
+
<bar-style>heavy-light</bar-style>
|
|
767
|
+
<repeat direction="forward" winged="none"/>
|
|
768
|
+
</barline>
|
|
769
|
+
<direction placement="above">
|
|
770
|
+
<direction-type>
|
|
771
|
+
<words default-x="35" default-y="18" halign="right">2.</words>
|
|
772
|
+
</direction-type>
|
|
773
|
+
</direction>
|
|
774
|
+
<note default-x="28">
|
|
775
|
+
<pitch>
|
|
776
|
+
<step>E</step>
|
|
777
|
+
<octave>4</octave>
|
|
778
|
+
</pitch>
|
|
779
|
+
<duration>2</duration>
|
|
780
|
+
<voice>1</voice>
|
|
781
|
+
<type>eighth</type>
|
|
782
|
+
<stem default-y="-49.5">down</stem>
|
|
783
|
+
<beam number="1">begin</beam>
|
|
784
|
+
</note>
|
|
785
|
+
<note default-x="64">
|
|
786
|
+
<pitch>
|
|
787
|
+
<step>D</step>
|
|
788
|
+
<octave>4</octave>
|
|
789
|
+
</pitch>
|
|
790
|
+
<duration>2</duration>
|
|
791
|
+
<voice>1</voice>
|
|
792
|
+
<type>eighth</type>
|
|
793
|
+
<stem default-y="-52.5">down</stem>
|
|
794
|
+
<beam number="1">continue</beam>
|
|
795
|
+
</note>
|
|
796
|
+
<note default-x="100">
|
|
797
|
+
<pitch>
|
|
798
|
+
<step>C</step>
|
|
799
|
+
<octave>4</octave>
|
|
800
|
+
</pitch>
|
|
801
|
+
<duration>2</duration>
|
|
802
|
+
<voice>1</voice>
|
|
803
|
+
<type>eighth</type>
|
|
804
|
+
<stem default-y="-54.5">down</stem>
|
|
805
|
+
<beam number="1">end</beam>
|
|
806
|
+
</note>
|
|
807
|
+
<note default-x="136">
|
|
808
|
+
<pitch>
|
|
809
|
+
<step>B</step>
|
|
810
|
+
<octave>3</octave>
|
|
811
|
+
</pitch>
|
|
812
|
+
<duration>4</duration>
|
|
813
|
+
<voice>1</voice>
|
|
814
|
+
<type>quarter</type>
|
|
815
|
+
<stem default-y="11">up</stem>
|
|
816
|
+
<notations>
|
|
817
|
+
<slur number="1" placement="below" type="start"/>
|
|
818
|
+
</notations>
|
|
819
|
+
</note>
|
|
820
|
+
<note default-x="194">
|
|
821
|
+
<pitch>
|
|
822
|
+
<step>A</step>
|
|
823
|
+
<octave>3</octave>
|
|
824
|
+
</pitch>
|
|
825
|
+
<duration>2</duration>
|
|
826
|
+
<voice>1</voice>
|
|
827
|
+
<type>eighth</type>
|
|
828
|
+
<stem default-y="6">up</stem>
|
|
829
|
+
<notations>
|
|
830
|
+
<slur number="1" type="stop"/>
|
|
831
|
+
</notations>
|
|
832
|
+
</note>
|
|
833
|
+
</measure>
|
|
834
|
+
<!--=======================================================-->
|
|
835
|
+
<measure number="12" width="188">
|
|
836
|
+
<print new-system="no"/>
|
|
837
|
+
<note default-x="10">
|
|
838
|
+
<pitch>
|
|
839
|
+
<step>C</step>
|
|
840
|
+
<octave>4</octave>
|
|
841
|
+
</pitch>
|
|
842
|
+
<duration>4</duration>
|
|
843
|
+
<voice>1</voice>
|
|
844
|
+
<type>quarter</type>
|
|
845
|
+
<stem default-y="-55">down</stem>
|
|
846
|
+
<notations>
|
|
847
|
+
<slur number="1" placement="above" type="start"/>
|
|
848
|
+
</notations>
|
|
849
|
+
</note>
|
|
850
|
+
<note default-x="65">
|
|
851
|
+
<pitch>
|
|
852
|
+
<step>D</step>
|
|
853
|
+
<octave>4</octave>
|
|
854
|
+
</pitch>
|
|
855
|
+
<duration>2</duration>
|
|
856
|
+
<voice>1</voice>
|
|
857
|
+
<type>eighth</type>
|
|
858
|
+
<stem default-y="-50">down</stem>
|
|
859
|
+
<notations>
|
|
860
|
+
<slur number="1" type="stop"/>
|
|
861
|
+
</notations>
|
|
862
|
+
</note>
|
|
863
|
+
<note default-x="98">
|
|
864
|
+
<pitch>
|
|
865
|
+
<step>E</step>
|
|
866
|
+
<octave>4</octave>
|
|
867
|
+
</pitch>
|
|
868
|
+
<duration>4</duration>
|
|
869
|
+
<voice>1</voice>
|
|
870
|
+
<type>quarter</type>
|
|
871
|
+
<stem default-y="-45">down</stem>
|
|
872
|
+
<notations>
|
|
873
|
+
<slur number="1" placement="above" type="start"/>
|
|
874
|
+
</notations>
|
|
875
|
+
</note>
|
|
876
|
+
<note default-x="153">
|
|
877
|
+
<pitch>
|
|
878
|
+
<step>D</step>
|
|
879
|
+
<octave>4</octave>
|
|
880
|
+
</pitch>
|
|
881
|
+
<duration>2</duration>
|
|
882
|
+
<voice>1</voice>
|
|
883
|
+
<type>eighth</type>
|
|
884
|
+
<stem default-y="-50">down</stem>
|
|
885
|
+
<notations>
|
|
886
|
+
<slur number="1" type="stop"/>
|
|
887
|
+
</notations>
|
|
888
|
+
</note>
|
|
889
|
+
</measure>
|
|
890
|
+
<!--=======================================================-->
|
|
891
|
+
<measure number="13" width="213">
|
|
892
|
+
<print new-system="no"/>
|
|
893
|
+
<note default-x="10">
|
|
894
|
+
<pitch>
|
|
895
|
+
<step>C</step>
|
|
896
|
+
<octave>4</octave>
|
|
897
|
+
</pitch>
|
|
898
|
+
<duration>2</duration>
|
|
899
|
+
<voice>1</voice>
|
|
900
|
+
<type>eighth</type>
|
|
901
|
+
<stem default-y="15">up</stem>
|
|
902
|
+
<beam number="1">begin</beam>
|
|
903
|
+
</note>
|
|
904
|
+
<note default-x="46">
|
|
905
|
+
<pitch>
|
|
906
|
+
<step>B</step>
|
|
907
|
+
<octave>3</octave>
|
|
908
|
+
</pitch>
|
|
909
|
+
<duration>2</duration>
|
|
910
|
+
<voice>1</voice>
|
|
911
|
+
<type>eighth</type>
|
|
912
|
+
<stem default-y="15">up</stem>
|
|
913
|
+
<beam number="1">continue</beam>
|
|
914
|
+
</note>
|
|
915
|
+
<note default-x="82">
|
|
916
|
+
<pitch>
|
|
917
|
+
<step>C</step>
|
|
918
|
+
<octave>4</octave>
|
|
919
|
+
</pitch>
|
|
920
|
+
<duration>2</duration>
|
|
921
|
+
<voice>1</voice>
|
|
922
|
+
<type>eighth</type>
|
|
923
|
+
<stem default-y="15">up</stem>
|
|
924
|
+
<beam number="1">end</beam>
|
|
925
|
+
</note>
|
|
926
|
+
<note default-x="118">
|
|
927
|
+
<pitch>
|
|
928
|
+
<step>A</step>
|
|
929
|
+
<octave>3</octave>
|
|
930
|
+
</pitch>
|
|
931
|
+
<duration>4</duration>
|
|
932
|
+
<voice>1</voice>
|
|
933
|
+
<type>quarter</type>
|
|
934
|
+
<stem default-y="6">up</stem>
|
|
935
|
+
<notations>
|
|
936
|
+
<slur number="1" placement="below" type="start"/>
|
|
937
|
+
</notations>
|
|
938
|
+
</note>
|
|
939
|
+
<note default-x="176">
|
|
940
|
+
<pitch>
|
|
941
|
+
<step>B</step>
|
|
942
|
+
<octave>3</octave>
|
|
943
|
+
</pitch>
|
|
944
|
+
<duration>2</duration>
|
|
945
|
+
<voice>1</voice>
|
|
946
|
+
<type>eighth</type>
|
|
947
|
+
<stem default-y="11">up</stem>
|
|
948
|
+
<notations>
|
|
949
|
+
<slur number="1" type="stop"/>
|
|
950
|
+
</notations>
|
|
951
|
+
</note>
|
|
952
|
+
</measure>
|
|
953
|
+
<!--=======================================================-->
|
|
954
|
+
<measure number="14" width="213">
|
|
955
|
+
<print new-system="no"/>
|
|
956
|
+
<note default-x="10">
|
|
957
|
+
<pitch>
|
|
958
|
+
<step>G</step>
|
|
959
|
+
<octave>3</octave>
|
|
960
|
+
</pitch>
|
|
961
|
+
<duration>2</duration>
|
|
962
|
+
<voice>1</voice>
|
|
963
|
+
<type>eighth</type>
|
|
964
|
+
<stem default-y="5">up</stem>
|
|
965
|
+
<beam number="1">begin</beam>
|
|
966
|
+
</note>
|
|
967
|
+
<note default-x="46">
|
|
968
|
+
<pitch>
|
|
969
|
+
<step>A</step>
|
|
970
|
+
<octave>3</octave>
|
|
971
|
+
</pitch>
|
|
972
|
+
<duration>2</duration>
|
|
973
|
+
<voice>1</voice>
|
|
974
|
+
<type>eighth</type>
|
|
975
|
+
<stem default-y="7">up</stem>
|
|
976
|
+
<beam number="1">continue</beam>
|
|
977
|
+
</note>
|
|
978
|
+
<note default-x="82">
|
|
979
|
+
<pitch>
|
|
980
|
+
<step>B</step>
|
|
981
|
+
<octave>3</octave>
|
|
982
|
+
</pitch>
|
|
983
|
+
<duration>2</duration>
|
|
984
|
+
<voice>1</voice>
|
|
985
|
+
<type>eighth</type>
|
|
986
|
+
<stem default-y="10">up</stem>
|
|
987
|
+
<beam number="1">end</beam>
|
|
988
|
+
</note>
|
|
989
|
+
<note default-x="118">
|
|
990
|
+
<pitch>
|
|
991
|
+
<step>C</step>
|
|
992
|
+
<octave>4</octave>
|
|
993
|
+
</pitch>
|
|
994
|
+
<duration>4</duration>
|
|
995
|
+
<voice>1</voice>
|
|
996
|
+
<type>quarter</type>
|
|
997
|
+
<stem default-y="-55">down</stem>
|
|
998
|
+
<notations>
|
|
999
|
+
<slur number="1" placement="above" type="start"/>
|
|
1000
|
+
</notations>
|
|
1001
|
+
</note>
|
|
1002
|
+
<note default-x="176">
|
|
1003
|
+
<pitch>
|
|
1004
|
+
<step>G</step>
|
|
1005
|
+
<octave>3</octave>
|
|
1006
|
+
</pitch>
|
|
1007
|
+
<duration>2</duration>
|
|
1008
|
+
<voice>1</voice>
|
|
1009
|
+
<type>eighth</type>
|
|
1010
|
+
<stem default-y="1">up</stem>
|
|
1011
|
+
<notations>
|
|
1012
|
+
<slur number="1" type="stop"/>
|
|
1013
|
+
</notations>
|
|
1014
|
+
</note>
|
|
1015
|
+
</measure>
|
|
1016
|
+
<!--=======================================================-->
|
|
1017
|
+
<measure number="15" width="214">
|
|
1018
|
+
<print new-system="no"/>
|
|
1019
|
+
<note default-x="10">
|
|
1020
|
+
<pitch>
|
|
1021
|
+
<step>A</step>
|
|
1022
|
+
<octave>3</octave>
|
|
1023
|
+
</pitch>
|
|
1024
|
+
<duration>2</duration>
|
|
1025
|
+
<voice>1</voice>
|
|
1026
|
+
<type>eighth</type>
|
|
1027
|
+
<stem default-y="10">up</stem>
|
|
1028
|
+
<beam number="1">begin</beam>
|
|
1029
|
+
</note>
|
|
1030
|
+
<note default-x="44">
|
|
1031
|
+
<pitch>
|
|
1032
|
+
<step>B</step>
|
|
1033
|
+
<octave>3</octave>
|
|
1034
|
+
</pitch>
|
|
1035
|
+
<duration>2</duration>
|
|
1036
|
+
<voice>1</voice>
|
|
1037
|
+
<type>eighth</type>
|
|
1038
|
+
<stem default-y="13">up</stem>
|
|
1039
|
+
<beam number="1">continue</beam>
|
|
1040
|
+
</note>
|
|
1041
|
+
<note default-x="78">
|
|
1042
|
+
<pitch>
|
|
1043
|
+
<step>C</step>
|
|
1044
|
+
<octave>4</octave>
|
|
1045
|
+
</pitch>
|
|
1046
|
+
<duration>2</duration>
|
|
1047
|
+
<voice>1</voice>
|
|
1048
|
+
<type>eighth</type>
|
|
1049
|
+
<stem default-y="15">up</stem>
|
|
1050
|
+
<beam number="1">end</beam>
|
|
1051
|
+
</note>
|
|
1052
|
+
<note default-x="112">
|
|
1053
|
+
<pitch>
|
|
1054
|
+
<step>A</step>
|
|
1055
|
+
<octave>3</octave>
|
|
1056
|
+
</pitch>
|
|
1057
|
+
<duration>2</duration>
|
|
1058
|
+
<voice>1</voice>
|
|
1059
|
+
<type>eighth</type>
|
|
1060
|
+
<stem default-y="6.5">up</stem>
|
|
1061
|
+
<beam number="1">begin</beam>
|
|
1062
|
+
</note>
|
|
1063
|
+
<note default-x="146">
|
|
1064
|
+
<pitch>
|
|
1065
|
+
<step>B</step>
|
|
1066
|
+
<octave>3</octave>
|
|
1067
|
+
</pitch>
|
|
1068
|
+
<duration>2</duration>
|
|
1069
|
+
<voice>1</voice>
|
|
1070
|
+
<type>eighth</type>
|
|
1071
|
+
<stem default-y="6.5">up</stem>
|
|
1072
|
+
<beam number="1">continue</beam>
|
|
1073
|
+
</note>
|
|
1074
|
+
<note default-x="179">
|
|
1075
|
+
<pitch>
|
|
1076
|
+
<step>G</step>
|
|
1077
|
+
<octave>3</octave>
|
|
1078
|
+
</pitch>
|
|
1079
|
+
<duration>2</duration>
|
|
1080
|
+
<voice>1</voice>
|
|
1081
|
+
<type>eighth</type>
|
|
1082
|
+
<stem default-y="6.5">up</stem>
|
|
1083
|
+
<beam number="1">end</beam>
|
|
1084
|
+
</note>
|
|
1085
|
+
</measure>
|
|
1086
|
+
<!--=======================================================-->
|
|
1087
|
+
<measure number="16" width="258">
|
|
1088
|
+
<print new-system="yes"/>
|
|
1089
|
+
<note default-x="46">
|
|
1090
|
+
<pitch>
|
|
1091
|
+
<step>C</step>
|
|
1092
|
+
<octave>4</octave>
|
|
1093
|
+
</pitch>
|
|
1094
|
+
<duration>2</duration>
|
|
1095
|
+
<voice>1</voice>
|
|
1096
|
+
<type>eighth</type>
|
|
1097
|
+
<stem default-y="15">up</stem>
|
|
1098
|
+
<beam number="1">begin</beam>
|
|
1099
|
+
</note>
|
|
1100
|
+
<note default-x="84">
|
|
1101
|
+
<pitch>
|
|
1102
|
+
<step>B</step>
|
|
1103
|
+
<octave>3</octave>
|
|
1104
|
+
</pitch>
|
|
1105
|
+
<duration>2</duration>
|
|
1106
|
+
<voice>1</voice>
|
|
1107
|
+
<type>eighth</type>
|
|
1108
|
+
<stem default-y="15">up</stem>
|
|
1109
|
+
<beam number="1">continue</beam>
|
|
1110
|
+
</note>
|
|
1111
|
+
<note default-x="121">
|
|
1112
|
+
<pitch>
|
|
1113
|
+
<step>C</step>
|
|
1114
|
+
<octave>4</octave>
|
|
1115
|
+
</pitch>
|
|
1116
|
+
<duration>2</duration>
|
|
1117
|
+
<voice>1</voice>
|
|
1118
|
+
<type>eighth</type>
|
|
1119
|
+
<stem default-y="15">up</stem>
|
|
1120
|
+
<beam number="1">end</beam>
|
|
1121
|
+
</note>
|
|
1122
|
+
<note default-x="159">
|
|
1123
|
+
<pitch>
|
|
1124
|
+
<step>D</step>
|
|
1125
|
+
<octave>4</octave>
|
|
1126
|
+
</pitch>
|
|
1127
|
+
<duration>4</duration>
|
|
1128
|
+
<voice>1</voice>
|
|
1129
|
+
<type>quarter</type>
|
|
1130
|
+
<stem default-y="-50.5">down</stem>
|
|
1131
|
+
<notations>
|
|
1132
|
+
<slur number="1" placement="above" type="start"/>
|
|
1133
|
+
</notations>
|
|
1134
|
+
</note>
|
|
1135
|
+
<note default-x="220">
|
|
1136
|
+
<pitch>
|
|
1137
|
+
<step>E</step>
|
|
1138
|
+
<octave>4</octave>
|
|
1139
|
+
</pitch>
|
|
1140
|
+
<duration>2</duration>
|
|
1141
|
+
<voice>1</voice>
|
|
1142
|
+
<type>eighth</type>
|
|
1143
|
+
<stem default-y="-45">down</stem>
|
|
1144
|
+
<notations>
|
|
1145
|
+
<slur number="1" type="stop"/>
|
|
1146
|
+
</notations>
|
|
1147
|
+
</note>
|
|
1148
|
+
</measure>
|
|
1149
|
+
<!--=======================================================-->
|
|
1150
|
+
<measure number="17" width="205">
|
|
1151
|
+
<note default-x="10">
|
|
1152
|
+
<pitch>
|
|
1153
|
+
<step>C</step>
|
|
1154
|
+
<octave>4</octave>
|
|
1155
|
+
</pitch>
|
|
1156
|
+
<duration>2</duration>
|
|
1157
|
+
<voice>1</voice>
|
|
1158
|
+
<type>eighth</type>
|
|
1159
|
+
<stem default-y="-50">down</stem>
|
|
1160
|
+
<beam number="1">begin</beam>
|
|
1161
|
+
</note>
|
|
1162
|
+
<note default-x="45">
|
|
1163
|
+
<pitch>
|
|
1164
|
+
<step>G</step>
|
|
1165
|
+
<octave>4</octave>
|
|
1166
|
+
</pitch>
|
|
1167
|
+
<duration>2</duration>
|
|
1168
|
+
<voice>1</voice>
|
|
1169
|
+
<type>eighth</type>
|
|
1170
|
+
<stem default-y="-47">down</stem>
|
|
1171
|
+
<beam number="1">continue</beam>
|
|
1172
|
+
</note>
|
|
1173
|
+
<note default-x="79">
|
|
1174
|
+
<pitch>
|
|
1175
|
+
<step>F</step>
|
|
1176
|
+
<octave>4</octave>
|
|
1177
|
+
</pitch>
|
|
1178
|
+
<duration>2</duration>
|
|
1179
|
+
<voice>1</voice>
|
|
1180
|
+
<type>eighth</type>
|
|
1181
|
+
<stem default-y="-45">down</stem>
|
|
1182
|
+
<beam number="1">end</beam>
|
|
1183
|
+
</note>
|
|
1184
|
+
<note default-x="113">
|
|
1185
|
+
<pitch>
|
|
1186
|
+
<step>E</step>
|
|
1187
|
+
<octave>4</octave>
|
|
1188
|
+
</pitch>
|
|
1189
|
+
<duration>4</duration>
|
|
1190
|
+
<voice>1</voice>
|
|
1191
|
+
<type>quarter</type>
|
|
1192
|
+
<stem default-y="-45">down</stem>
|
|
1193
|
+
<notations>
|
|
1194
|
+
<slur number="1" placement="above" type="start"/>
|
|
1195
|
+
</notations>
|
|
1196
|
+
</note>
|
|
1197
|
+
<note default-x="169">
|
|
1198
|
+
<pitch>
|
|
1199
|
+
<step>D</step>
|
|
1200
|
+
<octave>4</octave>
|
|
1201
|
+
</pitch>
|
|
1202
|
+
<duration>2</duration>
|
|
1203
|
+
<voice>1</voice>
|
|
1204
|
+
<type>eighth</type>
|
|
1205
|
+
<stem default-y="-50.5">down</stem>
|
|
1206
|
+
<notations>
|
|
1207
|
+
<slur number="1" type="stop"/>
|
|
1208
|
+
</notations>
|
|
1209
|
+
</note>
|
|
1210
|
+
</measure>
|
|
1211
|
+
<!--=======================================================-->
|
|
1212
|
+
<measure number="18" width="210">
|
|
1213
|
+
<note default-x="10">
|
|
1214
|
+
<pitch>
|
|
1215
|
+
<step>C</step>
|
|
1216
|
+
<octave>4</octave>
|
|
1217
|
+
</pitch>
|
|
1218
|
+
<duration>2</duration>
|
|
1219
|
+
<voice>1</voice>
|
|
1220
|
+
<type>eighth</type>
|
|
1221
|
+
<stem default-y="-50">down</stem>
|
|
1222
|
+
<beam number="1">begin</beam>
|
|
1223
|
+
</note>
|
|
1224
|
+
<note default-x="46">
|
|
1225
|
+
<pitch>
|
|
1226
|
+
<step>G</step>
|
|
1227
|
+
<octave>4</octave>
|
|
1228
|
+
</pitch>
|
|
1229
|
+
<duration>2</duration>
|
|
1230
|
+
<voice>1</voice>
|
|
1231
|
+
<type>eighth</type>
|
|
1232
|
+
<stem default-y="-47">down</stem>
|
|
1233
|
+
<beam number="1">continue</beam>
|
|
1234
|
+
</note>
|
|
1235
|
+
<note default-x="81">
|
|
1236
|
+
<pitch>
|
|
1237
|
+
<step>F</step>
|
|
1238
|
+
<octave>4</octave>
|
|
1239
|
+
</pitch>
|
|
1240
|
+
<duration>2</duration>
|
|
1241
|
+
<voice>1</voice>
|
|
1242
|
+
<type>eighth</type>
|
|
1243
|
+
<stem default-y="-45">down</stem>
|
|
1244
|
+
<beam number="1">end</beam>
|
|
1245
|
+
</note>
|
|
1246
|
+
<note default-x="117">
|
|
1247
|
+
<pitch>
|
|
1248
|
+
<step>E</step>
|
|
1249
|
+
<octave>4</octave>
|
|
1250
|
+
</pitch>
|
|
1251
|
+
<duration>4</duration>
|
|
1252
|
+
<voice>1</voice>
|
|
1253
|
+
<type>quarter</type>
|
|
1254
|
+
<stem default-y="-45">down</stem>
|
|
1255
|
+
<notations>
|
|
1256
|
+
<slur number="1" placement="above" type="start"/>
|
|
1257
|
+
</notations>
|
|
1258
|
+
</note>
|
|
1259
|
+
<note default-x="174">
|
|
1260
|
+
<pitch>
|
|
1261
|
+
<step>D</step>
|
|
1262
|
+
<octave>4</octave>
|
|
1263
|
+
</pitch>
|
|
1264
|
+
<duration>2</duration>
|
|
1265
|
+
<voice>1</voice>
|
|
1266
|
+
<type>eighth</type>
|
|
1267
|
+
<stem default-y="-50.5">down</stem>
|
|
1268
|
+
<notations>
|
|
1269
|
+
<slur number="1" type="stop"/>
|
|
1270
|
+
</notations>
|
|
1271
|
+
</note>
|
|
1272
|
+
</measure>
|
|
1273
|
+
<!--=======================================================-->
|
|
1274
|
+
<measure number="19" width="215">
|
|
1275
|
+
<barline location="left">
|
|
1276
|
+
<ending default-y="40" end-length="20" number="1" type="start"/>
|
|
1277
|
+
</barline>
|
|
1278
|
+
<note default-x="17">
|
|
1279
|
+
<pitch>
|
|
1280
|
+
<step>C</step>
|
|
1281
|
+
<octave>4</octave>
|
|
1282
|
+
</pitch>
|
|
1283
|
+
<duration>2</duration>
|
|
1284
|
+
<voice>1</voice>
|
|
1285
|
+
<type>eighth</type>
|
|
1286
|
+
<stem default-y="15">up</stem>
|
|
1287
|
+
<beam number="1">begin</beam>
|
|
1288
|
+
</note>
|
|
1289
|
+
<note default-x="52">
|
|
1290
|
+
<pitch>
|
|
1291
|
+
<step>B</step>
|
|
1292
|
+
<octave>3</octave>
|
|
1293
|
+
</pitch>
|
|
1294
|
+
<duration>2</duration>
|
|
1295
|
+
<voice>1</voice>
|
|
1296
|
+
<type>eighth</type>
|
|
1297
|
+
<stem default-y="15">up</stem>
|
|
1298
|
+
<beam number="1">continue</beam>
|
|
1299
|
+
</note>
|
|
1300
|
+
<note default-x="89">
|
|
1301
|
+
<pitch>
|
|
1302
|
+
<step>C</step>
|
|
1303
|
+
<octave>4</octave>
|
|
1304
|
+
</pitch>
|
|
1305
|
+
<duration>2</duration>
|
|
1306
|
+
<voice>1</voice>
|
|
1307
|
+
<type>eighth</type>
|
|
1308
|
+
<stem default-y="15">up</stem>
|
|
1309
|
+
<beam number="1">end</beam>
|
|
1310
|
+
</note>
|
|
1311
|
+
<note default-x="124">
|
|
1312
|
+
<pitch>
|
|
1313
|
+
<step>A</step>
|
|
1314
|
+
<octave>3</octave>
|
|
1315
|
+
</pitch>
|
|
1316
|
+
<duration>4</duration>
|
|
1317
|
+
<voice>1</voice>
|
|
1318
|
+
<type>quarter</type>
|
|
1319
|
+
<stem default-y="6">up</stem>
|
|
1320
|
+
<notations>
|
|
1321
|
+
<slur number="1" placement="above" type="start"/>
|
|
1322
|
+
</notations>
|
|
1323
|
+
</note>
|
|
1324
|
+
<note default-x="182">
|
|
1325
|
+
<pitch>
|
|
1326
|
+
<step>E</step>
|
|
1327
|
+
<octave>4</octave>
|
|
1328
|
+
</pitch>
|
|
1329
|
+
<duration>2</duration>
|
|
1330
|
+
<voice>1</voice>
|
|
1331
|
+
<type>eighth</type>
|
|
1332
|
+
<stem default-y="-45">down</stem>
|
|
1333
|
+
<notations>
|
|
1334
|
+
<slur number="1" type="stop"/>
|
|
1335
|
+
</notations>
|
|
1336
|
+
</note>
|
|
1337
|
+
</measure>
|
|
1338
|
+
<!--=======================================================-->
|
|
1339
|
+
<measure number="20" width="197">
|
|
1340
|
+
<note default-x="10">
|
|
1341
|
+
<pitch>
|
|
1342
|
+
<step>A</step>
|
|
1343
|
+
<octave>3</octave>
|
|
1344
|
+
</pitch>
|
|
1345
|
+
<duration>2</duration>
|
|
1346
|
+
<voice>1</voice>
|
|
1347
|
+
<type>eighth</type>
|
|
1348
|
+
<stem default-y="-56">down</stem>
|
|
1349
|
+
<beam number="1">begin</beam>
|
|
1350
|
+
<notations>
|
|
1351
|
+
<articulations>
|
|
1352
|
+
<staccatissimo default-x="3" default-y="-18" placement="above"/>
|
|
1353
|
+
</articulations>
|
|
1354
|
+
</notations>
|
|
1355
|
+
</note>
|
|
1356
|
+
<note default-x="42">
|
|
1357
|
+
<pitch>
|
|
1358
|
+
<step>E</step>
|
|
1359
|
+
<octave>4</octave>
|
|
1360
|
+
</pitch>
|
|
1361
|
+
<duration>2</duration>
|
|
1362
|
+
<voice>1</voice>
|
|
1363
|
+
<type>eighth</type>
|
|
1364
|
+
<stem default-y="-53">down</stem>
|
|
1365
|
+
<beam number="1">continue</beam>
|
|
1366
|
+
<notations>
|
|
1367
|
+
<articulations>
|
|
1368
|
+
<staccatissimo default-x="4" default-y="2" placement="above"/>
|
|
1369
|
+
</articulations>
|
|
1370
|
+
</notations>
|
|
1371
|
+
</note>
|
|
1372
|
+
<note default-x="75">
|
|
1373
|
+
<pitch>
|
|
1374
|
+
<step>E</step>
|
|
1375
|
+
<octave>4</octave>
|
|
1376
|
+
</pitch>
|
|
1377
|
+
<duration>2</duration>
|
|
1378
|
+
<voice>1</voice>
|
|
1379
|
+
<type>eighth</type>
|
|
1380
|
+
<stem default-y="-51">down</stem>
|
|
1381
|
+
<beam number="1">end</beam>
|
|
1382
|
+
<notations>
|
|
1383
|
+
<articulations>
|
|
1384
|
+
<staccatissimo default-x="4" default-y="2" placement="above"/>
|
|
1385
|
+
</articulations>
|
|
1386
|
+
</notations>
|
|
1387
|
+
</note>
|
|
1388
|
+
<note default-x="107">
|
|
1389
|
+
<pitch>
|
|
1390
|
+
<step>A</step>
|
|
1391
|
+
<octave>3</octave>
|
|
1392
|
+
</pitch>
|
|
1393
|
+
<duration>6</duration>
|
|
1394
|
+
<voice>1</voice>
|
|
1395
|
+
<type>quarter</type>
|
|
1396
|
+
<dot/>
|
|
1397
|
+
<stem default-y="6">up</stem>
|
|
1398
|
+
</note>
|
|
1399
|
+
<barline location="right">
|
|
1400
|
+
<bar-style>light-heavy</bar-style>
|
|
1401
|
+
<ending number="1" type="stop"/>
|
|
1402
|
+
<repeat direction="backward" winged="none"/>
|
|
1403
|
+
</barline>
|
|
1404
|
+
</measure>
|
|
1405
|
+
<!--=======================================================-->
|
|
1406
|
+
<measure number="21" width="223">
|
|
1407
|
+
<barline location="left">
|
|
1408
|
+
<ending default-y="40" end-length="20" number="2" type="start"/>
|
|
1409
|
+
</barline>
|
|
1410
|
+
<note default-x="16">
|
|
1411
|
+
<pitch>
|
|
1412
|
+
<step>C</step>
|
|
1413
|
+
<octave>4</octave>
|
|
1414
|
+
</pitch>
|
|
1415
|
+
<duration>2</duration>
|
|
1416
|
+
<voice>1</voice>
|
|
1417
|
+
<type>eighth</type>
|
|
1418
|
+
<stem default-y="15">up</stem>
|
|
1419
|
+
<beam number="1">begin</beam>
|
|
1420
|
+
</note>
|
|
1421
|
+
<note default-x="53">
|
|
1422
|
+
<pitch>
|
|
1423
|
+
<step>B</step>
|
|
1424
|
+
<octave>3</octave>
|
|
1425
|
+
</pitch>
|
|
1426
|
+
<duration>2</duration>
|
|
1427
|
+
<voice>1</voice>
|
|
1428
|
+
<type>eighth</type>
|
|
1429
|
+
<stem default-y="15">up</stem>
|
|
1430
|
+
<beam number="1">continue</beam>
|
|
1431
|
+
</note>
|
|
1432
|
+
<note default-x="87">
|
|
1433
|
+
<pitch>
|
|
1434
|
+
<step>C</step>
|
|
1435
|
+
<octave>4</octave>
|
|
1436
|
+
</pitch>
|
|
1437
|
+
<duration>2</duration>
|
|
1438
|
+
<voice>1</voice>
|
|
1439
|
+
<type>eighth</type>
|
|
1440
|
+
<stem default-y="15">up</stem>
|
|
1441
|
+
<beam number="1">end</beam>
|
|
1442
|
+
</note>
|
|
1443
|
+
<note default-x="120">
|
|
1444
|
+
<pitch>
|
|
1445
|
+
<step>A</step>
|
|
1446
|
+
<octave>3</octave>
|
|
1447
|
+
</pitch>
|
|
1448
|
+
<duration>2</duration>
|
|
1449
|
+
<voice>1</voice>
|
|
1450
|
+
<type>eighth</type>
|
|
1451
|
+
<stem default-y="10">up</stem>
|
|
1452
|
+
<beam number="1">begin</beam>
|
|
1453
|
+
</note>
|
|
1454
|
+
<note default-x="156">
|
|
1455
|
+
<pitch>
|
|
1456
|
+
<step>B</step>
|
|
1457
|
+
<octave>3</octave>
|
|
1458
|
+
</pitch>
|
|
1459
|
+
<duration>2</duration>
|
|
1460
|
+
<voice>1</voice>
|
|
1461
|
+
<type>eighth</type>
|
|
1462
|
+
<stem default-y="13">up</stem>
|
|
1463
|
+
<beam number="1">continue</beam>
|
|
1464
|
+
</note>
|
|
1465
|
+
<note default-x="192">
|
|
1466
|
+
<pitch>
|
|
1467
|
+
<step>C</step>
|
|
1468
|
+
<octave>4</octave>
|
|
1469
|
+
</pitch>
|
|
1470
|
+
<duration>2</duration>
|
|
1471
|
+
<voice>1</voice>
|
|
1472
|
+
<type>eighth</type>
|
|
1473
|
+
<stem default-y="15">up</stem>
|
|
1474
|
+
<beam number="1">end</beam>
|
|
1475
|
+
</note>
|
|
1476
|
+
<barline location="right">
|
|
1477
|
+
<ending number="2" type="discontinue"/>
|
|
1478
|
+
</barline>
|
|
1479
|
+
</measure>
|
|
1480
|
+
<!--=======================================================-->
|
|
1481
|
+
<measure number="22" width="207">
|
|
1482
|
+
<note default-x="10">
|
|
1483
|
+
<pitch>
|
|
1484
|
+
<step>D</step>
|
|
1485
|
+
<octave>4</octave>
|
|
1486
|
+
</pitch>
|
|
1487
|
+
<duration>1</duration>
|
|
1488
|
+
<voice>1</voice>
|
|
1489
|
+
<type>16th</type>
|
|
1490
|
+
<stem default-y="-43">down</stem>
|
|
1491
|
+
<beam number="1">begin</beam>
|
|
1492
|
+
<beam number="2">begin</beam>
|
|
1493
|
+
<notations>
|
|
1494
|
+
<slur number="1" placement="above" type="start"/>
|
|
1495
|
+
</notations>
|
|
1496
|
+
</note>
|
|
1497
|
+
<note default-x="31">
|
|
1498
|
+
<pitch>
|
|
1499
|
+
<step>C</step>
|
|
1500
|
+
<octave>4</octave>
|
|
1501
|
+
</pitch>
|
|
1502
|
+
<duration>1</duration>
|
|
1503
|
+
<voice>1</voice>
|
|
1504
|
+
<type>16th</type>
|
|
1505
|
+
<stem default-y="-45">down</stem>
|
|
1506
|
+
<beam number="1">continue</beam>
|
|
1507
|
+
<beam number="2">end</beam>
|
|
1508
|
+
</note>
|
|
1509
|
+
<note default-x="53">
|
|
1510
|
+
<pitch>
|
|
1511
|
+
<step>D</step>
|
|
1512
|
+
<octave>4</octave>
|
|
1513
|
+
</pitch>
|
|
1514
|
+
<duration>2</duration>
|
|
1515
|
+
<voice>1</voice>
|
|
1516
|
+
<type>eighth</type>
|
|
1517
|
+
<stem default-y="-46">down</stem>
|
|
1518
|
+
<beam number="1">continue</beam>
|
|
1519
|
+
<notations>
|
|
1520
|
+
<slur number="1" type="stop"/>
|
|
1521
|
+
</notations>
|
|
1522
|
+
</note>
|
|
1523
|
+
<note default-x="88">
|
|
1524
|
+
<pitch>
|
|
1525
|
+
<step>B</step>
|
|
1526
|
+
<octave>3</octave>
|
|
1527
|
+
</pitch>
|
|
1528
|
+
<duration>2</duration>
|
|
1529
|
+
<voice>1</voice>
|
|
1530
|
+
<type>eighth</type>
|
|
1531
|
+
<stem default-y="-48">down</stem>
|
|
1532
|
+
<beam number="1">end</beam>
|
|
1533
|
+
</note>
|
|
1534
|
+
<note default-x="123">
|
|
1535
|
+
<pitch>
|
|
1536
|
+
<step>C</step>
|
|
1537
|
+
<octave>4</octave>
|
|
1538
|
+
</pitch>
|
|
1539
|
+
<duration>6</duration>
|
|
1540
|
+
<voice>1</voice>
|
|
1541
|
+
<type>quarter</type>
|
|
1542
|
+
<dot/>
|
|
1543
|
+
<stem default-y="-55">down</stem>
|
|
1544
|
+
</note>
|
|
1545
|
+
<barline location="right">
|
|
1546
|
+
<bar-style>light-heavy</bar-style>
|
|
1547
|
+
</barline>
|
|
1548
|
+
</measure>
|
|
1549
|
+
</part>
|
|
1550
|
+
<!--=========================================================-->
|
|
1551
|
+
</score-partwise>
|