]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column-format.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / tie-column-format.hh
index 5f0c438e68db9bf3f06e21e8944255dd7f23c8d3..619949f61792a0e195356052096407c9a772f686 100644 (file)
@@ -1,36 +1,36 @@
 /*
-  tie-column-format.hh -- declare
+  tie-column-format.hh -- declare Tie column format routines.
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
 #ifndef TIE_COLUMN_FORMAT_HH
 #define TIE_COLUMN_FORMAT_HH
 
+#include "lily-proto.hh"
+#include "tie-configuration.hh"
 
-
-void set_chord_outline (Array<Skyline_entry> *skyline,
-                       Link_array<Item> bounds,
+void set_chord_outline (Skyline *skyline,
+                       vector<Item*> bounds,
                        Grob *common,
                        Direction d);
-void set_tie_config_directions (Array<Tie_configuration> *tie_configs_ptr);
-void shift_small_ties (Array<Tie_configuration> *tie_configs,
+void set_tie_config_directions (Ties_configuration *tie_configs_ptr);
+void shift_small_ties (Ties_configuration *tie_configs,
                       Grob *staff_referencer,
                       Tie_details const &details);
 void final_shape_adjustment (Tie_configuration &conf,
-                            Drul_array< Array<Skyline_entry> > const &skylines,
-                            Grob *staff_referencer,
-                            Tie_details const &details);
+                            Tie_formatting_problem const&,
+                            Grob *staff_referencer);
 void
-set_chord_outlines (Drul_array< Array<Skyline_entry> > *skyline_drul,
-                   Link_array<Grob> ties,
+set_chord_outlines (Drul_array<Skyline> *skyline_drul,
+                   vector<Grob*> ties,
                    Grob *common);
 
 void
-set_manual_tie_configuration (Array<Tie_configuration> *tie_configs,
+set_manual_tie_configuration (Ties_configuration *tie_configs,
                              bool *manual_override,
                              SCM manual_configs
                              );