]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/06j-Lyrics-Elisions.xml
Fix Mac line terminations
[lilypond.git] / input / regression / musicxml / 06j-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         <stem>down</stem>
48         <lyric number="1">
49           <text>a</text>
50         </lyric>
51       </note>
52       <note>
53         <pitch>
54           <step>C</step>
55           <octave>5</octave>
56         </pitch>
57         <duration>1</duration>
58         <voice>1</voice>
59         <type>quarter</type>
60         <stem>down</stem>
61         <lyric number="1">
62           <text>b c</text>
63         </lyric>
64       </note>
65       <note>
66         <pitch>
67           <step>C</step>
68           <octave>5</octave>
69         </pitch>
70         <duration>1</duration>
71         <voice>1</voice>
72         <type>quarter</type>
73         <stem>down</stem>
74         <lyric number="1">
75           <text>d</text>
76           <elision/>
77           <text>e</text>
78         </lyric>
79       </note>
80       <note>
81         <pitch>
82           <step>C</step>
83           <octave>5</octave>
84         </pitch>
85         <duration>1</duration>
86         <voice>1</voice>
87         <type>quarter</type>
88         <stem>down</stem>
89         <lyric number="1">
90           <text>f</text>
91           <elision/>
92           <text>g</text>
93           <elision/>
94           <text>h</text>
95         </lyric>
96       </note>
97       <barline location="right">
98         <bar-style>light-heavy</bar-style>
99       </barline>
100     </measure>
101   </part>
102   <!--=========================================================-->
103 </score-partwise>