]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/45c-RepeatMultipleTimes.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[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-part>
14   </part-list>
15   <!--=========================================================-->
16   <part id="P1">
17     <measure number="1">
18       <attributes>
19         <divisions>1</divisions>
20         <key>
21           <fifths>0</fifths>
22           <mode>major</mode>
23         </key>
24         <time symbol="common">
25           <beats>4</beats>
26           <beat-type>4</beat-type>
27         </time>
28         <clef>
29           <sign>G</sign>
30           <line>2</line>
31         </clef>
32       </attributes>
33       <note>
34         <rest/>
35         <duration>4</duration>
36         <voice>1</voice>
37       </note>
38     </measure>
39     <!--=======================================================-->
40     <measure number="2">
41       <barline location="left">
42         <bar-style>heavy-light</bar-style>
43         <repeat direction="forward"/>
44       </barline>
45       <note>
46         <rest/>
47         <duration>4</duration>
48         <voice>1</voice>
49       </note>
50     </measure>
51     <!--=======================================================-->
52     <measure number="3">
53       <note>
54         <rest/>
55         <duration>4</duration>
56         <voice>1</voice>
57       </note>
58       <barline location="right">
59         <bar-style>light-heavy</bar-style>
60         <repeat direction="backward" times="5"/>
61       </barline>
62     </measure>
63     <!--=======================================================-->
64     <measure number="4">
65       <note>
66         <rest/>
67         <duration>4</duration>
68         <voice>1</voice>
69       </note>
70     </measure>
71     <!--=======================================================-->
72     <measure number="5">
73       <note>
74         <rest/>
75         <duration>4</duration>
76         <voice>1</voice>
77       </note>
78     </measure>
79     <!--=======================================================-->
80     <measure number="6">
81       <note>
82         <rest/>
83         <duration>4</duration>
84         <voice>1</voice>
85       </note>
86     </measure>
87     <!--=======================================================-->
88     <measure number="7">
89       <note>
90         <rest/>
91         <duration>4</duration>
92         <voice>1</voice>
93       </note>
94       <barline location="right">
95         <bar-style>light-heavy</bar-style>
96         <repeat direction="backward" times="3"/>
97       </barline>
98     </measure>
99     <!--=======================================================-->
100     <measure number="8">
101       <note>
102         <rest/>
103         <duration>4</duration>
104         <voice>1</voice>
105       </note>
106       <barline location="right">
107         <bar-style>light-heavy</bar-style>
108       </barline>
109     </measure>
110   </part>
111   <!--=========================================================-->
112 </score-partwise>