\new Staff  {
	\set Staff.midiInstrument="harpsichord"
	\key c \major
	\clef bass
	\relative c { 	
		h1~ |
		h2 h |
		c2. c4 |
		cis1 |
		d |
		b2 g4. a8 |
		d4 r
	\bar "|."
	}

}
