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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to