X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-column-format.hh;h=37e0900282d7b900a4a5d4d91958c15f089c1ebb;hb=7fb65fc23874860275fe337474edeb44166d45de;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..37e0900282 100644 --- a/lily/include/tie-column-format.hh +++ b/lily/include/tie-column-format.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2007 Han-Wen Nienhuys */ @@ -13,7 +13,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 +25,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);