]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00k-Basics-Backup.xml
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 00k-Basics-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   <movement-title>Backup not to 0 in second voice</movement-title>
6   <identification>
7     <miscellaneous>
8       <miscellaneous-field name="description">Two voices with a backup, that 
9           does not jump to the beginning for the measure for voice 2, but 
10           somewhere in the middle. Voice 2 thus won't have any notes or rests 
11           for the first beat of the measures.</miscellaneous-field>
12     </miscellaneous>
13   </identification>
14   <part-list>
15     <score-part id="P1">
16       <part-name></part-name>
17       <part-abbreviation></part-abbreviation>
18     </score-part>
19   </part-list>
20   <part id="P1">
21     <measure number="1">
22       <attributes>
23         <divisions>2</divisions>
24         <key><fifths>0</fifths></key>
25         <time symbol="common">
26           <beats>4</beats>
27           <beat-type>4</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <note>
35         <pitch>
36           <step>C</step>
37           <octave>4</octave>
38         </pitch>
39         <duration>2</duration>
40         <voice>1</voice>
41         <type>quarter</type>
42       </note>
43       <note>
44         <pitch>
45           <step>C</step>
46           <octave>4</octave>
47         </pitch>
48         <duration>2</duration>
49         <voice>1</voice>
50         <type>quarter</type>
51       </note>
52       <backup>
53         <duration>2</duration>
54       </backup>
55       <note>
56         <pitch>
57           <step>A</step>
58           <octave>3</octave>
59         </pitch>
60         <duration>2</duration>
61         <voice>2</voice>
62         <type>quarter</type>
63       </note>
64       <note>
65         <pitch>
66           <step>A</step>
67           <octave>3</octave>
68         </pitch>
69         <duration>2</duration>
70         <voice>2</voice>
71         <type>quarter</type>
72       </note>
73     </measure>
74   </part>
75 </score-partwise>
76