]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/06d-Lyrics-Melisma-Finale.xml
MusicXML: Remove debug output
[lilypond.git] / input / regression / musicxml / 06d-Lyrics-Melisma-Finale.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-instrument id="P1-I1">
16         <instrument-name>Grand Piano</instrument-name>
17       </score-instrument>
18       <midi-instrument id="P1-I1">
19         <midi-channel>1</midi-channel>
20         <midi-program>1</midi-program>
21       </midi-instrument>
22     </score-part>
23   </part-list>
24   <!--=========================================================-->
25   <part id="P1">
26     <measure number="1">
27       <attributes>
28         <divisions>1</divisions>
29         <key>
30           <fifths>0</fifths>
31           <mode>major</mode>
32         </key>
33         <time symbol="common">
34           <beats>4</beats>
35           <beat-type>4</beat-type>
36         </time>
37         <clef>
38           <sign>G</sign>
39           <line>2</line>
40         </clef>
41       </attributes>
42       <sound tempo="120"/>
43       <note>
44         <pitch>
45           <step>C</step>
46           <octave>5</octave>
47         </pitch>
48         <duration>1</duration>
49         <voice>1</voice>
50         <type>quarter</type>
51         <stem>down</stem>
52         <notations>
53           <slur number="1" type="start"/>
54         </notations>
55         <lyric number="1">
56           <syllabic>begin</syllabic>
57           <text>Me</text>
58         </lyric>
59       </note>
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         <stem>down</stem>
69       </note>
70       <note>
71         <chord/>
72         <pitch>
73           <step>E</step>
74           <octave>5</octave>
75         </pitch>
76         <duration>1</duration>
77         <voice>1</voice>
78         <type>quarter</type>
79         <stem>down</stem>
80       </note>
81       <note>
82         <pitch>
83           <step>C</step>
84           <octave>5</octave>
85         </pitch>
86         <duration>1</duration>
87         <voice>1</voice>
88         <type>quarter</type>
89         <stem>down</stem>
90       </note>
91       <note>
92         <pitch>
93           <step>C</step>
94           <octave>5</octave>
95         </pitch>
96         <duration>1</duration>
97         <voice>1</voice>
98         <type>quarter</type>
99         <stem>down</stem>
100         <notations>
101           <slur number="1" type="stop"/>
102         </notations>
103       </note>
104       <note>
105         <chord/>
106         <pitch>
107           <step>E</step>
108           <octave>5</octave>
109         </pitch>
110         <duration>1</duration>
111         <voice>1</voice>
112         <type>quarter</type>
113         <stem>down</stem>
114       </note>
115     </measure>
116     <!--=======================================================-->
117     <measure number="2">
118       <note>
119         <pitch>
120           <step>C</step>
121           <octave>5</octave>
122         </pitch>
123         <duration>1</duration>
124         <tie type="start"/>
125         <voice>1</voice>
126         <type>quarter</type>
127         <stem>down</stem>
128         <notations>
129           <tied type="start"/>
130         </notations>
131         <lyric number="1">
132           <syllabic>middle</syllabic>
133           <text>lis</text>
134         </lyric>
135       </note>
136       <note>
137         <pitch>
138           <step>C</step>
139           <octave>5</octave>
140         </pitch>
141         <duration>1</duration>
142         <tie type="stop"/>
143         <voice>1</voice>
144         <type>quarter</type>
145         <stem>down</stem>
146         <notations>
147           <tied type="stop"/>
148         </notations>
149       </note>
150       <note>
151         <pitch>
152           <step>C</step>
153           <octave>5</octave>
154         </pitch>
155         <duration>1</duration>
156         <voice>1</voice>
157         <type>quarter</type>
158         <stem>down</stem>
159         <notations>
160           <slur number="1" type="start"/>
161         </notations>
162         <lyric number="1">
163           <syllabic>end</syllabic>
164           <text>ma.</text>
165           <extend/>
166         </lyric>
167       </note>
168       <note>
169         <pitch>
170           <step>E</step>
171           <octave>5</octave>
172         </pitch>
173         <duration>1</duration>
174         <voice>1</voice>
175         <type>quarter</type>
176         <stem>down</stem>
177         <notations>
178           <slur number="1" type="stop"/>
179         </notations>
180       </note>
181       <barline location="right">
182         <bar-style>light-heavy</bar-style>
183       </barline>
184     </measure>
185   </part>
186   <!--=========================================================-->
187 </score-partwise>