]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/24e-GraceNote-StaffChange.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 24e-GraceNote-StaffChange.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 on a different 
8           staff than the actual note.</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/>
46         <pitch>
47           <step>G</step>
48           <octave>5</octave>
49         </pitch>
50         <voice>1</voice>
51         <type>16th</type>
52         <staff>2</staff>
53         <beam number="1">begin</beam>
54         <beam number="2">begin</beam>
55       </note>
56       <note>
57         <grace/>
58         <pitch>
59           <step>A</step>
60           <octave>5</octave>
61         </pitch>
62         <voice>1</voice>
63         <type>16th</type>
64         <staff>2</staff>
65         <beam number="1">end</beam>
66         <beam number="2">end</beam>
67       </note>
68       <note>
69         <pitch>
70           <step>E</step>
71           <octave>5</octave>
72         </pitch>
73         <duration>64</duration>
74         <voice>1</voice>
75         <type>half</type>
76         <staff>1</staff>
77       </note>
78     </measure>
79   </part>
80   <!--=========================================================-->
81 </score-partwise>