]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/09h-RepeatsNoEndBar-Finale.xml
db3cac58a46b5544f12286dd7bfe15a58b07b059
[lilypond.git] / input / regression / musicxml / 09h-RepeatsNoEndBar-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 forward-repeating bar line 
8           without an ending repeat bar.</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         <bar-style>heavy-light</bar-style>
56         <repeat direction="forward"/>
57       </barline>
58       <note>
59         <pitch>
60           <step>C</step>
61           <octave>5</octave>
62         </pitch>
63         <duration>4</duration>
64         <voice>1</voice>
65         <type>whole</type>
66       </note>
67       <barline location="right">
68         <bar-style>light-heavy</bar-style>
69       </barline>
70     </measure>
71   </part>
72   <!--=========================================================-->
73 </score-partwise>