]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00k-Basics-Backup.xml
MusicXML: Remove unneccessary header fields from the regtests
[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   <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       <part-abbreviation></part-abbreviation>
17     </score-part>
18   </part-list>
19   <part id="P1">
20     <measure number="1">
21       <attributes>
22         <divisions>2</divisions>
23         <key><fifths>0</fifths></key>
24         <time symbol="common">
25           <beats>4</beats>
26           <beat-type>4</beat-type>
27         </time>
28         <clef>
29           <sign>G</sign>
30           <line>2</line>
31         </clef>
32       </attributes>
33       <note>
34         <pitch>
35           <step>C</step>
36           <octave>4</octave>
37         </pitch>
38         <duration>2</duration>
39         <voice>1</voice>
40         <type>quarter</type>
41       </note>
42       <note>
43         <pitch>
44           <step>C</step>
45           <octave>4</octave>
46         </pitch>
47         <duration>2</duration>
48         <voice>1</voice>
49         <type>quarter</type>
50       </note>
51       <backup>
52         <duration>2</duration>
53       </backup>
54       <note>
55         <pitch>
56           <step>A</step>
57           <octave>3</octave>
58         </pitch>
59         <duration>2</duration>
60         <voice>2</voice>
61         <type>quarter</type>
62       </note>
63       <note>
64         <pitch>
65           <step>A</step>
66           <octave>3</octave>
67         </pitch>
68         <duration>2</duration>
69         <voice>2</voice>
70         <type>quarter</type>
71       </note>
72     </measure>
73   </part>
74 </score-partwise>
75