Hello, I'm trying to figure out why this is not working (whereas \startlines\stoplines works): ``` \definehead[poem][section] \setuphead[poem][beforesection={\starttyping}, aftersection={\stoptyping}] \starttext \startpoem[title={Glijden}][] Lorem ipsum dolor sit amet consectetur. \stoppoem \stoptext ``` I get the following traceback: ``` tex error > tex error on line 6 in file /home/ali/work/being_human/test.tex: ! Undefined control sequence \strc_sectioning_initialize_increment ->\edef \currentheadincrement {\headparameter \c!incrementnumber }\ifcsname \??headincrement \currentheadincrement \endcsname \lastnamedcs \else \settrue \c_strc_sectioning_increment \settrue \c_strc_sectionin... \strc_sectioning_handle ... \currentheadsection }\strc_sectioning_initialize_autolevel \strc_sectioning_initialize_increment \strc_sectioning_initialize_placement \strc_sectioning_initialize_number \the \everybeforesectionheadhandle \let \getheadn... \strc_sectioning_start_named_section ...parameter \c!beforesection \the \everybeforehead \strc_sectioning_handle {#1}{#2}{#3} \headparameter \c!insidesection l.6 \startpoem[title={Glijden}][] 1 \definehead[poem][section] 2 \setuphead[poem][beforesection={\starttyping}, aftersection={\stoptyping}] 3 4 \starttext 5 6 >> \startpoem[title={Glijden}][] 7 Lorem ipsum dolor sit amet consectetur. 8 \stoppoem 9 10 \stoptext 11 mtx-context | fatal error: return code: 256 ``` Any idea? thanks a lot! Alex