X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-turn-page-breaking.hh;h=93fdaceadaf8cdd9f66939f0b40fc5690dcf1f95;hb=57817ab4e80df96e604b50a766c23ebabf72fc66;hp=902443bbf4c8ef177ccda728be45c18f57b20984;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/include/page-turn-page-breaking.hh b/lily/include/page-turn-page-breaking.hh index 902443bbf4..93fdaceada 100644 --- a/lily/include/page-turn-page-breaking.hh +++ b/lily/include/page-turn-page-breaking.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2009 Joe Neeman + Copyright (C) 2006--2015 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 @@ -63,9 +63,9 @@ protected: vsize total_page_count (Break_node const &b); Break_node put_systems_on_pages (vsize start, - vsize end, - vsize configuration, - vsize page_number); + vsize end, + vsize configuration, + vsize page_number); SCM make_lines (vector *breaks); SCM make_pages (vector const &breaks, SCM systems);