X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdots-engraver.cc;h=11b384749a53a12af6cccb78a3f2c19b94804ae4;hb=0c1bd11621381ae88080162e13a54110f5bc3860;hp=dba6fe6822d3099cb35bc0519f8446ea065c8890;hpb=62f221b6b3861ff055dc0384ec3c48cc665688cd;p=lilypond.git diff --git a/lily/dots-engraver.cc b/lily/dots-engraver.cc index dba6fe6822..11b384749a 100644 --- a/lily/dots-engraver.cc +++ b/lily/dots-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2008 Han-Wen Nienhuys + (c) 2006--2009 Han-Wen Nienhuys */ @@ -43,7 +43,6 @@ Dots_engraver::acknowledge_rhythmic_head (Grob_info gi) Item *d = make_item ("Dots", note->self_scm ()); Rhythmic_head::set_dots (note, d); - d->set_property ("dot-count", scm_from_int (dur->dot_count ())); d->set_parent (note, Y_AXIS); } }