]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/61j-Lyrics-Elisions.xml
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[lilypond.git] / input / regression / musicxml / 61j-Lyrics-Elisions.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="1.1">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Multiple lyrics syllables 
8           assigned to a single note are implemented either using a space in 
9           the lyrics or by using the &lt;elision&gt; lyrics element. This 
10           testcase checks both of them. First, a note with on syllable is
11           given, then a note with two syllables separated by a spcae and finally
12           a note with two and one with three syllables implemented using 
13           &lt;elision&gt; is given.</miscellaneous-field>
14     </miscellaneous>
15   </identification>
16   <part-list>
17     <score-part id="P1">
18       <part-name>MusicXML Part</part-name>
19     </score-part>
20   </part-list>
21   <!--=========================================================-->
22   <part id="P1">
23     <measure number="1">
24       <attributes>
25         <divisions>1</divisions>
26         <key>
27           <fifths>0</fifths>
28           <mode>major</mode>
29         </key>
30         <time symbol="common">
31           <beats>4</beats>
32           <beat-type>4</beat-type>
33         </time>
34         <clef>
35           <sign>G</sign>
36           <line>2</line>
37         </clef>
38       </attributes>
39       <note>
40         <pitch>
41           <step>C</step>
42           <octave>5</octave>
43         </pitch>
44         <duration>1</duration>
45         <voice>1</voice>
46         <type>quarter</type>
47         <lyric number="1">
48           <text>a</text>
49         </lyric>
50       </note>
51       <note>
52         <pitch>
53           <step>C</step>
54           <octave>5</octave>
55         </pitch>
56         <duration>1</duration>
57         <voice>1</voice>
58         <type>quarter</type>
59         <lyric number="1">
60           <text>b c</text>
61         </lyric>
62       </note>
63       <note>
64         <pitch>
65           <step>C</step>
66           <octave>5</octave>
67         </pitch>
68         <duration>1</duration>
69         <voice>1</voice>
70         <type>quarter</type>
71         <lyric number="1">
72           <text>d</text>
73           <elision/>
74           <text>e</text>
75         </lyric>
76       </note>
77       <note>
78         <pitch>
79           <step>C</step>
80           <octave>5</octave>
81         </pitch>
82         <duration>1</duration>
83         <voice>1</voice>
84         <type>quarter</type>
85         <lyric number="1">
86           <text>f</text>
87           <elision/>
88           <text>g</text>
89           <elision/>
90           <text>h</text>
91         </lyric>
92       </note>
93       <barline location="right">
94         <bar-style>light-heavy</bar-style>
95       </barline>
96     </measure>
97   </part>
98   <!--=========================================================-->
99 </score-partwise>