X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbreak-substitution.cc;h=67697136d2e36bd5d7ce714ace8c460ee06502ec;hb=a38a563f999c2b0c6fe2715e19b14afe77108338;hp=20ae27b01ffc6fa3e1630da61542de2698068e68;hpb=f0c31bd9482c26b46929203cf50b0773a412f5ea;p=lilypond.git diff --git a/lily/break-substitution.cc b/lily/break-substitution.cc index 20ae27b01f..67697136d2 100644 --- a/lily/break-substitution.cc +++ b/lily/break-substitution.cc @@ -3,16 +3,16 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2006 Han-Wen Nienhuys + (c) 2001--2007 Han-Wen Nienhuys */ #include #include using namespace std; -#include "grob-array.hh" #include "item.hh" #include "system.hh" +#include "grob-array.hh" static SCM break_criterion; void @@ -263,6 +263,8 @@ grob_system_range (Grob *g) struct Substitution_entry { Grob *grob_; + + /* Assumption: we have less than 32k paper columns. */ short left_; short right_;