lilypond-user
[Top][All Lists]
Advanced

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

Re: Getting voices to merge in a complex measure


From: Knute Snortum
Subject: Re: Getting voices to merge in a complex measure
Date: Sat, 7 May 2022 06:59:19 -0700

On Sat, May 7, 2022 at 12:47 AM Lukas-Fabian Moser <lfm@gmx.de> wrote:
>
> Hi Knute,
>
> That seems to be an issue with the shifting mechanisms for simultaneous
> upwards-facing (\voiceOne, \voiceThree) voices.
>
> Compare:
>
> \new Staff {
>   \voices 1,3,4 <<
>      r4 \\
>      { f'8 e' f' c' } \\
>      { c'8 c' c' c' }
>    >>
> }
>
> \new Staff {
>   \voices 1,3,4 <<
>      { g''8 g''8 g'' g'' } \\
>      { f'8 e' f' c' } \\
>      { c'8 c' c' c' }
>    >>
> }
>
> \new Staff {
>   \voices 1,3,4 <<
>      { g''8 g''8 g'' g'' } \\
>      { f'8 e' f' \tweak NoteColumn.force-hshift 0 c' } \\
>      { c'8 c' c' c' }
>    >>
> }
>
> I'm not sure if the force-hshift tweak is the definitive way to do it,
> but it also helps in your example.
>
> Lukas
>

The force-hshift seems to do the trick, thanks!



reply via email to

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