]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/46a-Barlines.xml
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[lilypond.git] / input / regression / musicxml / 46a-Barlines.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: default (no setting), regular, dotted, dashed, heavy,
9           light-light, light-heavy, heavy-light, heavy-heavy, tick, short, 
10           none.</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         <rest/>
38         <duration>4</duration>
39         <voice>1</voice>
40       </note>
41     </measure>
42     <!--=======================================================-->
43     <measure number="2">
44       <note>
45         <rest/>
46         <duration>4</duration>
47         <voice>1</voice>
48       </note>
49       <barline location="right">
50         <bar-style>regular</bar-style>
51       </barline>
52     </measure>
53     <!--=======================================================-->
54     <measure number="3">
55       <note>
56         <rest/>
57         <duration>4</duration>
58         <voice>1</voice>
59       </note>
60       <barline location="right">
61         <bar-style>dotted</bar-style>
62       </barline>
63     </measure>
64     <!--=======================================================-->
65     <measure number="4">
66       <note>
67         <rest/>
68         <duration>4</duration>
69         <voice>1</voice>
70       </note>
71       <barline location="right">
72         <bar-style>dashed</bar-style>
73       </barline>
74     </measure>
75     <!--=======================================================-->
76     <measure number="5">
77       <note>
78         <rest/>
79         <duration>4</duration>
80         <voice>1</voice>
81       </note>
82       <barline location="right">
83         <bar-style>heavy</bar-style>
84       </barline>
85     </measure>
86     <!--=======================================================-->
87     <measure number="6">
88       <note>
89         <rest/>
90         <duration>4</duration>
91         <voice>1</voice>
92       </note>
93       <barline location="right">
94         <bar-style>light-light</bar-style>
95       </barline>
96     </measure>
97     <!--=======================================================-->
98     <measure number="7">
99       <note>
100         <rest/>
101         <duration>4</duration>
102         <voice>1</voice>
103       </note>
104       <barline location="right">
105         <bar-style>light-heavy</bar-style>
106       </barline>
107     </measure>
108     <!--=======================================================-->
109     <measure number="8">
110       <note>
111         <rest/>
112         <duration>4</duration>
113         <voice>1</voice>
114       </note>
115       <barline location="right">
116         <bar-style>heavy-light</bar-style>
117       </barline>
118     </measure>
119     <!--=======================================================-->
120     <measure number="9">
121       <note>
122         <rest/>
123         <duration>4</duration>
124         <voice>1</voice>
125       </note>
126       <barline location="right">
127         <bar-style>heavy-heavy</bar-style>
128       </barline>
129     </measure>
130     <!--=======================================================-->
131     <measure number="10">
132       <note>
133         <rest/>
134         <duration>4</duration>
135         <voice>1</voice>
136       </note>
137       <barline location="right">
138         <bar-style>tick</bar-style>
139       </barline>
140     </measure>
141     <!--=======================================================-->
142     <measure number="11">
143       <note>
144         <rest/>
145         <duration>4</duration>
146         <voice>1</voice>
147       </note>
148       <barline location="right">
149         <bar-style>short</bar-style>
150       </barline>
151     </measure>
152     <!--=======================================================-->
153     <measure number="12">
154       <note>
155         <rest/>
156         <duration>4</duration>
157         <voice>1</voice>
158       </note>
159       <barline location="right">
160         <bar-style>none</bar-style>
161       </barline>
162     </measure>
163     <!--=======================================================-->
164     <measure number="13">
165       <note>
166         <rest/>
167         <duration>4</duration>
168         <voice>1</voice>
169       </note>
170     </measure>
171   </part>
172   <!--=========================================================-->
173 </score-partwise>