]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/45f-Repeats-InvalidEndings.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 45f-Repeats-InvalidEndings.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, where the MusicXML file does not make sense in the 
9           first place. How well are applications able to cope with improper 
10           repeats and alternatives?</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name>MusicXML Part</part-name>
16     </score-part>
17   </part-list>
18   <!--=========================================================-->
19   <part id="P1">
20     <measure number="1">
21       <attributes>
22         <divisions>1</divisions>
23         <key>
24           <fifths>0</fifths>
25           <mode>major</mode>
26         </key>
27         <time symbol="common">
28           <beats>4</beats>
29           <beat-type>4</beat-type>
30         </time>
31         <clef>
32           <sign>G</sign>
33           <line>2</line>
34         </clef>
35       </attributes>
36       <note>
37         <rest/>
38         <duration>4</duration>
39         <voice>1</voice>
40       </note>
41     </measure>
42     <!--=======================================================-->
43     <measure number="2">
44       <barline location="left">
45         <ending number="1, 2, 3" type="start"/>
46       </barline>
47       <note>
48         <rest/>
49         <duration>4</duration>
50         <voice>1</voice>
51       </note>
52       <barline location="right">
53         <ending number="1, 2, 3" type="stop"/>
54       </barline>
55     </measure>
56     <!--=======================================================-->
57     <measure number="3">
58       <barline location="left">
59         <ending number="2" type="start"/>
60       </barline>
61       <note>
62         <rest/>
63         <duration>4</duration>
64         <voice>1</voice>
65       </note>
66       <barline location="right">
67         <ending number="2" type="discontinue"/>
68       </barline>
69     </measure>
70     <!--=======================================================-->
71     <measure number="4">
72       <note>
73         <rest/>
74         <duration>4</duration>
75         <voice>1</voice>
76       </note>
77       <barline location="right">
78         <bar-style>light-heavy</bar-style>
79         <ending number="2" type="stop"/>
80         <repeat direction="backward"/>
81       </barline>
82     </measure>
83     <!--=======================================================-->
84     <measure number="5">
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       </barline>
93     </measure>
94   </part>
95   <!--=========================================================-->
96 </score-partwise>