]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-align-grav.cc
release: 0.1.11
[lilypond.git] / lily / score-align-grav.cc
index d86903eb7bddd907ad5c19e7e842a792f0789647..7f8ee615e1b31be5c2fce593545f6b025bfc3ec2 100644 (file)
@@ -41,7 +41,7 @@ Score_align_engraver::acknowledge_element (Score_elem_info inf)
            announce_element (Score_elem_info (align_p_,0));
          }
        Score_elem * unbound_elem = inf.elem_l_;
-       while ( unbound_elem->axis_group_l_a_[X_AXIS])
+       while (unbound_elem->axis_group_l_a_[X_AXIS])
            unbound_elem = unbound_elem->axis_group_l_a_[X_AXIS];
        align_p_->add_element (unbound_elem);
     }