]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/figured-bass-position-engraver.cc
Authors: Updated Authors.itexi
[lilypond.git] / lily / figured-bass-position-engraver.cc
index a9d0a89dc04a932d672f8ba02742db860447640d..7654208610ea6893fa0b22c307be76d2f35d4e5c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -102,8 +102,7 @@ Figured_bass_position_engraver::acknowledge_end_slur (Grob_info info)
 void
 Figured_bass_position_engraver::acknowledge_slur (Grob_info info)
 {
-  if (!info.grob ()->internal_has_interface (ly_symbol2scm ("cross-staff-stub-interface")))
-    span_support_.push_back (info.grob ());
+  span_support_.push_back (info.grob ());
 }
 
 void