]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/31b-Directions-MultimeasureRests.xml.broken
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[lilypond.git] / input / regression / musicxml / 31b-Directions-MultimeasureRests.xml.broken
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   <movement-title>MusicXML directions (attached to staff)</movement-title>
6   <identification>
7     <miscellaneous>
8       <miscellaneous-field name="description">Directions between some 
9         multi-measure rests should still be converted to the correct 
10         position.</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <defaults/>
14   <part-list>
15     <score-part id="P1">
16       <part-name print-object="no">MusicXML Part</part-name>
17     </score-part>
18   </part-list>
19   <!--=========================================================-->
20   <part id="P1">
21     <!--=======================================================-->
22     <measure number="1">
23       <attributes>
24         <divisions>8</divisions>
25         <key>
26           <fifths>0</fifths>
27           <mode>major</mode>
28         </key>
29         <time symbol="common">
30           <beats>4</beats>
31           <beat-type>4</beat-type>
32         </time>
33         <clef>
34           <sign>G</sign>
35           <line>2</line>
36         </clef>
37       </attributes>
38       <note>
39         <rest/>
40         <duration>32</duration>
41         <voice>1</voice>
42       </note>
43       <direction placement="above">
44         <direction-type>
45           <words font-family="Times New Roman" font-size="9.6" font-weight="bold">TEST</words>
46         </direction-type>
47         <offset>-4</offset>
48       </direction>
49     </measure>
50     <!--=======================================================-->
51     <measure number="2">
52       <note>
53         <rest/>
54         <duration>32</duration>
55         <voice>1</voice>
56       </note>
57     </measure>
58     <!--=======================================================-->
59     <measure number="3">
60       <note>
61         <rest/>
62         <duration>32</duration>
63         <voice>1</voice>
64       </note>
65       <barline location="right">
66         <bar-style>light-heavy</bar-style>
67       </barline>
68     </measure>
69     <!--=======================================================-->
70   </part>
71   <!--=========================================================-->
72 </score-partwise>