Re: strange error message

2025-03-11 Thread Knute Snortum
On Tue, Mar 11, 2025 at 2:57 AM Stefan Thomas wrote: > Dear Knute, > so far I have not been able to reproduce the error message, but I'll keep > at it. > In what contexts does the “cyclic dependency” message occur? > I've seen them when using a \change Staff command, bu

Re: strange error message

2025-03-11 Thread Stefan Thomas
Dear Knute, so far I have not been able to reproduce the error message, but I'll keep at it. In what contexts does the “cyclic dependency” message occur? Am Fr., 7. März 2025 um 01:07 Uhr schrieb Knute Snortum : > On Thu, Mar 6, 2025 at 5:02 AM Stefan Thomas > wrote: > >

Re: strange error message

2025-03-06 Thread Knute Snortum
On Thu, Mar 6, 2025 at 5:02 AM Stefan Thomas wrote: > Dear community, > while compiling a certain file after upgrading to version 2.24.4 I get > strange two error messages: > The first one is: > >> ~/partituren/vorlagen/rhythmen.ly:233:9: programming error: cyclic >> dependency: calculation-in-pr

strange error message

2025-03-06 Thread Stefan Thomas
Dear community, while compiling a certain file after upgrading to version 2.24.4 I get strange two error messages: The first one is: > ~/partituren/vorlagen/rhythmen.ly:233:9: programming error: cyclic > dependency: calculation-in-progress encountered for Stem.direction > rvp = { > r4 r8 }

Re: Suppressing a "programming error" message

2024-11-17 Thread Werner LEMBERG
>> 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.

Re: Suppressing a "programming error" message

2024-11-17 Thread David Sumbler
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

Re: Suppressing a "programming error" message

2024-11-17 Thread David Sumbler
On Sun, 2024-11-17 at 17:54 +0100, Thomas Morley wrote: > Am So., 17. Nov. 2024 um 17:18 Uhr schrieb David Sumbler > : > > > > I have been setting a piece which has a large number of notes > > preceded by 3 grace notes.  Unusually, the original version prints > > grace notes which precede a note

Re: Suppressing a "programming error" message

2024-11-17 Thread Werner LEMBERG
> 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

Re: Suppressing a "programming error" message

2024-11-17 Thread Thomas Morley
Am So., 17. Nov. 2024 um 17:18 Uhr schrieb David Sumbler : > > I have been setting a piece which has a large number of notes preceded by 3 > grace notes. Unusually, the original version prints grace notes which > precede a note on the 1st beat of a bar before the barline, rather than after > th

Suppressing a "programming error" message

2024-11-17 Thread David Sumbler
I have been setting a piece which has a large number of notes preceded by 3 grace notes.  Unusually, the original version prints grace notes which precede a note on the 1st beat of a bar before the barline, rather than after the barline as is more usual.  There is a good reason for this, so I want

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: Obscure error message from 2.25.0

2023-01-15 Thread Graham King
On 2023-01-15 19:30, Jean Abou Samra wrote: Le 15/01/2023 à 20:20, Graham King a écrit : I've just run convert-ly on a 600+ line file and its \include files, from 2.19.40 to 2.25.0. Nothing seemed to change apart from the \version statement, but on trying to compile the file, I get: Processi

Re: Obscure error message from 2.25.0

2023-01-15 Thread Jean Abou Samra
I forgot the second part of the question: Le 15/01/2023 à 20:20, Graham King a écrit : Before I start laboriously bisecting the file, is there a way to get an error message that points to one or more lines of code in the file? Try #(ly:set-option 'compile-scheme-code) (Caveat

Re: Obscure error message from 2.25.0

2023-01-15 Thread Jean Abou Samra
Le 15/01/2023 à 20:20, Graham King a écrit : I've just run convert-ly on a 600+ line file and its \include files, from 2.19.40 to 2.25.0. Nothing seemed to change apart from the \version statement, but on trying to compile the file, I get: Processing `/tmp/ly' Parsing...ERROR: In procedur

Obscure error message from 2.25.0

2023-01-15 Thread Graham King
d variable: % Exited with return code 1. Does this point to an obvious problem? Before I start laboriously bisecting the file, is there a way to get an error message that points to one or more lines of code in the file? Grateful for any help -- Graham

Re: Error message using AikenHeads with NullVoice

2022-07-07 Thread Jean Abou Samra
On 7/7/22 18:23, David F. wrote: On Jul 7, 2022, at 1:59 AM, Valentin Petzel wrote: A different way to approach the problem would be to also specify something like \context { \NullVoice shapeNoteStyles = ##() } It is still questionable why NullVoice would hickup on simply chang

Re: Error message using AikenHeads with NullVoice

2022-07-07 Thread David F.
> On Jul 7, 2022, at 1:59 AM, Valentin Petzel wrote: > > A different way to approach the problem would be to also specify something > like > > \context { > \NullVoice > shapeNoteStyles = ##() > } > > It is still questionable why NullVoice would hickup on simply changing the > Note

Re: Error message using AikenHeads with NullVoice

2022-07-07 Thread David F.
between >> aikenHeads and NullVoice: Lilypond outputs the following error message: >> >> programming error: must have stem dir for note head >> continuing, cross fingers >> >> And it outputs a lot of these messages. I need to find a way to stop >> Lily

Re: Error message using AikenHeads with NullVoice

2022-07-07 Thread Valentin Petzel
A different way to approach the problem would be to also specify something like \context { \NullVoice shapeNoteStyles = ##() } It is still questionable why NullVoice would hickup on simply changing the NoteHead style, so think this is worth creating a bug report. Cheers, Valentin A

Re: Error message using AikenHeads with NullVoice

2022-07-06 Thread David F.
> On Jul 6, 2022, at 1:20 PM, Jean Abou Samra wrote: > > How about changing \Staff into \Voice? > > \layout { > \context { > \Voice > \aikenHeads > } > } > > That way, it won't affect those NullVoice contexts. > > Best, > Jean > Perfect. That does exactly what I wan

Re: Error message using AikenHeads with NullVoice

2022-07-06 Thread Jean Abou Samra
} >> % \new Lyrics \lyricsto "melody" { Ly -- rics } % bass clef here >> \layout {} } % The command to use aikenHeads comes from a separate style file that gets included for each hymn. But there is an unfortunate interaction between a

Re: Error message using AikenHeads with NullVoice

2022-07-06 Thread David Wright
On Wed 06 Jul 2022 at 11:56:52 (-0600), David F. wrote: > [ … ] > The command to use aikenHeads comes from a separate style file that gets > included for each hymn. But there is an unfortunate interaction between > aikenHeads and NullVoice: Lilypond outputs the following e

Error message using AikenHeads with NullVoice

2022-07-06 Thread David F.
csto "melody" { Ly -- rics } % bass clef here >> \layout {} } % The command to use aikenHeads comes from a separate style file that gets included for each hymn. But there is an unfortunate interaction between aikenHeads and NullVoice: Lilypond outputs the fol

Re: convert.ly error message - 64bit Mac - Catalina

2020-07-19 Thread Davide Liessi
Il giorno sab 4 lug 2020 alle ore 00:27 Hans Åberg ha scritto: > With Frescobaldi 3.1.2 using MacPorts lilypond-devel 2.21.2, not the > installer version, on the small attached file, I got the error below. > [...] > print('command failed:', cmd, file=sys.stderr) >

Re: convert.ly error message - 64bit Mac - Catalina

2020-07-03 Thread David Wright
On Sat 04 Jul 2020 at 00:24:35 (+0200), Hans Åberg wrote: > > With Frescobaldi 3.1.2 using MacPorts lilypond-devel 2.21.2, not the > installer version, on the small attached file, I got the error below. > > -- > Traceback (most recent call last): > File "/opt/local/bin/convert-ly", line 65, i

Re: convert.ly error message - 64bit Mac - Catalina

2020-07-03 Thread Hans Åberg
> On 4 Jul 2020, at 00:15, Davide Liessi wrote: > > Dear Hans, > > Il giorno ven 3 lug 2020 alle ore 20:39 Hans Åberg > ha scritto: >> I think that may be the case: I tried with MacPorts lilypond-devel, of which >> I also made an installer, and it worked standalone, but not in Frescobaldi.

Re: convert.ly error message - 64bit Mac - Catalina

2020-07-03 Thread Davide Liessi
Dear Hans, Il giorno ven 3 lug 2020 alle ore 20:39 Hans Åberg ha scritto: > I think that may be the case: I tried with MacPorts lilypond-devel, of which > I also made an installer, and it worked standalone, but not in Frescobaldi. > Perhaps it runs its own convert-ly rather than the one that co

Re: convert.ly error message - 64bit Mac - Catalina

2020-07-03 Thread Davide Liessi
Il giorno ven 3 lug 2020 alle ore 18:26 Zone Dremik ha scritto: > I just upgraded to Mac OS 10.15.5 and now convert.ly has stopped working > entirely. I get the following error message; > arch: posix_spawnp: > /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7

Re: convert.ly error message - 64bit Mac - Catalina

2020-07-03 Thread Hans Åberg
gt;> >>> On 3 Jul 2020, at 18:09, Zone Dremik wrote: >>> >>> I just upgraded to Mac OS 10.15.5 and now convert.ly has stopped working >>> entirely. I get the following error message; >>> >>> arch: posix_spawnp: >>> /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7: Bad >>> CPU type in executable

Re: convert.ly error message - 64bit Mac - Catalina

2020-07-03 Thread Jacques Menu
a écrit : > > >> On 3 Jul 2020, at 18:09, Zone Dremik wrote: >> >> I just upgraded to Mac OS 10.15.5 and now convert.ly has stopped working >> entirely. I get the following error message; >> >> arch: posix_spawnp: >> /System/Library/Framewor

Re: convert.ly error message - 64bit Mac - Catalina

2020-07-03 Thread Hans Åberg
> On 3 Jul 2020, at 18:09, Zone Dremik wrote: > > I just upgraded to Mac OS 10.15.5 and now convert.ly has stopped working > entirely. I get the following error message; > > arch: posix_spawnp: > /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.

Re: Frescobaldi 3.1.2 macOS gs error message

2020-05-20 Thread Davide Liessi
Dear Thomas, Il giorno dom 17 mag 2020 alle ore 17:57 Thomas Scharkowski ha scritto: > warning: g_spawn_sync failed (0): gs: Failed to execute child process > “gs” (No such file or directory) this has been reported also on GitHub, see https://github.com/frescobaldi/frescobaldi/issues/1305 I wil

Frescobaldi 3.1.2 macOS gs error message

2020-05-17 Thread Thomas Scharkowski
I get the following error using Frescobaldi 3.1.2 with LilyPond 2.21.1: Converting to ...pdf'... warning: g_spawn_sync failed (0): gs: Failed to execute child process “gs” (No such file or directory) No error when invoking lilypond from the command line No error with version 2.20 macOS 10.15.

Re: Untraceable error message: ERROR: Wrong type argument in position 3 (expecting Translator):

2020-03-31 Thread Thomas Scharkowski
ave no clue how to troubleshoot. Is anyone able to help? The current issue is with the "ClarinetMusic" staff. As stated previously, I'm unable to add any more notes to it without getting the above error message. test.ly <http://lilypond.1069038.n5.nabble.com/file/t6017/test.ly&

Re: Untraceable error message: procedure ly:trampoline

2020-03-31 Thread Anders Eriksson
On 2020-03-31 21:39, gunnarfm wrote: Ignore my previous reply - it worked!! Do you happen to know why it compiles when doing it this way? Not really, but if you run lilypond from the command line there is no errors. *c:\LilyPond-2-20-0-1\usr\bin\lilypond-windows.exe  test.ly *It creates tes

Re: Untraceable error message: procedure ly:trampoline

2020-03-31 Thread gunnarfm
Ignore my previous reply - it worked!! Do you happen to know why it compiles when doing it this way? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Untraceable error message: procedure ly:trampoline

2020-03-31 Thread Gunnar Moll
t no > error... > > Just an observation! > > // Anders > Running Frescobaldi 3.1 on Windows 10. > > On 2020-03-31 19:07, gunnarfm wrote: > > Hi - I'm trying to compile my orchestral score in Frescobaldi but keep > > getting the below error message (note that it

Re: Untraceable error message: procedure ly:trampoline

2020-03-31 Thread gunnarfm
@Karlin I am running on Windows 10 -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Untraceable error message: procedure ly:trampoline

2020-03-31 Thread Anders Eriksson
ng to compile my orchestral score in Frescobaldi but keep getting the below error message (note that it seems to compile fine in Lily): Starting lilypond-windows.exe 2.20.0 [test.ly]... Processing `C:/Users/mollg/OneDrive/Desktop/test.ly' Parsing... Interpreting music...[8][16]ERROR: In

Re: Untraceable error message: procedure ly:trampoline

2020-03-31 Thread Karlin High
On 3/31/2020 12:07 PM, gunnarfm wrote: Hi - I'm trying to compile my orchestral score in Frescobaldi but keep getting the below error message (note that it seems to compile fine in Lily): What system are you on? Linux, Windows, macOS? -- Karlin High Missouri, USA

Untraceable error message: ERROR: Wrong type argument in position 3 (expecting Translator):

2020-03-31 Thread gunnarfm
c" staff. As stated previously, I'm unable to add any more notes to it without getting the above error message. test.ly <http://lilypond.1069038.n5.nabble.com/file/t6017/test.ly> -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Untraceable error message: procedure ly:trampoline

2020-03-31 Thread gunnarfm
Hi - I'm trying to compile my orchestral score in Frescobaldi but keep getting the below error message (note that it seems to compile fine in Lily): Starting lilypond-windows.exe 2.20.0 [test.ly]... Processing `C:/Users/mollg/OneDrive/Desktop/test.ly' Parsing... Interpreting music...[8

Re: Error message

2019-06-25 Thread Craig Dabelstein
} | \tuplet 3/2 2 { r4 g' bf, f' e, r df' c, r } | } And the error message: Starting lilypond 2.19.82 [mwe.ly]... Processing `/Users/craigdabelstein/Desktop/mwe.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pa

Re: Error message

2019-06-25 Thread Aaron Hill
On 2019-06-25 4:46 am, David Kastrup wrote: Craig Dabelstein writes: And the guilty line is ... \consists "Melody_engraver" %\override Stem.neutral-direction = #'() Commenting out the \override Stem.neutral-direction line fixed the problem. More likely than not half of a red herring: garb

Re: Error message

2019-06-25 Thread David Kastrup
Craig Dabelstein writes: > And the guilty line is ... > > \consists "Melody_engraver" > %\override Stem.neutral-direction = #'() > > Commenting out the \override Stem.neutral-direction line fixed the problem. More likely than not half of a red herring: garbage protection problems are quite elusi

Re: Error message

2019-06-25 Thread Craig Dabelstein
And the guilty line is ... \consists "Melody_engraver" %\override Stem.neutral-direction = #'() Commenting out the \override Stem.neutral-direction line fixed the problem. Thanks everyone for your advice. All the best, Craig On Tue, 25 Jun 2019 at 19:08, Jean ABOU SAMRA wrote: > > > Le 24

Re: Error message

2019-06-25 Thread Jean ABOU SAMRA
> Le 24 juin 2019 à 20:40, Aaron Hill a écrit : > > > To the list at large: Any folks here with expertise in running LilyPond under > a debugger on a Mac? At this point, Craig is likely going to have to get us > a stack trace since only he is able to reproduce the error without sharing > th

Re: Error message

2019-06-24 Thread Aaron Hill
On 2019-06-24 3:18 am, Craig Dabelstein wrote: Hi Aaron, Omitting the tuplet bracket doesn't help. I'm really at a loss at what to do now. Since your isolated measures involved tuplets, I had wondered if perhaps the issue came from the brackets. Maybe try \omit TupletNumber, both with and

Re: Error message

2019-06-24 Thread Craig Dabelstein
Hi Aaron, Omitting the tuplet bracket doesn't help. I'm really at a loss at what to do now. Craig On Mon, 24 Jun 2019 at 16:57, Aaron Hill wrote: > On 2019-06-23 11:15 pm, Craig Dabelstein wrote: > > Thanks for the help everyone. > > > > I narrowed down the guilty bars. Here's a MWE, however,

Re: Error message

2019-06-23 Thread Aaron Hill
On 2019-06-23 11:15 pm, Craig Dabelstein wrote: Thanks for the help everyone. I narrowed down the guilty bars. Here's a MWE, however, it doesn't reproduce the error in this MWE. When these two bars are replaced with s1.*2 the files produce no error. I really don't know where to go from here. Any

Re: Error message

2019-06-23 Thread Craig Dabelstein
F wrote: > > On Jun 23, 2019, at 1:38 AM, Craig Dabelstein < > craig.dabelst...@gmail.com> wrote: > > > > Hi Lilyponders, > > > > Can anyone tell me what this error message means when trying to compile > a file? > > > > Drawing > systems.../home/g

Re: Error message

2019-06-23 Thread DJF
> On Jun 23, 2019, at 1:38 AM, Craig Dabelstein > wrote: > > Hi Lilyponders, > > Can anyone tell me what this error message means when trying to compile a > file? > > Drawing > systems.../home/gub/NewGub/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--l

Re: Error message

2019-06-23 Thread Urs Liska
Am 23. Juni 2019 11:47:17 MESZ schrieb ah : > > >On 23/06/2019 08:38, Craig Dabelstein wrote: >> Hi Lilyponders, >> >> Can anyone tell me what this error message means when trying to >compile a >> file? >> >> Drawing systems... >>

Re: Error message

2019-06-23 Thread ah
On 23/06/2019 08:38, Craig Dabelstein wrote: Hi Lilyponders, Can anyone tell me what this error message means when trying to compile a file? Drawing systems... /home/gub/NewGub/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.20/flower/include/drul-array.hh:35 &l

Re: Error message

2019-06-23 Thread Aaron Hill
On 2019-06-22 10:38 pm, Craig Dabelstein wrote: Can anyone tell me what this error message means when trying to compile a file? Drawing systems... /home/gub/NewGub/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.20/flower/include/drul-array.hh:35 <0>: failed ass

Error message

2019-06-22 Thread Craig Dabelstein
Hi Lilyponders, Can anyone tell me what this error message means when trying to compile a file? Drawing systems... /home/gub/NewGub/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.20/flower/include/drul-array.hh:35 <0>: failed assertion `d == 1 || d == -1'

Re: Again: Bad magic number error message

2017-09-04 Thread Noeck
Hi Thomas, Am 04.09.2017 um 14:26 schrieb Thomas Scharkowski: > Bad magic number in > /Applications/Frescobaldi.app/Contents/Resources/site.pyc I didn't see this error before. But you can delete the .pyc file. .pyc files are "python byte code" and derived from the .py file with the same name. If

Re: Again: Bad magic number error message

2017-09-04 Thread Thomas Scharkowski
Original-Nachricht Thomas Scharkowski wrote When I start convert-ly from the terminal, I get the following error message: Bad magic number in /Applications/Frescobaldi.app/Contents/Resources/site.pyc _ Hi, Bad Magic Number is a python error I believe, but I have never seen

Re: Again: Bad magic number error message

2017-09-04 Thread Carl Sorensen
On 9/4/17 6:26 AM, "Thomas Scharkowski" wrote: >When I start convert-ly from the terminal, I get the following error >message: > >Bad magic number in >/Applications/Frescobaldi.app/Contents/Resources/site.pyc > >I do not know how to handle this. This problem is

Re: Again: Bad magic number error message

2017-09-04 Thread SoundsFromSound
Thomas Scharkowski wrote > When I start convert-ly from the terminal, I get the following error > message: > > Bad magic number in > /Applications/Frescobaldi.app/Contents/Resources/site.pyc > _ Hi, Bad Magic Number is a python error I believe, but I have never seen it using

Again: Bad magic number error message

2017-09-04 Thread Thomas Scharkowski
Hi all, since I did not get any answers so far, I dare to ask again: When I start convert-ly from the terminal, I get the following error message: Bad magic number in /Applications/Frescobaldi.app/Contents/Resources/site.pyc I do not know how to handle this. When startet from the

Re: Bad magic number error message

2017-09-02 Thread Thomas Scharkowski
Sorry, convert-ly does work when started from the Frescobaldi menu. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Bad magic number error message

2017-09-02 Thread Thomas Scharkowski
Sorry: convert-ly does work when started from the Frescobaldi menu. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Bad magic number error message

2017-09-02 Thread Thomas Scharkowski
When I do convert-ly from the terminal, I get the following error message: Bad magic number in /Applications/Frescobaldi.app/Contents/Resources/site.pyc Convert-ly does work when startet from the Frescobaldi men. macOS Sierra 10.12.6 LilyPond 2.19.65 Frescobaldi 2.20 Thomas

Re: Error message

2017-06-26 Thread Michael Gerdau
Am 26.06.2017 um 21:47 schrieb Thomas Morley: > 2017-06-26 15:47 GMT+02:00 Phil Holmes : >> - Original Message - From: "Michael Gerdau" >> To: "Thomas Morley" ; "Maxime's Music" >> >> Cc: "Phil Holmes" ; "lil

Re: Error message

2017-06-26 Thread Thomas Morley
2017-06-26 15:47 GMT+02:00 Phil Holmes : > - Original Message - From: "Michael Gerdau" > To: "Thomas Morley" ; "Maxime's Music" > > Cc: "Phil Holmes" ; "lilypond-user" > > Sent: Monday, June 26, 2017 11:07 AM &g

Re: Error message

2017-06-26 Thread Andrew Bernard
Hi Phil, With the corrected score that produces no warnings I get a fine compile on Windows 10 with about 3 GiB maximum memory usage. Lilypond 2.19.61. The score with warnings crashes and does not produce any output. Andrew ___ lilypond-user mailing lis

Re: Error message

2017-06-26 Thread Phil Holmes
- Original Message - From: "Michael Gerdau" To: "Thomas Morley" ; "Maxime's Music" Cc: "Phil Holmes" ; "lilypond-user" Sent: Monday, June 26, 2017 11:07 AM Subject: Re: Error message Thanks for all your efforts with this. I

Re: Error message

2017-06-26 Thread Michael Gerdau
>> Thanks for all your efforts with this. I'm out of internet range till >> Wednesday. Just trying to survive on my phone. >> >> Harm, if you'd like to forward those files, that's fine. >> >> Craig > > Done. Just for the record: On my about 6 year old 16GB ArchLinux Laptop (CPU i7-2820QM @ 2.3G

RE: Error message

2017-06-25 Thread Andrew Bernard
Hi All, I have been working closely with Craig to study the matter. Interestingly, in this large incomplete score as received, it consumed an ever expanding amount of memory until it crashed with no output. I observed a set of warnings regarding missing parts. In my experience one ignores lilypond

Re: Error message

2017-06-25 Thread Thomas Morley
2017-06-26 0:33 GMT+02:00 Maxime's Music : > Hi all, > > Thanks for all your efforts with this. I'm out of internet range till > Wednesday. Just trying to survive on my phone. > > Harm, if you'd like to forward those files, that's fine. > > Craig Done. Best, Harm __

Re: Error message

2017-06-25 Thread Maxime's Music
Hi all, Thanks for all your efforts with this. I'm out of internet range till Wednesday. Just trying to survive on my phone. Harm, if you'd like to forward those files, that's fine. Craig On Mon, 26 Jun 2017 at 8:20 am, Thomas Morley wrote: > 2017-06-26 0:00 GMT+02:00 Michael Gerdau : > >> I'd

Re: Error message

2017-06-25 Thread Thomas Morley
2017-06-26 0:00 GMT+02:00 Michael Gerdau : >> I'd be happy to test. I've an 8 Gig Ubuntu machine (my Gub builder) an >> 8 Gig Windows 10 and my day-to-day 6 Gig Vista. I could test with any >> of those. Would require the score privately. > > If it is still of interest, I could run on either my 1

Re: Error message

2017-06-25 Thread Michael Gerdau
> I'd be happy to test. I've an 8 Gig Ubuntu machine (my Gub builder) an > 8 Gig Windows 10 and my day-to-day 6 Gig Vista. I could test with any > of those. Would require the score privately. If it is still of interest, I could run on either my 16GB ArchLinux Laptop or my 64GB ArchLinux DB Serv

Re: Error message

2017-06-25 Thread Phil Holmes
"Maxime's Music" Cc: "lilypond-user" Sent: Sunday, June 25, 2017 11:34 AM Subject: Re: Error message 2017-06-23 11:09 GMT+02:00 Maxime's Music : Thanks for taking a look at this for me. Hi Craig, as long as I don't need to post larger amounts of your code I'll

Re: Error message

2017-06-25 Thread Thomas Morley
2017-06-23 11:09 GMT+02:00 Maxime's Music : > Thanks for taking a look at this for me. Hi Craig, as long as I don't need to post larger amounts of your code I'll answer onlist. Hope this is ok with you. That said, I was not able to compile your code in a reasonable amount of time. I always abort

Re: Error message

2017-06-22 Thread Maxime's Music
e 34 staves, and the PDF is 107 pages long. When I add in either > of > > the final two staves I get this error message: > > > > > > lilypond(43147,0xa70c91c0) malloc: *** mach_vm_map(size=1048576) failed > > (error code=3) > > > > *** error: can't

Re: Error message

2017-06-22 Thread Thomas Morley
2017-06-22 6:27 GMT+02:00 Maxime's Music : > Hi Lilyponders, > > I've been working on a very big score, adding staves one at a time. > There are 34 staves, and the PDF is 107 pages long. When I add in either of > the final two staves I get this error message: > &

Re: Error message

2017-06-22 Thread David Kastrup
"Maxime's Music" writes: > Hi, > > I'm on a Mac Sierra 10.12.5, Lilypond 2.19.36 > It has 8GB of RAM but when engraving my score Lilypond is using almost 3GB. > When it gets close to the 3GB point is when it crashes and I get the malloc > error. Could it be simply that I don't have enough RAM? M

Re: Error message

2017-06-22 Thread Maxime's Music
> On 22 June 2017 at 14:27, Maxime's Music > wrote: > >> Hi Lilyponders, >> >> I've been working on a very big score, adding staves one at a time. >> There are 34 staves, and the PDF is 107 pages long. When I add in either >> of the final two stave

Re: Error message

2017-06-22 Thread Andrew Bernard
> I've been working on a very big score, adding staves one at a time. > There are 34 staves, and the PDF is 107 pages long. When I add in either > of the final two staves I get this error message: > > > lilypond(43147,0xa70c91c0) malloc: *** mach_vm_map(size=1048576) failed >

Re: Error message

2017-06-21 Thread David Kastrup
"Maxime's Music" writes: > Hi Lilyponders, > > I've been working on a very big score, adding staves one at a time. > There are 34 staves, and the PDF is 107 pages long. When I add in either of > the final two staves I get this error message: >

Error message

2017-06-21 Thread Maxime's Music
Hi Lilyponders, I've been working on a very big score, adding staves one at a time. There are 34 staves, and the PDF is 107 pages long. When I add in either of the final two staves I get this error message: lilypond(43147,0xa70c91c0) malloc: *** mach_vm_map(size=1048576) failed (error c

Re: How to read a error message?

2017-03-14 Thread Urs Liska
ond can't tell >>>> you "this is not a note name" here because there are plenty of other >>>> valid things that could go there, articulations, dynamics, ties, >>>> arbitrary commands or Scheme expressions ... >>> None of which have the fo

Re: How to read a error message?

2017-03-14 Thread David Kastrup
e. >>> >>> So essentially this error tells you "There is *something* wrong with >>> your input but I can't tell you what exactly". And LilyPond can't tell >>> you "this is not a note name" here because there are plenty of other >&g

Re: How to read a error message?

2017-03-14 Thread Urs Liska
something* wrong with >> your input but I can't tell you what exactly". And LilyPond can't tell >> you "this is not a note name" here because there are plenty of other >> valid things that could go there, articulations, dynamics, ties, >> arb

Re: How to read a error message?

2017-03-14 Thread David Kastrup
can't tell > you "this is not a note name" here because there are plenty of other > valid things that could go there, articulations, dynamics, ties, > arbitrary commands or Scheme expressions ... None of which have the form of a string. I do think that the error message is too

Re: How to read a error message?

2017-03-14 Thread Urs Liska
Am 14.03.2017 um 09:00 schrieb David Kastrup: > and then the offending line, split into two just at the offending > location. In your case, the first occurences of h are flagged since h > is not part of the default note language. To add something more general to that: The "error: unrecognized s

Re: How to read a error message?

2017-03-14 Thread Scoutladen - Ralph Fröhlich
It's just filename:linenumber:columnnumber: errormessage and then the offending line, split into two just at the offending location. In your case, the first occurences of h are flagged since h is not part of the default note language. Maybe this particular error message should be "`h

Re: How to read a error message?

2017-03-14 Thread David Kastrup
;s just filename:linenumber:columnnumber: errormessage and then the offending line, split into two just at the offending location. In your case, the first occurences of h are flagged since h is not part of the default note language. Maybe this particular error message should be "`h' is

Re: How to read a error message?

2017-03-14 Thread Scoutladen - Ralph Fröhlich
Ok... so far so good... thank you for the tipp. That works fine. Am 14.03.2017 um 08:54 schrieb Marc Hohl: Am 14.03.2017 um 08:49 schrieb Scoutladen - Ralph Fröhlich: Hi, hope to find some informations here about reading error messages Example: Processing `.../file.ly' Parsing... .../file.

Re: How to read a error message?

2017-03-14 Thread Marc Hohl
Am 14.03.2017 um 08:49 schrieb Scoutladen - Ralph Fröhlich: Hi, hope to find some informations here about reading error messages Example: Processing `.../file.ly' Parsing... .../file.ly:16:30: error: unrecognized string, not in text script or \lyricmode fis8 fis fis fis d d d4 g (

How to read a error message?

2017-03-14 Thread Scoutladen - Ralph Fröhlich
Hi, hope to find some informations here about reading error messages Example: Processing `.../file.ly' Parsing... .../file.ly:16:30: error: unrecognized string, not in text script or \lyricmode fis8 fis fis fis d d d4 g ( h) h h8 h8 .../file.ly:16:33: error: unrec

Re: Any idea what this error message means?

2016-12-22 Thread David Wright
On Tue 20 Dec 2016 at 03:01:43 (-0700), ptoye wrote: > David Wright wrote > > At first glance, it looks as if the problem might be caused by the > > last line of lilypond/usr/bin/ps2pdfwr which looks like: > > > > exec "$GS_EXECUTABLE" $OPTIONS -q -P- -dNOPAUSE -dBATCH -sDEVICE=pdfwrite > > -sstdo

Re: Any idea what this error message means?

2016-12-20 Thread ptoye
outfile" $OPTIONS -c .setpdfwrite -f "$infile" It's no longer an issue as I won't use spaces in file names again. Peter -- View this message in context: http://lilypond.1069038.n5.nabble.com/Any-idea-what-this-error-message-means-tp198048p198213.html Sent from the User

Re: Any idea what this error message means?

2016-12-17 Thread David Wright
On Thu 15 Dec 2016 at 20:32:47 (+0100), Jean Brefort wrote: > Le jeudi 15 décembre 2016 à 19:16 +, Peter Toye a écrit : > > As far as I can tell, all I did was move a few files into different > > directories. And I am now getting this message when it tries to > > convert the PS file to PDF. The

Re: Any idea what this error message means?

2016-12-16 Thread Jacques Menu Muzhic
> Le 16 déc. 2016 à 13:47, Peter Toye a écrit : > > Jean, > > Thanks to all who answered. It seems to be the space in the file name. I > replaced it with an underline and it seems OK now. > > Should be a warning to all application developers: if you're going to put > Windows file names in a

Re: Any idea what this error message means?

2016-12-16 Thread SoundsFromSound
with Microsoft that reminds me of how good I have it with Debian. :) Linux has no issues with the PDF external or otherwise, for sure! - composer | sound designer LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond -- View this message in context: http://lilypond.1069038.

Re: Any idea what this error message means?

2016-12-16 Thread Peter Toye
Jean, Thanks to all who answered. It seems to be the space in the file name. I replaced it with an underline and it seems OK now. Should be a warning to all application developers: if you're going to put Windows file names in a script, always enclose them in quotes! Best regards, Peter mailto

Re: Any idea what this error message means?

2016-12-15 Thread Michael Gerdau
> As far as I can tell, all I did was move a few files into different > directories. And I am now getting this message when it tries to convert > the PS file to PDF. The PS file is is still on the disk and looks OK. Any > idea what it means and how I can get my output back? > > Layout output to `A

  1   2   3   >