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
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:
>
>
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
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 }
>> 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
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
> 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
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
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
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
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
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
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
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
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
> 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
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
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
> 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
}
>>
% \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
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
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
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)
>
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
> 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.
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
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
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
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
> 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.
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
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.
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&
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
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
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
@Karlin I am running on Windows 10
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
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
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
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
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
} |
\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
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
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
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
> 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
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
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,
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
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
> 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
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...
>>
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
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
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'
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
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
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
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
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
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
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
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
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
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
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
- 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
>> 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
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
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
__
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
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
> 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
"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
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
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
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:
>
&
"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
> 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
> 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
>
"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:
>
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
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
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
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
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
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
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
;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
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.
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 (
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
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
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
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
> 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
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.
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
> 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 - 100 of 291 matches
Mail list logo