0,]']±>Sï}WÿÍu§ðp8·d%qy)6o;]ÉA¦ösï÷ôôô”°ÂVl†3patterns=0x11164 last=0 function TIC() cls() notes= {{k=1, l="a", n=4}, {k=19, l="s", n=6}, {k=4, l="d", n=8}, {k=6, l="f", n=9}, {k=7, l="g", n=11}, {k=8, l="h", n=13}, {k=10, l="j", n=15}} for i,note in pairs(notes) do c=12 dy=0 if keyp(note.k) then if last==0 then last=note.n end poke4(2*patterns,last) poke4(2*patterns+12,note.n) music(0,0,0,false) last=note.n end if key(note.k) then c=10 dy=1 end rect(60+12*i,40+dy,10,40,c) print(note.l, 62+12*i,70+dy, 0) end print("Now with 100% more glissando!",33,20,3) end