My very first post, please forgive any sins I might commit due to my lack of board-experience

Here's my question: I would like to force any given amount of spaces in Latex. "\ " seems to work really well, except at the beginning of a line. Is there a way to force spacing at the beginning of a line without using any additional packages or vspace?
Here's the background: I'd like to import Song Lyrics and Chords into Latex without much work, ie without much tedious reformatting of the text to make it Latex-Suitable.
The standard method of displaying Song Lyrics and Chords on the net is using a monospaced font and having the lyrics on one line, and the chords with the appropriate amount of spacings on the line above. "The appropriate amount of spaces" are needed to make the chord align with the word where the chord change takes place. See an example here: http://tabs.ultimate-guitar.com/t/tenac ... te_crd.htm
So all I need to do if I want to import this song into Latex is to replace all " " with "\ " and the linebrakes with "\\" (as you know these steps can be easily done with a standard "search and replace" function).
And this is where the problem starts: Some lines don't start with a chord change, ie don't have a chord in the beginning of the line (see line "One and one make two, two and one make three"). The "\ " command doesn't seem to work on those lines. Does anybody have any suggestions? A spacing-force-command that does work at the beginning of a line? Or an invisible sign at the beginning of the line to trick Latex into thinking the spacing is not the first character of the line?
Thanks in advance!