X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fvolta-bracket.cc;h=e337a34b34320c6f4a1b18b95edb205688ac399a;hb=9e877e5aea3fb6cf6e7873d1e8797672cda450f5;hp=9ac2b44637f5fab3d24cd0d6235ea384d6faada9;hpb=8cea88f78f766476cbb82cb7e53b1f6223159cb2;p=lilypond.git diff --git a/lily/volta-bracket.cc b/lily/volta-bracket.cc index 9ac2b44637..e337a34b34 100644 --- a/lily/volta-bracket.cc +++ b/lily/volta-bracket.cc @@ -31,7 +31,7 @@ using namespace std; #include "side-position-interface.hh" #include "directional-element-interface.hh" #include "lookup.hh" -#include "tuplet-bracket.hh" +#include "bracket.hh" #include "lily-imports.hh" /* @@ -94,12 +94,9 @@ Volta_bracket_interface::print (SCM smob) Offset start; start[X_AXIS] = me->spanner_length () - left; - /* - ugh, Tuplet_bracket should use Horizontal_bracket, not the other way around. - */ Stencil total - = Tuplet_bracket::make_bracket (me, Y_AXIS, start, - edge_height, empty, flare, shorten); + = Bracket::make_bracket (me, Y_AXIS, start, edge_height, empty, + flare, shorten); if (!orig_span || broken_first_bracket) {