]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/71a-Chordnames.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 71a-Chordnames.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   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">A normal staff with several 
8           (complex) chord names displayed.</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <part-list>
12     <score-part id="P1">
13       <part-name>MusicXML Part</part-name>
14     </score-part>
15   </part-list>
16   <!--=========================================================-->
17   <part id="P1">
18     <measure number="1">
19       <attributes>
20         <divisions>1</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time symbol="common">
26           <beats>4</beats>
27           <beat-type>4</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <harmony>
35         <root>
36           <root-step>C</root-step>
37         </root>
38         <kind>major</kind>
39       </harmony>
40       <note>
41         <pitch>
42           <step>A</step>
43           <octave>4</octave>
44         </pitch>
45         <duration>1</duration>
46         <voice>1</voice>
47         <type>quarter</type>
48       </note>
49       <harmony>
50         <root>
51           <root-step>C</root-step>
52         </root>
53         <kind>major-seventh</kind>
54         <degree>
55           <degree-value>11</degree-value>
56           <degree-alter>1</degree-alter>
57           <degree-type>add</degree-type>
58         </degree>
59       </harmony>
60       <note>
61         <pitch>
62           <step>A</step>
63           <octave>4</octave>
64         </pitch>
65         <duration>1</duration>
66         <voice>1</voice>
67         <type>quarter</type>
68       </note>
69       <harmony>
70         <root>
71           <root-step>B</root-step>
72         </root>
73         <kind>dominant</kind>
74         <degree>
75           <degree-value>5</degree-value>
76           <degree-alter>1</degree-alter>
77           <degree-type>alter</degree-type>
78         </degree>
79         <degree>
80           <degree-value>9</degree-value>
81           <degree-alter>1</degree-alter>
82           <degree-type>add</degree-type>
83         </degree>
84       </harmony>
85       <note>
86         <pitch>
87           <step>A</step>
88           <octave>4</octave>
89         </pitch>
90         <duration>1</duration>
91         <voice>1</voice>
92         <type>quarter</type>
93       </note>
94       <harmony>
95         <root>
96           <root-step>E</root-step>
97           <root-alter>-1</root-alter>
98         </root>
99         <kind>major</kind>
100         <degree>
101           <degree-value>2</degree-value>
102           <degree-alter>0</degree-alter>
103           <degree-type>add</degree-type>
104         </degree>
105       </harmony>
106       <note>
107         <pitch>
108           <step>A</step>
109           <octave>4</octave>
110         </pitch>
111         <duration>1</duration>
112         <voice>1</voice>
113         <type>quarter</type>
114       </note>
115     </measure>
116     <!--=======================================================-->
117     <measure number="2">
118       <harmony>
119         <root>
120           <root-step>G</root-step>
121         </root>
122         <kind>minor</kind>
123       </harmony>
124       <note>
125         <pitch>
126           <step>A</step>
127           <octave>4</octave>
128         </pitch>
129         <duration>1</duration>
130         <voice>1</voice>
131         <type>quarter</type>
132       </note>
133       <harmony>
134         <root>
135           <root-step>D</root-step>
136           <root-alter>1</root-alter>
137         </root>
138         <kind>major-seventh</kind>
139       </harmony>
140       <note>
141         <pitch>
142           <step>A</step>
143           <octave>4</octave>
144         </pitch>
145         <duration>1</duration>
146         <voice>1</voice>
147         <type>quarter</type>
148       </note>
149       <harmony>
150         <root>
151           <root-step>A</root-step>
152         </root>
153         <kind>diminished-seventh</kind>
154       </harmony>
155       <note>
156         <pitch>
157           <step>A</step>
158           <octave>4</octave>
159         </pitch>
160         <duration>1</duration>
161         <voice>1</voice>
162         <type>quarter</type>
163       </note>
164       <harmony>
165         <root>
166           <root-step>A</root-step>
167         </root>
168         <kind>augmented</kind>
169       </harmony>
170       <note>
171         <pitch>
172           <step>A</step>
173           <octave>4</octave>
174         </pitch>
175         <duration>1</duration>
176         <voice>1</voice>
177         <type>quarter</type>
178       </note>
179       <barline location="right">
180         <bar-style>light-heavy</bar-style>
181       </barline>
182     </measure>
183   </part>
184   <!--=========================================================-->
185 </score-partwise>