]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/02a-Rests-Durations.xml
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 02a-Rests-Durations.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   <movement-title>Rest unit test</movement-title>
6   <identification>
7     <rights>Public Domain</rights>
8     <encoding>
9       <software>Finale 2007 for Windows</software>
10       <software>Dolet Light for Finale 2007</software>
11       <encoding-date>2007-10-26</encoding-date>
12     </encoding>
13     <miscellaneous>
14       <miscellaneous-field name="description">All different rest lengths: A 
15           two-bar multi-measure rest, a whole rest, a half, etc. until a 
16           128th-rest; Then the same with dotted durations.</miscellaneous-field>
17     </miscellaneous>
18   </identification>
19   <part-list>
20     <score-part id="P1">
21       <part-name>MusicXML Part</part-name>
22       <score-instrument id="P1-I1">
23         <instrument-name>Grand Piano</instrument-name>
24       </score-instrument>
25       <midi-instrument id="P1-I1">
26         <midi-channel>1</midi-channel>
27         <midi-program>1</midi-program>
28       </midi-instrument>
29     </score-part>
30   </part-list>
31   <!--=========================================================-->
32   <part id="P1">
33     <measure number="1">
34       <attributes>
35         <divisions>32</divisions>
36         <key>
37           <fifths>0</fifths>
38           <mode>major</mode>
39         </key>
40         <time symbol="common">
41           <beats>4</beats>
42           <beat-type>4</beat-type>
43         </time>
44         <clef>
45           <sign>G</sign>
46           <line>2</line>
47         </clef>
48         <measure-style>
49           <multiple-rest>2</multiple-rest>
50         </measure-style>
51       </attributes>
52       <sound tempo="120"/>
53       <note>
54         <rest/>
55         <duration>128</duration>
56         <voice>1</voice>
57       </note>
58     </measure>
59     <!--=======================================================-->
60     <measure number="2">
61       <note>
62         <rest/>
63         <duration>128</duration>
64         <voice>1</voice>
65       </note>
66     </measure>
67     <!--=======================================================-->
68     <measure number="3">
69       <note>
70         <rest/>
71         <duration>128</duration>
72         <voice>1</voice>
73         <type>whole</type>
74       </note>
75     </measure>
76     <!--=======================================================-->
77     <measure number="4">
78       <note>
79         <rest/>
80         <duration>64</duration>
81         <voice>1</voice>
82         <type>half</type>
83       </note>
84       <note>
85         <rest/>
86         <duration>32</duration>
87         <voice>1</voice>
88         <type>quarter</type>
89       </note>
90       <note>
91         <rest/>
92         <duration>16</duration>
93         <voice>1</voice>
94         <type>eighth</type>
95       </note>
96       <note>
97         <rest/>
98         <duration>8</duration>
99         <voice>1</voice>
100         <type>16th</type>
101       </note>
102       <note>
103         <rest/>
104         <duration>4</duration>
105         <voice>1</voice>
106         <type>32nd</type>
107       </note>
108       <note>
109         <rest/>
110         <duration>2</duration>
111         <voice>1</voice>
112         <type>64th</type>
113       </note>
114       <note>
115         <rest/>
116         <duration>1</duration>
117         <voice>1</voice>
118         <type>128th</type>
119       </note>
120       <note>
121         <rest/>
122         <duration>1</duration>
123         <voice>1</voice>
124         <type>128th</type>
125       </note>
126     </measure>
127     <!--=======================================================-->
128     <measure number="5">
129       <note>
130         <rest/>
131         <duration>96</duration>
132         <voice>1</voice>
133         <type>half</type>
134         <dot/>
135       </note>
136       <note>
137         <rest/>
138         <duration>32</duration>
139         <voice>1</voice>
140         <type>quarter</type>
141       </note>
142     </measure>
143     <!--=======================================================-->
144     <measure number="6">
145       <note>
146         <rest/>
147         <duration>48</duration>
148         <voice>1</voice>
149         <type>quarter</type>
150         <dot/>
151       </note>
152       <note>
153         <rest/>
154         <duration>24</duration>
155         <voice>1</voice>
156         <type>eighth</type>
157         <dot/>
158       </note>
159       <note>
160         <rest/>
161         <duration>12</duration>
162         <voice>1</voice>
163         <type>16th</type>
164         <dot/>
165       </note>
166       <note>
167         <rest/>
168         <duration>6</duration>
169         <voice>1</voice>
170         <type>32nd</type>
171         <dot/>
172       </note>
173       <note>
174         <rest/>
175         <duration>3</duration>
176         <voice>1</voice>
177         <type>64th</type>
178         <dot/>
179       </note>
180       <note>
181         <rest/>
182         <duration>2</duration>
183         <voice>1</voice>
184         <type>128th</type>
185         <dot/>
186       </note>
187       <barline location="right">
188         <bar-style>light-heavy</bar-style>
189       </barline>
190     </measure>
191   </part>
192   <!--=========================================================-->
193 </score-partwise>