]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unfolded-repeat-iterator.cc
release: 1.5.19
[lilypond.git] / lily / unfolded-repeat-iterator.cc
index 315149a47803e6e63a86cf3a0962f32f4a967963..7dd93bd1dcfa8ad4950ff6c8d93da9eb02c979f7 100644 (file)
@@ -296,7 +296,7 @@ Unfolded_repeat_iterator::add_repeat_command (SCM what)
       && current_reps == SCM_EOL || gh_pair_p (current_reps))
     {
       current_reps = gh_cons (what, current_reps);
-      where->set_property (reps, current_reps);
+      where->internal_set_property (reps, current_reps);
     }
 }