]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/45a-SimpleRepeat.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 45a-SimpleRepeat.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, repeated measure 
8           (repeated 5 times)</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         <rest/>
36         <duration>4</duration>
37         <voice>1</voice>
38       </note>
39       <barline location="right">
40         <bar-style>light-heavy</bar-style>
41         <repeat direction="backward" times="5"/>
42       </barline>
43     </measure>
44     <!--=======================================================-->
45     <measure number="2">
46       <note>
47         <rest/>
48         <duration>4</duration>
49         <voice>1</voice>
50       </note>
51       <barline location="right">
52         <bar-style>light-heavy</bar-style>
53       </barline>
54     </measure>
55   </part>
56   <!--=========================================================-->
57 </score-partwise>