]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/32c-MultipleNotationChildren.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 32c-MultipleNotationChildren.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         <notations>
47           <articulations>
48             <staccato placement="above"/>
49           </articulations>
50         </notations>
51         <notations>
52           <articulations>
53             <accent placement="above"/>
54           </articulations>
55         </notations>
56       </note>
57       <note>
58         <pitch>
59           <step>A</step>
60           <octave>4</octave>
61         </pitch>
62         <duration>4</duration>
63         <voice>1</voice>
64         <type>quarter</type>
65         <accidental>sharp</accidental>
66         <notations>
67           <articulations>
68             <staccato placement="above"/>
69           </articulations>
70           <articulations>
71             <accent placement="above"/>
72           </articulations>
73         </notations>
74       </note>
75       <note>
76         <pitch>
77           <step>A</step>
78           <octave>4</octave>
79         </pitch>
80         <duration>4</duration>
81         <voice>1</voice>
82         <type>quarter</type>
83         <accidental>sharp</accidental>
84         <notations>
85           <articulations>
86             <staccato placement="above"/>
87             <accent placement="above"/>
88           </articulations>
89         </notations>
90       </note>
91     </measure>
92   </part>
93 </score-partwise>