On 5/19/2019 1:51 PM, 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
<simon.albre...@mail.de> 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
> lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
> https://lists.gnu.org/mailman/listinfo/lilypond-user
Ming,
If I remove your "\grace b'8" the error goes away...
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user