]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/tie-column-format.hh
37e0900282d7b900a4a5d4d91958c15f089c1ebb
[lilypond.git] / lily / include / tie-column-format.hh
1 /*
2   tie-column-format.hh -- declare Tie column format routines.
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef TIE_COLUMN_FORMAT_HH
11 #define TIE_COLUMN_FORMAT_HH
12
13 #include "lily-proto.hh"
14 #include "tie-configuration.hh"
15
16 void set_chord_outline (Skyline *skyline,
17                         vector<Item*> bounds,
18                         Grob *common,
19                         Direction d);
20 void set_tie_config_directions (Ties_configuration *tie_configs_ptr);
21 void shift_small_ties (Ties_configuration *tie_configs,
22                        Grob *staff_referencer,
23                        Tie_details const &details);
24 void final_shape_adjustment (Tie_configuration &conf,
25                              Tie_formatting_problem const&,
26                              Grob *staff_referencer);
27 void
28 set_chord_outlines (Drul_array<Skyline> *skyline_drul,
29                     vector<Grob*> ties,
30                     Grob *common);
31
32 void
33 set_manual_tie_configuration (Ties_configuration *tie_configs,
34                               bool *manual_override,
35                               SCM manual_configs
36                               );
37
38
39 #endif /* TIE_COLUMN_FORMAT_HH */