X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-column.hh;h=ea76373e555ccf2a2953c8bafcda0d7602672521;hb=a1209c204e0d48d1f8cacecc9e928796102ab99a;hp=8d759beba832f52c00a5f9a9da8e9296bdf7c100;hpb=d9b43b93f2c885409bafdb157138158f65cc49aa;p=lilypond.git diff --git a/lily/include/script-column.hh b/lily/include/script-column.hh index 8d759beba8..ea76373e55 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--2002 Han-Wen Nienhuys - - */ +/* + This file is part of LilyPond, the GNU music typesetter. + + Copyright (C) 1999--2011 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 */ -