]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/slur-score-parameters.hh
Build: Fix dependencies for translated manuals (issue 2125).
[lilypond.git] / lily / include / slur-score-parameters.hh
index cae53a4d8e70cd3742794a784af68860e07df073..47993885428946d6640aed388d16d82e008d676d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2006--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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_;
@@ -46,6 +45,7 @@ struct Slur_score_parameters
   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);
 };