]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
* lily/system.cc (do_derived_mark): don't mark from object_alist_
[lilypond.git] / lily / rhythmic-head.cc
index 7c177452cf290383e9ee96f6086d596e785ce119..27ad66cb8c5bcd0803b9d9fd57d14f93c129bd84 100644 (file)
 Item *
 Rhythmic_head::get_dots (Grob *me)
 {
-  SCM s = me->get_property ("dot");
+  SCM s = me->get_object ("dot");
   return unsmob_item (s);
 }
 
 Item *
 Rhythmic_head::get_stem (Grob *me)
 {
-  SCM s = me->get_property ("stem");
+  SCM s = me->get_object ("stem");
   return unsmob_item (s);
 }
 
@@ -38,7 +38,7 @@ Rhythmic_head::dot_count (Grob *me)
 void
 Rhythmic_head::set_dots (Grob *me, Item *dot)
 {
-  me->set_property ("dot", dot->self_scm ());
+  me->set_object ("dot", dot->self_scm ());
 }
 
 int