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