X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fseparation-item.cc;h=5f8471a600083fd199a75215e81ff1c2c3764abf;hb=0ed6c4f5d241424be86f34fda2cc298932cb37b0;hp=617c6fd4ebc9e25b641a2a83332f960e79d1427f;hpb=cf70c8bdc5a946b9162b066a11a9f301450928e0;p=lilypond.git diff --git a/lily/separation-item.cc b/lily/separation-item.cc index 617c6fd4eb..5f8471a600 100644 --- a/lily/separation-item.cc +++ b/lily/separation-item.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2007 Han-Wen Nienhuys + (c) 1998--2009 Han-Wen Nienhuys */ #include "separation-item.hh" @@ -146,7 +146,7 @@ Separation_item::boxes (Grob *me, Grob *left) y[UP] += extra_height[UP]; if (!x.is_empty () && !y.is_empty ()) - out.push_back (Box (x, y)); + out.push_back (Box (x, y)); } return out;