]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/33e-Spanners-OctaveShifts-InvalidSize.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 33e-Spanners-OctaveShifts-InvalidSize.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">Invalid octave-shifts: 27 down,
8             11 up.</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>1</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time symbol="common">
26           <beats>3</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>quarter</type>
42       </note>
43       <direction>
44         <direction-type>
45           <octave-shift size="27" type="down"/>
46         </direction-type>
47       </direction>
48       <note>
49         <pitch>
50           <step>A</step>
51           <octave>7</octave>
52         </pitch>
53         <duration>1</duration>
54         <voice>1</voice>
55         <type>quarter</type>
56       </note>
57       <direction>
58         <direction-type>
59           <octave-shift size="27" type="stop"/>
60         </direction-type>
61       </direction>
62       <direction>
63         <direction-type>
64           <octave-shift size="11" type="up"/>
65         </direction-type>
66       </direction>
67       <note>
68         <pitch>
69           <step>C</step>
70           <octave>3</octave>
71         </pitch>
72         <duration>1</duration>
73         <voice>1</voice>
74         <type>quarter</type>
75       </note>
76       <direction>
77         <direction-type>
78           <octave-shift size="11" type="stop"/>
79         </direction-type>
80       </direction>
81       <barline location="right">
82         <bar-style>light-heavy</bar-style>
83       </barline>
84     </measure>
85   </part>
86   <!--=========================================================-->
87 </score-partwise>