On Sat, 14 Apr 2007, Bert Trüger wrote:

> Hi,
>
> i am a fresh convert to Context from Latex and deeply impressed by
> it's ability to set multiple pages on one page, even doublesided
> ones.
> For setting a collection of poems I use \obeylines and \smallskip
> to arrange them on the page. Pagebreaks should only be possible
> between stanzas at the \smallskip-mark. Could somebody tell me, how
> to achieve this?

Probably, the easiest way to do that will be to add a bit of a markup. 
Something like (untested)

\setuplines[after={\blank[small]}] %or after=\smallskip
\defineframedtext[stanza][width=\textwidth,before=\startlines,after=\stoplines]

\startstanza
....
....
\stopstanza

Since framedtext is a box, it will not break across pages.

Aditya
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to