]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/02e-Rests-NoType.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 02e-Rests-NoType.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="1.1">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">In some cases, a rest might 
8           not have its type attribute set (this happens, for example, with
9           voices in Finale, where you don't manually insert a 
10           rest).</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name>MusicXML Part</part-name>
16     </score-part>
17   </part-list>
18   <!--=========================================================-->
19   <part id="P1">
20     <measure implicit="yes" number="0">
21       <attributes>
22         <divisions>1</divisions>
23         <key>
24           <fifths>0</fifths>
25           <mode>major</mode>
26         </key>
27         <time symbol="common">
28           <beats>4</beats>
29           <beat-type>4</beat-type>
30         </time>
31         <staves>2</staves>
32         <clef number="1">
33           <sign>G</sign>
34           <line>2</line>
35         </clef>
36         <clef number="2">
37           <sign>F</sign>
38           <line>4</line>
39         </clef>
40       </attributes>
41       <note>
42         <pitch>
43           <step>C</step>
44           <octave>5</octave>
45         </pitch>
46         <duration>1</duration>
47         <voice>1</voice>
48         <type>quarter</type>
49         <staff>1</staff>
50       </note>
51       <backup>
52         <duration>1</duration>
53       </backup>
54       <note>
55         <rest/>
56         <duration>1</duration>
57         <voice>2</voice>
58         <staff>2</staff>
59       </note>
60     </measure>
61     <!--=======================================================-->
62     <measure number="1">
63       <note>
64         <pitch>
65           <step>A</step>
66           <octave>4</octave>
67         </pitch>
68         <duration>4</duration>
69         <voice>1</voice>
70         <type>whole</type>
71         <staff>1</staff>
72       </note>
73       <backup>
74         <duration>4</duration>
75       </backup>
76       <note>
77         <pitch>
78           <step>E</step>
79           <octave>3</octave>
80         </pitch>
81         <duration>4</duration>
82         <voice>2</voice>
83         <type>whole</type>
84       </note>
85       <barline location="right">
86         <bar-style>light-heavy</bar-style>
87       </barline>
88     </measure>
89   </part>
90   <!--=========================================================-->
91 </score-partwise>