]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/01f-Chord-ElementInBetween.xml
Add a hack to packed spacing to work around extra columns.
[lilypond.git] / input / regression / musicxml / 01f-Chord-ElementInBetween.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 0.6 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3 <score-partwise>
4     <work> <work-title>Elements between notes of a chord</work-title></work> 
5     <part-list>
6         <score-part id="P0">
7             <part-name>Chord test</part-name>
8             <score-instrument id="I1">
9                 <instrument-name>0</instrument-name>
10             </score-instrument>
11             <midi-instrument id="I1">
12                 <midi-channel>1</midi-channel>
13                 <midi-program>1</midi-program>
14             </midi-instrument>
15         </score-part>
16     </part-list>
17     <part id="P0">
18         <measure number="1">
19             <attributes>
20                 <divisions>960</divisions>
21                 <time>
22                     <beats>4</beats>
23                     <beat-type>4</beat-type>
24                 </time>
25                 <clef>
26                     <sign>G</sign>
27                     <line>2</line>
28                 </clef>
29             </attributes>
30             <note>
31                 <pitch>
32                     <step>A</step>
33                     <octave>4</octave>
34                 </pitch>
35                 <duration>960</duration>
36                 <voice>1</voice>
37                 <type>quarter</type>
38             </note>
39             <direction>
40               <direction-type>
41                 <segno/>
42               </direction-type>
43             </direction>
44             <note>
45                 <chord/>
46                 <pitch>
47                     <step>F</step>
48                     <octave>4</octave>
49                     <alter>1</alter>
50                 </pitch>
51                 <duration>960</duration>
52                 <voice>1</voice>
53                 <type>quarter</type>
54             </note>
55             <direction>
56                 <direction-type>
57                     <dynamics><p/></dynamics>
58                 </direction-type>
59             </direction>
60             <note>
61                 <chord/>
62                 <pitch>
63                     <step>D</step>
64                     <octave>4</octave>
65                 </pitch>
66                 <duration>960</duration>
67                 <voice>1</voice>
68                 <type>quarter</type>
69             </note>
70             <note>
71                 <rest/>
72                 <duration>960</duration>
73                 <voice>1</voice>
74                 <type>quarter</type>
75             </note>
76             <note>
77                 <rest/>
78                 <duration>1920</duration>
79                 <voice>1</voice>
80                 <type>half</type>
81             </note>
82         </measure>
83     </part>
84 </score-partwise>