bug-lilypond
[Top][All Lists]
Advanced

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

Issue 778 in lilypond: Dots_engraver overrides dot-count


From: codesite-noreply
Subject: Issue 778 in lilypond: Dots_engraver overrides dot-count
Date: Tue, 16 Jun 2009 04:22:08 +0000

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

New issue 778 by gpermus: Dots_engraver overrides dot-count
http://code.google.com/p/lilypond/issues/detail?id=778

That's because the Dots_engraver overrides 'dot-count, which means
your override is ignored:

46       d->set_property ("dot-count", scm_from_int (dur->dot_count ()));

This also means that the callback for 'dot-count
(dots::calc-dot-count) never gets used.


Han-Wen: that would be a bug.



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