X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-column.hh;h=4b9a52ad9cc63df33ea00ac83a5f1fd8ceb0a114;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=2f77a866b4e250d90fbef5a22061053cbb675a66;hpb=df4a7c4a55148e065d878dcc2f7e09ac27ea9c32;p=lilypond.git diff --git a/lily/include/script-column.hh b/lily/include/script-column.hh index 2f77a866b4..4b9a52ad9c 100644 --- a/lily/include/script-column.hh +++ b/lily/include/script-column.hh @@ -1,26 +1,39 @@ -/* - g-script-column.hh -- declare Script_column - - source file of the GNU LilyPond music typesetter - - (c) 1999--2000 Han-Wen Nienhuys - - */ +/* + This file is part of LilyPond, the GNU music typesetter. + + Copyright (C) 1999--2012 Han-Wen Nienhuys + + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . +*/ #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 */ -