]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
Fix printing of our manuals (CSS messup, forgot to update the definitions when the...
[lilypond.git] / lily / rest.cc
index 97deba3f8fc93b41cce9767f0a17b851bcafe301..0115e5176fbbf56921767051b0389b85ab84eee2 100644 (file)
@@ -52,7 +52,8 @@ Rest::y_offset_callback (SCM smob)
     amount += ss / 2;
 
   if (!position_override)
-    amount += 2 * ss * get_grob_direction (me);;
+    amount += 2 * ss * get_grob_direction (me);
+
 
   return scm_from_double (amount);
 }