]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/13c-KeySignatures-NonTraditional.xml
MusicXML: Fix invalid MusicXML files
[lilypond.git] / input / regression / musicxml / 13c-KeySignatures-NonTraditional.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>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Non-traditional key signatures,
8           where each alteration is separately given. Here we have (f sharp, 
9           a flat, b flat) and (c flatflat, g sharp sharp, d flat, b sharp, f 
10           natural), where in the second case an explicit octave is given for 
11           each alteration.</miscellaneous-field>
12     </miscellaneous>
13   </identification>
14   <part-list>
15     <score-part id="P1">
16       <part-name>MusicXML Part</part-name>
17     </score-part>
18   </part-list>
19   <!--=========================================================-->
20   <part id="P1">
21     <measure number="1">
22       <attributes>
23         <divisions>1</divisions>
24         <key>
25           <key-step>F</key-step>
26           <key-alter>1</key-alter>
27           <key-step>A</key-step>
28           <key-alter>-1</key-alter>
29           <key-step>B</key-step>
30           <key-alter>-1</key-alter>
31         </key>
32         <time>
33           <beats>2</beats>
34           <beat-type>4</beat-type>
35         </time>
36         <clef>
37           <sign>G</sign>
38           <line>2</line>
39         </clef>
40       </attributes>
41       <note>
42         <pitch>
43           <step>C</step>
44           <octave>4</octave>
45         </pitch>
46         <duration>2</duration>
47         <voice>1</voice>
48         <type>half</type>
49       </note>
50     </measure>
51     <measure number="2">
52       <attributes>
53         <key>
54           <key-step>C</key-step>
55           <key-alter>-2</key-alter>
56           <key-step>G</key-step>
57           <key-alter>2</key-alter>
58           <key-step>D</key-step>
59           <key-alter>-1</key-alter>
60           <key-step>B</key-step>
61           <key-alter>1</key-alter>
62           <key-step>F</key-step>
63           <key-alter>0</key-alter>
64           <key-octave number="1">2</key-octave>
65           <key-octave number="2">3</key-octave>
66           <key-octave number="3">4</key-octave>
67           <key-octave number="4">5</key-octave>
68           <key-octave number="5">6</key-octave>
69         </key>
70       </attributes>
71       <note>
72         <pitch>
73           <step>C</step>
74           <octave>4</octave>
75         </pitch>
76         <duration>2</duration>
77         <voice>1</voice>
78         <type>half</type>
79       </note>
80       <barline location="right">
81         <bar-style>light-heavy</bar-style>
82       </barline>
83     </measure>
84   </part>
85 </score-partwise>