On 11/23/20 4:29 PM, Joseph wrote:
> Could reproduce this problem with ‘default’ font and even seeing it
> cumulating in same page. BTW, Perhaps you already fixed it locally.

Hi Joseph,

probably the approach has to be different.

Setting the whitespace to line fixes everything:

  \startsetups[*lessstrict]
      \widowpenalty=1000
      \clubpenalty=1000
      \brokenpenalty=1000
  \stopsetups

  \setuplayout[setups={*lessstrict}, grid=both]

  \showgrid

  \setupwhitespace[line]

  \starttext

  \dorecurse{8}
    {\blank[line]Fin des psalmes.\par
     \blank[line]\input knuth\par}

  \stoptext

Just in case it helps,

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to