]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/01e-Chords-PickupMeasures.xml
Add a hack to packed spacing to work around extra columns.
[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     <part-list>
9         <score-part id="P2">
10             <part-name>Piano</part-name>
11             <score-instrument id="P2-I2">
12                 <instrument-name>Acoustic Grand Piano</instrument-name>
13             </score-instrument>
14             <midi-instrument id="P2-I2">
15                 <midi-channel>2</midi-channel>
16                 <midi-program>1</midi-program>
17             </midi-instrument>
18         </score-part>
19     </part-list>
20     <!--=========================================================-->
21     <part id="P2">
22         <measure implicit="yes" number="0" width="177">
23             <attributes>
24                 <divisions>1</divisions>
25             </attributes>
26             <note>
27                 <pitch>
28                     <step>C</step>
29                     <octave>5</octave>
30                 </pitch>
31                 <duration>1</duration>
32                 <voice>1</voice>
33                 <type>quarter</type>
34             </note>
35         </measure>
36         <!--=======================================================-->
37         <measure number="1">
38             <note>
39                 <pitch>
40                     <step>C</step>
41                     <octave>5</octave>
42                 </pitch>
43                 <duration>1</duration>
44                 <voice>1</voice>
45                 <type>quarter</type>
46             </note>
47             <note>
48                 <chord/>
49                 <pitch>
50                     <step>A</step>
51                     <octave>4</octave>
52                 </pitch>
53                 <duration>1</duration>
54                 <voice>1</voice>
55                 <type>quarter</type>
56             </note>
57             <note>
58                 <chord/>
59                 <pitch>
60                     <step>F</step>
61                     <octave>4</octave>
62                 </pitch>
63                 <duration>1</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>1</duration>
73                 <voice>1</voice>
74                 <type>quarter</type>
75             </note>
76             <note>
77                 <chord/>
78                 <pitch>
79                     <step>A</step>
80                     <octave>4</octave>
81                 </pitch>
82                 <duration>1</duration>
83                 <voice>1</voice>
84                 <type>quarter</type>
85             </note>
86         </measure>
87         <!--=======================================================-->
88     </part>
89     <!--=========================================================-->
90 </score-partwise>