MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / musicxml / 72c-TransposingInstruments-Change.xml
blob05ef9f9135b5cff93040623609e64581369f1f4d
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">An instrument change from one
8           transposition (Clarinet in Eb) to another transposing instrument
9           (Clarinet in Bb). The displayed instrument name should also be updated.
11           The whole piece is in Bb major (sounding), so first the key signature
12           should be one flat, after the change it should have no accidentals.
13       </miscellaneous-field>
14     </miscellaneous>
15   </identification>
16   <part-list>
17     <score-part id="P1">
18       <part-name>Clarinet in Eb</part-name>
19       <part-abbreviation>Eb Cl.</part-abbreviation>
20     </score-part>
21   </part-list>
22   <!--=========================================================-->
23   <part id="P1">
24     <measure number="1">
25       <attributes>
26         <divisions>1</divisions>
27         <key>
28           <fifths>1</fifths>
29           <mode>major</mode>
30         </key>
31         <time symbol="common">
32           <beats>4</beats>
33           <beat-type>4</beat-type>
34         </time>
35         <clef>
36           <sign>G</sign>
37           <line>2</line>
38         </clef>
39         <transpose>
40           <diatonic>2</diatonic>
41           <chromatic>3</chromatic>
42         </transpose>
43       </attributes>
44       <note>
45         <pitch>
46           <step>C</step>
47           <octave>4</octave>
48         </pitch>
49         <duration>4</duration>
50         <voice>1</voice>
51         <type>whole</type>
52       </note>
53     </measure>
54     <measure number="2">
55       <attributes>
56         <key>
57           <fifths>0</fifths>
58           <mode>major</mode>
59         </key>
60         <transpose>
61           <diatonic>-1</diatonic>
62           <chromatic>-2</chromatic>
63         </transpose>
64       </attributes>
65       <print>
66         <part-name-display><display-text>Clarinet in Bb</display-text></part-name-display>
67         <part-abbreviation-display><display-text>Bb Cl.</display-text></part-abbreviation-display>
68       </print>
69       <note>
70         <pitch>
71           <step>C</step>
72           <octave>4</octave>
73         </pitch>
74         <duration>4</duration>
75         <voice>1</voice>
76         <type>whole</type>
77       </note>
78     </measure>
79     <measure number="3">
80       <print new-system="yes" />
81       <note>
82         <pitch>
83           <step>C</step>
84           <octave>4</octave>
85         </pitch>
86         <duration>4</duration>
87         <voice>1</voice>
88         <type>whole</type>
89       </note>
90       <barline location="right">
91         <bar-style>light-heavy</bar-style>
92       </barline>
93     </measure>
94   </part>
95   <!--=========================================================-->
96 </score-partwise>