bug-lilypond
[Top][All Lists]
Advanced

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

Issue 390 in lilypond: Completion_heads_engraver loses an eighth


From: codesite-noreply
Subject: Issue 390 in lilypond: Completion_heads_engraver loses an eighth
Date: Tue, 03 Jul 2007 18:31:17 -0700

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




reply via email to

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