]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/71f-AllChordTypes.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 71f-AllChordTypes.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>All MusicXML chord names/types with &lt;root&gt;</movement-title>
6   <identification>
7     <miscellaneous>
8       <miscellaneous-field name="description">All chord types defined in 
9           MusicXML. The staff will only contain one c' note (NO chord) for 
10           all of them, but the chord names should be properly 
11           printed.</miscellaneous-field>
12     </miscellaneous>
13   </identification>
14   <part-list>
15     <score-part id="P1">
16       <part-name>MusicXML Part</part-name>
17     </score-part>
18   </part-list>
19   <!--=========================================================-->
20   <part id="P1">
21     <measure number="1">
22       <attributes>
23         <divisions>2</divisions>
24         <key>
25           <fifths>0</fifths>
26           <mode>major</mode>
27         </key>
28         <time symbol="common">
29           <beats>4</beats>
30           <beat-type>4</beat-type>
31         </time>
32         <clef>
33           <sign>G</sign>
34           <line>2</line>
35         </clef>
36       </attributes>
37       <harmony>
38         <root>
39           <root-step>C</root-step>
40         </root>
41         <kind>major</kind>
42       </harmony>
43       <note>
44         <pitch><step>C</step><octave>4</octave></pitch>
45         <duration>2</duration>
46         <voice>1</voice>
47         <type>quarter</type>
48         <lyric number="1"><text>major</text></lyric>
49       </note>
50       <harmony>
51         <root>
52           <root-step>C</root-step>
53         </root>
54         <kind>minor</kind>
55       </harmony>
56       <note>
57         <pitch><step>C</step><octave>4</octave></pitch>
58         <duration>2</duration>
59         <voice>1</voice>
60         <type>quarter</type>
61         <lyric number="1"><text>minor</text></lyric>
62       </note>
63       <harmony>
64         <root>
65           <root-step>C</root-step>
66         </root>
67         <kind>augmented</kind>
68       </harmony>
69       <note>
70         <pitch><step>C</step><octave>4</octave></pitch>
71         <duration>2</duration>
72         <voice>1</voice>
73         <type>quarter</type>
74         <lyric number="1"><text>augmented</text></lyric>
75       </note>
76       <harmony>
77         <root>
78           <root-step>C</root-step>
79         </root>
80         <kind>diminished</kind>
81       </harmony>
82       <note>
83         <pitch><step>C</step><octave>4</octave></pitch>
84         <duration>2</duration>
85         <voice>1</voice>
86         <type>quarter</type>
87         <lyric number="1"><text>diminished</text></lyric>
88       </note>
89     </measure>
90     <!--=======================================================-->
91     <measure number="2">
92       <harmony>
93         <root>
94           <root-step>C</root-step>
95         </root>
96         <kind>dominant</kind>
97       </harmony>
98       <note>
99         <pitch><step>C</step><octave>4</octave></pitch>
100         <duration>2</duration>
101         <voice>1</voice>
102         <type>quarter</type>
103         <lyric number="1"><text>dominant</text></lyric>
104       </note>
105       <harmony>
106         <root>
107           <root-step>C</root-step>
108         </root>
109         <kind>major-seventh</kind>
110       </harmony>
111       <note>
112         <pitch><step>C</step><octave>4</octave></pitch>
113         <duration>2</duration>
114         <voice>1</voice>
115         <type>quarter</type>
116         <lyric number="1"><text>major-seventh</text></lyric>
117       </note>
118       <harmony>
119         <root>
120           <root-step>C</root-step>
121         </root>
122         <kind>minor-seventh</kind>
123       </harmony>
124       <note>
125         <pitch><step>C</step><octave>4</octave></pitch>
126         <duration>2</duration>
127         <voice>1</voice>
128         <type>quarter</type>
129         <lyric number="1"><text>minor-seventh</text></lyric>
130       </note>
131       <harmony>
132         <root>
133           <root-step>C</root-step>
134         </root>
135         <kind>diminished-seventh</kind>
136       </harmony>
137       <note>
138         <pitch><step>C</step><octave>4</octave></pitch>
139         <duration>2</duration>
140         <voice>1</voice>
141         <type>quarter</type>
142         <lyric number="1"><text>diminished-seventh</text></lyric>
143       </note>
144     </measure>
145     <!--=======================================================-->
146     <measure number="3">
147       <harmony>
148         <root>
149           <root-step>C</root-step>
150         </root>
151         <kind>augmented-seventh</kind>
152       </harmony>
153       <note>
154         <pitch><step>C</step><octave>4</octave></pitch>
155         <duration>2</duration>
156         <voice>1</voice>
157         <type>quarter</type>
158         <lyric number="1"><text>augmented-seventh</text></lyric>
159       </note>
160       <harmony>
161         <root>
162           <root-step>C</root-step>
163         </root>
164         <kind>half-diminished</kind>
165       </harmony>
166       <note>
167         <pitch><step>C</step><octave>4</octave></pitch>
168         <duration>2</duration>
169         <voice>1</voice>
170         <type>quarter</type>
171         <lyric number="1"><text>half-diminished</text></lyric>
172       </note>
173       <harmony>
174         <root>
175           <root-step>C</root-step>
176         </root>
177         <kind>major-minor</kind>
178       </harmony>
179       <note>
180         <pitch><step>C</step><octave>4</octave></pitch>
181         <duration>2</duration>
182         <voice>1</voice>
183         <type>quarter</type>
184         <lyric number="1"><text>major-minor</text></lyric>
185       </note>
186       <harmony>
187         <root>
188           <root-step>C</root-step>
189         </root>
190         <kind>major-sixth</kind>
191       </harmony>
192       <note>
193         <pitch><step>C</step><octave>4</octave></pitch>
194         <duration>2</duration>
195         <voice>1</voice>
196         <type>quarter</type>
197         <lyric number="1"><text>major-sixth</text></lyric>
198       </note>
199     </measure>
200     <!--=======================================================-->
201     <measure number="4">
202       <harmony>
203         <root>
204           <root-step>C</root-step>
205         </root>
206         <kind>minor-sixth</kind>
207       </harmony>
208       <note>
209         <pitch><step>C</step><octave>4</octave></pitch>
210         <duration>2</duration>
211         <voice>1</voice>
212         <type>quarter</type>
213         <lyric number="1"><text>minor-sixth</text></lyric>
214       </note>
215       <harmony>
216         <root>
217           <root-step>C</root-step>
218         </root>
219         <kind>dominant-ninth</kind>
220       </harmony>
221       <note>
222         <pitch><step>C</step><octave>4</octave></pitch>
223         <duration>2</duration>
224         <voice>1</voice>
225         <type>quarter</type>
226         <lyric number="1"><text>dominant-ninth</text></lyric>
227       </note>
228       <harmony>
229         <root>
230           <root-step>C</root-step>
231         </root>
232         <kind>major-ninth</kind>
233       </harmony>
234       <note>
235         <pitch><step>C</step><octave>4</octave></pitch>
236         <duration>2</duration>
237         <voice>1</voice>
238         <type>quarter</type>
239         <lyric number="1"><text>major-ninth</text></lyric>
240       </note>
241       <harmony>
242         <root>
243           <root-step>C</root-step>
244         </root>
245         <kind>minor-ninth</kind>
246         <lyric number="1"><text>minor-ninth</text></lyric>
247       </harmony>
248       <note>
249         <pitch><step>C</step><octave>4</octave></pitch>
250         <duration>2</duration>
251         <voice>1</voice>
252         <type>quarter</type>
253         <lyric number="1"><text>minor-ninth</text></lyric>
254       </note>
255     </measure>
256     <!--=======================================================-->
257     <measure number="5">
258       <harmony>
259         <root>
260           <root-step>C</root-step>
261         </root>
262         <kind>dominant-11th</kind>
263       </harmony>
264       <note>
265         <pitch><step>C</step><octave>4</octave></pitch>
266         <duration>2</duration>
267         <voice>1</voice>
268         <type>quarter</type>
269         <lyric number="1"><text>dominant-11th</text></lyric>
270       </note>
271       <harmony>
272         <root>
273           <root-step>C</root-step>
274         </root>
275         <kind>major-11th</kind>
276       </harmony>
277       <note>
278         <pitch><step>C</step><octave>4</octave></pitch>
279         <duration>2</duration>
280         <voice>1</voice>
281         <type>quarter</type>
282         <lyric number="1"><text>major-11th</text></lyric>
283       </note>
284       <harmony>
285         <root>
286           <root-step>C</root-step>
287         </root>
288         <kind>minor-11th</kind>
289       </harmony>
290       <note>
291         <pitch><step>C</step><octave>4</octave></pitch>
292         <duration>2</duration>
293         <voice>1</voice>
294         <type>quarter</type>
295         <lyric number="1"><text>minor-11th</text></lyric>
296       </note>
297       <harmony>
298         <root>
299           <root-step>C</root-step>
300         </root>
301         <kind>dominant-13th</kind>
302       </harmony>
303       <note>
304         <pitch><step>C</step><octave>4</octave></pitch>
305         <duration>2</duration>
306         <voice>1</voice>
307         <type>quarter</type>
308         <lyric number="1"><text>dominant-13th</text></lyric>
309       </note>
310     </measure>
311     <!--=======================================================-->
312     <measure number="6">
313       <harmony>
314         <root>
315           <root-step>C</root-step>
316         </root>
317         <kind>major-13th</kind>
318       </harmony>
319       <note>
320         <pitch><step>C</step><octave>4</octave></pitch>
321         <duration>2</duration>
322         <voice>1</voice>
323         <type>quarter</type>
324         <lyric number="1"><text>major-13th</text></lyric>
325       </note>
326       <harmony>
327         <root>
328           <root-step>C</root-step>
329         </root>
330         <kind>minor-13th</kind>
331       </harmony>
332       <note>
333         <pitch><step>C</step><octave>4</octave></pitch>
334         <duration>2</duration>
335         <voice>1</voice>
336         <type>quarter</type>
337         <lyric number="1"><text>minor-13th</text></lyric>
338       </note>
339       <harmony>
340         <root>
341           <root-step>C</root-step>
342         </root>
343         <kind>suspended-second</kind>
344       </harmony>
345       <note>
346         <pitch><step>C</step><octave>4</octave></pitch>
347         <duration>2</duration>
348         <voice>1</voice>
349         <type>quarter</type>
350         <lyric number="1"><text>suspended-second</text></lyric>
351       </note>
352       <harmony>
353         <root>
354           <root-step>C</root-step>
355         </root>
356         <kind>suspended-fourth</kind>
357       </harmony>
358       <note>
359         <pitch><step>C</step><octave>4</octave></pitch>
360         <duration>2</duration>
361         <voice>1</voice>
362         <type>quarter</type>
363         <lyric number="1"><text>suspended-fourth</text></lyric>
364       </note>
365     </measure>
366     <!--=======================================================-->
367     <measure number="7">
368       <harmony>
369         <root>
370           <root-step>C</root-step>
371         </root>
372         <kind>Neapolitan</kind>
373       </harmony>
374       <note>
375         <pitch><step>C</step><octave>4</octave></pitch>
376         <duration>2</duration>
377         <voice>1</voice>
378         <type>quarter</type>
379         <lyric number="1"><text>Neapolitan</text></lyric>
380       </note>
381       <harmony>
382         <root>
383           <root-step>C</root-step>
384         </root>
385         <kind>Italian</kind>
386       </harmony>
387       <note>
388         <pitch><step>C</step><octave>4</octave></pitch>
389         <duration>2</duration>
390         <voice>1</voice>
391         <type>quarter</type>
392         <lyric number="1"><text>Italians</text></lyric>
393       </note>
394       <harmony>
395         <root>
396           <root-step>C</root-step>
397         </root>
398         <kind>French</kind>
399       </harmony>
400       <note>
401         <pitch><step>C</step><octave>4</octave></pitch>
402         <duration>2</duration>
403         <voice>1</voice>
404         <type>quarter</type>
405         <lyric number="1"><text>French</text></lyric>
406       </note>
407       <harmony>
408         <root>
409           <root-step>C</root-step>
410         </root>
411         <kind>German</kind>
412       </harmony>
413       <note>
414         <pitch><step>C</step><octave>4</octave></pitch>
415         <duration>2</duration>
416         <voice>1</voice>
417         <type>quarter</type>
418          <lyric number="1"><text>German</text></lyric>
419      </note>
420     </measure>
421     <!--=======================================================-->
422     <measure number="8">
423       <harmony>
424         <root>
425           <root-step>C</root-step>
426         </root>
427         <kind>pedal</kind>
428       </harmony>
429       <note>
430         <pitch><step>C</step><octave>4</octave></pitch>
431         <duration>2</duration>
432         <voice>1</voice>
433         <type>quarter</type>
434         <lyric number="1"><text>pedal</text></lyric>
435       </note>
436       <harmony>
437         <root>
438           <root-step>C</root-step>
439         </root>
440         <kind>power</kind>
441       </harmony>
442       <note>
443         <pitch><step>C</step><octave>4</octave></pitch>
444         <duration>2</duration>
445         <voice>1</voice>
446         <type>quarter</type>
447         <lyric number="1"><text>power</text></lyric>
448       </note>
449       <harmony>
450         <root>
451           <root-step>C</root-step>
452         </root>
453         <kind>Tristan</kind>
454       </harmony>
455       <note>
456         <pitch><step>C</step><octave>4</octave></pitch>
457         <duration>2</duration>
458         <voice>1</voice>
459         <type>quarter</type>
460         <lyric number="1"><text>Tristan</text></lyric>
461       </note>
462       <harmony>
463         <root>
464           <root-step>C</root-step>
465         </root>
466         <kind>other</kind>
467       </harmony>
468       <note>
469         <pitch><step>C</step><octave>4</octave></pitch>
470         <duration>2</duration>
471         <voice>1</voice>
472         <type>quarter</type>
473         <lyric number="1"><text>other</text></lyric>
474       </note>
475     </measure>
476     <!--=======================================================-->
477     <measure number="9">
478       <harmony>
479         <root>
480           <root-step>F</root-step>
481           <root-alter>1</root-alter>
482         </root>
483         <kind>major</kind>
484         <inversion>2</inversion>
485       </harmony>
486       <note>
487         <pitch><step>C</step><octave>4</octave></pitch>
488         <duration>4</duration>
489         <voice>1</voice>
490         <type>half</type>
491         <lyric number="1"><text>Inversion</text></lyric>
492       </note>
493       <harmony>
494         <root>
495           <root-step>F</root-step>
496           <root-alter>-2</root-alter>
497         </root>
498         <kind>major</kind>
499         <bass>
500           <bass-step>C</bass-step>
501         </bass>
502       </harmony>
503       <note>
504         <pitch><step>C</step><octave>4</octave></pitch>
505         <duration>1</duration>
506         <voice>1</voice>
507         <type>eighth</type>
508         <lyric number="1"><text>Fbb/C</text></lyric>
509       </note>
510       <harmony>
511         <root>
512           <root-step>G</root-step>
513           <root-alter>1</root-alter>
514         </root>
515         <kind>major</kind>
516         <bass>
517           <bass-step>D</bass-step>
518           <bass-alter>1</bass-alter>
519         </bass>
520       </harmony>
521       <note>
522         <pitch><step>C</step><octave>4</octave></pitch>
523         <duration>1</duration>
524         <voice>1</voice>
525         <type>eighth</type>
526         <lyric number="1"><text>G#/D#</text></lyric>
527       </note>
528       <harmony>
529         <root>
530           <root-step>C</root-step>
531         </root>
532         <kind>major</kind>
533       </harmony>
534       <note>
535         <rest/>
536         <duration>2</duration>
537         <voice>1</voice>
538         <type>quarter</type>
539         <lyric number="1"><text>C</text></lyric>
540       </note>
541     </measure>
542     <!--=======================================================-->
543     <measure number="10">
544       <harmony>
545         <root>
546           <root-step>C</root-step>
547         </root>
548         <kind>major</kind>
549         <degree>
550           <degree-value>3</degree-value>
551           <degree-alter>0</degree-alter>
552           <degree-type>subtract</degree-type>
553         </degree>
554         <degree>
555           <degree-value>5</degree-value>
556           <degree-alter>-1</degree-alter>
557           <degree-type>alter</degree-type>
558         </degree>
559       </harmony>
560       <note>
561         <pitch><step>C</step><octave>4</octave></pitch>
562         <duration>2</duration>
563         <voice>1</voice>
564         <type>quarter</type>
565         <lyric number="1"><text>C-3+5b</text></lyric>
566       </note>
567       <harmony>
568         <root>
569           <root-step>C</root-step>
570         </root>
571         <kind>major</kind>
572         <degree>
573           <degree-value>1</degree-value>
574           <degree-alter>0</degree-alter>
575           <degree-type>subtract</degree-type>
576         </degree>
577         <degree>
578           <degree-value>6</degree-value>
579           <degree-alter>-1</degree-alter>
580           <degree-type>add</degree-type>
581         </degree>
582       </harmony>
583       <note>
584         <pitch><step>C</step><octave>4</octave></pitch>
585         <duration>2</duration>
586         <voice>1</voice>
587         <type>quarter</type>
588         <lyric number="1"><text>C-1+6b</text></lyric>
589       </note>
590       <barline location="right">
591         <bar-style>light-heavy</bar-style>
592       </barline>
593     </measure>
594   </part>
595   <!--=========================================================-->
596 </score-partwise>