]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/03c-Rhythm-DivisionChange.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 03c-Rhythm-DivisionChange.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">Although uncommon, the divisions
8             of a quarter note can change somewhere in the middle of a MusicXML
9             file. Here, the first half measure uses a division of 1, which
10             then changes to 8 in the middle of the first measure and to 38
11             in the middle of the second measure.</miscellaneous-field>
12     </miscellaneous>
13   </identification>
14   <part-list>
15     <score-part id="P1">
16       <part-name>MusicXML Part</part-name>
17     </score-part>
18   </part-list>
19   <!--=========================================================-->
20   <part id="P1">
21     <measure number="1">
22       <attributes>
23         <divisions>1</divisions>
24         <key>
25           <fifths>0</fifths>
26           <mode>major</mode>
27         </key>
28         <time symbol="common">
29           <beats>4</beats>
30           <beat-type>4</beat-type>
31         </time>
32         <clef>
33           <sign>G</sign>
34           <line>2</line>
35         </clef>
36       </attributes>
37       <note>
38         <pitch>
39           <step>C</step>
40           <octave>5</octave>
41         </pitch>
42         <duration>1</duration>
43         <voice>1</voice>
44         <type>quarter</type>
45       </note>
46       <note>
47         <pitch>
48           <step>C</step>
49           <octave>5</octave>
50         </pitch>
51         <duration>1</duration>
52         <voice>1</voice>
53         <type>quarter</type>
54       </note>
55       <attributes>
56         <divisions>8</divisions>
57       </attributes>
58       <note>
59         <pitch>
60           <step>C</step>
61           <octave>5</octave>
62         </pitch>
63         <duration>8</duration>
64         <voice>1</voice>
65         <type>quarter</type>
66       </note>
67       <note>
68         <pitch>
69           <step>C</step>
70           <octave>5</octave>
71         </pitch>
72         <duration>8</duration>
73         <voice>1</voice>
74         <type>quarter</type>
75       </note>
76     </measure>
77     <!--=======================================================-->
78     <measure number="2">
79       <note>
80         <pitch>
81           <step>C</step>
82           <octave>5</octave>
83         </pitch>
84         <duration>16</duration>
85         <voice>1</voice>
86         <type>half</type>
87       </note>
88       <attributes>
89         <divisions>38</divisions>
90       </attributes>
91       <note>
92         <pitch>
93           <step>C</step>
94           <octave>5</octave>
95         </pitch>
96         <duration>76</duration>
97         <voice>1</voice>
98         <type>half</type>
99       </note>
100       <barline location="right">
101         <bar-style>light-heavy</bar-style>
102       </barline>
103     </measure>
104   </part>
105   <!--=========================================================-->
106 </score-partwise>