X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fline-interface.cc;h=2fa6d61bb718e9ff2faeada5956de522461a4025;hb=646a2265ea72c4007d9590a5d6d9a10ffc54ef29;hp=c662d77d9f84f42b97e62d71f2c17b7320f113fc;hpb=3c9cad29f6577ed42421656729636167f36e3941;p=lilypond.git diff --git a/lily/line-interface.cc b/lily/line-interface.cc index c662d77d9f..2fa6d61bb7 100644 --- a/lily/line-interface.cc +++ b/lily/line-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2007 Han-Wen Nienhuys + (c) 2004--2009 Han-Wen Nienhuys */ #include "line-interface.hh" @@ -111,13 +111,7 @@ Line_interface::make_zigzag_line (Grob *me, total.add_stencil (moved_squiggle); } - Box b; - b.add_point (Offset (0, 0)); - b.add_point (dz); - b[X_AXIS].widen (thick / 2); - b[Y_AXIS].widen (thick / 2); - - return Stencil (b, total.expr ()); + return total; }