]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/24d-AfterGrace.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[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
8             (indicated by steal-time-previous and steal-time-next).</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <part-list>
12     <score-part id="P1">
13       <part-name>MusicXML Part</part-name>
14     </score-part>
15   </part-list>
16   <!--=========================================================-->
17   <part id="P1">
18     <measure number="25">
19       <attributes>
20         <divisions>32</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time>
26           <beats>4</beats>
27           <beat-type>4</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <note>
35         <pitch>
36           <step>E</step>
37           <octave>5</octave>
38         </pitch>
39         <duration>64</duration>
40         <voice>1</voice>
41         <type>half</type>
42         <staff>1</staff>
43       </note>
44       <note>
45         <grace steal-time-previous="20"/>
46         <pitch>
47           <step>G</step>
48           <octave>5</octave>
49         </pitch>
50         <voice>1</voice>
51         <type>16th</type>
52         <staff>1</staff>
53       </note>
54       <note>
55         <grace steal-time-next="20"/>
56         <pitch>
57           <step>A</step>
58           <octave>5</octave>
59         </pitch>
60         <voice>1</voice>
61         <type>16th</type>
62         <staff>1</staff>
63       </note>
64       <note>
65         <grace/>
66         <pitch>
67           <step>A</step>
68           <octave>5</octave>
69         </pitch>
70         <voice>1</voice>
71         <type>16th</type>
72         <staff>1</staff>
73       </note>
74       <note>
75         <pitch>
76           <step>E</step>
77           <octave>5</octave>
78         </pitch>
79         <duration>64</duration>
80         <voice>1</voice>
81         <type>half</type>
82         <staff>1</staff>
83       </note>
84       <note>
85         <grace/>
86         <pitch>
87           <step>G</step>
88           <octave>5</octave>
89         </pitch>
90         <voice>1</voice>
91         <type>16th</type>
92         <staff>1</staff>
93         <beam number="1">begin</beam>
94         <beam number="2">begin</beam>
95       </note>
96       <note>
97         <grace/>
98         <pitch>
99           <step>A</step>
100           <octave>5</octave>
101         </pitch>
102         <voice>1</voice>
103         <type>16th</type>
104         <staff>1</staff>
105         <beam number="1">end</beam>
106         <beam number="2">end</beam>
107       </note>
108     </measure>
109   </part>
110   <!--=========================================================-->
111 </score-partwise>