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