]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/33g-Slur-ChordedNotes.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 33g-Slur-ChordedNotes.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">Slurs on chorded notes: Only the 
8           first note of the chord should get the slur notation. Some 
9           applications print out the slur for all notes -- these should be
10           ignored.</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name print-object="no">MusicXML Part</part-name>
16     </score-part>
17   </part-list>
18   <!--=========================================================-->
19   <part id="P1">
20     <measure number="1">
21       <attributes>
22         <divisions>1</divisions>
23         <key>
24           <fifths>0</fifths>
25           <mode>major</mode>
26         </key>
27         <time symbol="common">
28           <beats>4</beats>
29           <beat-type>4</beat-type>
30         </time>
31         <clef>
32           <sign>G</sign>
33           <line>2</line>
34         </clef>
35       </attributes>
36       <note>
37         <pitch>
38           <step>G</step>
39           <octave>4</octave>
40         </pitch>
41         <duration>1</duration>
42         <voice>1</voice>
43         <type>quarter</type>
44         <notations>
45           <slur number="1" placement="above" type="start"/>
46         </notations>
47       </note>
48       <note>
49         <chord/>
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       </note>
58       <note>
59         <chord/>
60         <pitch>
61           <step>G</step>
62           <octave>5</octave>
63         </pitch>
64         <duration>1</duration>
65         <voice>1</voice>
66         <type>quarter</type>
67       </note>
68       <note>
69         <pitch>
70           <step>A</step>
71           <octave>4</octave>
72         </pitch>
73         <duration>1</duration>
74         <voice>1</voice>
75         <type>quarter</type>
76       </note>
77       <note>
78         <chord/>
79         <pitch>
80           <step>D</step>
81           <octave>5</octave>
82         </pitch>
83         <duration>1</duration>
84         <voice>1</voice>
85         <type>quarter</type>
86       </note>
87       <note>
88         <pitch>
89           <step>G</step>
90           <octave>4</octave>
91         </pitch>
92         <duration>1</duration>
93         <voice>1</voice>
94         <type>quarter</type>
95         <notations>
96           <slur number="1" type="stop"/>
97           <slur number="1" placement="above" type="start"/>
98         </notations>
99       </note>
100       <note>
101         <chord/>
102         <pitch>
103           <step>D</step>
104           <octave>5</octave>
105         </pitch>
106         <duration>1</duration>
107         <voice>1</voice>
108         <type>quarter</type>
109         <notations>
110           <slur number="1" placement="above" type="start"/>
111         </notations>
112       </note>
113       <note>
114         <pitch>
115           <step>C</step>
116           <octave>5</octave>
117         </pitch>
118         <duration>1</duration>
119         <voice>1</voice>
120         <type>quarter</type>
121         <notations>
122           <slur number="1" type="stop"/>
123         </notations>
124       </note>
125       <barline location="right">
126         <bar-style>light-heavy</bar-style>
127       </barline>
128     </measure>
129   </part>
130   <!--=========================================================-->
131 </score-partwise>