]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/18a-FiguredBass.xml
Add a hack to packed spacing to work around extra columns.
[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       </note>
48       <note>
49         <pitch><step>G</step><octave>4</octave></pitch>
50         <duration>4</duration>
51         <voice>1</voice>
52         <type>eighth</type>
53       </note>
54       <figured-bass>
55         <figure><prefix>sharp</prefix><figure-number>1</figure-number></figure>
56         <figure><prefix>flat</prefix><figure-number>3</figure-number></figure>
57         <figure><prefix>natural</prefix><figure-number>5</figure-number></figure>
58         <duration>6</duration>
59       </figured-bass>
60       <note>
61         <pitch><step>G</step><octave>4</octave></pitch>
62         <duration>6</duration>
63         <voice>1</voice>
64         <type>eighth</type>
65         <dot/>
66       </note>
67       <figured-bass parentheses="yes">
68         <figure><figure-number>6</figure-number></figure>
69       </figured-bass>
70       <note>
71         <pitch><step>G</step><octave>4</octave></pitch>
72         <duration>2</duration>
73         <voice>1</voice>
74         <type>16th</type>
75       </note>
76       <figured-bass>
77         <figure><figure-number>5</figure-number><suffix>slash</suffix></figure>
78         <figure><prefix>flat</prefix><figure-number>127</figure-number><suffix>slash</suffix></figure>
79         <duration>8</duration>
80       </figured-bass>
81       <note>
82         <pitch><step>G</step><octave>4</octave></pitch>
83         <duration>8</duration>
84         <voice>1</voice>
85         <type>eighth</type>
86         <dot/>
87       </note>
88       <!-- Check how well the application handles an empty element (invalid MusicXML!) -->
89       <figured-bass>
90       </figured-bass>
91       <note>
92         <pitch><step>G</step><octave>4</octave></pitch>
93         <duration>8</duration>
94         <voice>1</voice>
95         <type>quarter</type>
96       </note>
97       <barline location="right">
98         <bar-style>light-heavy</bar-style>
99       </barline>
100     </measure>
101   </part>
102   <!--=========================================================-->
103 </score-partwise>