]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-spanner.cc
*** empty log message ***
[lilypond.git] / lily / text-spanner.cc
index 41d7bd3cc625a9fd19a7114841e2f7dc149c0360..82c2475cba4a1102185926fece20ee616a44d61e 100644 (file)
@@ -8,9 +8,9 @@
   Revised over good by Han-Wen. 
 */
 
-#include "stencil.hh"
-#include "text-item.hh"
 #include "text-spanner.hh"
+
+#include "text-item.hh"
 #include "line-spanner.hh"
 #include "spanner.hh"
 #include "font-interface.hh"
@@ -36,7 +36,7 @@ MAKE_SCHEME_CALLBACK (Text_spanner, print, 1);
 SCM
 Text_spanner::print (SCM smob) 
 {
-  Grob *me= unsmob_grob (smob);
+  Grob *me = unsmob_grob (smob);
   Spanner *spanner = dynamic_cast<Spanner*> (me);
   
   /* Ugh, must be same as Hairpin::print.  */
@@ -148,7 +148,7 @@ Text_spanner::print (SCM smob)
 
   if (!span_points.is_empty ())
     {
-      Stencil l =Line_spanner::line_stencil (me, Offset (span_points[LEFT], 0),
+      Stencil l = Line_spanner::line_stencil (me, Offset (span_points[LEFT], 0),
                                               Offset (span_points[RIGHT], 0));
       m.add_stencil (l);
     }