]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/01d-Pitches-Microtones.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 01d-Pitches-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-part>
17   </part-list>
18   <!--=========================================================-->
19   <part id="P1">
20     <measure number="1">
21       <attributes>
22         <divisions>1</divisions>
23         <key>
24           <fifths>0</fifths>
25           <mode>major</mode>
26         </key>
27         <time symbol="common">
28           <beats>4</beats>
29           <beat-type>4</beat-type>
30         </time>
31         <clef>
32           <sign>G</sign>
33           <line>2</line>
34         </clef>
35       </attributes>
36       <note>
37         <pitch>
38           <step>C</step>
39           <alter>-1.5</alter>
40           <octave>4</octave>
41         </pitch>
42         <duration>1</duration>
43         <voice>1</voice>
44         <type>quarter</type>
45       </note>
46       <note>
47         <pitch>
48           <step>D</step>
49           <alter>-0.5</alter>
50           <octave>4</octave>
51         </pitch>
52         <duration>1</duration>
53         <voice>1</voice>
54         <type>quarter</type>
55       </note>
56       <note>
57         <pitch>
58           <step>E</step>
59           <alter>0.5</alter>
60           <octave>4</octave>
61         </pitch>
62         <duration>1</duration>
63         <voice>1</voice>
64         <type>quarter</type>
65       </note>
66       <note>
67         <pitch>
68           <step>F</step>
69           <alter>1.5</alter>
70           <octave>4</octave>
71         </pitch>
72         <duration>1</duration>
73         <voice>1</voice>
74         <type>quarter</type>
75       </note>
76     </measure>
77     <!--=======================================================-->
78     <measure number="2">
79       <note>
80         <pitch>
81           <step>C</step>
82           <alter>-1.5</alter>
83           <octave>5</octave>
84         </pitch>
85         <duration>1</duration>
86         <voice>1</voice>
87         <type>quarter</type>
88       </note>
89       <note>
90         <pitch>
91           <step>D</step>
92           <alter>-0.5</alter>
93           <octave>5</octave>
94         </pitch>
95         <duration>1</duration>
96         <voice>1</voice>
97         <type>quarter</type>
98       </note>
99       <note>
100         <pitch>
101           <step>E</step>
102           <alter>0.5</alter>
103           <octave>5</octave>
104         </pitch>
105         <duration>1</duration>
106         <voice>1</voice>
107         <type>quarter</type>
108       </note>
109       <note>
110         <pitch>
111           <step>F</step>
112           <alter>1.5</alter>
113           <octave>5</octave>
114         </pitch>
115         <duration>1</duration>
116         <voice>1</voice>
117         <type>quarter</type>
118       </note>
119       <barline location="right">
120         <bar-style>light-heavy</bar-style>
121       </barline>
122     </measure>
123   </part>
124   <!--=========================================================-->
125 </score-partwise>