]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/46b-MidmeasureBarline.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 46b-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, without using an implicit measure!</miscellaneous-field>
9       </miscellaneous>
10     </identification>
11     <part-list>
12         <score-part id="P1">
13             <part-name></part-name>
14         </score-part>
15     </part-list>
16     <!--=========================================================-->
17     <part id="P1">
18         <!--=======================================================-->
19         <measure number="1">
20             <attributes>
21                 <divisions>1</divisions>
22             </attributes>
23             <note>
24                 <pitch>
25                     <step>C</step>
26                     <octave>5</octave>
27                 </pitch>
28                 <duration>1</duration>
29                 <voice>1</voice>
30                 <type>quarter</type>
31             </note>
32             <note>
33                 <pitch>
34                     <step>A</step>
35                     <octave>4</octave>
36                 </pitch>
37                 <duration>1</duration>
38                 <voice>1</voice>
39                 <type>quarter</type>
40             </note>
41             <barline location="middle">
42                 <bar-style>dotted</bar-style>
43             </barline>
44             <note>
45                 <pitch>
46                     <step>F</step>
47                     <octave>4</octave>
48                 </pitch>
49                 <duration>1</duration>
50                 <voice>1</voice>
51                 <type>quarter</type>
52             </note>
53             <note>
54                 <pitch>
55                     <step>C</step>
56                     <octave>5</octave>
57                 </pitch>
58                 <duration>1</duration>
59                 <voice>1</voice>
60                 <type>quarter</type>
61             </note>
62         </measure>
63         <!--=======================================================-->
64     </part>
65     <!--=========================================================-->
66 </score-partwise>