]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/14b-DifferentKeysAfterBackup-PJB.xml
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 14b-DifferentKeysAfterBackup-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-01-22</encoding-date>
9                 </encoding>
10                 <miscellaneous>
11                         <miscellaneous-field name="description">A piano staff 
12                             with different keys and clefs for each of its 
13                             staves. The key and clef for the second staff is 
14                             given only after a backward, just before the first
15                             note of the second staff is given, but after the 
16                             whole measure for staff 1 has been given.</miscellaneous-field>
17                 </miscellaneous>
18         </identification>
19         <part-list>
20                 <score-part id="P1">
21                         <part-name>MIDI Track 1</part-name>
22                 </score-part>
23         </part-list>
24         <part id="P1">
25                 <measure number="1">
26                         <attributes>
27                                 <divisions>96</divisions>
28                                 <key number="1"><fifths>0</fifths></key>
29                                 <time><beats>4</beats><beat-type>4</beat-type></time>
30                                 <staves>2</staves>
31                                 <clef number="1"><sign>G</sign><line>2</line></clef>
32                         </attributes>
33                         <note>
34                                 <pitch><step>F</step><octave>4</octave></pitch>
35                                 <duration>384</duration>
36                                 <voice>1</voice>
37                                 <type>whole</type>
38                                 <staff>1</staff>
39                         </note>
40                         <backup><duration>384</duration></backup>
41                         <attributes>
42                                 <key number="2"><fifths>2</fifths></key>
43                                 <clef number="2"><sign>F</sign><line>4</line></clef>
44                         </attributes>
45                         <note>
46                                 <pitch><step>B</step><octave>2</octave></pitch>
47                                 <duration>384</duration>
48                                 <voice>2</voice>
49                                 <type>whole</type>
50                                 <staff>2</staff>
51                         </note>
52                 </measure>
53         </part>
54 </score-partwise>