From a57d356867283bf226ddaa977622ea658da8f142 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Thu, 14 Aug 2008 12:02:37 +0200 Subject: [PATCH] Reword and added example from Carl. --- Documentation/user/simultaneous.itely | 28 ++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/Documentation/user/simultaneous.itely b/Documentation/user/simultaneous.itely index 3a6c66fefc..a10dcdd590 100644 --- a/Documentation/user/simultaneous.itely +++ b/Documentation/user/simultaneous.itely @@ -194,9 +194,31 @@ these purposes, the @code{\voiceOne} ... @code{\voiceFour}, and << @{ \voiceOne ... @} \new Voice @{ \voiceTwo ... @} >> \oneVoice @end example -This is a better construct to keep the control of the voices, for -example, to ease a consistent assign of lyrics to the proper voice -context. +This construct keeps a voice alive throughout the polyphonic section. +For example, this allows lyrics to be assigned to one consistent voice. + +@lilypond[quote, verbatim, relative=1] +<< + \new Voice = "melody" { + a4 + << + { + \voiceOne + g f + } + \new Voice { + \voiceTwo + e d + } + >> + \oneVoice + e + } + \new Lyrics \lyricsto "melody" { + This is my song. + } +>> +@end lilypond @predefined -- 2.39.5