]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-breaking.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / page-breaking.hh
index eb2fe5370d9b25c7611692d79bd4dd74f59fd28e..435d849992034edf7884eab2032ac822f954d4c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2006--2014 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
@@ -178,10 +178,11 @@ protected:
   SCM breakpoint_property (vsize breakpoint, char const *str);
 
   vsize last_break_position () const;
+
+  vector<System_spec> system_specs_;
 private:
   vector<Break_position> breaks_;
   vector<Break_position> chunks_;
-  vector<System_spec> system_specs_;
   vector<Constrained_breaking> line_breaking_;
   bool ragged_;
   bool ragged_last_;