bug-lilypond
[Top][All Lists]
Advanced

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

Issue 608 in lilypond: Completion_heads_engraver not working correctly


From: codesite-noreply
Subject: Issue 608 in lilypond: Completion_heads_engraver not working correctly - ignoring note-events + wrong ties
Date: Wed, 23 Apr 2008 00:33:23 -0700

Issue 608: Completion_heads_engraver not working correctly - ignoring note-events + wrong ties
http://code.google.com/p/lilypond/issues/detail?id=608

New issue report by jaime.oliver2:
besides the tie problem explained in issue # 607 note heads engraver ignores some note events
and fails to fill the whole bar:

What steps will reproduce the problem?
(Please attach or insert a small .ly fragment to duplicate)

%% this is the code that makes the mistake:

\version "2.10.33"
\paper{ ragged-right=##t }

\new Voice \with {
        \remove "Note_heads_engraver"
        \consists "Completion_heads_engraver"
}
\relative c' {
\time 3/4
c4 c4 c16 c2 c4 c4
}

What is the expected output? What do you see instead?
(Please attach a small output image in PNG or PDF file to show the problem)

this produces:
c4 c4 c16 c8.~ | c4  c16  c8.~ | c16
error01: the c4 after the first bar should have a tie
error02: bar # 2 has only 2 quarter notes instead of 3
error03: one of the quarter notes is not printed at all.

this should produce:
c4 c4 c16 c8.~ | c4~ c16 c4 c8.~ | c16

attached are 2 PDF files

What version of LilyPond are you using? \version "2.10.33"
On what operating system? OS X Version 10.4.11


Attachments:
        correct2.pdf  24.9 KB
        error2.pdf  23.8 KB


Issue attributes:
        Status: New
        Owner: ----
        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]