]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/61e-Lyrics-Chords.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 61e-Lyrics-Chords.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">Assigning lyrics to chorded 
8             notes.</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <part-list>
12     <score-part id="P1">
13       <part-name>MusicXML Part</part-name>
14     </score-part>
15   </part-list>
16   <!--=========================================================-->
17   <part id="P1">
18     <measure number="1">
19       <attributes>
20         <divisions>1</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time symbol="common">
26           <beats>4</beats>
27           <beat-type>4</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <note>
35         <pitch>
36           <step>E</step>
37           <octave>4</octave>
38         </pitch>
39         <duration>1</duration>
40         <voice>1</voice>
41         <type>quarter</type>
42         <lyric number="1">
43           <syllabic>begin</syllabic>
44           <text>Ly</text>
45         </lyric>
46       </note>
47       <note>
48         <chord/>
49         <pitch>
50           <step>C</step>
51           <octave>5</octave>
52         </pitch>
53         <duration>1</duration>
54         <voice>1</voice>
55         <type>quarter</type>
56       </note>
57       <note>
58         <pitch>
59           <step>A</step>
60           <octave>4</octave>
61         </pitch>
62         <duration>1</duration>
63         <voice>1</voice>
64         <type>quarter</type>
65         <lyric number="1">
66           <syllabic>end</syllabic>
67           <text>rics</text>
68         </lyric>
69       </note>
70       <note>
71         <chord/>
72         <pitch>
73           <step>C</step>
74           <octave>5</octave>
75         </pitch>
76         <duration>1</duration>
77         <voice>1</voice>
78         <type>quarter</type>
79       </note>
80       <note>
81         <pitch>
82           <step>E</step>
83           <octave>4</octave>
84         </pitch>
85         <duration>1</duration>
86         <voice>1</voice>
87         <type>quarter</type>
88         <lyric number="1">
89           <syllabic>single</syllabic>
90           <text>on</text>
91         </lyric>
92       </note>
93       <note>
94         <chord/>
95         <pitch>
96           <step>C</step>
97           <octave>5</octave>
98         </pitch>
99         <duration>1</duration>
100         <voice>1</voice>
101         <type>quarter</type>
102       </note>
103       <note>
104         <pitch>
105           <step>A</step>
106           <octave>4</octave>
107         </pitch>
108         <duration>1</duration>
109         <voice>1</voice>
110         <type>quarter</type>
111         <lyric number="1">
112           <syllabic>single</syllabic>
113           <text>chords</text>
114         </lyric>
115       </note>
116       <note>
117         <chord/>
118         <pitch>
119           <step>C</step>
120           <octave>5</octave>
121         </pitch>
122         <duration>1</duration>
123         <voice>1</voice>
124         <type>quarter</type>
125       </note>
126       <barline location="right">
127         <bar-style>light-heavy</bar-style>
128       </barline>
129     </measure>
130   </part>
131   <!--=========================================================-->
132 </score-partwise>