]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/41a-MultiParts-Partorder.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 41a-MultiParts-Partorder.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 (P0, P1, P2, P3; different from what 
8                             Finale creates!). Are they converted in the correct 
9                             order?</miscellaneous-field>
10                 </miscellaneous>
11         </identification> 
12         <part-list>
13                 <score-part id="P0">
14                         <part-name>Part 1</part-name>
15                 </score-part>
16                 <score-part id="P1">
17                         <part-name>Part 2</part-name>
18                 </score-part>
19                 <score-part id="P2">
20                         <part-name>Part 3</part-name>
21                 </score-part>
22                 <score-part id="P3">
23                         <part-name>Part 4</part-name>
24                 </score-part>
25         </part-list>
26         <part id="P0">
27                 <measure number="1">
28                         <attributes>
29                                 <divisions>960</divisions>
30                                 <key>
31                                 <fifths>1</fifths>
32                                 <mode>major</mode>
33                                 </key>
34                                 <time>
35                                 <beats>4</beats>
36                                 <beat-type>4</beat-type>
37                                 </time>
38                                 <clef>
39                                 <sign>G</sign>
40                                 <line>2</line>
41                                 </clef>
42                         </attributes>
43                         <note>
44                                 <pitch>
45                                         <step>C</step>
46                                         <octave>4</octave>
47                                 </pitch>
48                                 <duration>960</duration>
49                                 <voice>1</voice>
50                                 <type>quarter</type>
51                         </note>
52                         <note>
53                                 <rest/>
54                                 <duration>960</duration>
55                                 <voice>1</voice>
56                                 <type>quarter</type>
57                         </note>
58                         <note>
59                                 <rest/>
60                                 <duration>1920</duration>
61                                 <voice>1</voice>
62                                 <type>half</type>
63                         </note>
64                 </measure>
65         </part>
66         <part id="P1">
67                 <measure number="1">
68                         <attributes>
69                                 <divisions>960</divisions>
70                                 <key>
71                                 <fifths>1</fifths>
72                                 <mode>major</mode>
73                                 </key>
74                                 <time>
75                                 <beats>4</beats>
76                                 <beat-type>4</beat-type>
77                                 </time>
78                                 <clef>
79                                 <sign>G</sign>
80                                 <line>2</line>
81                                 </clef>
82                         </attributes>
83                         <note>
84                                 <pitch>
85                                         <step>E</step>
86                                         <octave>4</octave>
87                                 </pitch>
88                                 <duration>960</duration>
89                                 <voice>1</voice>
90                                 <type>quarter</type>
91                         </note>
92                         <note>
93                                 <rest/>
94                                 <duration>960</duration>
95                                 <voice>1</voice>
96                                 <type>quarter</type>
97                         </note>
98                         <note>
99                                 <rest/>
100                                 <duration>1920</duration>
101                                 <voice>1</voice>
102                                 <type>half</type>
103                         </note>
104                 </measure>
105         </part>
106         <part id="P2">
107                 <measure number="1">
108                         <attributes>
109                                 <divisions>960</divisions>
110                                 <key>
111                                 <fifths>1</fifths>
112                                 <mode>major</mode>
113                                 </key>
114                                 <time>
115                                 <beats>4</beats>
116                                 <beat-type>4</beat-type>
117                                 </time>
118                                 <clef>
119                                 <sign>G</sign>
120                                 <line>2</line>
121                                 </clef>
122                         </attributes>
123                         <note>
124                                 <pitch>
125                                         <step>G</step>
126                                         <octave>4</octave>
127                                 </pitch>
128                                 <duration>960</duration>
129                                 <voice>1</voice>
130                                 <type>quarter</type>
131                         </note>
132                         <note>
133                                 <rest/>
134                                 <duration>960</duration>
135                                 <voice>1</voice>
136                                 <type>quarter</type>
137                         </note>
138                         <note>
139                                 <rest/>
140                                 <duration>1920</duration>
141                                 <voice>1</voice>
142                                 <type>half</type>
143                         </note>
144                 </measure>
145         </part>
146         <part id="P3">
147                 <measure number="1">
148                         <attributes>
149                                 <divisions>960</divisions>
150                                 <key>
151                                 <fifths>1</fifths>
152                                 <mode>major</mode>
153                                 </key>
154                                 <time>
155                                 <beats>4</beats>
156                                 <beat-type>4</beat-type>
157                                 </time>
158                                 <clef>
159                                 <sign>G</sign>
160                                 <line>2</line>
161                                 </clef>
162                         </attributes>
163                         <note>
164                                 <pitch>
165                                         <step>B</step>
166                                         <octave>4</octave>
167                                 </pitch>
168                                 <duration>960</duration>
169                                 <voice>1</voice>
170                                 <type>quarter</type>
171                         </note>
172                         <note>
173                                 <rest/>
174                                 <duration>960</duration>
175                                 <voice>1</voice>
176                                 <type>quarter</type>
177                         </note>
178                         <note>
179                                 <rest/>
180                                 <duration>1920</duration>
181                                 <voice>1</voice>
182                                 <type>half</type>
183                         </note>
184                 </measure>
185         </part>
186 </score-partwise>