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