]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/03b-Rhythm-Backup.xml
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[lilypond.git] / input / regression / musicxml / 03b-Rhythm-Backup.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3
4 <score-partwise version="1.1">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Two voices with a backup, that 
8           does not jump to the beginning for the measure for voice 2, but 
9           somewhere in the middle. Voice 2 thus won't have any notes or rests 
10           for the first beat of the measures.</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name></part-name>
16     </score-part>
17   </part-list>
18   <part id="P1">
19     <measure number="1">
20       <attributes>
21         <divisions>2</divisions>
22         <key><fifths>0</fifths></key>
23         <time symbol="common">
24           <beats>4</beats>
25           <beat-type>4</beat-type>
26         </time>
27         <clef>
28           <sign>G</sign>
29           <line>2</line>
30         </clef>
31       </attributes>
32       <note>
33         <pitch>
34           <step>C</step>
35           <octave>4</octave>
36         </pitch>
37         <duration>2</duration>
38         <voice>1</voice>
39         <type>quarter</type>
40       </note>
41       <note>
42         <pitch>
43           <step>C</step>
44           <octave>4</octave>
45         </pitch>
46         <duration>2</duration>
47         <voice>1</voice>
48         <type>quarter</type>
49       </note>
50       <backup>
51         <duration>2</duration>
52       </backup>
53       <note>
54         <pitch>
55           <step>A</step>
56           <octave>3</octave>
57         </pitch>
58         <duration>2</duration>
59         <voice>2</voice>
60         <type>quarter</type>
61       </note>
62       <note>
63         <pitch>
64           <step>A</step>
65           <octave>3</octave>
66         </pitch>
67         <duration>2</duration>
68         <voice>2</voice>
69         <type>quarter</type>
70       </note>
71     </measure>
72   </part>
73 </score-partwise>
74