]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/02d-Rests-Multimeasure-TimeSignatures.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 02d-Rests-Multimeasure-TimeSignatures.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="1.1">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Multi-Measure rests should always 
8           be converted into durations that are a multiple of the time 
9           signature.</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name print-object="no">MusicXML Part</part-name>
15     </score-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure number="1">
20       <attributes>
21         <divisions>1</divisions>
22         <key>
23           <fifths>0</fifths>
24           <mode>major</mode>
25         </key>
26         <time symbol="common">
27           <beats>4</beats>
28           <beat-type>4</beat-type>
29         </time>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34         <measure-style>
35           <multiple-rest>2</multiple-rest>
36         </measure-style>
37       </attributes>
38       <note>
39         <rest/>
40         <duration>4</duration>
41         <voice>1</voice>
42       </note>
43     </measure>
44     <!--=======================================================-->
45     <measure number="2">
46       <note>
47         <rest/>
48         <duration>4</duration>
49         <voice>1</voice>
50       </note>
51     </measure>
52     <!--=======================================================-->
53     <measure number="3">
54       <attributes>
55         <time>
56           <beats>3</beats>
57           <beat-type>4</beat-type>
58         </time>
59         <measure-style>
60           <multiple-rest>3</multiple-rest>
61         </measure-style>
62       </attributes>
63       <note>
64         <rest/>
65         <duration>3</duration>
66         <voice>1</voice>
67       </note>
68     </measure>
69     <!--=======================================================-->
70     <measure number="4">
71       <note>
72         <rest/>
73         <duration>3</duration>
74         <voice>1</voice>
75       </note>
76     </measure>
77     <!--=======================================================-->
78     <measure number="5">
79       <note>
80         <rest/>
81         <duration>3</duration>
82         <voice>1</voice>
83       </note>
84     </measure>
85     <!--=======================================================-->
86     <measure number="6">
87       <attributes>
88         <time>
89           <beats>2</beats>
90           <beat-type>4</beat-type>
91         </time>
92         <measure-style>
93           <multiple-rest>2</multiple-rest>
94         </measure-style>
95       </attributes>
96       <note>
97         <rest/>
98         <duration>2</duration>
99         <voice>1</voice>
100       </note>
101     </measure>
102     <!--=======================================================-->
103     <measure number="7">
104       <note>
105         <rest/>
106         <duration>2</duration>
107         <voice>1</voice>
108       </note>
109     </measure>
110     <!--=======================================================-->
111     <measure number="8">
112       <attributes>
113         <time symbol="common">
114           <beats>4</beats>
115           <beat-type>4</beat-type>
116         </time>
117         <measure-style>
118           <multiple-rest>2</multiple-rest>
119         </measure-style>
120       </attributes>
121       <note>
122         <rest/>
123         <duration>4</duration>
124         <voice>1</voice>
125       </note>
126     </measure>
127     <!--=======================================================-->
128     <measure number="9">
129       <note>
130         <rest/>
131         <duration>4</duration>
132         <voice>1</voice>
133       </note>
134     </measure>
135     <!--=======================================================-->
136     <measure number="10">
137       <note>
138         <pitch>
139           <step>C</step>
140           <octave>5</octave>
141         </pitch>
142         <duration>4</duration>
143         <voice>1</voice>
144         <type>whole</type>
145       </note>
146       <barline location="right">
147         <bar-style>light-heavy</bar-style>
148       </barline>
149     </measure>
150   </part>
151   <!--=========================================================-->
152 </score-partwise>