bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2362 in lilypond: bug with tupletLengthFull


From: lilypond
Subject: Issue 2362 in lilypond: bug with tupletLengthFull
Date: Mon, 27 Feb 2012 01:32:24 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 2362 by address@hidden: bug with tupletLengthFull
http://code.google.com/p/lilypond/issues/detail?id=2362

Reported by Thomas Morley:

http://lists.gnu.org/archive/html/bug-lilypond/2012-02/msg01081.html
http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/33977

Original post from Thomas follows:

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

If the mark contains less than 8 characters the warning disappears.
Same, when commenting in \override TupletBracket #'full-length-to-extent = ##f

Compiles without warning using 2.12.3

Cheers,
  Harm






reply via email to

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