\new Staff  {
	\set Staff.midiInstrument="harpsichord"
	\key c \major
	\clef bass
	\relative c { 	
		d1~ |
		d |
		e~ |
		e2 d |
		b1~ |
		b~ |
		b2 h~ |
		h es |
		f1 |
		g4 c, as2~ |
		as1 |
		e'2 f |
		b, b4 c |
		f,2 d'~ |
		d1~ |
		d2 a~ |
		a g |
		d' es~ |
		es4 f b,2 |
	\bar "|."
	}

}
