Stop music playing on the MPD server

Property definitions

mpd $ MPDConnection :: stop
	# Stop music playing on the MPD server
	fun stop do write_and_check("stop\n")
lib/mpd/mpd.nit:148,2--149,38