]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/45c-RepeatMultipleTimes.xml
8ed24f703ce18bbcb7adf29f6eb9aad61c788f5c
[lilypond.git] / input / regression / musicxml / 45c-RepeatMultipleTimes.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">Repeats can also be nested.</miscellaneous-field>
8     </miscellaneous>
9   </identification>
10   <part-list>
11     <score-part id="P1">
12       <part-name>MusicXML Part</part-name>
13       <score-instrument id="P1-I1">
14         <instrument-name>Grand Piano</instrument-name>
15       </score-instrument>
16       <midi-instrument id="P1-I1">
17         <midi-channel>1</midi-channel>
18         <midi-program>1</midi-program>
19       </midi-instrument>
20     </score-part>
21   </part-list>
22   <!--=========================================================-->
23   <part id="P1">
24     <measure number="1">
25       <attributes>
26         <divisions>1</divisions>
27         <key>
28           <fifths>0</fifths>
29           <mode>major</mode>
30         </key>
31         <time symbol="common">
32           <beats>4</beats>
33           <beat-type>4</beat-type>
34         </time>
35         <clef>
36           <sign>G</sign>
37           <line>2</line>
38         </clef>
39       </attributes>
40       <sound tempo="120"/>
41       <note>
42         <rest/>
43         <duration>4</duration>
44         <voice>1</voice>
45       </note>
46     </measure>
47     <!--=======================================================-->
48     <measure number="2">
49       <barline location="left">
50         <bar-style>heavy-light</bar-style>
51         <repeat direction="forward"/>
52       </barline>
53       <note>
54         <rest/>
55         <duration>4</duration>
56         <voice>1</voice>
57       </note>
58     </measure>
59     <!--=======================================================-->
60     <measure number="3">
61       <note>
62         <rest/>
63         <duration>4</duration>
64         <voice>1</voice>
65       </note>
66       <barline location="right">
67         <bar-style>light-heavy</bar-style>
68         <repeat direction="backward" times="5"/>
69       </barline>
70     </measure>
71     <!--=======================================================-->
72     <measure number="4">
73       <print new-system="yes"/>
74       <note>
75         <rest/>
76         <duration>4</duration>
77         <voice>1</voice>
78       </note>
79     </measure>
80     <!--=======================================================-->
81     <measure number="5">
82       <note>
83         <rest/>
84         <duration>4</duration>
85         <voice>1</voice>
86       </note>
87     </measure>
88     <!--=======================================================-->
89     <measure number="6">
90       <note>
91         <rest/>
92         <duration>4</duration>
93         <voice>1</voice>
94       </note>
95     </measure>
96     <!--=======================================================-->
97     <measure number="7">
98       <note>
99         <rest/>
100         <duration>4</duration>
101         <voice>1</voice>
102       </note>
103       <barline location="right">
104         <bar-style>light-heavy</bar-style>
105         <repeat direction="backward" times="3"/>
106       </barline>
107     </measure>
108     <!--=======================================================-->
109     <measure number="8">
110       <print new-system="yes"/>
111       <note>
112         <rest/>
113         <duration>4</duration>
114         <voice>1</voice>
115       </note>
116       <barline location="right">
117         <bar-style>light-heavy</bar-style>
118       </barline>
119     </measure>
120   </part>
121   <!--=========================================================-->
122 </score-partwise>