X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fslur-score-parameters.hh;h=5c3a3350682442f330a4b6a282aad5c5f8d4e9fa;hb=9c4b0d53715d94ee923729eb40416ea90f71516c;hp=5ae14071da67ebf38eb3d4cbe3d532268f635f0c;hpb=6c6ae92410f087d0318a3c302eb6877cfc7fae45;p=lilypond.git diff --git a/lily/include/slur-score-parameters.hh b/lily/include/slur-score-parameters.hh index 5ae14071da..5c3a335068 100644 --- a/lily/include/slur-score-parameters.hh +++ b/lily/include/slur-score-parameters.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006 Han-Wen Nienhuys + (c) 2006--2007 Han-Wen Nienhuys */ @@ -15,6 +15,7 @@ struct Slur_score_parameters { int region_size_; + Real head_encompass_penalty_; Real stem_encompass_penalty_; Real closeness_factor_; @@ -28,6 +29,7 @@ struct Slur_score_parameters Real accidental_collision_; Real free_slur_distance_; Real free_head_distance_; + Real extra_encompass_collision_distance_; Real extra_encompass_free_distance_; Real absolute_closeness_measure_; Real edge_slope_exponent_;