]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-placement.cc
style nit.
[lilypond.git] / lily / accidental-placement.cc
index cbc1478608fba2bc42ddf31c34ae5a5b59157da4..15049f5bc0d076c568cc395608bd46a808407bb4 100644 (file)
@@ -251,6 +251,8 @@ Accidental_placement::calc_positioning_done (SCM smob)
   if (!me->is_live ())
     return SCM_BOOL_T;
 
+  me->set_property ("positioning-done", SCM_BOOL_T);
+  
   SCM accs = me->get_object ("accidental-grobs");
   if (!scm_is_pair (accs))
     return SCM_BOOL_T;