Re: Lilypond 2.23.0 crashes on layout

2021-02-17 Thread Arusekk
> This statement seems a little bit strange to me. I didn't think we had a > lilypond editing app on Linux -- only on Windows and MacOS. How are you > using lilypond when it is "not told to lay out"? Are you using > Frescobaldi? Are you using Denemo? Are you

Re: Lilypond 2.23.0 crashes on layout

2021-02-17 Thread Jonas Hahnfeld via bug-lilypond
Am Mittwoch, dem 17.02.2021 um 18:16 +0100 schrieb Jonas Hahnfeld via bug-lilypond: > Am Mittwoch, dem 17.02.2021 um 00:00 +0100 schrieb Arusekk: > > W dniu 16.02.2021 o 18:33, Jonas Hahnfeld pisze: > > > Usual disclaimer that LilyPond doesn't fully support Guile 2.2 (yet

Re: Lilypond 2.23.0 crashes on layout

2021-02-17 Thread Carl Sorensen
On 2/16/21, 4:00 PM, "Arusekk" wrote: On my box lilypond crashes every single time I command it to produce PDFs (never does if not told to lay out), so I think I can provide much help, maybe core files, or recorded execution from GDB (never tried to do it befo

Re: Lilypond 2.23.0 crashes on layout

2021-02-17 Thread Jonas Hahnfeld via bug-lilypond
Am Mittwoch, dem 17.02.2021 um 00:00 +0100 schrieb Arusekk: > W dniu 16.02.2021 o 18:33, Jonas Hahnfeld pisze: > > Usual disclaimer that LilyPond doesn't fully support Guile 2.2 (yet), > > so you'll definitely see worse performance (mostly slower startup) and > > might run i

Re: Lilypond 2.23.0 crashes on layout

2021-02-16 Thread Arusekk
W dniu 16.02.2021 o 18:33, Jonas Hahnfeld pisze: Usual disclaimer that LilyPond doesn't fully support Guile 2.2 (yet), so you'll definitely see worse performance (mostly slower startup) and might run into occasional issues, like this one. Guile 1.8 should be the safer choice for now (if you

Re: Lilypond 2.23.0 crashes on layout

2021-02-16 Thread Jonas Hahnfeld via bug-lilypond
Am Dienstag, dem 16.02.2021 um 15:44 +0100 schrieb Arusekk: > Hello lilypond crew! > > Reporting the bug here, since I saw on the bug link that you prefer mail > over GitLab issues. > > When trying to process any file with \layout{} directive, lilypond > crashes (Segment

Lilypond 2.23.0 crashes on layout

2021-02-16 Thread Arusekk
Hello lilypond crew! Reporting the bug here, since I saw on the bug link that you prefer mail over GitLab issues. When trying to process any file with \layout{} directive, lilypond crashes (Segmentation fault / address not mapped). I was able to reproduce it on current git master

lilypond-book can hang on Windows 10

2021-02-06 Thread Daniel Connors
The python script lilypond-book.py can hang on Windows if the user's Windows user_id is longer than 8 characters and the user's default Windows temporary directory is in C:\Users\. This is because of an old, legacy DOS filename convention. A simple fix is to modify book_latex.py and change line

Re: info-lilypond mailing list

2020-12-29 Thread Jonas Hahnfeld via bug-lilypond
Am Montag, dem 28.12.2020 um 21:53 +0100 schrieb Federico Bruni: > > Il giorno mer, dic 23 2020 at 15:05:57 +0100, Malte Meyn > ha scritto: > > Hi list, > > > > someone asked me whether LilyPond could have a feature that announces > > new

Re: typo LilyPond Internals

2020-12-29 Thread James
Hello, On 29/12/2020 01:31, Freeman Gilmore wrote: LilyPond Internals Reference, 2.2.58 key_engraver keyAlterationOrder(list) It should read: "… *step *is a number from 0 to 6 and *alter *from -2 (flat) to 2 (sharp)." (Not -2 (sharp) to 2 (flat).) Tha

Re: typo LilyPond Internals

2020-12-28 Thread Aaron Hill
On 2020-12-28 6:18 pm, Aaron Hill wrote: On 2020-12-28 5:31 pm, Freeman Gilmore wrote: LilyPond Internals Reference, 2.2.58 key_engraver keyAlterationOrder(list) It should read: "… *step *is a number from 0 to 6 and *alter *from -2 (flat) to 2 (sharp)." (Not

Re: typo LilyPond Internals

2020-12-28 Thread Aaron Hill
On 2020-12-28 5:31 pm, Freeman Gilmore wrote: LilyPond Internals Reference, 2.2.58 key_engraver keyAlterationOrder(list) It should read: "… *step *is a number from 0 to 6 and *alter *from -2 (flat) to 2 (sharp)." (Not -2 (sharp) to 2 (flat).) What version o

typo LilyPond Internals

2020-12-28 Thread Freeman Gilmore
LilyPond Internals Reference, 2.2.58 key_engraver keyAlterationOrder(list) It should read: "… *step *is a number from 0 to 6 and *alter *from -2 (flat) to 2 (sharp)." (Not -2 (sharp) to 2 (flat).) Thank you, ƒg ___ bu

Re: info-lilypond mailing list

2020-12-28 Thread Federico Bruni
Il giorno mer, dic 23 2020 at 15:05:57 +0100, Malte Meyn ha scritto: Hi list, someone asked me whether LilyPond could have a feature that announces new released versions. I don’t think that this is desirable but what about the info-lilypond mailing list promoted at https://lilypond.org

info-lilypond mailing list

2020-12-23 Thread Malte Meyn
Hi list, someone asked me whether LilyPond could have a feature that announces new released versions. I don’t think that this is desirable but what about the info-lilypond mailing list promoted at https://lilypond.org/contact.html ? According to the archives, 2.19.13 has been the last

Re: "Including" stdin hangs LilyPond during parsing

2020-11-19 Thread Hans Åberg
> On 19 Nov 2020, at 21:17, Trevor Bača wrote: > > ### BEGIN ### > > \version "2.20.0" > \include "-" > > \new Staff > { >c'4 > } > > ### END ### > > Hangs during parsing: > > GNU LilyPond 2.20.0 > Processin

"Including" stdin hangs LilyPond during parsing

2020-11-19 Thread Trevor Bača
Hi, ### BEGIN ### \version "2.20.0" \include "-" \new Staff { c'4 } ### END ### Hangs during parsing: GNU LilyPond 2.20.0 Processing `test.ly' Parsing... < hangs forever > Presumably the (spurious) filename "-" dereferences to stdin, putting Lily i

Re: Fails to create a midi file on lilypond 2.21.4

2020-08-11 Thread Mizutori Tetsuya
Hi Jonas, and thanks to fix the problem; Jonas wrote; > Thanks for reporting, I can reproduce this problem and created: > https://gitlab.com/lilypond/lilypond/-/issues/6020 > I think I also have a fix ready, could you maybe try the following > version? https://cloud.hahnjo.de

Re: Fails to create a midi file on lilypond 2.21.4

2020-08-08 Thread Pierre Perol-Schneider
Hi Jonas, Your fix looks fine from here (test: \version "2.21.5" \score {{ c' } \layout {} \midi {}} ) Cheers, Pierre ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Fails to create a midi file on lilypond 2.21.4

2020-08-08 Thread Jonas Hahnfeld via bug-lilypond
Am Freitag, den 07.08.2020, 13:01 +0900 schrieb Mizutori Tetsuya: > Thanks Pierre; > > > Same fail here with the pseudo v2.21.5 (see: > > http://lilypond.1069038.n5.nabble.com/2-21-4-released-td235007.html#a235052 > > ) > > I tried the latest development vers

Re: Fails to create a midi file on lilypond 2.21.4

2020-08-06 Thread Mizutori Tetsuya
Thanks Pierre; >Same fail here with the pseudo v2.21.5 (see: >http://lilypond.1069038.n5.nabble.com/2-21-4-released-td235007.html#a235052) I tried the latest development version of lilypond-2.21.5-2.mingw, unfortunately it does not clear the problem. Here is the compiling log messages:

Re: Fails to create a midi file on lilypond 2.21.4

2020-08-06 Thread Pierre Perol-Schneider
Same fail here with the pseudo v2.21.5 (see: http://lilypond.1069038.n5.nabble.com/2-21-4-released-td235007.html#a235052) (W10, Frescobaldi 3.1.2) Cheers, Pierre Le jeu. 6 août 2020 à 08:07, Mizutori Tetsuya a écrit : > The development versions of lilypond-2.21.3-1.mingw and > lilypond-2.

Fails to create a midi file on lilypond 2.21.4

2020-08-06 Thread Mizutori Tetsuya
The development versions of lilypond-2.21.3-1.mingw and lilypond-2.21.4-1.mingw on windows 7 fails to create a midi file. When compiling any simple input file with \midi{} command, lilypond fails to create a midi file with the following error message. > fatal error: cannot create temp f

Re: Lilypond 2.20 and 2.21 crash on Arch Linux

2020-06-26 Thread Andrew Bernard
Well, it just so happened that the first file I tried on Arch makes lilypond dump core, sheer bad luck. As per the suggestion here (which I didn't even think of, too busy rushing into worrying about this) my other files compile fine. So in fact there is no real issue. I'll binary chop the file

Re: Lilypond 2.20 and 2.21 crash on Arch Linux

2020-06-24 Thread Claire Meyer
, Jun 24, 2020 at 12:11 PM Jonas Hahnfeld via bug-lilypond < bug-lilypond@gnu.org> wrote: > Am Mittwoch, den 24.06.2020, 19:17 +1000 schrieb Andrew Bernard: > > Just getting back into lilypond but nowadays on Arch Linux. Sorry to > > say both recent versions dump core: > >

Re: Lilypond 2.20 and 2.21 crash on Arch Linux

2020-06-24 Thread Jonas Hahnfeld via bug-lilypond
Am Mittwoch, den 24.06.2020, 19:17 +1000 schrieb Andrew Bernard: > Just getting back into lilypond but nowadays on Arch Linux. Sorry to > say both recent versions dump core: > ... > elapsed time: 0.61 seconds > Element count 12833 (spanners 1146) > Preprocessing graphical objec

Re: Lilypond 2.20 and 2.21 crash on Arch Linux

2020-06-24 Thread Claire Meyer
I'm on Manjaro KDE 5.4.44-1, whis is Arch-based. I use lilypond 2.20.0-3 (build date 2020/03/16, packager Antonio Rojas : aro...@archlinux.org) and it works fine for me. If I'm not mistaken, Manjaro uses Arch repositories, with some additional code review before incorporating the last changes, so

Lilypond 2.20 and 2.21 crash on Arch Linux

2020-06-24 Thread Andrew Bernard
Just getting back into lilypond but nowadays on Arch Linux. Sorry to say both recent versions dump core: ... elapsed time: 0.61 seconds Element count 12833 (spanners 1146) Preprocessing graphical objects... Grob count 19105Segmentation fault (core dumped) Version from Arch AUR repository and Arch

Re: Lilypond not working with Mac 10.15.4

2020-05-30 Thread David Kastrup
Horst via bug-lilypond writes: > Hello, > > I recently updated to macOS Catalina (Version 10.15.4). Since then I > cannot work with Lilypond anymore. I also downloaded the developer > version lilypond-2.21.1-1. However, when trying to open Lilypond I > always get the follo

Lilypond not working with Mac 10.15.4

2020-05-30 Thread Horst via bug-lilypond
Hello, I recently updated to macOS Catalina (Version 10.15.4). Since then I cannot work with Lilypond anymore. I also downloaded the developer version lilypond-2.21.1-1. However, when trying to open Lilypond I always get the following error message: “LilyPond” needs to be updated

Re: No Mac OS 64-bit link of Lilypond in non-English Download section

2020-04-30 Thread Federico Bruni
for fuzzy or new strings, so any page would be always up-to-date but possibly with a mix of translated paragraphs and untranslated (english) paragraphs. But we are not using gettext :-) ___ bug-lilypond mailing list bug-lilypond@gnu.org https

No Mac OS 64-bit link of Lilypond in non-English Download section

2020-04-30 Thread Caio Barros
___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Unable to Use LilyPond

2020-03-25 Thread Marnen Laibow-Koser
e MacPorts install on the box that I’m using to produce the LilyPond builds *does* have to install everything from source, because I put MacPorts in a nonstandard location to make system administration easier. Apparently MacPorts builds for a specific installation location...) Best, > -- Ma

Re: Unable to Use LilyPond

2020-03-25 Thread Jahrme Risner
I hope you area all doing well during this time. I am a MacBook user running macOS Catalina. I was thrilled to find LilyPond, but it appears to not be working for me. I downloaded it, but when I try to run the program I get the following error: "The deve

Re: Unable to Use LilyPond

2020-03-25 Thread Marnen Laibow-Koser
On Wed, Mar 25, 2020 at 2:41 PM Jahrme Risner wrote: > > > On Tue, Mar 24, 2020 at 20:43, Wesley Rhodes > wrote: > > Hello! > > > I hope you area all doing well during this time. I am a MacBook user > running macOS Catalina. I was thrilled to find LilyPond, but

Re: Unable to Use LilyPond

2020-03-25 Thread Jahrme Risner
On Tue, Mar 24, 2020 at 20:43, Wesley Rhodes <[1]wesleymrho...@gmail.com> wrote: Hello! I hope you area all doing well during this time. I am a MacBook user running macOS Catalina. I was thrilled to find LilyPond, but it appears to not be working for

Unable to Use LilyPond

2020-03-25 Thread Wesley Rhodes
Hello! I hope you area all doing well during this time. I am a MacBook user running macOS Catalina. I was thrilled to find LilyPond, but it appears to not be working for me. I downloaded it, but when I try to run the program I get the following error: "The developer of this app needs to u

Re: Lilypond & macOS

2019-12-10 Thread Hans Åberg
See https://lists.gnu.org/archive/html/lilypond-user/2019-11/msg00295.html > On 10 Dec 2019, at 22:30, B.M. van t Veer via bug-lilypond > wrote: > > % Version 2.18.2 cannot run under macOS 10.15 (19A602) > % also tried version unstable 2.19.83, same issue >

Lilypond & macOS

2019-12-10 Thread B.M. van t Veer via bug-lilypond
% Version 2.18.2 cannot run under macOS 10.15 (19A602) % also tried version unstable 2.19.83, same issue \version "2.18.2" ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Rests with stem tremolo cause LilyPond to fail silently

2019-10-19 Thread Malte Meyn
thing find a single instance of something like "r4:32". Thanks, Trevor. This is now issue 5579: https://sourceforge.net/p/testlilyissues/issues/5579/ ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Rests with stem tremolo cause LilyPond to fail silently

2019-10-13 Thread Trevor Bača
of error or warning, Lily fails silently on this type of badly-formed construction. Rests shorter than the duration of a whole note cause LilyPond to fail silently at system drawing: %%% BEGIN 1 %%% \version "2.19.83" \new Staff { r4:32 } %%% END %%% Output: GNU LilyPond 2.19.8

Re: LilyPond — Notation Reference: 2.9.4 Divisiones (v2.18/2.19)

2019-09-10 Thread Pierre Perol-Schneider
> > -- > Jean-Charles > > ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: LilyPond — Notation Reference: 2.9.4 Divisiones (v2.18/2.19)

2019-09-10 Thread Jean-Charles Malahieude
Le 09/09/2019 à 20:09, Jean-Charles Malahieude a écrit : I'll take care of this (in Translation and stable/2.20). Done as commit 2b6b44d46e5af1b61ff5b1be98f48e44bc27f3aa -- Jean-Charles ___ bug-lilypond mailing list bug-lilypond@gnu.org https

Re: LilyPond — Notation Reference: 2.9.4 Divisiones (v2.18/2.19)

2019-09-09 Thread Jean-Charles Malahieude
of this (in Translation and stable/2.20). gregorian-init.ly has been renamed in late 2008, but some strings in the docs have been missed. Cheers, -- Jean-Charles ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug

LilyPond — Notation Reference: 2.9.4 Divisiones (v2.18/2.19)

2019-09-09 Thread Pierre Perol-Schneider
Hi bug Squad, There's a typo in the french translation: http://lilypond.org/doc/v2.19/Documentation/notation/typesetting-gregorian-chant#divisiones : ‘gregorian-init.ly’ appears twice instead of ‘gregorian.ly’ (reported from the french list: http://lilypond-french-users.1298960.n2.nabble.com

Re: bug-lilypond Digest, Vol 201, Issue 7

2019-08-14 Thread Anzick
| %    } " I am also using Manjaro 64-bit. It was working fine a few weeks ago.  When I run the above code I get this in the log: Starting lilypond 2.19.82 [lilypond issue.ly]... Processing `/tmp/frescobaldi-ffbixek6/tmp39ojq71a/lilypond issue.ly' Parsing... Interpreting music... Prep

Re: Lilypond 2.19.83 - ragged-right problem

2019-07-01 Thread Aaron Hill
On 2019-07-01 10:29 am, John McWilliam wrote: I forgot to include the pdf which illustrates my problem. 25th_kosbs_test.pdf <http://lilypond.1069038.n5.nabble.com/file/t2471/25th_kosbs_test.pdf> If I had to guess, it looks like overfull lines of music where LilyPond runs beyond the

Re: Lilypond 2.19.83 - ragged-right problem

2019-07-01 Thread John McWilliam
I forgot to include the pdf which illustrates my problem. John 25th_kosbs_test.pdf <http://lilypond.1069038.n5.nabble.com/file/t2471/25th_kosbs_test.pdf> - John McWilliam -- Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f5848

Re: Lilypond 2.19.83 - ragged-right problem

2019-07-01 Thread Thomas Morley
Am Mo., 1. Juli 2019 um 17:54 Uhr schrieb John McWilliam : > > Windows 10 > Lilypond 2.19.83 > > Hi, > I have written a bagpipe tune (25th_kosbs) which has four parts, each > with a repeat which should start on a new line. The format is A4 in lanscape > mode. I

Lilypond 2.19.83 - ragged-right problem

2019-07-01 Thread John McWilliam
Windows 10 Lilypond 2.19.83 Hi, I have written a bagpipe tune (25th_kosbs) which has four parts, each with a repeat which should start on a new line. The format is A4 in lanscape mode. I cannot get this to work and at the same time maintain a flush right margin. Suggestions please

RE: bug-lilypond Digest, Vol 199, Issue 17

2019-06-30 Thread John McWilliam
Snygt!! Tack Torsten MvH John Sent from Mail for Windows 10 From: bug-lilypond-requ...@gnu.org Sent: Sunday, June 30, 2019 6:00 PM To: bug-lilypond@gnu.org Subject: bug-lilypond Digest, Vol 199, Issue 17 Send bug-lilypond mailing list submissions to bug-lilypond@gnu.org To subscribe

Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-26 Thread Thomas Morley
Am Fr., 26. Apr. 2019 um 11:10 Uhr schrieb Thomas Morley : > Can't dive deeper into it right now. I'll open a tracker issue in > order it will not be forgotten. https://sourceforge.net/p/testlilyissues/issues/5516/ Cheers, Harm ___ bug-li

Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-26 Thread Thomas Morley
asically a music-function returning music. Thus the naive approach will not work. Can't dive deeper into it right now. I'll open a tracker issue in order it will not be forgotten. Cheers, Harm ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-26 Thread David Kastrup
____ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-25 Thread Federico Bruni
Il giorno gio 25 apr 2019 alle 23:40, Thomas Morley ha scritto: Probably one could think of making `\tabChordRepeats´ the default for TabStaff. Opinions? I'm in favour of making it the default for TabStaff. ___ bug-lilypond mailing list bug

Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-25 Thread Thomas Morley
> > > will show e played on the 6th string and then on the 5th string, even > > > if you put a tie after . > > > > > > (This is Lilypond version 2.18.) > > > > > > --- Christopher Carl Heckman > > > > Hi, > > > > thanks for your repo

Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-25 Thread Christopher Heckman
tch e is normally played > > on the 5th string of a guitar (after transposition), then > > > > \new TabStaff { q } > > > > will show e played on the 6th string and then on the 5th string, even > > if you put a tie after . > > > > (This is Lilypond

Re: Lilypond crash related to tuplets

2019-03-23 Thread Aaron Hill
___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Lilypond crash related to tuplets

2019-03-23 Thread Andrew Bernard
t? Andrew ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Lilypond crash related to tuplets

2019-03-23 Thread Andrew Bernard
score. I am unable to stimulate this in a simple example. Does knowing that combined with the gdb backtrace help pinpoint this? Andrew ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Lilypond crash related to tuplets

2019-03-23 Thread Aaron Hill
ord - padding; --- x_span[d] = max (coord - padding, x_span[LEFT]); This does make break-overshoot take priority over full-length-padding, as the left bound is computed first. -- Aaron Hill _______ bug-lilypond mailing list bug-lilypond@gnu.o

Re: Lilypond crash related to tuplets

2019-03-23 Thread Thomas Morley
; Any assistance would be greatly appreciated. My string quartet is going > > nowhere but I am learning a lot about debugging lilypond. > > Are you able to share your .ly that exhibits this behavior? Without a > failing case on my side, I am left to only guess what might be > tri

Re: Lilypond crash related to tuplets

2019-03-23 Thread Aaron Hill
lilypond. Are you able to share your .ly that exhibits this behavior? Without a failing case on my side, I am left to only guess what might be triggering the behavior. That said, I have found a few things in the code that *could* be problematic. For instance, would you try adding

Lilypond crash related to tuplets

2019-03-23 Thread Andrew Bernard
looking. Worse, for no reason I can fathom, suddenly I can't compile any more due to lilypond dumping core. So I went through the exercise of building lilypond in order to get an executable with debugging symbols. learned how to run gdb, and was interested to observe this in the (very long) backtrace

Re: Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur

2019-03-16 Thread Federico Bruni
This might be possible or not depending on the structure of your input files. If you omit the \book block in above example and place the include between the two bookparts, it should work fine. ___ bug-lilypond mailing list bug-lilypond@gnu.org ht

Re: Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur

2019-03-15 Thread Aaron Hill
culate.ly redefining \appoggiatura just by including [1] the script. David K. fixed [2] this issue many years ago, but it is part of the 2.19 branch. [1]: https://sourceforge.net/p/testlilyissues/issues/4517/ [2]: https://github.com/lilypond/lilypond/commit/55ea0719e3383f52cec434c6fcb5e6776

Re: Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur

2019-03-15 Thread Edward McGuire
esulting > in bad MIDI output? The MIDI output seems great. What's getting screwed up is just the printed output. Cheers Edward ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur

2019-03-15 Thread Aaron Hill
ate.ly was *only* for \midi, and its modifications are not intended to be printed. Or is this an issue where the modifications are inappropriate resulting in bad MIDI output? -- Aaron Hill ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur

2019-03-15 Thread Edward McGuire
eproducible whether or not I use <<\articulate>>. I looked at existing defects. #5389 "partcombine warns about unterminated slur" was suspicious, but I'm not calling <> so I really don't know that it's the same. Cheers Edward ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-03 Thread Paul Hodges
"\oneVoice" and "\voiceOne", "\voiceTwo" etc commands, and maybe the staff property: "\consists "Merge_rests_engraver"". It took me a while, not because the documentation is lacking, but because it took me a while to realise that the fa

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-03 Thread Phil Holmes
"DaveAtkinson" wrote in message news:1551630991699-0.p...@n5.nabble.com... Dear LilyPond folks Thanks so much for taking an interest. First, I forgot two important pieces of information - yes, I am using Windows... (hangs head in shame) and it has 16 Gb of memory.. The OS is 64

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-03 Thread David Kastrup
DaveAtkinson writes: > Dear LilyPond folks > > So interesting... it is clear that overuse of the << \\ >> construct > causes issues. In this case it's more like "triggers" rather than "causes" issues. I'd guess that the kind of weak continuati

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-03 Thread DaveAtkinson
Dear LilyPond folks Thanks so much for taking an interest. First, I forgot two important pieces of information - yes, I am using Windows... (hangs head in shame) and it has 16 Gb of memory.. The OS is 64 bit, but I don't suppose that matters to lilypond as compiled for windows..? So interesting

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-03 Thread David Kastrup
the problem on this fairly short > score. > > ### > > Anyway, what _is_ the problem? > > As far as I can tell, creating lots and lots of new contexts > overcharges lilypond. With some OS earlier, with Linux obviously > later. If the score is small, the "

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-03 Thread Thomas Morley
is_ the problem? As far as I can tell, creating lots and lots of new contexts overcharges lilypond. With some OS earlier, with Linux obviously later. Lots and lots of contexts may be created by excessive use of << \\ >> or (rarely) by some user-defined procedure. Look at this s

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-03 Thread Andrew Bernard
Hi Paul, I have not actually said to the OP it is 'wrong', just that it's not a good way to write, as it turns out. I knew somebody would chime in with this exact comment. Fact is, it's completely valid code, and I pointed this out. The issue is that it just causes problems for lilypond

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-02 Thread Aaron Hill
-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-02 Thread James
). *If* we could reproduce this on an OS (and we have David's ly file now) then perhaps it would be useful for a tracker? Regards James ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-02 Thread Andrew Bernard
HI James, This elusive defect comes up a lot. See the User archives. I have seen in on Linux also, when attempting to help people with it in the past. But I cant see it is worth expending effort on it since it is, simply put, a stilted way to enter music on lilypond. I am unable to see

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-02 Thread Andrew Bernard
Hello Dave, We keep seeing this a lot on the various lilypond lists. I don't think anybody really knows why, but having lots of voices coming and going like you have seems to throw errors with the compiler under poorly defined conditions. With the politest respect, can I say this? You

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-02 Thread Thomas Morley
Am Sa., 2. März 2019 um 23:58 Uhr schrieb DaveAtkinson : > > Hi LilyPond folks, > > I think I've found a bug in the above version of LilyPond and I can't find > another report of it, so I thought I'd report it. Apologies if it's a known > issue. > > I'm trying to pr

Re: Lilypond 2.19.82 with multiple voices seems to fail

2019-03-02 Thread Paul Hodges
On 02/03/2019 22:36:39, "DaveAtkinson" wrote: >I'm trying to produce a score of a piano accompaniment in which I'm making >extensive use of multiple voices in a bar. These seem to work at first but >then start failing. By failing, I mean lilypond quits after the >"

Lilypond 2.19.82 with multiple voices seems to fail

2019-03-02 Thread DaveAtkinson
Hi LilyPond folks, I think I've found a bug in the above version of LilyPond and I can't find another report of it, so I thought I'd report it. Apologies if it's a known issue. I'm trying to produce a score of a piano accompaniment in which I'm making extensive use of multiple voices in a bar

New lilypond 2.21.0 installers

2019-01-29 Thread Johan Vromans
I tried an install into /opt/lilypond. I do not have access to /opt but the folder /opt/lilypond is completely mine. The help says it will install into PREFIX/lilypond, but it also tries to install scripts outside this directory in PREFIX/bin. It refuses to install into an existing (even empty

RE: Windows: XML import problems due to strange blanks in LilyPond 2.19.82 (Win)

2019-01-15 Thread pkx166h
Hello, -Original Message- From: bug-lilypond On Behalf Of Urs Liska Sent: 15 January 2019 09:38 To: bug-lilypond@gnu.org Subject: Re: Windows: XML import problems due to strange blanks in LilyPond 2.19.82 (Win) Am 15.01.19 um 10:34 schrieb samaru...@aim.com: > Thank you, Carl, for

Re: Windows: XML import problems due to strange blanks in LilyPond 2.19.82 (Win)

2019-01-15 Thread Urs Liska
  PS Windows+Mac: StemUp/Downs appear everywhere after the import, this was not the case with older LilyPond versions, e.g. 2.19.31, which I still use on my Windows system because of the errors listed above (I know that would probably be another separate issue).

Re: Windows: XML import problems due to strange blanks in LilyPond 2.19.82 (Win)

2019-01-15 Thread samarutuk
ot; wrote: On 1/14/19, 11:11 AM, "samaru...@aim.com" wrote: PS Windows+Mac: StemUp/Downs appear everywhere after the import, this was not the case with older LilyPond versions, e.g. 2.19.31, which I still use on my Windows system because

Re: Windows: XML import problems due to strange blanks in LilyPond 2.19.82 (Win)

2019-01-14 Thread Carl Sorensen
On 1/14/19, 11:11 AM, "samaru...@aim.com" wrote: PS Windows+Mac: StemUp/Downs appear everywhere after the import, this was not the case with older LilyPond versions, e.g. 2.19.31, which I still use on my Windows system because of the errors listed above (I

Re: Windows: XML import problems due to strange blanks in LilyPond 2.19.82 (Win)

2019-01-14 Thread Carl Sorensen
On 1/14/19, 9:32 PM, "Carl Sorensen" wrote: On 1/14/19, 11:11 AM, "samaru...@aim.com" wrote: PS Windows+Mac: StemUp/Downs appear everywhere after the import, this was not the case with older LilyPond versions, e.g. 2.19.31, which

Re: Windows: XML import problems due to strange blanks in LilyPond 2.19.82 (Win)

2019-01-14 Thread Carl Sorensen
On 1/14/19, 11:11 AM, "samaru...@aim.com" wrote: PS Windows+Mac: StemUp/Downs appear everywhere after the import, this was not the case with older LilyPond versions, e.g. 2.19.31, which I still use on my Windows system because of the errors listed above (I know

Re: LilyPond can't engrave 16 pages of music

2018-12-21 Thread Aaron Hill
Command being timed: "lilypond allocbug.ly" User time (seconds): 32.29 System time (seconds): 9.48 Percent of CPU this job got: 99% Elapsed (wall clock) time (h:mm:ss or m:ss): 0:42.05 Average shared text size (kbytes): 0 Average

Re: LilyPond can't engrave 16 pages of music

2018-12-21 Thread Aaron Hill
On 2018-12-21 4:28 pm, Karlin High wrote: On 12/21/2018 5:56 PM, Kieren MacMillan wrote: It's only 16 pages and LilyPond crashes. That looks like a [serious] bug to me. I’ve cc'ed the bug list. Reproduced crash on LilyPond 2.19.80, Windows 7 Pro 64-bit SP1, Intel Core i5-3450, 24GB RAM

Re: LilyPond can't engrave 16 pages of music

2018-12-21 Thread Karlin High
On 12/21/2018 5:56 PM, Kieren MacMillan wrote: It's only 16 pages and LilyPond crashes. That looks like a [serious] bug to me. I’ve cc'ed the bug list. Reproduced crash on LilyPond 2.19.80, Windows 7 Pro 64-bit SP1, Intel Core i5-3450, 24GB RAM. At crash, lilypond-windows.exe in Task

Re: LilyPond can't engrave 16 pages of music

2018-12-21 Thread Kieren MacMillan
Hi Reggie, > I am trying to understand theoretically why this is failing. It's only 16 > pages. I am a minimalist composer so as a test I tried this extreme > situation. But yet I don't quite agree rather that it's that extreme. It's > only 16 pages and LilyPond crashes. Tha

Re: Request PATCH to ensure LilyPond SVG compatibility with Scribus

2018-10-16 Thread James
Hello, (cc-ing the bug list) On 11/10/2018 2:56 pm, d_l wrote: I have joined this list today just for the purpose of facilitating a link between Scribus and LilyPond forums and posting one PATCH suggestion before next imminent release of lilypond. Over at the Scribus forum a small issue

Re: Request PATCH to ensure LilyPond SVG compatibility with Scribus

2018-10-16 Thread James Lowe
Hello, (cc-ing the bug list) On 11/10/2018 2:56 pm, d_l wrote: I have joined this list today just for the purpose of facilitating a link between Scribus and LilyPond forums and posting one PATCH suggestion before next imminent release of lilypond. Over at the Scribus forum a small issue

Re: bug-lilypond Digest, Vol 189, Issue 17

2018-08-26 Thread Christopher Heckman
On Sun, Aug 26, 2018 at 7:04 AM, wrote: > > Message: 3 > Date: Sun, 26 Aug 2018 11:43:44 +0200 > From: Thomas Morley > To: Pierre Perol-Schneider > Cc: bug-lilypond > Subject: Re: Doc 2.4.2: Indicating harmonics and dampened notes > Message-ID: > > Con

Re: lilypond-invoke-editor runs twice (2.19.82)

2018-08-02 Thread Federico Bruni
Il giorno mer 1 ago 2018 alle 17:21, Federico Bruni ha scritto: The first of below files is actually a symlink to another file: lilypond-invoke-editor -> /usr/local/bin/lilypond-wrapper.guile I made a backup copy of that file, then removed "-e main" from the original and

Re: lilypond-invoke-editor runs twice (2.19.82)

2018-08-01 Thread Federico Bruni
Hey Aaron I've just tried using nano as editor and I see that indeed I have to close it twice: $ lilypond-invoke-editor textedit:///home/myfile.ily:1:3:4 lilypond-invoke-editor (GNU LilyPond) 2.19.82 lilypond-invoke-editor (GNU LilyPond) 2.19.82 When I use gedit, it's the same: I close one

lilypond-invoke-editor runs twice (2.19.82)

2018-07-10 Thread Aaron Hill
While getting point-and-click working in my setup, I ran across this minor issue. After installation, there are two `lilypond-invoke-editor` files: /usr/local/bin/lilypond-invoke-editor /usr/local/lilypond/usr/bin/lilypond-invoke-editor The first is a simple script that sets some environment

<    1   2   3   4   5   6   7   8   9   10   >