On Wed, Jul 23, 2008 at 3:33 PM, Alan Stone
\setupsectionblock[bodypart][page=yes] \setupsectionblock[backpart][page=yes]
or for the backpart
\setupsectionblock[backpart][page=yes,before={\page[left]}]
Thanks Wolfgang.
I've been playing with different bodypart and backpart setupsectionblock settings: number=yes/no, page=yes/no/right, before/after={\page[left/right]}]
From what I observed and understand (from the manual and http://texshow.contextgarden.net/command/detail/296 )...
number=yes/no : doesn't have any effect at all
Removes the number from \chapter etc.
page=yes : starts (a section block on) a new (left or right) page page=no : doesn't have any effect at all
Continues the next sectionblock on the same page as the lest block ends.
page=right: starts (a section block on) a (new) right page
before/after : before/after starting the new page
\page[left/right] : forces a left/right page
The following
\setupsectionblock[backpart][before={\page[left]}]
gives more what I was looking after, however there's still a blank numbered page as the last chapter's last page which I've unsuccessfully been trying to get without page number.
But only in MkII, if you have a problem with this in MkIV make a example. Wolfgang