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