]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
release: 1.3.147
[lilypond.git] / lily / rest.cc
index 2efbf78e0417761b5ffee0424dc0c1745f47dd56..4a9169e83f135efa8ae002b6e1b43661b77f37b9 100644 (file)
@@ -30,7 +30,7 @@ Rest::after_line_breaking (SCM smob)
   if (d && bt > 4) // UGH.
     {
       d->set_grob_property ("staff-position",
-                          gh_int2scm ((bt == 7) ? 4 : 3));
+                           gh_int2scm ((bt == 7) ? 4 : 3));
     }
 
   return SCM_UNSPECIFIED;