Am 03.11.2008 um 00:19 schrieb Vyatcheslav Yatskovsky:
Hello,
Now I use my favourite LuaTeX for typesetting song lyrics :) I love the result, but I have problems when I use to columns to make long lyrics fit one page.
First of all, the first line of the second column is always one line upper then in the first one. Next, when I turn on \setupinterlinespace[big], it doesnt' affect text in columns at all!
And the last, I cannot prevent chorus text from splitting across pages/columns. I see that \vbox does this for verse, but adding it to chorus setup doesn't work.
Thank you for any help in advance!
Vyatchelsav
You need something more low level. \definestartstop [verse] [commands=\directsetup{verse}, before=\endgraf, after=\allowbreak\endgraf] \startsetups verse \def\obeyedline {\futurelet\next\doobeyedline} \def\doobeyedline {\doifmeaningelse\next\obeyedline{\normalpar\nobreak\blank} {\normalpar\nobreak\normalpar}} \obeylines \stopsetups Wolfgang