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