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