X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frepeat-tie-engraver.cc;h=d61c52c5d8bc5f5f06b516d7bd005d327254cc18;hb=74fd11beb0b6f89563f93e377e8c8dd1b9aeb3ff;hp=9c59ac01c9a85131360b31e84da92676dc1df4e1;hpb=d2762a4f1add2bb04d6fc34d3c7ae03eeb7d500f;p=lilypond.git diff --git a/lily/repeat-tie-engraver.cc b/lily/repeat-tie-engraver.cc index 9c59ac01c9..d61c52c5d8 100644 --- a/lily/repeat-tie-engraver.cc +++ b/lily/repeat-tie-engraver.cc @@ -80,9 +80,9 @@ Repeat_tie_engraver::acknowledge_note_head (Grob_info inf) semi_tie->set_parent (semi_tie_column_, Y_AXIS); semi_ties_.push_back (semi_tie); - if (is_direction (Stream_event::unsmob (cause)->get_property ("direction"))) + if (is_direction (unsmob (cause)->get_property ("direction"))) { - Direction d = to_dir (Stream_event::unsmob (cause)->get_property ("direction")); + Direction d = to_dir (unsmob (cause)->get_property ("direction")); semi_tie->set_property ("direction", scm_from_int (d)); }