Dear list,

 

In some cases with latest LMTX I see text not aligned to grid. MWE reproduces the problem (could not reproduce with default font).

Typesetting MWE using online ConTeXt page shows correctly aligned text on grid.

 

\showgrid

\setuplayout[grid=both]

 

\definefontfeature[base][mode=node]

 

\definefontfamily[mainfont][serif][EBGaramond][features=base]

\setupbodyfont[mainfont, 9pt]

 

\starttext

 

\blank[line, samepage]Fin des psalmes.

 

\blank[line, samepage]Fin des psalmes.

 

\dorecurse{8}{\input knuth

 

}

 

\stoptext

 

If number of itérations is changed from 8 to 7) problem does not appear, seems to be linked to the fact page is fully filled with lines.

If one of the \blank lines is commented out problem does not occur either.