On Fri, 24 Sept 2021 at 18:41, Knute Snortum <ksnor...@gmail.com> wrote:
>
> I'm having trouble getting LilyPond to do what I want.  I have three
> voices in one hand (staff).  I want them to merge and line up, but I
> can only get one or the other.
>
> (snip)
>
> I've attached a picture of the output.  Any ideas on how to merge
> without a shift?

Hello,

This is maybe a bug.
Anyway, use of \once \override NoteColumn.ignore-collision = ##t seems to
be a good workaround here.

\new Staff <<
  \clef bass
  \new Voice {
    \voiceOne
    \once \override NoteColumn.ignore-collision = ##t
    g16^"ok" b g b
  }
  \new Voice {
    \voiceOne
    e,4
  }
  \new Voice {
    \voiceTwo
    e,16 b,8 b,16
  }
>>

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

Reply via email to