]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-number.cc
Merge branch 'master' into translation
[lilypond.git] / lily / tuplet-number.cc
index c8781ca14d0d2b7d9dcae542b4fa2c597a3b30b1..4d879ade4c46b37fb143339358a592b11e76971d 100644 (file)
@@ -272,7 +272,7 @@ Tuplet_number::calc_x_offset (SCM smob)
 
   for (LEFT_and_RIGHT (d))
     {
-      if (Note_column::has_interface (bounds[d])
+      if (has_interface<Note_column> (bounds[d])
           && Note_column::get_stem (bounds[d]))
         bounds[d] = Note_column::get_stem (bounds[d]);
       bound_poss[d] = Axis_group_interface::generic_bound_extent (bounds[d], commonx, X_AXIS)[-d];