Issue 390: Completion_heads_engraver  loses an eighth
http://code.google.com/p/lilypond/issues/detail?id=390

New issue report by gpermus:
%  there should be an extra eighth note in the second bar
%  even more confusing, when we add a Staff of 8th notes,
%  the missing eighth note appears -- in the wrong place!

% possibly a duplicate of 330


\version "2.10.25"
\layout { \context{ \Voice
  \remove "Note_heads_engraver"
  \consists "Completion_heads_engraver"
}}

\new Staff {
        c'2 d'8 c'1
        d'8 c'4
}

<<
  \new Staff {
        c'2 d'8 c'1
        d'8 c'4
  }
  \new Staff \relative c' {
    c8 c c c c c c c
    c8 c c c c c c c
  }
>>


Attachments:
        foo.png  13.4 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

-- 
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


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to