]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/52b-Breaks.xml
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / musicxml / 52b-Breaks.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">System and page breaks, given in 
8               a &lt;print&gt; element</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <part-list>
12     <score-part id="P1">
13       <part-name print-object="no">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 symbol="common">
22           <beats>4</beats>
23           <beat-type>4</beat-type>
24         </time>
25       </attributes>
26       <note>
27         <pitch>
28           <step>C</step>
29           <octave>5</octave>
30         </pitch>
31         <duration>4</duration>
32         <voice>1</voice>
33         <type>whole</type>
34       </note>
35     </measure>
36     <!--=======================================================-->
37     <measure number="2">
38       <print new-system="yes"/>
39       <note>
40         <pitch>
41           <step>C</step>
42           <octave>5</octave>
43         </pitch>
44         <duration>4</duration>
45         <voice>1</voice>
46         <type>whole</type>
47       </note>
48     </measure>
49     <!--=======================================================-->
50     <measure number="3">
51       <print new-page="yes"/>
52       <note>
53         <pitch>
54           <step>C</step>
55           <octave>5</octave>
56         </pitch>
57         <duration>4</duration>
58         <voice>1</voice>
59         <type>whole</type>
60       </note>
61     </measure>
62   </part>
63   <!--=========================================================-->
64 </score-partwise>