lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics question


From: Erik Sandberg
Subject: Re: Lyrics question
Date: Sat, 10 Jan 2004 04:35:02 +0100
User-agent: KMail/1.5.4

On Friday 09 January 2004 22.12, Carl Youngblood wrote:
> I'm doing a choral piece that has the same lyrics for all parts for
> almost all of it, except for a few measures where there is a split.
> What is the best way to put lyrics on the notes that are split?  Is
> there an easier way than putting in a new lyric section with a whole
> bunch of rests?
>
> Thanks,
> Carl Youngblood

Hm... Take a look at this for ideas. Something like this is probably the most 
logical solution, though it would certainly be a lot _easier_ to do it with 
lots of rests instead.

\score {
{
 \addlyrics
   \context Staff = X \context Voice = A \notes {c c c c}
   \context LyricsVoice = A \lyrics {x x x x }
<<
 \context Staff = X \notes { s8 }
 \context LyricsVoice = A \lyrics { "" }
 \context LyricsVoice = B \lyrics { "" }
 \addlyrics
   \context Staff = X \context Voice = A \notes { c4 c2 c4}
   \context Lyrics \context LyricsVoice = A \lyrics { y y y }
 \addlyrics   
   \context Staff = X\context Voice = B \notes { b2 b2 }
   \context LyricsVoice = B \lyrics { z z }
>>

 \addlyrics
   \context Staff = X \context Voice = A \notes {d d d d}
   \context LyricsVoice = A \lyrics { w w w w }
}

\paper{}
}

Erik





reply via email to

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