lilypond-user
[Top][All Lists]
Advanced

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

Re: How to merge three voices


From: Knute Snortum
Subject: Re: How to merge three voices
Date: Tue, 19 Oct 2021 12:00:34 -0700

On Tue, Oct 19, 2021 at 11:10 AM Christian <christian.masser@gmail.com> wrote:
>
> Hi Knute!
>
> Don't know if this solution would be called clean and doesn't run in other 
> problems, but using \voiceOne and \voiceTwo inside the variables to change 
> voice-Styles seems to work for me. Had a similar problem a couple of months 
> ago.
> These were the changes I made:
>
> rightHandUpper = \relative {
>   \voiceOne
>   gf'4._~ gf4 f16 ef ~ |
>   \voiceTwo
>   ef4.
> }
>
> rightHandLower = \relative {
>   \voiceOne
>   s2.
>   bf'4.
> }
>
> rightHand = <<
>   \global
>   \new Voice { \rightHandUpper }
>   \new Voice { \rightHandLower }
> >>
>
> All the best,
> Christian

Thanks, Chritian!  It looks like where the \voiceXxx goes is not as
important as your insight that the first notes of the piece are the
second voice.  Hopefully this will work for the rest of the piece as
it has a lot of merged left hand notes.

--
Knute Snortum



reply via email to

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