]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/71g-MultipleChordnames.xml
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / musicxml / 71g-MultipleChordnames.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3 <score-partwise version="2.0">
4   <identification>
5     <miscellaneous>
6       <miscellaneous-field name="description">There can be multiple subsequent
7           harmony elements, indicating a harmony change during a note</miscellaneous-field>
8     </miscellaneous>
9   </identification>
10   <part-list>
11     <score-part id="P1">
12       <part-name>MusicXML Part</part-name>
13     </score-part>
14   </part-list>
15   <!--=========================================================-->
16   <part id="P1">
17         <measure number="1">
18             <attributes>
19                 <divisions>480</divisions>
20                 <key>
21                     <fifths>0</fifths>
22                     <mode>major</mode>
23                 </key>
24                 <time>
25                     <beats>4</beats>
26                     <beat-type>4</beat-type>
27                 </time>
28                 <clef>
29                     <sign>G</sign>
30                     <line>2</line>
31                 </clef>
32             </attributes>
33             <harmony print-frame="no">
34                 <root>
35                     <root-step>C</root-step>
36                 </root>
37                 <kind text="">major</kind>
38             </harmony>
39             <harmony print-frame="no">
40                 <root>
41                     <root-step>F</root-step>
42                     <root-alter>1</root-alter>
43                 </root>
44                 <kind text="m6">minor-sixth</kind>
45             </harmony>
46             <note>
47                 <pitch>
48                     <step>A</step>
49                     <octave>4</octave>
50                 </pitch>
51                 <duration>960</duration>
52                 <voice>1</voice>
53                 <type>half</type>
54             </note>
55             <harmony print-frame="no">
56                 <root>
57                     <root-step>D</root-step>
58                 </root>
59                 <kind text="m7">minor-seventh</kind>
60             </harmony>
61             <harmony print-frame="no">
62                 <root>
63                     <root-step>G</root-step>
64                 </root>
65                 <kind text="7">dominant</kind>
66             </harmony>
67             <note>
68                 <pitch>
69                     <step>G</step>
70                     <octave>4</octave>
71                 </pitch>
72                 <duration>960</duration>
73                 <voice>1</voice>
74                 <type>half</type>
75             </note>
76         </measure>
77     </part>
78 </score-partwise>