]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-spanner.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / text-spanner.cc
index 8a4d37b8eacc48d822aafd382152058fdb818a0b..2919f01a25d95cda90a95b5029372b1594707939 100644 (file)
@@ -119,7 +119,7 @@ Text_spanner::print (SCM smob)
 
          Real dy = - dir * edge_height[d] ;
          if (dy)
-           edge_line[d] = Line_spanner::line_stencil (me, Offset (0,0), Offset (dx, dy));
+           edge_line[d] = Line_spanner::line_stencil (me, Offset (0, 0), Offset (dx, dy));
        }
       while (flip (&d) != LEFT);
     }
@@ -156,7 +156,7 @@ Text_spanner::print (SCM smob)
   return m.smobbed_copy ();
 }
 
-ADD_INTERFACE (Text_spanner,"text-spanner-interface",
+ADD_INTERFACE (Text_spanner, "text-spanner-interface",
               "generic text spanner",
               "dash-period dash-fraction edge-height bracket-flare edge-text shorten-pair style thickness enclose-bounds");