Trivial Solutions
                    The LoseThos 64-bit PC Operating System
File:/LT/Apps/MusicOrgan/Examples/o.CPZ
This, and all LoseThos files, are public domain.  Do whatever you like.
God is watching; God is just; God is never out-done in generosity.  He talks!

LoseThos code compiles with the 64-bit LoseThos compiler/assembler I wrote.
Boot the LoseThos CD and you can compile it.  Not in Kansas anymore!

Click here for preliminary compiler information you need.

//9 no nothing
U0 Song()
{
  Fs->task_end_cb=&SndTaskEndCB;
  MusicSettingsRst;
  music_tempo= 2.480;
  music_stacatto_factor= 0.902;
  try {
  while (!ScanKey) {
        Play("W13sC!G!CG!!etA!DD2sG!3G2G3G!F!A!!FADD!!DD!qGsB2G3B2G3qG");
        Play("sC!G!CG!!etA!DD2sG!3G2G3G!F!A!!FADD!!DD!qGsB2G3B2G3qG");
        Play("eG!2G3qEsA2G3A2G3qAsEAEAD!E!!DEqFeA!2G");
        Play("3G!2G3qEsA2G3A2G3qAsEAEAD!E!!DEqFeA!2G");
  }
  } catch
    CatchAll;
  Snd(0);
}
 
Song;