-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest2.score
More file actions
23 lines (17 loc) · 1000 Bytes
/
test2.score
File metadata and controls
23 lines (17 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<score bpm="120" beatspermeasure="2">
<instrument instrument="ToneInstrument">
<note measure="1" beat="1" duration="0.25" note="Bb4"/>
<note measure="2" beat="1" duration="0.25" note="Bb4"/>
<note measure="3" beat="1" duration="0.25" note="Bb4"/>
<note measure="3" beat="2" duration="0.25" note="Bb4"/>
<note measure="4" beat="1" duration="0.25" note="Bb4"/>
<note measure="5" beat="1" duration="0.25" note="G4"/>
<note measure="5" beat="1.5" duration="0.25" note="F#4"/>
<note measure="5" beat="2" duration="0.25" note="G4"/>
<note measure="5" beat="2.5" duration="0.25" note="G#4"/>
<note measure="6" beat="1" duration="0.5" note="A4"/>
<note measure="6" beat="2" duration="0.5" note="F4"/>
<note measure="7" beat="1" duration="1.5" note="Bb4"/>
</instrument>
</score>