]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/09l-PickupMeasure-SecondVoiceMessup.xml
Add a hack to packed spacing to work around extra columns.
[lilypond.git] / input / regression / musicxml / 09l-PickupMeasure-SecondVoiceMessup.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>Begin of second voice messed up with pickup measure</work-title>
7     </work>
8     <identification>
9         <creator type="composer">Voice 2 should start at 2nd beat of first full measure</creator>
10     </identification>
11     <part-list>
12         <score-part id="P1">
13             <part-name></part-name>
14             <score-instrument id="P1-I1">
15                 <instrument-name>Acoustic Grand Piano</instrument-name>
16             </score-instrument>
17             <midi-instrument id="P1-I1">
18                 <midi-channel>2</midi-channel>
19                 <midi-program>1</midi-program>
20             </midi-instrument>
21         </score-part>
22     </part-list>
23     <!--=========================================================-->
24     <part id="P1">
25         <measure implicit="yes" number="0" width="177">
26             <attributes>
27                 <divisions>1</divisions>
28             </attributes>
29             <note>
30                 <pitch>
31                     <step>C</step>
32                     <octave>5</octave>
33                 </pitch>
34                 <duration>1</duration>
35                 <voice>1</voice>
36                 <type>quarter</type>
37             </note>
38         </measure>
39         <!--=======================================================-->
40         <measure number="1">
41             <attributes>
42                 <divisions>1</divisions>
43             </attributes>
44             <note>
45                 <pitch>
46                     <step>C</step>
47                     <octave>5</octave>
48                 </pitch>
49                 <duration>1</duration>
50                 <voice>1</voice>
51                 <type>quarter</type>
52             </note>
53             <note>
54                 <pitch>
55                     <step>A</step>
56                     <octave>4</octave>
57                 </pitch>
58                 <duration>1</duration>
59                 <voice>1</voice>
60                 <type>quarter</type>
61             </note>
62             <note>
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             <backup>
81                 <duration>3</duration>
82             </backup>
83             <note>
84                 <pitch>
85                     <step>C</step>
86                     <octave>4</octave>
87                 </pitch>
88                 <duration>1</duration>
89                 <voice>2</voice>
90                 <type>quarter</type>
91             </note>
92         </measure>
93         <!--=======================================================-->
94     </part>
95     <!--=========================================================-->
96 </score-partwise>