]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/01a-Chord-Basic.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 01a-Chord-Basic.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">One simple chord 
7                             consisting of two notes.</miscellaneous-field>
8                 </miscellaneous>
9         </identification>
10         <part-list>
11                 <score-part id="P0">
12                         <part-name>MusicXML Part</part-name>
13                         <score-instrument id="I1">
14                                 <instrument-name>0</instrument-name>
15                         </score-instrument>
16                         <midi-instrument id="I1">
17                                 <midi-channel>1</midi-channel>
18                                 <midi-program>1</midi-program>
19                         </midi-instrument>
20                 </score-part>
21         </part-list>
22         <part id="P0">
23                 <measure number="1">
24                         <attributes>
25                                 <divisions>960</divisions>
26                                 <time>
27                                 <beats>4</beats>
28                                 <beat-type>4</beat-type>
29                                 </time>
30                                 <clef>
31                                 <sign>G</sign>
32                                 <line>2</line>
33                                 </clef>
34                         </attributes>
35                         <note>
36                                 <pitch>
37                                         <step>A</step>
38                                         <octave>4</octave>
39                                 </pitch>
40                                 <duration>960</duration>
41                                 <voice>1</voice>
42                                 <type>quarter</type>
43                         </note>
44                         <note>
45                                 <chord/>
46                                 <pitch>
47                                         <step>F</step>
48                                         <octave>4</octave>
49                                 </pitch>
50                                 <duration>960</duration>
51                                 <voice>1</voice>
52                                 <type>quarter</type>
53                         </note>
54                         <note>
55                                 <rest/>
56                                 <duration>960</duration>
57                                 <voice>1</voice>
58                                 <type>quarter</type>
59                         </note>
60                         <note>
61                                 <rest/>
62                                 <duration>1920</duration>
63                                 <voice>1</voice>
64                                 <type>half</type>
65                         </note>
66                 </measure>
67         </part>
68 </score-partwise>