]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/02d-Arpeggio.xml
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 02d-Arpeggio.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="2.0">
5   <movement-title>Arpeggios in MusicXML</movement-title>
6   <identification>
7     <miscellaneous>
8       <miscellaneous-field name="description">Different Arpeggio directions 
9           (normal, up, down, non-arpeggiate)</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <defaults/>
13   <part-list>
14     <score-part id="P1">
15       <part-name></part-name>
16     </score-part>
17   </part-list>
18   <!--=========================================================-->
19   <part id="P1">
20     <!-- Different Arpeggiate styles: neutral, up, down and non-arpeggiate (bracket) -->
21     <measure number="1">
22       <attributes>
23         <divisions>1</divisions>
24         <key>
25           <fifths>0</fifths>
26           <mode>major</mode>
27         </key>
28         <clef>
29           <sign>G</sign>
30           <line>2</line>
31         </clef>
32       </attributes>
33       <note>
34         <pitch>
35           <step>C</step><octave>4</octave>
36         </pitch>
37         <duration>1</duration>
38         <voice>1</voice>
39         <type>quarter</type>
40         <notations><arpeggiate/></notations>
41         <lyric number="1"><text>normal</text></lyric>
42       </note>
43       <note>
44         <chord/>
45         <pitch>
46           <step>E</step><octave>5</octave>
47         </pitch>
48         <duration>1</duration>
49         <voice>1</voice>
50         <type>quarter</type>
51         <notations><arpeggiate/></notations>
52       </note>
53       <note>
54         <chord/>
55         <pitch>
56           <step>G</step><octave>5</octave>
57         </pitch>
58         <duration>1</duration>
59         <voice>1</voice>
60         <type>quarter</type>
61         <notations><arpeggiate/></notations>
62       </note>
63       <note>
64         <pitch>
65           <step>C</step><octave>4</octave>
66         </pitch>
67         <duration>1</duration>
68         <voice>1</voice>
69         <type>quarter</type>
70         <notations><arpeggiate direction="up"/></notations>
71         <lyric number="1"><text>up</text></lyric>
72       </note>
73       <note>
74         <chord/>
75         <pitch>
76           <step>E</step><octave>5</octave>
77         </pitch>
78         <duration>1</duration>
79         <voice>1</voice>
80         <type>quarter</type>
81         <notations><arpeggiate direction="up"/></notations>
82       </note>
83       <note>
84         <chord/>
85         <pitch>
86           <step>G</step><octave>5</octave>
87         </pitch>
88         <duration>1</duration>
89         <voice>1</voice>
90         <type>quarter</type>
91         <notations><arpeggiate direction="up"/></notations>
92       </note>
93       <note>
94         <pitch>
95           <step>C</step><octave>4</octave>
96         </pitch>
97         <duration>1</duration>
98         <voice>1</voice>
99         <type>quarter</type>
100         <notations><arpeggiate/></notations>
101         <lyric number="1"><text>normal</text></lyric>
102       </note>
103       <note>
104         <chord/>
105         <pitch>
106           <step>E</step><octave>5</octave>
107         </pitch>
108         <duration>1</duration>
109         <voice>1</voice>
110         <type>quarter</type>
111         <notations><arpeggiate/></notations>
112       </note>
113       <note>
114         <chord/>
115         <pitch>
116           <step>G</step><octave>5</octave>
117         </pitch>
118         <duration>1</duration>
119         <voice>1</voice>
120         <type>quarter</type>
121         <notations><arpeggiate/></notations>
122       </note>
123       <note>
124         <pitch>
125           <step>C</step><octave>4</octave>
126         </pitch>
127         <duration>1</duration>
128         <voice>1</voice>
129         <type>quarter</type>
130         <notations><arpeggiate direction="down"/></notations>
131         <lyric number="1"><text>down</text></lyric>
132       </note>
133       <note>
134         <chord/>
135         <pitch>
136           <step>E</step><octave>5</octave>
137         </pitch>
138         <duration>1</duration>
139         <voice>1</voice>
140         <type>quarter</type>
141         <notations><arpeggiate direction="down"/></notations>
142       </note>
143       <note>
144         <chord/>
145         <pitch>
146           <step>G</step><octave>5</octave>
147         </pitch>
148         <duration>1</duration>
149         <voice>1</voice>
150         <type>quarter</type>
151         <notations><arpeggiate direction="down"/></notations>
152       </note>
153       <note>
154         <pitch>
155           <step>C</step><octave>4</octave>
156         </pitch>
157         <duration>1</duration>
158         <voice>1</voice>
159         <type>quarter</type>
160         <notations><arpeggiate/></notations>
161         <lyric number="1"><text>normal</text></lyric>
162       </note>
163       <note>
164         <chord/>
165         <pitch>
166           <step>E</step><octave>5</octave>
167         </pitch>
168         <duration>1</duration>
169         <voice>1</voice>
170         <type>quarter</type>
171         <notations><arpeggiate/></notations>
172       </note>
173       <note>
174         <chord/>
175         <pitch>
176           <step>G</step><octave>5</octave>
177         </pitch>
178         <duration>1</duration>
179         <voice>1</voice>
180         <type>quarter</type>
181         <notations><arpeggiate/></notations>
182       </note>
183       <note>
184         <pitch>
185           <step>C</step><octave>4</octave>
186         </pitch>
187         <duration>1</duration>
188         <voice>1</voice>
189         <type>quarter</type>
190         <notations><non-arpeggiate type="bottom"/></notations>
191         <lyric number="1"><text>non-arp.</text></lyric>
192       </note>
193       <note>
194         <chord/>
195         <pitch>
196           <step>E</step><octave>5</octave>
197         </pitch>
198         <duration>1</duration>
199         <voice>1</voice>
200         <type>quarter</type>
201       </note>
202       <note>
203         <chord/>
204         <pitch>
205           <step>G</step><octave>5</octave>
206         </pitch>
207         <duration>1</duration>
208         <voice>1</voice>
209         <type>quarter</type>
210         <notations><non-arpeggiate type="top"/></notations>
211       </note>
212       <note>
213         <pitch>
214           <step>C</step><octave>4</octave>
215         </pitch>
216         <duration>1</duration>
217         <voice>1</voice>
218         <type>quarter</type>
219         <notations><arpeggiate/></notations>
220         <lyric number="1"><text>normal</text></lyric>
221       </note>
222       <note>
223         <chord/>
224         <pitch>
225           <step>E</step><octave>5</octave>
226         </pitch>
227         <duration>1</duration>
228         <voice>1</voice>
229         <type>quarter</type>
230         <notations><arpeggiate/></notations>
231       </note>
232       <note>
233         <chord/>
234         <pitch>
235           <step>G</step><octave>5</octave>
236         </pitch>
237         <duration>1</duration>
238         <voice>1</voice>
239         <type>quarter</type>
240         <notations><arpeggiate/></notations>
241       </note>
242       <barline location="right">
243         <bar-style>light-heavy</bar-style>
244       </barline>
245     </measure>
246   </part>
247 </score-partwise>