ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Vyatcheslav Yatskovsky <yatskovsky@gmail.com>
To: briqueabraque@yahoo.com
Cc: "ntg-context-request@ntg.nl" <ntg-context@ntg.nl>
Subject: Re: Verses
Date: Fri, 7 Dec 2007 00:24:56 +0200	[thread overview]
Message-ID: <195702446.20071207002456@gmail.com> (raw)

Hello,

I have used these settings (it prevents verses from splitting, and makes an indent for  chorus):

\setupinterlinespace[line=1.5em]  
%(optional, but looks better)

\definestartstop
  [verse]
  [before=\vbox\bgroup\startlines,
   after=\stoplines\egroup]
   
\definestartstop
  [chorus]
  [before=\startnarrower\startlines,
   after=\stoplines\stopnarrower]


but later (don't remember why) I used  the following: 


\definestartstop
  [verse]
  [before=\blank\startlinecorrection\ruledvbox\bgroup\startlines,
   after=\stoplines\egroup\stoplinecorrection\blank]

\definestartstop
  [chorus]
  [before=\blank\startnarrower\startlines,
   after=\stoplines\stopnarrower\blank]

\setuplines[before=\nowhitespace,after=\nowhitespace]   


Usage example:


 \startverse
I see ya blowin' me a kiss
It doesn't take a scientist
To understand what's going on baby
If you see something in my eye
Let's not over analyze
Don't go too deep with it baby
\stopverse

\startverse
So let it be what it'll be
Don't make a fuss and get crazy over you and me
Here's what I'll do
I'll play loose
Run like we have a day with destiny
\stopverse


I also vote for publishing verse setup  (maybe not this exactly)  at Wiki. I think that good setup should protect from breaking verses, emphasize choruses (if any), and don't introduce excessive vertical spacing.
-- 
Best regards,
 Vyatcheslav                          

___________________________________________________________________________________
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	other threads:[~2007-12-06 22:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-06 22:24 Vyatcheslav Yatskovsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-06 20:48 Verses Maurí­cio
2007-12-07  7:24 ` Verses Xulxer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=195702446.20071207002456@gmail.com \
    --to=yatskovsky@gmail.com \
    --cc=briqueabraque@yahoo.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).