]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/45g-Repeats-NotEnded.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 45g-Repeats-NotEnded.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-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         <bar-style>heavy-light</bar-style>
48         <repeat direction="forward"/>
49       </barline>
50       <note>
51         <pitch>
52           <step>C</step>
53           <octave>5</octave>
54         </pitch>
55         <duration>4</duration>
56         <voice>1</voice>
57         <type>whole</type>
58       </note>
59       <barline location="right">
60         <bar-style>light-heavy</bar-style>
61       </barline>
62     </measure>
63   </part>
64   <!--=========================================================-->
65 </score-partwise>