]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/46c-Midmeasure-Clef.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 46c-Midmeasure-Clef.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">A clef change in the middle of a 
8             measure, using either an implicit measure or simply placing 
9             the attributes in the middle of the measure.</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name>MusicXML Part</part-name>
15     </score-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure number="1">
20       <attributes>
21         <divisions>1</divisions>
22         <key>
23           <fifths>0</fifths>
24           <mode>major</mode>
25         </key>
26         <time symbol="common">
27           <beats>4</beats>
28           <beat-type>4</beat-type>
29         </time>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34       </attributes>
35       <note>
36         <rest/>
37         <duration>4</duration>
38         <voice>1</voice>
39       </note>
40     </measure>
41     <!--=======================================================-->
42     <measure number="2">
43       <note>
44         <pitch>
45           <step>C</step>
46           <octave>5</octave>
47         </pitch>
48         <duration>1</duration>
49         <voice>1</voice>
50         <type>quarter</type>
51       </note>
52       <note>
53         <pitch>
54           <step>C</step>
55           <octave>5</octave>
56         </pitch>
57         <duration>1</duration>
58         <voice>1</voice>
59         <type>quarter</type>
60       </note>
61       <barline location="right">
62         <bar-style>none</bar-style>
63       </barline>
64     </measure>
65     <!--=======================================================-->
66     <measure implicit="yes" number="X1">
67       <attributes>
68         <clef>
69           <sign>C</sign>
70           <line>2</line>
71         </clef>
72       </attributes>
73       <note>
74         <pitch>
75           <step>C</step>
76           <octave>5</octave>
77         </pitch>
78         <duration>1</duration>
79         <voice>1</voice>
80         <type>quarter</type>
81       </note>
82       <note>
83         <pitch>
84           <step>C</step>
85           <octave>5</octave>
86         </pitch>
87         <duration>1</duration>
88         <voice>1</voice>
89         <type>quarter</type>
90       </note>
91     </measure>
92     <!--=======================================================-->
93     <measure number="3">
94       <note>
95         <pitch>
96           <step>C</step>
97           <octave>5</octave>
98         </pitch>
99         <duration>1</duration>
100         <voice>1</voice>
101         <type>quarter</type>
102       </note>
103       <note>
104         <pitch>
105           <step>C</step>
106           <octave>5</octave>
107         </pitch>
108         <duration>1</duration>
109         <voice>1</voice>
110         <type>quarter</type>
111       </note>
112       <attributes>
113         <clef>
114           <sign>G</sign>
115           <line>2</line>
116         </clef>
117       </attributes>
118       <note>
119         <pitch>
120           <step>C</step>
121           <octave>5</octave>
122         </pitch>
123         <duration>1</duration>
124         <voice>1</voice>
125         <type>quarter</type>
126       </note>
127       <note>
128         <pitch>
129           <step>C</step>
130           <octave>5</octave>
131         </pitch>
132         <duration>1</duration>
133         <voice>1</voice>
134         <type>quarter</type>
135       </note>
136       <barline location="right">
137         <bar-style>light-heavy</bar-style>
138       </barline>
139     </measure>
140   </part>
141   <!--=========================================================-->
142 </score-partwise>