]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00i-Basics-NoKeyOrClef.xml
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / regression / musicxml / 00i-Basics-NoKeyOrClef.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3 <score-partwise version="2.0">
4         <work><work-title>No key or clef given</work-title></work> 
5         <identification/>
6         <part-list>
7                 <score-part id="0">
8                         <part-name></part-name>
9                 </score-part>
10         </part-list>
11         <part id="0">
12                 <measure number="1">
13                         <attributes>
14                                 <divisions>1</divisions>
15                                 <time>
16                                 <beats>4</beats>
17                                 <beat-type>4</beat-type>
18                                 </time>
19                         </attributes>
20                         <note>
21                                 <pitch>
22                                         <step>C</step>
23                                         <octave>4</octave>
24                                 </pitch>
25                                 <duration>4</duration>
26                                 <voice>1</voice>
27                                 <type>whole</type>
28                         </note>
29                 </measure>
30                 <measure number="2">
31                         <note>
32                                 <pitch>
33                                         <step>C</step>
34                                         <octave>4</octave>
35                                 </pitch>
36                                 <duration>4</duration>
37                                 <voice>1</voice>
38                                 <type>whole</type>
39                         </note>
40                 </measure>
41         </part>
42 </score-partwise>