In 2.16, forced accidental is ()-ed under modern-cautionary style

2012-09-04 Thread Rutger Hofman
y \version "2.16" \relative c'' { \accidentalStyle "modern-cautionary" gis1 | g^"automatic" | % should be (natural) gis1 | g!^"with !" | % should be natural without () } Rutger Hofman Amsterdam <>__

Multiple \< \> \! under one note not working

2012-10-10 Thread Rutger Hofman
second, a > from the second 4 to the third 4, and continues with some markup under the third 4. The bug is that the > is not terminated, it flows until the end or some other dynamic. See attached. If I put in a Hairpin #'minimum-length = 5, the problem persists. Rutger Hofman Amster

Lilypond 2.17.26 coredumps on tuplet with only skips

2013-09-12 Thread Rutger Hofman
panners to the correct time. Or, dynamics start somewhere after the start of a note, and the dynamic must be bound to a skip. This used to work up to 2.16 at least. Rutger Hofman Amsterdam \version "2.17.20" \score { \tuplet 3/2 { s8 s8 s8 } } ___

Re: Lilypond 2.17.26 coredumps on tuplet with only skips

2013-09-12 Thread Rutger Hofman
On 09/12/2013 10:54 AM, Thomas Morley wrote: 2013/9/12 Rutger Hofman : Good morning bug list, I get a core dump with the current development version(s) 2.17.24-1, 2.17.26-1, Ubuntu 12.04 64-bit. A very minimal example that triggers the bug is attached. Lilypond reports: /usr/share/lilypond

v2.19: \time change under \alternative triggers bug

2014-01-07 Thread Rutger Hofman
c2 c2 c2 and generates output that corresponds to the idea that the \time is still 4/4 after the alternatives. I attach pngs for both. Rutger Hofman Amsterdam <><>___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.or

PianoStaff vertical spacing messed up by tuplet

2016-05-10 Thread Rutger Hofman
first incantation works fine - if the slur is removed, everything works fine - if the tuplet is replaced with straight 8th notes, idem I checked with version 2.18; the bug is identical. Rutger Hofman Amsterdam \version "2.19.39" \paper { ragged-right = ##t ragged-bottom = ##t }

Hairpin with text inside

2016-07-28 Thread Rutger Hofman
with line 11 Y DOWN the assertion goes away, but obviously the text is not printed inside the slur but below it. Before, everything worked fine for me without this assertion. Can the assertion please be removed again in newer releases? Thanks, Rutger Hofman Amsterdam hairpinWithInsideText

Re: Hairpin with text inside

2016-07-28 Thread Rutger Hofman
On 07/28/2016 01:40 PM, David Kastrup wrote: Rutger Hofman writes: I am not top-posting Hello list, I grabbed LSR 233 (hairpin with centered text below/above) and modified it to have text *inside* the hairpin, at the right for \< and at the left for \>. This worked fine for me until

Re: Hairpin with text inside

2016-07-28 Thread Rutger Hofman
On 07/28/2016 04:05 PM, David Kastrup wrote: Rutger Hofman writes: On 07/28/2016 01:40 PM, David Kastrup wrote: Rutger Hofman writes: I am not top-posting Hello list, I grabbed LSR 233 (hairpin with centered text below/above) and modified it to have text *inside* the hairpin, at the

Re: Hairpin with text inside

2016-07-30 Thread Rutger Hofman
On 07/28/2016 05:04 PM, David Kastrup wrote: Rutger Hofman writes: Can you run this in a debugger so that one can get a backtrace and see where the defective indexing actually occurs? Then it should be possible to code an explicit behavior there. Right. My lilypond is built without

Bracketized key signature: \key c \major causes a core dump

2016-09-01 Thread Rutger Hofman
/lilypond-git.sv.gnu.org--lilypond.git-release-unstable/lily/skyline.cc:94: Building::Building(Real, Real, Real, Real): Assertion `start_height == end_height' failed. Aborted (core dumped) Rutger Hofman Amsterdam \version "2.19.35" { % http://lsr.di.unimi.it/LSR/Snippet?id=64

Re: Bracketized key signature: \key c \major causes a core dump

2016-09-02 Thread Rutger Hofman
I guess I have been too zealous in minimizing my example that still produces a core dump. My original example is to have a bracketed keysig and later a bracketed key change to c \major (i.e. key cancellation), like so: { \override Staff.KeySignature.stencil = #(lambda (grob) (bracketify-ste

Re: Bracketized key signature: \key c \major causes a core dump

2016-09-02 Thread Rutger Hofman
Thanks, I will try this out ASAP! Rutger On 09/02/2016 11:52 AM, Thomas Morley wrote: 2016-09-02 11:44 GMT+02:00 Rutger Hofman : I guess I have been too zealous in minimizing my example that still produces a core dump. My original example is to have a bracketed keysig and later a bracketed

Core dump for tremolo

2016-10-23 Thread Rutger Hofman
-git.sv.gnu.org--lilypond.git-release-unstable/flower/include/interval.hh:227: T Interval_t::center() const [with T = double]: Assertion `!is_empty ()' failed. Aborted (core dumped) Rutger Hofman Amsterdam ___ bug-lilypond mailing list bug-li

partcombine confused by dynamics and differing note lengths

2017-06-07 Thread Rutger Hofman
specify any of \partcombineApart or \partcombineChords, the bug disappears, second and third staves. Cordial greetings from Amsterdam, Rutger Hofman \version "2.19.59" \paper { indent = 40 } fuegoTrpI = \relative c'' { \time 2/4 a2\> <>\! | R2 |

Re: Core dump for tremolo

2017-09-15 Thread Rutger Hofman
On 09/15/2017 11:20 PM, David Kastrup wrote: Knut Petersen writes: Am 23.10.2016 um 18:17 schrieb Thomas Morley: 2016-10-23 17:51 GMT+02:00 Rutger Hofman : Good evening bug list, I get a core dump for version 2.19.39 (and also 2.19.48) but not for 2.18.2 for this program: \version

Re: Core dump for tremolo

2017-09-16 Thread Rutger Hofman
On 09/16/2017 12:43 AM, Rutger Hofman wrote: On 09/15/2017 11:20 PM, David Kastrup wrote: Knut Petersen writes: Am 23.10.2016 um 18:17 schrieb Thomas Morley: 2016-10-23 17:51 GMT+02:00 Rutger Hofman : Good evening bug list, I get a core dump for version 2.19.39 (and also 2.19.48) but not

Tremolo and partcombiner: core dump (assertion failure)

2018-02-10 Thread Rutger Hofman
= "low" } << \low >> \new Staff \with { instrumentName = "partcombined" } << \partcombine \upp \low >> >> } Rutger Hofman Amsterdam __

Re: Tremolo and partcombiner: core dump (assertion failure)

2018-02-10 Thread Rutger Hofman
On 02/10/2018 03:13 PM, James Lowe wrote: Rutger, On Sat, 10 Feb 2018 14:30:13 +0100, Rutger Hofman wrote: Good afternoon list, the following combination of \partcombine and \tremolo gives a core dump with the following error message: Preprocessing graphical objects...lilypond: /home/gub

Re: Tremolo and partcombiner: core dump (assertion failure)

2018-02-13 Thread Rutger Hofman
Q1: Is it possible add this to the bug tracker? Q2: Should I present a selection of partcombiner issues (see my last paragraph below) to this list, so they can make it to the bug tracker? Thanks, Rutger Hofman Amsterdam On 02/10/2018 03:34 PM, Rutger Hofman wrote: On 02/10/2018 03:13 PM

Partcombiner eats up rests

2007-01-27 Thread Rutger Hofman
not printed. I attach a lily snippet that shows the incorrect output, and a version that shows it is easy to work around (replace s with r in the silent voice). Rutger Hofman Amsterdam P.S. Some background: I know, PartCombiner wants both voices to be unisono in order to print only one. But the

Partcombiner eats up rests

2007-01-29 Thread Rutger Hofman
rest is not printed. I attach a lily snippet that shows the incorrect output, and a version that shows it is easy to work around (replace s with r in the silent voice). Rutger Hofman Amsterdam P.S. Some background: I know, PartCombiner wants both voices to be unisono in order to print only one

Bug for slur and (not) restored accidental

2012-01-27 Thread Rutger Hofman
% If a slur spans a bar, and after the bar a note has an accidental % as-per key, and the note before the bar is the same but natural-ed, % an accidental should be printed for the note after the bar. % % The first line in the example should be identical to the second line. % This is irrespective o

Partcombine bug

2012-06-19 Thread Rutger Hofman
Hello list, I meet a buglet in partcombine: a slur is drawn across a rest when it shouldn't. This happens with 2.15.40 on ubuntu-64bit. The bug doesn't occur with 2.14. I attach a hopefully minimal example. Rutger \version "2.15.40" obI = { \key d \major \relative c'' { g4( fis g f

Re: Tremolo and partcombiner: core dump (assertion failure)

2018-04-24 Thread Rutger Hofman
On 25-02-18 13:01, James Lowe wrote: Hello On Tue, 13 Feb 2018 11:02:58 +0100, Rutger Hofman wrote: Q1: Is it possible add this to the bug tracker? Done. https://sourceforge.net/p/testlilyissues/issues/5281/ I stumbled into another instance of this assertion, now without partcombiner

Re: Assertion !is_empty() failed - yet again

2019-10-30 Thread Rutger Hofman
I was also bitten by this assert, in a score with divisi staves that appear/disappear depending on the VerticalAxisGroup.remove-layer settings (see http://lilypond.org/doc/v2.19/input/regression/a6/lily-436997bb.ly) which makes it nigh impossible to create a minimal example. I wouldn't be surprised

Grace notes cause wrong Hairpin.to-barline behaviour

2019-11-12 Thread Rutger Hofman
, 2.21.0 (self-compiled on Ubuntu). Attached .ly and .pdf files. It contains two cases: (1) grace note in another Staff and (2) grace note in another Voice in the same Staff. The third & fourth bar in the examples show the correct (to-barline = ##t) behaviour. Rutger Hofman Amsterdam % No ver

Re: Assertion !is_empty() failed - yet again

2019-11-22 Thread Rutger Hofman
How can I help diagnose, so the code can make a better distinction between false and true assertion circumstances? Is a gdb backtrace from a core dump helpful? (Although I must think deeply which of my scores triggered this assert, and then build a lilypond with that assert enabled.) Rutger O

quoteDuring and repeat tremolo don't work together

2020-03-21 Thread Rutger Hofman
n, to no avail. I would love to have a workaround as long as this has not been fixed. version 2.21, self-compiled Feb. 12 2020. Attached: .ly and .png Rutger Hofman Amsterdam \version "2.21.0" \paper { indent = 40 } music = \relative c'' { \repeat trem

Re: [Spam] Re: quoteDuring and repeat tremolo don't work together

2020-03-22 Thread Rutger Hofman
patched -> patched in On 3/22/20 11:41 AM, Rutger Hofman wrote: This 'unterminated chord tremolo' warning says all. Does an event like 'TremoloEnd' exist, which can be patched as a workaround? Rutger On 3/21/20 6:42 PM, Francisco Vila wrote: El 21/3/20 a las 15:20, Ma

Re: [Spam] Re: Re: quoteDuring and repeat tremolo don't work together

2020-03-22 Thread Rutger Hofman
on 21 Mar 2020, Rutger Hofman wrote: Good morning list, when I end a \quoteDuring after a \repeat tremolo { ... }, the tremolo beams are missing or distorted. If the quotation has nontremolo music afterwards, there is no issue. I didn't find a workaround. I tried adding a grace note or a z

Re: [Spam] Re: Re: quoteDuring and repeat tremolo don't work together

2020-06-18 Thread Rutger Hofman
I managed to find a workaround for this bug, by inserting a 'TremoloSpanEvent / STOP by hand inside the quotation. Attached the .ly and the .png to show both buggy and worked-around behaviour. Rutger On 3/22/20 7:57 PM, Rutger Hofman wrote: For the examples I sent, 2.20 gives the same r

Stem tremolo and staff switch don't work together

2020-10-05 Thread Rutger Hofman
Good evening bug list, when a beam of notes with stem tremolo switches staff, the result is decidedly buggy. See source and png. Adding \stemUp|Down doesn't make things better. Without stem tremolo or without staff switch, things are fine. I didn't find any workaround. \version "2.21.0" mu

Re: [Spam] Re: quoteDuring and repeat tremolo don't work together

2020-03-22 Thread Rutger Hofman via bug-lilypond
This 'unterminated chord tremolo' warning says all. Does an event like 'TremoloEnd' exist, which can be patched as a workaround? Rutger On 3/21/20 6:42 PM, Francisco Vila wrote: El 21/3/20 a las 15:20, Mark Knoop escribió: You need to set quotedEventTypes to include tremolo-event I knew thi