]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-bracket.cc
Issue 4961/6: Let make_partial_ellipse_boxes use degrees
[lilypond.git] / lily / tuplet-bracket.cc
index a1ad69c72acda43ff5f3eefbddb2374174a0d4fc..17e1194de80762822da92ed5e7d8767bc6a8a7d0 100644 (file)
@@ -64,7 +64,7 @@ get_x_bound_item (Grob *me_grob, Direction hdir, Direction my_dir)
 {
   Spanner *me = dynamic_cast<Spanner *> (me_grob);
   Item *g = me->get_bound (hdir);
-  if (Note_column::has_interface (g)
+  if (has_interface<Note_column> (g)
       && Note_column::get_stem (g)
       && Note_column::dir (g) == my_dir)
     g = Note_column::get_stem (g);