]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/46f-IncompleteMeasures.xml
replace remaining occurrences of www.lilypond.org with lilypond.org
[lilypond.git] / input / regression / musicxml / 46f-IncompleteMeasures.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3 <score-partwise version="2.0">
4   <identification>
5     <miscellaneous>
6       <miscellaneous-field name="description">Measures can contain less notes
7           than the time signature says. Here, the first and third measures 
8           contain only two quarters instead of four.</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>1</divisions>
21                 <time>
22                     <beats>4</beats>
23                     <beat-type>4</beat-type>
24                 </time>
25                 <clef>
26                     <sign>G</sign>
27                     <line>2</line>
28                 </clef>
29             </attributes>
30             <note>
31                 <pitch>
32                     <step>A</step>
33                     <octave>4</octave>
34                 </pitch>
35                 <duration>1</duration>
36                 <voice>1</voice>
37                 <type>quarter</type>
38             </note>
39             <note>
40                 <pitch>
41                     <step>A</step>
42                     <octave>4</octave>
43                 </pitch>
44                 <duration>1</duration>
45                 <voice>1</voice>
46                 <type>quarter</type>
47             </note>
48         </measure>
49         <measure number="2">
50             <note>
51                 <pitch>
52                     <step>A</step>
53                     <octave>4</octave>
54                 </pitch>
55                 <duration>1</duration>
56                 <voice>1</voice>
57                 <type>quarter</type>
58             </note>
59             <note>
60                 <pitch>
61                     <step>A</step>
62                     <octave>4</octave>
63                 </pitch>
64                 <duration>1</duration>
65                 <voice>1</voice>
66                 <type>quarter</type>
67             </note>
68             <note>
69                 <pitch>
70                     <step>A</step>
71                     <octave>4</octave>
72                 </pitch>
73                 <duration>1</duration>
74                 <voice>1</voice>
75                 <type>quarter</type>
76             </note>
77             <note>
78                 <pitch>
79                     <step>A</step>
80                     <octave>4</octave>
81                 </pitch>
82                 <duration>1</duration>
83                 <voice>1</voice>
84                 <type>quarter</type>
85             </note>
86         </measure>
87         <measure number="3">
88             <note>
89                 <pitch>
90                     <step>A</step>
91                     <octave>4</octave>
92                 </pitch>
93                 <duration>1</duration>
94                 <voice>1</voice>
95                 <type>quarter</type>
96             </note>
97             <note>
98                 <pitch>
99                     <step>A</step>
100                     <octave>4</octave>
101                 </pitch>
102                 <duration>1</duration>
103                 <voice>1</voice>
104                 <type>quarter</type>
105             </note>
106         </measure>
107         <measure number="4">
108             <note>
109                 <pitch>
110                     <step>A</step>
111                     <octave>4</octave>
112                 </pitch>
113                 <duration>1</duration>
114                 <voice>1</voice>
115                 <type>quarter</type>
116             </note>
117             <note>
118                 <pitch>
119                     <step>A</step>
120                     <octave>4</octave>
121                 </pitch>
122                 <duration>1</duration>
123                 <voice>1</voice>
124                 <type>quarter</type>
125             </note>
126             <note>
127                 <pitch>
128                     <step>A</step>
129                     <octave>4</octave>
130                 </pitch>
131                 <duration>1</duration>
132                 <voice>1</voice>
133                 <type>quarter</type>
134             </note>
135             <note>
136                 <pitch>
137                     <step>A</step>
138                     <octave>4</octave>
139                 </pitch>
140                 <duration>1</duration>
141                 <voice>1</voice>
142                 <type>quarter</type>
143             </note>
144         </measure>
145     </part>
146 </score-partwise>