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