]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/33d-Spanners-OctaveShifts.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 33d-Spanners-OctaveShifts.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">All types of octave shifts (15ma,
8             15mb, 8va, 8vb)</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <part-list>
12     <score-part id="P1">
13       <part-name>MusicXML Part</part-name>
14     </score-part>
15   </part-list>
16   <!--=========================================================-->
17   <part id="P1">
18     <measure number="1">
19       <attributes>
20         <divisions>8</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time symbol="common">
26           <beats>4</beats>
27           <beat-type>4</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <note>
35         <pitch>
36           <step>A</step>
37           <octave>4</octave>
38         </pitch>
39         <duration>4</duration>
40         <voice>1</voice>
41         <type>eighth</type>
42         <beam number="1">begin</beam>
43       </note>
44       <note>
45         <pitch>
46           <step>C</step>
47           <octave>5</octave>
48         </pitch>
49         <duration>4</duration>
50         <voice>1</voice>
51         <type>eighth</type>
52         <beam number="1">continue</beam>
53       </note>
54       <direction>
55         <direction-type>
56           <octave-shift size="15" type="down"/>
57         </direction-type>
58         <offset>-4</offset>
59       </direction>
60       <note>
61         <pitch>
62           <step>A</step>
63           <octave>6</octave>
64         </pitch>
65         <duration>4</duration>
66         <voice>1</voice>
67         <type>eighth</type>
68         <beam number="1">continue</beam>
69       </note>
70       <direction>
71         <direction-type>
72           <octave-shift size="15" type="stop"/>
73         </direction-type>
74         <offset>-4</offset>
75       </direction>
76       <direction>
77         <direction-type>
78           <octave-shift size="15" type="up"/>
79         </direction-type>
80       </direction>
81       <note>
82         <pitch>
83           <step>C</step>
84           <octave>3</octave>
85         </pitch>
86         <duration>4</duration>
87         <voice>1</voice>
88         <type>eighth</type>
89         <beam number="1">end</beam>
90       </note>
91       <note>
92         <pitch>
93           <step>B</step>
94           <octave>2</octave>
95         </pitch>
96         <duration>4</duration>
97         <voice>1</voice>
98         <type>eighth</type>
99         <beam number="1">begin</beam>
100       </note>
101       <direction>
102         <direction-type>
103           <octave-shift size="15" type="stop"/>
104         </direction-type>
105         <offset>-4</offset>
106       </direction>
107       <direction>
108         <direction-type>
109           <octave-shift size="8" type="down"/>
110         </direction-type>
111       </direction>
112       <note>
113         <pitch>
114           <step>A</step>
115           <octave>5</octave>
116         </pitch>
117         <duration>4</duration>
118         <voice>1</voice>
119         <type>eighth</type>
120         <beam number="1">end</beam>
121       </note>
122       <note>
123         <pitch>
124           <step>A</step>
125           <octave>5</octave>
126         </pitch>
127         <duration>4</duration>
128         <voice>1</voice>
129         <type>eighth</type>
130         <beam number="1">begin</beam>
131       </note>
132       <direction>
133         <direction-type>
134           <octave-shift size="8" type="stop"/>
135         </direction-type>
136         <offset>-3</offset>
137       </direction>
138       <direction>
139         <direction-type>
140           <octave-shift size="8" type="up"/>
141         </direction-type>
142       </direction>
143       <note>
144         <pitch>
145           <step>B</step>
146           <octave>3</octave>
147         </pitch>
148         <duration>2</duration>
149         <voice>1</voice>
150         <type>16th</type>
151         <beam number="1">continue</beam>
152         <beam number="2">begin</beam>
153       </note>
154       <note>
155         <pitch>
156           <step>C</step>
157           <octave>4</octave>
158         </pitch>
159         <duration>2</duration>
160         <voice>1</voice>
161         <type>16th</type>
162         <beam number="1">end</beam>
163         <beam number="2">end</beam>
164       </note>
165       <direction>
166         <direction-type>
167           <octave-shift size="8" type="stop"/>
168         </direction-type>
169         <offset>-2</offset>
170       </direction>
171       <barline location="right">
172         <bar-style>light-heavy</bar-style>
173       </barline>
174     </measure>
175   </part>
176   <!--=========================================================-->
177 </score-partwise>