]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/18a-FiguredBass.xml
MusicXML: Add test file for figured bass
[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   <movement-title>Figured Bass</movement-title>
6   <identification>
7     <creator type="composer">Reinhold Kainhofer</creator>
8   </identification>
9   <part-list>
10     <score-part id="P1">
11       <part-name>MusicXML Part</part-name>
12       <score-instrument id="P1-I1">
13         <instrument-name>Acoustic Grand Piano</instrument-name>
14       </score-instrument>
15       <midi-instrument id="P1-I1">
16         <midi-channel>1</midi-channel>
17         <midi-program>1</midi-program>
18       </midi-instrument>
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       <sound tempo="120"/>
40       <figured-bass>
41         <figure><figure-number>3</figure-number></figure>
42         <duration>4</duration>
43       </figured-bass>
44       <note>
45         <pitch><step>G</step><octave>4</octave></pitch>
46         <duration>4</duration>
47         <voice>1</voice>
48         <type>eighth</type>
49         <stem>up</stem>
50       </note>
51       <note>
52         <pitch><step>G</step><octave>4</octave></pitch>
53         <duration>4</duration>
54         <voice>1</voice>
55         <type>eighth</type>
56         <stem>up</stem>
57       </note>
58       <figured-bass>
59         <figure><figure-number>1</figure-number><prefix>sharp</prefix></figure>
60         <figure><figure-number>3</figure-number><prefix>flat</prefix></figure>
61         <figure><figure-number>5</figure-number><prefix>natural</prefix></figure>
62         <figure><figure-number>7</figure-number><suffix>slash</suffix></figure>
63         <figure><figure-number>9</figure-number><prefix>flat</prefix><suffix>slash</suffix></figure>
64         <duration>6</duration>
65       </figured-bass>
66       <note>
67         <pitch><step>G</step><octave>4</octave></pitch>
68         <duration>6</duration>
69         <voice>1</voice>
70         <type>eighth</type>
71         <dot/>
72         <stem>up</stem>
73       </note>
74       <figured-bass>
75         <figure parentheses="yes"><figure-number>6</figure-number></figure>
76         <duration>2</duration>
77       </figured-bass>
78       <note>
79         <pitch><step>G</step><octave>4</octave></pitch>
80         <duration>2</duration>
81         <voice>1</voice>
82         <type>16th</type>
83         <stem>up</stem>
84       </note>
85       <figured-bass>
86       </figured-bass>
87       <note>
88         <pitch><step>G</step><octave>4</octave></pitch>
89         <duration>8</duration>
90         <voice>1</voice>
91         <type>quarter</type>
92         <stem>up</stem>
93       </note>
94       <barline location="right">
95         <bar-style>light-heavy</bar-style>
96       </barline>
97     </measure>
98   </part>
99   <!--=========================================================-->
100 </score-partwise>