]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00q-Basics-Microtones.xml
MusicXML: Add support for microtone (pitches and key signatures)
[lilypond.git] / input / regression / musicxml / 00q-Basics-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">Some microtones: c 
8           flat-and-a-half, d half-flat, e half-sharp, f sharp-and-a half. 
9           Once in the lower and once in the upper region of the 
10           staff.</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name>MusicXML Part</part-name>
16       <score-instrument id="P1-I1">
17         <instrument-name>Acoustic Grand Piano</instrument-name>
18       </score-instrument>
19       <midi-instrument id="P1-I1">
20         <midi-channel>1</midi-channel>
21         <midi-program>1</midi-program>
22       </midi-instrument>
23     </score-part>
24   </part-list>
25   <!--=========================================================-->
26   <part id="P1">
27     <measure number="1">
28       <attributes>
29         <divisions>1</divisions>
30         <key>
31           <fifths>0</fifths>
32           <mode>major</mode>
33         </key>
34         <time symbol="common">
35           <beats>4</beats>
36           <beat-type>4</beat-type>
37         </time>
38         <clef>
39           <sign>G</sign>
40           <line>2</line>
41         </clef>
42       </attributes>
43       <note>
44         <pitch>
45           <step>C</step>
46           <alter>-1.5</alter>
47           <octave>4</octave>
48         </pitch>
49         <duration>1</duration>
50         <voice>1</voice>
51         <type>quarter</type>
52       </note>
53       <note>
54         <pitch>
55           <step>D</step>
56           <alter>-0.5</alter>
57           <octave>4</octave>
58         </pitch>
59         <duration>1</duration>
60         <voice>1</voice>
61         <type>quarter</type>
62       </note>
63       <note>
64         <pitch>
65           <step>E</step>
66           <alter>0.5</alter>
67           <octave>4</octave>
68         </pitch>
69         <duration>1</duration>
70         <voice>1</voice>
71         <type>quarter</type>
72       </note>
73       <note>
74         <pitch>
75           <step>F</step>
76           <alter>1.5</alter>
77           <octave>4</octave>
78         </pitch>
79         <duration>1</duration>
80         <voice>1</voice>
81         <type>quarter</type>
82       </note>
83     </measure>
84     <!--=======================================================-->
85     <measure number="2">
86       <note>
87         <pitch>
88           <step>C</step>
89           <alter>-1.5</alter>
90           <octave>5</octave>
91         </pitch>
92         <duration>1</duration>
93         <voice>1</voice>
94         <type>quarter</type>
95       </note>
96       <note>
97         <pitch>
98           <step>D</step>
99           <alter>-0.5</alter>
100           <octave>5</octave>
101         </pitch>
102         <duration>1</duration>
103         <voice>1</voice>
104         <type>quarter</type>
105       </note>
106       <note>
107         <pitch>
108           <step>E</step>
109           <alter>0.5</alter>
110           <octave>5</octave>
111         </pitch>
112         <duration>1</duration>
113         <voice>1</voice>
114         <type>quarter</type>
115       </note>
116       <note>
117         <pitch>
118           <step>F</step>
119           <alter>1.5</alter>
120           <octave>5</octave>
121         </pitch>
122         <duration>1</duration>
123         <voice>1</voice>
124         <type>quarter</type>
125       </note>
126       <barline location="right">
127         <bar-style>light-heavy</bar-style>
128       </barline>
129     </measure>
130   </part>
131   <!--=========================================================-->
132 </score-partwise>