<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 0.6b Partwise//EN"
 "http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise>
	<identification>
		<miscellaneous>
			<miscellaneous-field name="description">A piano staff 
                            with different keys and clefs for each of its 
                            staves. The key and clef for the second staff is 
                            given only after a backward, just before the first
                            note of the second staff is given, but after the 
                            whole measure for staff 1 has been given.</miscellaneous-field>
		</miscellaneous>
	</identification>
	<part-list>
		<score-part id="P1">
			<part-name>MusicXML Part</part-name>
		</score-part>
	</part-list>
	<part id="P1">
		<measure number="1">
			<attributes>
				<divisions>96</divisions>
				<key number="1"><fifths>0</fifths></key>
				<time><beats>4</beats><beat-type>4</beat-type></time>
				<staves>2</staves>
				<clef number="1"><sign>G</sign><line>2</line></clef>
			</attributes>
			<note>
				<pitch><step>F</step><octave>4</octave></pitch>
				<duration>384</duration>
				<voice>1</voice>
				<type>whole</type>
				<staff>1</staff>
			</note>
			<backup><duration>384</duration></backup>
			<attributes>
				<key number="2"><fifths>2</fifths></key>
				<clef number="2"><sign>F</sign><line>4</line></clef>
			</attributes>
			<note>
				<pitch><step>B</step><octave>2</octave></pitch>
				<duration>384</duration>
				<voice>2</voice>
				<type>whole</type>
				<staff>2</staff>
			</note>
		</measure>
	</part>
</score-partwise>
