]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-column.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / tie-column.cc
index 8a0ef24139a5b8481e84e4277de5ff8a105cc36e..5f111a8581274bc026c21059f09da714f836a214 100644 (file)
@@ -40,7 +40,7 @@ Tie_column::add_tie (Grob *tc, Spanner *tie)
   Spanner *me = dynamic_cast<Spanner *> (tc);
 
   if (tie->get_parent (Y_AXIS)
-      && Tie_column::has_interface (tie->get_parent (Y_AXIS)))
+      && has_interface<Tie_column> (tie->get_parent (Y_AXIS)))
     return;
 
   if (!me->get_bound (LEFT)