]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
release: 1.3.80
[lilypond.git] / lily / rest.cc
index 7f4e6cf4f7246504ec7f59c430eae8ca0f2dd2f0..dcff3064226b85e6e345e2a6635674194fc627b2 100644 (file)
@@ -23,7 +23,6 @@ Rest::after_line_breaking (SCM smob)
   int bt = gh_scm2int (me->get_elt_property ("duration-log"));
   if (bt == 0)
     {
-
       me->translate_axis (Staff_symbol_referencer::staff_space (me) , Y_AXIS);
     }
 
@@ -34,7 +33,7 @@ Rest::after_line_breaking (SCM smob)
                           gh_int2scm ((bt == 7) ? 4 : 3));
     }
 
-  return SCM_UNDEFINED;
+  return SCM_UNSPECIFIED;
 }