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