]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lookup.cc
(beam): add function.
[lilypond.git] / lily / lookup.cc
index 801ead580108d8dcfe1db905f5f2faae9813b450..ad082dc806eb508c85d42126b3ec6c84840d3d6d 100644 (file)
@@ -653,7 +653,7 @@ Lookup::repeat_slash (Real w, Real s, Real t)
   SCM sl = scm_make_real (s);
   SCM thick = scm_make_real (t);
   SCM slashnodot = scm_list_n (ly_symbol2scm ("repeat-slash"),
-                           wid, sl, thick, SCM_UNDEFINED);
+                              wid, sl, thick, SCM_UNDEFINED);
 
   Box b (Interval (0, w + sqrt (sqr (t/s) + sqr (t))),
         Interval (0, w * s));