1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"
3                                "http://www.musicxml.org/dtds/partwise.dtd">
4<score-partwise version="3.0">
5  <identification>
6    <encoding>
7      <software>Frescobaldi 2.18.1</software>
8      <encoding-date>2016-08-30</encoding-date>
9    </encoding>
10  </identification>
11  <part-list>
12    <score-part id="P1">
13      <part-name />
14    </score-part>
15  </part-list>
16<!--=========================================================-->
17  <part id="P1">
18    <measure number="1">
19      <attributes>
20        <divisions>4</divisions>
21        <time symbol="common">
22          <beats>4</beats>
23          <beat-type>4</beat-type>
24        </time>
25        <clef>
26          <sign>G</sign>
27          <line>2</line>
28          <clef-octave-change>-1</clef-octave-change>
29        </clef>
30      </attributes>
31     <note>
32      <rest/>
33      <duration>16</duration>
34      <voice>1</voice>
35      <type>whole</type>
36     </note>
37    </measure>
38<!--=========================================================-->
39    <measure number="2">
40     <note>
41      <rest/>
42      <duration>16</duration>
43      <voice>1</voice>
44      <type>whole</type>
45     </note>
46    </measure>
47<!--=========================================================-->
48    <measure number="3">
49     <note>
50      <rest/>
51      <duration>16</duration>
52      <voice>1</voice>
53      <type>whole</type>
54     </note>
55    </measure>
56<!--=========================================================-->
57  </part>
58</score-partwise>
59