]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00e-Basics-PitchedRests-PJB.xml
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 00e-Basics-PitchedRests-PJB.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                 <encoding>
7                         <software>/usr/bin/vi</software>
8                         <encoding-date>2007-02-02</encoding-date>
9                 </encoding>
10                 <miscellaneous>
11                         <miscellaneous-field name="description">Rests can have 
12                             explicit pitches, where they are displayed. The 
13                             first rest uses no explicit position and should use 
14                             the default position, all others are explicitly 
15                             positioned somewhere else.</miscellaneous-field>
16                 </miscellaneous>
17         </identification>
18         <part-list>
19                 <score-part id="P1"><part-name>MIDI Track 1</part-name></score-part>
20         </part-list>
21         <part id="P1">
22                 <measure number="1">
23                         <attributes>
24                                 <divisions>96</divisions>
25                                 <key><fifths>0</fifths></key>
26                                 <time><beats>5</beats><beat-type>4</beat-type></time>
27                                 <staves>1</staves>
28                                 <clef number="1"><sign>G</sign><line>2</line></clef>
29                         </attributes>
30                         <note>
31                                 <rest/>
32                                 <duration>96</duration>
33                                 <voice>1</voice>
34                                 <type>quarter</type>
35                                 <staff>1</staff>
36                         </note>
37                         <note>
38                                 <rest><display-step>E</display-step><display-octave>4</display-octave></rest>
39                                 <duration>96</duration>
40                                 <voice>1</voice>
41                                 <type>quarter</type>
42                                 <staff>1</staff>
43                         </note>
44                         <note>
45                                 <rest><display-step>F</display-step><display-octave>5</display-octave></rest>
46                                 <duration>96</duration>
47                                 <voice>1</voice>
48                                 <type>quarter</type>
49                                 <staff>1</staff>
50                         </note>
51                         <note>
52                                 <rest><display-step>A</display-step><display-octave>3</display-octave></rest>
53                                 <duration>96</duration>
54                                 <voice>1</voice>
55                                 <type>quarter</type>
56                                 <staff>1</staff>
57                         </note>
58                         <note>
59                                 <rest><display-step>C</display-step><display-octave>6</display-octave></rest>
60                                 <duration>96</duration>
61                                 <voice>1</voice>
62                                 <type>quarter</type>
63                                 <staff>1</staff>
64                         </note>
65                 </measure>
66         </part>
67 </score-partwise>