]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/03c-MetronomeMarks.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 03c-MetronomeMarks.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">Tempo Markings: note=bpm, 
8           text (note=bpm), note=note, (note=note), (note=bpm)</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <defaults/>
12   <part-list>
13     <score-part id="P1">
14       <part-name></part-name>
15       <score-instrument id="P1-I1">
16         <instrument-name>Grand Piano</instrument-name>
17       </score-instrument>
18       <midi-instrument id="P1-I1">
19         <midi-channel>1</midi-channel>
20         <midi-program>1</midi-program>
21       </midi-instrument>
22     </score-part>
23   </part-list>
24   <!--=========================================================-->
25   <part id="P1">
26     <measure number="1" width="527">
27       <attributes>
28         <divisions>1</divisions>
29         <key>
30           <fifths>0</fifths>
31           <mode>major</mode>
32         </key>
33         <time symbol="common">
34           <beats>4</beats>
35           <beat-type>4</beat-type>
36         </time>
37         <clef>
38           <sign>G</sign>
39           <line>2</line>
40         </clef>
41       </attributes>
42       <direction>
43         <direction-type>
44           <metronome>
45             <beat-unit>quarter</beat-unit>
46             <beat-unit-dot/>
47             <per-minute>100</per-minute>
48           </metronome>
49         </direction-type>
50       </direction>
51       <note>
52         <pitch><step>C</step><octave>5</octave></pitch>
53         <duration>1</duration>
54         <voice>1</voice>
55         <type>quarter</type>
56       </note>
57       <note>
58         <pitch><step>C</step><octave>5</octave></pitch>
59         <duration>1</duration>
60         <voice>1</voice>
61         <type>quarter</type>
62       </note>
63       <direction>
64         <direction-type>
65           <words>Adagio</words>
66         </direction-type>
67         <direction-type>
68           <metronome>
69             <beat-unit>long</beat-unit>
70             <per-minute>100</per-minute>
71           </metronome>
72         </direction-type>
73       </direction>
74       <note>
75         <pitch><step>C</step><octave>5</octave></pitch>
76         <duration>1</duration>
77         <voice>1</voice>
78         <type>quarter</type>
79       </note>
80       <note>
81         <pitch><step>C</step><octave>5</octave></pitch>
82         <duration>1</duration>
83         <voice>1</voice>
84         <type>quarter</type>
85       </note>
86     </measure>
87     <!--=======================================================-->
88     <measure number="2">
89       <direction>
90         <direction-type>
91           <metronome>
92             <beat-unit>quarter</beat-unit>
93             <beat-unit-dot/>
94             <beat-unit>half</beat-unit>
95             <beat-unit-dot/>
96           </metronome>
97         </direction-type>
98       </direction>
99       <note>
100         <pitch><step>C</step><octave>5</octave></pitch>
101         <duration>1</duration>
102         <voice>1</voice>
103         <type>quarter</type>
104       </note>
105       <note>
106         <pitch><step>C</step><octave>5</octave></pitch>
107         <duration>1</duration>
108         <voice>1</voice>
109         <type>quarter</type>
110       </note>
111       <direction>
112         <direction-type>
113           <metronome>
114             <beat-unit>long</beat-unit>
115             <beat-unit>32nd</beat-unit>
116             <beat-unit-dot/>
117           </metronome>
118         </direction-type>
119       </direction>
120       <note>
121         <pitch><step>C</step><octave>5</octave></pitch>
122         <duration>1</duration>
123         <voice>1</voice>
124         <type>quarter</type>
125       </note>
126       <note>
127         <pitch><step>C</step><octave>5</octave></pitch>
128         <duration>1</duration>
129         <voice>1</voice>
130         <type>quarter</type>
131       </note>
132     </measure>
133     <!--=======================================================-->
134     <measure number="3">
135       <direction>
136         <direction-type>
137           <metronome parentheses="yes">
138             <beat-unit>quarter</beat-unit>
139             <beat-unit-dot/>
140             <beat-unit>half</beat-unit>
141             <beat-unit-dot/>
142           </metronome>
143         </direction-type>
144       </direction>
145       <note>
146         <pitch><step>C</step><octave>5</octave></pitch>
147         <duration>1</duration>
148         <voice>1</voice>
149         <type>quarter</type>
150       </note>
151       <note>
152         <pitch><step>C</step><octave>5</octave></pitch>
153         <duration>1</duration>
154         <voice>1</voice>
155         <type>quarter</type>
156       </note>
157       <direction>
158         <direction-type>
159           <metronome parentheses="yes">
160             <beat-unit>quarter</beat-unit>
161             <beat-unit-dot/>
162             <per-minute>77</per-minute>
163           </metronome>
164         </direction-type>
165       </direction>
166       <note>
167         <pitch><step>C</step><octave>5</octave></pitch>
168         <duration>1</duration>
169         <voice>1</voice>
170         <type>quarter</type>
171       </note>
172       <note>
173         <pitch><step>C</step><octave>5</octave></pitch>
174         <duration>1</duration>
175         <voice>1</voice>
176         <type>quarter</type>
177       </note>
178       <barline location="right">
179         <bar-style>light-heavy</bar-style>
180       </barline>
181     </measure>
182   </part>
183   <!--=========================================================-->
184 </score-partwise>