]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/73a-Percussion.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 73a-Percussion.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>2</duration>
73         <tie type="stop"/>
74         <voice>1</voice>
75         <type>half</type>
76         <notations>
77           <tied type="stop"/>
78           <ornaments/>
79         </notations>
80       </note>
81       <note>
82         <pitch>
83           <step>A</step>
84           <octave>2</octave>
85         </pitch>
86         <duration>2</duration>
87         <voice>1</voice>
88         <type>half</type>
89       </note>
90       <barline location="right">
91         <bar-style>light-heavy</bar-style>
92       </barline>
93     </measure>
94   </part>
95   <!--=========================================================-->
96   <part id="P2">
97     <measure number="1">
98       <attributes>
99         <divisions>1</divisions>
100         <key>
101           <fifths>0</fifths>
102           <mode>major</mode>
103         </key>
104         <time>
105           <beats>4</beats>
106           <beat-type>4</beat-type>
107         </time>
108         <clef>
109           <sign>percussion</sign>
110         </clef>
111       </attributes>
112       <note>
113         <unpitched>
114           <display-step>E</display-step>
115           <display-octave>5</display-octave>
116         </unpitched>
117         <duration>3</duration>
118         <voice>1</voice>
119         <type>half</type>
120         <dot/>
121       </note>
122       <note>
123         <unpitched>
124           <display-step>C</display-step>
125           <display-octave>5</display-octave>
126         </unpitched>
127         <duration>1</duration>
128         <voice>1</voice>
129         <type>quarter</type>
130       </note>
131     </measure>
132     <!--=======================================================-->
133     <measure number="2">
134       <note>
135         <unpitched>
136           <display-step>D</display-step>
137           <display-octave>5</display-octave>
138         </unpitched>
139         <duration>4</duration>
140         <voice>1</voice>
141         <type>whole</type>
142       </note>
143       <barline location="right">
144         <bar-style>light-heavy</bar-style>
145       </barline>
146     </measure>
147   </part>
148   <!--=========================================================-->
149   <part id="P3">
150     <measure number="1">
151       <attributes>
152         <divisions>1</divisions>
153         <time>
154           <beats>4</beats>
155           <beat-type>4</beat-type>
156         </time>
157         <clef>
158           <sign>percussion</sign>
159         </clef>
160         <staff-details>
161           <staff-lines>1</staff-lines>
162         </staff-details>
163       </attributes>
164       <note>
165         <unpitched>
166           <display-step>F</display-step>
167           <display-octave>4</display-octave>
168         </unpitched>
169         <duration>3</duration>
170         <voice>1</voice>
171         <type>half</type>
172         <dot/>
173       </note>
174       <note>
175         <unpitched>
176           <display-step>F</display-step>
177           <display-octave>4</display-octave>
178         </unpitched>
179         <duration>1</duration>
180         <voice>1</voice>
181         <type>quarter</type>
182       </note>
183     </measure>
184     <!--=======================================================-->
185     <measure number="2">
186       <note>
187         <unpitched>
188           <display-step>E</display-step>
189           <display-octave>4</display-octave>
190         </unpitched>
191         <duration>4</duration>
192         <voice>1</voice>
193         <type>whole</type>
194       </note>
195       <barline location="right">
196         <bar-style>light-heavy</bar-style>
197       </barline>
198     </measure>
199   </part>
200   <!--=========================================================-->
201 </score-partwise>