bug-lilypond
[Top][All Lists]
Advanced

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

Re: Wrongly combined note heads


From: Andrew Bernard
Subject: Re: Wrongly combined note heads
Date: Wed, 22 Jun 2016 21:16:52 -0400

Hi Paul,

Yo can do this:

\version "2.19.42"
\language "english"

{
  \clef treble
  <<
    {
      \voiceOne
      g'!4 gs'4
    }
    \new Voice
    {
      \voiceTwo
      gs'4 \once \override NoteColumn.force-hshift = #1 g'!4
    }
  >>
}

I think the behaviour you show is normal lilypond semantics - although it
is not usually what one wants with different accidentals on the same pitch.
I believe this is not a bug as it is up to the individual engraver to
resolve this according to their own taste and style, e.g. which note comes
first if shifted?

Andrew



On 23 June 2016 at 9:30:18 AM, Paul Hodges (address@hidden) wrote:


% Note heads in different voices are combined
% even though they have different accidentals


reply via email to

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