Vyatcheslav Yatskovsky (2010-06-05 14:25):
> Hello,
> 
> Please, advise me.
> 
> Is there a way to keep margin text and body text on the same line in
> the following situation?
> 
> \define[0]\chorus{\startnarrower{\itx CHORUS}\stopnarrower}
> 
> \starttext
> \chorus
> 
> \chorus
> 
> \inmargin{B}\chorus
> \stoptext
> 
> Now "B" is above "CHORUS", I want it to be exactly on the same line.

I somehow feel that this is not what you want:

\def\chorus#1{\startnarrower{\itx 
CHORUS}\doiftext{#1}{\inmargin{#1}}\stopnarrower}
\starttext
\chorus{}

\chorus{B}
\stoptext

-- 
--  Rogutės Sparnuotos
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to