]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/11d-TimeSignatures-CompoundMultiple.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 11d-TimeSignatures-CompoundMultiple.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">Compound time signatures with 
8           separate fractions displayed: 3/8+2/8+3/4 and 5/2+1/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     <measure number="1">
19       <attributes>
20         <divisions>2</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time>
26           <beats>3</beats>
27           <beat-type>8</beat-type>
28           <beats>2</beats>
29           <beat-type>8</beat-type>
30           <beats>3</beats>
31           <beat-type>4</beat-type>
32         </time>
33         <clef>
34           <sign>G</sign>
35           <line>2</line>
36         </clef>
37       </attributes>
38       <note>
39         <pitch>
40           <step>B</step>
41           <octave>4</octave>
42         </pitch>
43         <duration>1</duration>
44         <voice>1</voice>
45         <type>eighth</type>
46         <beam number="1">begin</beam>
47       </note>
48       <note>
49         <pitch>
50           <step>B</step>
51           <octave>4</octave>
52         </pitch>
53         <duration>1</duration>
54         <voice>1</voice>
55         <type>eighth</type>
56         <beam number="1">continue</beam>
57       </note>
58       <note>
59         <pitch>
60           <step>B</step>
61           <octave>4</octave>
62         </pitch>
63         <duration>1</duration>
64         <voice>1</voice>
65         <type>eighth</type>
66         <beam number="1">end</beam>
67       </note>
68       <note>
69         <pitch>
70           <step>B</step>
71           <octave>4</octave>
72         </pitch>
73         <duration>1</duration>
74         <voice>1</voice>
75         <type>eighth</type>
76         <beam number="1">begin</beam>
77       </note>
78       <note>
79         <pitch>
80           <step>B</step>
81           <octave>4</octave>
82         </pitch>
83         <duration>1</duration>
84         <voice>1</voice>
85         <type>eighth</type>
86         <beam number="1">end</beam>
87       </note>
88       <note>
89         <pitch>
90           <step>B</step>
91           <octave>4</octave>
92         </pitch>
93         <duration>2</duration>
94         <voice>1</voice>
95         <type>quarter</type>
96       </note>
97       <note>
98         <pitch>
99           <step>B</step>
100           <octave>4</octave>
101         </pitch>
102         <duration>2</duration>
103         <voice>1</voice>
104         <type>quarter</type>
105       </note>
106       <note>
107         <pitch>
108           <step>B</step>
109           <octave>4</octave>
110         </pitch>
111         <duration>2</duration>
112         <voice>1</voice>
113         <type>quarter</type>
114       </note>
115     </measure>
116     <!--=======================================================-->
117     <measure number="2">
118       <attributes>
119         <time>
120           <beats>5</beats>
121           <beat-type>2</beat-type>
122           <beats>1</beats>
123           <beat-type>8</beat-type>
124         </time>
125       </attributes>
126       <note>
127         <pitch>
128           <step>A</step>
129           <octave>4</octave>
130         </pitch>
131         <duration>16</duration>
132         <voice>1</voice>
133         <type>breve</type>
134       </note>
135       <note>
136         <pitch>
137           <step>A</step>
138           <octave>4</octave>
139         </pitch>
140         <duration>4</duration>
141         <voice>1</voice>
142         <type>half</type>
143       </note>
144       <note>
145         <pitch>
146           <step>A</step>
147           <octave>4</octave>
148         </pitch>
149         <duration>1</duration>
150         <voice>1</voice>
151         <type>eighth</type>
152       </note>
153       <barline location="right">
154         <bar-style>light-heavy</bar-style>
155       </barline>
156     </measure>
157   </part>
158   <!--=========================================================-->
159 </score-partwise>