`make tlok` outputs "FAIL\n" if the executable wasn't created
[sunny256-utils.git] / Lib / std / musicxml
blobdef34c6f41fcf09e85335581b157c4e05466088d
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE score-partwise PUBLIC
3 "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
4 "http://www.musicxml.org/dtds/partwise.dtd">
5 <score-partwise>
6 <!-- STDfilenameDTS -->
7 <!-- File ID: STDuuidDTS -->
8 <part-list>
9 <score-part id="P1">
10 <part-name>Music</part-name>
11 </score-part>
12 </part-list>
13 <part id="P1">
14 <measure number="1">
15 <attributes>
16 <divisions>1</divisions>
17 <key>
18 <fifths>0</fifths>
19 </key>
20 <time>
21 <beats>4</beats>
22 <beat-type>4</beat-type>
23 </time>
24 <clef>
25 <sign>G</sign>
26 <line>2</line>
27 </clef>
28 </attributes>
29 <note>
30 <pitch>
31 <step>C</step>
32 <octave>4</octave>
33 </pitch>
34 <duration>4</duration>
35 <type>whole</type>
36 </note>
37 </measure>
38 </part>
39 </score-partwise>