]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/06a-Lyrics-Finale.xml
DOC -- Index editorial, pitches, staff. Ralph Palmer's work
[lilypond.git] / input / regression / musicxml / 06a-Lyrics-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">Some notes with simple lyrics: Syllables, notes without a syllable, syllable spanners.</miscellaneous-field>
8     </miscellaneous>
9   </identification>
10   <part-list>
11     <score-part id="P1">
12       <part-name>MusicXML Part</part-name>
13       <score-instrument id="P1-I1">
14         <instrument-name>Grand Piano</instrument-name>
15       </score-instrument>
16       <midi-instrument id="P1-I1">
17         <midi-channel>1</midi-channel>
18         <midi-program>1</midi-program>
19       </midi-instrument>
20     </score-part>
21   </part-list>
22   <!--=========================================================-->
23   <part id="P1">
24     <measure number="1">
25       <attributes>
26         <divisions>1</divisions>
27         <key>
28           <fifths>0</fifths>
29           <mode>major</mode>
30         </key>
31         <time symbol="common">
32           <beats>4</beats>
33           <beat-type>4</beat-type>
34         </time>
35         <clef>
36           <sign>G</sign>
37           <line>2</line>
38         </clef>
39       </attributes>
40       <sound tempo="120"/>
41       <note>
42         <pitch>
43           <step>A</step>
44           <octave>4</octave>
45         </pitch>
46         <duration>1</duration>
47         <voice>1</voice>
48         <type>quarter</type>
49         <stem>up</stem>
50         <lyric number="1">
51           <syllabic>begin</syllabic>
52           <text>Tra</text>
53         </lyric>
54       </note>
55       <note>
56         <pitch>
57           <step>A</step>
58           <octave>4</octave>
59         </pitch>
60         <duration>1</duration>
61         <voice>1</voice>
62         <type>quarter</type>
63         <stem>up</stem>
64         <lyric number="1">
65           <syllabic>middle</syllabic>
66           <text>la</text>
67         </lyric>
68       </note>
69       <note>
70         <pitch>
71           <step>A</step>
72           <octave>4</octave>
73         </pitch>
74         <duration>1</duration>
75         <voice>1</voice>
76         <type>quarter</type>
77         <stem>up</stem>
78         <lyric number="1">
79           <syllabic>end</syllabic>
80           <text>li</text>
81         </lyric>
82       </note>
83       <note>
84         <pitch>
85           <step>A</step>
86           <octave>4</octave>
87         </pitch>
88         <duration>1</duration>
89         <voice>1</voice>
90         <type>quarter</type>
91         <stem>up</stem>
92         <lyric number="1">
93           <syllabic>single</syllabic>
94           <text>Ja!</text>
95           <extend/>
96         </lyric>
97       </note>
98     </measure>
99     <!--=======================================================-->
100     <measure number="2">
101       <note>
102         <pitch>
103           <step>A</step>
104           <octave>4</octave>
105         </pitch>
106         <duration>1</duration>
107         <voice>1</voice>
108         <type>quarter</type>
109         <stem>up</stem>
110       </note>
111       <note>
112         <pitch>
113           <step>A</step>
114           <octave>4</octave>
115         </pitch>
116         <duration>1</duration>
117         <voice>1</voice>
118         <type>quarter</type>
119         <stem>up</stem>
120         <lyric number="1">
121           <syllabic>begin</syllabic>
122           <text>Tra</text>
123         </lyric>
124       </note>
125       <note>
126         <pitch>
127           <step>A</step>
128           <octave>4</octave>
129         </pitch>
130         <duration>1</duration>
131         <voice>1</voice>
132         <type>quarter</type>
133         <stem>up</stem>
134       </note>
135       <note>
136         <pitch>
137           <step>A</step>
138           <octave>4</octave>
139         </pitch>
140         <duration>1</duration>
141         <voice>1</voice>
142         <type>quarter</type>
143         <stem>up</stem>
144         <lyric number="1">
145           <syllabic>end</syllabic>
146           <text>ra!</text>
147         </lyric>
148       </note>
149       <barline location="right">
150         <bar-style>light-heavy</bar-style>
151       </barline>
152     </measure>
153   </part>
154   <!--=========================================================-->
155 </score-partwise>