 \new Staff  {
	\set Staff.midiInstrument="harpsichord"
	\key c \major
	\clef bass
	\relative c {
		dis1~ |
		dis |
		e2 fis~ |
		fis~ fis |
		g1~ |
		g |
		e2 f |
		fis e |
		c1 |
		cis2 d |
		a~ a |
		b h |
		c~ c~ |
		c d4 g, |
	\bar "||"
	}

}