X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-column.hh;h=5b2ec8e61d0c5afadee014d0f1ddef0cfa3338b5;hb=50a19de991aac1e93d1ff2cda6b30929661e036d;hp=11d17ed5ca71f7c752998e6b925af17b2f605f7e;hpb=aaa52903d633cdeaa642c20ab42ec268f4e17a2b;p=lilypond.git diff --git a/lily/include/tie-column.hh b/lily/include/tie-column.hh index 11d17ed5ca..5b2ec8e61d 100644 --- a/lily/include/tie-column.hh +++ b/lily/include/tie-column.hh @@ -4,25 +4,23 @@ source file of the GNU LilyPond music typesetter - (c) 2000 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ #ifndef TIE_COLUMN_HH #define TIE_COLUMN_HH -#include "spanner.hh" +#include "lily-proto.hh" +#include "lily-guile.hh" -class Tie_column : public Spanner +class Tie_column { public: - VIRTUAL_COPY_CONS (Score_element); - void add_tie (Score_element*); - Tie_column (); -protected: - virtual void do_post_processing (); - void set_directions (); - + static bool has_interface (Grob*); + static void add_tie (Grob*me,Grob*); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); + static void set_directions (Grob*me); }; #endif /* TIE_COLUMN_HH */