]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/61d-Lyrics-Melisma.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 61d-Lyrics-Melisma.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">How to treat lyrics and slurred 
8           notes. Normally, a slurred group of notes is assigned only one lyrics 
9           syllable.</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>C</step>
38           <octave>5</octave>
39         </pitch>
40         <duration>1</duration>
41         <voice>1</voice>
42         <type>quarter</type>
43         <notations>
44           <slur number="1" type="start"/>
45         </notations>
46         <lyric number="1">
47           <syllabic>begin</syllabic>
48           <text>Me</text>
49         </lyric>
50       </note>
51       <note>
52         <pitch>
53           <step>A</step>
54           <octave>4</octave>
55         </pitch>
56         <duration>1</duration>
57         <voice>1</voice>
58         <type>quarter</type>
59       </note>
60       <note>
61         <chord/>
62         <pitch>
63           <step>E</step>
64           <octave>5</octave>
65         </pitch>
66         <duration>1</duration>
67         <voice>1</voice>
68         <type>quarter</type>
69       </note>
70       <note>
71         <pitch>
72           <step>C</step>
73           <octave>5</octave>
74         </pitch>
75         <duration>1</duration>
76         <voice>1</voice>
77         <type>quarter</type>
78       </note>
79       <note>
80         <pitch>
81           <step>C</step>
82           <octave>5</octave>
83         </pitch>
84         <duration>1</duration>
85         <voice>1</voice>
86         <type>quarter</type>
87         <notations>
88           <slur number="1" type="stop"/>
89         </notations>
90       </note>
91       <note>
92         <chord/>
93         <pitch>
94           <step>E</step>
95           <octave>5</octave>
96         </pitch>
97         <duration>1</duration>
98         <voice>1</voice>
99         <type>quarter</type>
100       </note>
101     </measure>
102     <!--=======================================================-->
103     <measure number="2">
104       <note>
105         <pitch>
106           <step>C</step>
107           <octave>5</octave>
108         </pitch>
109         <duration>1</duration>
110         <tie type="start"/>
111         <voice>1</voice>
112         <type>quarter</type>
113         <notations>
114           <tied type="start"/>
115         </notations>
116         <lyric number="1">
117           <syllabic>middle</syllabic>
118           <text>lis</text>
119         </lyric>
120       </note>
121       <note>
122         <pitch>
123           <step>C</step>
124           <octave>5</octave>
125         </pitch>
126         <duration>1</duration>
127         <tie type="stop"/>
128         <voice>1</voice>
129         <type>quarter</type>
130         <notations>
131           <tied type="stop"/>
132         </notations>
133       </note>
134       <note>
135         <pitch>
136           <step>C</step>
137           <octave>5</octave>
138         </pitch>
139         <duration>1</duration>
140         <voice>1</voice>
141         <type>quarter</type>
142         <notations>
143           <slur number="1" type="start"/>
144         </notations>
145         <lyric number="1">
146           <syllabic>end</syllabic>
147           <text>ma.</text>
148           <extend/>
149         </lyric>
150       </note>
151       <note>
152         <pitch>
153           <step>E</step>
154           <octave>5</octave>
155         </pitch>
156         <duration>1</duration>
157         <voice>1</voice>
158         <type>quarter</type>
159         <notations>
160           <slur number="1" type="stop"/>
161         </notations>
162       </note>
163       <barline location="right">
164         <bar-style>light-heavy</bar-style>
165       </barline>
166     </measure>
167   </part>
168   <!--=========================================================-->
169 </score-partwise>