]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/61a-Lyrics.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 61a-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">Some notes with simple lyrics: 
8             Syllables, notes without a syllable, syllable 
9             spanners.</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>A</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>Tra</text>
46         </lyric>
47       </note>
48       <note>
49         <pitch>
50           <step>A</step>
51           <octave>4</octave>
52         </pitch>
53         <duration>1</duration>
54         <voice>1</voice>
55         <type>quarter</type>
56         <lyric number="1">
57           <syllabic>middle</syllabic>
58           <text>la</text>
59         </lyric>
60       </note>
61       <note>
62         <pitch>
63           <step>A</step>
64           <octave>4</octave>
65         </pitch>
66         <duration>1</duration>
67         <voice>1</voice>
68         <type>quarter</type>
69         <lyric number="1">
70           <syllabic>end</syllabic>
71           <text>li</text>
72         </lyric>
73       </note>
74       <note>
75         <pitch>
76           <step>A</step>
77           <octave>4</octave>
78         </pitch>
79         <duration>1</duration>
80         <voice>1</voice>
81         <type>quarter</type>
82         <lyric number="1">
83           <syllabic>single</syllabic>
84           <text>Ja!</text>
85         </lyric>
86       </note>
87     </measure>
88     <!--=======================================================-->
89     <measure number="2">
90       <note>
91         <pitch>
92           <step>A</step>
93           <octave>4</octave>
94         </pitch>
95         <duration>1</duration>
96         <voice>1</voice>
97         <type>quarter</type>
98       </note>
99       <note>
100         <pitch>
101           <step>A</step>
102           <octave>4</octave>
103         </pitch>
104         <duration>1</duration>
105         <voice>1</voice>
106         <type>quarter</type>
107         <lyric number="1">
108           <syllabic>begin</syllabic>
109           <text>Tra</text>
110         </lyric>
111       </note>
112       <note>
113         <pitch>
114           <step>A</step>
115           <octave>4</octave>
116         </pitch>
117         <duration>1</duration>
118         <voice>1</voice>
119         <type>quarter</type>
120       </note>
121       <note>
122         <pitch>
123           <step>A</step>
124           <octave>4</octave>
125         </pitch>
126         <duration>1</duration>
127         <voice>1</voice>
128         <type>quarter</type>
129         <lyric number="1">
130           <syllabic>end</syllabic>
131           <text>ra!</text>
132         </lyric>
133       </note>
134     </measure>
135     <!--=======================================================-->
136     <measure number="3">
137       <note>
138         <pitch>
139           <step>A</step>
140           <octave>4</octave>
141         </pitch>
142         <duration>1</duration>
143         <voice>1</voice>
144         <type>quarter</type>
145       </note>
146       <note>
147         <pitch>
148           <step>A</step>
149           <octave>4</octave>
150         </pitch>
151         <duration>1</duration>
152         <voice>1</voice>
153         <type>quarter</type>
154         <lyric number="1">
155           <syllabic>single</syllabic>
156           <text>Bah!</text>
157         </lyric>
158       </note>
159       <note>
160         <pitch>
161           <step>A</step>
162           <octave>4</octave>
163         </pitch>
164         <duration>2</duration>
165         <voice>1</voice>
166         <type>half</type>
167       </note>
168       <barline location="right">
169         <bar-style>light-heavy</bar-style>
170       </barline>
171     </measure>
172   </part>
173   <!--=========================================================-->
174 </score-partwise>