]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column-format.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / tie-column-format.hh
index 1c82c4269efb65615db0504c97a102e77f1a19c9..619949f61792a0e195356052096407c9a772f686 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -13,7 +13,7 @@
 #include "lily-proto.hh"
 #include "tie-configuration.hh"
 
-void set_chord_outline (vector<Skyline_entry> *skyline,
+void set_chord_outline (Skyline *skyline,
                        vector<Item*> 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_entry> > *skyline_drul,
+set_chord_outlines (Drul_array<Skyline> *skyline_drul,
                    vector<Grob*> ties,
                    Grob *common);