%%%%%\version "2.19"\language "english"global = {  \key a \major  
\numericTimeSignature  \time 3/4  \partial 4
  % Draw a circle round the following bar number(s)  \override 
Score.BarNumber.stencil  = #(make-stencil-circler 0.1 0.25 
ly:text-interface::print)  }
right = \fixed c'  {  \global cs''8 b' |  <cs'e'a'>2  <a'cs''>8 a' |  
<gs'cs''e''>2 cs''8 a' |  <d''fs''a''>4 a'' <b'd''gs''>8 fs'' |\break  e''4 r4 
a' |  <a'd''fs''a''>2 <d''fs''>4 |  \acciaccatura b'8 <cs''e''>2 d''4 |  
<e'gs'cs''>4. d''8 cs'' <fs'a'd''> |}
\new Staff \right%%%%%%I change \grace to\  \acciaccatura and the compile clean 
without the programming error....
Then I add next bar and the compile indicated three programming error...I don't 
see how the code affect the compile.
Any where I can find the explaination of the programming error and how to 
resolve it?
Ming
The lilypond log as below:
Starting lilypond-windows.exe 2.19.83 [test_2.ly]...

Processing `C:/Users/yming 
tsang/Documents/S_team/2019-06-02/Speechless-Praise/test_2.ly'

Parsing...

Interpreting music...[8]

Preprocessing graphical objects...

programming error: mis-predicted force, 108.120472 ~= 108.262836

continuing, cross fingers

programming error: mis-predicted force, 108.120472 ~= 108.049201

continuing, cross fingers

programming error: mis-predicted force, 108.120472 ~= 108.049201

continuing, cross fingers

Finding the ideal number of pages...

Fitting music on 1 page...

Drawing systems...

Layout output to `./tmp-lilypond-zKIQCm'...

Converting to `test_2.pdf'...

Deleting `./tmp-lilypond-zKIQCm'...

Success: compilation successfully completed

Completed successfully in 4.3".

    On Sunday, May 19, 2019, 2:28:30 p.m. EDT, Simon Albrecht 
<[email protected]> wrote:  
 
 Hi Ming,

I can’t reproduce the error with your example on Ubuntu 16.04.

Best, Simon

On 19.05.19 19:51, MING TSANG wrote:
> Hi Simon,
>
> Thank you for the info.  I finally find the first time the programming 
> error appears.
> I now have a minimal lily code demonstrate the error.
>
> Ming
> %%%
> \version "2.19.83"
> \language "english"
> global = {
>   \key a \major
>   \numericTimeSignature
>   \time 3/4
>   \partial 4
>
>   % Draw a circle round the following bar number(s)
>   \override Score.BarNumber.stencil
>   = #(make-stencil-circler 0.1 0.25 ly:text-interface::print)
> }
>
> right = \fixed c' {
>   \global
>  cs''8 b' |
>  <cs'e'a'>2  <a'cs''>8 a' |
>  <gs'cs''e''>2 cs''8 a' |
>  <d''fs''a''>4 a'' <b'd''gs''>8 fs'' |\break
>  e''4 r4 a' |
>  <a'd''fs''a''>2 <d''fs''>4 |
>  \grace b'8 <cs''e''>2 d''4 |
> }
>
> \new Staff \right
>
> %%%
>
> log output:
>
> Starting lilypond-windows.exe 2.19.83 [test_2.ly]...
>
> Processing `C:/Users/yming 
> tsang/Documents/S_team/2019-06-02/Speechless-Praise/test_2.ly'
>
> Parsing...
>
> Interpreting music...[8][8]
>
> Preprocessing graphical objects...
>
> programming error: mis-predicted force, 108.120472 ~= 108.262836
>
> continuing, cross fingers
>
> Finding the ideal number of pages...
>
> Fitting music on 1 page...
>
> Drawing systems...
>
> Layout output to `./tmp-lilypond-y6dGQn'...
>
> Converting to `test_2.pdf'...
>
> Deleting `./tmp-lilypond-y6dGQn'...
>
> Success: compilation successfully completed
>
> Completed successfully in 1.4".
>
>
>
>
>
>
>
> On Sunday, May 19, 2019, 9:28:01 a.m. EDT, Simon Albrecht 
> <[email protected]> wrote:
>
>
> Hi Ming,
>
> it’s very likely impossible to say without seeing your source file, and
> as always: try to narrow it down yourself. What changes did you make to
> the document before the error first appeared? Just go through the usual
> ‘minimal example’ process (tedious as it may be), and if that doesn’t
> show you the problem already, then send the example to the list.
>
> Best, Simon
>
> http://lilypond.org/tiny-examples.html
>
> On 17.05.19 16:22, MING TSANG wrote:
> > Hi, lilyponders:
> >
> > What is it mean "...miss-predicted..."?
> > How to resolve the following error?
> >
> > Thank you for the help.
> > Ming
> >
> >
> > error log after compile:
> >
> > Starting lilypond-windows.exe 2.19.83 [speechless-praise.ly]...
> >
> > Processing `C:/Users/yming
> > 
> tsang/Documents/S_team/2019-06-02/Speechless-Praise/speechless-praise.ly'
> >
> > Parsing...
> >
> > Interpreting music...[8][16][24][32][40][48][56][64][72][80]
> >
> > Preprocessing graphical objects...
> >
> > Interpreting music...
> >
> > MIDI output to `speechless-praise.mid'...
> >
> > programming error: mis-predicted force, 108.120472 ~= 108.191480
> >
> > continuing, cross fingers
> >
> > programming error: mis-predicted force, 108.120472 ~= 107.961819
> >
> > continuing, cross fingers
> >
> > programming error: mis-predicted force, 108.120472 ~= 107.957163
> >
> > continuing, cross fingers
> >
> > programming error: mis-predicted force, 108.120472 ~= 108.191480
> >
> > continuing, cross fingers
> >
> > programming error: mis-predicted force, 108.120472 ~= 107.961819
> >
> > continuing, cross fingers
> >
> > programming error: mis-predicted force, 108.120472 ~= 107.957163
> >
> > continuing, cross fingers
> >
> > programming error: mis-predicted force, 108.120472 ~= 106.800315
> >
> > continuing, cross fingers
> >
> > Finding the ideal number of pages...
> >
> > Fitting music on 2 or 3 pages...
> >
> > Drawing systems...
> >
> > Layout output to `./tmp-lilypond-spwyxH'...
> >
> > Converting to `speechless-praise.pdf'...
> >
> > Deleting `./tmp-lilypond-spwyxH'...
> >
> > Success: compilation successfully completed
> >
> > Completed successfully in 5.7".
>
> >
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > [email protected] <mailto:[email protected]>
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
>
  
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to