]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/18a-FiguredBass.xml
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[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   <part-list>
8     <score-part id="P1">
9       <part-name>MusicXML Part</part-name>
10       <score-instrument id="P1-I1">
11         <instrument-name>Acoustic Grand Piano</instrument-name>
12       </score-instrument>
13       <midi-instrument id="P1-I1">
14         <midi-channel>1</midi-channel>
15         <midi-program>1</midi-program>
16       </midi-instrument>
17     </score-part>
18   </part-list>
19   <!--=========================================================-->
20   <part id="P1">
21     <measure number="1">
22       <attributes>
23         <divisions>8</divisions>
24         <key>
25           <fifths>0</fifths>
26           <mode>major</mode>
27         </key>
28         <time symbol="common">
29           <beats>4</beats>
30           <beat-type>4</beat-type>
31         </time>
32         <clef>
33           <sign>G</sign>
34           <line>2</line>
35         </clef>
36       </attributes>
37       <sound tempo="120"/>
38       <figured-bass>
39         <figure><figure-number>3</figure-number></figure>
40         <duration>4</duration>
41       </figured-bass>
42       <note>
43         <pitch><step>G</step><octave>4</octave></pitch>
44         <duration>4</duration>
45         <voice>1</voice>
46         <type>eighth</type>
47         <stem>up</stem>
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         <stem>up</stem>
55       </note>
56       <figured-bass>
57         <figure><figure-number>1</figure-number><prefix>sharp</prefix></figure>
58         <figure><figure-number>3</figure-number><prefix>flat</prefix></figure>
59         <figure><figure-number>5</figure-number><prefix>natural</prefix></figure>
60         <duration>6</duration>
61       </figured-bass>
62       <note>
63         <pitch><step>G</step><octave>4</octave></pitch>
64         <duration>6</duration>
65         <voice>1</voice>
66         <type>eighth</type>
67         <dot/>
68         <stem>up</stem>
69       </note>
70       <figured-bass parentheses="yes">
71         <figure><figure-number>6</figure-number></figure>
72         <duration>2</duration>
73       </figured-bass>
74       <note>
75         <pitch><step>G</step><octave>4</octave></pitch>
76         <duration>2</duration>
77         <voice>1</voice>
78         <type>16th</type>
79         <stem>up</stem>
80       </note>
81       <figured-bass>
82         <figure><figure-number>5</figure-number><suffix>slash</suffix></figure>
83         <figure><figure-number>127</figure-number><prefix>flat</prefix><suffix>slash</suffix></figure>
84         <duration>8</duration>
85       </figured-bass>
86       <note>
87         <pitch><step>G</step><octave>4</octave></pitch>
88         <duration>8</duration>
89         <voice>1</voice>
90         <type>eighth</type>
91         <dot/>
92         <stem>up</stem>
93       </note>
94       <figured-bass>
95       </figured-bass>
96       <note>
97         <pitch><step>G</step><octave>4</octave></pitch>
98         <duration>8</duration>
99         <voice>1</voice>
100         <type>quarter</type>
101         <stem>up</stem>
102       </note>
103       <barline location="right">
104         <bar-style>light-heavy</bar-style>
105       </barline>
106     </measure>
107   </part>
108   <!--=========================================================-->
109 </score-partwise>