X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdots-engraver.cc;h=11b384749a53a12af6cccb78a3f2c19b94804ae4;hb=e8847c033921578ffdbcef014f01355ea4059960;hp=83eef1c05dbdc8a29049c8dfce2a672afa1c0f9a;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/lily/dots-engraver.cc b/lily/dots-engraver.cc index 83eef1c05d..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--2007 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); } }