lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyrics without addlyrics


From: Jan Nieuwenhuizen
Subject: Re: Lyrics without addlyrics
Date: 11 Jan 2002 11:21:58 +0100

Ben McGunigle <address@hidden> writes:

> Where do I find the docs on using lyrics without \addlyrics?

It seems there's no doc on that

\score{
  <
    \context Staff \notes\relative c'' {
      c4 c8 c c
      c c c c4
    }
    \context Lyrics \lyrics {
       hi4 _8 _ there
       hi _8*2 there
    }
  >  
}

> I need to insert a sizeable rest/space in the lyrics line. r and s
> obviously won't work.  \addlyrics is too limiting for what I wish to
> do (part homophonic, part polyphonic).

But maybe addlyrics can work for you:

\score{
  \addlyrics
    \context Staff \notes\relative c'' {
      c c c c
      c c c c
    }
    \context Lyrics \lyrics {
       hi _ _ there
       hi \repeat "unfold" 2 { " " } there
    }
}

> Thanks for your help.  Please CC off list.

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]