]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/43c-MultiStaff-DifferentKeysAfterBackup.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 43c-MultiStaff-DifferentKeysAfterBackup.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">A piano staff 
8                             with different keys and clefs for each of its 
9                             staves. The key and clef for the second staff is 
10                             given only after a backward, just before the first
11                             note of the second staff is given, but after the 
12                             whole measure for staff 1 has been given.</miscellaneous-field>
13                 </miscellaneous>
14         </identification>
15         <part-list>
16                 <score-part id="P1">
17                         <part-name>MusicXML Part</part-name>
18                 </score-part>
19         </part-list>
20         <part id="P1">
21                 <measure number="1">
22                         <attributes>
23                                 <divisions>96</divisions>
24                                 <key number="1"><fifths>0</fifths></key>
25                                 <time><beats>4</beats><beat-type>4</beat-type></time>
26                                 <staves>2</staves>
27                                 <clef number="1"><sign>G</sign><line>2</line></clef>
28                         </attributes>
29                         <note>
30                                 <pitch><step>F</step><octave>4</octave></pitch>
31                                 <duration>384</duration>
32                                 <voice>1</voice>
33                                 <type>whole</type>
34                                 <staff>1</staff>
35                         </note>
36                         <backup><duration>384</duration></backup>
37                         <attributes>
38                                 <key number="2"><fifths>2</fifths></key>
39                                 <clef number="2"><sign>F</sign><line>4</line></clef>
40                         </attributes>
41                         <note>
42                                 <pitch><step>B</step><octave>2</octave></pitch>
43                                 <duration>384</duration>
44                                 <voice>2</voice>
45                                 <type>whole</type>
46                                 <staff>2</staff>
47                         </note>
48                 </measure>
49         </part>
50 </score-partwise>