Thank you for all your replies, very helpful,
Richard
On Fri, 2025-01-10 at 11:44 -0800, Knute Snortum wrote:
> On Fri, Jan 10, 2025 at 10:27 AM William Rehwinkel via LilyPond user
> discussion wrote:
> > Dear Richard,
> >
> > I don't know if I can help with what to do to make this warning not
On Fri, Jan 10, 2025 at 10:27 AM William Rehwinkel via LilyPond user
discussion wrote:
> Dear Richard,
>
> I don't know if I can help with what to do to make this warning not
> appear, but my advice to you is, as long as the output looks good don't
> worry about it.
Agreed. And if you just wan
It's very difficult to troubleshoot without narrowing down the code causing
the error, but look for grobs where the typesetting depends on line
breaking, especially cross-staff grobs.
On Fri, Jan 10, 2025 at 1:04 PM Richard Shann
wrote:
> In a large file a programming error message is
ings, such as this example to
do with beams:
\version "2.25.21"
\relative g' {
\voiceTwo g8[ g g \voiceOne g]
}
Thanks,
-William
On 1/10/25 13:03, Richard Shann wrote:
In a large file a programming error message is emitted:
Starting lilypond 2.24.1 [KT Tangos dc.ly]...
Proce
In a large file a programming error message is emitted:
Starting lilypond 2.24.1 [KT Tangos dc.ly]...
Processing `/home/rshann/Skype/KT Tangos dc.ly'
Parsing...
Interpreting
music...[8][16][24][32][40][48][56][64][72][80][88][96][104][112][120][
128][136][144][152][160][168][176][184][192
>> Irrespective of the technical problems with LilyPond I would really
>> like to see a scan of the printed score you want to replicate – up
>> to now I've never experienced a piece that starts with grace notes
>> only right before a bar line...
>
> Joachim Andersen no.22 of 24 Etudes for Flute.
On Sun, 2024-11-17 at 16:57 +, Werner LEMBERG wrote:
> > Alternatively, of course, perhaps someone can suggest a better way
>
> > of producing the grace notes and barline before the first main note.
>
>
> Irrespective of the technical problems with LilyPond I would really
> like to see a sca
t; > barline.
> >
> > I solved this problem like this:
> >
> > \version "2.24.3"
> > \score { {
> > \partial 8
> > \afterGrace s8 {d16( e f} | g4)
> > % etc.
> > } }
> >
> > This works perfectly, but unfortunately Lily
> Alternatively, of course, perhaps someone can suggest a better way
> of producing the grace notes and barline before the first main note.
Irrespective of the technical problems with LilyPond I would really
like to see a scan of the printed score you want to replicate – up to
now I've never expe
; \afterGrace s8 {d16( e f} | g4)
> % etc.
> } }
>
> This works perfectly, but unfortunately Lilypond doesn't seem to like it, and
> when compiling the file it prints
>
> programming error: insane spring distance requested, ignoring it
> continuing, cross fingers
> p
file it prints
programming error: insane spring distance requested, ignoring it
continuing, cross fingers
programming error: insane spring constant
continuing, cross fingers
It then prints these lines a second time!
Is there a way of suppressing these messages? In the past I have
occasionally used &qu
From: Knute Snortum
Hmmm... I still get the programming errors in 2.25.21.
As do I - on Windows, in case it's relevant.
Paul
On Fri, Nov 8, 2024 at 7:57 AM Zvony Nagy wrote:
> Your code snippet compiles without programming errors in version 2.25.6.
>
Hmmm... I still get the programming errors in 2.25.21.
--
Knute Snortum
Your code snippet compiles without programming errors in version 2.25.6.
>
> On Nov 8, 2024 at 09:50 , < Richard Shann > wrote:
>
>
> Moving the Mark Engraver to a RhythmicStaff placed above another staff
> throws a programming error when a rehearsal mark is set in ve
Moving the Mark Engraver to a RhythmicStaff placed above another staff
throws a programming error when a rehearsal mark is set in version
2.24, but not in version 2.20.
Is this a bug, or is there something wrong with my code?
An example is this:
\version "2.24&quo
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)
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
scriptionVoice
> > %% \consists Stem_engraver
> > %% \omit Stem
> > %% }
> > %% }
> >
> > \new GregorianTranscriptionStaff
> > <<
> > \new GregorianTranscriptionVoice
> > { \voiceOne b' }
> > \new Gregoria
sists Stem_engraver
> %% \omit Stem
> %% }
> %% }
>
> \new GregorianTranscriptionStaff
> <<
> \new GregorianTranscriptionVoice
> { \voiceOne b' }
> \new GregorianTranscriptionVoice
> { \voiceTwo g' }
>
>
> Returns:
> programmin
er
%% \omit Stem
%% }
%% }
\new GregorianTranscriptionStaff
<<
\new GregorianTranscriptionVoice
{ \voiceOne b' }
\new GregorianTranscriptionVoice
{ \voiceTwo g' }
>>
Returns:
programming error: note-column has no direction
{ \voiceOne
b
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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 #
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
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
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.
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
f b1
> >\new Dynamics
> > \with { \consists "Mark_engraver" }
> > { s2 \mark \default s2 }
> >>>
> >\layout {
> > \context {
> >\Score
> >\remove "Mark_engraver"
> &
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
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
>> 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
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:
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
> 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
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
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
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
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
> >
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
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"
> > 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
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
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
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
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
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
\
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
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
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
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
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
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
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
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
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."
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
/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
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
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
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
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
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
1 - 100 of 253 matches
Mail list logo