Re: programming error: Improbable offset for stencil: -inf staff space,Setting to zero.

2023-11-19 Thread Thomas Morley
Am So., 19. Nov. 2023 um 15:30 Uhr schrieb Michael Gerdau : > > Hi lilyponders! > > the attached fairly short script creates 4x the aforementioned error. It > seems to be created by the combined >\tweak Parentheses.font-size #2 \parenthesize > > The resulting score looks basically fine (AFAICT)

programming error: Improbable offset for stencil: -inf staff space,Setting to zero.

2023-11-19 Thread Michael Gerdau
Hi lilyponders! the attached fairly short script creates 4x the aforementioned error. It seems to be created by the combined \tweak Parentheses.font-size #2 \parenthesize The resulting score looks basically fine (AFAICT) but I guess this error should not occur anyway. This happens both wi

Re: programming error: note-column has no direction

2023-10-12 Thread Thomas Morley
scriptionVoice > > %% \consists Stem_engraver > > %% \omit Stem > > %% } > > %% } > > > > \new GregorianTranscriptionStaff > > << > > \new GregorianTranscriptionVoice > > { \voiceOne b' } > > \new Gregoria

Re: programming error: note-column has no direction

2023-10-07 Thread Valentin Petzel
sists Stem_engraver > %% \omit Stem > %% } > %% } > > \new GregorianTranscriptionStaff > << > \new GregorianTranscriptionVoice > { \voiceOne b' } > \new GregorianTranscriptionVoice > { \voiceTwo g' } > > > Returns: > programmin

programming error: note-column has no direction

2023-10-07 Thread Thomas Morley
er %% \omit Stem %% } %% } \new GregorianTranscriptionStaff << \new GregorianTranscriptionVoice { \voiceOne b' } \new GregorianTranscriptionVoice { \voiceTwo g' } >> Returns: programming error: note-column has no direction { \voiceOne b&#

Re: Programming error with change staff

2023-02-17 Thread Knute Snortum
On Fri, Feb 17, 2023 at 1:04 AM Thomas Morley wrote: > > Add > \override Script.avoid-slur = #'inside > > Cheers, > Harm > That works great, thanks! -- Knute Snortum

Re: Programming error with change staff

2023-02-17 Thread Thomas Morley
Am Do., 16. Feb. 2023 um 19:09 Uhr schrieb Knute Snortum : > > I have run into a situation where LilyPond produces a programming error. It > involves changing staff, voice one, accent fingering and avoid-slur. It's > best to just look at the MWE: > > \version "2

RE: Programming error with change staff

2023-02-16 Thread Mark Stephen Mrotek
Subject: Programming error with change staff I have run into a situation where LilyPond produces a programming error. It involves changing staff, voice one, accent fingering and avoid-slur. It's best to just look at the MWE: \version "2.25.1" staffUp = \change Staff = &q

Programming error with change staff

2023-02-16 Thread Knute Snortum
I have run into a situation where LilyPond produces a programming error. It involves changing staff, voice one, accent fingering and avoid-slur. It's best to just look at the MWE: \version "2.25.1" staffUp = \change Staff = "upper" staffDown = \change Staff = "lowe

programming error message with bookparts and page-turn-breaking

2023-01-15 Thread William Rehwinkel
Dear list, When I use a lilypond file structured similarly to the following minimal example, I get a programming error message thrown when compiling: programming error: found a page-turnable place which was not breakable The resulting file does look correct, with the bookparts seperated and

Re: programming error: cyclic dependency: calculation-in-progress encountered for Slur.control-points

2022-10-26 Thread Jean Abou Samra
Le 26/10/2022 à 09:11, Jean Abou Samra a écrit : Could you send the file to me? Thanks for sending, I've minimized it and opened https://gitlab.com/lilypond/lilypond/-/issues/6447 Best, Jean

Re: programming error: cyclic dependency: calculation-in-progress encountered for Slur.control-points

2022-10-26 Thread Jean Abou Samra
ne > interested in debugging it. > > Interpreting music...[8][16] > Preprocessing graphical objects... > Finding the ideal number of pages... > Fitting music on 2 or 3 pages... > Drawing systems... > /var/home/fede/Documenti/spartiti/ly/../Unterberger/Percfest.ily:103:25: > program

programming error: cyclic dependency: calculation-in-progress encountered for Slur.control-points

2022-10-25 Thread Federico Bruni
ges... Fitting music on 2 or 3 pages... Drawing systems... /var/home/fede/Documenti/spartiti/ly/../Unterberger/Percfest.ily:103:25: programming error: cyclic dependency: calculation-in-progress encountered for Slur.control-points ( \glissando ) ~ \mBreak \set doub

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Thomas Morley
Am Fr., 27. Mai 2022 um 11:22 Uhr schrieb Thomas Morley : > > Hi, > > lsr-snippet "Variable bow thickness depending on length" > https://lsr.di.unimi.it/LSR/Item?u=1&id=1028 looks at 'control-points > to calculate a modified thickness. > > For recent li

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Thomas Morley
Am Fr., 27. Mai 2022 um 14:59 Uhr schrieb Jean Abou Samra : > > > > Le 27/05/2022 à 13:28, Thomas Morley a écrit : > > I decided to go for a better approximation of the bow-length, but > > dropped some comments what to do, if execution time gets worse. > > https://lsr.di.unimi.it/LSR/Item?u=1&id=10

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Jean Abou Samra
Le 27/05/2022 à 13:28, Thomas Morley a écrit : I decided to go for a better approximation of the bow-length, but dropped some comments what to do, if execution time gets worse. https://lsr.di.unimi.it/LSR/Item?u=1&id=1028 Here's an experiment: \version "2.23.9" #(define (bezier-curve contr

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Thomas Morley
p;id=1028 looks at 'control-points > > to calculate a modified thickness. > > > > For recent lily-versions this throws > > programming error: cyclic dependency: calculation-in-progress > > encountered for Slur.thickness > > as soon as 'control

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Thomas Morley
Am Fr., 27. Mai 2022 um 12:05 Uhr schrieb Jean Abou Samra : > > > > Le 27/05/2022 à 11:54, Thomas Morley a écrit : > > Thanks Jean! > > After further thinking and testing I'll not reset the 'control-points: > > It would trash a user-tweak for \shape and ua ser-override for \shape > > returns a more

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Jean Abou Samra
Le 27/05/2022 à 11:54, Thomas Morley a écrit : Thanks Jean! After further thinking and testing I'll not reset the 'control-points: It would trash a user-tweak for \shape and ua ser-override for \shape returns a more serious ERROR: #(define (variable-bow-thickness-harm min-l max-l min-t max-t)

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Thomas Morley
Am Fr., 27. Mai 2022 um 11:22 Uhr schrieb Thomas Morley : > > Hi, > > lsr-snippet "Variable bow thickness depending on length" > https://lsr.di.unimi.it/LSR/Item?u=1&id=1028 looks at 'control-points > to calculate a modified thickness. > > For recent li

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Thomas Morley
oks at 'control-points > > to calculate a modified thickness. > > > > For recent lily-versions this throws > > programming error: cyclic dependency: calculation-in-progress > > encountered for Slur.thickness > > as soon as 'control-points are called in a thickne

Re: programming error for thickness/control-points of Slur

2022-05-27 Thread Jean Abou Samra
Le 27/05/2022 à 11:22, Thomas Morley a écrit : Hi, lsr-snippet "Variable bow thickness depending on length" https://lsr.di.unimi.it/LSR/Item?u=1&id=1028 looks at 'control-points to calculate a modified thickness. For recent lily-versions this throws programming error

programming error for thickness/control-points of Slur

2022-05-27 Thread Thomas Morley
Hi, lsr-snippet "Variable bow thickness depending on length" https://lsr.di.unimi.it/LSR/Item?u=1&id=1028 looks at 'control-points to calculate a modified thickness. For recent lily-versions this throws programming error: cyclic dependency: calculation-in-progress encountered

Re: "Programming error" bug?

2021-11-14 Thread David Sumbler
l months. I installed > > v.2.23.4. > > Although I have so far only set 3 lines of music on 2 staves, the > > message "programming error: cyclic dependency: calculation-in- > > progress encountered for #'adjacent-pure-heights > > (VerticalAxisGroup)" is issued 8

Re: "Programming error" bug?

2021-11-14 Thread Jean Abou Samra
Le 13/11/2021 à 20:41, David Sumbler a écrit : I have just started on a new Lilypond project, having had little interaction with Lilypond for several months.  I installed v.2.23.4. Although I have so far only set 3 lines of music on 2 staves, the message "programming error: cyclic depen

"Programming error" bug?

2021-11-13 Thread David Sumbler
I have just started on a new Lilypond project, having had little interaction with Lilypond for several months. I installed v.2.23.4. Although I have so far only set 3 lines of music on 2 staves, the message "programming error: cyclic dependency: calculation-in-progress encountered for #

Re: Programming error & "fine" alignement

2021-11-01 Thread Mahanidhi
fontsize #10 "D.C. al Fine"}} > > > > ‐‐‐ Original Message ‐‐‐ > > > > Il lunedì 1 novembre 2021 12:56, Mahanidhi mahani...@protonmail.com ha > > scritto: > > > > Hello, > > > > I have a problem with an \include code. The D

Re: Programming error & "fine" alignement

2021-11-01 Thread Thomas Morley
iginal Message ‐‐‐ > Il lunedì 1 novembre 2021 12:56, Mahanidhi ha > scritto: > > Hello, > I have a problem with an \include code. The DC al fine is aligned to the bar > but the fine is not. At the same time I get this error: > programming error: file name not normalize

Re: Programming error & "fine" alignement

2021-11-01 Thread Mahanidhi
de code. The DC al fine is aligned to the bar > but the fine is not. At the same time I get this error: > programming error: file name not normalized: > \users\mahan\chinmoy-sangit\include\include-all.ly > Can someone help me? Thank you. > > minimal code: > \version "2.22.

Programming error & "fine" alignement

2021-11-01 Thread Mahanidhi
Hello, I have a problem with an \include code. The DC al fine is aligned to the bar but the fine is not. At the same time I get this error: programming error: file name not normalized: \users\mahan\chinmoy-sangit\include\include-all.ly Can someone help me? Thank you. minimal code: \version

Re: Moving Mark_engraver causes programming error

2021-07-19 Thread Thomas Morley
f b1 > >\new Dynamics > > \with { \consists "Mark_engraver" } > > { s2 \mark \default s2 } > >>> > >\layout { > > \context { > >\Score > >\remove "Mark_engraver" > &

Re: Moving Mark_engraver causes programming error

2021-07-18 Thread Jean Abou Samra
ontext { \Score \remove "Mark_engraver" } } } with 2.22.0 it works, with 2.23.3 I get: programming error: cyclic dependency: calculation-in-progress encountered for #'adjacent-pure-heights (VerticalAxisGroup) continuing, cross fingers Similar for https://lsr.di

Moving Mark_engraver causes programming error

2021-07-18 Thread Thomas Morley
uot; } } } with 2.22.0 it works, with 2.23.3 I get: programming error: cyclic dependency: calculation-in-progress encountered for #'adjacent-pure-heights (VerticalAxisGroup) continuing, cross fingers Similar for https://lsr.di.unimi.it/LSR/Item?id=1010 Is this a bug or on purpose? If no

Re: In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"

2020-03-11 Thread Werner LEMBERG
>> Or maybe there is a bug somewhere? I think not having to think >> about the order would be quite beneficial. > > I totally agree there, but the New_fingering_engraver has been > designed that way and it's complicated enough. It'd be great of > course if someone had a good idea how to get ri

Re: In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"

2020-03-10 Thread Thomas Morley
Am Di., 10. März 2020 um 00:07 Uhr schrieb Torsten Hämmerle : > > Thomas Morley-2 wrote > > Any hints why this error is generated and how to avoid? > > > Hi Harm, > > Unfortunately, applying \consists "New_fingering_engraver" does not quite do > the trick yet, because there's a problem of sequence:

Re: In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"

2020-03-10 Thread Torsten Hämmerle
Werner LEMBERG wrote > Interesting. Is it documented somewhere that the order of `\consists` > calls is relevant (sometimes)? Hi Werner, I couldn't find anything about that in the documentation. When experimenting with Voice and TabVoice, I noticed that Voice worked without a problem and, most

Re: In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"

2020-03-10 Thread Werner LEMBERG
> In order to avoid this problem of sequence, I've first removed > Script_column_engraver and appended it again /after/ > New_fingering_engraver. Looks funny but actually solves the > problem. > > [...] > \remove "Script_column_engraver" > \consists "New_fingering_engraver" % *before* Script

Re: In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"

2020-03-09 Thread Torsten Hämmerle
Thomas Morley-2 wrote > Any hints why this error is generated and how to avoid? Hi Harm, Unfortunately, applying \consists "New_fingering_engraver" does not quite do the trick yet, because there's a problem of sequence: it needs to come *before* Script_column_engraver, that's why just appending

In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"

2020-03-08 Thread Thomas Morley
Hi all, if I want to print StrokeFinger in TabStaff I need to consist "New_fingering_engraver". And it works fine, at first sight... Alas, if there is an additional markup then I get a programming error (even if the markup isn't printed at all). \version "2.20.0" \new T

Re: programming error: note column without heads and stem

2019-12-02 Thread Thomas Morley
Am Mo., 2. Dez. 2019 um 11:51 Uhr schrieb Sandro Santilli : > > On Sat, Nov 30, 2019 at 05:25:28PM +0100, Thomas Morley wrote: > > Am Fr., 29. Nov. 2019 um 12:11 Uhr schrieb Sandro Santilli : > > > > > > When using \partcombine I'm getting 3 of these errors: &g

Re: programming error: note column without heads and stem

2019-12-02 Thread Sandro Santilli
On Sat, Nov 30, 2019 at 05:25:28PM +0100, Thomas Morley wrote: > Am Fr., 29. Nov. 2019 um 12:11 Uhr schrieb Sandro Santilli : > > > > When using \partcombine I'm getting 3 of these errors: > > > > programming error: note column without heads and stem > >

Re: programming error: note column without heads and stem

2019-11-30 Thread Thomas Morley
Am Fr., 29. Nov. 2019 um 12:11 Uhr schrieb Sandro Santilli : > > When using \partcombine I'm getting 3 of these errors: > > programming error: note column without heads and stem > continuing, cross fingers > > The errors doesn't tell which line/column they

programming error: note column without heads and stem

2019-11-29 Thread Sandro Santilli
When using \partcombine I'm getting 3 of these errors: programming error: note column without heads and stem continuing, cross fingers The errors doesn't tell which line/column they come from. How can I debug it ? The source code is attached --strk; \version "2.18.2"

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-21 Thread Michael Gerdau
> > 2.) How to resolve this programming error...? No idea... > > 3.) Just ignore it? ...but when I get these I simply ignore them. After all the score(s) compile fine otherwise and from looking at them I don't see problems. > > For what it's worth, your example al

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-20 Thread Thomas Morley
Am Mo., 20. Mai 2019 um 15:50 Uhr schrieb MING TSANG : > > Hi, Brian & Simon: > > It seems that the \grace or \\acciaccatura is the code generate the error. I > use window 10. > 1). with \grace programming error spears > 2). change \grace to \acciaccatura compiles

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-20 Thread MING TSANG
Hi, Brian & Simon: It seems that the \grace or \\acciaccatura  is the code generate the error. I use window 10.1). with \grace programming error spears2). change \grace to  \acciaccatura  compiles clean without programming error3). BUT input next bar (measure) the programming error appea

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-19 Thread MING TSANG
ed c'  {  \global cs''8 b' |  2  8 a' |   2 cs''8 a' |  4 a'' 8 fs'' |\break  e''4 r4 a' |  2 4 |  \acciaccatura b'8 2 d''4 |   4. d''8 cs'' |} \new Staff \right%%I change \gra

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-19 Thread Simon Albrecht
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

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-19 Thread Ben
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   \

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-19 Thread MING TSANG
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   % Dra

Re: programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-19 Thread Simon Albrecht
aphical 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-predict

programming error: mis-predicted force, 108.120472 ~= 108.191480 continuing, cross fingers

2019-05-17 Thread MING TSANG
ess-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

RE: programming error: no solution found for Bezier intersection

2016-11-14 Thread Federico Bruni
Hi Andrew Thanks, I'm Cc-ing the list Il giorno mar 15 nov 2016 alle 1:43, Andrew Bernard ha scritto: Have run your files. Again, under 2.19.50 on Linux Mint (derived from Ubuntu) the program does not crash. Since the slur is what is calling the Bezier curve routines, have you tried simply

RE: programming error: no solution found for Bezier intersection

2016-11-14 Thread Federico Bruni
Il giorno lun 14 nov 2016 alle 9:14, Andrew Bernard ha scritto: Hello Federico, FWIW, this compiles cleanly on 2.19.50 under Linux Mint, using the standard distribution version. Not sure whether this fact is of any help. I know that my minimal example compiles cleanly :) That's what I meant

RE: programming error: no solution found for Bezier intersection

2016-11-14 Thread Andrew Bernard
Hello Federico, FWIW, this compiles cleanly on 2.19.50 under Linux Mint, using the standard distribution version. Not sure whether this fact is of any help. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/li

programming error: no solution found for Bezier intersection

2016-11-13 Thread Federico Bruni
Hi I have a real piece where I get the following error (printed 6 times): programming error: no solution found for Bezier intersection continuing, cross fingers The PDF looks fine, but I'd like to avoid this error in the logs, if possible. By commenting some code I found, by trial and

Re: Lilypon error message: "Programming error -- bounds of the piece aren't breakable"

2016-11-03 Thread Urs Liska
t; 17/13{c2} > > \bar "|" > } > > } > } > > > > \new Staff { \clef "treble" > \relative c'' > { > > > \override Staff.TimeSignature #'stencil = ##f > \time 7706/693 > { \tuplet 17/15{c8[ d f e

Lilypon error message: "Programming error -- bounds of the piece aren't breakable"

2016-11-03 Thread mclaren
Now we get to the interesting Lilypond scores, the ones that cause Lilypond to crash or produce error messages. This simple score makes Lilypond die and stop engraving after a couple of measures with the error message "Programming error: bounds of this piece aren't breakable."

Re: Programming error mis-predicted force

2016-10-17 Thread Phil Holmes
Possibly https://sourceforge.net/p/testlilyissues/issues/4975/ -- Phil Holmes - Original Message - From: Andrew Bernard To: lilypond-user@gnu.org Sent: Monday, October 17, 2016 12:29 PM Subject: Programming error mis-predicted force Hello all, Revisiting a score

Programming error mis-predicted force

2016-10-17 Thread Andrew Bernard
Hello all, Revisiting a score that used to compile fine some time ago with 2.19.12, running the unmodified file with 2.19.39 I get a list of programming errors the like of which I have not seen before: Preprocessing graphical objects... programming error: mis-predicted force, 143.970945

Re: Dynamics & simultaneous notes yield "programming error"

2016-09-01 Thread Simon Albrecht
w down around which version the problem first occurred. Best, Simon On 28.08.2016 17:52, Joel C. Salomon wrote: Compiling the attached file yields errors of the sort programming error: asked to compute volume at +1.00 for dynamic span of duration 1.00 starting at 1 continuing, cross finge

Re: Dynamics & simultaneous notes yield "programming error"

2016-08-29 Thread Joel C. Salomon
Yesterday, I wrote: > Compiling the attached file (Lilypond 2.19.46, Windows 10) yields errors of > the sort > >> programming error: asked to compute volume at +1.00 for dynamic span of >> duration 1.00 starting at 1 >> continuing, cross fingers Okay, this i

Re: Dynamics & simultaneous notes yield "programming error"

2016-08-28 Thread Anders Eriksson
On 2016-08-28 17:52, Joel C. Salomon wrote: Compiling the attached file yields errors of the sort programming error: asked to compute volume at +1.00 for dynamic span of duration 1.00 starting at 1 continuing, cross fingers Don't know why but the error occurs when the mi

Re: Dynamics & simultaneous notes yield "programming error"

2016-08-28 Thread Joel C. Salomon
On Aug 28, 2016 12:07 PM, "Phil Holmes" wrote: > Which version of Lilypond, which operating system? 2.19.46 on Windows 10. —Joel C. Salomon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Dynamics & simultaneous notes yield "programming error"

2016-08-28 Thread Phil Holmes
Which version of Lilypond, which operating system? -- Phil Holmes - Original Message - From: "Joel C. Salomon" To: "LilyPond Users" Sent: Sunday, August 28, 2016 4:52 PM Subject: Dynamics & simultaneous notes yield "programming error" Compiling

Dynamics & simultaneous notes yield "programming error"

2016-08-28 Thread Joel C. Salomon
Compiling the attached file yields errors of the sort > programming error: asked to compute volume at +1.00 for dynamic span of > duration 1.00 starting at 1 > continuing, cross fingers If I replace the construct << { \voiceOne a1 | } \new Voice { \voice

Re: Programming error - cross fingers

2016-06-16 Thread David Wright
On Thu 16 Jun 2016 at 04:04:04 (-0400), Andrew Bernard wrote: [...] > programming error: Grob direction requested while calculation in progress. > continuing, cross fingers > > and the second flageolet does not render. > > While I am sure this is informative to some, since th

Programming error - cross fingers

2016-06-16 Thread Andrew Bernard
I am trying to write a crotchet chord with two notes each with a \flageolet on them (as per a recent thread). In my score of a very densely packed 25 pages so far when doing this I get the following error, multiple times programming error: Grob direction requested while calculation in progress

Re: Programming error with removeEmptyStaves

2015-11-17 Thread Simon Albrecht
On 15.11.2015 17:04, Jean-Charles Malahieude wrote: How could I find the culprit in a 5 staves score which looks all right? Perhaps you can reproduce it with fewer bars of music? You might try showFirstLength/showLastLength, or just delete some music. Generally: save a copy of the main input

Programming error with removeEmptyStaves

2015-11-16 Thread Jean-Charles Malahieude
112][120][128][136][144][152][160][168][176][184][192] Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 7 or 8 pages... Drawing systems... programming error: could not find this grob's vertical axis group in the vertical alignment continuing,

Vertical alignment - programming error

2015-10-25 Thread Andrew Bernard
Using a grace note set that spans two staves, reduced from a vastly more complex real score to a more minimal example, if I use a hairpin between the sfz and the p indications, I get a programming error related to vertical alignment that I am unable to understand, or eliminate. Can folks

Re: Programming error

2015-04-13 Thread Peter Toye
David, Oh well, as I've got round the problem without quite knowing how, we'd better leave it there. It was more a question of whether I should report it formally as a bug. Thanks for the input. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, Apr

Re: Programming error

2015-04-12 Thread David Nalesnik
Hi Peter, On Sun, Apr 12, 2015 at 7:08 AM, Peter Toye wrote: > Sorry for the late reply - been rather busy. > > This is the LP that gives the error - I don't think I can cut it down any > more. > > I got round it by accident - changed quite a few details and it worked OK, > but I'm not 100% sur

Re: Programming error

2015-04-12 Thread Peter Toye
Sorry for the late reply - been rather busy. This is the LP that gives the error - I don't think I can cut it down any more. I got round it by accident - changed quite a few details and it worked OK, but I'm not 100% sure exactly which combination of changes solved the problem. But I can't see

Re: programming error: Improbable offset for stencil: nan staff space

2015-01-02 Thread Marc Hohl
Am 03.01.2015 um 00:06 schrieb Karim Haddad: Hi First of all: Happy new year to all of you. Does someone knows the meaning of this programming error ?: programming error: Improbable offset for stencil: nan staff space Setting to zero. continuing, cross fingers Searched on the net but

programming error: Improbable offset for stencil: nan staff space

2015-01-02 Thread Karim Haddad
Hi First of all: Happy new year to all of you. Does someone knows the meaning of this programming error ?: programming error: Improbable offset for stencil: nan staff space Setting to zero. continuing, cross fingers Searched on the net but couldn't find a reasonable answer. B

Re: programming error

2013-09-27 Thread Eluze
Am 27.09.2013 14:33, schrieb MING TSANG: Hi, Eluze: Yes, it probably doesn't 5o+ measure to show the problem, but I don't know when and where the "programming error" suddenly appears. The compile run seems producing .pdf ok. I will follow you suggestion and try identify

Re: programming error

2013-09-27 Thread Thomas Morley
2013/9/27 Colin Campbell : > On 13-09-27 02:16 PM, MING TSANG wrote: > > Eluze, > > I follow your suggestion and I came up with smaller file about 268 lines. > I attach the .ly file and the error message log file. Please refer to red > text below log file. > > Emanuel, > Ming. > > > > > In your reh

Re: programming error

2013-09-27 Thread Colin Campbell
On 13-09-27 02:16 PM, MING TSANG wrote: Eluze, I follow your suggestion and I came up with smaller file about 268 lines. I attach the .ly file and the error message log file. Please refer to red text below log file. Emanuel, Ming. In your rehearsalMidi section, you've set the Score.midiM

Re: programming error

2013-09-27 Thread MING TSANG
/Dropbox/Lyndon/LiLy/how-beautiful-your-name/how-beautiful-your-nameTEST.ly' Parsing... Interpreting music... MIDI output to `how-beautiful-your-nameTEST-soprano.mid'... Interpreting music... programming error: Impossible or ambiguous (de)crescendo in MIDI. continuing, cross fingers MIDI

Re: programming error

2013-09-27 Thread MING TSANG
Hi, Eluze: Yes, it probably doesn't 5o+ measure to show the problem, but I don't know when and where the "programming error" suddenly appears. The compile run seems producing .pdf ok.  I will follow you suggestion and try identify when and where that error first app

Re: programming error

2013-09-26 Thread Eluze
n't directly involved: instrumentName, shortInstrumentName, midiInstrument, Dynamics etc. also: do you need over 50 measures to show the problem? hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/programming-error-tp151352p151395.html Sent from the Us

Re: programming error

2013-09-25 Thread MING TSANG
Sorry, I attached a .ly file with \include private files.  I remove those and the following can compile.   From: MING TSANG To: "lilypond-user@gnu.org" Sent: Wednesday, September 25, 2013 6:02:13 PM Subject: programming error Lilyponders: I enc

Re: programming error

2013-09-25 Thread Thomas Morley
2013/9/26 Eluze : > hi Ming Tsang > > please provide a minimal + compiling example showing the problem. > > thanks > Eluze +1 -Harm ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: programming error

2013-09-25 Thread Eluze
hi Ming Tsang please provide a minimal + compiling example showing the problem. thanks Eluze Am 26.09.2013 00:02, schrieb MING TSANG: Lilyponders: I encounter the following error and warning. 1. programming error: Impossible or ambiguous (de)crescendo in MIDI. continuing, cross

programming error

2013-09-25 Thread MING TSANG
Lilyponders: I encounter the following error and warning.  1.  programming error: Impossible or ambiguous (de)crescendo in MIDI.       continuing, cross fingers 2.    warning: LyricText has empty extent and non-empty stencil. I have desk check and weren't able to resolve them.  Any info pe

programming error: insane spring distance

2013-09-15 Thread Jim Long
It would be very helpful to get a filename and line number on this message, if that is possible/easy/convenient. That is, the file/line of the .ly source that triggered the error, not the file/line number of the programming error itself! :) Thank you! Jim $ cat tiny-insane-spring.ly \version

programming error: insane spring distance

2013-09-15 Thread Jim Long
It would be very helpful to get a filename and line number on this message, if that is possible/easy/convenient. That is, the file/line of the .ly source that triggered the error, not the file/line number of the programming error itself! :) Thank you! Jim $ cat tiny-insane-spring.ly \version

Re: Attaching fermata to whole rest gives programming error

2013-06-26 Thread Urs Liska
Frederick Bartlett schrieb: >All, > >I'm using 2.16.1 on Linux, writing in 3/4, and trying to attach a >fermata >to a whole rest. That is, r4\fermata is no problem, but R1 * >3/4\fermata >generates the following message on compilation: > >programmi

Attaching fermata to whole rest gives programming error

2013-06-26 Thread Frederick Bartlett
All, I'm using 2.16.1 on Linux, writing in 3/4, and trying to attach a fermata to a whole rest. That is, r4\fermata is no problem, but R1 * 3/4\fermata generates the following message on compilation: programming error: Object is not a markup. continuing, cross fingers This object should

Re: programming error - grob's vertical axis

2013-04-19 Thread Noeck
> Hi, lily users: > > I compile a .ly file and got the following programming error. Hi, please provide a minimal example that shows the same error message! Cheers, Joram ___ lilypond-user mailing list lilypond-user@gnu.org https://list

programming error - grob's vertical axis

2013-04-18 Thread MING TSANG
Hi, lily users: I compile a .ly file and got the following programming error.  I don't know how to resolve it. There is no reference line number that I can look at the code. There are 7 error messages - is that mean there are 7 places where the code is wrong?  The pdf seems ok. Sta

Re: Programming error message

2012-12-10 Thread Phil Burfitt
- Original Message - From: "Keith OHara" To: Sent: Monday, December 10, 2012 12:06 AM Subject: Re: Programming error message Eluze gmail.com> writes: Phil Burfitt wrote > programming error: cannot evaluate "head-separation-default" in module >

Re: Programming error message

2012-12-09 Thread Keith OHara
Eluze gmail.com> writes: > Phil Burfitt wrote > > > programming error: cannot evaluate "head-separation-default" in module > > I had previously been running 2.13.17 without any problems until I decided > > to update to 2.17.7 (first uninstalling 2.13.17

Re: Programming error message

2012-12-09 Thread Eluze
d maybe add -V(verbose) and then copy the whole log!? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Programming-error-message-tp137384p137397.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Programming error message

2012-12-09 Thread Phil Burfitt
r messages, all files I have tried (with necessary convert.ly) have compiled successfully. Phil. - Original Message - From: "Eluze" To: Sent: Sunday, December 09, 2012 4:47 PM Subject: Re: Programming error message Phil Burfitt wrote I'm receiving the following error

Re: Programming error message

2012-12-09 Thread Eluze
Phil Burfitt wrote > I'm receiving the following error messages with versions 2.16, 2.17.7 and > 2.17.8 for all scores, even a minimal score, although scores continue to > compile successfully... > > Parsing... > programming error: cannot evaluate "head-s

Programming error message

2012-12-09 Thread Phil Burfitt
I'm receiving the following error messages with versions 2.16, 2.17.7 and 2.17.8 for all scores, even a minimal score, although scores continue to compile successfully... Parsing... programming error: cannot evaluate "head-separation-default" in module "#", setting

Re: programming error: cyclic dependency

2012-04-29 Thread Peter O'Doherty
ously output no error is full of these errors: warning: programming error: cyclic dependency: calculation-in-progress encountered for #'positions (Beam) I don't see anything strange in the final pdf file so is this warning to be ignored? Many thanks, Peter Lots of work was done in b

Re: programming error: cyclic dependency

2012-04-28 Thread m...@apollinemike.com
these errors: > > warning: programming error: cyclic dependency: calculation-in-progress > encountered for #'positions (Beam) > > I don't see anything strange in the final pdf file so is this warning to be > ignored? > > Many thanks, > Peter Lots of work was don

  1   2   3   >