]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/08d-NestedPartsBrackets-Finale.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 08d-NestedPartsBrackets-Finale.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Two properly nested part groups: 
8           One group  (with a square bracket) goes from staff 2 to 4) and another 
9           group (with a curly bracket) goes from staff 3 to 4.</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name>MusicXML Part</part-name>
15       <score-instrument id="P1-I1">
16         <instrument-name>Grand Piano</instrument-name>
17       </score-instrument>
18       <midi-instrument id="P1-I1">
19         <midi-channel>1</midi-channel>
20         <midi-program>1</midi-program>
21       </midi-instrument>
22     </score-part>
23     <part-group number="1" type="start">
24       <group-symbol>line</group-symbol>
25       <group-barline>yes</group-barline>
26     </part-group>
27     <score-part id="P2">
28       <part-name>MusicXML Part</part-name>
29       <score-instrument id="P2-I1">
30         <instrument-name>Grand Piano</instrument-name>
31       </score-instrument>
32       <midi-instrument id="P2-I1">
33         <midi-channel>1</midi-channel>
34         <midi-program>1</midi-program>
35       </midi-instrument>
36     </score-part>
37     <part-group number="2" type="start">
38       <group-symbol>bracket</group-symbol>
39       <group-barline>yes</group-barline>
40     </part-group>
41     <score-part id="P3">
42       <part-name>MusicXML Part</part-name>
43       <score-instrument id="P3-I1">
44         <instrument-name>Grand Piano</instrument-name>
45       </score-instrument>
46       <midi-instrument id="P3-I1">
47         <midi-channel>1</midi-channel>
48         <midi-program>1</midi-program>
49       </midi-instrument>
50     </score-part>
51     <score-part id="P4">
52       <part-name>MusicXML Part</part-name>
53       <score-instrument id="P4-I1">
54         <instrument-name>Grand Piano</instrument-name>
55       </score-instrument>
56       <midi-instrument id="P4-I1">
57         <midi-channel>1</midi-channel>
58         <midi-program>1</midi-program>
59       </midi-instrument>
60     </score-part>
61     <part-group number="2" type="stop"/>
62     <part-group number="1" type="stop"/>
63     <score-part id="P5">
64       <part-name>MusicXML Part</part-name>
65       <score-instrument id="P5-I1">
66         <instrument-name>Grand Piano</instrument-name>
67       </score-instrument>
68       <midi-instrument id="P5-I1">
69         <midi-channel>1</midi-channel>
70         <midi-program>1</midi-program>
71       </midi-instrument>
72     </score-part>
73   </part-list>
74   <!--=========================================================-->
75   <part id="P1">
76     <measure number="1">
77       <attributes>
78         <divisions>1</divisions>
79         <key>
80           <fifths>0</fifths>
81           <mode>major</mode>
82         </key>
83         <time symbol="common">
84           <beats>4</beats>
85           <beat-type>4</beat-type>
86         </time>
87         <clef>
88           <sign>G</sign>
89           <line>2</line>
90         </clef>
91       </attributes>
92       <sound tempo="120"/>
93       <note>
94         <pitch>
95           <step>B</step>
96           <octave>4</octave>
97         </pitch>
98         <duration>4</duration>
99         <voice>1</voice>
100         <type>whole</type>
101       </note>
102     </measure>
103     <!--=======================================================-->
104     <measure number="2">
105       <note>
106         <pitch>
107           <step>A</step>
108           <octave>4</octave>
109         </pitch>
110         <duration>4</duration>
111         <voice>1</voice>
112         <type>whole</type>
113       </note>
114     </measure>
115     <!--=======================================================-->
116     <measure number="3">
117       <note>
118         <rest/>
119         <duration>4</duration>
120         <voice>1</voice>
121       </note>
122       <barline location="right">
123         <bar-style>light-heavy</bar-style>
124       </barline>
125     </measure>
126   </part>
127   <!--=========================================================-->
128   <part id="P2">
129     <measure number="1">
130       <attributes>
131         <divisions>1</divisions>
132         <key>
133           <fifths>0</fifths>
134           <mode>major</mode>
135         </key>
136         <time symbol="common">
137           <beats>4</beats>
138           <beat-type>4</beat-type>
139         </time>
140         <clef>
141           <sign>G</sign>
142           <line>2</line>
143         </clef>
144       </attributes>
145       <sound tempo="120"/>
146       <note>
147         <pitch>
148           <step>A</step>
149           <octave>4</octave>
150         </pitch>
151         <duration>4</duration>
152         <voice>1</voice>
153         <type>whole</type>
154       </note>
155     </measure>
156     <!--=======================================================-->
157     <measure number="2">
158       <note>
159         <pitch>
160           <step>A</step>
161           <octave>4</octave>
162         </pitch>
163         <duration>4</duration>
164         <voice>1</voice>
165         <type>whole</type>
166       </note>
167     </measure>
168     <!--=======================================================-->
169     <measure number="3">
170       <note>
171         <rest/>
172         <duration>4</duration>
173         <voice>1</voice>
174       </note>
175       <barline location="right">
176         <bar-style>light-heavy</bar-style>
177       </barline>
178     </measure>
179   </part>
180   <!--=========================================================-->
181   <part id="P3">
182     <measure number="1">
183       <attributes>
184         <divisions>1</divisions>
185         <key>
186           <fifths>0</fifths>
187           <mode>major</mode>
188         </key>
189         <time symbol="common">
190           <beats>4</beats>
191           <beat-type>4</beat-type>
192         </time>
193         <clef>
194           <sign>G</sign>
195           <line>2</line>
196         </clef>
197       </attributes>
198       <sound tempo="120"/>
199       <note>
200         <pitch>
201           <step>A</step>
202           <octave>4</octave>
203         </pitch>
204         <duration>4</duration>
205         <voice>1</voice>
206         <type>whole</type>
207       </note>
208     </measure>
209     <!--=======================================================-->
210     <measure number="2">
211       <note>
212         <pitch>
213           <step>A</step>
214           <octave>4</octave>
215         </pitch>
216         <duration>4</duration>
217         <voice>1</voice>
218         <type>whole</type>
219       </note>
220     </measure>
221     <!--=======================================================-->
222     <measure number="3">
223       <note>
224         <rest/>
225         <duration>4</duration>
226         <voice>1</voice>
227       </note>
228       <barline location="right">
229         <bar-style>light-heavy</bar-style>
230       </barline>
231     </measure>
232   </part>
233   <!--=========================================================-->
234   <part id="P4">
235     <measure number="1">
236       <attributes>
237         <divisions>1</divisions>
238         <key>
239           <fifths>0</fifths>
240           <mode>major</mode>
241         </key>
242         <time symbol="common">
243           <beats>4</beats>
244           <beat-type>4</beat-type>
245         </time>
246         <clef>
247           <sign>G</sign>
248           <line>2</line>
249         </clef>
250       </attributes>
251       <sound tempo="120"/>
252       <note>
253         <pitch>
254           <step>F</step>
255           <octave>4</octave>
256         </pitch>
257         <duration>4</duration>
258         <voice>1</voice>
259         <type>whole</type>
260       </note>
261     </measure>
262     <!--=======================================================-->
263     <measure number="2">
264       <note>
265         <pitch>
266           <step>B</step>
267           <octave>4</octave>
268         </pitch>
269         <duration>4</duration>
270         <voice>1</voice>
271         <type>whole</type>
272       </note>
273     </measure>
274     <!--=======================================================-->
275     <measure number="3">
276       <note>
277         <rest/>
278         <duration>4</duration>
279         <voice>1</voice>
280       </note>
281       <barline location="right">
282         <bar-style>light-heavy</bar-style>
283       </barline>
284     </measure>
285   </part>
286   <!--=========================================================-->
287   <part id="P5">
288     <measure number="1">
289       <attributes>
290         <divisions>1</divisions>
291         <key>
292           <fifths>0</fifths>
293           <mode>major</mode>
294         </key>
295         <time symbol="common">
296           <beats>4</beats>
297           <beat-type>4</beat-type>
298         </time>
299         <clef>
300           <sign>G</sign>
301           <line>2</line>
302         </clef>
303       </attributes>
304       <sound tempo="120"/>
305       <note>
306         <pitch>
307           <step>D</step>
308           <octave>5</octave>
309         </pitch>
310         <duration>4</duration>
311         <voice>1</voice>
312         <type>whole</type>
313       </note>
314     </measure>
315     <!--=======================================================-->
316     <measure number="2">
317       <note>
318         <pitch>
319           <step>F</step>
320           <octave>4</octave>
321         </pitch>
322         <duration>4</duration>
323         <voice>1</voice>
324         <type>whole</type>
325       </note>
326     </measure>
327     <!--=======================================================-->
328     <measure number="3">
329       <note>
330         <rest/>
331         <duration>4</duration>
332         <voice>1</voice>
333       </note>
334       <barline location="right">
335         <bar-style>light-heavy</bar-style>
336       </barline>
337     </measure>
338   </part>
339   <!--=========================================================-->
340 </score-partwise>