lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics and polyphony


From: Michael Lauer
Subject: Re: lyrics and polyphony
Date: Tue, 23 Oct 2007 14:27:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Charles Gran <sonance <at> campdeadly.com> writes:

> 
> [I tried resarching this topic on the list archive but most related 
> topics are too extensive for me to sort out.]
> 
> In a choral piece, I have a part that tempoarily divides into (single-
> line) polyphony.  How do I handle lyrics at this point?
> 

Don't use the << ... \\ ... >> construct; it creates two new voices,
neither of which your lyrics will follow.  You can, however, do this:

tenornotes = \relative c' { \clef "G_8" r1 | 
    r4 
    << { \voiceOne c4^\markup { div. } c \oneVoice } 
       \new Voice { \voiceTwo c8 b a4 } >> 
       r | 
       r2^\markup { unis. } a2\fermata | 
       a4( g fis8 f) e( b') | a1 | }

That is, you introduce a parallel section (with no \\), keep 
the original voice in one branch, and create a new voice for 
the other branch.  

Good luck,
Michael






reply via email to

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