First example runs fine with 2.19.83: Starting lilypond 2.19.83 [Untitled]... Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-26x60_kc/tmpajvkw5n9/document.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page... Drawing systems... Layout output to `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T//lilypond-dkJh6X'... Converting to `document.pdf'... Deleting `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T//lilypond-dkJh6X'... Success: compilation successfully completed Completed successfully in 0.7".
JM > Le 18 nov. 2019 à 15:02, Gianmaria Lari <gianmarial...@gmail.com> a écrit : > > I'm sure this is a trivial issue but I need help to understand why this > code... > > \version "2.21.0" > { > \acciaccatura cis'8 d'1 > \acciaccatura cis'8 d'1 > } > > ... generates this log: > > [....] > programming error: mis-predicted force, 108.120472 ~= 108.620856 > continuing, cross fingers > programming error: mis-predicted force, 108.120472 ~= 108.620856 > continuing, cross fingers > [....] > > > > The same code in lower octaves works correctly. For instance this one.... > > \version "2.21.0" > { > \acciaccatura cis8 d'1 > \acciaccatura cis8 d'1 > } > > ...works without generating errors. Any help? > Apologies if I'm missing something obvious! > > Thank you, g.