]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/46e-PickupMeasure-SecondVoiceStartsLater.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 46e-PickupMeasure-SecondVoiceStartsLater.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">Voice 2 should start at 2nd 
8             beat of first full 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         <measure implicit="yes" number="0">
19             <attributes>
20                 <divisions>1</divisions>
21             </attributes>
22             <note>
23                 <pitch>
24                     <step>C</step>
25                     <octave>5</octave>
26                 </pitch>
27                 <duration>1</duration>
28                 <voice>1</voice>
29                 <type>quarter</type>
30             </note>
31         </measure>
32         <!--=======================================================-->
33         <measure number="1">
34             <attributes>
35                 <divisions>1</divisions>
36             </attributes>
37             <note>
38                 <pitch>
39                     <step>C</step>
40                     <octave>5</octave>
41                 </pitch>
42                 <duration>1</duration>
43                 <voice>1</voice>
44                 <type>quarter</type>
45             </note>
46             <note>
47                 <pitch>
48                     <step>A</step>
49                     <octave>4</octave>
50                 </pitch>
51                 <duration>1</duration>
52                 <voice>1</voice>
53                 <type>quarter</type>
54             </note>
55             <note>
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             <backup>
74                 <duration>3</duration>
75             </backup>
76             <note>
77                 <pitch>
78                     <step>C</step>
79                     <octave>4</octave>
80                 </pitch>
81                 <duration>1</duration>
82                 <voice>2</voice>
83                 <type>quarter</type>
84             </note>
85         </measure>
86         <!--=======================================================-->
87     </part>
88     <!--=========================================================-->
89 </score-partwise>