]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/02b-Rests-PitchedRests.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 02b-Rests-PitchedRests.xml
1 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 0.6b Partwise//EN"
3  "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5         <identification>
6                 <miscellaneous>
7                         <miscellaneous-field name="description">Rests can have 
8                             explicit pitches, where they are displayed. The 
9                             first rest uses no explicit position and should use 
10                             the default position, all others are explicitly 
11                             positioned somewhere else.</miscellaneous-field>
12                 </miscellaneous>
13         </identification>
14         <part-list>
15                 <score-part id="P1"><part-name>MusicXML Part</part-name></score-part>
16         </part-list>
17         <part id="P1">
18                 <measure number="1">
19                         <attributes>
20                                 <divisions>96</divisions>
21                                 <key><fifths>0</fifths></key>
22                                 <time><beats>5</beats><beat-type>4</beat-type></time>
23                                 <staves>1</staves>
24                                 <clef number="1"><sign>G</sign><line>2</line></clef>
25                         </attributes>
26                         <note>
27                                 <rest/>
28                                 <duration>96</duration>
29                                 <voice>1</voice>
30                                 <type>quarter</type>
31                                 <staff>1</staff>
32                         </note>
33                         <note>
34                                 <rest><display-step>E</display-step><display-octave>4</display-octave></rest>
35                                 <duration>96</duration>
36                                 <voice>1</voice>
37                                 <type>quarter</type>
38                                 <staff>1</staff>
39                         </note>
40                         <note>
41                                 <rest><display-step>F</display-step><display-octave>5</display-octave></rest>
42                                 <duration>96</duration>
43                                 <voice>1</voice>
44                                 <type>quarter</type>
45                                 <staff>1</staff>
46                         </note>
47                         <note>
48                                 <rest><display-step>A</display-step><display-octave>3</display-octave></rest>
49                                 <duration>96</duration>
50                                 <voice>1</voice>
51                                 <type>quarter</type>
52                                 <staff>1</staff>
53                         </note>
54                         <note>
55                                 <rest><display-step>C</display-step><display-octave>6</display-octave></rest>
56                                 <duration>96</duration>
57                                 <voice>1</voice>
58                                 <type>quarter</type>
59                                 <staff>1</staff>
60                         </note>
61                 </measure>
62         </part>
63 </score-partwise>