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: Knute Snortum
Subject: Re: Three voices in one hand (staff)
Date: Fri, 24 Sep 2021 14:13:43 -0700

On Fri, Sep 24, 2021 at 10:58 AM Xavier Scheuer <x.scheuer@gmail.com> wrote:
>
> 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
>   }

Thanks, that did it!



reply via email to

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