]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/74a-FiguredBass.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 74a-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-part>
20   </part-list>
21   <!--=========================================================-->
22   <part id="P1">
23     <measure number="1">
24       <attributes>
25         <divisions>8</divisions>
26         <key>
27           <fifths>0</fifths>
28           <mode>major</mode>
29         </key>
30         <time symbol="common">
31           <beats>4</beats>
32           <beat-type>4</beat-type>
33         </time>
34         <clef>
35           <sign>G</sign>
36           <line>2</line>
37         </clef>
38       </attributes>
39       <figured-bass>
40         <figure><figure-number>3</figure-number></figure>
41         <duration>4</duration>
42       </figured-bass>
43       <note>
44         <pitch><step>G</step><octave>4</octave></pitch>
45         <duration>4</duration>
46         <voice>1</voice>
47         <type>eighth</type>
48       </note>
49       <note>
50         <pitch><step>G</step><octave>4</octave></pitch>
51         <duration>4</duration>
52         <voice>1</voice>
53         <type>eighth</type>
54       </note>
55       <figured-bass>
56         <figure><prefix>sharp</prefix><figure-number>1</figure-number></figure>
57         <figure><prefix>flat</prefix><figure-number>3</figure-number></figure>
58         <figure><prefix>natural</prefix><figure-number>5</figure-number></figure>
59         <duration>6</duration>
60       </figured-bass>
61       <note>
62         <pitch><step>G</step><octave>4</octave></pitch>
63         <duration>6</duration>
64         <voice>1</voice>
65         <type>eighth</type>
66         <dot/>
67       </note>
68       <figured-bass parentheses="yes">
69         <figure><figure-number>6</figure-number></figure>
70       </figured-bass>
71       <note>
72         <pitch><step>G</step><octave>4</octave></pitch>
73         <duration>2</duration>
74         <voice>1</voice>
75         <type>16th</type>
76       </note>
77       <figured-bass>
78         <figure><figure-number>5</figure-number><suffix>slash</suffix></figure>
79         <figure><prefix>flat</prefix><figure-number>127</figure-number><suffix>slash</suffix></figure>
80         <duration>8</duration>
81       </figured-bass>
82       <note>
83         <pitch><step>G</step><octave>4</octave></pitch>
84         <duration>8</duration>
85         <voice>1</voice>
86         <type>eighth</type>
87         <dot/>
88       </note>
89       <!-- Check how well the application handles an empty element (invalid MusicXML!) -->
90       <figured-bass>
91       </figured-bass>
92       <note>
93         <pitch><step>G</step><octave>4</octave></pitch>
94         <duration>8</duration>
95         <voice>1</voice>
96         <type>quarter</type>
97       </note>
98       <barline location="right">
99         <bar-style>light-heavy</bar-style>
100       </barline>
101     </measure>
102   </part>
103   <!--=========================================================-->
104 </score-partwise>