]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/24b-ChordAsGraceNote.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 24b-ChordAsGraceNote.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">Chords as grace notes.</miscellaneous-field>
8     </miscellaneous>
9   </identification>
10   <part-list>
11     <score-part id="P1">
12       <part-name>MusicXML Part</part-name>
13     </score-part>
14   </part-list>
15   <!--=========================================================-->
16   <part id="P1">
17     <measure number="1">
18       <attributes>
19         <divisions>2</divisions>
20         <key>
21           <fifths>0</fifths>
22           <mode>major</mode>
23         </key>
24         <time symbol="common">
25           <beats>4</beats>
26           <beat-type>4</beat-type>
27         </time>
28         <clef>
29           <sign>G</sign>
30           <line>2</line>
31         </clef>
32       </attributes>
33       <note>
34         <pitch>
35           <step>C</step>
36           <octave>5</octave>
37         </pitch>
38         <duration>2</duration>
39         <voice>1</voice>
40         <type>quarter</type>
41       </note>
42       <note>
43         <grace slash="yes"/>
44         <pitch>
45           <step>D</step>
46           <octave>5</octave>
47         </pitch>
48         <voice>1</voice>
49         <type>eighth</type>
50       </note>
51       <note>
52         <grace slash="yes"/>
53         <chord/>
54         <pitch>
55           <step>F</step>
56           <octave>5</octave>
57         </pitch>
58         <voice>1</voice>
59         <type>eighth</type>
60       </note>
61       <note>
62         <pitch>
63           <step>C</step>
64           <octave>5</octave>
65         </pitch>
66         <duration>2</duration>
67         <voice>1</voice>
68         <type>quarter</type>
69       </note>
70       <note>
71         <grace slash="yes"/>
72         <pitch>
73           <step>B</step>
74           <octave>4</octave>
75         </pitch>
76         <voice>1</voice>
77         <type>eighth</type>
78       </note>
79       <note>
80         <grace slash="yes"/>
81         <chord/>
82         <pitch>
83           <step>D</step>
84           <octave>5</octave>
85         </pitch>
86         <voice>1</voice>
87         <type>eighth</type>
88       </note>
89       <note>
90         <pitch>
91           <step>A</step>
92           <octave>4</octave>
93         </pitch>
94         <duration>2</duration>
95         <voice>1</voice>
96         <type>quarter</type>
97       </note>
98       <note>
99         <chord/>
100         <pitch>
101           <step>C</step>
102           <octave>5</octave>
103         </pitch>
104         <duration>2</duration>
105         <voice>1</voice>
106         <type>quarter</type>
107       </note>
108       <barline location="right">
109         <bar-style>light-heavy</bar-style>
110       </barline>
111     </measure>
112   </part>
113   <!--=========================================================-->
114 </score-partwise>