]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/45e-Repeats-Nested-Alternatives.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 45e-Repeats-Nested-Alternatives.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-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure number="1">
20       <attributes>
21         <divisions>1</divisions>
22         <key>
23           <fifths>0</fifths>
24           <mode>major</mode>
25         </key>
26         <time symbol="common">
27           <beats>4</beats>
28           <beat-type>4</beat-type>
29         </time>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34       </attributes>
35       <note>
36         <rest/>
37         <duration>4</duration>
38         <voice>1</voice>
39       </note>
40     </measure>
41     <!--=======================================================-->
42     <measure number="2">
43       <barline location="left">
44         <ending number="1" type="start"/>
45       </barline>
46       <note>
47         <rest/>
48         <duration>4</duration>
49         <voice>1</voice>
50       </note>
51       <barline location="right">
52         <bar-style>light-heavy</bar-style>
53         <ending number="1" type="stop"/>
54         <repeat direction="backward"/>
55       </barline>
56     </measure>
57     <!--=======================================================-->
58     <measure number="3">
59       <barline location="left">
60         <ending number="2" type="start"/>
61       </barline>
62       <note>
63         <rest/>
64         <duration>4</duration>
65         <voice>1</voice>
66       </note>
67       <barline location="right">
68         <ending number="2" type="discontinue"/>
69       </barline>
70     </measure>
71     <!--=======================================================-->
72     <measure number="4">
73       <note>
74         <rest/>
75         <duration>4</duration>
76         <voice>1</voice>
77       </note>
78     </measure>
79     <!--=======================================================-->
80     <measure number="5">
81       <barline location="left">
82         <bar-style>heavy-light</bar-style>
83         <repeat direction="forward"/>
84       </barline>
85       <note>
86         <rest/>
87         <duration>4</duration>
88         <voice>1</voice>
89       </note>
90       <barline location="right">
91         <bar-style>light-heavy</bar-style>
92         <repeat direction="backward"/>
93       </barline>
94     </measure>
95     <!--=======================================================-->
96     <measure number="6">
97       <note>
98         <rest/>
99         <duration>4</duration>
100         <voice>1</voice>
101       </note>
102     </measure>
103     <!--=======================================================-->
104     <measure number="7">
105       <barline location="left">
106         <ending number="1" type="start"/>
107       </barline>
108       <note>
109         <rest/>
110         <duration>4</duration>
111         <voice>1</voice>
112       </note>
113       <barline location="right">
114         <bar-style>light-heavy</bar-style>
115         <ending number="1" type="stop"/>
116         <repeat direction="backward"/>
117       </barline>
118     </measure>
119     <!--=======================================================-->
120     <measure number="8">
121       <barline location="left">
122         <bar-style>heavy-light</bar-style>
123         <repeat direction="forward"/>
124       </barline>
125       <note>
126         <rest/>
127         <duration>4</duration>
128         <voice>1</voice>
129       </note>
130     </measure>
131     <!--=======================================================-->
132     <measure number="9">
133       <note>
134         <rest/>
135         <duration>4</duration>
136         <voice>1</voice>
137       </note>
138       <barline location="right">
139         <bar-style>light-heavy</bar-style>
140         <repeat direction="backward"/>
141       </barline>
142     </measure>
143     <!--=======================================================-->
144     <measure number="10">
145       <note>
146         <rest/>
147         <duration>4</duration>
148         <voice>1</voice>
149       </note>
150       <barline location="right">
151         <bar-style>light-heavy</bar-style>
152       </barline>
153     </measure>
154   </part>
155   <!--=========================================================-->
156 </score-partwise>