Csound Csound-dev Csound-tekno Search About

[Csnd] overlapping sections, how to

Date2013-04-01 20:26
FromStefan Thomas
Subject[Csnd] overlapping sections, how to
Dear  community,
I would like to overlap the last note of the first section with the the following note of the second section, without continue beat-counting.
Is this possible?
In the below quoted example, unfortunately, csound waits, until the last note   of the first section is finished.

<CsScore>
; start dur     pitch
i1 0     2     8.00
i. 1     2     8.02
i. 2     2    8.04
s
i1 0     2      8.05
i. 1     2     8.02
i. 2     2     8.00

</CsScore>