]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/09i-MidmeasureBarline.xml
MusicXML: Remove unneccessary header fields from the regtests
[lilypond.git] / input / regression / musicxml / 09i-MidmeasureBarline.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"
3           "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="2.0">
5     <identification>
6       <miscellaneous>
7         <miscellaneous-field name="description">Barlines can appear at 
8             mid-measure positions!</miscellaneous-field>
9       </miscellaneous>
10     </identification>
11     <part-list>
12         <score-part id="P1">
13             <part-name></part-name>
14             <score-instrument id="P1-I1">
15                 <instrument-name>Acoustic Grand Piano</instrument-name>
16             </score-instrument>
17             <midi-instrument id="P1-I1">
18                 <midi-channel>2</midi-channel>
19                 <midi-program>1</midi-program>
20             </midi-instrument>
21         </score-part>
22     </part-list>
23     <!--=========================================================-->
24     <part id="P1">
25         <!--=======================================================-->
26         <measure number="1">
27             <attributes>
28                 <divisions>1</divisions>
29             </attributes>
30             <note>
31                 <pitch>
32                     <step>C</step>
33                     <octave>5</octave>
34                 </pitch>
35                 <duration>1</duration>
36                 <voice>1</voice>
37                 <type>quarter</type>
38             </note>
39             <note>
40                 <pitch>
41                     <step>A</step>
42                     <octave>4</octave>
43                 </pitch>
44                 <duration>1</duration>
45                 <voice>1</voice>
46                 <type>quarter</type>
47             </note>
48             <barline location="middle">
49                 <bar-style>dotted</bar-style>
50             </barline>
51             <note>
52                 <pitch>
53                     <step>F</step>
54                     <octave>4</octave>
55                 </pitch>
56                 <duration>1</duration>
57                 <voice>1</voice>
58                 <type>quarter</type>
59             </note>
60             <note>
61                 <pitch>
62                     <step>C</step>
63                     <octave>5</octave>
64                 </pitch>
65                 <duration>1</duration>
66                 <voice>1</voice>
67                 <type>quarter</type>
68             </note>
69         </measure>
70         <!--=======================================================-->
71     </part>
72     <!--=========================================================-->
73 </score-partwise>