bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug with tupletFullLength


From: Colin Hall
Subject: Re: bug with tupletFullLength
Date: Mon, 27 Feb 2012 12:17:01 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Feb 27, 2012 at 12:35:47PM +0100, Thomas Morley wrote:
> 2012/2/27 Colin Hall <address@hidden>:
> > On Mon, Feb 27, 2012 at 02:12:06AM +0100, David Kastrup wrote:
> >> Colin Hall <address@hidden> writes:
> >>
> >> > On Sun, Feb 26, 2012 at 06:36:05PM +0100, Thomas Morley wrote:
> >> >> The following code gives a log warning:
> >> >>
> >> >> \version "2.15.30"
> >> >> \new Staff {
> >> >> ? ?\set tupletFullLength = ##t
> >> >> % ? \override TupletBracket #'full-length-to-extent = ##f
> >> >> ? ?\time 1/8
> >> >> ? ?\times 2/3 { c'16 c' c' }
> >> >> \mark "123456789"
> >> >> }
> >> >>
> >> >> log:
> >> >> warning: Found infinity or nan in output. Substituting 0.0
> >
> > I've created a new issue tracker 2362 for this bug, Thomas. Thanks again 
> > for the bug report.
> >
> > http://code.google.com/p/lilypond/issues/detail?id=2362
> >
> 
> I noticed the bug when working on http://lsr.dsi.unimi.it/LSR/Item?id=705
> After further investigation I think the bug is more related to the
> RehearsalMark.
> 
> The following code gives no warning with 2.14.2 or 2.15.30 but a weird
> output. And again all's fine when commenting in \override
> TupletBracket #'full-length-to-extent = ##f
> 
> 
> \version "2.14.2"
> 
> \new Staff {
>    \set tupletFullLength = ##t
> 
> %   \override TupletBracket #'full-length-to-extent = ##f
> 
>    \time 1/8
>    \times 2/3 { c'16 c' c' }
>    \override Score.RehearsalMark #'break-visibility = #'#(#t #t #t)
>    \override Score.RehearsalMark #'direction = #DOWN
>    \mark "12345678"
> }

Thanks for the update, Thomas. I'll put a link to this info on the issue 
tracker.

Cheers,
Colin.

-- 

Colin Hall



reply via email to

[Prev in Thread] Current Thread [Next in Thread]