]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/21e-Chords-PickupMeasures.xml
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 21e-Chords-PickupMeasures.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"
3           "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="2.0">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Check for proper chord detection 
8           after a pickup measure (i.e. the first beat of the measure is not 
9           aligned with multiples of the time signature!</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12     <part-list>
13         <score-part id="P2">
14             <part-name>MusicXML Part</part-name>
15             <score-instrument id="P2-I2">
16                 <instrument-name>Acoustic Grand Piano</instrument-name>
17             </score-instrument>
18             <midi-instrument id="P2-I2">
19                 <midi-channel>2</midi-channel>
20                 <midi-program>1</midi-program>
21             </midi-instrument>
22         </score-part>
23     </part-list>
24     <!--=========================================================-->
25     <part id="P2">
26         <measure implicit="yes" number="0" width="177">
27             <attributes>
28                 <divisions>1</divisions>
29             </attributes>
30             <note>
31                 <pitch>
32                     <step>C</step>
33                     <octave>5</octave>
34                 </pitch>
35                 <duration>1</duration>
36                 <voice>1</voice>
37                 <type>quarter</type>
38             </note>
39         </measure>
40         <!--=======================================================-->
41         <measure number="1">
42             <note>
43                 <pitch>
44                     <step>C</step>
45                     <octave>5</octave>
46                 </pitch>
47                 <duration>1</duration>
48                 <voice>1</voice>
49                 <type>quarter</type>
50             </note>
51             <note>
52                 <chord/>
53                 <pitch>
54                     <step>A</step>
55                     <octave>4</octave>
56                 </pitch>
57                 <duration>1</duration>
58                 <voice>1</voice>
59                 <type>quarter</type>
60             </note>
61             <note>
62                 <chord/>
63                 <pitch>
64                     <step>F</step>
65                     <octave>4</octave>
66                 </pitch>
67                 <duration>1</duration>
68                 <voice>1</voice>
69                 <type>quarter</type>
70             </note>
71             <note>
72                 <pitch>
73                     <step>C</step>
74                     <octave>5</octave>
75                 </pitch>
76                 <duration>1</duration>
77                 <voice>1</voice>
78                 <type>quarter</type>
79             </note>
80             <note>
81                 <chord/>
82                 <pitch>
83                     <step>A</step>
84                     <octave>4</octave>
85                 </pitch>
86                 <duration>1</duration>
87                 <voice>1</voice>
88                 <type>quarter</type>
89             </note>
90         </measure>
91         <!--=======================================================-->
92     </part>
93     <!--=========================================================-->
94 </score-partwise>