X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-formatting-problem.hh;h=69b49322b01c9073525b067cfd2bece76d5e02a1;hb=bc196049a8d71a528630ab6e83bf9ecadd50f837;hp=ebee98877fd69b4c9f03686ff008fbb250028149;hpb=2e613f5d4d7232507698d3a717576f46920a988b;p=lilypond.git diff --git a/lily/include/tie-formatting-problem.hh b/lily/include/tie-formatting-problem.hh index ebee98877f..69b49322b0 100644 --- a/lily/include/tie-formatting-problem.hh +++ b/lily/include/tie-formatting-problem.hh @@ -31,6 +31,7 @@ struct Tie_configuration_variation typedef map < Tuple, Skyline> Chord_outline_map; typedef map < Tuple, Box> Column_extent_map; typedef map Position_extent_map; + class Tie_formatting_problem { Chord_outline_map chord_outlines_; @@ -41,10 +42,12 @@ class Tie_formatting_problem set dot_positions_; Interval dot_x_; vector specifications_; + bool use_horizontal_spacing_; Tie_configuration_map possibilities_; Grob *x_refpoint_; + Grob *y_refpoint_; Tie_configuration *get_configuration (int position, Direction dir, Drul_array cols, bool tune_y) const;