]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/46d-PickupMeasure-ImplicitMeasures.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[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-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure implicit="yes" number="0">
20       <attributes>
21         <divisions>2</divisions>
22         <key>
23           <fifths>0</fifths>
24           <mode>major</mode>
25         </key>
26         <time symbol="common">
27           <beats>4</beats>
28           <beat-type>4</beat-type>
29         </time>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34       </attributes>
35       <note>
36           <pitch>
37               <step>E</step>
38               <octave>4</octave>
39           </pitch>
40           <duration>2</duration>
41           <voice>1</voice>
42           <type>quarter</type>
43       </note>
44       <note>
45           <pitch>
46               <step>E</step>
47               <octave>4</octave>
48           </pitch>
49           <duration>1</duration>
50           <voice>1</voice>
51           <type>eighth</type>
52       </note>
53     </measure>
54     <!--=======================================================-->
55     <measure number="1">
56       <note>
57         <pitch>
58           <step>F</step>
59           <octave>4</octave>
60         </pitch>
61         <duration>2</duration>
62         <voice>1</voice>
63         <type>quarter</type>
64       </note>
65       <note>
66         <pitch>
67           <step>G</step>
68           <octave>4</octave>
69         </pitch>
70         <duration>2</duration>
71         <voice>1</voice>
72         <type>quarter</type>
73       </note>
74       <barline location="right">
75         <bar-style>none</bar-style>
76       </barline>
77     </measure>
78     <!--=======================================================-->
79     <measure implicit="yes" number="X1">
80       <note>
81         <pitch>
82           <step>A</step>
83           <octave>4</octave>
84         </pitch>
85         <duration>2</duration>
86         <voice>1</voice>
87         <type>quarter</type>
88       </note>
89       <note>
90         <pitch>
91           <step>B</step>
92           <octave>4</octave>
93         </pitch>
94         <duration>2</duration>
95         <voice>1</voice>
96         <type>quarter</type>
97       </note>
98     </measure>
99     <!--=======================================================-->
100     <measure number="2">
101       <note>
102         <pitch>
103           <step>C</step>
104           <octave>5</octave>
105         </pitch>
106         <duration>2</duration>
107         <voice>1</voice>
108         <type>quarter</type>
109       </note>
110       <note>
111         <pitch>
112           <step>D</step>
113           <octave>5</octave>
114         </pitch>
115         <duration>2</duration>
116         <voice>1</voice>
117         <type>quarter</type>
118       </note>
119       <note>
120         <rest/>
121         <duration>2</duration>
122         <voice>1</voice>
123         <type>quarter</type>
124       </note>
125       <barline location="right">
126         <bar-style>light-heavy</bar-style>
127       </barline>
128     </measure>
129   </part>
130   <!--=========================================================-->
131 </score-partwise>