]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/61b-MultipleLyrics.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 61b-MultipleLyrics.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">Multiple (simple) lyrics. The 
8           order of the exported stanzas is relevant (identified by the number 
9           attribute in this test case)</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>0</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">
44           <syllabic>begin</syllabic>
45           <text>1.Tra</text>
46         </lyric>
47         <lyric number="2">
48           <syllabic>begin</syllabic>
49           <text>2.tra</text>
50         </lyric>
51         <lyric number="3">
52           <syllabic>begin</syllabic>
53           <text>3.TRA</text>
54         </lyric>
55       </note>
56       <note>
57         <pitch>
58           <step>G</step>
59           <octave>4</octave>
60         </pitch>
61         <duration>1</duration>
62         <voice>1</voice>
63         <type>quarter</type>
64         <lyric number="1">
65           <syllabic>middle</syllabic>
66           <text>la</text>
67         </lyric>
68         <lyric number="2">
69           <syllabic>middle</syllabic>
70           <text>la</text>
71         </lyric>
72         <lyric number="3">
73           <syllabic>middle</syllabic>
74           <text>LA</text>
75         </lyric>
76       </note>
77       <note>
78         <pitch>
79           <step>G</step>
80           <octave>4</octave>
81         </pitch>
82         <duration>1</duration>
83         <voice>1</voice>
84         <type>quarter</type>
85         <lyric number="1">
86           <syllabic>end</syllabic>
87           <text>la,</text>
88         </lyric>
89         <lyric number="2">
90           <syllabic>end</syllabic>
91           <text>la,</text>
92         </lyric>
93         <lyric number="3">
94           <syllabic>end</syllabic>
95           <text>LA,</text>
96         </lyric>
97       </note>
98       <note>
99         <pitch>
100           <step>G</step>
101           <octave>4</octave>
102         </pitch>
103         <duration>1</duration>
104         <voice>1</voice>
105         <type>quarter</type>
106         <lyric number="1">
107           <syllabic>single</syllabic>
108           <text>ja!</text>
109           <extend/>
110         </lyric>
111         <lyric number="2">
112           <syllabic>single</syllabic>
113           <text>ja!</text>
114           <extend/>
115         </lyric>
116         <lyric number="3">
117           <syllabic>single</syllabic>
118           <text>JA!</text>
119           <extend/>
120         </lyric>
121       </note>
122     </measure>
123     <!--=======================================================-->
124     <measure number="2">
125       <note>
126         <pitch>
127           <step>G</step>
128           <octave>4</octave>
129         </pitch>
130         <duration>1</duration>
131         <voice>1</voice>
132         <type>quarter</type>
133       </note>
134       <note>
135         <pitch>
136           <step>G</step>
137           <octave>4</octave>
138         </pitch>
139         <duration>1</duration>
140         <voice>1</voice>
141         <type>quarter</type>
142         <lyric number="1">
143           <syllabic>begin</syllabic>
144           <text>Tra</text>
145         </lyric>
146         <lyric number="2">
147           <syllabic>begin</syllabic>
148           <text>Tra</text>
149         </lyric>
150         <lyric number="3">
151           <syllabic>begin</syllabic>
152           <text>TRA</text>
153         </lyric>
154       </note>
155       <note>
156         <pitch>
157           <step>G</step>
158           <octave>4</octave>
159         </pitch>
160         <duration>1</duration>
161         <voice>1</voice>
162         <type>quarter</type>
163       </note>
164       <note>
165         <pitch>
166           <step>G</step>
167           <octave>4</octave>
168         </pitch>
169         <duration>1</duration>
170         <voice>1</voice>
171         <type>quarter</type>
172         <lyric number="1">
173           <syllabic>end</syllabic>
174           <text>ra...</text>
175         </lyric>
176         <lyric number="2">
177           <syllabic>end</syllabic>
178           <text>ra.</text>
179         </lyric>
180         <lyric number="3">
181           <syllabic>end</syllabic>
182           <text>RA...</text>
183         </lyric>
184       </note>
185       <barline location="right">
186         <bar-style>light-heavy</bar-style>
187       </barline>
188     </measure>
189   </part>
190   <!--=========================================================-->
191 </score-partwise>