X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fslur-score-parameters.hh;h=47993885428946d6640aed388d16d82e008d676d;hb=c4dc8775b15ddf53c92c123a56a99c9a820541ce;hp=2cd4950d841d0841241e35e419ca4303f873acd9;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/slur-score-parameters.hh b/lily/include/slur-score-parameters.hh index 2cd4950d84..4799388542 100644 --- a/lily/include/slur-score-parameters.hh +++ b/lily/include/slur-score-parameters.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2010 Han-Wen Nienhuys + Copyright (C) 2006--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,6 @@ struct Slur_score_parameters Real head_encompass_penalty_; Real stem_encompass_penalty_; - Real closeness_factor_; Real edge_attraction_factor_; Real same_slope_penalty_; Real steeper_slope_factor_; @@ -43,8 +42,10 @@ struct Slur_score_parameters Real extra_encompass_free_distance_; Real absolute_closeness_measure_; Real edge_slope_exponent_; + Real close_to_edge_length_; Real head_slur_distance_max_ratio_; Real head_slur_distance_factor_; + Real encompass_object_range_overshoot_; void fill (Grob *him); };