]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / dots.cc
index 9b00c390dca7b705946db326ec758cd31493a956..cb5bfdd487c4ada0359c238d3ee43c636c9e0240 100644 (file)
@@ -15,7 +15,7 @@
 #include "staff-symbol-referencer.hh"
 #include "directional-element-interface.hh"
 
-MAKE_SCHEME_CALLBACK (Dots,print,1);
+MAKE_SCHEME_CALLBACK (Dots, print, 1);
 SCM  
 Dots::print (SCM d)
 {
@@ -37,12 +37,12 @@ Dots::print (SCM d)
       /*
        TODO: this should  be handled by side-position padding.
        */
-      mol = Lookup::blank (Box (Interval (0,0),
-                               Interval (0,0)));
+      mol = Lookup::blank (Box (Interval (0, 0),
+                               Interval (0, 0)));
   
       for (int i = scm_to_int (c); i--;)
        {
-         d.translate_axis (2*dw,X_AXIS);
+         d.translate_axis (2*dw, X_AXIS);
          mol.add_at_edge (X_AXIS, RIGHT, d, dw, 0);
        }
     }