Just tested...it works perfectly and the sound/instrument fidelity is perfect too.

Here an APK so you give a go on your android device just to savour it... enjoy the music

There is an .IT file by Darkmanwolf.
Then a .MOD file by Allister Brimble.
This is SUPER GREAT NEWS! So much for people babbling about a dead GLBasic on some other nonsense thread

Also...here the code:
// --------------------------------- //
// Project: MUSIC_TEST
// Start: Wednesday, August 06, 2014
// IDE Version: 12.243
PRINT "TESTING SOME MUSIC ON ANDROID.",100,100
PRINT "TOUCH SCREEN TO START...",100,110
SHOWSCREEN
MOUSEWAIT
SLEEP 250
PRINT "PLAYING -ILLUSION.IT-",100,100
PRINT "COOL UH?",100,110
PLAYMUSIC "Media/illusion.it",TRUE
PRINT "TOUCH SCREEN TO TEST NEXT ONE...",100,120
SHOWSCREEN
MOUSEWAIT
SLEEP 250
PRINT "PLAYING -FULL CONTACT.MOD-",100,100
PRINT "SUPER COOL UH?",100,110
PLAYMUSIC "Media/FullContact.MOD",TRUE
PRINT "TOUCH SCREEN TO QUIT.",100,120
SHOWSCREEN
MOUSEWAIT
EDIT: This is definently worth a new thread to inform people...probably Gernot did not have time to add it to the LOG of latest GLB update...I´m REALLY HAPPY WITH THIS!!!