]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/24f-GraceNote-Slur.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 24f-GraceNote-Slur.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 with a slur to the
8           actual note. This can be interpreted as acciaccatura or appoggiatura,
9           depending on the existence of a slash.</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 symbol="common">
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       </note>
44       <note>
45         <grace/>
46         <pitch>
47           <step>G</step>
48           <octave>5</octave>
49         </pitch>
50         <voice>1</voice>
51         <type>16th</type>
52        <notations>
53           <slur number="1" type="start"/>
54         </notations>
55       </note>
56       <note>
57         <pitch>
58           <step>E</step>
59           <octave>5</octave>
60         </pitch>
61         <duration>64</duration>
62         <voice>1</voice>
63         <type>half</type>
64         <notations>
65           <slur number="1" type="stop"/>
66         </notations>
67       </note>
68     </measure>
69   </part>
70   <!--=========================================================-->
71 </score-partwise>