X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-column-format.hh;h=0a5ca6cacf5a7359a9860fe8dfdbb0062b074a6b;hb=6a87b40e3e24a49a2513507826e40a851dcbb1e4;hp=1c82c4269efb65615db0504c97a102e77f1a19c9;hpb=31568c504806f35aac420a394c9eab07abd9faa7;p=lilypond.git diff --git a/lily/include/tie-column-format.hh b/lily/include/tie-column-format.hh index 1c82c4269e..0a5ca6cacf 100644 --- a/lily/include/tie-column-format.hh +++ b/lily/include/tie-column-format.hh @@ -1,10 +1,20 @@ /* - tie-column-format.hh -- declare Tie column format routines. + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2005--2011 Han-Wen Nienhuys - (c) 2005--2006 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef TIE_COLUMN_FORMAT_HH @@ -13,7 +23,7 @@ #include "lily-proto.hh" #include "tie-configuration.hh" -void set_chord_outline (vector *skyline, +void set_chord_outline (Skyline *skyline, vector bounds, Grob *common, Direction d); @@ -25,7 +35,7 @@ void final_shape_adjustment (Tie_configuration &conf, Tie_formatting_problem const&, Grob *staff_referencer); void -set_chord_outlines (Drul_array< vector > *skyline_drul, +set_chord_outlines (Drul_array *skyline_drul, vector ties, Grob *common);