X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-column-format.hh;h=8a2a16a9077925036732ae4e81ecc2aa41a78abf;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0a5ca6cacf5a7359a9860fe8dfdbb0062b074a6b;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/lily/include/tie-column-format.hh b/lily/include/tie-column-format.hh index 0a5ca6cacf..8a2a16a907 100644 --- a/lily/include/tie-column-format.hh +++ b/lily/include/tie-column-format.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2011 Han-Wen Nienhuys + Copyright (C) 2005--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,26 +24,25 @@ #include "tie-configuration.hh" void set_chord_outline (Skyline *skyline, - vector bounds, - Grob *common, - Direction d); + vector bounds, + Grob *common, + Direction d); 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); + Grob *staff_referencer, + Tie_details const &details); void final_shape_adjustment (Tie_configuration &conf, - Tie_formatting_problem const&, - Grob *staff_referencer); + Tie_formatting_problem const &, + Grob *staff_referencer); void set_chord_outlines (Drul_array *skyline_drul, - vector ties, - Grob *common); + vector ties, + Grob *common); void set_manual_tie_configuration (Ties_configuration *tie_configs, - bool *manual_override, - SCM manual_configs - ); - + bool *manual_override, + SCM manual_configs + ); #endif /* TIE_COLUMN_FORMAT_HH */