]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/02a-Rests-Durations.xml
Doc-fr: updates texidocs
[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>32</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>128</duration>
42         <voice>1</voice>
43       </note>
44     </measure>
45     <!--=======================================================-->
46     <measure number="2">
47       <note>
48         <rest/>
49         <duration>128</duration>
50         <voice>1</voice>
51       </note>
52     </measure>
53     <!--=======================================================-->
54     <measure number="3">
55       <note>
56         <rest/>
57         <duration>128</duration>
58         <voice>1</voice>
59         <type>whole</type>
60       </note>
61     </measure>
62     <!--=======================================================-->
63     <measure number="4">
64       <note>
65         <rest/>
66         <duration>64</duration>
67         <voice>1</voice>
68         <type>half</type>
69       </note>
70       <note>
71         <rest/>
72         <duration>32</duration>
73         <voice>1</voice>
74         <type>quarter</type>
75       </note>
76       <note>
77         <rest/>
78         <duration>16</duration>
79         <voice>1</voice>
80         <type>eighth</type>
81       </note>
82       <note>
83         <rest/>
84         <duration>8</duration>
85         <voice>1</voice>
86         <type>16th</type>
87       </note>
88       <note>
89         <rest/>
90         <duration>4</duration>
91         <voice>1</voice>
92         <type>32nd</type>
93       </note>
94       <note>
95         <rest/>
96         <duration>2</duration>
97         <voice>1</voice>
98         <type>64th</type>
99       </note>
100       <note>
101         <rest/>
102         <duration>1</duration>
103         <voice>1</voice>
104         <type>128th</type>
105       </note>
106       <note>
107         <rest/>
108         <duration>1</duration>
109         <voice>1</voice>
110         <type>128th</type>
111       </note>
112     </measure>
113     <!--=======================================================-->
114     <measure number="5">
115       <note>
116         <rest/>
117         <duration>96</duration>
118         <voice>1</voice>
119         <type>half</type>
120         <dot/>
121       </note>
122       <note>
123         <rest/>
124         <duration>32</duration>
125         <voice>1</voice>
126         <type>quarter</type>
127       </note>
128     </measure>
129     <!--=======================================================-->
130     <measure number="6">
131       <note>
132         <rest/>
133         <duration>48</duration>
134         <voice>1</voice>
135         <type>quarter</type>
136         <dot/>
137       </note>
138       <note>
139         <rest/>
140         <duration>24</duration>
141         <voice>1</voice>
142         <type>eighth</type>
143         <dot/>
144       </note>
145       <note>
146         <rest/>
147         <duration>12</duration>
148         <voice>1</voice>
149         <type>16th</type>
150         <dot/>
151       </note>
152       <note>
153         <rest/>
154         <duration>6</duration>
155         <voice>1</voice>
156         <type>32nd</type>
157         <dot/>
158       </note>
159       <note>
160         <rest/>
161         <duration>3</duration>
162         <voice>1</voice>
163         <type>64th</type>
164         <dot/>
165       </note>
166       <note>
167         <rest/>
168         <duration>2</duration>
169         <voice>1</voice>
170         <type>128th</type>
171         <dot/>
172       </note>
173       <barline location="right">
174         <bar-style>light-heavy</bar-style>
175       </barline>
176     </measure>
177   </part>
178   <!--=========================================================-->
179 </score-partwise>