X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-column.hh;h=fe4816eae16d3bc797b490bad6969db5096b1315;hb=89ba9ef67ab5618660965c67bcd2bf0b813738f5;hp=d3ac2e49ff38b7800a0ee8fdf512dff8e62d3652;hpb=2c8c61b3a5cddbb155786a1ca027528701c91ac9;p=lilypond.git diff --git a/lily/include/script-column.hh b/lily/include/script-column.hh index d3ac2e49ff..fe4816eae1 100644 --- a/lily/include/script-column.hh +++ b/lily/include/script-column.hh @@ -1,15 +1,25 @@ /* - g-script-column.hh -- declare Script_column + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1999--2015 Han-Wen Nienhuys - (c) 1999--2006 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" @@ -20,8 +30,7 @@ public: 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); + static void order_grobs (vector grobs); };