]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/41f-StaffGroups-Overlapping.xml
Xml: Regression test 41f-StaffGroups-Overlapping
[lilypond.git] / input / regression / musicxml / 41f-StaffGroups-Overlapping.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">MusicXML allows for overlapping 
8           part-groups, while many applications do not allow overlapping groups, 
9           but require them to be properly nested. In this case, one group 
10           (within parenthesis) goes from staff 1 to 4 and another group
11           (also within parenthesis) goes from staff 3 to 5.</miscellaneous-field>
12     </miscellaneous>
13   </identification>
14   <part-list>
15     <part-group number="1" type="start">
16       <group-name>Group 1</group-name>
17       <group-abbreviation>Gr1</group-abbreviation>
18       <group-symbol>bracket</group-symbol>
19       <group-barline>yes</group-barline>
20     </part-group>
21     <score-part id="P1">
22       <part-name>MusicXML Part</part-name>
23     </score-part>
24     <score-part id="P2">
25       <part-name>MusicXML Part</part-name>
26     </score-part>
27     <part-group number="2" type="start">
28       <group-name>Group 2</group-name>
29       <group-abbreviation>Grp2</group-abbreviation>
30       <group-symbol>bracket</group-symbol>
31       <group-barline>yes</group-barline>
32     </part-group>
33     <score-part id="P3">
34       <part-name>MusicXML Part</part-name>
35     </score-part>
36     <score-part id="P4">
37       <part-name>MusicXML Part</part-name>
38     </score-part>
39     <part-group number="1" type="stop"/>
40     <score-part id="P5">
41       <part-name>MusicXML Part</part-name>
42     </score-part>
43     <part-group number="2" type="stop"/>
44   </part-list>
45   <!--=========================================================-->
46   <part id="P1">
47     <measure number="1">
48       <attributes>
49         <divisions>1</divisions>
50         <key>
51           <fifths>0</fifths>
52           <mode>major</mode>
53         </key>
54         <time symbol="common">
55           <beats>4</beats>
56           <beat-type>4</beat-type>
57         </time>
58         <clef>
59           <sign>G</sign>
60           <line>2</line>
61         </clef>
62       </attributes>
63       <note>
64         <rest/>
65         <duration>4</duration>
66         <voice>1</voice>
67       </note>
68       <barline location="right">
69         <bar-style>light-heavy</bar-style>
70       </barline>
71     </measure>
72   </part>
73   <!--=========================================================-->
74   <part id="P2">
75     <measure number="1">
76       <attributes>
77         <divisions>1</divisions>
78         <key>
79           <fifths>0</fifths>
80           <mode>major</mode>
81         </key>
82         <time symbol="common">
83           <beats>4</beats>
84           <beat-type>4</beat-type>
85         </time>
86         <clef>
87           <sign>G</sign>
88           <line>2</line>
89         </clef>
90       </attributes>
91       <note>
92         <rest/>
93         <duration>4</duration>
94         <voice>1</voice>
95       </note>
96       <barline location="right">
97         <bar-style>light-heavy</bar-style>
98       </barline>
99     </measure>
100   </part>
101   <!--=========================================================-->
102   <part id="P3">
103     <measure number="1">
104       <attributes>
105         <divisions>1</divisions>
106         <key>
107           <fifths>0</fifths>
108           <mode>major</mode>
109         </key>
110         <time symbol="common">
111           <beats>4</beats>
112           <beat-type>4</beat-type>
113         </time>
114         <clef>
115           <sign>G</sign>
116           <line>2</line>
117         </clef>
118       </attributes>
119       <note>
120         <rest/>
121         <duration>4</duration>
122         <voice>1</voice>
123       </note>
124       <barline location="right">
125         <bar-style>light-heavy</bar-style>
126       </barline>
127     </measure>
128   </part>
129   <!--=========================================================-->
130   <part id="P4">
131     <measure number="1">
132       <attributes>
133         <divisions>1</divisions>
134         <key>
135           <fifths>0</fifths>
136           <mode>major</mode>
137         </key>
138         <time symbol="common">
139           <beats>4</beats>
140           <beat-type>4</beat-type>
141         </time>
142         <clef>
143           <sign>G</sign>
144           <line>2</line>
145         </clef>
146       </attributes>
147       <note>
148         <rest/>
149         <duration>4</duration>
150         <voice>1</voice>
151       </note>
152       <barline location="right">
153         <bar-style>light-heavy</bar-style>
154       </barline>
155     </measure>
156   </part>
157   <!--=========================================================-->
158   <part id="P5">
159     <measure number="1">
160       <attributes>
161         <divisions>1</divisions>
162         <key>
163           <fifths>0</fifths>
164           <mode>major</mode>
165         </key>
166         <time symbol="common">
167           <beats>4</beats>
168           <beat-type>4</beat-type>
169         </time>
170         <clef>
171           <sign>G</sign>
172           <line>2</line>
173         </clef>
174       </attributes>
175       <note>
176         <rest/>
177         <duration>4</duration>
178         <voice>1</voice>
179       </note>
180       <barline location="right">
181         <bar-style>light-heavy</bar-style>
182       </barline>
183     </measure>
184   </part>
185   <!--=========================================================-->
186 </score-partwise>