]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/13d-KeySignatures-Microtones.xml
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / musicxml / 13d-KeySignatures-Microtones.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           with microtone alterations: (g flat-and-a-half,
9           a flat, b half-flat, c natural, d half-sharp, e sharp, f 
10           sharp-and-a-half).</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name>MusicXML Part</part-name>
16     </score-part>
17   </part-list>
18   <!--=========================================================-->
19   <part id="P1">
20     <measure number="1">
21       <attributes>
22         <divisions>1</divisions>
23         <key>
24           <key-step>G</key-step>
25           <key-alter>-1.5</key-alter>
26           <key-step>A</key-step>
27           <key-alter>-1</key-alter>
28           <key-step>B</key-step>
29           <key-alter>-0.5</key-alter>
30           <key-step>C</key-step>
31           <key-alter>0</key-alter>
32           <key-step>D</key-step>
33           <key-alter>0.5</key-alter>
34           <key-step>E</key-step>
35           <key-alter>1</key-alter>
36           <key-step>F</key-step>
37           <key-alter>1.5</key-alter>
38         </key>
39         <time>
40           <beats>2</beats>
41           <beat-type>4</beat-type>
42         </time>
43         <clef>
44           <sign>G</sign>
45           <line>2</line>
46         </clef>
47       </attributes>
48       <note>
49         <pitch>
50           <step>C</step>
51           <octave>4</octave>
52         </pitch>
53         <duration>2</duration>
54         <voice>1</voice>
55         <type>half</type>
56       </note>
57       <barline location="right">
58         <bar-style>light-heavy</bar-style>
59       </barline>
60     </measure>
61   </part>
62 </score-partwise>