]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/46d-PickupMeasure-ImplicitMeasures.xml
MusicXML: Restructure test suite
[lilypond.git] / input / regression / musicxml / 46d-PickupMeasure-ImplicitMeasures.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">A 3/8 pickup measure, a measure 
8           that is split into one (incomplete, only 2/4) measure and an implicit 
9           measure, and an incomplete measure (containg 3/4).</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name>MusicXML Part</part-name>
15       <score-instrument id="P1-I1">
16         <instrument-name>Grand Piano</instrument-name>
17       </score-instrument>
18       <midi-instrument id="P1-I1">
19         <midi-channel>1</midi-channel>
20         <midi-program>1</midi-program>
21       </midi-instrument>
22     </score-part>
23   </part-list>
24   <!--=========================================================-->
25   <part id="P1">
26     <measure implicit="yes" number="0">
27       <attributes>
28         <divisions>2</divisions>
29         <key>
30           <fifths>0</fifths>
31           <mode>major</mode>
32         </key>
33         <time symbol="common">
34           <beats>4</beats>
35           <beat-type>4</beat-type>
36         </time>
37         <clef>
38           <sign>G</sign>
39           <line>2</line>
40         </clef>
41       </attributes>
42       <sound tempo="120"/>
43       <note>
44           <pitch>
45               <step>E</step>
46               <octave>4</octave>
47           </pitch>
48           <duration>2</duration>
49           <voice>1</voice>
50           <type>quarter</type>
51           <stem>up</stem>
52       </note>
53       <note>
54           <pitch>
55               <step>E</step>
56               <octave>4</octave>
57           </pitch>
58           <duration>1</duration>
59           <voice>1</voice>
60           <type>eighth</type>
61           <stem>up</stem>
62       </note>
63     </measure>
64     <!--=======================================================-->
65     <measure number="1">
66       <note>
67         <pitch>
68           <step>F</step>
69           <octave>4</octave>
70         </pitch>
71         <duration>2</duration>
72         <voice>1</voice>
73         <type>quarter</type>
74         <stem>up</stem>
75       </note>
76       <note>
77         <pitch>
78           <step>G</step>
79           <octave>4</octave>
80         </pitch>
81         <duration>2</duration>
82         <voice>1</voice>
83         <type>quarter</type>
84         <stem>up</stem>
85       </note>
86       <barline location="right">
87         <bar-style>none</bar-style>
88       </barline>
89     </measure>
90     <!--=======================================================-->
91     <measure implicit="yes" number="X1">
92       <note>
93         <pitch>
94           <step>A</step>
95           <octave>4</octave>
96         </pitch>
97         <duration>2</duration>
98         <voice>1</voice>
99         <type>quarter</type>
100         <stem>up</stem>
101       </note>
102       <note>
103         <pitch>
104           <step>B</step>
105           <octave>4</octave>
106         </pitch>
107         <duration>2</duration>
108         <voice>1</voice>
109         <type>quarter</type>
110         <stem>down</stem>
111       </note>
112     </measure>
113     <!--=======================================================-->
114     <measure number="2">
115       <note>
116         <pitch>
117           <step>C</step>
118           <octave>5</octave>
119         </pitch>
120         <duration>2</duration>
121         <voice>1</voice>
122         <type>quarter</type>
123         <stem>down</stem>
124       </note>
125       <note>
126         <pitch>
127           <step>D</step>
128           <octave>5</octave>
129         </pitch>
130         <duration>2</duration>
131         <voice>1</voice>
132         <type>quarter</type>
133         <stem>down</stem>
134       </note>
135       <note>
136         <rest/>
137         <duration>2</duration>
138         <voice>1</voice>
139         <type>quarter</type>
140       </note>
141       <barline location="right">
142         <bar-style>light-heavy</bar-style>
143       </barline>
144     </measure>
145   </part>
146   <!--=========================================================-->
147 </score-partwise>