X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fseparation-item.cc;h=5f8471a600083fd199a75215e81ff1c2c3764abf;hb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;hp=2483bac0d67a6bbbd07ffdbde5b3e10a78b308f0;hpb=e344ae579fa1d81fc6c6f3049494697872fd39f9;p=lilypond.git diff --git a/lily/separation-item.cc b/lily/separation-item.cc index 2483bac0d6..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--2008 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;