]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-element.cc
release: 1.3.26
[lilypond.git] / lily / score-element.cc
index 768f07f7c71a84f3f30e742188f2de1ba0f39bc4..42a7d083c25bce1e74ef6b378047ca9c13a0ae9e 100644 (file)
@@ -222,14 +222,14 @@ Score_element::add_processing()
   if (get_elt_property ("self-alignment-X") != SCM_UNDEFINED
       && !dim_cache_[X_AXIS]->off_callback_l_)
     {
-      dim_cache_[X_AXIS]->off_callbacks_.push (Side_position_interface::self_alignment);
+      dim_cache_[X_AXIS]->off_callbacks_.push (Side_position_interface::aligned_on_self);
     }
   
   if (get_elt_property ("self-alignment-Y") != SCM_UNDEFINED
       && !dim_cache_[X_AXIS]->off_callback_l_)
       
     {
-      dim_cache_[Y_AXIS]->set_offset_callback (Side_position_interface::self_alignment);
+      dim_cache_[Y_AXIS]->set_offset_callback (Side_position_interface::aligned_on_self);
     }
 #endif