]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/61i-Lyrics-Chords.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 61i-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">Each note of a chord can have
8           some lyrics attached. In this case, each note of the chord has lyrics 
9           of the form "Lyrics [123]" attached, where each lyrics has a different 
10           number attribute to distinguish them. These syllables should be 
11           imported into three different stanzas and the timing should be 
12           correct.</miscellaneous-field>
13     </miscellaneous>
14   </identification>
15   <part-list>
16     <score-part id="P1">
17       <part-name>MusicXML Part</part-name>
18     </score-part>
19   </part-list>
20   <!--=========================================================-->
21   <part id="P1">
22     <measure number="1">
23       <attributes>
24         <divisions>1</divisions>
25         <key>
26           <fifths>0</fifths>
27           <mode>major</mode>
28         </key>
29         <time symbol="common">
30           <beats>4</beats>
31           <beat-type>4</beat-type>
32         </time>
33         <clef>
34           <sign>G</sign>
35           <line>2</line>
36         </clef>
37       </attributes>
38       <note>
39         <pitch>
40           <step>E</step>
41           <octave>5</octave>
42         </pitch>
43         <duration>1</duration>
44         <voice>1</voice>
45         <type>quarter</type>
46         <lyric number="1"><text>Lyrics 1</text></lyric>
47       </note>
48       <note>
49         <chord/>
50         <pitch>
51           <step>C</step>
52           <octave>5</octave>
53         </pitch>
54         <duration>1</duration>
55         <voice>1</voice>
56         <type>quarter</type>
57         <lyric number="2"><text>Lyrics 2</text></lyric>
58       </note>
59       <note>
60         <chord/>
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         <lyric number="3"><text>Lyrics 3</text></lyric>
69       </note>
70     </measure>
71   </part>
72 </score-partwise>