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