]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
Fix issue 542: Harden Grob::relative_coordinate()
[lilypond.git] / lily / chord-name.cc
index 8ff3ffe763cbba2389e835da0e962d2d6290c1cb..757a1a57838bdbfeeec1661ee48baa456b4a5bea 100644 (file)
@@ -26,7 +26,7 @@ Chord_name::after_line_breaking (SCM smob)
   if (to_boolean (s))
     {
       if (me->get_column ()->get_rank ()
-         - me->get_system ()->spanned_rank_iv ()[LEFT] > 1)
+         - me->get_system ()->spanned_rank_interval ()[LEFT] > 1)
        me->suicide ();
     }
   return SCM_UNSPECIFIED;