[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3221 in lilypond: minimum-length property has no e
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3221 in lilypond: minimum-length property has no effect on last bar of system |
Date: |
Sun, 03 Mar 2013 17:53:10 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 3221 by address@hidden: 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
- [Lilypond-auto] Issue 3221 in lilypond: minimum-length property has no effect on last bar of system,
lilypond <=