]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-engraver.cc
patch::: 1.3.33.jcn2
[lilypond.git] / lily / dynamic-engraver.cc
index dff3e7259325bfbbb768d40d0e4fafe8d564660f..e38df9cfbfac1524d147307db125301ef5fa5305 100644 (file)
@@ -208,6 +208,8 @@ Dynamic_engraver::do_process_music ()
       text_p_->set_elt_property ("self-alignment-Y", gh_int2scm (0));
       text_p_->dim_cache_[Y_AXIS]->off_callbacks_.push
        (Side_position_interface::aligned_on_self);
+      //text_p_->dim_cache_[Y_AXIS]->off_callbacks_.push
+      //  (Side_position_interface::aligned_side);
       announce_element (Score_element_info (text_p_, text_req_l_));
     }
 
@@ -294,6 +296,8 @@ Dynamic_engraver::do_process_music ()
          cresc_p_->set_elt_property ("self-alignment-Y", gh_int2scm (0));
          cresc_p_->dim_cache_[Y_AXIS]->off_callbacks_.push
            (Side_position_interface::aligned_on_self);
+         //cresc_p_->dim_cache_[Y_AXIS]->off_callbacks_.push
+         // (Side_position_interface::aligned_side);
          announce_element (Score_element_info (cresc_p_, span_req_l_drul_[START]));
        }
     }