]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/13b-ChordAsGraceNote-Finale.xml
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 13b-ChordAsGraceNote-Finale.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   <movement-title>Chord as a grace note</movement-title>
6   <identification>
7     <creator type="composer">Reinhold Kainhofer</creator>
8     <rights>Public Domain</rights>
9     <encoding>
10       <software>Finale 2007 for Windows</software>
11       <software>Dolet Light for Finale 2007</software>
12       <encoding-date>2007-09-16</encoding-date>
13     </encoding>
14     <miscellaneous>
15       <miscellaneous-field name="description">Chords as grace notes.</miscellaneous-field>
16     </miscellaneous>
17   </identification>
18   <part-list>
19     <score-part id="P1">
20       <part-name>MusicXML Part</part-name>
21       <score-instrument id="P1-I1">
22         <instrument-name>Grand Piano</instrument-name>
23       </score-instrument>
24       <midi-instrument id="P1-I1">
25         <midi-channel>1</midi-channel>
26         <midi-program>1</midi-program>
27       </midi-instrument>
28     </score-part>
29   </part-list>
30   <!--=========================================================-->
31   <part id="P1">
32     <measure number="1">
33       <attributes>
34         <divisions>2</divisions>
35         <key>
36           <fifths>0</fifths>
37           <mode>major</mode>
38         </key>
39         <time symbol="common">
40           <beats>4</beats>
41           <beat-type>4</beat-type>
42         </time>
43         <clef>
44           <sign>G</sign>
45           <line>2</line>
46         </clef>
47       </attributes>
48       <sound tempo="120"/>
49       <note>
50         <pitch>
51           <step>C</step>
52           <octave>5</octave>
53         </pitch>
54         <duration>2</duration>
55         <voice>1</voice>
56         <type>quarter</type>
57         <stem>down</stem>
58       </note>
59       <note>
60         <grace slash="yes"/>
61         <pitch>
62           <step>D</step>
63           <octave>5</octave>
64         </pitch>
65         <voice>1</voice>
66         <type>eighth</type>
67         <stem>up</stem>
68       </note>
69       <note>
70         <grace slash="yes"/>
71         <chord/>
72         <pitch>
73           <step>F</step>
74           <octave>5</octave>
75         </pitch>
76         <voice>1</voice>
77         <type>eighth</type>
78         <stem>up</stem>
79       </note>
80       <note>
81         <pitch>
82           <step>C</step>
83           <octave>5</octave>
84         </pitch>
85         <duration>2</duration>
86         <voice>1</voice>
87         <type>quarter</type>
88         <stem>down</stem>
89       </note>
90       <note>
91         <grace slash="yes"/>
92         <pitch>
93           <step>B</step>
94           <octave>4</octave>
95         </pitch>
96         <voice>1</voice>
97         <type>eighth</type>
98         <stem>up</stem>
99       </note>
100       <note>
101         <grace slash="yes"/>
102         <chord/>
103         <pitch>
104           <step>D</step>
105           <octave>5</octave>
106         </pitch>
107         <voice>1</voice>
108         <type>eighth</type>
109         <stem>up</stem>
110       </note>
111       <note>
112         <pitch>
113           <step>A</step>
114           <octave>4</octave>
115         </pitch>
116         <duration>2</duration>
117         <voice>1</voice>
118         <type>quarter</type>
119         <stem>down</stem>
120       </note>
121       <note>
122         <chord/>
123         <pitch>
124           <step>C</step>
125           <octave>5</octave>
126         </pitch>
127         <duration>2</duration>
128         <voice>1</voice>
129         <type>quarter</type>
130         <stem>down</stem>
131       </note>
132       <barline location="right">
133         <bar-style>light-heavy</bar-style>
134       </barline>
135     </measure>
136   </part>
137   <!--=========================================================-->
138 </score-partwise>