]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/33i-Ties-NotEnded.xml
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / musicxml / 33i-Ties-NotEnded.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="2.0">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Several ties that have their end tag missing.</miscellaneous-field>
8     </miscellaneous>
9   </identification>
10   <part-list>
11     <score-part id="P1">
12       <part-name></part-name>
13     </score-part>
14   </part-list>
15   <!--=========================================================-->
16   <part id="P1">
17     <measure number="1">
18       <attributes>
19         <divisions>1</divisions>
20         <key>
21           <fifths>0</fifths>
22           <mode>major</mode>
23         </key>
24         <time symbol="common">
25           <beats>4</beats>
26           <beat-type>4</beat-type>
27         </time>
28         <clef>
29           <sign>G</sign>
30           <line>2</line>
31         </clef>
32       </attributes>
33       <note>
34         <pitch>
35           <step>C</step>
36           <octave>5</octave>
37         </pitch>
38         <duration>4</duration>
39         <tie type="start"/>
40         <voice>1</voice>
41         <type>whole</type>
42         <notations>
43           <tied type="start"/>
44         </notations>
45         <lyric number="1">
46           <syllabic>end</syllabic>
47           <text>A</text>
48         </lyric>
49       </note>
50     </measure>
51     <!--=======================================================-->
52     <measure number="2">
53       <note>
54         <pitch>
55           <step>C</step>
56           <octave>5</octave>
57         </pitch>
58         <duration>4</duration>
59         <voice>1</voice>
60         <type>whole</type>
61         <lyric number="1">
62           <syllabic>end</syllabic>
63           <text>B</text>
64         </lyric>
65       </note>
66     </measure>
67     <!--=======================================================-->
68     <measure number="3">
69       <note>
70         <pitch>
71           <step>C</step>
72           <octave>5</octave>
73         </pitch>
74         <duration>4</duration>
75         <tie type="stop"/>
76         <tie type="start"/>
77         <voice>1</voice>
78         <type>whole</type>
79         <notations>
80           <tied type="stop"/>
81           <tied type="start"/>
82         </notations>
83         <lyric number="1">
84           <syllabic>end</syllabic>
85           <text>C</text>
86         </lyric>
87       </note>
88     </measure>
89     <!--=======================================================-->
90     <measure number="4">
91       <note>
92         <pitch>
93           <step>C</step>
94           <octave>5</octave>
95         </pitch>
96         <duration>4</duration>
97         <tie type="start"/>
98         <voice>1</voice>
99         <type>whole</type>
100         <notations>
101           <tied type="start"/>
102         </notations>
103         <lyric number="1" name="verse">
104           <syllabic>end</syllabic>
105           <text>D</text>
106         </lyric>
107       </note>
108     </measure>
109     <!--=======================================================-->
110     <measure number="5">
111       <note>
112         <pitch>
113           <step>C</step>
114           <octave>5</octave>
115         </pitch>
116         <duration>4</duration>
117         <tie type="stop"/>
118         <voice>1</voice>
119         <type>whole</type>
120         <notations>
121           <tied type="stop"/>
122         </notations>
123         <lyric number="1" name="verse">
124           <syllabic>end</syllabic>
125           <text>E</text>
126         </lyric>
127       </note>
128       <barline location="right">
129         <bar-style>light-heavy</bar-style>
130       </barline>
131     </measure>
132   </part>
133   <!--=========================================================-->
134 </score-partwise>