faulty interaction of line-width and minimum-length in spanners
Originally created by: palmer.r.violin
David Nalesnik wrote :
In the following snippet, the music runs right off the page. Clearly, the
setting of line-width is not respected. Probably, it should be
minimum-width that is ignored or adjusted along with an error being thrown.
%%%%%%%
\paper {
line-width = 50\mm
}
{
\override Tie.minimum-length = #40
c''2 ~ c'' ~ \break
c''2 ~ c''
}
%%%%%%%
Ralph :
I get the same result in both ly2.18.2 and 2.19.15
Original URL: https://sourceforge.net/p/testlilyissues/issues/4279