]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-repeat-iterator.cc
* lily/grob-property.cc: add scm debugging hooks into
[lilypond.git] / lily / volta-repeat-iterator.cc
index 31f6295410f8cc5478850d88c0a6084776413105..1828dfdbca9b49d062752118c554abfc9cd7737d 100644 (file)
@@ -69,7 +69,7 @@ Volta_repeat_iterator::add_repeat_command (SCM what)
       && current_reps == SCM_EOL || scm_is_pair (current_reps))
     {
       current_reps = scm_cons (what, current_reps);
-      where->internal_set_property (reps, current_reps);
+      where->set_property (reps, current_reps);
     }
 }