X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-column.hh;h=e10936dc2511d826e08ea253495db7dc985e57dc;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=9c580c50833b3699d43b068c5363e73a81e3022c;hpb=c21d49df60cb97801ab33ab8a1bad6f2c81cd820;p=lilypond.git diff --git a/lily/include/script-column.hh b/lily/include/script-column.hh index 9c580c5083..e10936dc25 100644 --- a/lily/include/script-column.hh +++ b/lily/include/script-column.hh @@ -1,28 +1,28 @@ -/* +/* g-script-column.hh -- declare Script_column - + source file of the GNU LilyPond music typesetter - - (c) 1999--2000 Han-Wen Nienhuys - - */ + + (c) 1999--2008 Han-Wen Nienhuys +*/ #ifndef Script_COLUMN_HH #define Script_COLUMN_HH -#include "item.hh" +#include "lily-proto.hh" +#include "grob-interface.hh" +#include "std-vector.hh" -class Script_column : public Item +class Script_column { public: - Script_column(SCM); - void add_staff_sided (Item*); + static void add_side_positioned (Grob *, Grob *); + DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM)); + DECLARE_SCHEME_CALLBACK (row_before_line_breaking, (SCM)); + DECLARE_GROB_INTERFACE(); + static void order_grobs (vector grobs); - SCM member_before_line_breaking (); - static SCM before_line_breaking (SCM); }; - #endif /* Script_COLUMN_HH */ -