I use
grid=yes
in my setuplayout. With \showgrid I can see, that the space before and after a section is the same as before and after a subsection (3 lines before, and 2 lines after). But it would be nicer, if the subsection-title empty-space would be 2 lines before, and 1 line after, there should be a significant difference between the space around section and the space around subsection. This is possible with respect to grid=yes, indicated by the shown lines, but how?
\setuphead[subsection][before={\blank[line]},style=bold](also: MWE needed) – phg Oct 16 '12 at 8:06[after={\blank[...]}]. 2. It inserts a vertical blank of the size of a line. 3. Try this solution. – phg Oct 16 '12 at 9:20