]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-formatting-problem.hh
oops. Include $CONFIGFILE.make, not
[lilypond.git] / lily / include / tie-formatting-problem.hh
index 946e3032355884e63f5ac8c75dd816fa30d7c210..5adda8bb6241e9ede3598dfaf912e1b907995823 100644 (file)
 #include "skyline.hh"
 #include "lily-proto.hh"
 
+
+struct Tie_details
+{
+  Real height_limit_;
+  Real ratio_;
+  Real staff_space_;
+  Real x_gap_;
+  Real between_length_limit_;
+  
+  Tie_details ();
+  void from_grob (Grob *);
+};
+
 class Tie_formatting_problem
 {
   Drul_array< Array<Skyline_entry> > chord_outlines_;
   Grob *x_refpoint_;
+public:
+  Tie_details details_;
+
 public:
   Tie_formatting_problem ();