X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-breaking.hh;h=c84a56e67902eddad5d9314cb844f2ff6cf84884;hb=e25487c53610c19a44a84eabe2d7e61c4663f868;hp=eb2fe5370d9b25c7611692d79bd4dd74f59fd28e;hpb=dcd022fe1212a4a439539c22c1a8f90788e5d050;p=lilypond.git diff --git a/lily/include/page-breaking.hh b/lily/include/page-breaking.hh index eb2fe5370d..c84a56e679 100644 --- a/lily/include/page-breaking.hh +++ b/lily/include/page-breaking.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2011 Joe Neeman + Copyright (C) 2006--2012 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 @@ -178,10 +178,11 @@ protected: SCM breakpoint_property (vsize breakpoint, char const *str); vsize last_break_position () const; + + vector system_specs_; private: vector breaks_; vector chunks_; - vector system_specs_; vector line_breaking_; bool ragged_; bool ragged_last_;