lilypond-user
[Top][All Lists]
Advanced

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

Re: Three voices in one hand (staff)


From: Xavier Scheuer
Subject: Re: Three voices in one hand (staff)
Date: Fri, 24 Sep 2021 19:58:14 +0200

On Fri, 24 Sept 2021 at 18:41, Knute Snortum <ksnortum@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.scheuer@gmail.com>


reply via email to

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