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
|
|
@@ -0,0 +1,2559 @@
|
|
|
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>越後獅子</movement-title>
|
|
5
|
+
<identification>
|
|
6
|
+
<creator type="arranger">Y. Nagai</creator>
|
|
7
|
+
<creator type="arranger">K. Kobatake</creator>
|
|
8
|
+
<rights>Transcription donated to the public domain, 2005 by Tom Potter</rights>
|
|
9
|
+
<encoding>
|
|
10
|
+
<software>Finale 2011 for Windows</software>
|
|
11
|
+
<software>Dolet 6.0 for Finale</software>
|
|
12
|
+
<encoding-date>2011-08-08</encoding-date>
|
|
13
|
+
<supports attribute="new-system" element="print" type="yes" value="yes"/>
|
|
14
|
+
<supports attribute="new-page" element="print" type="yes" value="yes"/>
|
|
15
|
+
</encoding>
|
|
16
|
+
</identification>
|
|
17
|
+
<defaults>
|
|
18
|
+
<scaling>
|
|
19
|
+
<millimeters>7.2319</millimeters>
|
|
20
|
+
<tenths>40</tenths>
|
|
21
|
+
</scaling>
|
|
22
|
+
<page-layout>
|
|
23
|
+
<page-height>1545</page-height>
|
|
24
|
+
<page-width>1194</page-width>
|
|
25
|
+
<page-margins type="both">
|
|
26
|
+
<left-margin>105</left-margin>
|
|
27
|
+
<right-margin>70</right-margin>
|
|
28
|
+
<top-margin>10</top-margin>
|
|
29
|
+
<bottom-margin>70</bottom-margin>
|
|
30
|
+
</page-margins>
|
|
31
|
+
</page-layout>
|
|
32
|
+
<system-layout>
|
|
33
|
+
<system-margins>
|
|
34
|
+
<left-margin>10</left-margin>
|
|
35
|
+
<right-margin>0</right-margin>
|
|
36
|
+
</system-margins>
|
|
37
|
+
<system-distance>93</system-distance>
|
|
38
|
+
<top-system-distance>93</top-system-distance>
|
|
39
|
+
</system-layout>
|
|
40
|
+
<appearance>
|
|
41
|
+
<line-width type="stem">1.4583</line-width>
|
|
42
|
+
<line-width type="beam">5</line-width>
|
|
43
|
+
<line-width type="staff">1.4583</line-width>
|
|
44
|
+
<line-width type="light barline">1.4583</line-width>
|
|
45
|
+
<line-width type="heavy barline">5</line-width>
|
|
46
|
+
<line-width type="leger">1.4583</line-width>
|
|
47
|
+
<line-width type="ending">1.4583</line-width>
|
|
48
|
+
<line-width type="wedge">1.4583</line-width>
|
|
49
|
+
<line-width type="enclosure">1.4583</line-width>
|
|
50
|
+
<line-width type="tuplet bracket">1.4583</line-width>
|
|
51
|
+
<note-size type="grace">60</note-size>
|
|
52
|
+
<note-size type="cue">60</note-size>
|
|
53
|
+
<distance type="hyphen">60</distance>
|
|
54
|
+
<distance type="beam">8</distance>
|
|
55
|
+
</appearance>
|
|
56
|
+
<music-font font-family="Maestro,engraved" font-size="20.5"/>
|
|
57
|
+
<word-font font-family="Times New Roman" font-size="10.25"/>
|
|
58
|
+
<lyric-font font-family="MS ゴシック" font-size="10.25"/>
|
|
59
|
+
<lyric-language xml:lang="ja"/>
|
|
60
|
+
</defaults>
|
|
61
|
+
<credit page="1">
|
|
62
|
+
<credit-type>title</credit-type>
|
|
63
|
+
<credit-words default-x="607" default-y="1443" font-family="MS ゴシック" font-size="24" font-weight="bold" justify="center" valign="top" xml:lang="ja">越後獅子</credit-words>
|
|
64
|
+
</credit>
|
|
65
|
+
<credit page="1">
|
|
66
|
+
<credit-type>arranger</credit-type>
|
|
67
|
+
<credit-words default-x="1124" default-y="1345" font-size="12" font-weight="bold" justify="right" valign="top">Arr. Y. Nagai , K. Kobatake</credit-words>
|
|
68
|
+
</credit>
|
|
69
|
+
<credit page="1">
|
|
70
|
+
<credit-type>rights</credit-type>
|
|
71
|
+
<credit-words default-x="602" default-y="73" font-size="9" halign="center" valign="bottom">Transcription donated to the public domain, 2005 by Tom Potter</credit-words>
|
|
72
|
+
</credit>
|
|
73
|
+
<credit page="1">
|
|
74
|
+
<credit-words default-x="129" default-y="244" font-size="11" valign="top" xml:space="preserve">Source: "Japanese Popular Music: a collection of the popular music of Japan rendered in to the
|
|
75
|
+
staff notation", by Y. Nagai and K. Kobatake, 2nd ed., Osaka, S. Miki & Co., 1892, pp. 96-97.
|
|
76
|
+
|
|
77
|
+
Transcribed into Finale music notation by Tom Potter, 2005. See http://www.daisyfield.com/music/
|
|
78
|
+
Lyrics added by Karen Tanaka and Michael Good, 2006. See http://www.recordare.com/</credit-words>
|
|
79
|
+
</credit>
|
|
80
|
+
<credit page="1">
|
|
81
|
+
<credit-words default-x="607" default-y="1395" font-size="24" font-weight="bold" halign="center" valign="top">Echigo-Jishi</credit-words>
|
|
82
|
+
</credit>
|
|
83
|
+
<part-list>
|
|
84
|
+
<score-part id="P1">
|
|
85
|
+
<part-name print-object="no">MusicXML Part</part-name>
|
|
86
|
+
<score-instrument id="P1-I2">
|
|
87
|
+
<instrument-name>Koto</instrument-name>
|
|
88
|
+
</score-instrument>
|
|
89
|
+
<midi-instrument id="P1-I2">
|
|
90
|
+
<midi-channel>1</midi-channel>
|
|
91
|
+
<midi-program>108</midi-program>
|
|
92
|
+
<volume>80</volume>
|
|
93
|
+
<pan>0</pan>
|
|
94
|
+
</midi-instrument>
|
|
95
|
+
</score-part>
|
|
96
|
+
</part-list>
|
|
97
|
+
<!--=========================================================-->
|
|
98
|
+
<part id="P1">
|
|
99
|
+
<measure number="1" width="225">
|
|
100
|
+
<print>
|
|
101
|
+
<system-layout>
|
|
102
|
+
<system-margins>
|
|
103
|
+
<left-margin>69</left-margin>
|
|
104
|
+
<right-margin>0</right-margin>
|
|
105
|
+
</system-margins>
|
|
106
|
+
<top-system-distance>265</top-system-distance>
|
|
107
|
+
</system-layout>
|
|
108
|
+
<measure-numbering>system</measure-numbering>
|
|
109
|
+
</print>
|
|
110
|
+
<attributes>
|
|
111
|
+
<divisions>8</divisions>
|
|
112
|
+
<key>
|
|
113
|
+
<fifths>0</fifths>
|
|
114
|
+
<mode>major</mode>
|
|
115
|
+
</key>
|
|
116
|
+
<time>
|
|
117
|
+
<beats>2</beats>
|
|
118
|
+
<beat-type>4</beat-type>
|
|
119
|
+
</time>
|
|
120
|
+
<clef>
|
|
121
|
+
<sign>G</sign>
|
|
122
|
+
<line>2</line>
|
|
123
|
+
</clef>
|
|
124
|
+
</attributes>
|
|
125
|
+
<direction directive="yes" placement="above">
|
|
126
|
+
<direction-type>
|
|
127
|
+
<words default-y="23" font-size="12" font-weight="bold">Allegro</words>
|
|
128
|
+
</direction-type>
|
|
129
|
+
<sound tempo="92"/>
|
|
130
|
+
</direction>
|
|
131
|
+
<direction placement="below">
|
|
132
|
+
<direction-type>
|
|
133
|
+
<dynamics default-x="76" default-y="-67" halign="center">
|
|
134
|
+
<f/>
|
|
135
|
+
</dynamics>
|
|
136
|
+
</direction-type>
|
|
137
|
+
<sound dynamics="98"/>
|
|
138
|
+
</direction>
|
|
139
|
+
<note default-x="80">
|
|
140
|
+
<pitch>
|
|
141
|
+
<step>A</step>
|
|
142
|
+
<octave>4</octave>
|
|
143
|
+
</pitch>
|
|
144
|
+
<duration>4</duration>
|
|
145
|
+
<voice>1</voice>
|
|
146
|
+
<type>eighth</type>
|
|
147
|
+
<stem default-y="13">up</stem>
|
|
148
|
+
<beam number="1">begin</beam>
|
|
149
|
+
</note>
|
|
150
|
+
<note default-x="116">
|
|
151
|
+
<pitch>
|
|
152
|
+
<step>A</step>
|
|
153
|
+
<octave>4</octave>
|
|
154
|
+
</pitch>
|
|
155
|
+
<duration>4</duration>
|
|
156
|
+
<voice>1</voice>
|
|
157
|
+
<type>eighth</type>
|
|
158
|
+
<stem default-y="13">up</stem>
|
|
159
|
+
<beam number="1">continue</beam>
|
|
160
|
+
</note>
|
|
161
|
+
<note default-x="152">
|
|
162
|
+
<pitch>
|
|
163
|
+
<step>B</step>
|
|
164
|
+
<octave>4</octave>
|
|
165
|
+
</pitch>
|
|
166
|
+
<duration>4</duration>
|
|
167
|
+
<voice>1</voice>
|
|
168
|
+
<type>eighth</type>
|
|
169
|
+
<stem default-y="13">up</stem>
|
|
170
|
+
<beam number="1">continue</beam>
|
|
171
|
+
</note>
|
|
172
|
+
<note default-x="187">
|
|
173
|
+
<pitch>
|
|
174
|
+
<step>A</step>
|
|
175
|
+
<octave>4</octave>
|
|
176
|
+
</pitch>
|
|
177
|
+
<duration>4</duration>
|
|
178
|
+
<voice>1</voice>
|
|
179
|
+
<type>eighth</type>
|
|
180
|
+
<stem default-y="13">up</stem>
|
|
181
|
+
<beam number="1">end</beam>
|
|
182
|
+
</note>
|
|
183
|
+
</measure>
|
|
184
|
+
<!--=======================================================-->
|
|
185
|
+
<measure number="2" width="155">
|
|
186
|
+
<note default-x="10">
|
|
187
|
+
<pitch>
|
|
188
|
+
<step>B</step>
|
|
189
|
+
<octave>4</octave>
|
|
190
|
+
</pitch>
|
|
191
|
+
<duration>4</duration>
|
|
192
|
+
<voice>1</voice>
|
|
193
|
+
<type>eighth</type>
|
|
194
|
+
<stem default-y="-55">down</stem>
|
|
195
|
+
<beam number="1">begin</beam>
|
|
196
|
+
</note>
|
|
197
|
+
<note default-x="46">
|
|
198
|
+
<pitch>
|
|
199
|
+
<step>A</step>
|
|
200
|
+
<octave>4</octave>
|
|
201
|
+
</pitch>
|
|
202
|
+
<duration>4</duration>
|
|
203
|
+
<voice>1</voice>
|
|
204
|
+
<type>eighth</type>
|
|
205
|
+
<stem default-y="-55">down</stem>
|
|
206
|
+
<beam number="1">continue</beam>
|
|
207
|
+
</note>
|
|
208
|
+
<note default-x="82">
|
|
209
|
+
<pitch>
|
|
210
|
+
<step>B</step>
|
|
211
|
+
<octave>4</octave>
|
|
212
|
+
</pitch>
|
|
213
|
+
<duration>4</duration>
|
|
214
|
+
<voice>1</voice>
|
|
215
|
+
<type>eighth</type>
|
|
216
|
+
<stem default-y="-55">down</stem>
|
|
217
|
+
<beam number="1">continue</beam>
|
|
218
|
+
</note>
|
|
219
|
+
<note default-x="118">
|
|
220
|
+
<pitch>
|
|
221
|
+
<step>C</step>
|
|
222
|
+
<octave>5</octave>
|
|
223
|
+
</pitch>
|
|
224
|
+
<duration>4</duration>
|
|
225
|
+
<voice>1</voice>
|
|
226
|
+
<type>eighth</type>
|
|
227
|
+
<stem default-y="-55">down</stem>
|
|
228
|
+
<beam number="1">end</beam>
|
|
229
|
+
</note>
|
|
230
|
+
</measure>
|
|
231
|
+
<!--=======================================================-->
|
|
232
|
+
<measure number="3" width="155">
|
|
233
|
+
<note default-x="10">
|
|
234
|
+
<pitch>
|
|
235
|
+
<step>E</step>
|
|
236
|
+
<octave>5</octave>
|
|
237
|
+
</pitch>
|
|
238
|
+
<duration>4</duration>
|
|
239
|
+
<voice>1</voice>
|
|
240
|
+
<type>eighth</type>
|
|
241
|
+
<stem default-y="-40">down</stem>
|
|
242
|
+
<beam number="1">begin</beam>
|
|
243
|
+
</note>
|
|
244
|
+
<note default-x="46">
|
|
245
|
+
<pitch>
|
|
246
|
+
<step>C</step>
|
|
247
|
+
<octave>5</octave>
|
|
248
|
+
</pitch>
|
|
249
|
+
<duration>4</duration>
|
|
250
|
+
<voice>1</voice>
|
|
251
|
+
<type>eighth</type>
|
|
252
|
+
<stem default-y="-46">down</stem>
|
|
253
|
+
<beam number="1">continue</beam>
|
|
254
|
+
</note>
|
|
255
|
+
<note default-x="82">
|
|
256
|
+
<pitch>
|
|
257
|
+
<step>B</step>
|
|
258
|
+
<octave>4</octave>
|
|
259
|
+
</pitch>
|
|
260
|
+
<duration>4</duration>
|
|
261
|
+
<voice>1</voice>
|
|
262
|
+
<type>eighth</type>
|
|
263
|
+
<stem default-y="-52">down</stem>
|
|
264
|
+
<beam number="1">continue</beam>
|
|
265
|
+
</note>
|
|
266
|
+
<note default-x="118">
|
|
267
|
+
<pitch>
|
|
268
|
+
<step>A</step>
|
|
269
|
+
<octave>4</octave>
|
|
270
|
+
</pitch>
|
|
271
|
+
<duration>4</duration>
|
|
272
|
+
<voice>1</voice>
|
|
273
|
+
<type>eighth</type>
|
|
274
|
+
<stem default-y="-57.5">down</stem>
|
|
275
|
+
<beam number="1">end</beam>
|
|
276
|
+
</note>
|
|
277
|
+
</measure>
|
|
278
|
+
<!--=======================================================-->
|
|
279
|
+
<measure number="4" width="125">
|
|
280
|
+
<note default-x="10">
|
|
281
|
+
<pitch>
|
|
282
|
+
<step>F</step>
|
|
283
|
+
<octave>4</octave>
|
|
284
|
+
</pitch>
|
|
285
|
+
<duration>12</duration>
|
|
286
|
+
<voice>1</voice>
|
|
287
|
+
<type>quarter</type>
|
|
288
|
+
<dot/>
|
|
289
|
+
<stem default-y="0">up</stem>
|
|
290
|
+
</note>
|
|
291
|
+
<note default-x="88">
|
|
292
|
+
<rest/>
|
|
293
|
+
<duration>4</duration>
|
|
294
|
+
<voice>1</voice>
|
|
295
|
+
<type>eighth</type>
|
|
296
|
+
</note>
|
|
297
|
+
</measure>
|
|
298
|
+
<!--=======================================================-->
|
|
299
|
+
<measure number="5" width="155">
|
|
300
|
+
<note default-x="10">
|
|
301
|
+
<pitch>
|
|
302
|
+
<step>F</step>
|
|
303
|
+
<octave>4</octave>
|
|
304
|
+
</pitch>
|
|
305
|
+
<duration>4</duration>
|
|
306
|
+
<voice>1</voice>
|
|
307
|
+
<type>eighth</type>
|
|
308
|
+
<stem default-y="13">up</stem>
|
|
309
|
+
<beam number="1">begin</beam>
|
|
310
|
+
</note>
|
|
311
|
+
<note default-x="46">
|
|
312
|
+
<pitch>
|
|
313
|
+
<step>A</step>
|
|
314
|
+
<octave>4</octave>
|
|
315
|
+
</pitch>
|
|
316
|
+
<duration>4</duration>
|
|
317
|
+
<voice>1</voice>
|
|
318
|
+
<type>eighth</type>
|
|
319
|
+
<stem default-y="13">up</stem>
|
|
320
|
+
<beam number="1">continue</beam>
|
|
321
|
+
</note>
|
|
322
|
+
<note default-x="82">
|
|
323
|
+
<pitch>
|
|
324
|
+
<step>B</step>
|
|
325
|
+
<octave>4</octave>
|
|
326
|
+
</pitch>
|
|
327
|
+
<duration>4</duration>
|
|
328
|
+
<voice>1</voice>
|
|
329
|
+
<type>eighth</type>
|
|
330
|
+
<stem default-y="13">up</stem>
|
|
331
|
+
<beam number="1">continue</beam>
|
|
332
|
+
</note>
|
|
333
|
+
<note default-x="118">
|
|
334
|
+
<pitch>
|
|
335
|
+
<step>A</step>
|
|
336
|
+
<octave>4</octave>
|
|
337
|
+
</pitch>
|
|
338
|
+
<duration>4</duration>
|
|
339
|
+
<voice>1</voice>
|
|
340
|
+
<type>eighth</type>
|
|
341
|
+
<stem default-y="13">up</stem>
|
|
342
|
+
<beam number="1">end</beam>
|
|
343
|
+
</note>
|
|
344
|
+
</measure>
|
|
345
|
+
<!--=======================================================-->
|
|
346
|
+
<measure number="6" width="134">
|
|
347
|
+
<note default-x="10">
|
|
348
|
+
<pitch>
|
|
349
|
+
<step>F</step>
|
|
350
|
+
<octave>4</octave>
|
|
351
|
+
</pitch>
|
|
352
|
+
<duration>12</duration>
|
|
353
|
+
<voice>1</voice>
|
|
354
|
+
<type>quarter</type>
|
|
355
|
+
<dot/>
|
|
356
|
+
<stem default-y="0">up</stem>
|
|
357
|
+
</note>
|
|
358
|
+
<note default-x="94">
|
|
359
|
+
<pitch>
|
|
360
|
+
<step>E</step>
|
|
361
|
+
<octave>4</octave>
|
|
362
|
+
</pitch>
|
|
363
|
+
<duration>4</duration>
|
|
364
|
+
<voice>1</voice>
|
|
365
|
+
<type>eighth</type>
|
|
366
|
+
<stem default-y="-5">up</stem>
|
|
367
|
+
</note>
|
|
368
|
+
</measure>
|
|
369
|
+
<!--=======================================================-->
|
|
370
|
+
<measure number="7" width="188">
|
|
371
|
+
<print new-system="yes">
|
|
372
|
+
<system-layout>
|
|
373
|
+
<system-margins>
|
|
374
|
+
<left-margin>8</left-margin>
|
|
375
|
+
<right-margin>0</right-margin>
|
|
376
|
+
</system-margins>
|
|
377
|
+
<system-distance>81</system-distance>
|
|
378
|
+
</system-layout>
|
|
379
|
+
</print>
|
|
380
|
+
<note default-x="49">
|
|
381
|
+
<pitch>
|
|
382
|
+
<step>F</step>
|
|
383
|
+
<octave>4</octave>
|
|
384
|
+
</pitch>
|
|
385
|
+
<duration>4</duration>
|
|
386
|
+
<voice>1</voice>
|
|
387
|
+
<type>eighth</type>
|
|
388
|
+
<stem default-y="5">up</stem>
|
|
389
|
+
<beam number="1">begin</beam>
|
|
390
|
+
</note>
|
|
391
|
+
<note default-x="84">
|
|
392
|
+
<pitch>
|
|
393
|
+
<step>A</step>
|
|
394
|
+
<octave>4</octave>
|
|
395
|
+
</pitch>
|
|
396
|
+
<duration>4</duration>
|
|
397
|
+
<voice>1</voice>
|
|
398
|
+
<type>eighth</type>
|
|
399
|
+
<stem default-y="5">up</stem>
|
|
400
|
+
<beam number="1">continue</beam>
|
|
401
|
+
</note>
|
|
402
|
+
<note default-x="118">
|
|
403
|
+
<pitch>
|
|
404
|
+
<step>F</step>
|
|
405
|
+
<octave>4</octave>
|
|
406
|
+
</pitch>
|
|
407
|
+
<duration>4</duration>
|
|
408
|
+
<voice>1</voice>
|
|
409
|
+
<type>eighth</type>
|
|
410
|
+
<stem default-y="5">up</stem>
|
|
411
|
+
<beam number="1">continue</beam>
|
|
412
|
+
</note>
|
|
413
|
+
<note default-x="153">
|
|
414
|
+
<pitch>
|
|
415
|
+
<step>E</step>
|
|
416
|
+
<octave>4</octave>
|
|
417
|
+
</pitch>
|
|
418
|
+
<duration>4</duration>
|
|
419
|
+
<voice>1</voice>
|
|
420
|
+
<type>eighth</type>
|
|
421
|
+
<stem default-y="5">up</stem>
|
|
422
|
+
<beam number="1">end</beam>
|
|
423
|
+
</note>
|
|
424
|
+
</measure>
|
|
425
|
+
<!--=======================================================-->
|
|
426
|
+
<measure number="8" width="149">
|
|
427
|
+
<note default-x="10">
|
|
428
|
+
<pitch>
|
|
429
|
+
<step>D</step>
|
|
430
|
+
<octave>4</octave>
|
|
431
|
+
</pitch>
|
|
432
|
+
<duration>4</duration>
|
|
433
|
+
<voice>1</voice>
|
|
434
|
+
<type>eighth</type>
|
|
435
|
+
<stem default-y="-10">up</stem>
|
|
436
|
+
<beam number="1">begin</beam>
|
|
437
|
+
</note>
|
|
438
|
+
<note default-x="45">
|
|
439
|
+
<pitch>
|
|
440
|
+
<step>D</step>
|
|
441
|
+
<octave>4</octave>
|
|
442
|
+
</pitch>
|
|
443
|
+
<duration>4</duration>
|
|
444
|
+
<voice>1</voice>
|
|
445
|
+
<type>eighth</type>
|
|
446
|
+
<stem default-y="-9">up</stem>
|
|
447
|
+
<beam number="1">continue</beam>
|
|
448
|
+
</note>
|
|
449
|
+
<note default-x="79">
|
|
450
|
+
<pitch>
|
|
451
|
+
<step>D</step>
|
|
452
|
+
<octave>4</octave>
|
|
453
|
+
</pitch>
|
|
454
|
+
<duration>4</duration>
|
|
455
|
+
<voice>1</voice>
|
|
456
|
+
<type>eighth</type>
|
|
457
|
+
<stem default-y="-8">up</stem>
|
|
458
|
+
<beam number="1">continue</beam>
|
|
459
|
+
</note>
|
|
460
|
+
<note default-x="114">
|
|
461
|
+
<pitch>
|
|
462
|
+
<step>E</step>
|
|
463
|
+
<octave>4</octave>
|
|
464
|
+
</pitch>
|
|
465
|
+
<duration>4</duration>
|
|
466
|
+
<voice>1</voice>
|
|
467
|
+
<type>eighth</type>
|
|
468
|
+
<stem default-y="-7.5">up</stem>
|
|
469
|
+
<beam number="1">end</beam>
|
|
470
|
+
</note>
|
|
471
|
+
</measure>
|
|
472
|
+
<!--=======================================================-->
|
|
473
|
+
<measure number="9" width="149">
|
|
474
|
+
<direction placement="below">
|
|
475
|
+
<direction-type>
|
|
476
|
+
<dynamics default-x="6" default-y="-72" halign="center">
|
|
477
|
+
<f/>
|
|
478
|
+
</dynamics>
|
|
479
|
+
</direction-type>
|
|
480
|
+
<sound dynamics="98"/>
|
|
481
|
+
</direction>
|
|
482
|
+
<note default-x="10">
|
|
483
|
+
<pitch>
|
|
484
|
+
<step>F</step>
|
|
485
|
+
<octave>4</octave>
|
|
486
|
+
</pitch>
|
|
487
|
+
<duration>4</duration>
|
|
488
|
+
<voice>1</voice>
|
|
489
|
+
<type>eighth</type>
|
|
490
|
+
<stem default-y="-5">up</stem>
|
|
491
|
+
<beam number="1">begin</beam>
|
|
492
|
+
</note>
|
|
493
|
+
<note default-x="45">
|
|
494
|
+
<pitch>
|
|
495
|
+
<step>E</step>
|
|
496
|
+
<octave>4</octave>
|
|
497
|
+
</pitch>
|
|
498
|
+
<duration>4</duration>
|
|
499
|
+
<voice>1</voice>
|
|
500
|
+
<type>eighth</type>
|
|
501
|
+
<stem default-y="-7">up</stem>
|
|
502
|
+
<beam number="1">continue</beam>
|
|
503
|
+
</note>
|
|
504
|
+
<note default-x="79">
|
|
505
|
+
<pitch>
|
|
506
|
+
<step>B</step>
|
|
507
|
+
<octave>3</octave>
|
|
508
|
+
</pitch>
|
|
509
|
+
<duration>4</duration>
|
|
510
|
+
<voice>1</voice>
|
|
511
|
+
<type>eighth</type>
|
|
512
|
+
<stem default-y="-8">up</stem>
|
|
513
|
+
<beam number="1">continue</beam>
|
|
514
|
+
</note>
|
|
515
|
+
<note default-x="113">
|
|
516
|
+
<pitch>
|
|
517
|
+
<step>D</step>
|
|
518
|
+
<octave>4</octave>
|
|
519
|
+
</pitch>
|
|
520
|
+
<duration>4</duration>
|
|
521
|
+
<voice>1</voice>
|
|
522
|
+
<type>eighth</type>
|
|
523
|
+
<stem default-y="-10">up</stem>
|
|
524
|
+
<beam number="1">end</beam>
|
|
525
|
+
</note>
|
|
526
|
+
</measure>
|
|
527
|
+
<!--=======================================================-->
|
|
528
|
+
<measure number="10" width="121">
|
|
529
|
+
<note default-x="10">
|
|
530
|
+
<pitch>
|
|
531
|
+
<step>E</step>
|
|
532
|
+
<octave>4</octave>
|
|
533
|
+
</pitch>
|
|
534
|
+
<duration>12</duration>
|
|
535
|
+
<voice>1</voice>
|
|
536
|
+
<type>quarter</type>
|
|
537
|
+
<dot/>
|
|
538
|
+
<stem default-y="-5">up</stem>
|
|
539
|
+
</note>
|
|
540
|
+
<note default-x="84">
|
|
541
|
+
<rest/>
|
|
542
|
+
<duration>4</duration>
|
|
543
|
+
<voice>1</voice>
|
|
544
|
+
<type>eighth</type>
|
|
545
|
+
</note>
|
|
546
|
+
</measure>
|
|
547
|
+
<!--=======================================================-->
|
|
548
|
+
<measure number="11" width="195">
|
|
549
|
+
<direction placement="below">
|
|
550
|
+
<direction-type>
|
|
551
|
+
<dynamics default-x="14" default-y="-74" halign="center">
|
|
552
|
+
<mf/>
|
|
553
|
+
</dynamics>
|
|
554
|
+
</direction-type>
|
|
555
|
+
<sound dynamics="83"/>
|
|
556
|
+
</direction>
|
|
557
|
+
<note default-x="10">
|
|
558
|
+
<pitch>
|
|
559
|
+
<step>D</step>
|
|
560
|
+
<octave>4</octave>
|
|
561
|
+
</pitch>
|
|
562
|
+
<duration>4</duration>
|
|
563
|
+
<voice>1</voice>
|
|
564
|
+
<type>eighth</type>
|
|
565
|
+
<stem default-y="-10">up</stem>
|
|
566
|
+
</note>
|
|
567
|
+
<note default-x="61">
|
|
568
|
+
<pitch>
|
|
569
|
+
<step>D</step>
|
|
570
|
+
<octave>4</octave>
|
|
571
|
+
</pitch>
|
|
572
|
+
<duration>8</duration>
|
|
573
|
+
<voice>1</voice>
|
|
574
|
+
<type>quarter</type>
|
|
575
|
+
<stem default-y="-10">up</stem>
|
|
576
|
+
<lyric default-y="-80" number="1">
|
|
577
|
+
<syllabic>single</syllabic>
|
|
578
|
+
<text>オノ</text>
|
|
579
|
+
</lyric>
|
|
580
|
+
</note>
|
|
581
|
+
<note default-x="143">
|
|
582
|
+
<pitch>
|
|
583
|
+
<step>E</step>
|
|
584
|
+
<octave>4</octave>
|
|
585
|
+
</pitch>
|
|
586
|
+
<duration>4</duration>
|
|
587
|
+
<voice>1</voice>
|
|
588
|
+
<type>eighth</type>
|
|
589
|
+
<stem default-y="-5">up</stem>
|
|
590
|
+
<lyric default-y="-80" number="1">
|
|
591
|
+
<syllabic>single</syllabic>
|
|
592
|
+
<text>ガ</text>
|
|
593
|
+
</lyric>
|
|
594
|
+
</note>
|
|
595
|
+
</measure>
|
|
596
|
+
<!--=======================================================-->
|
|
597
|
+
<measure number="12" width="208">
|
|
598
|
+
<note default-x="14">
|
|
599
|
+
<pitch>
|
|
600
|
+
<step>F</step>
|
|
601
|
+
<octave>4</octave>
|
|
602
|
+
</pitch>
|
|
603
|
+
<duration>4</duration>
|
|
604
|
+
<voice>1</voice>
|
|
605
|
+
<type>eighth</type>
|
|
606
|
+
<stem default-y="0">up</stem>
|
|
607
|
+
<lyric default-y="-80" number="1">
|
|
608
|
+
<syllabic>single</syllabic>
|
|
609
|
+
<text>ス</text>
|
|
610
|
+
</lyric>
|
|
611
|
+
</note>
|
|
612
|
+
<note default-x="67">
|
|
613
|
+
<pitch>
|
|
614
|
+
<step>F</step>
|
|
615
|
+
<octave>4</octave>
|
|
616
|
+
</pitch>
|
|
617
|
+
<duration>8</duration>
|
|
618
|
+
<voice>1</voice>
|
|
619
|
+
<type>quarter</type>
|
|
620
|
+
<stem default-y="0">up</stem>
|
|
621
|
+
<lyric default-y="-80" number="1">
|
|
622
|
+
<syllabic>single</syllabic>
|
|
623
|
+
<text>ガタ</text>
|
|
624
|
+
</lyric>
|
|
625
|
+
</note>
|
|
626
|
+
<note default-x="153">
|
|
627
|
+
<pitch>
|
|
628
|
+
<step>E</step>
|
|
629
|
+
<octave>4</octave>
|
|
630
|
+
</pitch>
|
|
631
|
+
<duration>4</duration>
|
|
632
|
+
<voice>1</voice>
|
|
633
|
+
<type>eighth</type>
|
|
634
|
+
<stem default-y="-5">up</stem>
|
|
635
|
+
<lyric default-y="-80" number="1">
|
|
636
|
+
<syllabic>single</syllabic>
|
|
637
|
+
<text>ヲ</text>
|
|
638
|
+
</lyric>
|
|
639
|
+
</note>
|
|
640
|
+
</measure>
|
|
641
|
+
<!--=======================================================-->
|
|
642
|
+
<measure number="13" width="233">
|
|
643
|
+
<print new-system="yes"/>
|
|
644
|
+
<note default-x="52">
|
|
645
|
+
<pitch>
|
|
646
|
+
<step>A</step>
|
|
647
|
+
<octave>4</octave>
|
|
648
|
+
</pitch>
|
|
649
|
+
<duration>4</duration>
|
|
650
|
+
<voice>1</voice>
|
|
651
|
+
<type>eighth</type>
|
|
652
|
+
<stem default-y="12.5">up</stem>
|
|
653
|
+
<beam number="1">begin</beam>
|
|
654
|
+
<lyric default-y="-80" number="1">
|
|
655
|
+
<syllabic>single</syllabic>
|
|
656
|
+
<text>ハ</text>
|
|
657
|
+
</lyric>
|
|
658
|
+
</note>
|
|
659
|
+
<note default-x="97">
|
|
660
|
+
<pitch>
|
|
661
|
+
<step>A</step>
|
|
662
|
+
<octave>4</octave>
|
|
663
|
+
</pitch>
|
|
664
|
+
<duration>4</duration>
|
|
665
|
+
<voice>1</voice>
|
|
666
|
+
<type>eighth</type>
|
|
667
|
+
<stem default-y="12.5">up</stem>
|
|
668
|
+
<beam number="1">continue</beam>
|
|
669
|
+
<lyric default-y="-80" number="1">
|
|
670
|
+
<syllabic>single</syllabic>
|
|
671
|
+
<text>ナ</text>
|
|
672
|
+
</lyric>
|
|
673
|
+
</note>
|
|
674
|
+
<note default-x="142">
|
|
675
|
+
<pitch>
|
|
676
|
+
<step>B</step>
|
|
677
|
+
<octave>4</octave>
|
|
678
|
+
</pitch>
|
|
679
|
+
<duration>4</duration>
|
|
680
|
+
<voice>1</voice>
|
|
681
|
+
<type>eighth</type>
|
|
682
|
+
<stem default-y="12.5">up</stem>
|
|
683
|
+
<beam number="1">continue</beam>
|
|
684
|
+
<lyric default-y="-80" number="1">
|
|
685
|
+
<syllabic>single</syllabic>
|
|
686
|
+
<text>ト</text>
|
|
687
|
+
</lyric>
|
|
688
|
+
</note>
|
|
689
|
+
<note default-x="187">
|
|
690
|
+
<pitch>
|
|
691
|
+
<step>A</step>
|
|
692
|
+
<octave>4</octave>
|
|
693
|
+
</pitch>
|
|
694
|
+
<duration>4</duration>
|
|
695
|
+
<voice>1</voice>
|
|
696
|
+
<type>eighth</type>
|
|
697
|
+
<stem default-y="12.5">up</stem>
|
|
698
|
+
<beam number="1">end</beam>
|
|
699
|
+
<lyric default-y="-80" number="1">
|
|
700
|
+
<syllabic>single</syllabic>
|
|
701
|
+
<text>ミ</text>
|
|
702
|
+
</lyric>
|
|
703
|
+
</note>
|
|
704
|
+
</measure>
|
|
705
|
+
<!--=======================================================-->
|
|
706
|
+
<measure number="14" width="117">
|
|
707
|
+
<note default-x="11">
|
|
708
|
+
<pitch>
|
|
709
|
+
<step>B</step>
|
|
710
|
+
<octave>4</octave>
|
|
711
|
+
</pitch>
|
|
712
|
+
<duration>8</duration>
|
|
713
|
+
<voice>1</voice>
|
|
714
|
+
<type>quarter</type>
|
|
715
|
+
<stem default-y="-55">down</stem>
|
|
716
|
+
<lyric default-y="-80" number="1">
|
|
717
|
+
<syllabic>single</syllabic>
|
|
718
|
+
<text>テ</text>
|
|
719
|
+
<extend/>
|
|
720
|
+
</lyric>
|
|
721
|
+
</note>
|
|
722
|
+
<note default-x="58">
|
|
723
|
+
<pitch>
|
|
724
|
+
<step>C</step>
|
|
725
|
+
<octave>5</octave>
|
|
726
|
+
</pitch>
|
|
727
|
+
<duration>4</duration>
|
|
728
|
+
<voice>1</voice>
|
|
729
|
+
<type>eighth</type>
|
|
730
|
+
<stem default-y="-45">down</stem>
|
|
731
|
+
<beam number="1">begin</beam>
|
|
732
|
+
</note>
|
|
733
|
+
<note default-x="87">
|
|
734
|
+
<pitch>
|
|
735
|
+
<step>E</step>
|
|
736
|
+
<octave>5</octave>
|
|
737
|
+
</pitch>
|
|
738
|
+
<duration>4</duration>
|
|
739
|
+
<voice>1</voice>
|
|
740
|
+
<type>eighth</type>
|
|
741
|
+
<stem default-y="-40">down</stem>
|
|
742
|
+
<beam number="1">end</beam>
|
|
743
|
+
</note>
|
|
744
|
+
</measure>
|
|
745
|
+
<!--=======================================================-->
|
|
746
|
+
<measure number="15" width="146">
|
|
747
|
+
<note default-x="23">
|
|
748
|
+
<pitch>
|
|
749
|
+
<step>F</step>
|
|
750
|
+
<alter>1</alter>
|
|
751
|
+
<octave>5</octave>
|
|
752
|
+
</pitch>
|
|
753
|
+
<duration>4</duration>
|
|
754
|
+
<voice>1</voice>
|
|
755
|
+
<type>eighth</type>
|
|
756
|
+
<accidental>sharp</accidental>
|
|
757
|
+
<stem default-y="-35">down</stem>
|
|
758
|
+
<lyric default-y="-80" number="1">
|
|
759
|
+
<syllabic>single</syllabic>
|
|
760
|
+
<text> </text>
|
|
761
|
+
</lyric>
|
|
762
|
+
</note>
|
|
763
|
+
<note default-x="56">
|
|
764
|
+
<pitch>
|
|
765
|
+
<step>F</step>
|
|
766
|
+
<alter>1</alter>
|
|
767
|
+
<octave>5</octave>
|
|
768
|
+
</pitch>
|
|
769
|
+
<duration>8</duration>
|
|
770
|
+
<voice>1</voice>
|
|
771
|
+
<type>quarter</type>
|
|
772
|
+
<stem default-y="-35">down</stem>
|
|
773
|
+
<lyric default-y="-80" number="1">
|
|
774
|
+
<syllabic>single</syllabic>
|
|
775
|
+
<text>ニ</text>
|
|
776
|
+
<extend/>
|
|
777
|
+
</lyric>
|
|
778
|
+
</note>
|
|
779
|
+
<note default-x="111">
|
|
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="-39.5">down</stem>
|
|
788
|
+
</note>
|
|
789
|
+
</measure>
|
|
790
|
+
<!--=======================================================-->
|
|
791
|
+
<measure number="16" width="161">
|
|
792
|
+
<note default-x="10">
|
|
793
|
+
<pitch>
|
|
794
|
+
<step>C</step>
|
|
795
|
+
<octave>5</octave>
|
|
796
|
+
</pitch>
|
|
797
|
+
<duration>4</duration>
|
|
798
|
+
<voice>1</voice>
|
|
799
|
+
<type>eighth</type>
|
|
800
|
+
<stem default-y="-45">down</stem>
|
|
801
|
+
<beam number="1">begin</beam>
|
|
802
|
+
<lyric default-y="-80" number="1">
|
|
803
|
+
<syllabic>single</syllabic>
|
|
804
|
+
<text>ワ</text>
|
|
805
|
+
<extend/>
|
|
806
|
+
</lyric>
|
|
807
|
+
</note>
|
|
808
|
+
<note default-x="48">
|
|
809
|
+
<pitch>
|
|
810
|
+
<step>C</step>
|
|
811
|
+
<octave>5</octave>
|
|
812
|
+
</pitch>
|
|
813
|
+
<duration>4</duration>
|
|
814
|
+
<voice>1</voice>
|
|
815
|
+
<type>eighth</type>
|
|
816
|
+
<stem default-y="-45">down</stem>
|
|
817
|
+
<beam number="1">continue</beam>
|
|
818
|
+
</note>
|
|
819
|
+
<note default-x="85">
|
|
820
|
+
<pitch>
|
|
821
|
+
<step>C</step>
|
|
822
|
+
<octave>5</octave>
|
|
823
|
+
</pitch>
|
|
824
|
+
<duration>4</duration>
|
|
825
|
+
<voice>1</voice>
|
|
826
|
+
<type>eighth</type>
|
|
827
|
+
<stem default-y="-45">down</stem>
|
|
828
|
+
<beam number="1">continue</beam>
|
|
829
|
+
<lyric default-y="-80" number="1">
|
|
830
|
+
<syllabic>single</syllabic>
|
|
831
|
+
<text>ニ</text>
|
|
832
|
+
<extend/>
|
|
833
|
+
</lyric>
|
|
834
|
+
</note>
|
|
835
|
+
<note default-x="122">
|
|
836
|
+
<pitch>
|
|
837
|
+
<step>E</step>
|
|
838
|
+
<octave>5</octave>
|
|
839
|
+
</pitch>
|
|
840
|
+
<duration>4</duration>
|
|
841
|
+
<voice>1</voice>
|
|
842
|
+
<type>eighth</type>
|
|
843
|
+
<stem default-y="-45">down</stem>
|
|
844
|
+
<beam number="1">end</beam>
|
|
845
|
+
</note>
|
|
846
|
+
</measure>
|
|
847
|
+
<!--=======================================================-->
|
|
848
|
+
<measure number="17" width="172">
|
|
849
|
+
<note default-x="23">
|
|
850
|
+
<pitch>
|
|
851
|
+
<step>F</step>
|
|
852
|
+
<alter>1</alter>
|
|
853
|
+
<octave>5</octave>
|
|
854
|
+
</pitch>
|
|
855
|
+
<duration>4</duration>
|
|
856
|
+
<voice>1</voice>
|
|
857
|
+
<type>eighth</type>
|
|
858
|
+
<accidental>sharp</accidental>
|
|
859
|
+
<stem default-y="-35">down</stem>
|
|
860
|
+
<lyric default-y="-80" number="1">
|
|
861
|
+
<syllabic>single</syllabic>
|
|
862
|
+
<text> </text>
|
|
863
|
+
</lyric>
|
|
864
|
+
</note>
|
|
865
|
+
<note default-x="63">
|
|
866
|
+
<pitch>
|
|
867
|
+
<step>F</step>
|
|
868
|
+
<alter>1</alter>
|
|
869
|
+
<octave>5</octave>
|
|
870
|
+
</pitch>
|
|
871
|
+
<duration>8</duration>
|
|
872
|
+
<voice>1</voice>
|
|
873
|
+
<type>quarter</type>
|
|
874
|
+
<stem default-y="-35">down</stem>
|
|
875
|
+
<lyric default-y="-80" number="1">
|
|
876
|
+
<syllabic>single</syllabic>
|
|
877
|
+
<text>サイ</text>
|
|
878
|
+
<extend/>
|
|
879
|
+
</lyric>
|
|
880
|
+
</note>
|
|
881
|
+
<note default-x="130">
|
|
882
|
+
<pitch>
|
|
883
|
+
<step>E</step>
|
|
884
|
+
<octave>5</octave>
|
|
885
|
+
</pitch>
|
|
886
|
+
<duration>4</duration>
|
|
887
|
+
<voice>1</voice>
|
|
888
|
+
<type>eighth</type>
|
|
889
|
+
<stem default-y="-39.5">down</stem>
|
|
890
|
+
</note>
|
|
891
|
+
</measure>
|
|
892
|
+
<!--=======================================================-->
|
|
893
|
+
<measure number="18" width="179">
|
|
894
|
+
<note default-x="10">
|
|
895
|
+
<pitch>
|
|
896
|
+
<step>C</step>
|
|
897
|
+
<octave>5</octave>
|
|
898
|
+
</pitch>
|
|
899
|
+
<duration>4</duration>
|
|
900
|
+
<voice>1</voice>
|
|
901
|
+
<type>eighth</type>
|
|
902
|
+
<stem default-y="-50">down</stem>
|
|
903
|
+
<beam number="1">begin</beam>
|
|
904
|
+
<lyric default-y="-80" number="1">
|
|
905
|
+
<syllabic>single</syllabic>
|
|
906
|
+
<text>タ</text>
|
|
907
|
+
<extend/>
|
|
908
|
+
</lyric>
|
|
909
|
+
</note>
|
|
910
|
+
<note default-x="50">
|
|
911
|
+
<pitch>
|
|
912
|
+
<step>E</step>
|
|
913
|
+
<octave>5</octave>
|
|
914
|
+
</pitch>
|
|
915
|
+
<duration>2</duration>
|
|
916
|
+
<voice>1</voice>
|
|
917
|
+
<type>16th</type>
|
|
918
|
+
<stem default-y="-50">down</stem>
|
|
919
|
+
<beam number="1">continue</beam>
|
|
920
|
+
<beam number="2">begin</beam>
|
|
921
|
+
</note>
|
|
922
|
+
<note default-x="74">
|
|
923
|
+
<pitch>
|
|
924
|
+
<step>C</step>
|
|
925
|
+
<octave>5</octave>
|
|
926
|
+
</pitch>
|
|
927
|
+
<duration>2</duration>
|
|
928
|
+
<voice>1</voice>
|
|
929
|
+
<type>16th</type>
|
|
930
|
+
<stem default-y="-50">down</stem>
|
|
931
|
+
<beam number="1">end</beam>
|
|
932
|
+
<beam number="2">end</beam>
|
|
933
|
+
</note>
|
|
934
|
+
<note default-x="98">
|
|
935
|
+
<pitch>
|
|
936
|
+
<step>B</step>
|
|
937
|
+
<octave>4</octave>
|
|
938
|
+
</pitch>
|
|
939
|
+
<duration>4</duration>
|
|
940
|
+
<voice>1</voice>
|
|
941
|
+
<type>eighth</type>
|
|
942
|
+
<stem default-y="12.5">up</stem>
|
|
943
|
+
<beam number="1">begin</beam>
|
|
944
|
+
<lyric default-y="-80" number="1">
|
|
945
|
+
<syllabic>single</syllabic>
|
|
946
|
+
<text>リ</text>
|
|
947
|
+
</lyric>
|
|
948
|
+
</note>
|
|
949
|
+
<note default-x="138">
|
|
950
|
+
<pitch>
|
|
951
|
+
<step>A</step>
|
|
952
|
+
<octave>4</octave>
|
|
953
|
+
</pitch>
|
|
954
|
+
<duration>4</duration>
|
|
955
|
+
<voice>1</voice>
|
|
956
|
+
<type>eighth</type>
|
|
957
|
+
<stem default-y="10">up</stem>
|
|
958
|
+
<beam number="1">end</beam>
|
|
959
|
+
</note>
|
|
960
|
+
</measure>
|
|
961
|
+
<!--=======================================================-->
|
|
962
|
+
<measure number="19" width="230">
|
|
963
|
+
<print new-system="yes"/>
|
|
964
|
+
<note default-x="52">
|
|
965
|
+
<pitch>
|
|
966
|
+
<step>B</step>
|
|
967
|
+
<octave>4</octave>
|
|
968
|
+
</pitch>
|
|
969
|
+
<duration>4</duration>
|
|
970
|
+
<voice>1</voice>
|
|
971
|
+
<type>eighth</type>
|
|
972
|
+
<stem default-y="-55">down</stem>
|
|
973
|
+
<beam number="1">begin</beam>
|
|
974
|
+
<lyric default-y="-80" number="1">
|
|
975
|
+
<syllabic>single</syllabic>
|
|
976
|
+
<text> </text>
|
|
977
|
+
</lyric>
|
|
978
|
+
</note>
|
|
979
|
+
<note default-x="97">
|
|
980
|
+
<pitch>
|
|
981
|
+
<step>C</step>
|
|
982
|
+
<octave>5</octave>
|
|
983
|
+
</pitch>
|
|
984
|
+
<duration>4</duration>
|
|
985
|
+
<voice>1</voice>
|
|
986
|
+
<type>eighth</type>
|
|
987
|
+
<stem default-y="-55.5">down</stem>
|
|
988
|
+
<beam number="1">continue</beam>
|
|
989
|
+
<lyric default-y="-80" number="1">
|
|
990
|
+
<syllabic>single</syllabic>
|
|
991
|
+
<text>サ</text>
|
|
992
|
+
</lyric>
|
|
993
|
+
</note>
|
|
994
|
+
<note default-x="140">
|
|
995
|
+
<pitch>
|
|
996
|
+
<step>E</step>
|
|
997
|
+
<octave>5</octave>
|
|
998
|
+
</pitch>
|
|
999
|
+
<duration>4</duration>
|
|
1000
|
+
<voice>1</voice>
|
|
1001
|
+
<type>eighth</type>
|
|
1002
|
+
<stem default-y="-56.5">down</stem>
|
|
1003
|
+
<beam number="1">continue</beam>
|
|
1004
|
+
<lyric default-y="-80" number="1">
|
|
1005
|
+
<syllabic>single</syllabic>
|
|
1006
|
+
<text>カ</text>
|
|
1007
|
+
<extend/>
|
|
1008
|
+
</lyric>
|
|
1009
|
+
</note>
|
|
1010
|
+
<note default-x="184">
|
|
1011
|
+
<pitch>
|
|
1012
|
+
<step>A</step>
|
|
1013
|
+
<octave>4</octave>
|
|
1014
|
+
</pitch>
|
|
1015
|
+
<duration>4</duration>
|
|
1016
|
+
<voice>1</voice>
|
|
1017
|
+
<type>eighth</type>
|
|
1018
|
+
<stem default-y="-57.5">down</stem>
|
|
1019
|
+
<beam number="1">end</beam>
|
|
1020
|
+
</note>
|
|
1021
|
+
</measure>
|
|
1022
|
+
<!--=======================================================-->
|
|
1023
|
+
<measure number="20" width="173">
|
|
1024
|
+
<note default-x="10">
|
|
1025
|
+
<pitch>
|
|
1026
|
+
<step>C</step>
|
|
1027
|
+
<octave>5</octave>
|
|
1028
|
+
</pitch>
|
|
1029
|
+
<duration>4</duration>
|
|
1030
|
+
<voice>1</voice>
|
|
1031
|
+
<type>eighth</type>
|
|
1032
|
+
<stem default-y="18">up</stem>
|
|
1033
|
+
<beam number="1">begin</beam>
|
|
1034
|
+
<lyric default-y="-80" number="1">
|
|
1035
|
+
<syllabic>single</syllabic>
|
|
1036
|
+
<text>セ</text>
|
|
1037
|
+
<extend/>
|
|
1038
|
+
</lyric>
|
|
1039
|
+
</note>
|
|
1040
|
+
<note default-x="50">
|
|
1041
|
+
<pitch>
|
|
1042
|
+
<step>B</step>
|
|
1043
|
+
<octave>4</octave>
|
|
1044
|
+
</pitch>
|
|
1045
|
+
<duration>4</duration>
|
|
1046
|
+
<voice>1</voice>
|
|
1047
|
+
<type>eighth</type>
|
|
1048
|
+
<stem default-y="12">up</stem>
|
|
1049
|
+
<beam number="1">continue</beam>
|
|
1050
|
+
</note>
|
|
1051
|
+
<note default-x="91">
|
|
1052
|
+
<pitch>
|
|
1053
|
+
<step>A</step>
|
|
1054
|
+
<octave>4</octave>
|
|
1055
|
+
</pitch>
|
|
1056
|
+
<duration>4</duration>
|
|
1057
|
+
<voice>1</voice>
|
|
1058
|
+
<type>eighth</type>
|
|
1059
|
+
<stem default-y="6">up</stem>
|
|
1060
|
+
<beam number="1">continue</beam>
|
|
1061
|
+
<lyric default-y="-80" number="1">
|
|
1062
|
+
<syllabic>single</syllabic>
|
|
1063
|
+
<text>タ</text>
|
|
1064
|
+
<extend/>
|
|
1065
|
+
</lyric>
|
|
1066
|
+
</note>
|
|
1067
|
+
<note default-x="131">
|
|
1068
|
+
<pitch>
|
|
1069
|
+
<step>F</step>
|
|
1070
|
+
<octave>4</octave>
|
|
1071
|
+
</pitch>
|
|
1072
|
+
<duration>4</duration>
|
|
1073
|
+
<voice>1</voice>
|
|
1074
|
+
<type>eighth</type>
|
|
1075
|
+
<stem default-y="0">up</stem>
|
|
1076
|
+
<beam number="1">end</beam>
|
|
1077
|
+
</note>
|
|
1078
|
+
</measure>
|
|
1079
|
+
<!--=======================================================-->
|
|
1080
|
+
<measure number="21" width="134">
|
|
1081
|
+
<note default-x="14">
|
|
1082
|
+
<pitch>
|
|
1083
|
+
<step>E</step>
|
|
1084
|
+
<octave>4</octave>
|
|
1085
|
+
</pitch>
|
|
1086
|
+
<duration>12</duration>
|
|
1087
|
+
<voice>1</voice>
|
|
1088
|
+
<type>quarter</type>
|
|
1089
|
+
<dot/>
|
|
1090
|
+
<stem default-y="-5">up</stem>
|
|
1091
|
+
<lyric default-y="-80" number="1">
|
|
1092
|
+
<syllabic>single</syllabic>
|
|
1093
|
+
<text>リ</text>
|
|
1094
|
+
</lyric>
|
|
1095
|
+
</note>
|
|
1096
|
+
<note default-x="94">
|
|
1097
|
+
<pitch>
|
|
1098
|
+
<step>F</step>
|
|
1099
|
+
<octave>4</octave>
|
|
1100
|
+
</pitch>
|
|
1101
|
+
<duration>4</duration>
|
|
1102
|
+
<voice>1</voice>
|
|
1103
|
+
<type>eighth</type>
|
|
1104
|
+
<stem default-y="0">up</stem>
|
|
1105
|
+
<lyric default-y="-80" number="1">
|
|
1106
|
+
<syllabic>single</syllabic>
|
|
1107
|
+
<text>ソ</text>
|
|
1108
|
+
</lyric>
|
|
1109
|
+
</note>
|
|
1110
|
+
</measure>
|
|
1111
|
+
<!--=======================================================-->
|
|
1112
|
+
<measure number="22" width="162">
|
|
1113
|
+
<note default-x="14">
|
|
1114
|
+
<pitch>
|
|
1115
|
+
<step>A</step>
|
|
1116
|
+
<octave>4</octave>
|
|
1117
|
+
</pitch>
|
|
1118
|
+
<duration>4</duration>
|
|
1119
|
+
<voice>1</voice>
|
|
1120
|
+
<type>eighth</type>
|
|
1121
|
+
<stem default-y="10">up</stem>
|
|
1122
|
+
<beam number="1">begin</beam>
|
|
1123
|
+
<lyric default-y="-80" number="1">
|
|
1124
|
+
<syllabic>single</syllabic>
|
|
1125
|
+
<text>コ</text>
|
|
1126
|
+
</lyric>
|
|
1127
|
+
</note>
|
|
1128
|
+
<note default-x="55">
|
|
1129
|
+
<pitch>
|
|
1130
|
+
<step>B</step>
|
|
1131
|
+
<octave>4</octave>
|
|
1132
|
+
</pitch>
|
|
1133
|
+
<duration>4</duration>
|
|
1134
|
+
<voice>1</voice>
|
|
1135
|
+
<type>eighth</type>
|
|
1136
|
+
<stem default-y="13">up</stem>
|
|
1137
|
+
<beam number="1">end</beam>
|
|
1138
|
+
<lyric default-y="-80" number="1">
|
|
1139
|
+
<syllabic>single</syllabic>
|
|
1140
|
+
<text>ナ</text>
|
|
1141
|
+
</lyric>
|
|
1142
|
+
</note>
|
|
1143
|
+
<note default-x="95">
|
|
1144
|
+
<pitch>
|
|
1145
|
+
<step>C</step>
|
|
1146
|
+
<octave>5</octave>
|
|
1147
|
+
</pitch>
|
|
1148
|
+
<duration>8</duration>
|
|
1149
|
+
<voice>1</voice>
|
|
1150
|
+
<type>quarter</type>
|
|
1151
|
+
<stem default-y="-50">down</stem>
|
|
1152
|
+
<lyric default-y="-80" number="1">
|
|
1153
|
+
<syllabic>single</syllabic>
|
|
1154
|
+
<text>オ</text>
|
|
1155
|
+
</lyric>
|
|
1156
|
+
</note>
|
|
1157
|
+
</measure>
|
|
1158
|
+
<!--=======================================================-->
|
|
1159
|
+
<measure number="23" width="148">
|
|
1160
|
+
<note default-x="14">
|
|
1161
|
+
<pitch>
|
|
1162
|
+
<step>E</step>
|
|
1163
|
+
<octave>5</octave>
|
|
1164
|
+
</pitch>
|
|
1165
|
+
<duration>8</duration>
|
|
1166
|
+
<voice>1</voice>
|
|
1167
|
+
<type>quarter</type>
|
|
1168
|
+
<stem default-y="-40">down</stem>
|
|
1169
|
+
<lyric default-y="-80" number="1">
|
|
1170
|
+
<syllabic>single</syllabic>
|
|
1171
|
+
<text>ケ</text>
|
|
1172
|
+
</lyric>
|
|
1173
|
+
</note>
|
|
1174
|
+
<note default-x="73">
|
|
1175
|
+
<pitch>
|
|
1176
|
+
<step>C</step>
|
|
1177
|
+
<octave>5</octave>
|
|
1178
|
+
</pitch>
|
|
1179
|
+
<duration>4</duration>
|
|
1180
|
+
<voice>1</voice>
|
|
1181
|
+
<type>eighth</type>
|
|
1182
|
+
<stem default-y="-50">down</stem>
|
|
1183
|
+
<beam number="1">begin</beam>
|
|
1184
|
+
<lyric default-y="-80" number="1">
|
|
1185
|
+
<syllabic>single</syllabic>
|
|
1186
|
+
<text>サ</text>
|
|
1187
|
+
<extend/>
|
|
1188
|
+
</lyric>
|
|
1189
|
+
</note>
|
|
1190
|
+
<note default-x="110">
|
|
1191
|
+
<pitch>
|
|
1192
|
+
<step>B</step>
|
|
1193
|
+
<octave>4</octave>
|
|
1194
|
+
</pitch>
|
|
1195
|
+
<duration>4</duration>
|
|
1196
|
+
<voice>1</voice>
|
|
1197
|
+
<type>eighth</type>
|
|
1198
|
+
<stem default-y="-52.5">down</stem>
|
|
1199
|
+
<beam number="1">end</beam>
|
|
1200
|
+
</note>
|
|
1201
|
+
</measure>
|
|
1202
|
+
<!--=======================================================-->
|
|
1203
|
+
<measure number="24" width="161">
|
|
1204
|
+
<note default-x="14">
|
|
1205
|
+
<pitch>
|
|
1206
|
+
<step>A</step>
|
|
1207
|
+
<octave>4</octave>
|
|
1208
|
+
</pitch>
|
|
1209
|
+
<duration>8</duration>
|
|
1210
|
+
<voice>1</voice>
|
|
1211
|
+
<type>quarter</type>
|
|
1212
|
+
<stem default-y="10">up</stem>
|
|
1213
|
+
<lyric default-y="-80" number="1">
|
|
1214
|
+
<syllabic>single</syllabic>
|
|
1215
|
+
<text>ニ</text>
|
|
1216
|
+
</lyric>
|
|
1217
|
+
</note>
|
|
1218
|
+
<note default-x="79">
|
|
1219
|
+
<pitch>
|
|
1220
|
+
<step>A</step>
|
|
1221
|
+
<octave>4</octave>
|
|
1222
|
+
</pitch>
|
|
1223
|
+
<duration>4</duration>
|
|
1224
|
+
<voice>1</voice>
|
|
1225
|
+
<type>eighth</type>
|
|
1226
|
+
<stem default-y="5">up</stem>
|
|
1227
|
+
<beam number="1">begin</beam>
|
|
1228
|
+
<lyric default-y="-80" number="1">
|
|
1229
|
+
<syllabic>single</syllabic>
|
|
1230
|
+
<text>イ</text>
|
|
1231
|
+
</lyric>
|
|
1232
|
+
</note>
|
|
1233
|
+
<note default-x="119">
|
|
1234
|
+
<pitch>
|
|
1235
|
+
<step>F</step>
|
|
1236
|
+
<octave>4</octave>
|
|
1237
|
+
</pitch>
|
|
1238
|
+
<duration>4</duration>
|
|
1239
|
+
<voice>1</voice>
|
|
1240
|
+
<type>eighth</type>
|
|
1241
|
+
<stem default-y="0">up</stem>
|
|
1242
|
+
<beam number="1">end</beam>
|
|
1243
|
+
<lyric default-y="-80" number="1">
|
|
1244
|
+
<syllabic>single</syllabic>
|
|
1245
|
+
<text>ナ</text>
|
|
1246
|
+
</lyric>
|
|
1247
|
+
</note>
|
|
1248
|
+
</measure>
|
|
1249
|
+
<!--=======================================================-->
|
|
1250
|
+
<measure number="25" width="164">
|
|
1251
|
+
<print new-system="yes"/>
|
|
1252
|
+
<note default-x="52">
|
|
1253
|
+
<pitch>
|
|
1254
|
+
<step>A</step>
|
|
1255
|
+
<octave>4</octave>
|
|
1256
|
+
</pitch>
|
|
1257
|
+
<duration>12</duration>
|
|
1258
|
+
<voice>1</voice>
|
|
1259
|
+
<type>quarter</type>
|
|
1260
|
+
<dot/>
|
|
1261
|
+
<stem default-y="10">up</stem>
|
|
1262
|
+
<lyric default-y="-80" number="1">
|
|
1263
|
+
<syllabic>single</syllabic>
|
|
1264
|
+
<text>コ</text>
|
|
1265
|
+
</lyric>
|
|
1266
|
+
</note>
|
|
1267
|
+
<note default-x="127">
|
|
1268
|
+
<pitch>
|
|
1269
|
+
<step>B</step>
|
|
1270
|
+
<octave>4</octave>
|
|
1271
|
+
</pitch>
|
|
1272
|
+
<duration>4</duration>
|
|
1273
|
+
<voice>1</voice>
|
|
1274
|
+
<type>eighth</type>
|
|
1275
|
+
<stem default-y="-55">down</stem>
|
|
1276
|
+
<lyric default-y="-80" number="1">
|
|
1277
|
+
<syllabic>single</syllabic>
|
|
1278
|
+
<text>ト</text>
|
|
1279
|
+
</lyric>
|
|
1280
|
+
</note>
|
|
1281
|
+
</measure>
|
|
1282
|
+
<!--=======================================================-->
|
|
1283
|
+
<measure number="26" width="163">
|
|
1284
|
+
<note default-x="10">
|
|
1285
|
+
<pitch>
|
|
1286
|
+
<step>C</step>
|
|
1287
|
+
<octave>5</octave>
|
|
1288
|
+
</pitch>
|
|
1289
|
+
<duration>4</duration>
|
|
1290
|
+
<voice>1</voice>
|
|
1291
|
+
<type>eighth</type>
|
|
1292
|
+
<stem default-y="18">up</stem>
|
|
1293
|
+
<beam number="1">begin</beam>
|
|
1294
|
+
<lyric default-y="-80" number="1">
|
|
1295
|
+
<syllabic>single</syllabic>
|
|
1296
|
+
<text>イ</text>
|
|
1297
|
+
<extend/>
|
|
1298
|
+
</lyric>
|
|
1299
|
+
</note>
|
|
1300
|
+
<note default-x="48">
|
|
1301
|
+
<pitch>
|
|
1302
|
+
<step>B</step>
|
|
1303
|
+
<octave>4</octave>
|
|
1304
|
+
</pitch>
|
|
1305
|
+
<duration>4</duration>
|
|
1306
|
+
<voice>1</voice>
|
|
1307
|
+
<type>eighth</type>
|
|
1308
|
+
<stem default-y="12">up</stem>
|
|
1309
|
+
<beam number="1">continue</beam>
|
|
1310
|
+
</note>
|
|
1311
|
+
<note default-x="86">
|
|
1312
|
+
<pitch>
|
|
1313
|
+
<step>A</step>
|
|
1314
|
+
<octave>4</octave>
|
|
1315
|
+
</pitch>
|
|
1316
|
+
<duration>4</duration>
|
|
1317
|
+
<voice>1</voice>
|
|
1318
|
+
<type>eighth</type>
|
|
1319
|
+
<stem default-y="6">up</stem>
|
|
1320
|
+
<beam number="1">continue</beam>
|
|
1321
|
+
<lyric default-y="-80" number="1">
|
|
1322
|
+
<syllabic>single</syllabic>
|
|
1323
|
+
<text>ワ</text>
|
|
1324
|
+
<extend/>
|
|
1325
|
+
</lyric>
|
|
1326
|
+
</note>
|
|
1327
|
+
<note default-x="124">
|
|
1328
|
+
<pitch>
|
|
1329
|
+
<step>F</step>
|
|
1330
|
+
<octave>4</octave>
|
|
1331
|
+
</pitch>
|
|
1332
|
+
<duration>4</duration>
|
|
1333
|
+
<voice>1</voice>
|
|
1334
|
+
<type>eighth</type>
|
|
1335
|
+
<stem default-y="0">up</stem>
|
|
1336
|
+
<beam number="1">end</beam>
|
|
1337
|
+
</note>
|
|
1338
|
+
</measure>
|
|
1339
|
+
<!--=======================================================-->
|
|
1340
|
+
<measure number="27" width="110">
|
|
1341
|
+
<note default-x="10">
|
|
1342
|
+
<pitch>
|
|
1343
|
+
<step>E</step>
|
|
1344
|
+
<octave>4</octave>
|
|
1345
|
+
</pitch>
|
|
1346
|
+
<duration>12</duration>
|
|
1347
|
+
<voice>1</voice>
|
|
1348
|
+
<type>quarter</type>
|
|
1349
|
+
<dot/>
|
|
1350
|
+
<stem default-y="-5">up</stem>
|
|
1351
|
+
<lyric default-y="-80" number="1">
|
|
1352
|
+
<syllabic>single</syllabic>
|
|
1353
|
+
<text>レ</text>
|
|
1354
|
+
</lyric>
|
|
1355
|
+
</note>
|
|
1356
|
+
<note default-x="77">
|
|
1357
|
+
<pitch>
|
|
1358
|
+
<step>E</step>
|
|
1359
|
+
<octave>4</octave>
|
|
1360
|
+
</pitch>
|
|
1361
|
+
<duration>4</duration>
|
|
1362
|
+
<voice>1</voice>
|
|
1363
|
+
<type>eighth</type>
|
|
1364
|
+
<stem default-y="-5">up</stem>
|
|
1365
|
+
</note>
|
|
1366
|
+
</measure>
|
|
1367
|
+
<!--=======================================================-->
|
|
1368
|
+
<measure number="28" width="175">
|
|
1369
|
+
<note default-x="10">
|
|
1370
|
+
<pitch>
|
|
1371
|
+
<step>B</step>
|
|
1372
|
+
<octave>4</octave>
|
|
1373
|
+
</pitch>
|
|
1374
|
+
<duration>4</duration>
|
|
1375
|
+
<voice>1</voice>
|
|
1376
|
+
<type>eighth</type>
|
|
1377
|
+
<stem default-y="-52.5">down</stem>
|
|
1378
|
+
<beam number="1">begin</beam>
|
|
1379
|
+
</note>
|
|
1380
|
+
<note default-x="51">
|
|
1381
|
+
<pitch>
|
|
1382
|
+
<step>C</step>
|
|
1383
|
+
<octave>5</octave>
|
|
1384
|
+
</pitch>
|
|
1385
|
+
<duration>4</duration>
|
|
1386
|
+
<voice>1</voice>
|
|
1387
|
+
<type>eighth</type>
|
|
1388
|
+
<stem default-y="-52.5">down</stem>
|
|
1389
|
+
<beam number="1">continue</beam>
|
|
1390
|
+
<lyric default-y="-80" number="1">
|
|
1391
|
+
<syllabic>single</syllabic>
|
|
1392
|
+
<text>ネ</text>
|
|
1393
|
+
</lyric>
|
|
1394
|
+
</note>
|
|
1395
|
+
<note default-x="92">
|
|
1396
|
+
<pitch>
|
|
1397
|
+
<step>C</step>
|
|
1398
|
+
<octave>5</octave>
|
|
1399
|
+
</pitch>
|
|
1400
|
+
<duration>4</duration>
|
|
1401
|
+
<voice>1</voice>
|
|
1402
|
+
<type>eighth</type>
|
|
1403
|
+
<stem default-y="-52.5">down</stem>
|
|
1404
|
+
<beam number="1">continue</beam>
|
|
1405
|
+
<lyric default-y="-80" number="1">
|
|
1406
|
+
<syllabic>single</syllabic>
|
|
1407
|
+
<text>マ</text>
|
|
1408
|
+
</lyric>
|
|
1409
|
+
</note>
|
|
1410
|
+
<note default-x="133">
|
|
1411
|
+
<pitch>
|
|
1412
|
+
<step>B</step>
|
|
1413
|
+
<octave>4</octave>
|
|
1414
|
+
</pitch>
|
|
1415
|
+
<duration>4</duration>
|
|
1416
|
+
<voice>1</voice>
|
|
1417
|
+
<type>eighth</type>
|
|
1418
|
+
<stem default-y="-52.5">down</stem>
|
|
1419
|
+
<beam number="1">end</beam>
|
|
1420
|
+
<lyric default-y="-80" number="1">
|
|
1421
|
+
<syllabic>single</syllabic>
|
|
1422
|
+
<text>リ</text>
|
|
1423
|
+
</lyric>
|
|
1424
|
+
</note>
|
|
1425
|
+
</measure>
|
|
1426
|
+
<!--=======================================================-->
|
|
1427
|
+
<measure number="29" width="198">
|
|
1428
|
+
<note default-x="14">
|
|
1429
|
+
<pitch>
|
|
1430
|
+
<step>C</step>
|
|
1431
|
+
<octave>5</octave>
|
|
1432
|
+
</pitch>
|
|
1433
|
+
<duration>4</duration>
|
|
1434
|
+
<voice>1</voice>
|
|
1435
|
+
<type>eighth</type>
|
|
1436
|
+
<stem default-y="-50">down</stem>
|
|
1437
|
+
<beam number="1">begin</beam>
|
|
1438
|
+
<lyric default-y="-80" number="1">
|
|
1439
|
+
<syllabic>single</syllabic>
|
|
1440
|
+
<text>ネ</text>
|
|
1441
|
+
</lyric>
|
|
1442
|
+
</note>
|
|
1443
|
+
<note default-x="60">
|
|
1444
|
+
<pitch>
|
|
1445
|
+
<step>E</step>
|
|
1446
|
+
<octave>5</octave>
|
|
1447
|
+
</pitch>
|
|
1448
|
+
<duration>4</duration>
|
|
1449
|
+
<voice>1</voice>
|
|
1450
|
+
<type>eighth</type>
|
|
1451
|
+
<stem default-y="-51">down</stem>
|
|
1452
|
+
<beam number="1">continue</beam>
|
|
1453
|
+
<lyric default-y="-80" number="1">
|
|
1454
|
+
<syllabic>single</syllabic>
|
|
1455
|
+
<text>マ</text>
|
|
1456
|
+
</lyric>
|
|
1457
|
+
</note>
|
|
1458
|
+
<note default-x="105">
|
|
1459
|
+
<pitch>
|
|
1460
|
+
<step>C</step>
|
|
1461
|
+
<octave>5</octave>
|
|
1462
|
+
</pitch>
|
|
1463
|
+
<duration>4</duration>
|
|
1464
|
+
<voice>1</voice>
|
|
1465
|
+
<type>eighth</type>
|
|
1466
|
+
<stem default-y="-51.5">down</stem>
|
|
1467
|
+
<beam number="1">continue</beam>
|
|
1468
|
+
<lyric default-y="-80" number="1">
|
|
1469
|
+
<syllabic>single</syllabic>
|
|
1470
|
+
<text>ラ</text>
|
|
1471
|
+
</lyric>
|
|
1472
|
+
</note>
|
|
1473
|
+
<note default-x="151">
|
|
1474
|
+
<pitch>
|
|
1475
|
+
<step>B</step>
|
|
1476
|
+
<octave>4</octave>
|
|
1477
|
+
</pitch>
|
|
1478
|
+
<duration>4</duration>
|
|
1479
|
+
<voice>1</voice>
|
|
1480
|
+
<type>eighth</type>
|
|
1481
|
+
<stem default-y="-52.5">down</stem>
|
|
1482
|
+
<beam number="1">end</beam>
|
|
1483
|
+
<lyric default-y="-80" number="1">
|
|
1484
|
+
<syllabic>single</syllabic>
|
|
1485
|
+
<text>ズ</text>
|
|
1486
|
+
</lyric>
|
|
1487
|
+
</note>
|
|
1488
|
+
</measure>
|
|
1489
|
+
<!--=======================================================-->
|
|
1490
|
+
<measure number="30" width="198">
|
|
1491
|
+
<note default-x="14">
|
|
1492
|
+
<pitch>
|
|
1493
|
+
<step>A</step>
|
|
1494
|
+
<octave>4</octave>
|
|
1495
|
+
</pitch>
|
|
1496
|
+
<duration>4</duration>
|
|
1497
|
+
<voice>1</voice>
|
|
1498
|
+
<type>eighth</type>
|
|
1499
|
+
<stem default-y="10">up</stem>
|
|
1500
|
+
<beam number="1">begin</beam>
|
|
1501
|
+
<lyric default-y="-80" number="1">
|
|
1502
|
+
<syllabic>single</syllabic>
|
|
1503
|
+
<text>マ</text>
|
|
1504
|
+
</lyric>
|
|
1505
|
+
</note>
|
|
1506
|
+
<note default-x="59">
|
|
1507
|
+
<pitch>
|
|
1508
|
+
<step>B</step>
|
|
1509
|
+
<octave>4</octave>
|
|
1510
|
+
</pitch>
|
|
1511
|
+
<duration>4</duration>
|
|
1512
|
+
<voice>1</voice>
|
|
1513
|
+
<type>eighth</type>
|
|
1514
|
+
<stem default-y="10">up</stem>
|
|
1515
|
+
<beam number="1">continue</beam>
|
|
1516
|
+
<lyric default-y="-80" number="1">
|
|
1517
|
+
<syllabic>single</syllabic>
|
|
1518
|
+
<text>チ</text>
|
|
1519
|
+
</lyric>
|
|
1520
|
+
</note>
|
|
1521
|
+
<note default-x="105">
|
|
1522
|
+
<pitch>
|
|
1523
|
+
<step>C</step>
|
|
1524
|
+
<octave>5</octave>
|
|
1525
|
+
</pitch>
|
|
1526
|
+
<duration>4</duration>
|
|
1527
|
+
<voice>1</voice>
|
|
1528
|
+
<type>eighth</type>
|
|
1529
|
+
<stem default-y="10">up</stem>
|
|
1530
|
+
<beam number="1">continue</beam>
|
|
1531
|
+
<lyric default-y="-80" number="1">
|
|
1532
|
+
<syllabic>single</syllabic>
|
|
1533
|
+
<text>ア</text>
|
|
1534
|
+
</lyric>
|
|
1535
|
+
</note>
|
|
1536
|
+
<note default-x="151">
|
|
1537
|
+
<pitch>
|
|
1538
|
+
<step>A</step>
|
|
1539
|
+
<octave>4</octave>
|
|
1540
|
+
</pitch>
|
|
1541
|
+
<duration>4</duration>
|
|
1542
|
+
<voice>1</voice>
|
|
1543
|
+
<type>eighth</type>
|
|
1544
|
+
<stem default-y="10">up</stem>
|
|
1545
|
+
<beam number="1">end</beam>
|
|
1546
|
+
<lyric default-y="-80" number="1">
|
|
1547
|
+
<syllabic>single</syllabic>
|
|
1548
|
+
<text>カ</text>
|
|
1549
|
+
</lyric>
|
|
1550
|
+
</note>
|
|
1551
|
+
</measure>
|
|
1552
|
+
<!--=======================================================-->
|
|
1553
|
+
<measure number="31" width="190">
|
|
1554
|
+
<print new-system="yes"/>
|
|
1555
|
+
<note default-x="49">
|
|
1556
|
+
<pitch>
|
|
1557
|
+
<step>F</step>
|
|
1558
|
+
<octave>4</octave>
|
|
1559
|
+
</pitch>
|
|
1560
|
+
<duration>4</duration>
|
|
1561
|
+
<voice>1</voice>
|
|
1562
|
+
<type>eighth</type>
|
|
1563
|
+
<stem default-y="10">up</stem>
|
|
1564
|
+
<beam number="1">begin</beam>
|
|
1565
|
+
<lyric default-y="-80" number="1">
|
|
1566
|
+
<syllabic>single</syllabic>
|
|
1567
|
+
<text>ス</text>
|
|
1568
|
+
</lyric>
|
|
1569
|
+
</note>
|
|
1570
|
+
<note default-x="83">
|
|
1571
|
+
<pitch>
|
|
1572
|
+
<step>A</step>
|
|
1573
|
+
<octave>4</octave>
|
|
1574
|
+
</pitch>
|
|
1575
|
+
<duration>2</duration>
|
|
1576
|
+
<voice>1</voice>
|
|
1577
|
+
<type>16th</type>
|
|
1578
|
+
<stem default-y="10">up</stem>
|
|
1579
|
+
<beam number="1">continue</beam>
|
|
1580
|
+
<beam number="2">begin</beam>
|
|
1581
|
+
</note>
|
|
1582
|
+
<note default-x="104">
|
|
1583
|
+
<pitch>
|
|
1584
|
+
<step>F</step>
|
|
1585
|
+
<octave>4</octave>
|
|
1586
|
+
</pitch>
|
|
1587
|
+
<duration>2</duration>
|
|
1588
|
+
<voice>1</voice>
|
|
1589
|
+
<type>16th</type>
|
|
1590
|
+
<stem default-y="10">up</stem>
|
|
1591
|
+
<beam number="1">end</beam>
|
|
1592
|
+
<beam number="2">end</beam>
|
|
1593
|
+
</note>
|
|
1594
|
+
<note default-x="123">
|
|
1595
|
+
<pitch>
|
|
1596
|
+
<step>E</step>
|
|
1597
|
+
<octave>4</octave>
|
|
1598
|
+
</pitch>
|
|
1599
|
+
<duration>4</duration>
|
|
1600
|
+
<voice>1</voice>
|
|
1601
|
+
<type>eighth</type>
|
|
1602
|
+
<stem default-y="-7">up</stem>
|
|
1603
|
+
<beam number="1">begin</beam>
|
|
1604
|
+
</note>
|
|
1605
|
+
<note default-x="154">
|
|
1606
|
+
<pitch>
|
|
1607
|
+
<step>D</step>
|
|
1608
|
+
<octave>4</octave>
|
|
1609
|
+
</pitch>
|
|
1610
|
+
<duration>4</duration>
|
|
1611
|
+
<voice>1</voice>
|
|
1612
|
+
<type>eighth</type>
|
|
1613
|
+
<stem default-y="-10">up</stem>
|
|
1614
|
+
<beam number="1">end</beam>
|
|
1615
|
+
<lyric default-y="-80" number="1">
|
|
1616
|
+
<syllabic>single</syllabic>
|
|
1617
|
+
<text>ゴ</text>
|
|
1618
|
+
</lyric>
|
|
1619
|
+
</note>
|
|
1620
|
+
</measure>
|
|
1621
|
+
<!--=======================================================-->
|
|
1622
|
+
<measure number="32" width="242">
|
|
1623
|
+
<note default-x="14">
|
|
1624
|
+
<pitch>
|
|
1625
|
+
<step>E</step>
|
|
1626
|
+
<octave>4</octave>
|
|
1627
|
+
</pitch>
|
|
1628
|
+
<duration>4</duration>
|
|
1629
|
+
<voice>1</voice>
|
|
1630
|
+
<type>eighth</type>
|
|
1631
|
+
<stem default-y="-7">up</stem>
|
|
1632
|
+
<beam number="1">begin</beam>
|
|
1633
|
+
<lyric default-y="-80" number="1">
|
|
1634
|
+
<syllabic>single</syllabic>
|
|
1635
|
+
<text>ザ</text>
|
|
1636
|
+
</lyric>
|
|
1637
|
+
</note>
|
|
1638
|
+
<note default-x="58">
|
|
1639
|
+
<pitch>
|
|
1640
|
+
<step>F</step>
|
|
1641
|
+
<octave>4</octave>
|
|
1642
|
+
</pitch>
|
|
1643
|
+
<duration>4</duration>
|
|
1644
|
+
<voice>1</voice>
|
|
1645
|
+
<type>eighth</type>
|
|
1646
|
+
<stem default-y="-5">up</stem>
|
|
1647
|
+
<beam number="1">end</beam>
|
|
1648
|
+
<lyric default-y="-80" number="1">
|
|
1649
|
+
<syllabic>single</syllabic>
|
|
1650
|
+
<text>レ</text>
|
|
1651
|
+
</lyric>
|
|
1652
|
+
</note>
|
|
1653
|
+
<note default-x="102">
|
|
1654
|
+
<pitch>
|
|
1655
|
+
<step>A</step>
|
|
1656
|
+
<octave>4</octave>
|
|
1657
|
+
</pitch>
|
|
1658
|
+
<duration>2</duration>
|
|
1659
|
+
<voice>1</voice>
|
|
1660
|
+
<type>16th</type>
|
|
1661
|
+
<stem default-y="10">up</stem>
|
|
1662
|
+
<beam number="1">begin</beam>
|
|
1663
|
+
<beam number="2">begin</beam>
|
|
1664
|
+
<lyric default-y="-80" number="1">
|
|
1665
|
+
<syllabic>single</syllabic>
|
|
1666
|
+
<text>ハ</text>
|
|
1667
|
+
</lyric>
|
|
1668
|
+
</note>
|
|
1669
|
+
<note default-x="137">
|
|
1670
|
+
<pitch>
|
|
1671
|
+
<step>A</step>
|
|
1672
|
+
<octave>4</octave>
|
|
1673
|
+
</pitch>
|
|
1674
|
+
<duration>2</duration>
|
|
1675
|
+
<voice>1</voice>
|
|
1676
|
+
<type>16th</type>
|
|
1677
|
+
<stem default-y="10">up</stem>
|
|
1678
|
+
<beam number="1">continue</beam>
|
|
1679
|
+
<beam number="2">continue</beam>
|
|
1680
|
+
<lyric default-y="-80" number="1">
|
|
1681
|
+
<syllabic>single</syllabic>
|
|
1682
|
+
<text>ナ</text>
|
|
1683
|
+
</lyric>
|
|
1684
|
+
</note>
|
|
1685
|
+
<note default-x="172">
|
|
1686
|
+
<pitch>
|
|
1687
|
+
<step>A</step>
|
|
1688
|
+
<octave>4</octave>
|
|
1689
|
+
</pitch>
|
|
1690
|
+
<duration>2</duration>
|
|
1691
|
+
<voice>1</voice>
|
|
1692
|
+
<type>16th</type>
|
|
1693
|
+
<stem default-y="10">up</stem>
|
|
1694
|
+
<beam number="1">continue</beam>
|
|
1695
|
+
<beam number="2">continue</beam>
|
|
1696
|
+
<lyric default-y="-80" number="1">
|
|
1697
|
+
<syllabic>single</syllabic>
|
|
1698
|
+
<text>シ</text>
|
|
1699
|
+
</lyric>
|
|
1700
|
+
</note>
|
|
1701
|
+
<note default-x="205">
|
|
1702
|
+
<pitch>
|
|
1703
|
+
<step>A</step>
|
|
1704
|
+
<octave>4</octave>
|
|
1705
|
+
</pitch>
|
|
1706
|
+
<duration>2</duration>
|
|
1707
|
+
<voice>1</voice>
|
|
1708
|
+
<type>16th</type>
|
|
1709
|
+
<stem default-y="10">up</stem>
|
|
1710
|
+
<beam number="1">end</beam>
|
|
1711
|
+
<beam number="2">end</beam>
|
|
1712
|
+
<lyric default-y="-80" number="1">
|
|
1713
|
+
<syllabic>single</syllabic>
|
|
1714
|
+
<text>マ</text>
|
|
1715
|
+
</lyric>
|
|
1716
|
+
</note>
|
|
1717
|
+
</measure>
|
|
1718
|
+
<!--=======================================================-->
|
|
1719
|
+
<measure number="33" width="225">
|
|
1720
|
+
<note default-x="14">
|
|
1721
|
+
<pitch>
|
|
1722
|
+
<step>B</step>
|
|
1723
|
+
<octave>4</octave>
|
|
1724
|
+
</pitch>
|
|
1725
|
+
<duration>4</duration>
|
|
1726
|
+
<voice>1</voice>
|
|
1727
|
+
<type>eighth</type>
|
|
1728
|
+
<stem default-y="-52">down</stem>
|
|
1729
|
+
<beam number="1">begin</beam>
|
|
1730
|
+
<lyric default-y="-80" number="1">
|
|
1731
|
+
<syllabic>single</syllabic>
|
|
1732
|
+
<text>ショ</text>
|
|
1733
|
+
</lyric>
|
|
1734
|
+
</note>
|
|
1735
|
+
<note default-x="63">
|
|
1736
|
+
<pitch>
|
|
1737
|
+
<step>B</step>
|
|
1738
|
+
<octave>4</octave>
|
|
1739
|
+
</pitch>
|
|
1740
|
+
<duration>4</duration>
|
|
1741
|
+
<voice>1</voice>
|
|
1742
|
+
<type>eighth</type>
|
|
1743
|
+
<stem default-y="-52">down</stem>
|
|
1744
|
+
<beam number="1">end</beam>
|
|
1745
|
+
<lyric default-y="-80" number="1">
|
|
1746
|
+
<syllabic>single</syllabic>
|
|
1747
|
+
<text> </text>
|
|
1748
|
+
</lyric>
|
|
1749
|
+
</note>
|
|
1750
|
+
<note default-x="113">
|
|
1751
|
+
<pitch>
|
|
1752
|
+
<step>C</step>
|
|
1753
|
+
<octave>5</octave>
|
|
1754
|
+
</pitch>
|
|
1755
|
+
<duration>4</duration>
|
|
1756
|
+
<voice>1</voice>
|
|
1757
|
+
<type>eighth</type>
|
|
1758
|
+
<stem default-y="-50">down</stem>
|
|
1759
|
+
<beam number="1">begin</beam>
|
|
1760
|
+
<lyric default-y="-80" number="1">
|
|
1761
|
+
<syllabic>single</syllabic>
|
|
1762
|
+
<text>コン</text>
|
|
1763
|
+
</lyric>
|
|
1764
|
+
</note>
|
|
1765
|
+
<note default-x="163">
|
|
1766
|
+
<pitch>
|
|
1767
|
+
<step>C</step>
|
|
1768
|
+
<octave>5</octave>
|
|
1769
|
+
</pitch>
|
|
1770
|
+
<duration>2</duration>
|
|
1771
|
+
<voice>1</voice>
|
|
1772
|
+
<type>16th</type>
|
|
1773
|
+
<stem default-y="-50">down</stem>
|
|
1774
|
+
<beam number="1">continue</beam>
|
|
1775
|
+
<beam number="2">begin</beam>
|
|
1776
|
+
<lyric default-y="-80" number="1">
|
|
1777
|
+
<syllabic>single</syllabic>
|
|
1778
|
+
<text>コ</text>
|
|
1779
|
+
</lyric>
|
|
1780
|
+
</note>
|
|
1781
|
+
<note default-x="194">
|
|
1782
|
+
<pitch>
|
|
1783
|
+
<step>C</step>
|
|
1784
|
+
<octave>5</octave>
|
|
1785
|
+
</pitch>
|
|
1786
|
+
<duration>2</duration>
|
|
1787
|
+
<voice>1</voice>
|
|
1788
|
+
<type>16th</type>
|
|
1789
|
+
<stem default-y="-50">down</stem>
|
|
1790
|
+
<beam number="1">end</beam>
|
|
1791
|
+
<beam number="2">end</beam>
|
|
1792
|
+
<lyric default-y="-80" number="1">
|
|
1793
|
+
<syllabic>single</syllabic>
|
|
1794
|
+
<text>マ</text>
|
|
1795
|
+
</lyric>
|
|
1796
|
+
</note>
|
|
1797
|
+
</measure>
|
|
1798
|
+
<!--=======================================================-->
|
|
1799
|
+
<measure number="34" width="205">
|
|
1800
|
+
<note default-x="14">
|
|
1801
|
+
<pitch>
|
|
1802
|
+
<step>B</step>
|
|
1803
|
+
<octave>4</octave>
|
|
1804
|
+
</pitch>
|
|
1805
|
+
<duration>4</duration>
|
|
1806
|
+
<voice>1</voice>
|
|
1807
|
+
<type>eighth</type>
|
|
1808
|
+
<stem default-y="-52">down</stem>
|
|
1809
|
+
<beam number="1">begin</beam>
|
|
1810
|
+
<lyric default-y="-80" number="1">
|
|
1811
|
+
<syllabic>single</syllabic>
|
|
1812
|
+
<text>ツ</text>
|
|
1813
|
+
</lyric>
|
|
1814
|
+
</note>
|
|
1815
|
+
<note default-x="51">
|
|
1816
|
+
<pitch>
|
|
1817
|
+
<step>C</step>
|
|
1818
|
+
<octave>5</octave>
|
|
1819
|
+
</pitch>
|
|
1820
|
+
<duration>2</duration>
|
|
1821
|
+
<voice>1</voice>
|
|
1822
|
+
<type>16th</type>
|
|
1823
|
+
<stem default-y="-52">down</stem>
|
|
1824
|
+
<beam number="1">continue</beam>
|
|
1825
|
+
<beam number="2">begin</beam>
|
|
1826
|
+
<lyric default-y="-80" number="1">
|
|
1827
|
+
<syllabic>single</syllabic>
|
|
1828
|
+
<text>ノ</text>
|
|
1829
|
+
<extend/>
|
|
1830
|
+
</lyric>
|
|
1831
|
+
</note>
|
|
1832
|
+
<note default-x="86">
|
|
1833
|
+
<pitch>
|
|
1834
|
+
<step>B</step>
|
|
1835
|
+
<octave>4</octave>
|
|
1836
|
+
</pitch>
|
|
1837
|
+
<duration>2</duration>
|
|
1838
|
+
<voice>1</voice>
|
|
1839
|
+
<type>16th</type>
|
|
1840
|
+
<stem default-y="-52">down</stem>
|
|
1841
|
+
<beam number="1">end</beam>
|
|
1842
|
+
<beam number="2">end</beam>
|
|
1843
|
+
</note>
|
|
1844
|
+
<note default-x="110">
|
|
1845
|
+
<pitch>
|
|
1846
|
+
<step>A</step>
|
|
1847
|
+
<octave>4</octave>
|
|
1848
|
+
</pitch>
|
|
1849
|
+
<duration>4</duration>
|
|
1850
|
+
<voice>1</voice>
|
|
1851
|
+
<type>eighth</type>
|
|
1852
|
+
<stem default-y="13">up</stem>
|
|
1853
|
+
<beam number="1">begin</beam>
|
|
1854
|
+
<lyric default-y="-80" number="1">
|
|
1855
|
+
<syllabic>single</syllabic>
|
|
1856
|
+
<text>コ</text>
|
|
1857
|
+
</lyric>
|
|
1858
|
+
</note>
|
|
1859
|
+
<note default-x="146">
|
|
1860
|
+
<pitch>
|
|
1861
|
+
<step>B</step>
|
|
1862
|
+
<octave>4</octave>
|
|
1863
|
+
</pitch>
|
|
1864
|
+
<duration>2</duration>
|
|
1865
|
+
<voice>1</voice>
|
|
1866
|
+
<type>16th</type>
|
|
1867
|
+
<stem default-y="13">up</stem>
|
|
1868
|
+
<beam number="1">continue</beam>
|
|
1869
|
+
<beam number="2">begin</beam>
|
|
1870
|
+
<lyric default-y="-80" number="1">
|
|
1871
|
+
<syllabic>single</syllabic>
|
|
1872
|
+
<text>カ</text>
|
|
1873
|
+
</lyric>
|
|
1874
|
+
</note>
|
|
1875
|
+
<note default-x="175">
|
|
1876
|
+
<pitch>
|
|
1877
|
+
<step>A</step>
|
|
1878
|
+
<octave>4</octave>
|
|
1879
|
+
</pitch>
|
|
1880
|
+
<duration>2</duration>
|
|
1881
|
+
<voice>1</voice>
|
|
1882
|
+
<type>16th</type>
|
|
1883
|
+
<stem default-y="13">up</stem>
|
|
1884
|
+
<beam number="1">end</beam>
|
|
1885
|
+
<beam number="2">end</beam>
|
|
1886
|
+
</note>
|
|
1887
|
+
</measure>
|
|
1888
|
+
<!--=======================================================-->
|
|
1889
|
+
<measure number="35" width="147">
|
|
1890
|
+
<note default-x="14">
|
|
1891
|
+
<pitch>
|
|
1892
|
+
<step>F</step>
|
|
1893
|
+
<octave>4</octave>
|
|
1894
|
+
</pitch>
|
|
1895
|
+
<duration>4</duration>
|
|
1896
|
+
<voice>1</voice>
|
|
1897
|
+
<type>eighth</type>
|
|
1898
|
+
<stem default-y="-5">up</stem>
|
|
1899
|
+
<beam number="1">begin</beam>
|
|
1900
|
+
<lyric default-y="-80" number="1">
|
|
1901
|
+
<syllabic>single</syllabic>
|
|
1902
|
+
<text>ゲ</text>
|
|
1903
|
+
</lyric>
|
|
1904
|
+
</note>
|
|
1905
|
+
<note default-x="47">
|
|
1906
|
+
<pitch>
|
|
1907
|
+
<step>E</step>
|
|
1908
|
+
<octave>4</octave>
|
|
1909
|
+
</pitch>
|
|
1910
|
+
<duration>4</duration>
|
|
1911
|
+
<voice>1</voice>
|
|
1912
|
+
<type>eighth</type>
|
|
1913
|
+
<stem default-y="-7">up</stem>
|
|
1914
|
+
<beam number="1">continue</beam>
|
|
1915
|
+
<lyric default-y="-80" number="1">
|
|
1916
|
+
<syllabic>single</syllabic>
|
|
1917
|
+
<text>デ</text>
|
|
1918
|
+
</lyric>
|
|
1919
|
+
</note>
|
|
1920
|
+
<note default-x="82">
|
|
1921
|
+
<pitch>
|
|
1922
|
+
<step>D</step>
|
|
1923
|
+
<octave>4</octave>
|
|
1924
|
+
</pitch>
|
|
1925
|
+
<duration>4</duration>
|
|
1926
|
+
<voice>1</voice>
|
|
1927
|
+
<type>eighth</type>
|
|
1928
|
+
<stem default-y="-8">up</stem>
|
|
1929
|
+
<beam number="1">continue</beam>
|
|
1930
|
+
</note>
|
|
1931
|
+
<note default-x="111">
|
|
1932
|
+
<pitch>
|
|
1933
|
+
<step>D</step>
|
|
1934
|
+
<octave>4</octave>
|
|
1935
|
+
</pitch>
|
|
1936
|
+
<duration>4</duration>
|
|
1937
|
+
<voice>1</voice>
|
|
1938
|
+
<type>eighth</type>
|
|
1939
|
+
<stem default-y="-10">up</stem>
|
|
1940
|
+
<beam number="1">end</beam>
|
|
1941
|
+
<lyric default-y="-80" number="1">
|
|
1942
|
+
<syllabic>single</syllabic>
|
|
1943
|
+
<text>マ</text>
|
|
1944
|
+
</lyric>
|
|
1945
|
+
</note>
|
|
1946
|
+
</measure>
|
|
1947
|
+
<!--=======================================================-->
|
|
1948
|
+
<measure number="36" width="220">
|
|
1949
|
+
<print new-system="yes"/>
|
|
1950
|
+
<note default-x="52">
|
|
1951
|
+
<rest/>
|
|
1952
|
+
<duration>4</duration>
|
|
1953
|
+
<voice>1</voice>
|
|
1954
|
+
<type>eighth</type>
|
|
1955
|
+
<lyric default-y="-80" number="1">
|
|
1956
|
+
<syllabic>single</syllabic>
|
|
1957
|
+
<text>ツ</text>
|
|
1958
|
+
</lyric>
|
|
1959
|
+
</note>
|
|
1960
|
+
<note default-x="94">
|
|
1961
|
+
<pitch>
|
|
1962
|
+
<step>E</step>
|
|
1963
|
+
<octave>4</octave>
|
|
1964
|
+
</pitch>
|
|
1965
|
+
<duration>4</duration>
|
|
1966
|
+
<voice>1</voice>
|
|
1967
|
+
<type>eighth</type>
|
|
1968
|
+
<stem default-y="-7.5">up</stem>
|
|
1969
|
+
<beam number="1">begin</beam>
|
|
1970
|
+
<lyric default-y="-80" number="1">
|
|
1971
|
+
<syllabic>single</syllabic>
|
|
1972
|
+
<text>ノ</text>
|
|
1973
|
+
</lyric>
|
|
1974
|
+
</note>
|
|
1975
|
+
<note default-x="136">
|
|
1976
|
+
<pitch>
|
|
1977
|
+
<step>F</step>
|
|
1978
|
+
<octave>4</octave>
|
|
1979
|
+
</pitch>
|
|
1980
|
+
<duration>4</duration>
|
|
1981
|
+
<voice>1</voice>
|
|
1982
|
+
<type>eighth</type>
|
|
1983
|
+
<stem default-y="-1">up</stem>
|
|
1984
|
+
<beam number="1">continue</beam>
|
|
1985
|
+
<lyric default-y="-80" number="1">
|
|
1986
|
+
<syllabic>single</syllabic>
|
|
1987
|
+
<text>ハ</text>
|
|
1988
|
+
</lyric>
|
|
1989
|
+
</note>
|
|
1990
|
+
<note default-x="177">
|
|
1991
|
+
<pitch>
|
|
1992
|
+
<step>A</step>
|
|
1993
|
+
<octave>4</octave>
|
|
1994
|
+
</pitch>
|
|
1995
|
+
<duration>4</duration>
|
|
1996
|
+
<voice>1</voice>
|
|
1997
|
+
<type>eighth</type>
|
|
1998
|
+
<stem default-y="5">up</stem>
|
|
1999
|
+
<beam number="1">end</beam>
|
|
2000
|
+
<lyric default-y="-80" number="1">
|
|
2001
|
+
<syllabic>single</syllabic>
|
|
2002
|
+
<text>ノ</text>
|
|
2003
|
+
</lyric>
|
|
2004
|
+
</note>
|
|
2005
|
+
</measure>
|
|
2006
|
+
<!--=======================================================-->
|
|
2007
|
+
<measure number="37" width="251">
|
|
2008
|
+
<note default-x="14">
|
|
2009
|
+
<pitch>
|
|
2010
|
+
<step>F</step>
|
|
2011
|
+
<octave>4</octave>
|
|
2012
|
+
</pitch>
|
|
2013
|
+
<duration>4</duration>
|
|
2014
|
+
<voice>1</voice>
|
|
2015
|
+
<type>eighth</type>
|
|
2016
|
+
<stem default-y="-5">up</stem>
|
|
2017
|
+
<beam number="1">begin</beam>
|
|
2018
|
+
<lyric default-y="-80" number="1">
|
|
2019
|
+
<syllabic>single</syllabic>
|
|
2020
|
+
<text>ヨ</text>
|
|
2021
|
+
</lyric>
|
|
2022
|
+
</note>
|
|
2023
|
+
<note default-x="70">
|
|
2024
|
+
<pitch>
|
|
2025
|
+
<step>E</step>
|
|
2026
|
+
<octave>4</octave>
|
|
2027
|
+
</pitch>
|
|
2028
|
+
<duration>4</duration>
|
|
2029
|
+
<voice>1</voice>
|
|
2030
|
+
<type>eighth</type>
|
|
2031
|
+
<stem default-y="-7.5">up</stem>
|
|
2032
|
+
<beam number="1">end</beam>
|
|
2033
|
+
<lyric default-y="-80" number="1">
|
|
2034
|
+
<syllabic>single</syllabic>
|
|
2035
|
+
<text>ニ</text>
|
|
2036
|
+
</lyric>
|
|
2037
|
+
</note>
|
|
2038
|
+
<note default-x="126">
|
|
2039
|
+
<pitch>
|
|
2040
|
+
<step>B</step>
|
|
2041
|
+
<octave>3</octave>
|
|
2042
|
+
</pitch>
|
|
2043
|
+
<duration>4</duration>
|
|
2044
|
+
<voice>1</voice>
|
|
2045
|
+
<type>eighth</type>
|
|
2046
|
+
<stem default-y="-20">up</stem>
|
|
2047
|
+
<beam number="1">begin</beam>
|
|
2048
|
+
<lyric default-y="-80" number="1">
|
|
2049
|
+
<syllabic>single</syllabic>
|
|
2050
|
+
<text>コン</text>
|
|
2051
|
+
</lyric>
|
|
2052
|
+
</note>
|
|
2053
|
+
<note default-x="181">
|
|
2054
|
+
<pitch>
|
|
2055
|
+
<step>B</step>
|
|
2056
|
+
<octave>3</octave>
|
|
2057
|
+
</pitch>
|
|
2058
|
+
<duration>2</duration>
|
|
2059
|
+
<voice>1</voice>
|
|
2060
|
+
<type>16th</type>
|
|
2061
|
+
<stem default-y="-20">up</stem>
|
|
2062
|
+
<beam number="1">continue</beam>
|
|
2063
|
+
<beam number="2">begin</beam>
|
|
2064
|
+
<lyric default-y="-80" number="1">
|
|
2065
|
+
<syllabic>single</syllabic>
|
|
2066
|
+
<text>コ</text>
|
|
2067
|
+
</lyric>
|
|
2068
|
+
</note>
|
|
2069
|
+
<note default-x="216">
|
|
2070
|
+
<pitch>
|
|
2071
|
+
<step>B</step>
|
|
2072
|
+
<octave>3</octave>
|
|
2073
|
+
</pitch>
|
|
2074
|
+
<duration>2</duration>
|
|
2075
|
+
<voice>1</voice>
|
|
2076
|
+
<type>16th</type>
|
|
2077
|
+
<stem default-y="-20">up</stem>
|
|
2078
|
+
<beam number="1">end</beam>
|
|
2079
|
+
<beam number="2">end</beam>
|
|
2080
|
+
<lyric default-y="-80" number="1">
|
|
2081
|
+
<syllabic>single</syllabic>
|
|
2082
|
+
<text>マ</text>
|
|
2083
|
+
</lyric>
|
|
2084
|
+
</note>
|
|
2085
|
+
</measure>
|
|
2086
|
+
<!--=======================================================-->
|
|
2087
|
+
<measure number="38" width="144">
|
|
2088
|
+
<note default-x="14">
|
|
2089
|
+
<pitch>
|
|
2090
|
+
<step>B</step>
|
|
2091
|
+
<octave>3</octave>
|
|
2092
|
+
</pitch>
|
|
2093
|
+
<duration>4</duration>
|
|
2094
|
+
<voice>1</voice>
|
|
2095
|
+
<type>eighth</type>
|
|
2096
|
+
<stem default-y="-20">up</stem>
|
|
2097
|
+
<beam number="1">begin</beam>
|
|
2098
|
+
<lyric default-y="-80" number="1">
|
|
2099
|
+
<syllabic>single</syllabic>
|
|
2100
|
+
<text>ヤ</text>
|
|
2101
|
+
</lyric>
|
|
2102
|
+
</note>
|
|
2103
|
+
<note default-x="49">
|
|
2104
|
+
<pitch>
|
|
2105
|
+
<step>D</step>
|
|
2106
|
+
<octave>4</octave>
|
|
2107
|
+
</pitch>
|
|
2108
|
+
<duration>4</duration>
|
|
2109
|
+
<voice>1</voice>
|
|
2110
|
+
<type>eighth</type>
|
|
2111
|
+
<stem default-y="-15">up</stem>
|
|
2112
|
+
<beam number="1">end</beam>
|
|
2113
|
+
<lyric default-y="-80" number="1">
|
|
2114
|
+
<syllabic>single</syllabic>
|
|
2115
|
+
<text>カ</text>
|
|
2116
|
+
</lyric>
|
|
2117
|
+
</note>
|
|
2118
|
+
<note default-x="85">
|
|
2119
|
+
<pitch>
|
|
2120
|
+
<step>E</step>
|
|
2121
|
+
<octave>4</octave>
|
|
2122
|
+
</pitch>
|
|
2123
|
+
<duration>8</duration>
|
|
2124
|
+
<voice>1</voice>
|
|
2125
|
+
<type>quarter</type>
|
|
2126
|
+
<stem default-y="-5">up</stem>
|
|
2127
|
+
<lyric default-y="-80" number="1">
|
|
2128
|
+
<syllabic>single</syllabic>
|
|
2129
|
+
<text>ニ</text>
|
|
2130
|
+
</lyric>
|
|
2131
|
+
</note>
|
|
2132
|
+
</measure>
|
|
2133
|
+
<!--=======================================================-->
|
|
2134
|
+
<measure number="39" width="120">
|
|
2135
|
+
<note default-x="10">
|
|
2136
|
+
<rest/>
|
|
2137
|
+
<duration>4</duration>
|
|
2138
|
+
<voice>1</voice>
|
|
2139
|
+
<type>eighth</type>
|
|
2140
|
+
</note>
|
|
2141
|
+
<note default-x="39">
|
|
2142
|
+
<pitch>
|
|
2143
|
+
<step>C</step>
|
|
2144
|
+
<octave>5</octave>
|
|
2145
|
+
</pitch>
|
|
2146
|
+
<duration>4</duration>
|
|
2147
|
+
<voice>1</voice>
|
|
2148
|
+
<type>eighth</type>
|
|
2149
|
+
<stem default-y="-49.5">down</stem>
|
|
2150
|
+
<notations>
|
|
2151
|
+
<slur number="1" placement="above" type="start"/>
|
|
2152
|
+
</notations>
|
|
2153
|
+
<lyric default-y="-80" number="1">
|
|
2154
|
+
<syllabic>single</syllabic>
|
|
2155
|
+
<text>ヒ</text>
|
|
2156
|
+
</lyric>
|
|
2157
|
+
</note>
|
|
2158
|
+
<note default-x="71">
|
|
2159
|
+
<pitch>
|
|
2160
|
+
<step>E</step>
|
|
2161
|
+
<octave>5</octave>
|
|
2162
|
+
</pitch>
|
|
2163
|
+
<duration>8</duration>
|
|
2164
|
+
<voice>1</voice>
|
|
2165
|
+
<type>quarter</type>
|
|
2166
|
+
<stem default-y="-40">down</stem>
|
|
2167
|
+
<notations>
|
|
2168
|
+
<slur number="1" type="stop"/>
|
|
2169
|
+
</notations>
|
|
2170
|
+
<lyric default-y="-80" number="1">
|
|
2171
|
+
<syllabic>single</syllabic>
|
|
2172
|
+
<text>イ</text>
|
|
2173
|
+
</lyric>
|
|
2174
|
+
</note>
|
|
2175
|
+
</measure>
|
|
2176
|
+
<!--=======================================================-->
|
|
2177
|
+
<measure number="40" width="150">
|
|
2178
|
+
<note default-x="10">
|
|
2179
|
+
<pitch>
|
|
2180
|
+
<step>C</step>
|
|
2181
|
+
<octave>5</octave>
|
|
2182
|
+
</pitch>
|
|
2183
|
+
<duration>4</duration>
|
|
2184
|
+
<voice>1</voice>
|
|
2185
|
+
<type>eighth</type>
|
|
2186
|
+
<stem default-y="-55">down</stem>
|
|
2187
|
+
<beam number="1">begin</beam>
|
|
2188
|
+
<lyric default-y="-80" number="1">
|
|
2189
|
+
<syllabic>single</syllabic>
|
|
2190
|
+
<text>テ</text>
|
|
2191
|
+
<extend/>
|
|
2192
|
+
</lyric>
|
|
2193
|
+
</note>
|
|
2194
|
+
<note default-x="45">
|
|
2195
|
+
<pitch>
|
|
2196
|
+
<step>B</step>
|
|
2197
|
+
<octave>4</octave>
|
|
2198
|
+
</pitch>
|
|
2199
|
+
<duration>4</duration>
|
|
2200
|
+
<voice>1</voice>
|
|
2201
|
+
<type>eighth</type>
|
|
2202
|
+
<stem default-y="-55">down</stem>
|
|
2203
|
+
<beam number="1">continue</beam>
|
|
2204
|
+
</note>
|
|
2205
|
+
<note default-x="79">
|
|
2206
|
+
<pitch>
|
|
2207
|
+
<step>A</step>
|
|
2208
|
+
<octave>4</octave>
|
|
2209
|
+
</pitch>
|
|
2210
|
+
<duration>4</duration>
|
|
2211
|
+
<voice>1</voice>
|
|
2212
|
+
<type>eighth</type>
|
|
2213
|
+
<stem default-y="-55">down</stem>
|
|
2214
|
+
<beam number="1">continue</beam>
|
|
2215
|
+
</note>
|
|
2216
|
+
<note default-x="113">
|
|
2217
|
+
<pitch>
|
|
2218
|
+
<step>B</step>
|
|
2219
|
+
<octave>4</octave>
|
|
2220
|
+
</pitch>
|
|
2221
|
+
<duration>4</duration>
|
|
2222
|
+
<voice>1</voice>
|
|
2223
|
+
<type>eighth</type>
|
|
2224
|
+
<stem default-y="-55">down</stem>
|
|
2225
|
+
<beam number="1">end</beam>
|
|
2226
|
+
<lyric default-y="-80" number="1">
|
|
2227
|
+
<syllabic>single</syllabic>
|
|
2228
|
+
<text>ウ</text>
|
|
2229
|
+
</lyric>
|
|
2230
|
+
</note>
|
|
2231
|
+
</measure>
|
|
2232
|
+
<!--=======================================================-->
|
|
2233
|
+
<measure number="41" width="123">
|
|
2234
|
+
<note default-x="10">
|
|
2235
|
+
<pitch>
|
|
2236
|
+
<step>C</step>
|
|
2237
|
+
<octave>5</octave>
|
|
2238
|
+
</pitch>
|
|
2239
|
+
<duration>4</duration>
|
|
2240
|
+
<voice>1</voice>
|
|
2241
|
+
<type>eighth</type>
|
|
2242
|
+
<stem default-y="-50">down</stem>
|
|
2243
|
+
<beam number="1">begin</beam>
|
|
2244
|
+
<notations>
|
|
2245
|
+
<slur number="1" placement="above" type="start"/>
|
|
2246
|
+
</notations>
|
|
2247
|
+
<lyric default-y="-80" number="1">
|
|
2248
|
+
<syllabic>single</syllabic>
|
|
2249
|
+
<text>ト</text>
|
|
2250
|
+
<extend/>
|
|
2251
|
+
</lyric>
|
|
2252
|
+
</note>
|
|
2253
|
+
<note default-x="45">
|
|
2254
|
+
<pitch>
|
|
2255
|
+
<step>A</step>
|
|
2256
|
+
<octave>4</octave>
|
|
2257
|
+
</pitch>
|
|
2258
|
+
<duration>4</duration>
|
|
2259
|
+
<voice>1</voice>
|
|
2260
|
+
<type>eighth</type>
|
|
2261
|
+
<stem default-y="-57">down</stem>
|
|
2262
|
+
<beam number="1">end</beam>
|
|
2263
|
+
<notations>
|
|
2264
|
+
<slur number="1" type="stop"/>
|
|
2265
|
+
</notations>
|
|
2266
|
+
</note>
|
|
2267
|
+
<note default-x="74">
|
|
2268
|
+
<pitch>
|
|
2269
|
+
<step>F</step>
|
|
2270
|
+
<octave>4</octave>
|
|
2271
|
+
</pitch>
|
|
2272
|
+
<duration>8</duration>
|
|
2273
|
+
<voice>1</voice>
|
|
2274
|
+
<type>quarter</type>
|
|
2275
|
+
<stem default-y="0">up</stem>
|
|
2276
|
+
</note>
|
|
2277
|
+
</measure>
|
|
2278
|
+
<!--=======================================================-->
|
|
2279
|
+
<measure number="42" width="222">
|
|
2280
|
+
<print new-system="yes"/>
|
|
2281
|
+
<note default-x="49">
|
|
2282
|
+
<pitch>
|
|
2283
|
+
<step>E</step>
|
|
2284
|
+
<octave>4</octave>
|
|
2285
|
+
</pitch>
|
|
2286
|
+
<duration>4</duration>
|
|
2287
|
+
<voice>1</voice>
|
|
2288
|
+
<type>eighth</type>
|
|
2289
|
+
<stem default-y="-7.5">up</stem>
|
|
2290
|
+
<beam number="1">begin</beam>
|
|
2291
|
+
<lyric default-y="-80" number="1">
|
|
2292
|
+
<syllabic>single</syllabic>
|
|
2293
|
+
<text>ヤ</text>
|
|
2294
|
+
<extend/>
|
|
2295
|
+
</lyric>
|
|
2296
|
+
</note>
|
|
2297
|
+
<note default-x="92">
|
|
2298
|
+
<pitch>
|
|
2299
|
+
<step>D</step>
|
|
2300
|
+
<octave>4</octave>
|
|
2301
|
+
</pitch>
|
|
2302
|
+
<duration>4</duration>
|
|
2303
|
+
<voice>1</voice>
|
|
2304
|
+
<type>eighth</type>
|
|
2305
|
+
<stem default-y="-3">up</stem>
|
|
2306
|
+
<beam number="1">continue</beam>
|
|
2307
|
+
</note>
|
|
2308
|
+
<note default-x="135">
|
|
2309
|
+
<pitch>
|
|
2310
|
+
<step>E</step>
|
|
2311
|
+
<octave>4</octave>
|
|
2312
|
+
</pitch>
|
|
2313
|
+
<duration>4</duration>
|
|
2314
|
+
<voice>1</voice>
|
|
2315
|
+
<type>eighth</type>
|
|
2316
|
+
<stem default-y="1">up</stem>
|
|
2317
|
+
<beam number="1">continue</beam>
|
|
2318
|
+
</note>
|
|
2319
|
+
<note default-x="177">
|
|
2320
|
+
<pitch>
|
|
2321
|
+
<step>A</step>
|
|
2322
|
+
<octave>4</octave>
|
|
2323
|
+
</pitch>
|
|
2324
|
+
<duration>4</duration>
|
|
2325
|
+
<voice>1</voice>
|
|
2326
|
+
<type>eighth</type>
|
|
2327
|
+
<stem default-y="5">up</stem>
|
|
2328
|
+
<beam number="1">end</beam>
|
|
2329
|
+
<lyric default-y="-80" number="1">
|
|
2330
|
+
<syllabic>single</syllabic>
|
|
2331
|
+
<text>シ</text>
|
|
2332
|
+
</lyric>
|
|
2333
|
+
</note>
|
|
2334
|
+
</measure>
|
|
2335
|
+
<!--=======================================================-->
|
|
2336
|
+
<measure number="43" width="124">
|
|
2337
|
+
<note default-x="10">
|
|
2338
|
+
<pitch>
|
|
2339
|
+
<step>F</step>
|
|
2340
|
+
<octave>4</octave>
|
|
2341
|
+
</pitch>
|
|
2342
|
+
<duration>12</duration>
|
|
2343
|
+
<voice>1</voice>
|
|
2344
|
+
<type>quarter</type>
|
|
2345
|
+
<dot/>
|
|
2346
|
+
<stem default-y="0">up</stem>
|
|
2347
|
+
<lyric default-y="-80" number="1">
|
|
2348
|
+
<syllabic>single</syllabic>
|
|
2349
|
+
<text>シ</text>
|
|
2350
|
+
<extend/>
|
|
2351
|
+
</lyric>
|
|
2352
|
+
</note>
|
|
2353
|
+
<note default-x="87">
|
|
2354
|
+
<pitch>
|
|
2355
|
+
<step>E</step>
|
|
2356
|
+
<octave>4</octave>
|
|
2357
|
+
</pitch>
|
|
2358
|
+
<duration>4</duration>
|
|
2359
|
+
<voice>1</voice>
|
|
2360
|
+
<type>eighth</type>
|
|
2361
|
+
<stem default-y="-5">up</stem>
|
|
2362
|
+
</note>
|
|
2363
|
+
</measure>
|
|
2364
|
+
<!--=======================================================-->
|
|
2365
|
+
<measure number="44" width="185">
|
|
2366
|
+
<note default-x="10">
|
|
2367
|
+
<pitch>
|
|
2368
|
+
<step>F</step>
|
|
2369
|
+
<octave>4</octave>
|
|
2370
|
+
</pitch>
|
|
2371
|
+
<duration>4</duration>
|
|
2372
|
+
<voice>1</voice>
|
|
2373
|
+
<type>eighth</type>
|
|
2374
|
+
<stem default-y="0">up</stem>
|
|
2375
|
+
<beam number="1">begin</beam>
|
|
2376
|
+
<lyric default-y="-80" number="1">
|
|
2377
|
+
<syllabic>single</syllabic>
|
|
2378
|
+
<text>ノ</text>
|
|
2379
|
+
<extend/>
|
|
2380
|
+
</lyric>
|
|
2381
|
+
</note>
|
|
2382
|
+
<note default-x="51">
|
|
2383
|
+
<pitch>
|
|
2384
|
+
<step>F</step>
|
|
2385
|
+
<octave>4</octave>
|
|
2386
|
+
</pitch>
|
|
2387
|
+
<duration>2</duration>
|
|
2388
|
+
<voice>1</voice>
|
|
2389
|
+
<type>16th</type>
|
|
2390
|
+
<stem default-y="0">up</stem>
|
|
2391
|
+
<beam number="1">continue</beam>
|
|
2392
|
+
<beam number="2">begin</beam>
|
|
2393
|
+
</note>
|
|
2394
|
+
<note default-x="76">
|
|
2395
|
+
<pitch>
|
|
2396
|
+
<step>F</step>
|
|
2397
|
+
<octave>4</octave>
|
|
2398
|
+
</pitch>
|
|
2399
|
+
<duration>2</duration>
|
|
2400
|
+
<voice>1</voice>
|
|
2401
|
+
<type>16th</type>
|
|
2402
|
+
<stem default-y="0">up</stem>
|
|
2403
|
+
<beam number="1">end</beam>
|
|
2404
|
+
<beam number="2">end</beam>
|
|
2405
|
+
</note>
|
|
2406
|
+
<note default-x="101">
|
|
2407
|
+
<pitch>
|
|
2408
|
+
<step>E</step>
|
|
2409
|
+
<octave>4</octave>
|
|
2410
|
+
</pitch>
|
|
2411
|
+
<duration>4</duration>
|
|
2412
|
+
<voice>1</voice>
|
|
2413
|
+
<type>eighth</type>
|
|
2414
|
+
<stem default-y="-7.5">up</stem>
|
|
2415
|
+
<beam number="1">begin</beam>
|
|
2416
|
+
</note>
|
|
2417
|
+
<note default-x="142">
|
|
2418
|
+
<pitch>
|
|
2419
|
+
<step>D</step>
|
|
2420
|
+
<octave>4</octave>
|
|
2421
|
+
</pitch>
|
|
2422
|
+
<duration>4</duration>
|
|
2423
|
+
<voice>1</voice>
|
|
2424
|
+
<type>eighth</type>
|
|
2425
|
+
<stem default-y="-10">up</stem>
|
|
2426
|
+
<beam number="1">end</beam>
|
|
2427
|
+
</note>
|
|
2428
|
+
</measure>
|
|
2429
|
+
<!--=======================================================-->
|
|
2430
|
+
<measure number="45" width="239">
|
|
2431
|
+
<note default-x="10">
|
|
2432
|
+
<pitch>
|
|
2433
|
+
<step>D</step>
|
|
2434
|
+
<octave>4</octave>
|
|
2435
|
+
</pitch>
|
|
2436
|
+
<duration>4</duration>
|
|
2437
|
+
<voice>1</voice>
|
|
2438
|
+
<type>eighth</type>
|
|
2439
|
+
<stem default-y="-10">up</stem>
|
|
2440
|
+
<beam number="1">begin</beam>
|
|
2441
|
+
<lyric default-y="-80" number="1">
|
|
2442
|
+
<syllabic>single</syllabic>
|
|
2443
|
+
<text> </text>
|
|
2444
|
+
</lyric>
|
|
2445
|
+
</note>
|
|
2446
|
+
<note default-x="64">
|
|
2447
|
+
<pitch>
|
|
2448
|
+
<step>E</step>
|
|
2449
|
+
<octave>4</octave>
|
|
2450
|
+
</pitch>
|
|
2451
|
+
<duration>4</duration>
|
|
2452
|
+
<voice>1</voice>
|
|
2453
|
+
<type>eighth</type>
|
|
2454
|
+
<stem default-y="-7.5">up</stem>
|
|
2455
|
+
<beam number="1">end</beam>
|
|
2456
|
+
</note>
|
|
2457
|
+
<note default-x="112">
|
|
2458
|
+
<rest/>
|
|
2459
|
+
<duration>4</duration>
|
|
2460
|
+
<voice>1</voice>
|
|
2461
|
+
<type>eighth</type>
|
|
2462
|
+
</note>
|
|
2463
|
+
<note default-x="160">
|
|
2464
|
+
<pitch>
|
|
2465
|
+
<step>B</step>
|
|
2466
|
+
<octave>4</octave>
|
|
2467
|
+
</pitch>
|
|
2468
|
+
<duration>3</duration>
|
|
2469
|
+
<voice>1</voice>
|
|
2470
|
+
<type>16th</type>
|
|
2471
|
+
<dot/>
|
|
2472
|
+
<stem default-y="12.5">up</stem>
|
|
2473
|
+
<beam number="1">begin</beam>
|
|
2474
|
+
<beam number="2">begin</beam>
|
|
2475
|
+
<notations>
|
|
2476
|
+
<slur number="1" placement="below" type="start"/>
|
|
2477
|
+
</notations>
|
|
2478
|
+
<lyric default-y="-80" number="1">
|
|
2479
|
+
<syllabic>single</syllabic>
|
|
2480
|
+
<text>キョ</text>
|
|
2481
|
+
<extend/>
|
|
2482
|
+
</lyric>
|
|
2483
|
+
</note>
|
|
2484
|
+
<note default-x="215">
|
|
2485
|
+
<pitch>
|
|
2486
|
+
<step>A</step>
|
|
2487
|
+
<octave>4</octave>
|
|
2488
|
+
</pitch>
|
|
2489
|
+
<duration>1</duration>
|
|
2490
|
+
<voice>1</voice>
|
|
2491
|
+
<type>32nd</type>
|
|
2492
|
+
<stem default-y="10">up</stem>
|
|
2493
|
+
<beam number="1">end</beam>
|
|
2494
|
+
<beam number="2">end</beam>
|
|
2495
|
+
<beam number="3">backward hook</beam>
|
|
2496
|
+
</note>
|
|
2497
|
+
</measure>
|
|
2498
|
+
<!--=======================================================-->
|
|
2499
|
+
<measure number="46" width="120">
|
|
2500
|
+
<note default-x="10">
|
|
2501
|
+
<pitch>
|
|
2502
|
+
<step>F</step>
|
|
2503
|
+
<octave>4</octave>
|
|
2504
|
+
</pitch>
|
|
2505
|
+
<duration>8</duration>
|
|
2506
|
+
<voice>1</voice>
|
|
2507
|
+
<type>quarter</type>
|
|
2508
|
+
<stem default-y="0">up</stem>
|
|
2509
|
+
<notations>
|
|
2510
|
+
<slur number="1" type="stop"/>
|
|
2511
|
+
</notations>
|
|
2512
|
+
</note>
|
|
2513
|
+
<note default-x="64">
|
|
2514
|
+
<pitch>
|
|
2515
|
+
<step>F</step>
|
|
2516
|
+
<octave>4</octave>
|
|
2517
|
+
</pitch>
|
|
2518
|
+
<duration>8</duration>
|
|
2519
|
+
<voice>1</voice>
|
|
2520
|
+
<type>quarter</type>
|
|
2521
|
+
<stem default-y="0">up</stem>
|
|
2522
|
+
<notations>
|
|
2523
|
+
<slur number="1" placement="below" type="start"/>
|
|
2524
|
+
</notations>
|
|
2525
|
+
<lyric default-y="-80" number="1">
|
|
2526
|
+
<syllabic>single</syllabic>
|
|
2527
|
+
<text>ク</text>
|
|
2528
|
+
<extend/>
|
|
2529
|
+
</lyric>
|
|
2530
|
+
</note>
|
|
2531
|
+
</measure>
|
|
2532
|
+
<!--=======================================================-->
|
|
2533
|
+
<measure number="47" width="119">
|
|
2534
|
+
<note default-x="10">
|
|
2535
|
+
<pitch>
|
|
2536
|
+
<step>E</step>
|
|
2537
|
+
<octave>4</octave>
|
|
2538
|
+
</pitch>
|
|
2539
|
+
<duration>8</duration>
|
|
2540
|
+
<voice>1</voice>
|
|
2541
|
+
<type>quarter</type>
|
|
2542
|
+
<stem default-y="-5">up</stem>
|
|
2543
|
+
<notations>
|
|
2544
|
+
<slur number="1" type="stop"/>
|
|
2545
|
+
</notations>
|
|
2546
|
+
</note>
|
|
2547
|
+
<note default-x="60">
|
|
2548
|
+
<rest/>
|
|
2549
|
+
<duration>8</duration>
|
|
2550
|
+
<voice>1</voice>
|
|
2551
|
+
<type>quarter</type>
|
|
2552
|
+
</note>
|
|
2553
|
+
<barline location="right">
|
|
2554
|
+
<bar-style>light-heavy</bar-style>
|
|
2555
|
+
</barline>
|
|
2556
|
+
</measure>
|
|
2557
|
+
</part>
|
|
2558
|
+
<!--=========================================================-->
|
|
2559
|
+
</score-partwise>
|