X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-column.hh;h=150c690c1753f50c706e55c97ed2a08323be39ce;hb=9c62c7293a657743e212d8ab279b5d100a9c75a3;hp=2f77a866b4e250d90fbef5a22061053cbb675a66;hpb=df4a7c4a55148e065d878dcc2f7e09ac27ea9c32;p=lilypond.git diff --git a/lily/include/script-column.hh b/lily/include/script-column.hh index 2f77a866b4..150c690c17 100644 --- a/lily/include/script-column.hh +++ b/lily/include/script-column.hh @@ -1,26 +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--2007 Han-Wen Nienhuys +*/ #ifndef Script_COLUMN_HH #define Script_COLUMN_HH -#include "lily-guile.hh" #include "lily-proto.hh" +#include "grob-interface.hh" +#include "std-vector.hh" class Script_column { public: - static void add_staff_sided (Grob*, Item*); - DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM )); -}; + 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); +}; #endif /* Script_COLUMN_HH */ -