lilypond-user
[Top][All Lists]
Advanced

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

Ambitus_engraver engenders programming error


From: Patrick Karl
Subject: Ambitus_engraver engenders programming error
Date: Mon, 01 Nov 2010 18:20:39 -0500

On Nov 1, 2010, at 6:17 PM, Patrick Karl wrote:

> 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.

(I promise to do my best to never submit another entry without fixing the 
subject line.  mea culpa...)




reply via email to

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