]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00h-Basics-TimeSignatures.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 00h-Basics-TimeSignatures.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   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Various time signatures: 2/2 (alla breve), 4/4 (C), 2/2, 3/2, 2/4, 3/4, 4/4, 5/4, 3/8, 6/8, 12/8</miscellaneous-field>
8     </miscellaneous>
9   </identification>
10   <part-list>
11     <score-part id="P1">
12       <part-name>MusicXML Part</part-name>
13     </score-part>
14   </part-list>
15   <!--=========================================================-->
16   <part id="P1">
17
18     <measure number="1">
19       <attributes>
20         <divisions>1</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time  symbol="common">
26           <beats>2</beats>
27           <beat-type>2</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <note>
35         <pitch>
36           <step>C</step>
37           <octave>5</octave>
38         </pitch>
39         <duration>1</duration>
40         <voice>1</voice>
41         <type>quarter</type>
42       </note>
43     </measure>
44     <measure number="2">
45       <attributes>
46         <time  symbol="common">
47           <beats>4</beats>
48           <beat-type>4</beat-type>
49         </time>
50       </attributes>
51       <note>
52         <pitch>
53           <step>C</step>
54           <octave>5</octave>
55         </pitch>
56         <duration>1</duration>
57         <voice>1</voice>
58         <type>quarter</type>
59       </note>
60     </measure>
61     <measure number="3">
62       <attributes>
63         <time >
64           <beats>2</beats>
65           <beat-type>2</beat-type>
66         </time>
67       </attributes>
68       <note>
69         <pitch>
70           <step>C</step>
71           <octave>5</octave>
72         </pitch>
73         <duration>1</duration>
74         <voice>1</voice>
75         <type>quarter</type>
76       </note>
77     </measure>
78     <measure number="4">
79       <attributes>
80         <time >
81           <beats>3</beats>
82           <beat-type>2</beat-type>
83         </time>
84       </attributes>
85       <note>
86         <pitch>
87           <step>C</step>
88           <octave>5</octave>
89         </pitch>
90         <duration>1</duration>
91         <voice>1</voice>
92         <type>quarter</type>
93       </note>
94     </measure>
95     <measure number="5">
96       <attributes>
97         <time >
98           <beats>2</beats>
99           <beat-type>4</beat-type>
100         </time>
101       </attributes>
102       <note>
103         <pitch>
104           <step>C</step>
105           <octave>5</octave>
106         </pitch>
107         <duration>1</duration>
108         <voice>1</voice>
109         <type>quarter</type>
110       </note>
111     </measure>
112     <measure number="6">
113       <attributes>
114         <time >
115           <beats>3</beats>
116           <beat-type>4</beat-type>
117         </time>
118       </attributes>
119       <note>
120         <pitch>
121           <step>C</step>
122           <octave>5</octave>
123         </pitch>
124         <duration>1</duration>
125         <voice>1</voice>
126         <type>quarter</type>
127       </note>
128     </measure>
129     <measure number="7">
130       <attributes>
131         <time >
132           <beats>4</beats>
133           <beat-type>4</beat-type>
134         </time>
135       </attributes>
136       <note>
137         <pitch>
138           <step>C</step>
139           <octave>5</octave>
140         </pitch>
141         <duration>1</duration>
142         <voice>1</voice>
143         <type>quarter</type>
144       </note>
145     </measure>
146     <measure number="8">
147       <attributes>
148         <time >
149           <beats>5</beats>
150           <beat-type>4</beat-type>
151         </time>
152       </attributes>
153       <note>
154         <pitch>
155           <step>C</step>
156           <octave>5</octave>
157         </pitch>
158         <duration>1</duration>
159         <voice>1</voice>
160         <type>quarter</type>
161       </note>
162     </measure>
163     <measure number="9">
164       <attributes>
165         <time >
166           <beats>3</beats>
167           <beat-type>8</beat-type>
168         </time>
169       </attributes>
170       <note>
171         <pitch>
172           <step>C</step>
173           <octave>5</octave>
174         </pitch>
175         <duration>1</duration>
176         <voice>1</voice>
177         <type>quarter</type>
178       </note>
179     </measure>
180     <measure number="10">
181       <attributes>
182         <time >
183           <beats>6</beats>
184           <beat-type>8</beat-type>
185         </time>
186       </attributes>
187       <note>
188         <pitch>
189           <step>C</step>
190           <octave>5</octave>
191         </pitch>
192         <duration>1</duration>
193         <voice>1</voice>
194         <type>quarter</type>
195       </note>
196     </measure>
197     <measure number="11">
198       <attributes>
199         <time >
200           <beats>12</beats>
201           <beat-type>8</beat-type>
202         </time>
203       </attributes>
204       <note>
205         <pitch>
206           <step>C</step>
207           <octave>5</octave>
208         </pitch>
209         <duration>1</duration>
210         <voice>1</voice>
211         <type>quarter</type>
212       </note>
213       <barline location="right">
214         <bar-style>light-heavy</bar-style>
215       </barline>
216     </measure>
217   </part>
218 </score-partwise>
219