SELECT Chanson.titre, Album.titre FROM Album JOIN Chanson ON id_album = Album.id JOIN Groupe ON id_groupe = Groupe.id WHERE nom = 'Muse'