On Tue, 26 Jun 2007, Vyatcheslav Yatskovsky wrote:

> Hello,
>
> I have a simple question about verses. How can I prevent a verse to be 
> breaked across pages?
>
> Now I use:
>
> \definestartstop[verse][before=\startlines,
> after=\stoplines]

My first reaction was to use

\defineframedtext[verse][width=broad,frame=off,before=\startlines,after=\stoplines]

but for some very strange reason this does not work. So, try the 
following:

\defineframedtext[verseframe][width=broad,frame=off]

\definestartstop[verse]
      [before={\startlines\startverseframe},
        after={\stopverseframe\stoplines}]


Aditya
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to