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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to