Re: program error: mis-predicted force

2017-05-14 Thread Jacques Menu Muzhic
Hello Auke,

Here is what I get with 2.19.55:

Starting lilypond 2.19.55 [Untitled (2)]...
Processing 
`/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T/frescobaldi-cgabe6rk/tmpsguji5sa/document.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
programming error: bounds of this piece aren't breakable.
continuing, cross fingers
Layout output to 
`/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T//lilypond-UUq5m5'...
Converting to `document.pdf'...
Deleting `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T//lilypond-UUq5m5'...
Success: compilation successfully completed
Completed successfully in 0.8 ».

JM

> Le 10 mai 2017 à 21:52, Partitura Organum <partitura@gmail.com> a écrit :
> 
> Hi all,
> 
> Every now and again I see this error when engraving a score"program error: 
> mis-predicted force" and then a bunch of numbers. But the score looks okay so 
> I ignore it. And since the error never comes with a line in the music file 
> where the error originates I never know what is actually wrong.
> 
> Tonight it happened again. This time I have been able to narrow down the 
> source of the error to the next snippet (sort of "Minimal Error Throwing 
> Example") :
> 
> %% start
> 
> \version "2.19.59"
> 
> #(set-global-staff-size 18)
> 
> \score {
>  \new Staff
>\relative c'' {
>  \key bes \major
>   es4 d c8 cis d bes
>  \grace {a16 c}
>  }
> }
> 
>  end
> 
> All elements are needed for the error to occur. With another 
> global-staff-size: no error. Remove one of the notes: no error. Remove the 
> key signature: no error. Remove a grace note: no error
> 
> So, what am I doing wrong here?
> 
> Regards,
> Auke
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: program error: mis-predicted force

2017-05-11 Thread David Wright
On Wed 10 May 2017 at 21:52:59 (+0200), Partitura Organum wrote:

> So, what am I doing wrong here?

Replying to one of your posts at random, rather than starting a new thread.

Cheers,
David.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


program error: mis-predicted force

2017-05-10 Thread Partitura Organum

Hi all,

Every now and again I see this error when engraving a score"program 
error: mis-predicted force" and then a bunch of numbers. But the score 
looks okay so I ignore it. And since the error never comes with a line 
in the music file where the error originates I never know what is 
actually wrong.


Tonight it happened again. This time I have been able to narrow down the 
source of the error to the next snippet (sort of "Minimal Error Throwing 
Example") :


%% start

\version "2.19.59"

#(set-global-staff-size 18)

\score {
  \new Staff
\relative c'' {
  \key bes \major
   es4 d c8 cis d bes
  \grace {a16 c}
  }
}

 end

All elements are needed for the error to occur. With another 
global-staff-size: no error. Remove one of the notes: no error. Remove 
the key signature: no error. Remove a grace note: no error


So, what am I doing wrong here?

Regards,
Auke


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user