 \new Staff  {
	\set Staff.midiInstrument="harpsichord"
	\key c \major
	\clef bass
	\relative c, {
		fis1 |
		g2 cis |
		d1 |
		e4 a, g2~ |
		g fis~ |
		fis h~ |
		h a~ |
		a g~ |
		g gis~ |
		gis a |
		d e~ |
		e1 |
		f |
		fis4 g c,2 |
	\bar "||"
	}

}