]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spanner.cc
* lily/text-spanner.cc: add bound-padding.
[lilypond.git] / lily / line-spanner.cc
index 07bd16fcc768120be1330159731a38844503e7b2..900505642907eb38764f45475d6295c9b90e35fd 100644 (file)
@@ -144,7 +144,7 @@ Line_spanner::line_stencil (Grob *me,
   if (to_boolean (me->get_property ("arrow")))
     line.add_stencil (Line_interface::arrows (me, from, to, false, true));
   
-  return Stencil ();
+  return line;
 }
 
 /*
@@ -188,7 +188,7 @@ Line_spanner::print (SCM smob)
 
   Real gap = robust_scm2double (me->get_property ("gap"), 0.0);
 
-  Offset ofxy (gap, 0); /*offset from start point to start of line*/
+  Offset ofxy (gap, 0); /* offset from start point to start of line */
   Offset dxy;
   Offset my_off;
   Offset his_off;