]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/42a-MultiVoice-TwoVoicesOnStaff-Lyrics.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 42a-MultiVoice-TwoVoicesOnStaff-Lyrics.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">Two voices share one staff. Each 
8         voice is assigned some lyrics.</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>8</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       <note>
35         <pitch>
36           <step>E</step>
37           <octave>5</octave>
38         </pitch>
39         <duration>16</duration>
40         <voice>1</voice>
41         <type>half</type>
42         <stem>up</stem>
43         <notations>
44           <articulations>
45             <accent placement="below"/>
46           </articulations>
47           <fermata type="upright"/>
48         </notations>
49         <lyric number="1">
50           <syllabic>single</syllabic>
51           <text>This</text>
52         </lyric>
53       </note>
54       <direction placement="below">
55         <direction-type>
56           <dynamics>
57             <mf/>
58           </dynamics>
59         </direction-type>
60       </direction>
61       <note>
62         <pitch>
63           <step>D</step>
64           <octave>5</octave>
65         </pitch>
66         <duration>8</duration>
67         <voice>1</voice>
68         <type>quarter</type>
69         <stem>up</stem>
70         <lyric number="1">
71           <syllabic>single</syllabic>
72           <text>is</text>
73         </lyric>
74       </note>
75       <note>
76         <pitch>
77           <step>B</step>
78           <octave>4</octave>
79         </pitch>
80         <duration>8</duration>
81         <voice>1</voice>
82         <type>quarter</type>
83         <stem>up</stem>
84         <lyric number="1">
85           <syllabic>single</syllabic>
86           <text>the</text>
87         </lyric>
88       </note>
89       <backup>
90         <duration>32</duration>
91       </backup>
92       <note>
93         <pitch>
94           <step>C</step>
95           <octave>5</octave>
96         </pitch>
97         <duration>16</duration>
98         <voice>2</voice>
99         <type>half</type>
100         <stem>down</stem>
101         <notations>
102           <articulations>
103             <accent placement="below"/>
104           </articulations>
105           <fermata type="upright"/>
106         </notations>
107         <lyric number="1">
108           <syllabic>single</syllabic>
109           <text>This</text>
110         </lyric>
111       </note>
112       <note>
113         <pitch>
114           <step>B</step>
115           <octave>4</octave>
116         </pitch>
117         <duration>8</duration>
118         <voice>2</voice>
119         <type>quarter</type>
120         <stem>down</stem>
121         <lyric number="1">
122           <syllabic>single</syllabic>
123           <text>is</text>
124         </lyric>
125       </note>
126       <note>
127         <pitch>
128           <step>G</step>
129           <octave>4</octave>
130         </pitch>
131         <duration>8</duration>
132         <voice>2</voice>
133         <type>quarter</type>
134         <stem>down</stem>
135         <lyric number="1">
136           <syllabic>single</syllabic>
137           <text>the</text>
138         </lyric>
139       </note>
140     </measure>
141     <!--=======================================================-->
142     <measure number="2">
143       <note>
144         <rest>
145           <display-step>A</display-step>
146           <display-octave>5</display-octave>
147         </rest>
148         <duration>8</duration>
149         <voice>1</voice>
150         <type>quarter</type>
151       </note>
152       <note>
153         <pitch>
154           <step>D</step>
155           <octave>5</octave>
156         </pitch>
157         <duration>8</duration>
158         <voice>1</voice>
159         <type>quarter</type>
160         <stem>up</stem>
161         <lyric number="1">
162           <syllabic>single</syllabic>
163           <text>lyrics</text>
164         </lyric>
165       </note>
166       <note>
167         <pitch>
168           <step>B</step>
169           <octave>3</octave>
170         </pitch>
171         <duration>12</duration>
172         <voice>1</voice>
173         <type>quarter</type>
174         <dot/>
175         <stem>up</stem>
176         <notations>
177           <slur number="1" type="start"/>
178         </notations>
179         <lyric number="1">
180           <syllabic>single</syllabic>
181           <text>of</text>
182         </lyric>
183       </note>
184       <note>
185         <pitch>
186           <step>C</step>
187           <octave>5</octave>
188         </pitch>
189         <duration>4</duration>
190         <voice>1</voice>
191         <type>eighth</type>
192         <stem>up</stem>
193         <notations>
194           <slur number="1" type="stop"/>
195         </notations>
196         <lyric number="1">
197           <syllabic>single</syllabic>
198           <text>Voice1</text>
199         </lyric>
200       </note>
201       <backup>
202         <duration>32</duration>
203       </backup>
204       <note>
205         <rest>
206           <display-step>C</display-step>
207           <display-octave>4</display-octave>
208         </rest>
209         <duration>8</duration>
210         <voice>2</voice>
211         <type>quarter</type>
212       </note>
213       <note>
214         <pitch>
215           <step>B</step>
216           <octave>4</octave>
217         </pitch>
218         <duration>8</duration>
219         <voice>2</voice>
220         <type>quarter</type>
221         <stem>down</stem>
222         <lyric number="1">
223           <syllabic>single</syllabic>
224           <text>lyrics</text>
225         </lyric>
226       </note>
227       <note>
228         <pitch>
229           <step>G</step>
230           <octave>3</octave>
231         </pitch>
232         <duration>12</duration>
233         <voice>2</voice>
234         <type>quarter</type>
235         <dot/>
236         <stem>down</stem>
237         <notations>
238           <slur number="1" type="start"/>
239         </notations>
240         <lyric number="1">
241           <syllabic>single</syllabic>
242           <text>of</text>
243         </lyric>
244       </note>
245       <note>
246         <pitch>
247           <step>A</step>
248           <octave>4</octave>
249         </pitch>
250         <duration>4</duration>
251         <voice>2</voice>
252         <type>eighth</type>
253         <stem>down</stem>
254         <notations>
255           <slur number="1" type="stop"/>
256         </notations>
257         <lyric number="1">
258           <syllabic>single</syllabic>
259           <text>Voice1</text>
260         </lyric>
261       </note>
262     </measure>
263     <!--=======================================================-->
264     <measure number="3">
265       <note>
266         <rest/>
267         <duration>32</duration>
268         <voice>1</voice>
269       </note>
270       <barline location="right">
271         <bar-style>light-heavy</bar-style>
272       </barline>
273     </measure>
274   </part>
275   <!--=========================================================-->
276 </score-partwise>