]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/73a-Percussion-Finale.xml
MusicXML: Restructure test suite
[lilypond.git] / input / regression / musicxml / 73a-Percussion-Finale.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 version="1.1">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Three types of percussion staves: 
8           A five-line staff with bass clef for Timpani, a five-line staff with 
9           percussion clef, and a one-line percussion staff with only unpitched 
10           notes.</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name>Timpani</part-name>
16       <part-abbreviation>Timp.</part-abbreviation>
17     </score-part>
18     <part-group number="1" type="start">
19       <group-symbol>bracket</group-symbol>
20       <group-barline>yes</group-barline>
21     </part-group>
22     <score-part id="P2">
23       <part-name>Cymbals</part-name>
24       <part-abbreviation>Cym.</part-abbreviation>
25     </score-part>
26     <score-part id="P3">
27       <part-name>Triangle</part-name>
28       <part-abbreviation>Tri.</part-abbreviation>
29     </score-part>
30     <part-group number="1" type="stop"/>
31   </part-list>
32   <!--=========================================================-->
33   <part id="P1">
34     <measure number="1">
35       <attributes>
36         <divisions>1</divisions>
37         <key>
38           <fifths>0</fifths>
39           <mode>major</mode>
40         </key>
41         <time>
42           <beats>4</beats>
43           <beat-type>4</beat-type>
44         </time>
45         <clef>
46           <sign>F</sign>
47           <line>4</line>
48         </clef>
49       </attributes>
50       <note>
51         <pitch>
52           <step>E</step>
53           <octave>3</octave>
54         </pitch>
55         <duration>4</duration>
56         <tie type="start"/>
57         <voice>1</voice>
58         <type>whole</type>
59         <notations>
60           <tied type="start"/>
61           <ornaments/>
62         </notations>
63       </note>
64     </measure>
65     <!--=======================================================-->
66     <measure number="2">
67       <note>
68         <pitch>
69           <step>E</step>
70           <octave>3</octave>
71         </pitch>
72         <duration>4</duration>
73         <tie type="stop"/>
74         <voice>1</voice>
75         <type>whole</type>
76         <notations>
77           <tied type="stop"/>
78           <ornaments/>
79         </notations>
80       </note>
81       <barline location="right">
82         <bar-style>light-heavy</bar-style>
83       </barline>
84     </measure>
85   </part>
86   <!--=========================================================-->
87   <part id="P2">
88     <measure number="1">
89       <attributes>
90         <divisions>1</divisions>
91         <key>
92           <fifths>0</fifths>
93           <mode>major</mode>
94         </key>
95         <time>
96           <beats>4</beats>
97           <beat-type>4</beat-type>
98         </time>
99         <clef>
100           <sign>percussion</sign>
101         </clef>
102       </attributes>
103       <note>
104         <unpitched>
105           <display-step>E</display-step>
106           <display-octave>5</display-octave>
107         </unpitched>
108         <duration>3</duration>
109         <voice>1</voice>
110         <type>half</type>
111         <dot/>
112       </note>
113       <note>
114         <unpitched>
115           <display-step>E</display-step>
116           <display-octave>5</display-octave>
117         </unpitched>
118         <duration>1</duration>
119         <voice>1</voice>
120         <type>quarter</type>
121       </note>
122     </measure>
123     <!--=======================================================-->
124     <measure number="2">
125       <note>
126         <unpitched>
127           <display-step>D</display-step>
128           <display-octave>5</display-octave>
129         </unpitched>
130         <duration>4</duration>
131         <voice>1</voice>
132         <type>whole</type>
133       </note>
134       <barline location="right">
135         <bar-style>light-heavy</bar-style>
136       </barline>
137     </measure>
138   </part>
139   <!--=========================================================-->
140   <part id="P3">
141     <measure number="1">
142       <attributes>
143         <divisions>1</divisions>
144         <time>
145           <beats>4</beats>
146           <beat-type>4</beat-type>
147         </time>
148         <clef>
149           <sign>percussion</sign>
150         </clef>
151         <staff-details>
152           <staff-lines>1</staff-lines>
153         </staff-details>
154       </attributes>
155       <note>
156         <unpitched>
157           <display-step>F</display-step>
158           <display-octave>4</display-octave>
159         </unpitched>
160         <duration>3</duration>
161         <voice>1</voice>
162         <type>half</type>
163         <dot/>
164       </note>
165       <note>
166         <unpitched>
167           <display-step>F</display-step>
168           <display-octave>4</display-octave>
169         </unpitched>
170         <duration>1</duration>
171         <voice>1</voice>
172         <type>quarter</type>
173       </note>
174     </measure>
175     <!--=======================================================-->
176     <measure number="2">
177       <note>
178         <unpitched>
179           <display-step>E</display-step>
180           <display-octave>4</display-octave>
181         </unpitched>
182         <duration>4</duration>
183         <voice>1</voice>
184         <type>whole</type>
185       </note>
186       <barline location="right">
187         <bar-style>light-heavy</bar-style>
188       </barline>
189     </measure>
190   </part>
191   <!--=========================================================-->
192 </score-partwise>