]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/09j-Midmeasure-Clef-Finale.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 09j-Midmeasure-Clef-Finale.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 clef change in the middle of a measure</miscellaneous-field>
8     </miscellaneous>
9   </identification>
10   <part-list>
11     <score-part id="P1">
12       <part-name>MusicXML Part</part-name>
13       <score-instrument id="P1-I1">
14         <instrument-name>Grand Piano</instrument-name>
15       </score-instrument>
16       <midi-instrument id="P1-I1">
17         <midi-channel>1</midi-channel>
18         <midi-program>1</midi-program>
19       </midi-instrument>
20     </score-part>
21   </part-list>
22   <!--=========================================================-->
23   <part id="P1">
24     <measure number="1">
25       <attributes>
26         <divisions>1</divisions>
27         <key>
28           <fifths>0</fifths>
29           <mode>major</mode>
30         </key>
31         <time symbol="common">
32           <beats>4</beats>
33           <beat-type>4</beat-type>
34         </time>
35         <clef>
36           <sign>G</sign>
37           <line>2</line>
38         </clef>
39       </attributes>
40       <sound tempo="120"/>
41       <note>
42         <rest/>
43         <duration>4</duration>
44         <voice>1</voice>
45       </note>
46     </measure>
47     <!--=======================================================-->
48     <measure number="2">
49       <note>
50         <pitch>
51           <step>C</step>
52           <octave>5</octave>
53         </pitch>
54         <duration>1</duration>
55         <voice>1</voice>
56         <type>quarter</type>
57         <stem>down</stem>
58       </note>
59       <note>
60         <pitch>
61           <step>C</step>
62           <octave>5</octave>
63         </pitch>
64         <duration>1</duration>
65         <voice>1</voice>
66         <type>quarter</type>
67         <stem>down</stem>
68       </note>
69       <barline location="right">
70         <bar-style>none</bar-style>
71       </barline>
72     </measure>
73     <!--=======================================================-->
74     <measure implicit="yes" number="X1">
75       <attributes>
76         <clef>
77           <sign>C</sign>
78           <line>2</line>
79         </clef>
80       </attributes>
81       <note>
82         <pitch>
83           <step>C</step>
84           <octave>5</octave>
85         </pitch>
86         <duration>1</duration>
87         <voice>1</voice>
88         <type>quarter</type>
89         <stem>down</stem>
90       </note>
91       <note>
92         <pitch>
93           <step>C</step>
94           <octave>5</octave>
95         </pitch>
96         <duration>1</duration>
97         <voice>1</voice>
98         <type>quarter</type>
99         <stem>down</stem>
100       </note>
101       <barline location="right">
102         <bar-style>light-heavy</bar-style>
103       </barline>
104     </measure>
105   </part>
106   <!--=========================================================-->
107 </score-partwise>