\new Staff  {
	\set Staff.midiInstrument="harpsichord"
	\key c \major
	\clef bass
	\relative c {
		fis1~ |
		fis2 g~ |
		g1 |
		a4 d,2.~ |
		d4 c~ c2~ |
		c f~ |
		f g4 e~ |
		e2~ e |
		f1~ |
		f2. es4~ |
		es2 d |
		r4 f b,2~ |
		b a~ |
		a b~ |
		b r4 c |
	\bar "|."
	}

}
