]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/multi-measure-rest.cc
Replace C++ (in)equality checks with proper SCM syntax
[lilypond.git] / lily / multi-measure-rest.cc
index e13d5bf17a33e799f8195879362d9efe3567b8f0..0321082a57dee37a98cb0cf1d540ddaef1c4ff32 100644 (file)
@@ -222,7 +222,7 @@ Multi_measure_rest::symbol_stencil (Grob *me, Real space)
 
   if (measure_count == 1)
     {
-      if (me->get_property ("staff-position") == SCM_EOL)
+      if (scm_is_null (me->get_property ("staff-position")))
         {
           int dir = get_grob_direction (me);
           Real pos = Rest::staff_position_internal (me, mdl, dir);