]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/14a-StaffDetails-LineChanges.xml
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / musicxml / 14a-StaffDetails-LineChanges.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">The number of staff lines can be
8       modified by using the staff-lines child of the staff-details attribute.
9       This can happen globally (the first staff has one line globally) or
10       during the part at the beginning of a measure and even inside a measure
11       (the second part has 5 lines initially, 4 at the beginning of the
12       second measure, and 3 starting in the middle of the third
13       measure).</miscellaneous-field>
14     </miscellaneous>
15   </identification>
16   <part-list>
17     <part-group number="1" type="start">
18       <group-symbol>bracket</group-symbol>
19       <group-barline>yes</group-barline>
20     </part-group>
21     <score-part id="P1">
22       <part-name>Part 1</part-name>
23     </score-part>
24     <score-part id="P2">
25       <part-name>Part 2</part-name>
26     </score-part>
27     <part-group number="1" type="stop"/>
28   </part-list>
29   <!--=========================================================-->
30   <part id="P1">
31     <measure number="1">
32       <attributes>
33         <divisions>1</divisions>
34         <key>
35           <fifths>0</fifths>
36           <mode>major</mode>
37         </key>
38         <staff-details>
39           <staff-lines>1</staff-lines>
40         </staff-details>
41       </attributes>
42       <note>
43         <pitch>
44           <step>D</step>
45           <octave>5</octave>
46         </pitch>
47         <duration>4</duration>
48         <voice>1</voice>
49         <type>whole</type>
50       </note>
51     </measure>
52     <!--=======================================================-->
53     <measure number="2">
54       <note>
55         <pitch>
56           <step>D</step>
57           <octave>5</octave>
58         </pitch>
59         <duration>4</duration>
60         <voice>1</voice>
61         <type>whole</type>
62       </note>
63     </measure>
64     <!--=======================================================-->
65     <measure number="3">
66       <note>
67         <pitch>
68           <step>D</step>
69           <octave>5</octave>
70         </pitch>
71         <duration>4</duration>
72         <voice>1</voice>
73         <type>whole</type>
74       </note>
75     </measure>
76   </part>
77   <!--=========================================================-->
78   <part id="P2">
79     <measure number="1">
80       <attributes>
81         <divisions>1</divisions>
82         <key>
83           <fifths>0</fifths>
84           <mode>major</mode>
85         </key>
86         <staff-details>
87           <staff-lines>5</staff-lines>
88         </staff-details>
89       </attributes>
90       <note>
91         <pitch>
92           <step>G</step>
93           <octave>4</octave>
94         </pitch>
95         <duration>4</duration>
96         <voice>1</voice>
97         <type>whole</type>
98       </note>
99     </measure>
100     <!--=======================================================-->
101     <measure number="2">
102       <attributes>
103         <staff-details>
104           <staff-lines>4</staff-lines>
105         </staff-details>
106       </attributes>
107       <note>
108         <pitch>
109           <step>G</step>
110           <octave>4</octave>
111         </pitch>
112         <duration>2</duration>
113         <voice>1</voice>
114         <type>half</type>
115       </note>
116       <note>
117         <pitch>
118           <step>G</step>
119           <octave>4</octave>
120         </pitch>
121         <duration>2</duration>
122         <voice>1</voice>
123         <type>half</type>
124       </note>
125     </measure>
126     <!--=======================================================-->
127     <measure number="3">
128       <note>
129         <pitch>
130           <step>G</step>
131           <octave>4</octave>
132         </pitch>
133         <duration>2</duration>
134         <voice>1</voice>
135         <type>half</type>
136       </note>
137       <attributes>
138         <staff-details>
139           <staff-lines>2</staff-lines>
140         </staff-details>
141       </attributes>
142       <note>
143         <pitch>
144           <step>G</step>
145           <octave>4</octave>
146         </pitch>
147         <duration>2</duration>
148         <voice>1</voice>
149         <type>half</type>
150       </note>
151     </measure>
152   </part>
153   <!--=========================================================-->
154 </score-partwise>