]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/18a-FiguredBass.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 18a-FiguredBass.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 version="1.1">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Some figured bass containing 
8           alterated figures, bracketed figures and slashed figures. The last 
9           note contains an empty &lt;figured-bass&gt; element, which is 
10           invalid MusicXML, to check how well applications cope with malformed 
11           files.
12       
13           Note that this file does not contain any extenders!</miscellaneous-field>
14     </miscellaneous>
15   </identification>
16   <part-list>
17     <score-part id="P1">
18       <part-name>MusicXML Part</part-name>
19       <score-instrument id="P1-I1">
20         <instrument-name>Acoustic Grand Piano</instrument-name>
21       </score-instrument>
22       <midi-instrument id="P1-I1">
23         <midi-channel>1</midi-channel>
24         <midi-program>1</midi-program>
25       </midi-instrument>
26     </score-part>
27   </part-list>
28   <!--=========================================================-->
29   <part id="P1">
30     <measure number="1">
31       <attributes>
32         <divisions>8</divisions>
33         <key>
34           <fifths>0</fifths>
35           <mode>major</mode>
36         </key>
37         <time symbol="common">
38           <beats>4</beats>
39           <beat-type>4</beat-type>
40         </time>
41         <clef>
42           <sign>G</sign>
43           <line>2</line>
44         </clef>
45       </attributes>
46       <sound tempo="120"/>
47       <figured-bass>
48         <figure><figure-number>3</figure-number></figure>
49         <duration>4</duration>
50       </figured-bass>
51       <note>
52         <pitch><step>G</step><octave>4</octave></pitch>
53         <duration>4</duration>
54         <voice>1</voice>
55         <type>eighth</type>
56       </note>
57       <note>
58         <pitch><step>G</step><octave>4</octave></pitch>
59         <duration>4</duration>
60         <voice>1</voice>
61         <type>eighth</type>
62       </note>
63       <figured-bass>
64         <figure><prefix>sharp</prefix><figure-number>1</figure-number></figure>
65         <figure><prefix>flat</prefix><figure-number>3</figure-number></figure>
66         <figure><prefix>natural</prefix><figure-number>5</figure-number></figure>
67         <duration>6</duration>
68       </figured-bass>
69       <note>
70         <pitch><step>G</step><octave>4</octave></pitch>
71         <duration>6</duration>
72         <voice>1</voice>
73         <type>eighth</type>
74         <dot/>
75       </note>
76       <figured-bass parentheses="yes">
77         <figure><figure-number>6</figure-number></figure>
78       </figured-bass>
79       <note>
80         <pitch><step>G</step><octave>4</octave></pitch>
81         <duration>2</duration>
82         <voice>1</voice>
83         <type>16th</type>
84       </note>
85       <figured-bass>
86         <figure><figure-number>5</figure-number><suffix>slash</suffix></figure>
87         <figure><prefix>flat</prefix><figure-number>127</figure-number><suffix>slash</suffix></figure>
88         <duration>8</duration>
89       </figured-bass>
90       <note>
91         <pitch><step>G</step><octave>4</octave></pitch>
92         <duration>8</duration>
93         <voice>1</voice>
94         <type>eighth</type>
95         <dot/>
96       </note>
97       <!-- Check how well the application handles an empty element (invalid MusicXML!) -->
98       <figured-bass>
99       </figured-bass>
100       <note>
101         <pitch><step>G</step><octave>4</octave></pitch>
102         <duration>8</duration>
103         <voice>1</voice>
104         <type>quarter</type>
105       </note>
106       <barline location="right">
107         <bar-style>light-heavy</bar-style>
108       </barline>
109     </measure>
110   </part>
111   <!--=========================================================-->
112 </score-partwise>