bug-lilypond
[Top][All Lists]
Advanced

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

Issue 985 in lilypond: Noteheads don't merge when one of the voices cont


From: lilypond
Subject: Issue 985 in lilypond: Noteheads don't merge when one of the voices contains a second
Date: Tue, 19 Jan 2010 18:48:25 +0000

Status: Accepted
Owner: v.villenave
Labels: Type-Enhancement Priority-Low engraving-nitpick

New issue 985 by v.villenave: Noteheads don't merge when one of the voices contains a second
http://code.google.com/p/lilypond/issues/detail?id=985

% I don't think this has been reported before. Looks like a side-effect of
% the way issue 618 was fixed (it's also somehow similar to issue 723).

\version "2.13.11"

% Ideally, in the following example the two
% middle Gs should be merged similarly.

\new PianoStaff <<
  \new Staff = "up" \relative c'' {
    \stemUp
    g'8
    \change Staff = "down" g, % this one does merge
    \change Staff = "up" g'
    \change Staff = "down" g, % this one doesn't.
  }
  \new Staff = "down" \relative c' {
    \stemDown
    r8 <g a g'> r <g f' g>
  }


Attachments:
        toto.png  3.4 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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