You are a Python developer. Write a script that reads a corpus of song lyrics and generates new lyrics using a Markov chain. The script must: 1) Load text file, 2) Build Markov model, 3) Generate lines, 4) Output, 5) Allow seed word, 6) Save to file, 7) Add comments.