]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/45b-RepeatWithAlternatives.xml
MusicXML: Clean up test suite
[lilypond.git] / input / regression / musicxml / 45b-RepeatWithAlternatives.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">A simple repeat with two 
8           alternative endings (volta brackets).</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <part-list>
12     <score-part id="P1">
13       <part-name>MusicXML Part</part-name>
14     </score-part>
15   </part-list>
16   <!--=========================================================-->
17   <part id="P1">
18     <measure number="1">
19       <attributes>
20         <divisions>1</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time symbol="common">
26           <beats>4</beats>
27           <beat-type>4</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <note>
35         <pitch>
36           <step>C</step>
37           <octave>5</octave>
38         </pitch>
39         <duration>4</duration>
40         <voice>1</voice>
41         <type>whole</type>
42       </note>
43     </measure>
44     <!--=======================================================-->
45     <measure number="2">
46       <barline location="left">
47         <ending number="1" type="start"/>
48       </barline>
49       <note>
50         <pitch>
51           <step>C</step>
52           <octave>5</octave>
53         </pitch>
54         <duration>4</duration>
55         <voice>1</voice>
56         <type>whole</type>
57       </note>
58       <barline location="right">
59         <bar-style>light-heavy</bar-style>
60         <ending number="1" type="stop"/>
61         <repeat direction="backward"/>
62       </barline>
63     </measure>
64     <!--=======================================================-->
65     <measure number="3">
66       <barline location="left">
67         <ending number="2" type="start"/>
68       </barline>
69       <note>
70         <pitch>
71           <step>C</step>
72           <octave>5</octave>
73         </pitch>
74         <duration>4</duration>
75         <voice>1</voice>
76         <type>whole</type>
77       </note>
78       <barline location="right">
79         <ending number="2" type="discontinue"/>
80       </barline>
81     </measure>
82     <!--=======================================================-->
83     <measure number="4">
84       <note>
85         <pitch>
86           <step>C</step>
87           <octave>5</octave>
88         </pitch>
89         <duration>4</duration>
90         <voice>1</voice>
91         <type>whole</type>
92       </note>
93       <barline location="right">
94         <bar-style>light-heavy</bar-style>
95       </barline>
96     </measure>
97   </part>
98   <!--=========================================================-->
99 </score-partwise>