Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 3221 by [email protected]: minimum-length property has no
effect on last bar of system
http://code.google.com/p/lilypond/issues/detail?id=3221
Someone reported here:
http://lists.gnu.org/archive/html/bug-lilypond/2013-03/msg00010.html
about minimum-length.
I found issue 171, fixed and verified in 2006, which sounds very similar
and is about ties and line breaks.
Bug report follows:
Spanners' minimum-length property does not work on the last bar of a system.
\version "2.17.10"
tslong = {
\once \override TextSpanner.springs-and-rods =
#ly:spanner::set-spacing-rods
\once \override TextSpanner.minimum-length = #30
}
{
\override TextSpanner.to-barline = ##t
\repeat unfold 4 a1
\tslong
a1\startTextSpan
\tslong
a1
\stopTextSpan \startTextSpan \break
a1 \stopTextSpan
}
h
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings