]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-turn-page-breaking.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / page-turn-page-breaking.hh
index d5f9ec6369d52b422697a165d6d1ba7e4eb42eac..93fdaceadaf8cdd9f66939f0b40fc5690dcf1f95 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2010 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2006--2015 Joe Neeman <joeneeman@gmail.com>
 
   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<Break_node> *breaks);
   SCM make_pages (vector<Break_node> const &breaks, SCM systems);