]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/43b-MultiStaff-DifferentKeys.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 43b-MultiStaff-DifferentKeys.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 keys and clefs for both staves are given 
10                             at the very beginning of the measure.</miscellaneous-field>
11                 </miscellaneous>
12         </identification>
13         <part-list>
14                 <score-part id="P1">
15                         <part-name>MusicXML Part</part-name>
16                 </score-part>
17         </part-list>
18         <part id="P1">
19                 <measure number="1">
20                         <attributes>
21                                 <divisions>96</divisions>
22                                 <key number="1"><fifths>0</fifths></key>
23                                 <key number="2"><fifths>2</fifths></key>
24                                 <time><beats>4</beats><beat-type>4</beat-type></time>
25                                 <staves>2</staves>
26                                 <clef number="1"><sign>G</sign><line>2</line></clef>
27                                 <clef number="2"><sign>F</sign><line>4</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                         <note>
38                                 <pitch><step>B</step><octave>2</octave></pitch>
39                                 <duration>384</duration>
40                                 <voice>2</voice>
41                                 <type>whole</type>
42                                 <staff>2</staff>
43                         </note>
44                 </measure>
45         </part>
46 </score-partwise>