]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/09l-PickupMeasure-SecondVoiceMessup.xml
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 09l-PickupMeasure-SecondVoiceMessup.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     <work>
6         <work-title>Pickup measure with two voices</work-title>
7     </work>
8     <identification>
9       <miscellaneous>
10         <miscellaneous-field name="description">Voice 2 should start at 2nd 
11             beat of first full measure.</miscellaneous-field>
12       </miscellaneous>
13     </identification>
14     <part-list>
15         <score-part id="P1">
16             <part-name></part-name>
17             <score-instrument id="P1-I1">
18                 <instrument-name>Acoustic Grand Piano</instrument-name>
19             </score-instrument>
20             <midi-instrument id="P1-I1">
21                 <midi-channel>2</midi-channel>
22                 <midi-program>1</midi-program>
23             </midi-instrument>
24         </score-part>
25     </part-list>
26     <!--=========================================================-->
27     <part id="P1">
28         <measure implicit="yes" number="0" width="177">
29             <attributes>
30                 <divisions>1</divisions>
31             </attributes>
32             <note>
33                 <pitch>
34                     <step>C</step>
35                     <octave>5</octave>
36                 </pitch>
37                 <duration>1</duration>
38                 <voice>1</voice>
39                 <type>quarter</type>
40             </note>
41         </measure>
42         <!--=======================================================-->
43         <measure number="1">
44             <attributes>
45                 <divisions>1</divisions>
46             </attributes>
47             <note>
48                 <pitch>
49                     <step>C</step>
50                     <octave>5</octave>
51                 </pitch>
52                 <duration>1</duration>
53                 <voice>1</voice>
54                 <type>quarter</type>
55             </note>
56             <note>
57                 <pitch>
58                     <step>A</step>
59                     <octave>4</octave>
60                 </pitch>
61                 <duration>1</duration>
62                 <voice>1</voice>
63                 <type>quarter</type>
64             </note>
65             <note>
66                 <pitch>
67                     <step>F</step>
68                     <octave>4</octave>
69                 </pitch>
70                 <duration>1</duration>
71                 <voice>1</voice>
72                 <type>quarter</type>
73             </note>
74             <note>
75                 <pitch>
76                     <step>C</step>
77                     <octave>5</octave>
78                 </pitch>
79                 <duration>1</duration>
80                 <voice>1</voice>
81                 <type>quarter</type>
82             </note>
83             <backup>
84                 <duration>3</duration>
85             </backup>
86             <note>
87                 <pitch>
88                     <step>C</step>
89                     <octave>4</octave>
90                 </pitch>
91                 <duration>1</duration>
92                 <voice>2</voice>
93                 <type>quarter</type>
94             </note>
95         </measure>
96         <!--=======================================================-->
97     </part>
98     <!--=========================================================-->
99 </score-partwise>