]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-details.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / tie-details.hh
index 0e74d3497a791d88d39852bff94903812bfcb729..cd14c6cde0e2effa774be787c2ee39f9d2b50b61 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2006--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -21,8 +21,10 @@ struct Tie_details
   Real stem_gap_; 
   Real between_length_limit_;
   Real wrong_direction_offset_penalty_;
+  Real same_dir_as_stem_penalty_;
   Real min_length_penalty_factor_;
   Real min_length_;
+  Real skyline_padding_;
   Real tip_staff_line_clearance_;
   Real center_staff_line_clearance_;
   Real staff_line_collision_penalty_;
@@ -41,6 +43,7 @@ struct Tie_details
 
   int single_tie_region_size_;
   int multi_tie_region_size_;
+  Direction neutral_direction_;
   
   Tie_details ();
   void from_grob (Grob *);