lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics following split voices


From: Mats Bengtsson
Subject: Re: lyrics following split voices
Date: Tue, 05 Aug 2008 14:15:16 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



Paul Scott wrote:

What are workable explicit names for either the lyrics or the voices to
connect the voices in the parallel part to some lyrics?
I'm surprised that nobody answered exactly this question. If you name your main voice "1", then the upper voice of the <<{...} \\ {...} >> construct will stay the same Voice context as the single voice. Note, though that the <<{...} \\ {...} >> construct will add property settings equivalent to the \voiceOne command, so you have to explicitly insert a \oneVoice afterwards to revert to the default settings:

<<
\new Voice = "1" \relative c'' {
c d e f | << { g f e d } \\ d1 >> \oneVoice c4 g c e c1 }
\new Lyrics \lyricsto "1" {
 This goes with the top voice all the way and back a -- gain
}
>>


   /Mats




reply via email to

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