    defpause	, $20
    pausevolume	,  70
    allocsub	,$021F
_test_start
    opensub ,  0, _test_start_sub0
    opensub ,  1, _test_start_sub0
    volumechg	, 80
    tempochg	, 142
    waitw	, 10000
    fin
    

_test_start_sub0
    Bmode
    opennote,  0, _test_start_sub0_note0
    opennote,  1, _test_start_sub0_note1
    opennote,  2, _test_start_sub0_note2
    opennote,  3, _test_start_sub0_note3
    priority	, 14
    span	,  38
    prg 	,   0
    svolume	, 100
    fxmix	,  80
    waitw	, 10000

    fin

_test_start_sub0_note0
     cn4b1w,10000,100
     fin
_test_start_sub0_note1
     en4b1w,10000,100
     fin
_test_start_sub0_note2
     gn4b1w,10000,100
     fin
_test_start_sub0_note3
     cn5b1w,10000,100
     fin
