]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix 782.
authorJoe Neeman <joeneeman@gmail.com>
Mon, 22 Jun 2009 11:21:04 +0000 (14:21 +0300)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 22 Jun 2009 11:21:04 +0000 (14:21 +0300)
This was a regression introduced by 0b47e7b3.

lily/align-interface.cc

index cbc9443fc7ce4f1491492ecb745f2c1e26241717..36aa81f11153d428eb9adafcfd7f2206766b51b4 100644 (file)
@@ -154,7 +154,8 @@ get_skylines (Grob *me,
          // of the system. This way, the tall treble clefs are only compared with the treble
          // clefs of the other staff and they will be ignored if the staff above is, for example,
          // lyrics.
-         if (Axis_group_interface::has_interface (g))
+         if (Axis_group_interface::has_interface (g)
+             && !Hara_kiri_group_spanner::request_suicide (g, start, end))
            {
              Interval begin_of_line_extent = Axis_group_interface::begin_of_line_pure_height (g, start);
              if (!begin_of_line_extent.is_empty ())