]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/figured-bass-position-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / figured-bass-position-engraver.cc
index a9d0a89dc04a932d672f8ba02742db860447640d..c1df4623e6271a610fc6bc8df3f373418c7e6e74 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--2015 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