]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/04b-Glissando.xml
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 04b-Glissando.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>Glissando and Slide in MusicXML</movement-title>
6   <identification/>
7   <defaults/>
8   <part-list>
9     <score-part id="P1">
10       <part-name></part-name>
11     </score-part>
12   </part-list>
13   <!--=========================================================-->
14   <part id="P1">
15     <!-- Glissando styles: glissando/slide, solid/dashed/dotted/wavy -->
16     <measure number="1">
17       <attributes>
18         <divisions>1</divisions>
19         <key>
20           <fifths>0</fifths>
21           <mode>major</mode>
22         </key>
23         <clef>
24           <sign>G</sign>
25           <line>2</line>
26         </clef>
27       </attributes>
28       <note>
29         <pitch>
30           <step>G</step>
31           <octave>4</octave>
32         </pitch>
33         <duration>1</duration>
34         <voice>1</voice>
35         <type>quarter</type>
36         <stem>down</stem>
37         <notations>
38           <glissando number="1" type="start"/>
39         </notations>
40         <lyric number="1"><text>normal</text></lyric>
41       </note>
42       <note>
43         <pitch>
44           <step>F</step>
45           <octave>5</octave>
46         </pitch>
47         <duration>1</duration>
48         <voice>1</voice>
49         <type>quarter</type>
50         <stem>down</stem>
51         <notations>
52           <glissando number="1" type="stop"/>
53         </notations>
54         <lyric number="1"><text>glissando</text></lyric>
55       </note>
56       <note>
57         <pitch>
58           <step>G</step>
59           <octave>4</octave>
60         </pitch>
61         <duration>1</duration>
62         <voice>1</voice>
63         <type>quarter</type>
64         <stem>down</stem>
65         <notations>
66           <glissando line-type="solid" number="1" type="start">text</glissando>
67         </notations>
68         <lyric number="1"><text>solid</text></lyric>
69       </note>
70       <note>
71         <pitch>
72           <step>F</step>
73           <octave>5</octave>
74         </pitch>
75         <duration>1</duration>
76         <voice>1</voice>
77         <type>quarter</type>
78         <stem>down</stem>
79         <notations>
80           <glissando line-type="solid" number="1" type="stop"/>
81         </notations>
82         <lyric number="1"><text>(+text)</text></lyric>
83       </note>
84     </measure>
85     <measure number="2">
86       <note>
87         <pitch>
88           <step>G</step>
89           <octave>4</octave>
90         </pitch>
91         <duration>1</duration>
92         <voice>1</voice>
93         <type>quarter</type>
94         <stem>down</stem>
95         <notations>
96           <glissando line-type="dashed" number="1" type="start"/>
97         </notations>
98         <lyric number="1"><text>dashed</text></lyric>
99       </note>
100       <note>
101         <pitch>
102           <step>F</step>
103           <octave>5</octave>
104         </pitch>
105         <duration>1</duration>
106         <voice>1</voice>
107         <type>quarter</type>
108         <stem>down</stem>
109         <notations>
110           <glissando line-type="dashed" number="1" type="stop"/>
111         </notations>
112       </note>
113       <note>
114         <pitch>
115           <step>G</step>
116           <octave>4</octave>
117         </pitch>
118         <duration>1</duration>
119         <voice>1</voice>
120         <type>quarter</type>
121         <stem>down</stem>
122         <notations>
123           <glissando line-type="dotted" number="1" type="start"/>
124         </notations>
125         <lyric number="1"><text>dotted</text></lyric>
126       </note>
127       <note>
128         <pitch>
129           <step>F</step>
130           <octave>5</octave>
131         </pitch>
132         <duration>1</duration>
133         <voice>1</voice>
134         <type>quarter</type>
135         <stem>down</stem>
136         <notations>
137           <glissando line-type="dotted" number="1" type="stop"/>
138         </notations>
139       </note>
140     </measure>
141     <measure number="3">
142       <note>
143         <pitch>
144           <step>G</step>
145           <octave>4</octave>
146         </pitch>
147         <duration>1</duration>
148         <voice>1</voice>
149         <type>quarter</type>
150         <stem>down</stem>
151         <notations>
152           <glissando line-type="wavy" number="1" type="start"/>
153         </notations>
154         <lyric number="1"><text>wavy</text></lyric>
155       </note>
156       <note>
157         <pitch>
158           <step>F</step>
159           <octave>5</octave>
160         </pitch>
161         <duration>1</duration>
162         <voice>1</voice>
163         <type>quarter</type>
164         <stem>down</stem>
165         <notations>
166           <glissando line-type="wavy" number="1" type="stop"/>
167         </notations>
168       </note>
169       <note>
170         <pitch>
171           <step>G</step>
172           <octave>4</octave>
173         </pitch>
174         <duration>1</duration>
175         <voice>1</voice>
176         <type>quarter</type>
177         <stem>down</stem>
178         <notations>
179           <slide number="1" type="start"/>
180         </notations>
181         <lyric number="1"><text>normal</text></lyric>
182       </note>
183       <note>
184         <pitch>
185           <step>F</step>
186           <octave>5</octave>
187         </pitch>
188         <duration>1</duration>
189         <voice>1</voice>
190         <type>quarter</type>
191         <stem>down</stem>
192         <notations>
193           <slide number="1" type="stop"/>
194         </notations>
195         <lyric number="1"><text>slide</text></lyric>
196       </note>
197     </measure>
198     <measure number="4">
199       <note>
200         <pitch>
201           <step>G</step>
202           <octave>4</octave>
203         </pitch>
204         <duration>1</duration>
205         <voice>1</voice>
206         <type>quarter</type>
207         <stem>down</stem>
208         <notations>
209           <slide line-type="solid" number="1" type="start">text</slide>
210         </notations>
211         <lyric number="1"><text>solid</text></lyric>
212       </note>
213       <note>
214         <pitch>
215           <step>F</step>
216           <octave>5</octave>
217         </pitch>
218         <duration>1</duration>
219         <voice>1</voice>
220         <type>quarter</type>
221         <stem>down</stem>
222         <notations>
223           <slide line-type="solid" number="1" type="stop"/>
224         </notations>
225         <lyric number="1"><text>(+text)</text></lyric>
226       </note>
227       <note>
228         <pitch>
229           <step>G</step>
230           <octave>4</octave>
231         </pitch>
232         <duration>1</duration>
233         <voice>1</voice>
234         <type>quarter</type>
235         <stem>down</stem>
236         <notations>
237           <slide line-type="dashed" number="1" type="start"/>
238         </notations>
239         <lyric number="1"><text>dashed</text></lyric>
240       </note>
241       <note>
242         <pitch>
243           <step>F</step>
244           <octave>5</octave>
245         </pitch>
246         <duration>1</duration>
247         <voice>1</voice>
248         <type>quarter</type>
249         <stem>down</stem>
250         <notations>
251           <slide line-type="solid" number="1" type="stop"/>
252         </notations>
253       </note>
254     </measure>
255     <measure number="5">
256       <note>
257         <pitch>
258           <step>G</step>
259           <octave>4</octave>
260         </pitch>
261         <duration>1</duration>
262         <voice>1</voice>
263         <type>quarter</type>
264         <stem>down</stem>
265         <notations>
266           <slide line-type="dotted" number="1" type="start"/>
267         </notations>
268         <lyric number="1"><text>dotted</text></lyric>
269       </note>
270       <note>
271         <pitch>
272           <step>F</step>
273           <octave>5</octave>
274         </pitch>
275         <duration>1</duration>
276         <voice>1</voice>
277         <type>quarter</type>
278         <stem>down</stem>
279         <notations>
280           <slide line-type="dotted" number="1" type="stop"/>
281         </notations>
282       </note>
283       <note>
284         <pitch>
285           <step>G</step>
286           <octave>4</octave>
287         </pitch>
288         <duration>1</duration>
289         <voice>1</voice>
290         <type>quarter</type>
291         <stem>down</stem>
292         <notations>
293           <slide line-type="wavy" number="1" type="start"/>
294         </notations>
295         <lyric number="1"><text>wavy</text></lyric>
296       </note>
297       <note>
298         <pitch>
299           <step>F</step>
300           <octave>5</octave>
301         </pitch>
302         <duration>1</duration>
303         <voice>1</voice>
304         <type>quarter</type>
305         <stem>down</stem>
306         <notations>
307           <slide line-type="wavy" number="1" type="stop"/>
308         </notations>
309       </note>
310       
311       <barline location="right">
312         <bar-style>light-heavy</bar-style>
313       </barline>
314     </measure>
315   </part>
316 </score-partwise>