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