bug-lilypond
[Top][All Lists]
Advanced

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

lots of programming errors in 2.1.34


From: Erik Sandberg
Subject: lots of programming errors in 2.1.34
Date: Fri, 26 Mar 2004 21:59:12 +0100
User-agent: KMail/1.5.4

hi,

I just got a whole bunch of new programming errors. This fairly short snippet 
produces:

1. A couple of these:
programming error: minimise_least_squares ():  Nothing to minimise 
(Continuing; crossing fingers)

2. The following warning:
/tmp/bee/progerror/piano.ly:5:10: warning: Programming error: Spanner `Beam' 
is not fully contained in parent spanner `VerticalAxisGroup'.:
  es8 es4
          d16 c |

3. A couple of Infinity or NaN encountered.
4. Weird output (no lines in the staff).

Here's the code:

\version "2.1.34"
\score {
\new Staff \notes \relative c'' {
\time 2/4
  es8 es4 d16 c |
  \change Staff=A
  d,16 b' f b d, b' f b |
  <c es,>4 r8
}
  \paper {}
}


& here's the full output:

/tmp/bee/progerror$ lilypond piano.ly
lilypond (GNU LilyPond) 2.1.34
Running usr...
Now processing `piano.ly'
Parsing...
Interpreting music... [3]
Preprocessing graphical objects... programming error: minimise_least_squares 
():  Nothing to minimise (Continuing; crossing fingers)
programming error: minimise_least_squares ():  Nothing to minimise 
(Continuing; crossing fingers)
programming error: minimise_least_squares ():  Nothing to minimise 
(Continuing; crossing fingers)

Calculating line breaks... [3][4]

/tmp/bee/progerror/piano.ly:5:10: warning: Programming error: Spanner `Beam' 
is not fully contained in parent spanner `VerticalAxisGroup'.:
  es8 es4
          d16 c |

paper output to `piano.tex'...
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)
programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; crossing fingers)


Analyzing piano.tex...
Running latex...
Running dvips...
Running ps2pdf...
DVI output to `piano.dvi'...
PDF output to `piano.pdf'...
PS output to `piano.ps'...


Erik





reply via email to

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