]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
release: 1.5.9
[lilypond.git] / lily / rest.cc
index 2efbf78e0417761b5ffee0424dc0c1745f47dd56..c29f77765268248cc68ae6090fe12e509c925dfa 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;
@@ -82,7 +82,7 @@ Rest::brew_internal_molecule (SCM smob)
   
   String style; 
   SCM style_sym =me->get_grob_property ("style");
-  if (balltype >= 2 && gh_symbol_p (style_sym))
+  if (gh_symbol_p (style_sym))
     {
       style = ly_scm2string (scm_symbol_to_string (style_sym));
     }