]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/11c-TimeSignatures-CompoundSimple.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 11c-TimeSignatures-CompoundSimple.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           same denominator: (3+2)/8 and (5+3+1)/4.</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+2</beats>
27           <beat-type>8</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <note>
35         <pitch>
36           <step>B</step>
37           <octave>4</octave>
38         </pitch>
39         <duration>1</duration>
40         <voice>1</voice>
41         <type>eighth</type>
42         <beam number="1">begin</beam>
43       </note>
44       <note>
45         <pitch>
46           <step>B</step>
47           <octave>4</octave>
48         </pitch>
49         <duration>1</duration>
50         <voice>1</voice>
51         <type>eighth</type>
52         <beam number="1">continue</beam>
53       </note>
54       <note>
55         <pitch>
56           <step>B</step>
57           <octave>4</octave>
58         </pitch>
59         <duration>1</duration>
60         <voice>1</voice>
61         <type>eighth</type>
62         <beam number="1">end</beam>
63       </note>
64       <note>
65         <pitch>
66           <step>B</step>
67           <octave>4</octave>
68         </pitch>
69         <duration>1</duration>
70         <voice>1</voice>
71         <type>eighth</type>
72         <beam number="1">begin</beam>
73       </note>
74       <note>
75         <pitch>
76           <step>B</step>
77           <octave>4</octave>
78         </pitch>
79         <duration>1</duration>
80         <voice>1</voice>
81         <type>eighth</type>
82         <beam number="1">end</beam>
83       </note>
84     </measure>
85     <!--=======================================================-->
86     <measure number="2">
87       <attributes>
88         <time>
89           <beats>5+3+1</beats>
90           <beat-type>4</beat-type>
91         </time>
92       </attributes>
93       <note>
94         <pitch>
95           <step>A</step>
96           <octave>4</octave>
97         </pitch>
98         <duration>8</duration>
99         <tie/>
100         <voice>1</voice>
101         <type>whole</type>
102       </note>
103       <note>
104         <pitch>
105           <step>A</step>
106           <octave>4</octave>
107         </pitch>
108         <duration>2</duration>
109         <voice>1</voice>
110         <type>quarter</type>
111       </note>
112       <note>
113         <pitch>
114           <step>A</step>
115           <octave>4</octave>
116         </pitch>
117         <duration>6</duration>
118         <voice>1</voice>
119         <type>half</type>
120         <dot/>
121       </note>
122       <note>
123         <pitch>
124           <step>A</step>
125           <octave>4</octave>
126         </pitch>
127         <duration>2</duration>
128         <voice>1</voice>
129         <type>quarter</type>
130       </note>
131       <barline location="right">
132         <bar-style>light-heavy</bar-style>
133       </barline>
134     </measure>
135   </part>
136   <!--=========================================================-->
137 </score-partwise>