]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/09b-RepeatWithAlternatives-Finale.xml
MusicXML: Remove debug output
[lilypond.git] / input / regression / musicxml / 09b-RepeatWithAlternatives-Finale.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-instrument id="P1-I1">
15         <instrument-name>Grand Piano</instrument-name>
16       </score-instrument>
17       <midi-instrument id="P1-I1">
18         <midi-channel>1</midi-channel>
19         <midi-program>1</midi-program>
20       </midi-instrument>
21     </score-part>
22   </part-list>
23   <!--=========================================================-->
24   <part id="P1">
25     <measure number="1">
26       <attributes>
27         <divisions>1</divisions>
28         <key>
29           <fifths>0</fifths>
30           <mode>major</mode>
31         </key>
32         <time symbol="common">
33           <beats>4</beats>
34           <beat-type>4</beat-type>
35         </time>
36         <clef>
37           <sign>G</sign>
38           <line>2</line>
39         </clef>
40       </attributes>
41       <sound tempo="120"/>
42       <note>
43         <pitch>
44           <step>C</step>
45           <octave>5</octave>
46         </pitch>
47         <duration>4</duration>
48         <voice>1</voice>
49         <type>whole</type>
50       </note>
51     </measure>
52     <!--=======================================================-->
53     <measure number="2">
54       <barline location="left">
55         <ending number="1" type="start"/>
56       </barline>
57       <note>
58         <pitch>
59           <step>C</step>
60           <octave>5</octave>
61         </pitch>
62         <duration>4</duration>
63         <voice>1</voice>
64         <type>whole</type>
65       </note>
66       <barline location="right">
67         <bar-style>light-heavy</bar-style>
68         <ending number="1" type="stop"/>
69         <repeat direction="backward"/>
70       </barline>
71     </measure>
72     <!--=======================================================-->
73     <measure number="3">
74       <barline location="left">
75         <ending number="2" type="start"/>
76       </barline>
77       <note>
78         <pitch>
79           <step>C</step>
80           <octave>5</octave>
81         </pitch>
82         <duration>4</duration>
83         <voice>1</voice>
84         <type>whole</type>
85       </note>
86       <barline location="right">
87         <ending number="2" type="discontinue"/>
88       </barline>
89     </measure>
90     <!--=======================================================-->
91     <measure number="4">
92       <note>
93         <pitch>
94           <step>C</step>
95           <octave>5</octave>
96         </pitch>
97         <duration>4</duration>
98         <voice>1</voice>
99         <type>whole</type>
100       </note>
101       <barline location="right">
102         <bar-style>light-heavy</bar-style>
103       </barline>
104     </measure>
105   </part>
106   <!--=========================================================-->
107 </score-partwise>