]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/01f-Chord-ElementInBetween.xml
MusicXML: Remove unneccessary header fields from the regtests
[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     <identification>
5       <miscellaneous>
6         <miscellaneous-field name="description">Between the individual notes of 
7             a chord there can be direction or harmony elements, which should be 
8             properly assigned to the chord (or the position of the 
9             chord).</miscellaneous-field>
10       </miscellaneous>
11     </identification>
12     <part-list>
13         <score-part id="P0">
14             <part-name>MusicXML Part</part-name>
15             <score-instrument id="I1">
16                 <instrument-name>0</instrument-name>
17             </score-instrument>
18             <midi-instrument id="I1">
19                 <midi-channel>1</midi-channel>
20                 <midi-program>1</midi-program>
21             </midi-instrument>
22         </score-part>
23     </part-list>
24     <part id="P0">
25         <measure number="1">
26             <attributes>
27                 <divisions>960</divisions>
28                 <time>
29                     <beats>4</beats>
30                     <beat-type>4</beat-type>
31                 </time>
32                 <clef>
33                     <sign>G</sign>
34                     <line>2</line>
35                 </clef>
36             </attributes>
37             <note>
38                 <pitch>
39                     <step>A</step>
40                     <octave>4</octave>
41                 </pitch>
42                 <duration>960</duration>
43                 <voice>1</voice>
44                 <type>quarter</type>
45             </note>
46             <direction>
47               <direction-type>
48                 <segno/>
49               </direction-type>
50             </direction>
51             <note>
52                 <chord/>
53                 <pitch>
54                     <step>F</step>
55                     <octave>4</octave>
56                     <alter>1</alter>
57                 </pitch>
58                 <duration>960</duration>
59                 <voice>1</voice>
60                 <type>quarter</type>
61             </note>
62             <direction>
63                 <direction-type>
64                     <dynamics><p/></dynamics>
65                 </direction-type>
66             </direction>
67             <note>
68                 <chord/>
69                 <pitch>
70                     <step>D</step>
71                     <octave>4</octave>
72                 </pitch>
73                 <duration>960</duration>
74                 <voice>1</voice>
75                 <type>quarter</type>
76             </note>
77             <note>
78                 <rest/>
79                 <duration>960</duration>
80                 <voice>1</voice>
81                 <type>quarter</type>
82             </note>
83             <note>
84                 <rest/>
85                 <duration>1920</duration>
86                 <voice>1</voice>
87                 <type>half</type>
88             </note>
89         </measure>
90     </part>
91 </score-partwise>