]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00m-MultimeasureRests-TimeSignatures.xml
MusicXML: Remove debug output
[lilypond.git] / input / regression / musicxml / 00m-MultimeasureRests-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-instrument id="P1-I1">
16         <instrument-name>Acoustic Grand Piano</instrument-name>
17       </score-instrument>
18       <midi-instrument id="P1-I1">
19         <midi-channel>1</midi-channel>
20         <midi-program>1</midi-program>
21       </midi-instrument>
22     </score-part>
23   </part-list>
24   <!--=========================================================-->
25   <part id="P1">
26     <measure number="1">
27       <attributes>
28         <divisions>1</divisions>
29         <key>
30           <fifths>0</fifths>
31           <mode>major</mode>
32         </key>
33         <time symbol="common">
34           <beats>4</beats>
35           <beat-type>4</beat-type>
36         </time>
37         <clef>
38           <sign>G</sign>
39           <line>2</line>
40         </clef>
41         <measure-style>
42           <multiple-rest>2</multiple-rest>
43         </measure-style>
44       </attributes>
45       <note>
46         <rest/>
47         <duration>4</duration>
48         <voice>1</voice>
49       </note>
50     </measure>
51     <!--=======================================================-->
52     <measure number="2">
53       <note>
54         <rest/>
55         <duration>4</duration>
56         <voice>1</voice>
57       </note>
58     </measure>
59     <!--=======================================================-->
60     <measure number="3">
61       <attributes>
62         <time>
63           <beats>3</beats>
64           <beat-type>4</beat-type>
65         </time>
66         <measure-style>
67           <multiple-rest>3</multiple-rest>
68         </measure-style>
69       </attributes>
70       <note>
71         <rest/>
72         <duration>3</duration>
73         <voice>1</voice>
74       </note>
75     </measure>
76     <!--=======================================================-->
77     <measure number="4">
78       <note>
79         <rest/>
80         <duration>3</duration>
81         <voice>1</voice>
82       </note>
83     </measure>
84     <!--=======================================================-->
85     <measure number="5">
86       <note>
87         <rest/>
88         <duration>3</duration>
89         <voice>1</voice>
90       </note>
91     </measure>
92     <!--=======================================================-->
93     <measure number="6">
94       <attributes>
95         <time>
96           <beats>2</beats>
97           <beat-type>4</beat-type>
98         </time>
99         <measure-style>
100           <multiple-rest>2</multiple-rest>
101         </measure-style>
102       </attributes>
103       <note>
104         <rest/>
105         <duration>2</duration>
106         <voice>1</voice>
107       </note>
108     </measure>
109     <!--=======================================================-->
110     <measure number="7">
111       <note>
112         <rest/>
113         <duration>2</duration>
114         <voice>1</voice>
115       </note>
116     </measure>
117     <!--=======================================================-->
118     <measure number="8">
119       <attributes>
120         <time symbol="common">
121           <beats>4</beats>
122           <beat-type>4</beat-type>
123         </time>
124         <measure-style>
125           <multiple-rest>2</multiple-rest>
126         </measure-style>
127       </attributes>
128       <note>
129         <rest/>
130         <duration>4</duration>
131         <voice>1</voice>
132       </note>
133     </measure>
134     <!--=======================================================-->
135     <measure number="9">
136       <note>
137         <rest/>
138         <duration>4</duration>
139         <voice>1</voice>
140       </note>
141     </measure>
142     <!--=======================================================-->
143     <measure number="10">
144       <note>
145         <pitch>
146           <step>C</step>
147           <octave>5</octave>
148         </pitch>
149         <duration>4</duration>
150         <voice>1</voice>
151         <type>whole</type>
152       </note>
153       <barline location="right">
154         <bar-style>light-heavy</bar-style>
155       </barline>
156     </measure>
157   </part>
158   <!--=========================================================-->
159 </score-partwise>