]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/01a-Chord-Rosegarden.xml
Fix InstrumentSwitch grob definition.
[lilypond.git] / input / regression / musicxml / 01a-Chord-Rosegarden.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>/home/reinhold/lilypond-dev-files/01_chord.xml</work-title></work> 
5         <identification> 
6                 <rights>Unknown</rights>
7                 <encoding>
8                         <software>Rosegarden-4</software>
9                 </encoding>
10                 <miscellaneous>
11                         <miscellaneous-field name="description">One simple chord 
12                             consisting of two notes.</miscellaneous-field>
13                 </miscellaneous>
14         </identification>
15         <part-list>
16                 <score-part id="P0">
17                         <part-name>Chord test</part-name>
18                         <score-instrument id="I1">
19                                 <instrument-name>0</instrument-name>
20                         </score-instrument>
21                         <midi-instrument id="I1">
22                                 <midi-channel>1</midi-channel>
23                                 <midi-program>1</midi-program>
24                         </midi-instrument>
25                 </score-part>
26         </part-list>
27         <part id="P0">
28                 <measure number="1">
29                         <attributes>
30                                 <divisions>960</divisions>
31                                 <time>
32                                 <beats>4</beats>
33                                 <beat-type>4</beat-type>
34                                 </time>
35                                 <clef>
36                                 <sign>G</sign>
37                                 <line>2</line>
38                                 </clef>
39                         </attributes>
40                         <note>
41                                 <pitch>
42                                         <step>A</step>
43                                         <octave>4</octave>
44                                 </pitch>
45                                 <duration>960</duration>
46                                 <voice>1</voice>
47                                 <type>quarter</type>
48                         </note>
49                         <note>
50                                 <chord/>
51                                 <pitch>
52                                         <step>F</step>
53                                         <octave>4</octave>
54                                 </pitch>
55                                 <duration>960</duration>
56                                 <voice>1</voice>
57                                 <type>quarter</type>
58                         </note>
59                         <note>
60                                 <rest/>
61                                 <duration>960</duration>
62                                 <voice>1</voice>
63                                 <type>quarter</type>
64                         </note>
65                         <note>
66                                 <rest/>
67                                 <duration>1920</duration>
68                                 <voice>1</voice>
69                                 <type>half</type>
70                         </note>
71                 </measure>
72         </part>
73 </score-partwise>