\new Staff  {
	\set Staff.midiInstrument="harpsichord"
	\key c \major
	\clef bass
	\relative c, {
		f4 cis'~ cis2~ |
		cis d~ |
		d~ d~ |
		d1 |
		e4 dis2.~ |
		dis2~ dis~ |
		dis1 |
		e2~ e~ |
		e~ e~ |
		e fis4 g~ |
		g1~ |
		g2~ g4 a |
		d,2 r\fermata |
	\bar "|."
	}

}
