]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/04e-OctaveShifts-Finale.xml
Add support for max-systems-per-page.
[lilypond.git] / input / regression / musicxml / 04e-OctaveShifts-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>Octave shift test case</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-14</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>8</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         <pitch>
48           <step>A</step>
49           <octave>4</octave>
50         </pitch>
51         <duration>4</duration>
52         <voice>1</voice>
53         <type>eighth</type>
54         <stem>down</stem>
55         <beam number="1">begin</beam>
56       </note>
57       <note>
58         <pitch>
59           <step>C</step>
60           <octave>5</octave>
61         </pitch>
62         <duration>4</duration>
63         <voice>1</voice>
64         <type>eighth</type>
65         <stem>down</stem>
66         <beam number="1">continue</beam>
67       </note>
68       <direction>
69         <direction-type>
70           <octave-shift default-y="16" size="15" type="down"/>
71         </direction-type>
72         <offset>-4</offset>
73       </direction>
74       <note>
75         <pitch>
76           <step>A</step>
77           <octave>6</octave>
78         </pitch>
79         <duration>4</duration>
80         <voice>1</voice>
81         <type>eighth</type>
82         <stem>down</stem>
83         <beam number="1">continue</beam>
84       </note>
85       <direction>
86         <direction-type>
87           <octave-shift size="15" type="stop"/>
88         </direction-type>
89         <offset>-4</offset>
90       </direction>
91       <direction>
92         <direction-type>
93           <octave-shift default-y="-97" size="15" type="up"/>
94         </direction-type>
95       </direction>
96       <note>
97         <pitch>
98           <step>C</step>
99           <octave>3</octave>
100         </pitch>
101         <duration>4</duration>
102         <voice>1</voice>
103         <type>eighth</type>
104         <stem>down</stem>
105         <beam number="1">end</beam>
106       </note>
107       <note>
108         <pitch>
109           <step>B</step>
110           <octave>2</octave>
111         </pitch>
112         <duration>4</duration>
113         <voice>1</voice>
114         <type>eighth</type>
115         <stem>up</stem>
116         <beam number="1">begin</beam>
117       </note>
118       <direction>
119         <direction-type>
120           <octave-shift size="15" type="stop"/>
121         </direction-type>
122         <offset>-4</offset>
123       </direction>
124       <direction>
125         <direction-type>
126           <octave-shift default-y="62" size="8" type="down"/>
127         </direction-type>
128       </direction>
129       <note>
130         <pitch>
131           <step>A</step>
132           <octave>5</octave>
133         </pitch>
134         <duration>4</duration>
135         <voice>1</voice>
136         <type>eighth</type>
137         <stem>up</stem>
138         <beam number="1">end</beam>
139       </note>
140       <note>
141         <pitch>
142           <step>A</step>
143           <octave>5</octave>
144         </pitch>
145         <duration>4</duration>
146         <voice>1</voice>
147         <type>eighth</type>
148         <stem>down</stem>
149         <beam number="1">begin</beam>
150       </note>
151       <direction>
152         <direction-type>
153           <octave-shift size="8" type="stop"/>
154         </direction-type>
155         <offset>-3</offset>
156       </direction>
157       <direction>
158         <direction-type>
159           <octave-shift default-y="-89" size="8" type="up"/>
160         </direction-type>
161       </direction>
162       <note>
163         <pitch>
164           <step>B</step>
165           <octave>3</octave>
166         </pitch>
167         <duration>2</duration>
168         <voice>1</voice>
169         <type>16th</type>
170         <stem>down</stem>
171         <beam number="1">continue</beam>
172         <beam number="2">begin</beam>
173       </note>
174       <note>
175         <pitch>
176           <step>C</step>
177           <octave>4</octave>
178         </pitch>
179         <duration>2</duration>
180         <voice>1</voice>
181         <type>16th</type>
182         <stem>down</stem>
183         <beam number="1">end</beam>
184         <beam number="2">end</beam>
185       </note>
186       <direction>
187         <direction-type>
188           <octave-shift size="8" type="stop"/>
189         </direction-type>
190         <offset>-2</offset>
191       </direction>
192       <barline location="right">
193         <bar-style>light-heavy</bar-style>
194       </barline>
195     </measure>
196   </part>
197   <!--=========================================================-->
198 </score-partwise>