lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 96, Issue 3


From: Patrick Karl
Subject: Re: lilypond-user Digest, Vol 96, Issue 3
Date: Mon, 01 Nov 2010 18:17:39 -0500

The following snippet:

> \version "2.12.3"
> T = \relative b' { cis2. c4 }
> \score {
>       \new Staff { \T  }
>       \layout {
>               \context { \Voice \consists "Ambitus_engraver" } 
>       }
> }

generates the following in the log file:

> Preprocessing graphical objects...
> programming error: Infinity or NaN encountered
> Finding the ideal number of pages...

The programming error does not occur if either of the following steps are taken:

  *  comment out the Ambitus_engraver command

  *  leave the Ambitus_engraver command in, but change the c4 to cis4 in the 
definition of the variable T.



reply via email to

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