]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/02c-MultipleNotationChildren-RFK.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 02c-MultipleNotationChildren-RFK.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">
8           It should not make any difference whether two articulations are given
9           inside two different notation elements, inside two different articulations 
10           children of the same notation element or inside the same articulations
11           element. Thus, all three notes should have a staccato and an accent.
12       </miscellaneous-field>
13     </miscellaneous>
14   </identification>
15   <part-list>
16     <score-part id="P1">
17       <part-name>MusicXML Part</part-name>
18     </score-part>
19   </part-list>
20   <!--=========================================================-->
21   <part id="P1">
22     <measure number="1">
23       <attributes>
24         <divisions>4</divisions>
25         <key>
26           <fifths>0</fifths>
27         </key>
28         <time>
29           <beats>3</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>4</duration>
43         <voice>1</voice>
44         <type>quarter</type>
45         <accidental>sharp</accidental>
46         <stem>down</stem>
47         <notations>
48           <articulations>
49             <staccato placement="above"/>
50           </articulations>
51         </notations>
52         <notations>
53           <articulations>
54             <accent placement="above"/>
55           </articulations>
56         </notations>
57       </note>
58       <note>
59         <pitch>
60           <step>A</step>
61           <octave>4</octave>
62         </pitch>
63         <duration>4</duration>
64         <voice>1</voice>
65         <type>quarter</type>
66         <accidental>sharp</accidental>
67         <stem>down</stem>
68         <notations>
69           <articulations>
70             <staccato placement="above"/>
71           </articulations>
72           <articulations>
73             <accent placement="above"/>
74           </articulations>
75         </notations>
76       </note>
77       <note>
78         <pitch>
79           <step>A</step>
80           <octave>4</octave>
81         </pitch>
82         <duration>4</duration>
83         <voice>1</voice>
84         <type>quarter</type>
85         <accidental>sharp</accidental>
86         <stem>down</stem>
87         <notations>
88           <articulations>
89             <staccato placement="above"/>
90             <accent placement="above"/>
91           </articulations>
92         </notations>
93       </note>
94     </measure>
95   </part>
96 </score-partwise>