]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/09f-Repeats-Finale.xml
6b58074814c0950f97da4b56ac2264acdc779d9c
[lilypond.git] / input / regression / musicxml / 09f-Repeats-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">Some more nested repeats with 
8           alternatives. The barline between measure 7 and 8 will probably be 
9           messed up! (Should be a repeat on both sides!)</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-list>
24   <!--=========================================================-->
25   <part id="P1">
26     <measure number="1">
27       <attributes>
28         <divisions>1</divisions>
29         <key>
30           <fifths>0</fifths>
31           <mode>major</mode>
32         </key>
33         <time symbol="common">
34           <beats>4</beats>
35           <beat-type>4</beat-type>
36         </time>
37         <clef>
38           <sign>G</sign>
39           <line>2</line>
40         </clef>
41       </attributes>
42       <sound tempo="120"/>
43       <note>
44         <rest/>
45         <duration>4</duration>
46         <voice>1</voice>
47       </note>
48     </measure>
49     <!--=======================================================-->
50     <measure number="2">
51       <barline location="left">
52         <ending number="1" type="start"/>
53       </barline>
54       <note>
55         <rest/>
56         <duration>4</duration>
57         <voice>1</voice>
58       </note>
59       <barline location="right">
60         <bar-style>light-heavy</bar-style>
61         <ending number="1" type="stop"/>
62         <repeat direction="backward"/>
63       </barline>
64     </measure>
65     <!--=======================================================-->
66     <measure number="3">
67       <barline location="left">
68         <ending number="2" type="start"/>
69       </barline>
70       <note>
71         <rest/>
72         <duration>4</duration>
73         <voice>1</voice>
74       </note>
75       <barline location="right">
76         <ending number="2" type="discontinue"/>
77       </barline>
78     </measure>
79     <!--=======================================================-->
80     <measure number="4">
81       <print new-system="yes"/>
82       <note>
83         <rest/>
84         <duration>4</duration>
85         <voice>1</voice>
86       </note>
87     </measure>
88     <!--=======================================================-->
89     <measure number="5">
90       <barline location="left">
91         <bar-style>heavy-light</bar-style>
92         <repeat direction="forward"/>
93       </barline>
94       <note>
95         <rest/>
96         <duration>4</duration>
97         <voice>1</voice>
98       </note>
99       <barline location="right">
100         <bar-style>light-heavy</bar-style>
101         <repeat direction="backward"/>
102       </barline>
103     </measure>
104     <!--=======================================================-->
105     <measure number="6">
106       <note>
107         <rest/>
108         <duration>4</duration>
109         <voice>1</voice>
110       </note>
111     </measure>
112     <!--=======================================================-->
113     <measure number="7">
114       <print new-system="yes"/>
115       <barline location="left">
116         <ending number="1" type="start"/>
117       </barline>
118       <note>
119         <rest/>
120         <duration>4</duration>
121         <voice>1</voice>
122       </note>
123       <barline location="right">
124         <bar-style>light-heavy</bar-style>
125         <ending number="1" type="stop"/>
126         <repeat direction="backward"/>
127       </barline>
128     </measure>
129     <!--=======================================================-->
130     <measure number="8">
131       <barline location="left">
132         <bar-style>heavy-light</bar-style>
133         <repeat direction="forward"/>
134       </barline>
135       <note>
136         <rest/>
137         <duration>4</duration>
138         <voice>1</voice>
139       </note>
140     </measure>
141     <!--=======================================================-->
142     <measure number="9">
143       <note>
144         <rest/>
145         <duration>4</duration>
146         <voice>1</voice>
147       </note>
148       <barline location="right">
149         <bar-style>light-heavy</bar-style>
150         <repeat direction="backward"/>
151       </barline>
152     </measure>
153     <!--=======================================================-->
154     <measure number="10">
155       <print new-system="yes"/>
156       <note>
157         <rest/>
158         <duration>4</duration>
159         <voice>1</voice>
160       </note>
161       <barline location="right">
162         <bar-style>light-heavy</bar-style>
163       </barline>
164     </measure>
165   </part>
166   <!--=========================================================-->
167 </score-partwise>