]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/21e-Chords-PickupMeasures.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 21e-Chords-PickupMeasures.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">Check for proper chord detection 
8           after a pickup measure (i.e. the first beat of the measure is not 
9           aligned with multiples of the time signature)!</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12     <part-list>
13         <score-part id="P2">
14             <part-name>MusicXML Part</part-name>
15         </score-part>
16     </part-list>
17     <!--=========================================================-->
18     <part id="P2">
19         <measure implicit="yes" number="0">
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         </measure>
33         <!--=======================================================-->
34         <measure number="1">
35             <note>
36                 <pitch>
37                     <step>C</step>
38                     <octave>5</octave>
39                 </pitch>
40                 <duration>1</duration>
41                 <voice>1</voice>
42                 <type>quarter</type>
43             </note>
44             <note>
45                 <chord/>
46                 <pitch>
47                     <step>A</step>
48                     <octave>4</octave>
49                 </pitch>
50                 <duration>1</duration>
51                 <voice>1</voice>
52                 <type>quarter</type>
53             </note>
54             <note>
55                 <chord/>
56                 <pitch>
57                     <step>F</step>
58                     <octave>4</octave>
59                 </pitch>
60                 <duration>1</duration>
61                 <voice>1</voice>
62                 <type>quarter</type>
63             </note>
64             <note>
65                 <pitch>
66                     <step>C</step>
67                     <octave>5</octave>
68                 </pitch>
69                 <duration>1</duration>
70                 <voice>1</voice>
71                 <type>quarter</type>
72             </note>
73             <note>
74                 <chord/>
75                 <pitch>
76                     <step>A</step>
77                     <octave>4</octave>
78                 </pitch>
79                 <duration>1</duration>
80                 <voice>1</voice>
81                 <type>quarter</type>
82             </note>
83         </measure>
84         <!--=======================================================-->
85     </part>
86     <!--=========================================================-->
87 </score-partwise>