Help triggering sound

When the IR sensor is broken, I want it to advance the score by 1 pt (and display on the LCD) as well play the sound "test.wav" from the SD card.

With the code I have, I can get the scoring to work and posted to the LCD. But the sound does not play.

I though the command "music.play" would trigger the sound but it does not.

I think I might be missing something in the setup?