]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/02c-MultipleNotationChildren-RFK.xml
ae2a60cf673a583709a09df576aba4681a1cf3e5
[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   <movement-title>Multiple notation and articulation children</movement-title>
6   <identification>
7     <rights>Public Domain</rights>
8     <encoding>
9       <software>Hand-crafted MusicXML</software>
10     </encoding>
11     <miscellaneous>
12       <miscellaneous-field name="comment">
13           It should not make any difference whether two articulations are given
14           inside to different notation elements, inside two different articulations 
15           children of the same notation element or inside the same articulations
16           element. Thus, all three notes should have a staccato and an accent.
17       </miscellaneous-field>
18     </miscellaneous>
19   </identification>
20   <part-list>
21     <score-part id="P1">
22       <part-name>MusicXML Part</part-name>
23     </score-part>
24   </part-list>
25   <!--=========================================================-->
26   <part id="P1">
27     <measure number="1">
28       <attributes>
29         <divisions>4</divisions>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34         <key>
35           <fifths>0</fifths>
36         </key>
37         <time>
38           <beats>3</beats>
39           <beat-type>4</beat-type>
40         </time>
41       </attributes>
42       <note>
43         <pitch>
44           <step>A</step>
45           <octave>4</octave>
46         </pitch>
47         <duration>4</duration>
48         <voice>1</voice>
49         <type>quarter</type>
50         <accidental>sharp</accidental>
51         <stem>down</stem>
52         <notations>
53           <articulations>
54             <staccato placement="above"/>
55           </articulations>
56         </notations>
57         <notations>
58           <articulations>
59             <accent placement="above"/>
60           </articulations>
61         </notations>
62       </note>
63       <note>
64         <pitch>
65           <step>A</step>
66           <octave>4</octave>
67         </pitch>
68         <duration>4</duration>
69         <voice>1</voice>
70         <type>quarter</type>
71         <accidental>sharp</accidental>
72         <stem>down</stem>
73         <notations>
74           <articulations>
75             <staccato placement="above"/>
76           </articulations>
77           <articulations>
78             <accent placement="above"/>
79           </articulations>
80         </notations>
81       </note>
82       <note>
83         <pitch>
84           <step>A</step>
85           <octave>4</octave>
86         </pitch>
87         <duration>4</duration>
88         <voice>1</voice>
89         <type>quarter</type>
90         <accidental>sharp</accidental>
91         <stem>down</stem>
92         <notations>
93           <articulations>
94             <staccato placement="above"/>
95             <accent placement="above"/>
96           </articulations>
97         </notations>
98       </note>
99     </measure>
100   </part>
101 </score-partwise>