]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/24d-AfterGrace.xml
MusicXML: Restructure test suite
[lilypond.git] / input / regression / musicxml / 24d-AfterGrace.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>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Some grace notes and after-graces (indicated by steal-time-previous and steal-time-next).</miscellaneous-field>
8     </miscellaneous>
9   </identification>
10   <part-list>
11     <score-part id="P1">
12       <part-name>MusicXML Part</part-name>
13       <score-instrument id="P1-I1">
14         <instrument-name>Acoustic Grand Piano</instrument-name>
15       </score-instrument>
16       <midi-instrument id="P1-I1">
17         <midi-channel>1</midi-channel>
18         <midi-program>1</midi-program>
19       </midi-instrument>
20     </score-part>
21   </part-list>
22   <!--=========================================================-->
23   <part id="P1">
24     <measure number="25">
25       <attributes>
26         <divisions>32</divisions>
27         <key>
28           <fifths>0</fifths>
29           <mode>major</mode>
30         </key>
31         <time>
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       </attributes>
40       <note>
41         <pitch>
42           <step>E</step>
43           <octave>5</octave>
44         </pitch>
45         <duration>64</duration>
46         <voice>1</voice>
47         <type>half</type>
48         <stem>down</stem>
49         <staff>1</staff>
50       </note>
51       <note>
52         <grace steal-time-previous="20"/>
53         <pitch>
54           <step>G</step>
55           <octave>5</octave>
56         </pitch>
57         <voice>1</voice>
58         <type>16th</type>
59         <stem>up</stem>
60         <staff>1</staff>
61       </note>
62       <note>
63         <grace steal-time-next="20"/>
64         <pitch>
65           <step>A</step>
66           <octave>5</octave>
67         </pitch>
68         <voice>1</voice>
69         <type>16th</type>
70         <stem>up</stem>
71         <staff>1</staff>
72       </note>
73       <note>
74         <grace/>
75         <pitch>
76           <step>A</step>
77           <octave>5</octave>
78         </pitch>
79         <voice>1</voice>
80         <type>16th</type>
81         <stem>up</stem>
82         <staff>1</staff>
83       </note>
84       <note>
85         <pitch>
86           <step>E</step>
87           <octave>5</octave>
88         </pitch>
89         <duration>64</duration>
90         <voice>1</voice>
91         <type>half</type>
92         <stem>down</stem>
93         <staff>1</staff>
94       </note>
95       <note>
96         <grace/>
97         <pitch>
98           <step>G</step>
99           <octave>5</octave>
100         </pitch>
101         <voice>1</voice>
102         <type>16th</type>
103         <stem>up</stem>
104         <staff>1</staff>
105         <beam number="1">begin</beam>
106         <beam number="2">begin</beam>
107       </note>
108       <note>
109         <grace/>
110         <pitch>
111           <step>A</step>
112           <octave>5</octave>
113         </pitch>
114         <voice>1</voice>
115         <type>16th</type>
116         <stem>up</stem>
117         <staff>1</staff>
118         <beam number="1">end</beam>
119         <beam number="2">end</beam>
120       </note>
121     </measure>
122   </part>
123   <!--=========================================================-->
124 </score-partwise>