]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/04f-Slurs.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 04f-Slurs.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN"\r
3                                 "http://www.musicxml.org/dtds/partwise.dtd">\r
4 <score-partwise version="1.1">\r
5   <identification>\r
6     <miscellaneous>\r
7       <miscellaneous-field name="description">A note can be the end of one \r
8           slur and the start of a new slur. Also, in MusicXML, nested slurs \r
9           are possible like in the second measure where one slur goes over all\r
10           four notes, and another slur goes from the second to the third \r
11           note.</miscellaneous-field>\r
12     </miscellaneous>\r
13   </identification>\r
14   <part-list>\r
15     <score-part id="P1">\r
16       <part-name print-object="no">MusicXML Part</part-name>\r
17       <score-instrument id="P1-I1">\r
18         <instrument-name>Grand Piano</instrument-name>\r
19       </score-instrument>\r
20       <midi-instrument id="P1-I1">\r
21         <midi-channel>1</midi-channel>\r
22         <midi-program>1</midi-program>\r
23       </midi-instrument>\r
24     </score-part>\r
25   </part-list>\r
26   <!--=========================================================-->\r
27   <part id="P1">\r
28     <measure number="1">\r
29       <attributes>\r
30         <divisions>1</divisions>\r
31         <key>\r
32           <fifths>0</fifths>\r
33           <mode>major</mode>\r
34         </key>\r
35         <time symbol="common">\r
36           <beats>4</beats>\r
37           <beat-type>4</beat-type>\r
38         </time>\r
39         <clef>\r
40           <sign>G</sign>\r
41           <line>2</line>\r
42         </clef>\r
43       </attributes>\r
44       <note>\r
45         <pitch>\r
46           <step>G</step>\r
47           <octave>4</octave>\r
48         </pitch>\r
49         <duration>1</duration>\r
50         <voice>1</voice>\r
51         <type>quarter</type>\r
52         <notations>\r
53           <slur number="1" placement="above" type="start"/>\r
54         </notations>\r
55       </note>\r
56       <note>\r
57         <pitch>\r
58           <step>C</step>\r
59           <octave>5</octave>\r
60         </pitch>\r
61         <duration>1</duration>\r
62         <voice>1</voice>\r
63         <type>quarter</type>\r
64         <notations>\r
65           <slur number="1" type="stop"/>\r
66           <slur number="1" placement="above" type="start"/>\r
67         </notations>\r
68       </note>\r
69       <note>\r
70         <pitch>\r
71           <step>A</step>\r
72           <octave>4</octave>\r
73         </pitch>\r
74         <duration>1</duration>\r
75         <voice>1</voice>\r
76         <type>quarter</type>\r
77         <notations>\r
78           <slur number="1" type="stop"/>\r
79           <slur number="1" placement="below" type="start"/>\r
80         </notations>\r
81       </note>\r
82       <note>\r
83         <pitch>\r
84           <step>G</step>\r
85           <octave>4</octave>\r
86         </pitch>\r
87         <duration>1</duration>\r
88         <voice>1</voice>\r
89         <type>quarter</type>\r
90         <notations>\r
91           <slur number="1" type="stop"/>\r
92         </notations>\r
93       </note>\r
94     </measure>\r
95     <!--=======================================================-->\r
96     <measure number="2">\r
97       <note>\r
98         <pitch>\r
99           <step>G</step>\r
100           <octave>4</octave>\r
101         </pitch>\r
102         <duration>1</duration>\r
103         <voice>1</voice>\r
104         <type>quarter</type>\r
105         <notations>\r
106           <slur number="1" placement="above" type="start"/>\r
107         </notations>\r
108       </note>\r
109       <note>\r
110         <pitch>\r
111           <step>C</step>\r
112           <octave>5</octave>\r
113         </pitch>\r
114         <duration>1</duration>\r
115         <voice>1</voice>\r
116         <type>quarter</type>\r
117         <notations>\r
118           <slur number="2" placement="above" type="start"/>\r
119         </notations>\r
120       </note>\r
121       <note>\r
122         <pitch>\r
123           <step>A</step>\r
124           <octave>4</octave>\r
125         </pitch>\r
126         <duration>1</duration>\r
127         <voice>1</voice>\r
128         <type>quarter</type>\r
129         <stem default-y="10.5">up</stem>\r
130         <notations>\r
131           <slur number="2" type="stop"/>\r
132         </notations>\r
133       </note>\r
134       <note default-x="312">\r
135         <pitch>\r
136           <step>G</step>\r
137           <octave>4</octave>\r
138         </pitch>\r
139         <duration>1</duration>\r
140         <voice>1</voice>\r
141         <type>quarter</type>\r
142         <stem default-y="5.5">up</stem>\r
143         <notations>\r
144           <slur number="1" type="stop"/>\r
145         </notations>\r
146       </note>\r
147       <barline location="right">\r
148         <bar-style>light-heavy</bar-style>\r
149       </barline>\r
150     </measure>\r
151   </part>\r
152   <!--=========================================================-->\r
153 </score-partwise>\r