]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/09c-Barlines-Finale.xml
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / musicxml / 09c-Barlines-Finale.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">Different types of (non-repeat) 
8           barlines.</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <part-list>
12     <score-part id="P1">
13       <part-name>MusicXML Part</part-name>
14       <score-instrument id="P1-I1">
15         <instrument-name>Grand Piano</instrument-name>
16       </score-instrument>
17       <midi-instrument id="P1-I1">
18         <midi-channel>1</midi-channel>
19         <midi-program>1</midi-program>
20       </midi-instrument>
21     </score-part>
22   </part-list>
23   <!--=========================================================-->
24   <part id="P1">
25     <measure number="1">
26       <attributes>
27         <divisions>1</divisions>
28         <key>
29           <fifths>0</fifths>
30           <mode>major</mode>
31         </key>
32         <time symbol="common">
33           <beats>4</beats>
34           <beat-type>4</beat-type>
35         </time>
36         <clef>
37           <sign>G</sign>
38           <line>2</line>
39         </clef>
40       </attributes>
41       <sound tempo="120"/>
42       <note>
43         <rest/>
44         <duration>4</duration>
45         <voice>1</voice>
46       </note>
47       <barline location="right">
48         <bar-style>light-light</bar-style>
49       </barline>
50     </measure>
51     <!--=======================================================-->
52     <measure number="2">
53       <note>
54         <rest/>
55         <duration>4</duration>
56         <voice>1</voice>
57       </note>
58       <barline location="right">
59         <bar-style>light-heavy</bar-style>
60       </barline>
61     </measure>
62     <!--=======================================================-->
63     <measure number="3">
64       <note>
65         <rest/>
66         <duration>4</duration>
67         <voice>1</voice>
68       </note>
69       <barline location="right">
70         <bar-style>heavy</bar-style>
71       </barline>
72     </measure>
73     <!--=======================================================-->
74     <measure number="4">
75       <print new-system="yes"/>
76       <note>
77         <rest/>
78         <duration>4</duration>
79         <voice>1</voice>
80       </note>
81       <barline location="right">
82         <bar-style>dashed</bar-style>
83       </barline>
84     </measure>
85     <!--=======================================================-->
86     <measure number="5">
87       <note>
88         <rest/>
89         <duration>4</duration>
90         <voice>1</voice>
91       </note>
92       <barline location="right">
93         <bar-style>dotted</bar-style>
94       </barline>
95     </measure>
96     <!--=======================================================-->
97     <measure number="6">
98       <note>
99         <rest/>
100         <duration>4</duration>
101         <voice>1</voice>
102       </note>
103       <barline location="right">
104         <bar-style>none</bar-style>
105       </barline>
106     </measure>
107     <!--=======================================================-->
108     <measure number="7">
109       <note>
110         <rest/>
111         <duration>4</duration>
112         <voice>1</voice>
113       </note>
114     </measure>
115     <!--=======================================================-->
116     <measure number="8">
117       <print new-system="yes"/>
118       <note>
119         <rest/>
120         <duration>4</duration>
121         <voice>1</voice>
122       </note>
123     </measure>
124     <!--=======================================================-->
125     <measure number="9">
126       <note>
127         <rest/>
128         <duration>4</duration>
129         <voice>1</voice>
130       </note>
131     </measure>
132     <!--=======================================================-->
133     <measure number="10">
134       <note>
135         <rest/>
136         <duration>4</duration>
137         <voice>1</voice>
138       </note>
139     </measure>
140     <!--=======================================================-->
141     <measure number="11">
142       <note>
143         <rest/>
144         <duration>4</duration>
145         <voice>1</voice>
146       </note>
147     </measure>
148     <!--=======================================================-->
149     <measure number="12">
150       <print new-system="yes"/>
151       <note>
152         <rest/>
153         <duration>4</duration>
154         <voice>1</voice>
155       </note>
156     </measure>
157     <!--=======================================================-->
158     <measure number="13">
159       <note>
160         <rest/>
161         <duration>4</duration>
162         <voice>1</voice>
163       </note>
164       <barline location="right">
165         <bar-style>light-heavy</bar-style>
166       </barline>
167     </measure>
168   </part>
169   <!--=========================================================-->
170 </score-partwise>