X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fslur-scoring.cc;h=b89f12867219eec185c9dec4c4404860b48f0a96;hb=f49e954f4a1c1c388ebe8c0581a20da0238aed25;hp=6dc6b5718ac487d2a1c6256df93ea3f4420d39ac;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/slur-scoring.cc b/lily/slur-scoring.cc index 6dc6b5718a..b89f128672 100644 --- a/lily/slur-scoring.cc +++ b/lily/slur-scoring.cc @@ -273,7 +273,7 @@ Slur_score_state::fill (Grob *me) } -MAKE_SCHEME_CALLBACK(Slur, calc_control_points, 1) +MAKE_SCHEME_CALLBACK (Slur, calc_control_points, 1) SCM Slur::calc_control_points (SCM smob) { @@ -621,7 +621,7 @@ Slur_score_state::generate_avoid_offsets () const if (!xe.is_empty () && !ye.is_empty ()) - avoid.push_back (Offset (xe.center(), ye[dir_])); + avoid.push_back (Offset (xe.center (), ye[dir_])); } } return avoid;