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