[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: minimum-length property has no effect on last bar of system
From: |
address@hidden |
Subject: |
Re: minimum-length property has no effect on last bar of system |
Date: |
Sun, 3 Mar 2013 18:57:18 +0100 |
On 3 mars 2013, at 18:56, Colin Hall <address@hidden> wrote:
>
> address@hidden writes:
>
>> 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
>> }
>
> I found a tracker, fixed and verified in 2006, for a very similar
> problem with ties.
>
> https://code.google.com/p/lilypond/issues/detail?id=171
>
> I think your report is a distinct problem, Mike, so here is a new
> tracker:
>
> https://code.google.com/p/lilypond/issues/detail?id=3221
>
> Cheers,
> Colin.
Thanks Colin!
I found another issue that is the same, so I merged this into that.
Cheers,
MS