Hello context users: I would like to use grid layout in my document. It works well but the distance between headings (section, subsection etc) and the following normal text becomes too big. How can I decrease this distance to normal, similar to non-grid layout? Here is an example: \usemodule[ipsum] \defineipsum[he][file=lipsum.txt,alternative=lines,n=1] \defineipsum[pa][file=lipsum.txt,alternative=paragraph,n=3] \defineipsum[pb][file=lipsum.txt,alternative=paragraph,n=4] \setuplayout[grid=yes] \setupinterlinespace[4.2ex] \starttext \chapter{\ipsum[he]} \ipsum[pa] \section{\ipsum[he]} \ipsum[pb] \subsection{\ipsum[he]} \ipsum[pb] \section{\ipsum[he]} \ipsum[pb] \section{\ipsum[he]} \ipsum[pb] \section{\ipsum[he]} \ipsum[pb] \stoptext I attach lipsum.txt file. If I compile the document without grid layout the distance between heading and text is correct, but with grid layout it is too much, it could be one or two "line-heights" less. I use ConTeXt ver: 2016.05.10 23:43 MKIV beta fmt: 2016.5.11 int: english/english. Thanks in advance, bcsikos