\new Staff  {
	\set Staff.midiInstrument="harpsichord"
	\key c \major
	\clef bass
	\relative c, {
		fis2. cis'4~ |
		cis2 d~ |
		d~ d4 c~ |
		c2 h~ |
		h4 c~ c2~ |
		c~ c4 d |
		g,1~ |
		g |
		c4 e~ e2 |
		f1~ |
		f~ |
		f2 f4 g |
		c, r r2 |
	\bar "|."
	}

}
