X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fspacing-interface.hh;h=ddfe2efb1c43b48aed07249933cd37adfa3b922f;hb=c154dcac0e1469911bd38cc7d2df5f5fc47e4982;hp=0f62ac9b0fabecc933353f795c0d3a2fc079fe30;hpb=e344ae579fa1d81fc6c6f3049494697872fd39f9;p=lilypond.git diff --git a/lily/include/spacing-interface.hh b/lily/include/spacing-interface.hh index 0f62ac9b0f..ddfe2efb1c 100644 --- a/lily/include/spacing-interface.hh +++ b/lily/include/spacing-interface.hh @@ -1,9 +1,20 @@ /* - spacing-interface.hh -- declare Spacing_interface + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2002--2015 Han-Wen Nienhuys - (c) 2002--2008 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 . */ #include "grob-interface.hh" #include "lily-proto.hh" @@ -14,14 +25,13 @@ struct Spacing_interface { static Real minimum_distance (Grob *me, Grob *right_col); - static vector right_note_columns (Grob *me); - static vector left_note_columns (Grob *me); - static Item* right_column (Grob *me); - static Item* left_column (Grob *me); + static vector right_note_columns (Grob *me); + static vector left_note_columns (Grob *me); + static Item *right_column (Grob *me); + static Item *left_column (Grob *me); static Drul_array skylines (Grob *me, Grob *right_col); - static Grob* extremal_break_aligned_grob (Grob *me, Direction, Direction, Interval*); + static Grob *extremal_break_aligned_grob (Grob *me, Direction, Direction, Interval *); - DECLARE_GROB_INTERFACE(); }; #endif /* SPACING_INTERFACE_HH */