]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/33c-Spanners-Slurs.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[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-part>
18   </part-list>
19   <!--=========================================================-->
20   <part id="P1">
21     <measure number="1">
22       <attributes>
23         <divisions>1</divisions>
24         <key>
25           <fifths>0</fifths>
26           <mode>major</mode>
27         </key>
28         <time symbol="common">
29           <beats>4</beats>
30           <beat-type>4</beat-type>
31         </time>
32         <clef>
33           <sign>G</sign>
34           <line>2</line>
35         </clef>
36       </attributes>
37       <note>
38         <pitch>
39           <step>G</step>
40           <octave>4</octave>
41         </pitch>
42         <duration>1</duration>
43         <voice>1</voice>
44         <type>quarter</type>
45         <notations>
46           <slur number="1" placement="above" type="start"/>
47         </notations>
48       </note>
49       <note>
50         <pitch>
51           <step>C</step>
52           <octave>5</octave>
53         </pitch>
54         <duration>1</duration>
55         <voice>1</voice>
56         <type>quarter</type>
57         <notations>
58           <slur number="1" type="stop"/>
59           <slur number="1" placement="above" type="start"/>
60         </notations>
61       </note>
62       <note>
63         <pitch>
64           <step>A</step>
65           <octave>4</octave>
66         </pitch>
67         <duration>1</duration>
68         <voice>1</voice>
69         <type>quarter</type>
70         <notations>
71           <slur number="1" type="stop"/>
72           <slur number="1" placement="below" type="start"/>
73         </notations>
74       </note>
75       <note>
76         <pitch>
77           <step>G</step>
78           <octave>4</octave>
79         </pitch>
80         <duration>1</duration>
81         <voice>1</voice>
82         <type>quarter</type>
83         <notations>
84           <slur number="1" type="stop"/>
85         </notations>
86       </note>
87     </measure>
88     <!--=======================================================-->
89     <measure number="2">
90       <note>
91         <pitch>
92           <step>G</step>
93           <octave>4</octave>
94         </pitch>
95         <duration>1</duration>
96         <voice>1</voice>
97         <type>quarter</type>
98         <notations>
99           <slur number="1" placement="above" type="start"/>
100         </notations>
101       </note>
102       <note>
103         <pitch>
104           <step>C</step>
105           <octave>5</octave>
106         </pitch>
107         <duration>1</duration>
108         <voice>1</voice>
109         <type>quarter</type>
110         <notations>
111           <slur number="2" placement="above" type="start"/>
112         </notations>
113       </note>
114       <note>
115         <pitch>
116           <step>A</step>
117           <octave>4</octave>
118         </pitch>
119         <duration>1</duration>
120         <voice>1</voice>
121         <type>quarter</type>
122         <notations>
123           <slur number="2" type="stop"/>
124         </notations>
125       </note>
126       <note>
127         <pitch>
128           <step>G</step>
129           <octave>4</octave>
130         </pitch>
131         <duration>1</duration>
132         <voice>1</voice>
133         <type>quarter</type>
134         <notations>
135           <slur number="1" type="stop"/>
136         </notations>
137       </note>
138       <barline location="right">
139         <bar-style>light-heavy</bar-style>
140       </barline>
141     </measure>
142   </part>
143   <!--=========================================================-->
144 </score-partwise>