]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/24c-GraceNote-MeasureEnd.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 24c-GraceNote-MeasureEnd.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">A grace note that appears at the 
8           measure end (without any steal-from-* attribute set). Some 
9           applications need to convert this into an after-grace.</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name>MusicXML Part</part-name>
15     </score-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure number="25">
20       <attributes>
21         <divisions>32</divisions>
22         <key>
23           <fifths>0</fifths>
24           <mode>major</mode>
25         </key>
26         <time>
27           <beats>4</beats>
28           <beat-type>4</beat-type>
29         </time>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34       </attributes>
35       <note>
36         <pitch>
37           <step>E</step>
38           <octave>5</octave>
39         </pitch>
40         <duration>64</duration>
41         <voice>1</voice>
42         <type>half</type>
43         <staff>1</staff>
44       </note>
45       <note>
46         <pitch>
47           <step>E</step>
48           <octave>5</octave>
49         </pitch>
50         <duration>64</duration>
51         <voice>1</voice>
52         <type>half</type>
53         <staff>1</staff>
54       </note>
55       <note>
56         <grace/>
57         <pitch>
58           <step>G</step>
59           <octave>5</octave>
60         </pitch>
61         <voice>1</voice>
62         <type>16th</type>
63         <staff>1</staff>
64         <beam number="1">begin</beam>
65         <beam number="2">begin</beam>
66       </note>
67       <note>
68         <grace/>
69         <pitch>
70           <step>A</step>
71           <octave>5</octave>
72         </pitch>
73         <voice>1</voice>
74         <type>16th</type>
75         <staff>1</staff>
76         <beam number="1">end</beam>
77         <beam number="2">end</beam>
78       </note>
79     </measure>
80   </part>
81   <!--=========================================================-->
82 </score-partwise>