]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/21f-Chord-ElementInBetween.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 21f-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-part>
16     </part-list>
17     <part id="P0">
18         <measure number="1">
19             <attributes>
20                 <divisions>1</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>1</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>1</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>1</duration>
67                 <voice>1</voice>
68                 <type>quarter</type>
69             </note>
70             <note>
71                 <rest/>
72                 <duration>1</duration>
73                 <voice>1</voice>
74                 <type>quarter</type>
75             </note>
76             <note>
77                 <rest/>
78                 <duration>2</duration>
79                 <voice>1</voice>
80                 <type>half</type>
81             </note>
82         </measure>
83     </part>
84 </score-partwise>