X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Foptimal-page-breaking.hh;h=224f0e96d4e95864c0202e0f811b9cc4d18ce115;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=8e312233ad3732081746f5c0090fca8f6bcd8015;hpb=ba420bc05855eeca5fb937939261baffd614c2ef;p=lilypond.git diff --git a/lily/include/optimal-page-breaking.hh b/lily/include/optimal-page-breaking.hh index 8e312233ad..224f0e96d4 100644 --- a/lily/include/optimal-page-breaking.hh +++ b/lily/include/optimal-page-breaking.hh @@ -1,11 +1,20 @@ /* - optimal-page-breaking.hh -- declare a page-breaker that - will break pages in such a way that both horizontal and - vertical spacing will be acceptable + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2006--2015 Joe Neeman - (c) 2006 Joe Neeman + 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 OPTIMAL_PAGE_BREAKING_HH @@ -21,10 +30,6 @@ public: Optimal_page_breaking (Paper_book *pb); virtual ~Optimal_page_breaking (); - -private: - SCM make_lines (vector line_count); - Spacing_result try_page_spacing (vector line_count); }; #endif /* OPTIMAL_PAGE_BREAKING_HH */