]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/13b-KeySignatures-ChurchModes.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 13b-KeySignatures-ChurchModes.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">All different modes: major, 
8         minor, ionian, dorian, phrygian, lydian, mixolydian, aeolian, and 
9         locrian; All modes are given with 2 sharps.</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name>MusicXML Part</part-name>
15     </score-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure number="1">
20       <attributes>
21         <divisions>1</divisions>
22         <key>
23           <fifths>2</fifths>
24           <mode>major</mode>
25         </key>
26         <time symbol="common">
27           <beats>4</beats>
28           <beat-type>4</beat-type>
29         </time>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34       </attributes>
35       <note>
36         <pitch>
37           <step>G</step>
38           <octave>4</octave>
39         </pitch>
40         <duration>1</duration>
41         <voice>1</voice>
42         <type>quarter</type>
43         <lyric number="1"><text>major</text></lyric>
44       </note>
45       <attributes>
46         <key>
47           <fifths>2</fifths>
48           <mode>minor</mode>
49         </key>
50       </attributes>
51       <note>
52         <pitch>
53           <step>G</step>
54           <octave>4</octave>
55         </pitch>
56         <duration>1</duration>
57         <voice>1</voice>
58         <type>quarter</type>
59         <lyric number="1"><text>minor</text></lyric>
60       </note>
61       <attributes>
62         <key>
63           <fifths>2</fifths>
64           <mode>ionian</mode>
65         </key>
66       </attributes>
67       <note>
68         <pitch>
69           <step>G</step>
70           <octave>4</octave>
71         </pitch>
72         <duration>1</duration>
73         <voice>1</voice>
74         <type>quarter</type>
75         <lyric number="1"><text>ionian</text></lyric>
76       </note>
77       <attributes>
78         <key>
79           <fifths>2</fifths>
80           <mode>dorian</mode>
81         </key>
82       </attributes>
83       <note>
84         <pitch>
85           <step>G</step>
86           <octave>4</octave>
87         </pitch>
88         <duration>1</duration>
89         <voice>1</voice>
90         <type>quarter</type>
91         <lyric number="1"><text>dorian</text></lyric>
92       </note>
93     </measure>
94     <measure number="2">
95       <attributes>
96         <key>
97           <fifths>2</fifths>
98           <mode>phrygian</mode>
99         </key>
100       </attributes>
101       <note>
102         <pitch>
103           <step>G</step>
104           <octave>4</octave>
105         </pitch>
106         <duration>1</duration>
107         <voice>1</voice>
108         <type>quarter</type>
109         <lyric number="1"><text>phrygian</text></lyric>
110       </note>
111       <attributes>
112         <key>
113           <fifths>2</fifths>
114           <mode>lydian</mode>
115         </key>
116       </attributes>
117       <note>
118         <pitch>
119           <step>G</step>
120           <octave>4</octave>
121         </pitch>
122         <duration>1</duration>
123         <voice>1</voice>
124         <type>quarter</type>
125         <lyric number="1"><text>lydian</text></lyric>
126       </note>
127       <attributes>
128         <key>
129           <fifths>2</fifths>
130           <mode>mixolydian</mode>
131         </key>
132       </attributes>
133       <note>
134         <pitch>
135           <step>G</step>
136           <octave>4</octave>
137         </pitch>
138         <duration>1</duration>
139         <voice>1</voice>
140         <type>quarter</type>
141         <lyric number="1"><text>mixolydian</text></lyric>
142       </note>
143       <attributes>
144         <key>
145           <fifths>2</fifths>
146           <mode>aeolian</mode>
147         </key>
148       </attributes>
149       <note>
150         <pitch>
151           <step>G</step>
152           <octave>4</octave>
153         </pitch>
154         <duration>1</duration>
155         <voice>1</voice>
156         <type>quarter</type>
157         <lyric number="1"><text>aeolian</text></lyric>
158       </note>
159     </measure>
160     <measure number="3">
161       <attributes>
162         <key>
163           <fifths>2</fifths>
164           <mode>locrian</mode>
165         </key>
166       </attributes>
167       <note>
168         <pitch>
169           <step>G</step>
170           <octave>4</octave>
171         </pitch>
172         <duration>1</duration>
173         <voice>1</voice>
174         <type>quarter</type>
175         <lyric number="1"><text>locrian</text></lyric>
176       </note>
177     </measure>
178   </part>
179 </score-partwise>