bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1772 in lilypond: Completion_rest_engraver fails with fraction


From: lilypond
Subject: Re: Issue 1772 in lilypond: Completion_rest_engraver fails with fractional rests
Date: Fri, 22 Jul 2011 10:24:39 +0000


Comment #1 on issue 1772 by address@hidden: Completion_rest_engraver fails with fractional rests
http://code.google.com/p/lilypond/issues/detail?id=1772

As Neil Puttock reported Completion_heads_engraver behaves the same:
http://lists.gnu.org/archive/html/bug-lilypond/2011-07/msg00606.html

I adapted his example a little bit:
% ---------------8<------------------
\version "2.15.5"
<<
% bad
\new Voice
\with { \remove "Note_heads_engraver" \consists "Completion_heads_engraver" }
{ c''1*6/4 c''2 }

% good
\new Voice
\with { \remove "Note_heads_engraver" \consists "Completion_heads_engraver" }
{ c''1. c''2 }

% ---------------8<------------------

Here one can see that both voices are correctly aligned horizontally, although the durations of the "bad" example don't sum up correctly (-> the value isn't only split up in wrong parts but completely wrong) While this may be totally clear to everybody I thought it should be explicitely stated here in the tracker.

HTH
Urs

Attachments:
        Completion_XX_engraver.preview.png  5.8 KB




reply via email to

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