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