https://codereview.appspot.com/567350043
\version "2.19.46"
\header { texidoc = "
LilyPond should obey the vertical positions of ties as specified with
@code{tie-configuration}.
Here is a counterexample, where the positions of longer ties get
changed.
" }
\paper { line-width = 80\mm }
\relative {
\override TieColumn.tie-configuration =
#'((0 . 1) (2 . 1) (4 . 1))
<b'^~ d^~ f^~>1 | \break
q |
}
See https://codereview.appspot.com/567350043 and http://lsr.di.unimi.it/LSR/Item?id=407 for a fix.
Diff:
Passes make, make check and a full make doc.
Patch on cojuntdown for March 17th
Patch counted down - please push.
Pushed to staging as
commit 7c15800655d8fbb02095dbfaba62379c559048f3
Author: Werner Lemberg wl@gnu.org
Date: Fri Mar 13 13:15:00 2020 +0100