openwindow(640,480,32,"GoF")
local AmparoRoca = loadmusic("data/music/AmparoRoca.midi")
playmusic(AmparoRoca,100,0)
inkey()
closewindow()
I triple-checked possible spelling mistakes with the file's name. The path does also exist.
Furthermore I tried leaving out the "local" - no changes.