I just realized that \starbreak was one of my own macros (defined ages ago) so the MWE should be:

 

\usemodule[fancybreak]

 

\define\starbreak{

    \fancybreak{

        \strut\hfill\hfill\symbol[star]\hfill\symbol[star]\hfill\symbol[star]\hfill\hfill\strut

    }}

 

\starttext

\input ward

\starbreak

\input ward

\stoptext

 

Sorry for the confusion.

 

Clyde

 

 

From: Clyde Johnston [mailto:clyde@johnston.name]
Sent: Monday, January 25, 2021 6:46 PM
To: mailing list for ConTeXt users (ntg-context@ntg.nl)
Subject: fancybreak module

 

I have finally gotten around to upgrading my ConTeXt installation to LTMX and found that the \starbreak command in the “fancybreak” module no longer works.

 

\usemodule[fancybreak]

\starttext

   \input ward

   \starbreak

   \input ward

\stoptext

 

Have I missed something about the LTMX changes?  I was working in version 2018.07.02 14:39 but not in 2021.01.24 16:07.

 

Regards,

Clyde