]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hyphen-engraver.cc
release: 1.3.66
[lilypond.git] / lily / hyphen-engraver.cc
index 62341082df9547a3b3e70dbfc2d8a1d418748df1..204995b4b067e6f674cea8a8a72b029c2612405d 100644 (file)
@@ -89,7 +89,7 @@ Hyphen_engraver::do_removal_processing ()
   if (hyphen_p_)
     {
       req_l_->warning (_ ("unterminated hyphen"));
-      hyphen_p_->set_bound(RIGHT, get_staff_info ().command_pcol_l ());
+      hyphen_p_->set_bound(RIGHT, unsmob_element (get_property ("currentCommandColumn")));
     }
 }