]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar-engraver.cc
Gets vertical ordering of footnotes correct.
[lilypond.git] / lily / span-bar-engraver.cc
index 4addffcac66b218f8c1efd91feb9e16d0a7252dd..8a673f15bf3de681314ec1403b09fec0f05419fd 100644 (file)
@@ -71,7 +71,7 @@ Span_bar_engraver::process_acknowledged ()
     {
       Grob *vag = Grob::get_root_vertical_alignment (bars_[0]);
       if (vag)
-        vector_sort (bars_, Grob::vertical_less);
+        vector_sort (bars_, Grob::pure_vertical_less);
       spanbar_ = make_item ("SpanBar", SCM_EOL);
 
       spanbar_->set_parent (bars_[0], X_AXIS);