]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/08a-Partorder-Rosegarden.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 08a-Partorder-Rosegarden.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 0.6 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3 <score-partwise>
4         <identification> 
5                 <miscellaneous>
6                         <miscellaneous-field name="description">A piece with 
7                             four parts. Are they converted in the correct order?</miscellaneous-field>
8                 </miscellaneous>
9         </identification> 
10         <part-list>
11                 <score-part id="P0">
12                         <part-name>Part 1</part-name>
13                         <score-instrument id="I1">
14                                 <instrument-name>0</instrument-name>
15                         </score-instrument>
16                         <midi-instrument id="I1">
17                                 <midi-channel>1</midi-channel>
18                                 <midi-program>1</midi-program>
19                         </midi-instrument>
20                 </score-part>
21                 <score-part id="P1">
22                         <part-name>Part 2</part-name>
23                         <score-instrument id="I2">
24                                 <instrument-name>0</instrument-name>
25                         </score-instrument>
26                         <midi-instrument id="I2">
27                                 <midi-channel>2</midi-channel>
28                         </midi-instrument>
29                 </score-part>
30                 <score-part id="P2">
31                         <part-name>Part 3</part-name>
32                         <score-instrument id="I3">
33                                 <instrument-name>0</instrument-name>
34                         </score-instrument>
35                         <midi-instrument id="I3">
36                                 <midi-channel>3</midi-channel>
37                         </midi-instrument>
38                 </score-part>
39                 <score-part id="P3">
40                         <part-name>Part 4</part-name>
41                         <score-instrument id="I4">
42                                 <instrument-name>0</instrument-name>
43                         </score-instrument>
44                         <midi-instrument id="I4">
45                                 <midi-channel>4</midi-channel>
46                         </midi-instrument>
47                 </score-part>
48         </part-list>
49         <part id="P0">
50                 <measure number="1">
51                         <attributes>
52                                 <divisions>960</divisions>
53                                 <key>
54                                 <fifths>1</fifths>
55                                 <mode>major</mode>
56                                 </key>
57                                 <time>
58                                 <beats>4</beats>
59                                 <beat-type>4</beat-type>
60                                 </time>
61                                 <clef>
62                                 <sign>G</sign>
63                                 <line>2</line>
64                                 </clef>
65                         </attributes>
66                         <note>
67                                 <pitch>
68                                         <step>C</step>
69                                         <octave>4</octave>
70                                 </pitch>
71                                 <duration>960</duration>
72                                 <voice>1</voice>
73                                 <type>quarter</type>
74                         </note>
75                         <note>
76                                 <rest/>
77                                 <duration>960</duration>
78                                 <voice>1</voice>
79                                 <type>quarter</type>
80                         </note>
81                         <note>
82                                 <rest/>
83                                 <duration>1920</duration>
84                                 <voice>1</voice>
85                                 <type>half</type>
86                         </note>
87                 </measure>
88         </part>
89         <part id="P1">
90                 <measure number="1">
91                         <attributes>
92                                 <divisions>960</divisions>
93                                 <key>
94                                 <fifths>1</fifths>
95                                 <mode>major</mode>
96                                 </key>
97                                 <time>
98                                 <beats>4</beats>
99                                 <beat-type>4</beat-type>
100                                 </time>
101                                 <clef>
102                                 <sign>G</sign>
103                                 <line>2</line>
104                                 </clef>
105                         </attributes>
106                         <note>
107                                 <pitch>
108                                         <step>E</step>
109                                         <octave>4</octave>
110                                 </pitch>
111                                 <duration>960</duration>
112                                 <voice>1</voice>
113                                 <type>quarter</type>
114                         </note>
115                         <note>
116                                 <rest/>
117                                 <duration>960</duration>
118                                 <voice>1</voice>
119                                 <type>quarter</type>
120                         </note>
121                         <note>
122                                 <rest/>
123                                 <duration>1920</duration>
124                                 <voice>1</voice>
125                                 <type>half</type>
126                         </note>
127                 </measure>
128         </part>
129         <part id="P2">
130                 <measure number="1">
131                         <attributes>
132                                 <divisions>960</divisions>
133                                 <key>
134                                 <fifths>1</fifths>
135                                 <mode>major</mode>
136                                 </key>
137                                 <time>
138                                 <beats>4</beats>
139                                 <beat-type>4</beat-type>
140                                 </time>
141                                 <clef>
142                                 <sign>G</sign>
143                                 <line>2</line>
144                                 </clef>
145                         </attributes>
146                         <note>
147                                 <pitch>
148                                         <step>G</step>
149                                         <octave>4</octave>
150                                 </pitch>
151                                 <duration>960</duration>
152                                 <voice>1</voice>
153                                 <type>quarter</type>
154                         </note>
155                         <note>
156                                 <rest/>
157                                 <duration>960</duration>
158                                 <voice>1</voice>
159                                 <type>quarter</type>
160                         </note>
161                         <note>
162                                 <rest/>
163                                 <duration>1920</duration>
164                                 <voice>1</voice>
165                                 <type>half</type>
166                         </note>
167                 </measure>
168         </part>
169         <part id="P3">
170                 <measure number="1">
171                         <attributes>
172                                 <divisions>960</divisions>
173                                 <key>
174                                 <fifths>1</fifths>
175                                 <mode>major</mode>
176                                 </key>
177                                 <time>
178                                 <beats>4</beats>
179                                 <beat-type>4</beat-type>
180                                 </time>
181                                 <clef>
182                                 <sign>G</sign>
183                                 <line>2</line>
184                                 </clef>
185                         </attributes>
186                         <note>
187                                 <pitch>
188                                         <step>B</step>
189                                         <octave>4</octave>
190                                 </pitch>
191                                 <duration>960</duration>
192                                 <voice>1</voice>
193                                 <type>quarter</type>
194                         </note>
195                         <note>
196                                 <rest/>
197                                 <duration>960</duration>
198                                 <voice>1</voice>
199                                 <type>quarter</type>
200                         </note>
201                         <note>
202                                 <rest/>
203                                 <duration>1920</duration>
204                                 <voice>1</voice>
205                                 <type>half</type>
206                         </note>
207                 </measure>
208         </part>
209 </score-partwise>